@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* RESPONSIVE MIXINS BREAKPOINT */
/* CUSTOM WIDTH CONTAINER */
/*
$xlg-container: 1200px;
$lg-container: 90%;
$md-container: 90%;
$sm-container: 90%;
*/
/* CUSTOM WIDTH CONTAINER DEFAULT */
/* CUSTOM COLORS VARIABLES */
/*Charcoal*/
/*Taupe*/
/*Bleu foncé */
/* BASICS COLORS VARIABLES */
/* PADDINGS */
/* PADDINGS FORM ADHESION/INSCRIPTION */
/* Plus grand ou égal custom */
/* Plus petit ou égal custom */
/* Plus grand ou égal à 1400px */
/* Plus petit ou égal à 1399px */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1399px et 1199px */
/* Entre 1199px et 992px */
/* Entre 1199px et 768px */
/* Entre 1199px et 576px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/*Global variable for REM
    $rem : 16px;
*/
/* RESPONSIVE REM FONT-SIZE
html{
    font-size: $rem;
    @media only screen and (max-width : $lg) {
        html{font-size: 10px;}
    }
    @media only screen and (max-width : $md) {
        html{font-size: 8px;}
    }
    @media only screen and (max-width : $sm) {
        html{font-size: 5px;}
    }
    @media only screen and (max-width : $xs) {
        html{font-size: 5px;}
    }
}*/
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1330px;
  }
}

/* All titles */
/* Solid background with opacity */
/* col-grid */
/* Cancel UL LI list */
/* Solid background with opacity */
/* Solid background with gradient */
/* Background overlay with :after */
/* Gradient background overlay with :after, 6 variables to fill */
/* Absolute positions */
/* clear float after */
/* Fake container */
/* IMAGE Z LAYOUT */
/********************************************************************/
/* DISPLAY RESPONSIVE */
/********************************************************************/
.displaynone {
  display: none;
}

@media (max-width: 1199px) {
  .lg-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

/********************************************************************/
/* CLEAR AFTER */
/********************************************************************/
.clearafter:after {
  content: "";
  display: block;
  clear: both;
}

/********************************************************************/
/* PADDINGS */
/********************************************************************/
.nopaddingtop {
  padding-top: 0 !important;
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.xsmallpadding {
  padding: 1rem 0 !important;
}

.xsmallpaddingtop {
  padding-top: 1rem !important;
}

.xsmallpaddingbottom {
  padding-bottom: 1rem !important;
}

.smallpadding {
  padding: 2rem 0 !important;
}

.smallpaddingtop {
  padding-top: 2rem !important;
}

.smallpaddingbottom {
  padding-bottom: 2rem !important;
}

.padding {
  padding: 4rem 0 !important;
}

.paddingtop {
  padding-top: 4rem !important;
}

.paddingbottom {
  padding-bottom: 4rem !important;
}

.largepadding {
  padding: 6rem 0 !important;
}

.largepaddingtop {
  padding-top: 6rem !important;
}

.largepaddingbottom {
  padding-bottom: 6rem !important;
}

.xlargepadding {
  padding: 8rem 0 !important;
}

.xlargepaddingtop {
  padding-top: 8rem !important;
}

.xlargepaddingbottom {
  padding-bottom: 8rem !important;
}

@media (max-width: 767px) {
  .xsmallpadding {
    padding: 0.5rem 0;
  }
  .xsmallpaddingtop {
    padding-top: 0.5rem;
  }
  .xsmallpaddingbottom {
    padding-bottom: 0.5rem;
  }
  .smallpadding {
    padding: 1rem 0;
  }
  .smallpaddingtop {
    padding-top: 1rem;
  }
  .smallpaddingbottom {
    padding-bottom: 1rem;
  }
  .padding {
    padding: 5rem 0;
  }
  .paddingtop {
    padding-top: 5rem;
  }
  .paddingbottom {
    padding-bottom: 5rem;
  }
  .largepadding {
    padding: 3.5rem 0;
  }
  .largepaddingtop {
    padding-top: 3.5rem;
  }
  .largepaddingbottom {
    padding-bottom: 3.5rem;
  }
  .xlargepadding {
    padding: 7.5rem 0;
  }
  .xlargepaddingtop {
    padding-top: 7.5rem;
  }
  .xlargepaddingbottom {
    padding-bottom: 7.5rem;
  }
}
/********************************************************************/
/* ALIGNEMENTS */
/********************************************************************/
/* Alignement vertical flex */
.verticalalign .row {
  display: flex;
  flex-wrap: wrap;
}
.verticalalign .row > div {
  display: flex;
  flex-direction: column;
}
.verticalalign .row > div > div {
  width: 100%;
}
.verticalalign.center .row > div {
  align-items: center;
  justify-content: center;
}
.verticalalign.bottom .row > div {
  align-items: center;
  justify-content: flex-end;
}

/* Centrer l'image d'un article */
.centeredimage .mod-article__img, .centeredimage .news-thumbnail {
  display: block;
  margin: 0 auto;
}
.centeredimage .itemImage {
  text-align: center;
}
.centeredimage .itemImage img {
  display: inline-block !important;
}
.centeredimage .item img {
  display: inline-block !important;
}
.centeredimage-marginbottom .mod-article__img, .centeredimage-marginbottom .news-thumbnail {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.centeredimage-margintop .mod-article__img, .centeredimage-margintop .news-thumbnail {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

/* Centrer tous les éléments d'un article en mobile */
@media (max-width: 767px) {
  .mobileallcenter {
    text-align: center;
  }
  .mobileallcenter .zone-article, .mobileallcenter .zone-article div {
    width: 100%;
  }
}

/* Centrer uniquement l'image d'un article en mobile */
@media (max-width: 767px) {
  .mobileimgcenter {
    text-align: center;
  }
  .mobileimgcenter .zone-article, .mobileimgcenter .zone-article div {
    width: 100%;
  }
  .mobileimgcenter .mod-article__intro {
    margin-top: 30px;
  }
  .mobileimgcenter .mod-article__intro, .mobileimgcenter .mod-article__content .mod-article__content {
    text-align: left;
  }
}

/********************************************************************/
/* MISE EN PAGE */
/********************************************************************/
/* Intro des pages */
.pageIntroduction {
  text-align: center;
}
.pageIntroduction .mod-article__intro, .pageIntroduction .mod-article__content, .pageIntroduction .zone-html > .content {
  max-width: 750px;
  margin: auto;
}

/* Full Width 80% */
@media (min-width: 768px) {
  .fullwidth-80 .container {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .fullwidth-80 .container {
    width: 80%;
  }
}

/* Layout en Z */
@media (max-width: 767px) {
  .zlayout > .container > .row, .zlayout > .container-fluid > .row {
    display: flex;
    flex-flow: column;
  }
  .zlayout > .container > .row > div:first-child, .zlayout > .container-fluid > .row > div:first-child {
    order: 1;
  }
  .zlayout > .container > .row > div:last-child, .zlayout > .container-fluid > .row > div:last-child {
    order: 0;
  }
  .zlayout .zone-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .md-zlayout > .container > .row, .md-zlayout > .container-fluid > .row {
    display: flex;
    flex-flow: column;
  }
  .md-zlayout > .container > .row > div:first-child, .md-zlayout > .container-fluid > .row > div:first-child {
    order: 1;
  }
  .md-zlayout > .container > .row > div:last-child, .md-zlayout > .container-fluid > .row > div:last-child {
    order: 0;
  }
  .md-zlayout .zone-image {
    margin-bottom: 30px;
  }
}

.container-element {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: auto 100%;
  grid-template-areas: "c a" "c b";
}
.container-element .element-1 {
  grid-area: a;
}
.container-element .element-2 {
  grid-area: b;
}
.container-element .element-3 {
  grid-area: c;
}

/********************************************************************/
/* TITLES */
/********************************************************************/
.whitetitles h1, .whitetitles h2, .whitetitles h3, .whitetitles h4, .whitetitles h5, .whitetitles h6, .whitetitles p, .whitetitles small, .whitetitles .h1, .whitetitles .h2, .whitetitles .h3, .whitetitles .h4, .whitetitles .h5, .whitetitles .h6 {
  color: #fff !important;
}
.whitetitles-h1 h1, .whitetitles-h2 h2, .whitetitles-h3 h3, .whitetitles-h4 h4, .whitetitles-h5 h5, .whitetitles-h6 h6 {
  color: #fff !important;
}

.whiteparagraphe p {
  color: #000;
}

.darktitles h1, .darktitles h2, .darktitles h3, .darktitles h4, .darktitles h5, .darktitles h6, .darktitles p, .darktitles small, .darktitles .h1, .darktitles .h2, .darktitles .h3, .darktitles .h4, .darktitles .h5, .darktitles .h6 {
  color: #000 !important;
}
.darktitles-h1 h1, .darktitles-h2 h2, .darktitles-h3 h3, .darktitles-h4 h4, .darktitles-h5 h5, .darktitles-h6 h6 {
  color: #000 !important;
}

.darkparagraphe p {
  color: #000;
}

.h1 {
  background: linear-gradient(to bottom, #194c33, #bbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pour les modules d'articles en vedette seulement, 
mettre nombre de colonnes à 1 dans le module */
.col-grid[class*=grid] .newsList, .col-grid[class*=grid] .news-mosaic, .col-grid[class*=grid] .eventsList {
  gap: 60px 40px;
}
.col-grid.grid-5 .newsList, .col-grid.grid-5 .news-mosaic, .col-grid.grid-5 .eventsList {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.col-grid.grid-4 .newsList, .col-grid.grid-4 .news-mosaic, .col-grid.grid-4 .eventsList {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col-grid.grid-3 .newsList, .col-grid.grid-3 .news-mosaic, .col-grid.grid-3 .eventsList {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-grid.grid-2 .newsList, .col-grid.grid-2 .news-mosaic, .col-grid.grid-2 .eventsList {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-grid.grid-1 .newsList, .col-grid.grid-1 .news-mosaic, .col-grid.grid-1 .eventsList {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .col-grid.grid-lg-5 .newsList, .col-grid.grid-lg-5 .news-mosaic, .col-grid.grid-lg-5 .eventsList {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  .col-grid.grid-lg-4 .newsList, .col-grid.grid-lg-4 .news-mosaic, .col-grid.grid-lg-4 .eventsList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  .col-grid.grid-lg-3 .newsList, .col-grid.grid-lg-3 .news-mosaic, .col-grid.grid-lg-3 .eventsList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  .col-grid.grid-lg-2 .newsList, .col-grid.grid-lg-2 .news-mosaic, .col-grid.grid-lg-2 .eventsList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  .col-grid.grid-lg-1 .newsList, .col-grid.grid-lg-1 .news-mosaic, .col-grid.grid-lg-1 .eventsList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid-md-5 .newsList, .col-grid.grid-md-5 .news-mosaic, .col-grid.grid-md-5 .eventsList {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid-md-4 .newsList, .col-grid.grid-md-4 .news-mosaic, .col-grid.grid-md-4 .eventsList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid-md-3 .newsList, .col-grid.grid-md-3 .news-mosaic, .col-grid.grid-md-3 .eventsList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid-md-2 .newsList, .col-grid.grid-md-2 .news-mosaic, .col-grid.grid-md-2 .eventsList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .col-grid.grid-md-1 .newsList, .col-grid.grid-md-1 .news-mosaic, .col-grid.grid-md-1 .eventsList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .col-grid.grid-sm-5 .newsList, .col-grid.grid-sm-5 .news-mosaic, .col-grid.grid-sm-5 .eventsList {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .col-grid.grid-sm-4 .newsList, .col-grid.grid-sm-4 .news-mosaic, .col-grid.grid-sm-4 .eventsList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .col-grid.grid-sm-3 .newsList, .col-grid.grid-sm-3 .news-mosaic, .col-grid.grid-sm-3 .eventsList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .col-grid.grid-sm-2 .newsList, .col-grid.grid-sm-2 .news-mosaic, .col-grid.grid-sm-2 .eventsList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .col-grid.grid-sm-1 .newsList, .col-grid.grid-sm-1 .news-mosaic, .col-grid.grid-sm-1 .eventsList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .col-grid.grid-xs-5 .newsList, .col-grid.grid-xs-5 .news-mosaic, .col-grid.grid-xs-5 .eventsList {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .col-grid.grid-xs-4 .newsList, .col-grid.grid-xs-4 .news-mosaic, .col-grid.grid-xs-4 .eventsList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .col-grid.grid-xs-3 .newsList, .col-grid.grid-xs-3 .news-mosaic, .col-grid.grid-xs-3 .eventsList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .col-grid.grid-xs-2 .newsList, .col-grid.grid-xs-2 .news-mosaic, .col-grid.grid-xs-2 .eventsList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .col-grid.grid-xs-1 .newsList, .col-grid.grid-xs-1 .news-mosaic, .col-grid.grid-xs-1 .eventsList {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.col-grid .newsList, .col-grid .news-mosaic, .col-grid .eventsList {
  display: grid;
}
.col-grid .newsList .row, .col-grid .news-mosaic .row, .col-grid .eventsList .row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.col-grid .newsList .row .item, .col-grid .newsList .row > div, .col-grid .news-mosaic .row .item, .col-grid .news-mosaic .row > div, .col-grid .eventsList .row .item, .col-grid .eventsList .row > div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Remove outline on link and button */
input, select, textarea, button {
  outline: none !important;
}

*:focus, *:hover, img {
  outline: none;
}

a:active, a:focus {
  outline: 0;
  -moz-outline-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
  -moz-outline-style: none;
}

/* Change selection color */
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--primary);
}

::selection {
  color: #fff;
  background: var(--primary);
}

/* Remove native back to list button because its a javascrip history back */
.article-back-to-list-histo {
  display: none;
}

/* Hides all the medias sharing button because we never used them */
.plugin-addthis {
  /*display: none;*/
}

/* MOBILE CONTAINER PADDING LARGER BECAUSE OUR DESIGNERS LIKE IT THICC */
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* FIX FLEX ON SAFARI, do not delete */
@media (min-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    margin: 0 -1px;
  }
}
.zone-banner {
  margin: 0;
}
.zone-banner .col-xs-1, .zone-banner .col-sm-1, .zone-banner .col-md-1, .zone-banner .col-lg-1, .zone-banner .col-xs-2, .zone-banner .col-sm-2, .zone-banner .col-md-2, .zone-banner .col-lg-2, .zone-banner .col-xs-3, .zone-banner .col-sm-3, .zone-banner .col-md-3, .zone-banner .col-lg-3, .zone-banner .col-xs-4, .zone-banner .col-sm-4, .zone-banner .col-md-4, .zone-banner .col-lg-4, .zone-banner .col-xs-5, .zone-banner .col-sm-5, .zone-banner .col-md-5, .zone-banner .col-lg-5, .zone-banner .col-xs-6, .zone-banner .col-sm-6, .zone-banner .col-md-6, .zone-banner .col-lg-6, .zone-banner .col-xs-7, .zone-banner .col-sm-7, .zone-banner .col-md-7, .zone-banner .col-lg-7, .zone-banner .col-xs-8, .zone-banner .col-sm-8, .zone-banner .col-md-8, .zone-banner .col-lg-8, .zone-banner .col-xs-9, .zone-banner .col-sm-9, .zone-banner .col-md-9, .zone-banner .col-lg-9, .zone-banner .col-xs-10, .zone-banner .col-sm-10, .zone-banner .col-md-10, .zone-banner .col-lg-10, .zone-banner .col-xs-11, .zone-banner .col-sm-11, .zone-banner .col-md-11, .zone-banner .col-lg-11, .zone-banner .col-xs-12, .zone-banner .col-sm-12, .zone-banner .col-md-12, .zone-banner .col-lg-12, .zone-banner .col-xs-13, .zone-banner .col-sm-13, .zone-banner .col-md-13, .zone-banner .col-lg-13, .zone-banner .col-xs-14, .zone-banner .col-sm-14, .zone-banner .col-md-14, .zone-banner .col-lg-14, .zone-banner .col-xs-15, .zone-banner .col-sm-15, .zone-banner .col-md-15, .zone-banner .col-lg-15, .zone-banner .col-xs-16, .zone-banner .col-sm-16, .zone-banner .col-md-16, .zone-banner .col-lg-16, .zone-banner .col-xs-17, .zone-banner .col-sm-17, .zone-banner .col-md-17, .zone-banner .col-lg-17, .zone-banner .col-xs-18, .zone-banner .col-sm-18, .zone-banner .col-md-18, .zone-banner .col-lg-18, .zone-banner .col-xs-19, .zone-banner .col-sm-19, .zone-banner .col-md-19, .zone-banner .col-lg-19, .zone-banner .col-xs-20, .zone-banner .col-sm-20, .zone-banner .col-md-20, .zone-banner .col-lg-20, .zone-banner .col-xs-21, .zone-banner .col-sm-21, .zone-banner .col-md-21, .zone-banner .col-lg-21, .zone-banner .col-xs-22, .zone-banner .col-sm-22, .zone-banner .col-md-22, .zone-banner .col-lg-22, .zone-banner .col-xs-23, .zone-banner .col-sm-23, .zone-banner .col-md-23, .zone-banner .col-lg-23, .zone-banner .col-xs-24, .zone-banner .col-sm-24, .zone-banner .col-md-24, .zone-banner .col-lg-24 {
  margin: 0;
}

/* ################################# */
body {
  font-family: "Inter", sans-serif;
  color: var(--primary);
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, small, .h1, .h2, .h3, .h4, .h5, .h6, .small {
  margin-bottom: 15px;
  width: 100%;
  text-wrap: pretty;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover, small:hover, .h1:hover, .h2:hover, .h3:hover, .h4:hover, .h5:hover, .h6:hover, .small:hover {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover, small a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, .small a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, p br, small br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br, .small br {
    display: none !important;
  }
}
@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6, p, small, .h1, .h2, .h3, .h4, .h5, .h6, .small {
    word-break: keep-all;
  }
}

h1, .h1 {
  font-family: "Source Serif 4", serif;
  font-size: 7.4rem;
  line-height: 8.2rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 4rem;
  color: inherit;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 6.2rem;
    line-height: 6.8rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 5.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 3rem;
  }
}

h2, .h2 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}

h3, .h3 {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
h4, .h4 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
h5, .h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
h6, .h6 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.text_default {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
}

p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.p-small {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
small, .small {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-transform: initial;
}
@media (max-width: 767px) {
  small, .small {
    font-size: 15px;
    line-height: 22px;
  }
}

p.intro {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 2.5rem;
}

hr {
  border-color: var(--secondary);
}

.date, .e-date,
.zone-news_flash > .content .itemInfos {
  color: var(--primary);
  font-size: 1.4rem;
  text-transform: none;
}

/*a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink)*/
a {
  color: #3345E5;
  word-break: break-word;
}
a:hover, a:active, a:focus {
  color: #3345E5;
  text-decoration: underline;
}

ol, ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
ol li, ul li {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
ol li, ul li {
  margin-bottom: 0;
}
ol li ul, ol li ol, ul li ul, ul li ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 15px;
}

/*###########################  BOUTONS  ###########################*/
/*
@mixin btn-arrow {
    position: relative;
    transition: all 0.5s cubic-bezier(0.65,0,.076,1);
    max-width: calc(100% - 65px);
	&:before {
		content: "";

	}
	&:after {
		content:"\f061";
        font-family: "Font Awesome 6 Pro";
        font-size: 2.2rem;
        line-height: 40px;
        position: absolute;
        right: -60px;
        background: $secondary;
        border: $secondary;
        border-radius: 50px;
        color: $primary;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        transition: all 0.3s cubic-bezier(0.65,0,.076,1);
	}
	&:hover, &:focus {
        padding-right: 65px;

		&:after {
			background: transparent;
            color:white;
            width:100px;
            text-align: left;
		}
	}
}
*/
/* Calendar event BTN  */
.calendar-link-content {
  z-index: 10;
}
.calendar-link-content .v-btn {
  color: #3345E5 !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 0 !important;
  line-height: 16px;
}
.calendar-link-content .v-btn:hover, .calendar-link-content .v-btn:focus, .calendar-link-content .v-btn:active {
  color: var(--primary) !important;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.calendar-link-content .v-btn {
  /*&:before {
  	content: "";
  	background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_calendar.svg");
  	width: 18px;
  	height: 18px;
  	margin-right: 10px;
  }*/
  /*i {
  	display: none;
  }*/
}

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: transparent;
  color: var(--primary);
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
  padding: 0;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, input.btn.btn-secondary:hover, input.btn.btn-secondary:active, input.btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:active, a.btn.btn-secondary:focus {
  background-color: transparent;
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
}
.btn.btn-link, input.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.btn.btn-arrow:before, input.btn.btn-arrow:before, a.btn.btn-arrow:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.btn.btn-arrow:hover, .btn.btn-arrow:focus, input.btn.btn-arrow:hover, input.btn.btn-arrow:focus, a.btn.btn-arrow:hover, a.btn.btn-arrow:focus {
  border: transparent;
  border-radius: 0;
}
.btn.btn-arrow:hover:before, .btn.btn-arrow:focus:before, input.btn.btn-arrow:hover:before, input.btn.btn-arrow:focus:before, a.btn.btn-arrow:hover:before, a.btn.btn-arrow:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.btn.btn-arrow:hover:after, .btn.btn-arrow:focus:after, input.btn.btn-arrow:hover:after, input.btn.btn-arrow:focus:after, a.btn.btn-arrow:hover:after, a.btn.btn-arrow:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.btn.btn-arrow-static, input.btn.btn-arrow-static, a.btn.btn-arrow-static {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
}
.btn.btn-arrow-static:after, input.btn.btn-arrow-static:after, a.btn.btn-arrow-static:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.btn.btn-arrow-static:hover:after, .btn.btn-arrow-static:focus:after, input.btn.btn-arrow-static:hover:after, input.btn.btn-arrow-static:focus:after, a.btn.btn-arrow-static:hover:after, a.btn.btn-arrow-static:focus:after {
  background: #3345E5;
  border: #3345E5;
  color: white;
}
.btn.btn-back, input.btn.btn-back, a.btn.btn-back {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.btn.btn-back:hover, .btn.btn-back:active, .btn.btn-back:focus, input.btn.btn-back:hover, input.btn.btn-back:active, input.btn.btn-back:focus, a.btn.btn-back:hover, a.btn.btn-back:active, a.btn.btn-back:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.btn.btn-back, input.btn.btn-back, a.btn.btn-back {
  border-bottom-color: #3345E5;
  /*
  font-size:16px;
  line-height:24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0!important;
  border:none!important;
  padding: 10px 0 10px 0;
  color:$primary;
  text-transform: inherit;
  font-weight:500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
  &:before {
  	content:"";
  	background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  	background-repeat: no-repeat;
  	left: -13px;
  	margin-top: -2px;
  	position: relative;
  	display: inline-block;
  	width:5px;
  	height:8px;
  	animation-name:none;
  	transform: rotate(180deg);
  }
  &:hover, &:focus {
  	background-color: transparent!important;
  	text-decoration: none;
  	color:$secondary;
  	&:before {
  		-webkit-animation-duration: 1s;
  		animation-duration: 1s;
  		-webkit-animation-fill-mode: both;
  		animation-fill-mode: both;
  		-webkit-animation-timing-function: ease-in-out;
  		animation-timing-function: ease-in-out;
  		animation-iteration-count: infinite;
  		-webkit-animation-iteration-count: infinite;
  		animation-name: bounce_arrow;
  		-moz-animation-name: bounce_arrow;
  	}
  }
  	*/
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  position: relative;
  background-color: transparent;
  color: var(--primary);
  transition: all 150ms;
  border-bottom: 1px solid var(--secondary);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 90px;
}
.btn.btn-download:hover, .btn.btn-download:active, .btn.btn-download:focus, input.btn.btn-download:hover, input.btn.btn-download:active, input.btn.btn-download:focus, a.btn.btn-download:hover, a.btn.btn-download:active, a.btn.btn-download:focus {
  background-color: transparent;
  border-bottom: 1px solid var(--secondary);
  color: var(--secondary);
}
.btn.btn-download:hover:before, .btn.btn-download:active:before, .btn.btn-download:focus:before, input.btn.btn-download:hover:before, input.btn.btn-download:active:before, input.btn.btn-download:focus:before, a.btn.btn-download:hover:before, a.btn.btn-download:active:before, a.btn.btn-download:focus:before {
  background-color: var(--secondary);
}
.btn.btn-download:hover:after, .btn.btn-download:active:after, .btn.btn-download:focus:after, input.btn.btn-download:hover:after, input.btn.btn-download:active:after, input.btn.btn-download:focus:after, a.btn.btn-download:hover:after, a.btn.btn-download:active:after, a.btn.btn-download:focus:after {
  filter: brightness(100);
}
.btn.btn-download:before, input.btn.btn-download:before, a.btn.btn-download:before {
  content: "";
  border: 1px solid var(--secondary);
  border-radius: 50px;
  width: 61px;
  height: 61px;
  position: absolute;
  left: -90px;
  top: 4px;
  transition: all 150ms;
}
.btn.btn-download:after, input.btn.btn-download:after, a.btn.btn-download:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYuU5C607f42zk9W8RyXQexD/asset/images/Assets/bt-download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 61px;
  height: 61px;
  position: absolute;
  left: -90px;
  top: 4px;
  transition: all 150ms;
}
.btn.btn-default, input.btn.btn-default, a.btn.btn-default {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.btn {
  margin-right: 30px;
}
.btn + .btn, .btn:only-of-type {
  margin-right: 0;
}

.back-to-list {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}

@keyframes slideWave {
  0% {
    right: -55px;
  }
  25% {
    right: -35px;
  }
  100% {
    right: -55px;
  }
}
/*###########################  FORMULAIRE  ###########################*/
/* INPUTS */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #3345E5;
  -webkit-box-shadow: 0 0 0 rgb(5, 5, 5) 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* CONFIRMATION */
/* added H1 - never need to use it */
.formbuilder-confirmation-title {
  display: none;
}

/* Formulaire - Style Global */
form.form-horizontal h2.section-title,
form.search-form h2.section-title {
  margin-top: 40px;
}
form.form-horizontal,
form.search-form {
  /*Fix col-md-12 full width qui affiche a moitié - width égale*/
}
form.form-horizontal .col-sm-24 .col-md-12,
form.search-form .col-sm-24 .col-md-12 {
  width: 100%;
  /*
  @include min-md {
  	padding: 0 15px 0px 0!important;
  }
  */
}
form.form-horizontal .form-group,
form.search-form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}
form.form-horizontal .form-group .col-md-12, form.form-horizontal .form-group .col-sm-17, form.form-horizontal .form-group .col-sm-24, form.form-horizontal .form-group .col-md-12,
form.search-form .form-group .col-md-12,
form.search-form .form-group .col-sm-17,
form.search-form .form-group .col-sm-24,
form.search-form .form-group .col-md-12 {
  padding: 0;
  text-align: left;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 0;
  color: var(--primary);
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /* Required Red Star Styles */
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 2px;
  color: var(--primary);
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /* Input Global Style */
}
form.form-horizontal .form-group input:not(.btn):not([type=file]), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn):not([type=file]),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #fff !important;
  color: #3345E5 !important;
  border: 1px solid white;
  border-radius: 5px;
}
form.form-horizontal .form-group input[type=checkbox],
form.search-form .form-group input[type=checkbox] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 5px;
  margin-left: -5px;
}
form.form-horizontal .form-group input[type=radio],
form.search-form .form-group input[type=radio] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 25px;
}
form.form-horizontal .form-group .payment_method input[type=radio],
form.search-form .form-group .payment_method input[type=radio] {
  left: initial;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  width: 100%;
}
form.form-horizontal .form-group .input-file input[type=file],
form.search-form .form-group .input-file input[type=file] {
  border-bottom: 1px solid #000;
  border-radius: 0;
}
form.form-horizontal .form-group .radio label, form.form-horizontal .form-group .checkbox label, form.form-horizontal .form-group .input-radio > div label,
form.search-form .form-group .radio label,
form.search-form .form-group .checkbox label,
form.search-form .form-group .input-radio > div label {
  padding-left: 28px;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /* Direct input overrides */
}
form.form-horizontal .form-group select, form.form-horizontal .form-group input.form-control, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select,
form.search-form .form-group input.form-control,
form.search-form .form-group .chosen-choices {
  border: 1px solid white !important;
  padding: 15px !important;
  height: 51px !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #fff url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-down-black%402x.png) no-repeat right 20px center !important;
  /*
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  */
}
form.form-horizontal .form-group select option,
form.search-form .form-group select option {
  color: #3345E5;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /*Category Dropdown Styles*/
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.ca.yapla.com/images/icon-membogo-arrow-combo@2x.png) no-repeat right 5px center !important;
  background-size: 13px !important;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /*Keywords Dropdown Styles*/
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices, form.form-horizontal .form-group .chosen-container-multi .chosen-choices,
form.search-form .form-group .form-element-keywords .chosen-choices,
form.search-form .form-group .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field {
  height: 21px !important;
  line-height: 22px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field input, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field input,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field input,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field input {
  height: 20px;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #3345E5 !important;
  font-size: 15px;
  padding-left: 15px !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  line-height: 5px;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice span, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice span,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice span,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice span {
  vertical-align: -webkit-baseline-middle;
  margin: 0px 5px 0px 0 !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice .search-choice-close, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice .search-choice-close,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 0;
  top: 6px !important;
  filter: invert(1);
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /*Error Text Style*/
}
form.form-horizontal .form-group ul.error,
form.search-form .form-group ul.error {
  margin: 0;
}
form.form-horizontal .form-group ul.error li.text-danger,
form.search-form .form-group ul.error li.text-danger {
  padding: 3px 10px 0px 10px;
  color: #000;
  background-color: #ffcece;
  font-size: 12px;
}
form.form-horizontal,
form.search-form {
  /*Static Text in forms*/
}
form.form-horizontal p.form-control-static,
form.search-form p.form-control-static {
  padding-top: 0;
  margin-top: 0;
}
form.form-horizontal .crm-footer-frame,
form.search-form .crm-footer-frame {
  margin-top: 30px;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: var(--secondary);
}
#ui-form .ui-section__content h2 {
  color: var(--secondary);
}

.zone-crm {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.zone-crm h2 + #formbuilder-add-wrapper form {
  padding-top: 0;
}
.zone-crm form {
  padding-top: 80px;
}
.zone-crm label {
  text-align: left;
}
.zone-crm #submitform {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.zone-crm #submitform:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.zone-crm #submitform:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.zone-crm #submitform:hover, .zone-crm #submitform:focus {
  border: transparent;
  border-radius: 0;
}
.zone-crm #submitform:hover:before, .zone-crm #submitform:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.zone-crm #submitform:hover:after, .zone-crm #submitform:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.zone-crm #submitform:after {
  background: white;
}
.zone-crm #submitform:hover:after, .zone-crm #submitform:focus:after {
  background: transparent;
}

.overrideformtitle .zone-crm h1 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.overrideformtitle .zone-crm h1 {
  text-align: center;
}

#form-formbuilder .help-block {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  color: var(--primary);
  font-size: 14px;
  line-height: 24px;
}

/* Formulaire Inscription membre/evenement*/
/*Styles Global*/
.zone-member .form-withProgress__wrapper .section {
  margin-bottom: 50px;
}
.zone-member #login_content_box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .zone-member #login_content_box {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.zone-member #member_adhesion_form {
  background-color: white;
}

.zone-event .form-withProgress__wrapper {
  background-color: white;
}

.zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
  font-size: 56px;
}
@media (max-width: 991px) {
  .zone-event h1.form-withProgress__title-main,
  .zone-member h1.form-withProgress__title-main {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .zone-event h1.form-withProgress__title-main,
  .zone-member h1.form-withProgress__title-main {
    font-size: 31px;
    line-height: 35px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  padding: 50px;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper,
  .zone-member .form-withProgress__wrapper {
    padding: 32px 16px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Formulaire*/
}
.zone-event .form-withProgress__wrapper h2.section-title,
.zone-member .form-withProgress__wrapper h2.section-title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .form-withProgress__wrapper .form-group label.control-label, .zone-event .form-withProgress__wrapper .form-group .control-label,
.zone-member .form-withProgress__wrapper .form-group label.control-label,
.zone-member .form-withProgress__wrapper .form-group .control-label {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.zone-event .form-withProgress__wrapper .form-group input, .zone-event .form-withProgress__wrapper .form-group select,
.zone-member .form-withProgress__wrapper .form-group input,
.zone-member .form-withProgress__wrapper .form-group select {
  background-color: #f7f7f7;
}
.zone-event .form-withProgress__wrapper fieldset h2,
.zone-member .form-withProgress__wrapper fieldset h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .form-withProgress__wrapper fieldset legend,
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Récapitulatif*/
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  color: var(--primary);
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
  .zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
    font-size: 14px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Total box*/
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total,
.zone-event .form-withProgress__wrapper #fieldset-total,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total,
.zone-member .form-withProgress__wrapper #fieldset-total {
  padding: 15px 0 30px 0;
  margin-bottom: 0 !important;
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  text-transform: initial;
  font-size: 26px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
  .zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title,
  .zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
  .zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  text-align: right;
  font-size: 26px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
  .zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
  .zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
  .zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Bottom Nav*/
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer {
  gap: 30px;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link {
  /*
                  color: #6CA4DC;
                  margin-right: 32px;
                  text-decoration: underline;
                  &:hover, &:focus, &:active {
                      background: transparent;
                      color: $third;
                      border: none;
                  }
                      */
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link,
  .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
  .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
  .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn.btn-link {
    margin-right: 0;
    justify-content: center;
  }
}
.zone-event .membership-delegate-manage .header .membership-delegate-name,
.zone-member .membership-delegate-manage .header .membership-delegate-name {
  font-weight: 400;
}
.zone-event .membership-delegate-manage .header .membership-delegate-quantity,
.zone-member .membership-delegate-manage .header .membership-delegate-quantity {
  color: #3345E5;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid var(--primary) !important;
}
.zone-event .membership-delegate-manage .footer .btn:hover, .zone-event .membership-delegate-manage .footer .btn:active, .zone-event .membership-delegate-manage .footer .btn:focus,
.zone-member .membership-delegate-manage .footer .btn:hover,
.zone-member .membership-delegate-manage .footer .btn:active,
.zone-member .membership-delegate-manage .footer .btn:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid var(--primary) !important;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:active, .modal .modal-dialog .modal-content .modal-footer button:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}

/*ETAPES INSCRIPTION NOUVEAU MEMBRE*/
/*Étapes 1 - Type d'adhesion*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper {
  background: #fff;
}
.zone-member .form-withProgress__wrapper form.form-horizontal .form-group input:not(.btn):not([type=file]), .zone-member .form-withProgress__wrapper form.form-horizontal .form-group select, .zone-member .form-withProgress__wrapper form.form-horizontal .form-group textarea, .zone-member .form-withProgress__wrapper form.search-form .form-group input:not(.btn):not([type=file]), .zone-member .form-withProgress__wrapper form.search-form .form-group select, .zone-member .form-withProgress__wrapper form.search-form .form-group textarea {
  background-color: #f4f4f3 !important;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-family: "Inter", sans-serif;
  padding-bottom: 16px;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item {
  border: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-date {
  font-size: 14px;
  color: #000;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  color: var(--primary);
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description p, .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description ul li {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .memberships_options h4 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
  background: var(--secondary);
  border-bottom: none;
  display: flex;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
    padding: 5px;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .badge {
  order: 1;
  flex: 1;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
  position: relative;
  order: 0;
  flex: 0 0 90%;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
    flex: 0 0 70%;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group label {
  font-weight: 600;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group select {
  max-width: 50%;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group select {
    max-width: 80%;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block {
  /*@include min-sm {
      position: absolute;
      bottom: 0;
      left: 55%;
  }*/
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button {
  background: transparent;
  border: none;
  padding-left: 0;
  color: var(--primary);
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button {
    font-size: 12px;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--primary);
  color: var(--primary);
  background: #fff;
  padding: 5px;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
    margin-right: 0;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom:first-child {
  margin-top: 20px;
}

/*Étapes 2 - information de l'adherent*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.zone-member .form-withProgress__wrapper h2 {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion {
  padding-left: 0px;
  padding-right: 0px;
}
.zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
  color: var(--primary);
}
.zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  color: var(--primary) !important;
  padding-top: 32px !important;
}
.zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section {
  background: var(--primary);
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  color: #fff !important;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  color: #fff !important;
}

/*Étapes 4 - Paiements*/
.step-payment .zone-member h2 {
  padding-top: 56px;
}
@media (max-width: 991px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 50px 64px;
  }
}
@media (max-width: 767px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 0;
  }
}
.step-payment .zone-member .form-withProgress__wrapper input.form-control {
  background-color: #fff !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-paymentmethod h2 {
  padding-top: 56px;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps h6 {
  width: 80%;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps span {
  width: fit-content;
}
/*Étapes 5 - Confirmation*/
#registration-member {
  margin: 0 auto;
}
#registration-member .member-step-confirm {
  text-align: center;
}
#registration-member .member-step-confirm .member-profile-container {
  padding: 32px 0;
}
#registration-member .member-step-confirm .form-withProgress__navigation-footer p {
  display: none;
}

/*ETAPES INSCRIPTION EVENEMENT*/
/*Étapes 1 - Inscription*/
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition.form-edition, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: white;
  border: 0;
  padding: 0;
  border-bottom: 1px solid var(--primary);
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition.form-edition .registration-event-bloc-title h5, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title h5 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition.form-edition a.btn.btn-link.btn-add, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn.btn-link.btn-add {
  color: #3345E5;
  font-weight: normal;
  /*
  padding: 15px !important;
  color: $primary !important;
  font-weight: 500 !important;
  border: 2px solid $secondary !important;
  */
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition.form-edition a.btn.btn-link.btn-add.btn i.fa, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn.btn-link.btn-add.btn i.fa {
  font-weight: 300;
  margin-right: 15px;
  vertical-align: middle;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition.form-edition a.btn.btn-link.btn-add.btn i.fa:before, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn.btn-link.btn-add.btn i.fa:before {
  content: "\f055";
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition.form-edition a.btn.btn-link.btn-add:hover, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn.btn-link.btn-add:hover {
  /*
  background-color: $clrWhite !important;
  text-decoration: none !important;
  border: 2px solid $secondary !important;
  */
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication p {
  padding-bottom: 32px;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication .form-group {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.zone-event .event-login h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .zone-event .event-login h1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zone-event .event-subscription {
    padding: 0;
  }
}

/*Étapes 2 - Résumé Informations*/
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 0px;
  }
}
.step-resume .zone-event .form-withProgress__wrapper h2.section-title {
  margin-bottom: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-12 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  padding-top: 32px;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
/*Étapes - Résumé Informations*/
.step-resume .field-object-temp h2 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: var(--primary);
}
.step-resume .field-object-temp .object-top-action input {
  margin-right: 16px;
}
.step-resume .field-object-temp .object-main-title {
  margin-bottom: 64px;
}
.step-resume .field-object-temp .object-main-title h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.step-resume .field-object-temp .field-object-next-element, .step-resume .field-object-temp .field-object-prev-element {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid var(--primary) !important;
}
.step-resume .field-object-temp .field-object-next-element:hover, .step-resume .field-object-temp .field-object-next-element:active, .step-resume .field-object-temp .field-object-next-element:focus, .step-resume .field-object-temp .field-object-prev-element:hover, .step-resume .field-object-temp .field-object-prev-element:active, .step-resume .field-object-temp .field-object-prev-element:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}
.step-resume .field-object-temp .crm-entity__info-wrapper {
  border: 1px solid #DDDDDD;
}
.step-resume .field-object-temp .crm-entity__info-wrapper .section-title-toggle {
  display: none;
}
.step-resume .field-object-temp .list-group__wrapper .list-group__title {
  border: 1px solid #DDDDDD;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.step-resume .field-object-temp .object-form-action {
  margin-bottom: 32px;
}
.step-resume .field-object-temp .object-form-action a.btn {
  margin-top: 0 !important;
}

/*Étapes 3 - Paiements*/
.step-payment .zone-event .form-withProgress__wrapper h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .step-payment .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .step-payment .zone-event .form-withProgress__wrapper {
    padding: 0;
  }
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps h6 {
  width: 80%;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps span {
  width: fit-content;
}
/*Étapes 4 - Confirmation*/
.zone-event .event-payment .form-withProgress__wrapper .payment-form-cms #fieldset-payment_billing .row .form-group .form-control {
  background: #f7f7f7 !important;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.list-group__wrapper .list-group .list-group-item {
  color: var(--primary);
}
.list-group__wrapper .list-group .list-group-item span {
  color: var(--primary);
}
.list-group__wrapper .list-group .list-group-item.active {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

/*###########################  TAB BOTTIN DES MEMBRES  ###########################*/
.nav-tabs {
  margin-top: 60px;
}
.nav-tabs li {
  padding: 0px 20px;
}
.nav-tabs li:first-child {
  padding-left: 0;
}
.nav-tabs li a {
  border: none;
  border-bottom: 5px solid transparent;
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: var(--secondary);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid var(--primary);
  color: var(--secondary);
}

.paginationControl {
  margin-top: 80px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  grid-column: span 3;
}
@media (max-width: 991px) {
  .paginationControl {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .paginationControl {
    grid-column: span 1;
  }
}
.paginationControl a {
  width: 47px;
  height: 47px;
  border: 1px solid var(--primary);
  border-radius: 55px;
  margin: 5px;
  font-size: 18px;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #3345E5;
  border-color: #3345E5;
}
.paginationControl a.active {
  background-color: white;
  color: #3345E5;
  font-weight: 600 !important;
  border: 2px solid #3345E5;
}
.paginationControl a.active:hover, .paginationControl a.active:focus {
  color: #3345E5;
}

/*###########################  ACCORDÉONS  ###########################*/
/* Note that this style apply for both native yapla accordions only */
.panel-default > .panel-heading {
  border-bottom: none;
}

.panel-news-accordion {
  /* first accordion container */
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.panel-news-accordion .panel-heading .panel-title {
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 50px;
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 50px;
  color: var(--primary);
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "\f068";
  text-indent: initial;
  font: 300 49px "Font Awesome 6 Pro";
  color: #3345E5;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 10px;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  padding: 0;
  margin: 0;
  transform: none;
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: "+";
}
.panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .panel-body {
  /* content */
  padding: 25px 15px 30px 15px;
  margin-top: -10px;
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

/* Accordion with tables to make accordions in WYSIWYG easy for client */
/* Just create table with table button and add class accordeon in advanced settings */
/* JAVASCRIPT FOR THIS TO WORK

$("table.accordeon tbody tr:first-child").click(function () {
	var target = $(this);
	var open =  target.closest(".accordeon").hasClass('active');

	$(".accordeon").removeClass("active");

	if (!open) {
		var scrollTo = target.offset().top;
		target.closest(".accordeon").addClass("active");
		$('body, html').animate({scrollTop: scrollTo-80+'px'}, 800);
	}
});

*/
table.accordeon {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon tbody {
  display: block;
}
table.accordeon tbody tr {
  /* Title/accordeon box */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  background-color: #F5F5F5;
  padding: 15px;
  position: relative;
}
table.accordeon tbody tr:first-child:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 30px;
  font-weight: 400;
  transition: transform 150ms;
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon {
  /* active and opened content */
}
table.accordeon.active tbody tr:first-child:after {
  transform: rotate(45deg);
}
table.accordeon.active tbody tr:last-child {
  padding: 15px;
  background-color: #F5F5F5;
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

.line-accordeon-equipe.line-fond-taupe {
  padding: 80px 0 40px;
}
.line-accordeon-equipe {
  padding: 80px 0 40px;
}
.line-accordeon-equipe .news-accordion-panel-group {
  max-width: 890px;
  margin: 0 auto;
}
.line-accordeon-equipe .news-accordion-panel-group .panel {
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .line-accordeon-equipe .news-accordion-panel-group .panel {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.line-accordeon-equipe .news-accordion-panel-group .panel .news-accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .line-accordeon-equipe .news-accordion-panel-group .panel .news-accordion-image {
    width: 100%;
  }
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading {
  padding: 20px 40px 20px 260px;
  position: relative;
  height: 230px;
}
@media (max-width: 767px) {
  .line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading {
    height: auto;
    padding: 110% 20px 20px;
  }
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading .panel-title {
  color: transparent;
  font-size: 1px;
  text-indent: -5000px;
  height: 0;
  border-bottom: none;
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading .panel-title a {
  padding: 0;
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading .panel-title a:after {
  background: #3345E5;
  border-radius: 50px;
  content: "\f068";
  font: 20px "Font Awesome 6 Pro";
  color: white;
  position: absolute;
  bottom: -12px;
  right: 35px;
  top: auto;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 0;
  margin: 0;
  transform: none;
}
@media (max-width: 767px) {
  .line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading .panel-title a:after {
    right: -12px;
  }
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading .panel-title a.collapsed:after {
  content: "+";
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading .news-accordion-intro {
  margin: 0;
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading h3 {
  border-bottom: 1px solid var(--secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading h3 {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading p {
  margin: 0;
}
.line-accordeon-equipe .news-accordion-panel-group .panel .panel-heading p a {
  display: block;
  margin-top: 60px;
}
.line-accordeon-equipe .news-accordion-panel-group .collapse {
  display: block;
  height: 0;
}
.line-accordeon-equipe .news-accordion-panel-group .collapse .news-accordion-content p {
  display: none;
}
.line-accordeon-equipe .news-accordion-panel-group .collapse.in {
  height: auto;
}
.line-accordeon-equipe .news-accordion-panel-group .collapse.in .news-accordion-image {
  border-radius: 5px 0 0 0;
}
.line-accordeon-equipe .news-accordion-panel-group .collapse.in .news-accordion-content p {
  display: block;
}
.line-accordeon-equipe .news-accordion-panel-group .collapsing {
  position: static;
}
.line-accordeon-equipe .panel-body {
  padding: 80px;
}
@media (max-width: 767px) {
  .line-accordeon-equipe .panel-body {
    padding: 20px;
  }
}

.line-accordeons-chapitres.line-fond-taupe {
  padding: 80px 0;
}
.line-accordeons-chapitres.line-fond-taupe .row {
  display: block;
}
.line-accordeons-chapitres.line-fond-taupe + .line-fond-taupe {
  padding-top: 0;
}
.line-accordeons-chapitres h2 {
  text-align: center;
}
.line-accordeons-chapitres .panel-group {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .line-accordeons-chapitres .panel-group {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.line-accordeons-chapitres .panel-group .panel {
  background: none;
  margin-bottom: 40px;
}
.line-accordeons-chapitres .panel-group .panel .panel-heading {
  border-bottom: 1px solid var(--primary);
}
.line-accordeons-chapitres .panel-group .panel .panel-heading .news-accordion-header {
  padding: 20px 0;
}
.line-accordeons-chapitres .panel-group .panel .panel-body {
  max-width: 500px;
  padding: 40px 0 0;
}
.line-accordeons-chapitres .panel-group .panel .panel-body hr {
  border-color: var(--primary);
  opacity: 0.3;
}
.line-accordeons-chapitres .panel-group .panel .panel-body img {
  border-radius: 5px;
}

.line-accordeon h2 {
  text-align: center;
  margin-bottom: 80px;
}
.line-accordeon.line-fond-dark .panel {
  background: transparent;
  color: white;
}
.line-accordeon.line-fond-dark .panel .panel-heading {
  border-bottom: 1px solid white;
}
.line-accordeon.line-fond-dark .panel .panel-heading .news-accordion-header {
  padding: 20px 0;
  color: white;
}
.line-accordeon.line-fond-dark .panel .panel-body {
  padding: 40px 0 0;
}
.line-accordeon.line-fond-dark .panel .panel-body .btn {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid #fff;
}
.line-accordeon.line-fond-dark .panel .panel-body .btn:hover, .line-accordeon.line-fond-dark .panel .panel-body .btn:active, .line-accordeon.line-fond-dark .panel .panel-body .btn:focus {
  background-color: #3345E5;
  border: 1px solid #3345E5;
  color: #fff;
}

.line-laureats .panel-group {
  margin-bottom: 0;
}
.line-laureats .panel-group .panel {
  background: none;
  margin-bottom: 40px;
}
.line-laureats .panel-group .panel .panel-heading {
  border-bottom: 1px solid var(--primary);
  display: flex;
  flex-direction: column-reverse;
}
.line-laureats .panel-group .panel .panel-heading p, .line-laureats .panel-group .panel .panel-heading h6 {
  margin: 0;
}
.line-laureats .panel-group .panel .panel-heading .panel-title a:after {
  top: 20px;
}
.line-laureats .panel-group .panel .panel-heading .news-accordion-header {
  padding: 5px 0 35px 0;
}
.line-laureats .panel-group .panel .panel-body {
  max-width: 500px;
  padding: 40px 0 0;
}
.line-laureats .panel-group .panel .panel-body hr {
  border-color: var(--primary);
  opacity: 0.3;
  margin: 40px 0;
}
.line-laureats .panel-group .panel .panel-body h5 {
  font: 12px/18px "Inter", sans-serif;
  border: 1px solid var(--primary);
  border-radius: 50px;
  padding: 4px 20px;
  width: auto;
  display: inline-block;
}
.line-laureats .panel-group .panel .panel-body h5.laureat {
  color: white;
  background-color: #3345E5;
  border-color: #3345E5;
}
.line-laureats .panel-group .panel .panel-body h5.laureat:before {
  content: "\f559";
  font: 14px "Font Awesome 6 Pro";
  display: inline-block;
  margin-right: 10px;
}
.line-laureats .panel-group .panel .panel-body h5.laureat + h3 {
  color: #3345E5;
}
.modal-backdrop.in {
  opacity: 0.5;
}

body:not(.modal-open) .modal {
  display: none;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog {
  transform: none !important;
}
.modal .modal-dialog .modal-content {
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-header {
  margin-top: 8px;
  padding: 16px 31px;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  color: var(--primary);
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: var(--secondary);
}
.modal .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
}
.modal .modal-dialog .modal-content .modal-body input:not(.btn), .modal .modal-dialog .modal-content .modal-body select, .modal .modal-dialog .modal-content .modal-body textarea {
  background-color: #F4F4F4 !important;
  color: #3345E5 !important;
  border: none;
}
.nav-pills {
  background-image: none;
}

.nav-progress {
  overflow: hidden;
  justify-content: center;
  gap: 20px;
}
.nav-progress li.disabled {
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled {
    flex-direction: column;
  }
}
.nav-progress li.disabled a,
.nav-progress li.disabled a:hover,
.nav-progress li.disabled a:focus {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.nav-progress li.disabled a,
.nav-progress li.disabled a:hover,
.nav-progress li.disabled a:focus {
  text-transform: none;
  text-align: center;
  float: none;
  padding-top: 0;
  margin: 0;
  line-height: 48px;
  /*&:before {
                 content: "";
                 position: absolute;
                 top: -40px;
  left: calc(50% + 40px);
  right:0;
  width: calc(100% - 80px);
                 display: block;
                 margin: auto;
                 height: 2px;
                 background-color:#fff !important;
  @include max-sm {
  	display:none;
  }
             }*/
}
.nav-progress li.disabled:before {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.nav-progress li.disabled:before {
  float: none;
  text-align: center;
  line-height: 49px;
  border: none;
  color: white;
  background-color: var(--primary);
  padding: 0;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  display: inline-block;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  /*opacity: 1;*/
}
.nav-progress li.disabled.active a {
  color: var(--primary);
}
.nav-progress li.disabled.active:before {
  color: white;
  background-color: #3345E5;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li a {
  color: var(--primary);
}
.nav-progress li.disabled.active ~ li:before {
  color: white;
  background-color: rgba(22, 30, 84, 0.1);
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}
@media (max-width: 767px) {
  .nav-progress li.disabled:not(.active) {
    margin-left: -1000000px;
    position: absolute;
  }
}
.nav-progress li:last-child a:before {
  display: none;
}
.nav-progress li:last-child a:hover:before {
  display: none;
}

.line-title-half {
  position: relative;
  background: white url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/background-triangles.png) repeat center;
  background-size: auto 318px;
  overflow: hidden;
}
.line-title-half:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(277.89deg, rgba(255, 255, 255, 0.64) 32.27%, #FFFFFF 90.15%);
}
.line-title-half .container, .line-title-half .container-fluid {
  position: static;
  z-index: 2;
}
.line-title-half .container .row-fluid, .line-title-half .container-fluid .row-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-title-half .container .row-fluid, .line-title-half .container-fluid .row-fluid {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-title-half .container .row-fluid:before, .line-title-half .container .row-fluid:after, .line-title-half .container-fluid .row-fluid:before, .line-title-half .container-fluid .row-fluid:after {
  display: none;
}
.line-title-half .container .row-fluid > div, .line-title-half .container-fluid .row-fluid > div {
  float: none;
}
.line-title-half .container .row-fluid, .line-title-half .container-fluid .row-fluid {
  /*min-height: 600px;*/
  min-height: 570px;
}
@media (max-width: 767px) {
  .line-title-half .container .row-fluid, .line-title-half .container-fluid .row-fluid {
    flex-direction: column-reverse;
  }
}
.line-title-half .container .row-fluid .zone-50:first-child, .line-title-half .container-fluid .row-fluid .zone-50:first-child {
  position: relative;
  z-index: 10;
  padding: 60px 0 0 15px;
}
.line-title-half .container .row-fluid h1, .line-title-half .container-fluid .row-fluid h1 {
  text-wrap: balance;
}
.line-title-half .container .row-fluid h6, .line-title-half .container-fluid .row-fluid h6 {
  display: inline-block;
  color: white;
  background: var(--primary);
  border-radius: 50px;
  padding: 6px 30px;
  width: auto;
}
.line-title-half .container .row-fluid p, .line-title-half .container-fluid .row-fluid p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.line-title-half .container .row-fluid .zone-50:last-child, .line-title-half .container-fluid .row-fluid .zone-50:last-child {
  max-width: 700px;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .line-title-half .container .row-fluid .zone-50:last-child, .line-title-half .container-fluid .row-fluid .zone-50:last-child {
    position: static;
    margin-right: -30px;
  }
}
.line-title-half .container .row-fluid .zone-50:last-child .content, .line-title-half .container-fluid .row-fluid .zone-50:last-child .content {
  height: 100%;
}
.line-title-half .container .row-fluid .zone-50:last-child .content video, .line-title-half .container-fluid .row-fluid .zone-50:last-child .content video {
  height: 600px;
}
@media (max-width: 767px) {
  .line-title-half .container .row-fluid .zone-50:last-child .content video, .line-title-half .container-fluid .row-fluid .zone-50:last-child .content video {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    max-width: 100%;
    aspect-ratio: 16/14;
  }
}
.line-title-half .container .row-fluid .zone-50:last-child .content img, .line-title-half .container-fluid .row-fluid .zone-50:last-child .content img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.line-title-half .container .row-fluid .zone-50:last-child .content, .line-title-half .container-fluid .row-fluid .zone-50:last-child .content {
  /*&:after{
      content:"";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.2);
  }*/
}

.line-banner-video .container > .row > div:nth-child(2) .content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}

.line-joindre p {
  font-size: 1.8rem !important;
  line-height: 2.6rem !important;
  font-weight: normal !important;
  margin-bottom: 2rem !important;
}

.line-header {
  padding: 0;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: white;
  border-bottom: 1px solid var(--primary);
  transition: all 150ms;
}
@media (max-width: 991px) {
  .line-header {
    /*height: 130px;*/
    height: auto;
  }
}
.line-header {
  /*
  @include max-md {
  	height: 130px;
  }
  @include max-xs {
  	height: 65px;
  }
  	*/
}
.line-header.home:before {
  display: none;
}
.line-header.opened {
  background: var(--primary);
  color: white;
}
.line-header.opened .container .row-fluid div.zone-html img {
  filter: invert(100%) sepia(70%) saturate(2%) hue-rotate(170deg) brightness(106%) contrast(100%);
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a, .line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  color: white;
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger {
  display: none;
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close {
  display: flex;
}
.line-header .container .row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 6px;
  margin: 30px 0;
}
.line-header .container .row-fluid:after, .line-header .container .row-fluid:before {
  display: none;
}
@media (max-width: 991px) {
  .line-header .container .row-fluid {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .line-header .container .row-fluid {
    bottom: 0px;
    margin: 20px 0;
    min-height: 45px;
  }
}
.line-header .container .row-fluid > div {
  align-items: center;
  padding: 0;
}
.line-header .container .row-fluid > div.zone-html {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.line-header .container .row-fluid > div.zone-html:after, .line-header .container .row-fluid > div.zone-html:before {
  display: none;
}
.line-header .container .row-fluid > div.zone-html .content {
  display: flex;
  /*
  margin-top: 14px;
  @include max-md {
  	margin-top: 24px;
  }
  	*/
}
.line-header .container .row-fluid > div.zone-html .content img {
  max-width: 86px;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-html .content img {
    max-width: 50px;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  order: 1;
  margin-right: 10px;
  text-align: right;
  color: var(--primary);
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
    display: none;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1) {
  padding-right: 20px;
  position: relative;
  color: var(--primary);
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):after {
  content: "•";
  color: var(--primary);
  /*font-size: 16px;*/
  position: absolute;
  top: -2px;
  right: 4px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a.btn {
  margin-left: 20px;
  margin-right: 10px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:not(.btn) {
  /*font-size: 13px;*/
  color: var(--primary);
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:not(.btn):hover {
  color: var(--secondary);
  text-decoration: none;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  order: 3;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
    display: none;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting {
  font-size: 16px !important;
  color: #3345E5 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 15px !important;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  font-size: 16px;
  color: #3345E5;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #3345E5;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
    white-space: normal !important;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
    white-space: normal !important;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  font-size: 16px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  height: 4px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  order: 2;
  margin-left: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
    margin-right: 0;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a {
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a:hover {
  color: #3345E5;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger {
  order: 4;
  /*@include min-md {
  	display:none;
  }*/
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger {
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
  background: var(--secondary);
  padding: 5px 35px 20px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger {
    padding: 5px 20px 12px;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span {
  width: 40px;
  height: 3px;
  background-color: var(--primary);
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 15px;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 0;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span {
    width: 30px;
    margin-top: 8px;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus {
  cursor: pointer;
  background: #3345E5;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover span, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus span {
  background-color: white;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close {
  overflow: hidden;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 0;
  width: 110px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 7px 35px 0;
  border-radius: 50px;
  background: var(--secondary);
  display: none;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close {
    padding: 9px 20px 8px;
    height: 37px;
    width: 70px;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close span {
  width: 40px;
  height: 3px;
  background-color: var(--primary);
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
  margin-top: -3px;
  transition: 0.5s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close span {
    margin-top: -2px;
    width: 30px;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close span:nth-child(1) {
  transform: rotate(45deg);
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close span:nth-child(2) {
  transform: rotate(315deg);
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close:focus {
  cursor: pointer;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close:hover span, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger-close:focus span {
  background-color: #3345E5;
}

body.member--isConnected .header-ext-login {
  flex-direction: row !important;
}

/*@import "desktop.scss";*/
.line-menu-container {
  padding-top: 30px;
  z-index: 10000;
  position: fixed;
  width: 420px;
  height: calc(100% - 135px);
  top: 0;
  bottom: 0;
  background-color: var(--primary);
  right: -470px;
  transition: 1s right cubic-bezier(0, 0.77, 0.175, 1);
  width: 100%;
  right: -100%;
  top: 135px;
  border-top: 1px solid #61625a;
}
@media (max-width: 767px) {
  .line-menu-container {
    height: calc(100% - 85px);
    top: 85px;
  }
}
.line-menu-container.opened {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.line-menu-container {
  /* CHANGE MENU ONLY THERE
  &.menu-different-in-some-page {
      ul.nav-stacked {
          li {
              &.active {
                  > a {
                      color: $secondary!important;
                  }
              }
          }
          >li {
              >a {
                  color: $clrWhite!important;
                  &:hover, &:focus, &:active {
                      color: $secondary!important;
                  }
              }
          }
      }
  }
  */
}
.line-menu-container .container {
  width: 100%;
  max-width: 1200px;
  padding: 45px 15px;
}
@media (max-width: 991px) {
  .line-menu-container .container {
    padding: 0 15px;
  }
}
.line-menu-container .container > .row {
  display: grid;
  grid-template-columns: 20% 80%;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row {
    display: flex;
    flex-direction: column;
  }
}
.line-menu-container .container > .row:before, .line-menu-container .container > .row:after {
  display: none;
}
.line-menu-container .container > .row > div {
  width: auto;
}
.line-menu-container .container > .row > div:nth-child(1) {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(1) {
    text-align: center;
    order: 3;
  }
}
.line-menu-container .container > .row > div:nth-child(1) ul {
  margin: 0;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(1) li {
  list-style: none;
}
.line-menu-container .container > .row > div:nth-child(1) a {
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  border-bottom: 1px solid white;
  margin-bottom: 48px;
}
.line-menu-container .container > .row > div:nth-child(1) a:hover, .line-menu-container .container > .row > div:nth-child(1) a:focus {
  border-bottom: 1px solid #3345E5;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(1) .panel-header, .line-menu-container .container > .row > div:nth-child(1) .panel-connexion, .line-menu-container .container > .row > div:nth-child(1) .panel-language {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(1) .social {
  display: block;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(1) .social {
    margin-left: 10px;
  }
}
.line-menu-container .container > .row > div:nth-child(1) .social li {
  display: inline-block;
  width: auto;
}
.line-menu-container .container > .row > div:nth-child(1) .social li a {
  border: none;
  width: auto;
  font-size: 29px;
  margin: 0;
}
.line-menu-container .container > .row > div:nth-child(1) .social li a:hover i:before {
  color: #3345E5;
}
.line-menu-container .container > .row > div:nth-child(1) .social li + li {
  margin-left: 30px;
}
.line-menu-container .container > .row > div:nth-child(1) {
  /*padding-bottom:20px;
  position: absolute;

  .menu-hamburger {
      overflow: hidden;
      margin-left: auto;
      margin-right: 5px;
      margin-top:0;
      width: 110px;
      height: 60px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      padding: 7px 35px 0;
      border-radius:50px;
      background: $secondary;
      span {
          width:40px;
          height:3px;
          background-color: $primary;
          color: transparent;
          display:block;
          line-height:0;
          text-indent: -9999px; 
          text-align: left;
          margin-top: -3px;
          transition: .5s;
          border-radius: 5px;
          &:nth-child(1) {
              transform: rotate(45deg);
          }
          &:nth-child(2) {
              transform: rotate(315deg);
          }
      }
      &:hover, &:focus {
          cursor: pointer;
          span {
              background-color: $secondary;
          }
      }
  }*/
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    order: 1;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar {
  margin-top: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li {
  margin-bottom: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a {
  /*color:$clrWhite!important;*/
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a.active {
  /*color: $secondary!important;*/
  text-decoration: underline !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li:focus {
  color: var(--secondary) !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li .dropdown-backdrop {
  position: relative;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
  color: var(--secondary);
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  border: 0;
  display: inline-block;
  width: 100%;
  z-index: 99;
  margin-left: 0 !important;
  margin-bottom: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open {
  cursor: pointer;
  /*border-bottom:1px solid #61625a;*/
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a.dropdown-toggle, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a.dropdown-toggle, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a.dropdown-toggle, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > a.dropdown-toggle {
  background: transparent;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
  padding: 15px 2px 10px 2px;
  height: auto !important;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid transparent;
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
  margin-bottom: 0;
  white-space: normal;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
    margin-bottom: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:not(.dropdown-toggle) {
  border-bottom: 1px solid #61625a;
  transition: all 0.3s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -91px;
  height: 89px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
    margin-top: -71px;
    height: 69px !important;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
  border: none;
  width: 35px;
  border-bottom: 1px solid white;
  vertical-align: middle;
  margin-top: 24px;
  margin-right: 10px;
  transition: all 0.5s;
  display: inline-block;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret:before {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 1px solid white;
  transform: rotate(90deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
  /*
  &[rel=data-menu-77265] {
  }
  */
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a:not(.dropdown-toggle) {
  padding: 15px 2px 10px 17px;
  transition: all 0.3s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-toggle .caret:before, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-toggle .caret:before {
  transform: rotate(0deg);
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-menu {
  max-height: 2000px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 485px;
  border-radius: 0;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #61625a;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:first-child {
  margin-top: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a {
  margin: 0;
  width: 100%;
  padding: 15px 0;
  color: white;
  margin-left: 0;
  background-color: transparent;
  text-decoration: none !important;
  white-space: normal;
  transition: all 0.3s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle {
  position: absolute;
  display: block;
  text-align: right;
  height: 46px !important;
  padding: 0 !important;
  margin-left: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle .caret {
  border: none;
  width: 20px;
  border-bottom: 1px solid white;
  vertical-align: middle;
  margin-top: 24px;
  margin-right: 10px;
  transition: all 0.5s;
  display: inline-block;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle .caret:before {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px solid white;
  transform: rotate(90deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > a {
  color: var(--secondary);
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > a:not(.dropdown-toggle) {
  background-color: rgba(255, 255, 255, 0.1);
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a:not(.dropdown-toggle) {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #61625a;
  padding-left: 10px;
  transition: all 0.3s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > .dropdown-toggle .caret:before, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > .dropdown-toggle .caret:before {
  transform: rotate(0deg);
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > .dropdown-menu {
  max-height: 800px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:focus {
  background-color: #3345E5 !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:first-child {
  margin-top: 15px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:last-child {
  margin-bottom: 15px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  padding: 4px 10px;
  width: 100%;
  white-space: inherit;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover {
  color: var(--secondary);
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a.child-link {
  width: 100%;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    order: 2;
    padding-bottom: 40px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content {
  text-align: center;
}
@media (min-width: 992px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language {
    display: inline;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .member-register {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .member-register:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .member-register:active, .line-menu-container .container > .row > div:nth-child(3) > .content .member-register:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .member-register {
    white-space: normal !important;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .member-register {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .member-register:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .member-register:active, .line-menu-container .container > .row > div:nth-child(3) > .content .member-register:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .member-register {
    margin-right: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .separator {
  display: block;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .member-login, .line-menu-container .container > .row > div:nth-child(3) > .content a.switch-language {
  color: white;
  border: none;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .member-login, .line-menu-container .container > .row > div:nth-child(3) > .content a.switch-language {
    margin-right: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content {
  /*
  a {
      font-size: 19px;
      line-height: 21px;
      color: $clrWhite!important;
  }
  .menu-header {
      width:100%;
      .mod-header.mod-header-wrapper {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-flow: row wrap;
          gap: 4px 0;
          padding: 0;
          .header-ext-custom {
              margin-right: 10px;
              font-size: 14px;
              line-height: 30px;
              color: $secondary;
              width:100%;
              text-align: left;
              display:flex;
              flex-direction: column;
              a {
                  font-size: 16px;
                  line-height: 30px;
                  color: $clrWhite;
                  margin: 0;
                  text-decoration: none!important;
                  &:hover {
                      color: $secondary!important;
                      text-decoration: none!important;
                  }
                  &:not(.btn) {
                      &:hover {
                          text-decoration: underline!important;
                      } 
                  }
                  &.search-header {
                      display:none;
                  }
                  &:nth-child(1) {

                  }
                  &:nth-child(2) {

                  }
                  &:nth-child(3) {
                      margin-top: 30px;
                  }
                  &.btn-top-header {
                      @include btn-link;
                      width: fit-content;
                      &:hover {
                          color: $clrWhite!important;
                      }
                  }
              }
          }

          .header-ext-login {
              margin-left: 0;
              padding-bottom: 0;
              min-height: 44px;
              display: flex!important;
              align-items: center;
              justify-content: center;
              text-transform: none!important;
              flex-direction: row-reverse;
              position:relative!important;
              background-color: transparent!important;
              z-index:1!important;
              box-shadow: none!important;
              @include max-md {
                  display: none;
              }
              .member-greeting {
                  display: none!important;
                  font-size: 14px!important;
                  line-height: 30px!important;
                  color: $primary!important;
                  font-weight: 400!important;
                  text-transform: none!important;
                  color: #3b4180!important;
              }
              a {
                  font-size: 14px;
                  line-height: 30px;
                  color: $primary;
                  font-weight: 400;
                  vertical-align: text-bottom;
                  &:hover {
                      color: $third!important;
                      text-decoration: underline!important;
                  }
                  &.member-login.btn {
                      margin-top: 15px;
                      background-color: $third!important;
                      border: 0!important;
                      color: $clrWhite!important;
                      font-size: 13px!important;
                      height: 25px!important;
                      padding: 16px 28px!important;
                      margin-right: 0!important;
                      transition: all 150ms!important;
                      &:hover, &:active, &:focus {
                          background-color: $secondary!important;
                          color: $clrWhite!important;
                          &:hover {
                              text-decoration: none!important;
                          }
                      }
                  }
                  &.member-register {
                      @include btn;
                      @include btn-primary;
                  }
              }
              .separator {
                  height: 4px;
              }
          }
          .header-ext-language {
              a {
                  font-size: 14px;
                  line-height: 30px;
                  color: $primary;
                  &:hover {
                      color: $third!important;
                      text-decoration: none!important;
                  }
              }
          }
      }
  }
  */
}

.overflowhidden .line-menu-container:not(.sticked) .navbar-header {
  /*height: 110px;*/
}
.overflowhidden .line-menu-container > .container {
  /* height: 110px; */
  border-bottom: none;
}
.overflowhidden .line-menu-container > .container .zone-image a {
  margin-left: 5px;
}

/*
.line-bg-menu-open {

    overflow: hidden;
    background-color: $primary;
    position:absolute;
    width: 100%;
    height: 100%;
    padding:0!important;
    margin:0!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}
body {
    &.overflowhidden {
        .line-bg-menu-open {
            opacity: .4;
            pointer-events:fill;
            cursor: pointer;
        }
    }
}
*/
/*
@include max-sm {
    .line-menu-container {
        right: -200vw;
    }
}
@include max-xs {
    .line-menu-container {
        width: 100%;
    }
}
*/
/**
 * ----------------------------------------
 * animation Sticky menu
 * ----------------------------------------
 */
@-webkit-keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
/* CONTAINER */
.line-header:not(.sticked, .menuopened) {
  /*transition: top 250ms;*/
}
.line-header:not(.sticked, .menuopened) > .container {
  /*
  top: -100px;
  transition: top 250ms;
  */
}
.line-header.sticked {
  -webkit-animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.line-header.sticked > .container > .row {
  /*margin:15px 0;*/
}
.line-header.sticked > .container > .row > div:nth-child(1) {
  /*
  .content {
      margin-top: 15px;
      .menu-hamburger {
          span {
              background-color: $primary;
          }
      }
  }
  */
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part .mod-header {
  margin-top: 6px;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login) {
  /* color: $primary!important;  */
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):hover, .line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):focus, .line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):active {
  /* color: $secondary!important;*/
}
.line-header.sticked:not(.menuopened) {
  position: sticky;
  top: 0;
}
/* CONTAINER */
.line-menu-container:not(.sticked, .menuopened) {
  /*transition: top 250ms;*/
}
.line-menu-container:not(.sticked, .menuopened) > .container {
  /*top: -100px;*/
  /*position: static;*/
  transition: top 250ms;
}
.line-menu-container.sticked {
  /*margin-top: -25px;*/
  margin-top: 0;
  /*@include min-md {
      @include slide-down-sticky-menu;
      background-color: $clrWhite;
      position:sticky;
      padding-top: 60px;
      height: 115px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9998;
  }*/
}
.line-menu-container.sticked > .container > .row {
  margin-top: 0;
}
.line-menu-container.sticked > .container > .row > div:nth-child(1) .content {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .line-menu-container.sticked > .container > .row > div:nth-child(2) ul.nav > li > a {
    /*padding: 12px 15px 9px 15px;
    color: $primary!important;
    &:hover, &:focus, &:active {
        color: $secondary!important;
    }*/
  }
}

/* OPTION - Hide munu item when logged
body {
	&.member--isConnected {
		.nav.navbar-nav {
			> li {
				&[rel=data-menu-67910] {
					display: none!important;
				}
			}
		}
	}
}
*/
.panel-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.panel-header a {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.panel-header a {
  color: #fff !important;
  font-weight: 500;
}
.panel-header a:hover {
  color: var(--secondary) !important;
  text-decoration: none !important;
}

.panel-connexion .member-login {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .panel-connexion .member-login {
    white-space: normal !important;
  }
}
.panel-connexion .member-login {
  background-color: transparent;
  color: var(--primary);
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
  padding: 0;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  background-color: transparent;
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
}

.panel-language a.switch-language {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.panel-language a.switch-language {
  color: #fff !important;
  font-weight: 500;
}
.panel-language a.switch-language:hover {
  color: var(--secondary) !important;
  text-decoration: none !important;
}

.panel-social {
  /*
  width:100%;
  padding-top: 10px;
  p {
      &:nth-child(1) {
          display:none;
      }
      &:nth-child(2) {
          margin-top: 0;
          margin-bottom: 35px;
          display:flex;
          flex-direction: row;

          a {
              display:flex;
              align-items: flex-end;
              justify-content: flex-start;
              width: 26px;
              height: 40px;
              margin-right: 20px;
              transition: all 250ms;
              filter: brightness(3.5) hue-rotate(318deg);
              &:hover {
                  opacity: .7;
              }
          }
      }
      &:nth-child(3) {
          a {
              @include p-small;
              color: $third!important;
          }
      }
  }

  */
  /*
  .social {
      justify-content: flex-end;
  }
  */
}

.line-footer-infolettre {
  padding-top: 55px;
  padding-bottom: 25px;
  background-color: var(--primary);
  border-bottom: 1px solid #E2E2E2;
}

.line-footer {
  background-color: white;
  padding: 0 0 15px 0;
}
.line-footer .container {
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .line-footer .container > .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row .col-sm-8 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .line-footer .container > .row .col-sm-8 + .col-sm-8 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content p br {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .line-footer .container > .row > div:nth-child(1) {
    width: 250px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content img {
  width: 160px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) .content img {
    width: 100px !important;
    padding-bottom: 30px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content h3 {
  color: var(--primary) !important;
}
.line-footer .container > .row > div:nth-child(1) .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.line-footer .container > .row > div:nth-child(1) .content p:not(:first-child) {
  font-size: 14px;
}
@media (min-width: 992px) {
  .line-footer .container > .row > div:nth-child(2) {
    width: calc(100% - 370px);
  }
}
@media (min-width: 1200px) {
  .line-footer .container > .row > div:nth-child(2) .content {
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
    display: flex;
  }
}
.line-footer .container > .row > div:nth-child(2) .content h3 {
  color: var(--primary) !important;
}
.line-footer .container > .row > div:nth-child(2) .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.line-footer .container > .row > div:nth-child(2) .content ul {
  padding-left: 100px;
  margin-top: 0 !important;
  list-style: none;
  display: inline-block;
  max-width: 100%;
  min-width: 370px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .line-footer .container > .row > div:nth-child(2) .content ul {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(2) .content ul {
    max-width: none;
    display: block;
    padding-left: 0;
    min-width: auto;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul li {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 15px !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a {
  color: var(--primary) !important;
  text-decoration: none !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a:hover {
  color: #3345E5 !important;
  text-decoration: none;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a.btn {
  color: white !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li:last-of-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: auto;
}
@media (min-width: 992px) {
  .line-footer .container > .row > div:nth-child(3) {
    width: 120px;
  }
}
.line-footer .container > .row > div:nth-child(3) .content {
  text-align: right;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(3) .content {
    text-align: center;
  }
}
.line-footer .container > .row > div:nth-child(3) .content .social {
  margin-bottom: 20px;
  justify-content: flex-end;
  font-size: 30px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(3) .content .social {
    margin-top: 45px;
    justify-content: center;
  }
}
.line-footer .container > .row > div:nth-child(3) .content .social li {
  display: inline-block;
  padding-left: 40px;
  width: auto;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(3) .content .social li {
    padding: 0 20px;
  }
}
.line-footer .container > .row > div:nth-child(3) .content .social a {
  color: var(--primary) !important;
  text-decoration: none !important;
  display: inline-block;
  width: 30px;
}
.line-footer .container > .row > div:nth-child(3) .content .social a:hover {
  color: #3345E5 !important;
  text-decoration: none;
}
.line-footer .container > .row > div:nth-child(3) .content .social a i:before {
  font-size: 30px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(3) .content p {
    display: flex !important;
    justify-content: center;
  }
}
.line-footer .container > .row > div:nth-child(3) .content p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.line-footer .container > .row > div:nth-child(3) .content p a:not(.btn) {
  color: var(--secondary) !important;
  text-decoration: none !important;
}
.line-footer .container > .row > div:nth-child(3) .content p a:not(.btn):hover {
  color: var(--primary) !important;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(3) .content hr {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer .container > .row > div:nth-child(3) .content hr {
  border-color: #E2E2E2;
  max-width: 216px;
  margin-right: 0;
  margin-bottom: 25px;
}

.line-footer-copyright {
  padding-top: 0;
  padding-bottom: 0;
}
.line-footer-copyright .container > .row > div .content {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .line-footer-copyright .container > .row > div .content {
    max-width: 67%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer-copyright .container > .row > div .content {
  text-align: center;
}
.line-footer-copyright .container > .row > div .content p {
  font-size: 1.1rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
.line-footer-copyright .container > .row > div .content p a {
  color: var(--primary) !important;
}

.poweredBy-wrapper {
  background-color: #fff;
}

.line-main {
  padding-bottom: 80px;
}
.line-main .container .row .zone-article .mod-article__wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.line-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
  order: 0;
  margin-top: 70px;
  margin-bottom: 56px;
  color: var(--primary);
  border-bottom: 1px solid #ccc;
}
.line-main .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  order: 1;
}
.line-main .container .row .zone-article .mod-article__wrapper .mod-article__category {
  order: 2;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content {
  order: 3;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__img {
  margin-bottom: 78px;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  margin-top: 1em;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  margin-top: 1em;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-family: "Source Serif 4", serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 64px;
  border-left: 11px solid var(--secondary);
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ol, .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ul {
  padding-left: 20px;
  margin-bottom: 2em;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ol li, .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ul li {
  margin-bottom: 1em;
}
.line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ol ol, .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ol ul, .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ul ol, .line-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ul ul {
  margin-top: 1em;
}
.line-main .container .row .zone-article .zone-news__moreNews-wrapper {
  max-width: 920px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.line-main .container .row .zone-article .zone-news__moreNews-wrapper h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.line-main .container .row .zone-article .zone-news__moreNews-wrapper h3 {
  font-family: "Inter", sans-serif;
}
.line-main .container .row .zone-article .zone-news__moreNews-wrapper h3 a {
  color: #3345E5;
}

.line-article-retour {
  padding-top: 45px;
  padding-bottom: 90px;
}
.line-article-retour .container .row .zone-html .content a {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-article-retour .container .row .zone-html .content a:hover, .line-article-retour .container .row .zone-html .content a:active, .line-article-retour .container .row .zone-html .content a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-article-retour .container .row .zone-html .content a {
    white-space: normal !important;
  }
}
.line-article-retour .container .row .zone-html .content a {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid var(--primary) !important;
}
.line-article-retour .container .row .zone-html .content a:hover, .line-article-retour .container .row .zone-html .content a:active, .line-article-retour .container .row .zone-html .content a:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}

.liste-chapitres h2 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--primary);
}
.liste-chapitres ul {
  margin: 0 0 80px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1199px) {
  .liste-chapitres ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .liste-chapitres ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .liste-chapitres ul {
    grid-template-columns: 1fr;
  }
}
.liste-chapitres ul li {
  list-style: none;
}
.liste-chapitres ul li a {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.liste-chapitres ul li a {
  display: flex;
  padding: 20px;
  margin: 0;
  min-height: 130px;
  height: 100%;
  align-items: end;
  background-color: white;
  border-radius: 5px;
}
.liste-chapitres ul li a:hover, .liste-chapitres ul li a:focus {
  color: white;
  background-color: #3345E5;
  text-decoration: none;
}

.line-actualite .mod-article__published-date {
  width: auto;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.line-actualite .mod-article__intro {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 2.5rem;
}

.line-presidence-gala .news-content.mod-article__content {
  display: grid;
  column-gap: 134px;
  grid-row-gap: 80px;
  max-width: 1114px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .line-presidence-gala .news-content.mod-article__content {
    column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .line-presidence-gala .news-content.mod-article__content {
    display: block;
  }
}
.line-presidence-gala .news-content.mod-article__content .mod-article__intro {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.line-presidence-gala .news-content.mod-article__content .mod-article__intro h2 {
  margin: 0 auto;
  max-width: 550px;
}
.line-presidence-gala .news-content.mod-article__content .mod-article__img {
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  border-radius: 5px;
  max-width: 320px;
  margin-bottom: 20px;
}
.line-presidence-gala .news-content.mod-article__content .mod-article__content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .line-presidence-gala .news-content.mod-article__content .mod-article__content {
    padding-top: 20px;
  }
}
.line-presidence-gala .news-content.mod-article__content .mod-article__content h3 {
  color: var(--primary);
  display: inline-block;
  width: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3345E5;
}

.line-actualites {
  padding: 80px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .line-actualites {
    text-align: left;
  }
}
.line-actualites h2 {
  text-align: left;
}
.line-actualites .newsList {
  text-align: left;
}
.line-actualites .newsList > .row {
  margin: 0 0 40px;
}
.line-actualites .newsList > .row + .row {
  margin-top: 0;
}
.line-actualites .item {
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 10%;
  grid-template-columns: 2fr 3fr 1fr;
  border-bottom: 1px solid var(--secondary);
  padding: 0 0 40px;
}
@media (max-width: 991px) {
  .line-actualites .item {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.line-actualites .item h3 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin: 0;
}
.line-actualites .item h3 a {
  color: var(--primary) !important;
}
.line-actualites .item .itemInfos {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 0;
}
@media (max-width: 991px) {
  .line-actualites .item .itemInfos {
    grid-column-end: 2;
  }
}
.line-actualites .item .intro {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-transform: initial;
}
@media (max-width: 767px) {
  .line-actualites .item .intro {
    font-size: 15px;
    line-height: 22px;
  }
}
.line-actualites .item .intro {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .line-actualites .item .intro {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.line-actualites .item .intro p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-transform: initial;
}
@media (max-width: 767px) {
  .line-actualites .item .intro p {
    font-size: 15px;
    line-height: 22px;
  }
}
.line-actualites .item .actions {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
  margin: 0;
  width: 200px;
}
@media (max-width: 991px) {
  .line-actualites .item .actions {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}
.line-actualites .item .actions .btn {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.line-actualites .item .actions .btn:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.line-actualites .item .actions .btn:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.line-actualites .item .actions .btn:hover, .line-actualites .item .actions .btn:focus {
  border: transparent;
  border-radius: 0;
}
.line-actualites .item .actions .btn:hover:before, .line-actualites .item .actions .btn:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.line-actualites .item .actions .btn:hover:after, .line-actualites .item .actions .btn:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.line-actualites .viewAll {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-actualites .viewAll:hover, .line-actualites .viewAll:active, .line-actualites .viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-actualites .viewAll {
    white-space: normal !important;
  }
}
.line-actualites .viewAll {
  /*
     background-color: $primary;
  color: $clrWhite;
  border: 1px solid $primary;
  &:hover, &:active, &:focus {
  	background-color: $third;
  	border: 1px solid $third;
  	color: $clrWhite;
  }
  */
}
.line-actualites .viewAll:before {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.line-actualites .viewAll:hover:before, .line-actualites .viewAll:active:before, .line-actualites .viewAll:focus:before {
  background-color: #3345E5 !important;
  border: 1px solid #3345E5 !important;
}
.line-actualites .viewAll {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.line-actualites .viewAll:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.line-actualites .viewAll:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.line-actualites .viewAll:hover, .line-actualites .viewAll:focus {
  border: transparent;
  border-radius: 0;
}
.line-actualites .viewAll:hover:before, .line-actualites .viewAll:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.line-actualites .viewAll:hover:after, .line-actualites .viewAll:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.line-actualites .viewAll {
  margin-right: 60px;
}

.line-page-actualites .news-mosaic .col-sm-24 {
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 10%;
  grid-template-columns: 2fr 3fr 200px;
  align-items: start;
  border-bottom: 1px solid var(--secondary);
  padding: 0 0 40px;
}
@media (max-width: 991px) {
  .line-page-actualites .news-mosaic .col-sm-24 {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
.line-page-actualites .news-mosaic .col-sm-24 h3 {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin: 0;
}
.line-page-actualites .news-mosaic .col-sm-24 h3 a {
  color: var(--primary) !important;
}
.line-page-actualites .news-mosaic .col-sm-24 .e-date {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  margin: 0;
}
@media (max-width: 991px) {
  .line-page-actualites .news-mosaic .col-sm-24 .e-date {
    grid-column-end: 2;
  }
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .line-page-actualites .news-mosaic .col-sm-24 .news-intro {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
  margin: 0;
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:hover, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:active, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a {
    white-space: normal !important;
  }
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:hover, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:active, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:hover, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:focus {
  border: transparent;
  border-radius: 0;
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:hover:before, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:hover:after, .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.line-page-actualites .news-mosaic .col-sm-24 .news-intro + a {
  white-space: nowrap;
  width: fit-content;
}
@media (max-width: 991px) {
  .line-page-actualites .news-mosaic .col-sm-24 .news-intro + a {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}

/* Module articles en vedette */
.line-fiches-equipe.line-main {
  padding: 80px 0;
}
.line-fiches-equipe .zone-50 .newsList {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .line-fiches-equipe .zone-50 .newsList {
    grid-template-columns: 1fr;
  }
}
.line-fiches-equipe .zone-50:nth-of-type(1) {
  width: 40%;
}
@media (min-width: 1200px) {
  .line-fiches-equipe .zone-50:nth-of-type(1) {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .line-fiches-equipe .zone-50:nth-of-type(1) {
    width: 40%;
  }
}
.line-fiches-equipe .zone-50:nth-of-type(2) {
  width: 50%;
}
@media (min-width: 992px) {
  .line-fiches-equipe .zone-50:nth-of-type(2) {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .line-fiches-equipe .zone-50:nth-of-type(2) {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .line-fiches-equipe .zone-50:nth-of-type(2) {
    width: 50%;
  }
}
.line-fiches-equipe .newsList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 991px) {
  .line-fiches-equipe .newsList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .line-fiches-equipe .newsList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .line-fiches-equipe .newsList {
    grid-template-columns: 1fr;
  }
}
.line-fiches-equipe .newsList .row {
  margin: 0;
}
.line-fiches-equipe .newsList .row + .row {
  margin-top: 0;
}
.line-fiches-equipe .newsList .item {
  background: white;
  color: var(--primary);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.line-fiches-equipe .newsList .item .itemImage {
  margin: 0;
  width: 100%;
}
.line-fiches-equipe .newsList .item .itemImage img {
  width: 100%;
  max-height: 292px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 575px) {
  .line-fiches-equipe .newsList .item .itemImage img {
    min-height: 352px;
  }
}
.line-fiches-equipe .newsList .item .intro {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: inherit;
}
.line-fiches-equipe .newsList .item .intro h3 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.line-fiches-equipe .newsList .item .intro p:has(.fa-brands) {
  font-size: 20px;
  margin-bottom: 0;
}
.line-fiches-equipe .newsList .item .intro p:last-of-type {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: auto;
}

.line-fiches-description .zone-50 .newsList {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .line-fiches-description .zone-50 .newsList {
    grid-template-columns: 1fr;
  }
}
.line-fiches-description .zone-50:nth-of-type(1) {
  width: 40%;
}
@media (max-width: 767px) {
  .line-fiches-description .zone-50:nth-of-type(1) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .line-fiches-description .zone-50:nth-of-type(1) {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .line-fiches-description .zone-50:nth-of-type(1) {
    width: 40%;
  }
}
.line-fiches-description .zone-50:nth-of-type(2) {
  width: 50%;
}
@media (max-width: 767px) {
  .line-fiches-description .zone-50:nth-of-type(2) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-fiches-description .zone-50:nth-of-type(2) {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .line-fiches-description .zone-50:nth-of-type(2) {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .line-fiches-description .zone-50:nth-of-type(2) {
    width: 50%;
  }
}

.js-directory-search-box {
  padding-bottom: 60px;
}

.mod_directory__result_bloc #directory-tabs {
  display: none;
}
.mod_directory__result_bloc #directory-member {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1199px) {
  .mod_directory__result_bloc #directory-member {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .mod_directory__result_bloc #directory-member {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .mod_directory__result_bloc #directory-member {
    grid-template-columns: 1fr;
  }
}
.mod_directory__result_bloc #directory-member .item {
  background: white;
  color: var(--primary);
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mod_directory__result_bloc #directory-member .item h3 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mod_directory__result_bloc #directory-member .item p:last-of-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: auto;
}

.logos-4-cols h2, .logos-6-cols h2 {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 40px;
}
.logos-4-cols .newsList, .logos-6-cols .newsList {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.logos-4-cols .newsList .row, .logos-6-cols .newsList .row {
  margin: 0;
}
.logos-4-cols .newsList .row + .row, .logos-6-cols .newsList .row + .row {
  margin: 0;
}
.logos-4-cols .newsList .row .item, .logos-6-cols .newsList .row .item {
  background-color: white;
  padding: 0;
}
.logos-4-cols .newsList .row .item .itemImage, .logos-6-cols .newsList .row .item .itemImage {
  margin: 0;
}
.logos-4-cols .newsList .row .item .itemImage img, .logos-6-cols .newsList .row .item .itemImage img {
  margin: 0;
  border: 1px solid var(--secondary);
  border-radius: 5px;
}
.logos-4-cols + .line-banner-join .mod-banner__img .mod-banner__content, .logos-6-cols + .line-banner-join .mod-banner__img .mod-banner__content {
  max-width: 650px;
}
.logos-4-cols + .line-banner-join .mod-banner__img .mod-banner__content h2, .logos-6-cols + .line-banner-join .mod-banner__img .mod-banner__content h2 {
  margin: 0;
}

.line-banner-clickable .container > .row .zone-banner .mod-banner__wrapper:hover, .line-banner-clickable .container > .row .zone-banner .mod-banner__wrapper:focus {
  cursor: pointer;
}
.line-banner-clickable .container > .row .zone-banner .mod-banner__wrapper:hover .mod-banner__img .mod-banner__content .btn-arrow-static:after, .line-banner-clickable .container > .row .zone-banner .mod-banner__wrapper:focus .mod-banner__img .mod-banner__content .btn-arrow-static:after {
  background: #3345E5;
  border: #3345E5;
  color: white;
}

.logos-4-cols .newsList .row {
  width: 320px;
}

.logos-6-cols .newsList .row {
  width: 207px;
}

.line-banner-join {
  padding: 0 0 60px;
}
.line-banner-join .mod-banner__img {
  padding: 50px 0 50px 110px;
  color: white;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .line-banner-join .mod-banner__img {
    padding: 360px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .line-banner-join .mod-banner__img {
    padding: 360px 30px 30px 30px;
  }
}
@media (max-width: 575px) {
  .line-banner-join .mod-banner__img {
    padding: 240px 30px 20px 30px;
  }
}
.line-banner-join .mod-banner__img .mod-banner__content {
  position: static;
  transform: none;
  max-width: 400px;
}
@media (max-width: 767px) {
  .line-banner-join .mod-banner__img .mod-banner__content h2 {
    display: flex;
    flex-direction: column;
  }
  .line-banner-join .mod-banner__img .mod-banner__content h2 a {
    padding: 10px 0;
  }
}
.line-banner-join .mod-banner__img .mod-banner__content p:last-child {
  margin-bottom: 0;
}
.line-banner-join .mod-banner__img .mod-banner__content:before {
  content: "";
  width: 600px;
  height: 100%;
  background: url("https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/image-CTA-mobile.png") no-repeat;
  background-position: center left;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .line-banner-join .mod-banner__img .mod-banner__content:before {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .line-banner-join .mod-banner__img .mod-banner__content:before {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .line-banner-join .mod-banner__img .mod-banner__content:before {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .line-banner-join .mod-banner__img .mod-banner__content:before {
    height: 200px;
  }
}
.line-banner-join.line-fond-dark .mod-banner__img {
  color: var(--primary);
  padding: 50px 40px;
}
@media (max-width: 991px) {
  .line-banner-join.line-fond-dark .mod-banner__img {
    padding: 360px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .line-banner-join.line-fond-dark .mod-banner__img {
    background: var(--secondary);
  }
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content {
    max-width: 100%;
  }
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content h2 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content h2 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content h2 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content p:last-child {
  margin-bottom: 0;
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content .btn {
  /*
     background-color: $primary;
  color: $clrWhite;
  border: 1px solid $primary;
  &:hover, &:active, &:focus {
  	background-color: $third;
  	border: 1px solid $third;
  	color: $clrWhite;
  }
  */
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content .btn:before {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content .btn:hover:before, .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content .btn:active:before, .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content .btn:focus:before {
  background-color: #3345E5 !important;
  border: 1px solid #3345E5 !important;
}
@media (max-width: 1399px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content:before {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content:before {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .line-banner-join.line-fond-dark .mod-banner__img .mod-banner__content:before {
    width: 100%;
  }
}

.line-banner-join.line-top {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .line-banner-join.line-top {
    margin-top: -20px;
  }
}
.line-banner-join.line-top .mod-banner__img {
  padding: 90px 110px;
}
@media (max-width: 767px) {
  .line-banner-join.line-top .mod-banner__img {
    padding: 20px;
  }
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content {
  max-width: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-banner-join.line-top .mod-banner__img .mod-banner__content {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content:before, .line-banner-join.line-top .mod-banner__img .mod-banner__content:after {
  display: none;
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content > div {
  float: none;
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content {
  justify-content: space-between;
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content h3 {
  margin: 0;
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content p:has(.btn-arrow-static) {
  width: 105px;
  margin: 0;
}
.line-banner-join.line-top .mod-banner__img .mod-banner__content p:has(.btn-arrow-static) .btn {
  margin: 0;
}

/*###########################  CONNEXION  ###########################*/
/* Global Fix*/
form.form-horizontal .zend_form .col-md-12 {
  width: 100%;
}
form.form-horizontal .zend_form .col-md-12 input,
form.form-horizontal .zend_form .col-md-12 select,
form.form-horizontal .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
/*Form Connexion Membre*/
@media (min-width: 768px) {
  .zone-member .member-login-wrapper, .zone-member .login-wrapper__login, .zone-login .member-login-wrapper, .zone-login .login-wrapper__login {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.zone-member .member-login-wrapper h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
  text-align: center;
}
.zone-member .member-login-wrapper #profile_login_form, .zone-member .member-login-wrapper #login_content_box, .zone-member .login-wrapper__login #profile_login_form, .zone-member .login-wrapper__login #login_content_box, .zone-login .member-login-wrapper #profile_login_form, .zone-login .member-login-wrapper #login_content_box, .zone-login .login-wrapper__login #profile_login_form, .zone-login .login-wrapper__login #login_content_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form, .zone-member .member-login-wrapper #login_content_box .zend_form, .zone-member .login-wrapper__login #profile_login_form .zend_form, .zone-member .login-wrapper__login #login_content_box .zend_form, .zone-login .member-login-wrapper #profile_login_form .zend_form, .zone-login .member-login-wrapper #login_content_box .zend_form, .zone-login .login-wrapper__login #profile_login_form .zend_form, .zone-login .login-wrapper__login #login_content_box .zend_form {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  max-width: 100%;
  gap: 10px; /* Optional: adds space between items */
  width: 500px; /* Adjust as needed */
}
.zone-member .member-login-wrapper #profile_login_form .zend_form div.form-element-email, .zone-member .member-login-wrapper #login_content_box .zend_form div.form-element-email, .zone-member .login-wrapper__login #profile_login_form .zend_form div.form-element-email, .zone-member .login-wrapper__login #login_content_box .zend_form div.form-element-email, .zone-login .member-login-wrapper #profile_login_form .zend_form div.form-element-email, .zone-login .member-login-wrapper #login_content_box .zend_form div.form-element-email, .zone-login .login-wrapper__login #profile_login_form .zend_form div.form-element-email, .zone-login .login-wrapper__login #login_content_box .zend_form div.form-element-email {
  width: 100%;
  order: 0;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form div.form-element-password, .zone-member .member-login-wrapper #login_content_box .zend_form div.form-element-password, .zone-member .login-wrapper__login #profile_login_form .zend_form div.form-element-password, .zone-member .login-wrapper__login #login_content_box .zend_form div.form-element-password, .zone-login .member-login-wrapper #profile_login_form .zend_form div.form-element-password, .zone-login .member-login-wrapper #login_content_box .zend_form div.form-element-password, .zone-login .login-wrapper__login #profile_login_form .zend_form div.form-element-password, .zone-login .login-wrapper__login #login_content_box .zend_form div.form-element-password {
  width: 100%;
  order: 1;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type, .zone-member .member-login-wrapper #login_content_box .zend_form > div:last-of-type, .zone-member .login-wrapper__login #profile_login_form .zend_form > div:last-of-type, .zone-member .login-wrapper__login #login_content_box .zend_form > div:last-of-type, .zone-login .member-login-wrapper #profile_login_form .zend_form > div:last-of-type, .zone-login .member-login-wrapper #login_content_box .zend_form > div:last-of-type, .zone-login .login-wrapper__login #profile_login_form .zend_form > div:last-of-type, .zone-login .login-wrapper__login #login_content_box .zend_form > div:last-of-type {
  text-align: left;
  margin-bottom: 32px;
  order: 5;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-member .member-login-wrapper #profile_login_form .zend_form #submitform, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit, .zone-member .member-login-wrapper #login_content_box .zend_form #submitform, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-member .login-wrapper__login #profile_login_form .zend_form #submitform, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit, .zone-member .login-wrapper__login #login_content_box .zend_form #submitform, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-login .member-login-wrapper #profile_login_form .zend_form #submitform, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit, .zone-login .member-login-wrapper #login_content_box .zend_form #submitform, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-login .login-wrapper__login #profile_login_form .zend_form #submitform, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit, .zone-login .login-wrapper__login #login_content_box .zend_form #submitform {
  order: 3;
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:active, .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:focus, .zone-member .member-login-wrapper #profile_login_form .zend_form #submitform:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form #submitform:active, .zone-member .member-login-wrapper #profile_login_form .zend_form #submitform:focus, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit:hover, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit:active, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit:focus, .zone-member .member-login-wrapper #login_content_box .zend_form #submitform:hover, .zone-member .member-login-wrapper #login_content_box .zend_form #submitform:active, .zone-member .member-login-wrapper #login_content_box .zend_form #submitform:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit:active, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form #submitform:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form #submitform:active, .zone-member .login-wrapper__login #profile_login_form .zend_form #submitform:focus, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit:hover, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit:active, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit:focus, .zone-member .login-wrapper__login #login_content_box .zend_form #submitform:hover, .zone-member .login-wrapper__login #login_content_box .zend_form #submitform:active, .zone-member .login-wrapper__login #login_content_box .zend_form #submitform:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit:active, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form #submitform:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form #submitform:active, .zone-login .member-login-wrapper #profile_login_form .zend_form #submitform:focus, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit:hover, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit:active, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit:focus, .zone-login .member-login-wrapper #login_content_box .zend_form #submitform:hover, .zone-login .member-login-wrapper #login_content_box .zend_form #submitform:active, .zone-login .member-login-wrapper #login_content_box .zend_form #submitform:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit:active, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form #submitform:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form #submitform:active, .zone-login .login-wrapper__login #profile_login_form .zend_form #submitform:focus, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit:hover, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit:active, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit:focus, .zone-login .login-wrapper__login #login_content_box .zend_form #submitform:hover, .zone-login .login-wrapper__login #login_content_box .zend_form #submitform:active, .zone-login .login-wrapper__login #login_content_box .zend_form #submitform:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-member .member-login-wrapper #profile_login_form .zend_form #submitform, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit, .zone-member .member-login-wrapper #login_content_box .zend_form #submitform, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-member .login-wrapper__login #profile_login_form .zend_form #submitform, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit, .zone-member .login-wrapper__login #login_content_box .zend_form #submitform, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-login .member-login-wrapper #profile_login_form .zend_form #submitform, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit, .zone-login .member-login-wrapper #login_content_box .zend_form #submitform, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-login .login-wrapper__login #profile_login_form .zend_form #submitform, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit, .zone-login .login-wrapper__login #login_content_box .zend_form #submitform {
  margin-left: 20px;
  max-width: fit-content;
  margin-top: 40px;
  margin-bottom: 40px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription {
  order: 2;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription {
  border-bottom-color: #3345E5;
  max-width: fit-content;
}
.zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .zone-member .member-resetpassword-wrapper #forget_password_form .form-element-email, .zone-login .member-resetpassword-wrapper #forget_password_form .form-element-email {
    max-width: 50%;
  }
}
.zone-member .member-resetpassword-wrapper #forget_password_form .form-element-email, .zone-login .member-resetpassword-wrapper #forget_password_form .form-element-email {
  margin-bottom: 32px;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn, .zone-login .member-resetpassword-wrapper #forget_password_form .btn {
  margin-right: 15px;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: var(--secondary) !important;
  transition: all 150ms !important;
  border: 1px solid var(--secondary) !important;
  border-radius: 50px !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:hover, .zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:active, .zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:focus, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:hover, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:active, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link {
  border-radius: 60px !important;
}

/*Espace Evenements - Vue Details*/
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right {
    flex-direction: column;
    gap: 20px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding-right: 15px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  background: var(--secondary);
  border-radius: 5px;
  padding: 40px 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper {
  padding-top: 40px;
  border-top: 1px solid #aeafab;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font: bold 18px "Inter", sans-serif;
  margin-bottom: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav__tags {
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav {
  display: block;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:focus {
  border: transparent;
  border-radius: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:hover:before, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:hover:after, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary {
  margin-right: 100px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:after {
  background: white;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:focus {
  margin-right: 65px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:hover:after, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary:focus:after {
  background: transparent;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back {
  border-bottom-color: #3345E5;
  /*
  font-size:16px;
  line-height:24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0!important;
  border:none!important;
  padding: 10px 0 10px 0;
  color:$primary;
  text-transform: inherit;
  font-weight:500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
  &:before {
  	content:"";
  	background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  	background-repeat: no-repeat;
  	left: -13px;
  	margin-top: -2px;
  	position: relative;
  	display: inline-block;
  	width:5px;
  	height:8px;
  	animation-name:none;
  	transform: rotate(180deg);
  }
  &:hover, &:focus {
  	background-color: transparent!important;
  	text-decoration: none;
  	color:$secondary;
  	&:before {
  		-webkit-animation-duration: 1s;
  		animation-duration: 1s;
  		-webkit-animation-fill-mode: both;
  		animation-fill-mode: both;
  		-webkit-animation-timing-function: ease-in-out;
  		animation-timing-function: ease-in-out;
  		animation-iteration-count: infinite;
  		-webkit-animation-iteration-count: infinite;
  		animation-name: bounce_arrow;
  		-moz-animation-name: bounce_arrow;
  	}
  }
  	*/
  border-color: #3345E5;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:focus {
  border-color: var(--primary);
}
.eventsList, .allEvents {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  text-align: left;
}
@media (max-width: 991px) {
  .eventsList, .allEvents {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .eventsList, .allEvents {
    grid-template-columns: 1fr;
  }
}
.eventsList:before, .eventsList:after, .allEvents:before, .allEvents:after {
  display: none;
}
.eventsList .row + .row, .allEvents .row + .row {
  margin-top: 0;
}
.eventsList .col-sm-24, .allEvents .col-sm-24 {
  height: 100%;
}
.eventsList .item, .allEvents .item {
  background: white;
  border-radius: 5px;
  height: 100%;
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
}
.eventsList .item a:has(.e-thumbnail), .allEvents .item a:has(.e-thumbnail) {
  display: block;
  margin: 0 -20px 20px;
  order: 1;
  height: 1px;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.eventsList .item a:has(.e-thumbnail) img, .allEvents .item a:has(.e-thumbnail) img {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventsList .item .event-flash-tags, .eventsList .item .events-mosaic-tags, .allEvents .item .event-flash-tags, .allEvents .item .events-mosaic-tags {
  order: 2;
  gap: 15px;
  flex-wrap: wrap;
}
.eventsList .item .event-flash-tags span, .eventsList .item .events-mosaic-tags span, .allEvents .item .event-flash-tags span, .allEvents .item .events-mosaic-tags span {
  background: var(--primary);
  color: white;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.eventsList .item .events-mosaic__short-description, .allEvents .item .events-mosaic__short-description {
  order: 4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.eventsList .item .events-mosaic__short-description p, .allEvents .item .events-mosaic__short-description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.eventsList .item .itemInfos, .allEvents .item .itemInfos {
  order: 3;
  line-height: 0.6rem;
}
.eventsList .item .itemInfos .date, .allEvents .item .itemInfos .date {
  color: var(--primary);
  display: block;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.eventsList .item .itemInfos .city, .allEvents .item .itemInfos .city {
  display: none;
}
.eventsList .item .e-date, .allEvents .item .e-date {
  text-transform: inherit;
  order: 3;
  color: var(--primary);
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.eventsList .item h3, .allEvents .item h3 {
  order: 4;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 20px;
}
.eventsList .item hr, .allEvents .item hr {
  display: none;
}
.eventsList .item .intro, .allEvents .item .intro {
  order: 6;
}
.eventsList .item .actions, .allEvents .item .actions {
  order: 7;
  text-align: right;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
  margin-top: auto;
}
@media (max-width: 991px) {
  .eventsList .item .actions, .allEvents .item .actions {
    text-align: left;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .eventsList .item .actions, .allEvents .item .actions {
    flex-direction: column;
  }
}
.eventsList .item .actions .btn-primary, .allEvents .item .actions .btn-primary {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.eventsList .item .actions .btn-primary:hover, .eventsList .item .actions .btn-primary:active, .eventsList .item .actions .btn-primary:focus, .allEvents .item .actions .btn-primary:hover, .allEvents .item .actions .btn-primary:active, .allEvents .item .actions .btn-primary:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.eventsList .item .actions .btn-primary, .allEvents .item .actions .btn-primary {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.eventsList .item .actions .btn-primary:before, .allEvents .item .actions .btn-primary:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.eventsList .item .actions .btn-primary:after, .allEvents .item .actions .btn-primary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.eventsList .item .actions .btn-primary:hover, .eventsList .item .actions .btn-primary:focus, .allEvents .item .actions .btn-primary:hover, .allEvents .item .actions .btn-primary:focus {
  border: transparent;
  border-radius: 0;
}
.eventsList .item .actions .btn-primary:hover:before, .eventsList .item .actions .btn-primary:focus:before, .allEvents .item .actions .btn-primary:hover:before, .allEvents .item .actions .btn-primary:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.eventsList .item .actions .btn-primary:hover:after, .eventsList .item .actions .btn-primary:focus:after, .allEvents .item .actions .btn-primary:hover:after, .allEvents .item .actions .btn-primary:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.eventsList .item .actions .btn-default, .allEvents .item .actions .btn-default {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.eventsList .item .actions .btn-default:hover, .eventsList .item .actions .btn-default:active, .eventsList .item .actions .btn-default:focus, .allEvents .item .actions .btn-default:hover, .allEvents .item .actions .btn-default:active, .allEvents .item .actions .btn-default:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.eventsList .item .actions .btn-default, .allEvents .item .actions .btn-default {
  border-bottom: 2px solid var(--secondary);
}
@media (max-width: 575px) {
  .eventsList .item .actions .btn-default, .allEvents .item .actions .btn-default {
    padding-bottom: 10px;
    width: max-content;
  }
}
.eventsList .viewAll, .allEvents .viewAll {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.eventsList .viewAll:hover, .eventsList .viewAll:active, .eventsList .viewAll:focus, .allEvents .viewAll:hover, .allEvents .viewAll:active, .allEvents .viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .eventsList .viewAll, .allEvents .viewAll {
    white-space: normal !important;
  }
}
.eventsList .viewAll, .allEvents .viewAll {
  /*
     background-color: $primary;
  color: $clrWhite;
  border: 1px solid $primary;
  &:hover, &:active, &:focus {
  	background-color: $third;
  	border: 1px solid $third;
  	color: $clrWhite;
  }
  */
}
.eventsList .viewAll:before, .allEvents .viewAll:before {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.eventsList .viewAll:hover:before, .eventsList .viewAll:active:before, .eventsList .viewAll:focus:before, .allEvents .viewAll:hover:before, .allEvents .viewAll:active:before, .allEvents .viewAll:focus:before {
  background-color: #3345E5 !important;
  border: 1px solid #3345E5 !important;
}
.eventsList .viewAll, .allEvents .viewAll {
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.eventsList .viewAll:before, .allEvents .viewAll:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.eventsList .viewAll:after, .allEvents .viewAll:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.eventsList .viewAll:hover, .eventsList .viewAll:focus, .allEvents .viewAll:hover, .allEvents .viewAll:focus {
  border: transparent;
  border-radius: 0;
}
.eventsList .viewAll:hover:before, .eventsList .viewAll:focus:before, .allEvents .viewAll:hover:before, .allEvents .viewAll:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.eventsList .viewAll:hover:after, .eventsList .viewAll:focus:after, .allEvents .viewAll:hover:after, .allEvents .viewAll:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.eventsList .viewAll, .allEvents .viewAll {
  margin: 60px 0 0;
}
.eventsList .viewAll:after, .allEvents .viewAll:after {
  background: white;
}
.eventsList .viewAll:hover:after, .eventsList .viewAll:focus:after, .allEvents .viewAll:hover:after, .allEvents .viewAll:focus:after {
  background: transparent;
}

.line-evenements-accueil .container > .row .zone-event_flash .content > p {
  text-align: left;
}
.line-evenements-accueil .eventsList {
  display: block;
  text-align: center;
}
.line-evenements-accueil .eventsList .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-evenements-accueil .eventsList .row {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-evenements-accueil .eventsList .row:before, .line-evenements-accueil .eventsList .row:after {
  display: none;
}
.line-evenements-accueil .eventsList .row > div {
  float: none;
}
.line-evenements-accueil .eventsList .row {
  align-items: stretch;
  text-align: left;
}
.line-evenements-accueil .eventsList .row + .row {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .line-evenements-accueil .eventsList .col-sm-8 {
    width: 50%;
  }
  .line-evenements-accueil .eventsList .col-sm-8:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .line-evenements-accueil .eventsList .col-sm-8 {
    width: 100%;
  }
  .line-evenements-accueil .eventsList .col-sm-8:nth-child(2) {
    margin-top: 30px;
  }
}

.events-mosaic .item .actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: auto;
}
@media (max-width: 991px) {
  .events-mosaic .item .actions {
    padding-right: 60px;
  }
}
.events-mosaic .address {
  display: none;
}

#event_filter {
  margin-bottom: 60px;
}
#event_filter .chosen-action__wrapper {
  padding: 5px 0 0;
}

.page-evenements {
  /*.line-page-title, #event_filter{*/
}
.page-evenements .line-page-title {
  display: none;
}
.page-evenements:has(.events-mosaic) .line-page-title {
  display: flex;
}
.page-evenements:has(.events-mosaic) #event_filter {
  display: block;
}

/*###########################  ESPACE MEMBRE  ###########################*/
.member--isConnected .line-espace-membre {
  background: white;
}
.member--isConnected .line-espace-membre form.form-horizontal .form-group input:not(.btn):not([type=file]),
.member--isConnected .line-espace-membre form.form-horizontal .form-group textarea,
.member--isConnected .line-espace-membre form.form-horizontal .form-group select.moteur-recherche, .member--isConnected .line-espace-membre form.form-horizontal .form-group select#category_id, .member--isConnected .line-espace-membre form.form-horizontal .form-group .chosen-choices, .member--isConnected .line-espace-membre form.search-form .form-group select.moteur-recherche, .member--isConnected .line-espace-membre form.search-form .form-group select#category_id, .member--isConnected .line-espace-membre form.search-form .form-group .chosen-choices,
.member--isConnected .line-espace-membre form.form-horizontal .form-control {
  background-color: #f4f4f3 !important;
}
.member--isConnected .line-espace-membre form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice, .member--isConnected .line-espace-membre form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice, .member--isConnected .line-espace-membre form.search-form .form-group .form-element-keywords .chosen-choices .search-choice, .member--isConnected .line-espace-membre form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice {
  color: var(--primary) !important;
}
.member--isConnected .line-zone-membre {
  background-color: #fff;
}
.member--isConnected .line-zone-membre .container {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 991px) {
  .member--isConnected .line-zone-membre .container {
    max-width: 100%;
  }
}

.zone-member {
  margin: 0;
  padding: 0;
}
.zone-member .sidebar__member-zone {
  /*
  @include max-md {
      width: 100%;
  }

  @include max-sm {
      width: 100%;
  }
  */
}
.zone-member .sidebar__member-zone .member-sidebar__inner {
  background-color: var(--secondary);
  padding: 20px;
  margin-right: 15px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    margin-right: 0;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title {
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  color: var(--primary);
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  padding-top: 36px;
  padding-bottom: 0;
  background: transparent;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  border-bottom-color: #3345E5;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  border-bottom-color: var(--primary);
}
.zone-member .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 12px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--primary);
  text-transform: inherit;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #3345E5;
  text-decoration: none;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active {
  display: inline-block;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active a {
  color: #3345E5;
}
.zone-member .member {
  width: 66%;
}
@media (max-width: 767px) {
  .zone-member .member {
    width: 100%;
  }
}
.zone-member .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section label.control-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 5px;
  margin-top: 10px;
}
.zone-member .member h1 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-member .member h1 {
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #ccc;
}
.zone-member .member h2 {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-member .member input#submit {
  float: left !important;
}
.zone-member .form-element-votre_photo .input-file .preview #preview {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 175px;
  width: 175px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .preview.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .heading-container .heading {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  color: var(--primary);
}
.zone-member .registration-list .subtitle {
  margin-top: 25px;
}
.zone-member .field-object-temp .object-main-title h2 {
  width: auto;
}
.zone-member .field-object-temp .object-main-title .btn-link {
  margin-left: 30px;
}
.zone-member .field-object-temp .btn-link {
  padding: 0px 30px;
}
.zone-member .field-object-temp .btn-action {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: var(--secondary) !important;
  transition: all 150ms !important;
  border: 1px solid var(--secondary) !important;
  border-radius: 50px !important;
}
.zone-member .field-object-temp .btn-action:hover, .zone-member .field-object-temp .btn-action:active, .zone-member .field-object-temp .btn-action:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}

.search_input {
  padding: 0;
}

.directory-member-detail-wrapper h1 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .directory-member-detail-wrapper h1 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .directory-member-detail-wrapper h1 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .directory-member-detail-wrapper h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.directory-member-detail-wrapper h1 {
  margin-top: 80px;
  margin-bottom: 60px;
}
.directory-member-detail-wrapper h2 {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.directory-member-detail-wrapper h2 {
  width: fit-content;
  position: relative;
  margin-bottom: 40px;
}
.directory-member-detail-wrapper h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.directory-member-detail-wrapper label {
  font-weight: 600 !important;
}

/*Événements en vedette - affichage mosaïque*/
/*###########################  FIL D'ARIANE  ###########################*/
.line-breadcrumbs .zone-breadcrumbs {
  text-align: right;
}
.line-breadcrumbs .zone-breadcrumbs ul li a.pathway {
  text-decoration: none !important;
}
.line-breadcrumbs .zone-breadcrumbs ul li a.pathway:hover, .line-breadcrumbs .zone-breadcrumbs ul li a.pathway:focus, .line-breadcrumbs .zone-breadcrumbs ul li a.pathway:active {
  text-decoration: underline !important;
}
.line-breadcrumbs .zone-breadcrumbs ul li a, .line-breadcrumbs .zone-breadcrumbs ul li span {
  font-size: 13px;
  font-weight: 500;
}
.line-breadcrumbs .zone-breadcrumbs ul li + li:before {
  content: "/";
  color: var(--primary);
  font-weight: 500;
  padding: 0 10px;
}
.line-breadcrumbs .zone-breadcrumbs ul li.active {
  color: var(--secondary);
}

.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item p.cart-item__description {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
    white-space: normal !important;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover {
  text-decoration: none !important;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
    white-space: normal !important;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover {
  text-decoration: none !important;
}
.zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-community .row .sidebar {
  width: 33.3333333%;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar {
    width: 100%;
    padding-bottom: 40px;
  }
}
.zone-community .row .sidebar .jumbotron {
  margin-right: 10px;
  background-color: #F4F4F4;
  padding: 25px 25px 35px 25px;
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .zone-community .row .sidebar .jumbotron {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .zone-community .row .sidebar .jumbotron {
    margin-bottom: 40px;
  }
}
.zone-community .row .sidebar .jumbotron strong {
  font-size: 21px;
  line-height: 26px;
  color: var(--primary);
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--primary);
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid var(--primary);
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: var(--primary);
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid var(--primary);
  position: relative;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  background-color: transparent !important;
  color: #fff;
  display: block;
  min-height: auto;
  width: fit-content;
  border: transparent;
  border-radius: 0;
  margin-right: 55px;
  z-index: 1;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
  position: absolute;
  background: var(--secondary);
  border: var(--secondary);
  border-radius: 50px;
  color: var(--primary);
  top: 1px;
  right: -55px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: background 0.6s cubic-bezier(0.65, 0, 0.076, 1);
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover, .zone-community .row .sidebar .jumbotron a:last-of-type:focus {
  border: transparent;
  border-radius: 0;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:before, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:before {
  content: "";
  background: #3345E5;
  border: 1px solid #3345E5;
  position: absolute;
  width: calc(100% + 55px);
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:after, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:after {
  background: transparent;
  color: white;
  /*width:100px;*/
  /*animation: slideWave 1s ease-in-out;*/
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: var(--primary);
  font-weight: 700;
  display: block;
  margin-left: 25px;
  margin-bottom: 20px;
}
.zone-community .row .sidebar ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0 15px 0;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.zone-community .row .sidebar ul {
  list-style: none;
}
.zone-community .row .sidebar ul li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 9px;
}
.zone-community .row .sidebar ul li a:hover, .zone-community .row .sidebar ul li a:focus {
  color: var(--primary);
  text-decoration: none;
}
.zone-community .row .content {
  width: 66.6666667%;
}
@media (max-width: 767px) {
  .zone-community .row .content {
    width: 100%;
  }
}
.zone-community .row .content ul.nav {
  border-bottom: none;
  margin-top: 25px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.zone-community .row .content ul.nav li {
  padding: 0px 5px;
}
.zone-community .row .content ul.nav li a {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
  }
}
.zone-community .row .content ul.nav li a {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: var(--secondary) !important;
  transition: all 150ms !important;
  border: 1px solid var(--secondary) !important;
  border-radius: 50px !important;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}
.zone-community .row .content ul.nav li a {
  letter-spacing: 0;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: var(--primary) !important;
}
.zone-community .row .content .tab-content ul.errors li {
  list-style: none;
}
.zone-community .row .content .tab-content h3 {
  text-transform: inherit;
}
.zone-community .row .content .tab-content .forum-message-content-filter {
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
}
.zone-community .row .content .tab-content .forum-message-content-filter .add-mod-forum-item {
  margin-top: 10px;
}
.zone-community .row .content .tab-content .forum-item__btn-addMessage {
  margin-right: 25px;
}
.zone-community .row .content .tab-content .forum-list__title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-community .row .content .forum-item, .zone-community .row .content .forum-item__wrapper {
  padding: 37px 0 30px;
}
.zone-community .row .content .forum-item:hover, .zone-community .row .content .forum-item__wrapper:hover {
  background-color: transparent;
}
.zone-community .row .content .forum-item .forum-item-title, .zone-community .row .content .forum-item__wrapper .forum-item-title {
  font-size: 18px;
  line-height: 21px;
}
.zone-community .row .content .forum-item .forum-item-author, .zone-community .row .content .forum-item__wrapper .forum-item-author {
  color: var(--primary);
}
.zone-community .row .content .forum-item .forum-item__btn-actions-dropdown .dropdown-toggle, .zone-community .row .content .forum-item__wrapper .forum-item__btn-actions-dropdown .dropdown-toggle {
  min-height: 0;
  padding: 10px;
  background-color: #fff;
  border: 0;
}
.zone-community .row .content .forum-item .forum-item__btn-actions-dropdown .dropdown-toggle .caret, .zone-community .row .content .forum-item__wrapper .forum-item__btn-actions-dropdown .dropdown-toggle .caret {
  color: #000;
}
.zone-community .row .content .forum-item .forum-item__btn-actions-dropdown .dropdown-menu li, .zone-community .row .content .forum-item__wrapper .forum-item__btn-actions-dropdown .dropdown-menu li {
  margin-bottom: 0;
}
.zone-community .row .content .forum-message-child {
  padding: 37px 30px 30px;
}
.zone-community .row .content .forum-item__wrapper .forum-item-title {
  margin-right: 0;
}
.zone-community .row .content .forum-form__addMessage-wrapper #community_form_add_message {
  padding-top: 30px;
}
.zone-community .row .content #community-forum #community_form_add_message .section .form-group:last-of-type {
  padding-top: 20px;
}
.zone-community .row .content #community-forum .forum-item__btn-addMessage {
  margin-right: 25px;
}

.forum-item__likes-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.forum-item__likes-wrapper button {
  background-color: transparent !important;
  border: none !important;
  color: var(--primary) !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding: 0 10px 0 0 !important;
  margin-right: 5px !important;
}
.forum-item__likes-wrapper button i:before {
  filter: hue-rotate(299deg);
}
.forum-item__likes-wrapper button[data-type=like] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-pouce.svg");
  width: 28px;
  height: 27px;
  display: block;
  margin-top: -9px;
  margin-right: 5px;
}
.forum-item__likes-wrapper button[data-type=follow] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-etoile.svg");
  width: 27px;
  height: 25px;
  display: block;
  margin-top: -7px;
  margin-right: 5px;
}
.forum-item__likes-wrapper .forum-item__action-count {
  margin: 0 5px 0 -5px;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 480px !important;
  background: var(--secondary);
  padding: 40px;
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal p, .cookie-consent-modal span, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cookie-consent-modal .action-link {
  color: var(--primary);
}
.cookie-consent-modal .action-link svg path {
  stroke: var(--primary);
}
.cookie-consent-modal .action-link:hover, .cookie-consent-modal .action-link:focus {
  color: #3345E5;
}
.cookie-consent-modal .action-link:hover svg path, .cookie-consent-modal .action-link:focus svg path {
  stroke: #3345E5;
}
.cookie-consent-modal P.consent-title {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.cookie-consent-modal p.consent-description {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.cookie-consent-modal p.consent-description a {
  text-decoration: underline;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-link {
  border-bottom-color: #3345E5;
}
.cookie-consent-modal .actions-container .btn-link:hover, .cookie-consent-modal .actions-container .btn-link:focus {
  border-bottom-color: var(--primary);
}
.cookie-consent-modal .actions-container .btn-primary {
  /*
     background-color: $primary;
  color: $clrWhite;
  border: 1px solid $primary;
  &:hover, &:active, &:focus {
  	background-color: $third;
  	border: 1px solid $third;
  	color: $clrWhite;
  }
  */
}
.cookie-consent-modal .actions-container .btn-primary:before {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.cookie-consent-modal .actions-container .btn-primary:hover:before, .cookie-consent-modal .actions-container .btn-primary:active:before, .cookie-consent-modal .actions-container .btn-primary:focus:before {
  background-color: #3345E5 !important;
  border: 1px solid #3345E5 !important;
}

.cookie-modal .cm-modal .cm-header a {
  color: var(--secondary) !important;
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-header p {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-header h1 {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services .cm-service {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services .cm-service a {
  color: #3345E5 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services .cm-service p {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #3345E5 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:hover {
  color: var(--primary) !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  border: 2px solid #3345E5 !important;
  background-color: #3345E5 !important;
  font-weight: 500 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid var(--primary) !important;
  background-color: var(--primary) !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #3345E5 !important;
  background-color: transparent !important;
  color: #3345E5 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 15px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage {
  margin-bottom: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
  order: 4;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
  margin-bottom: 0;
  color: var(--primary) !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.itemInfos.e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--primary) !important;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  font-weight: 600;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions {
  margin-top: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions a {
  margin-top: 30px;
}
.prebuilt-articles-vedette-col3 a.viewAll {
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}

@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 {
    padding-top: 60px;
  }
}
.prebuilt-articles-multiples-col3 {
  padding-top: 130px;
}
.prebuilt-articles-multiples-col3 #newsFilterForm {
  padding-bottom: 50px;
}
.prebuilt-articles-multiples-col3 .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 15px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a {
  order: 1;
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 {
  order: 2;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
  margin-bottom: 0;
  color: var(--primary) !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div .e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--primary) !important;
  text-transform: inherit;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  font-weight: 600;
  text-transform: inherit;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro {
  order: 6;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  order: 7;
  text-transform: initial;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: normal;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
    white-space: normal !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: var(--primary) !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid var(--primary) !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none !important;
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
  color: #fff !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  width: fit-content;
  margin-top: 30px;
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 {
  /*
  >a:not(&:first-child){
      order: 6;
      @include btn;
      @include btn-link;
  }
  */
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
/* h3 */
.prebuilt-evenement-en-vedette {
  padding-top: 40px;
  padding-bottom: 80px;
}
.prebuilt-evenement-en-vedette .zone-event_flash h2 {
  margin-bottom: 35px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 15px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 210px !important;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item hr {
  display: none;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-transform: inherit;
  margin-bottom: 2.5rem;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-transform: inherit;
  margin-bottom: 2.5rem;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  background-color: #3345E5;
  min-height: 43px;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #3345E5;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements {
  padding-top: 115px;
  padding-bottom: 80px;
}
.prebuilt-espace-evenements .zone-event h2 {
  margin-bottom: 35px;
}
.prebuilt-espace-evenements .zone-event .event_list_filter {
  padding-bottom: 60px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 15px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row {
  margin-top: 0;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item h3 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-transform: inherit;
  margin-bottom: 2.5rem;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-transform: inherit;
  margin-bottom: 2.5rem;
}
/*
body.activities-details {
    .line-evenements {
        padding-top: 60px;
    }
}
*/
/*
.line-evenements {
    padding-top: 30px;
    padding-bottom: 140px;
    */
.zone-event .row .event-detail .row-event-jumbotron__left-right {
  display: flex;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left {
  /*width: 33.33333%;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__row-image-description .event-detail__image-wrapper img {
  border-radius: 8px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__row-image-description .event-detail__description-wrapper h2 {
  /*@include titre-name;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper {
  margin-top: 60px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav {
  display: block;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta {
  display: flex;
  justify-content: space-between;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-primary {
  /*@include btn-arrow-right-purple;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default {
  /*@include btn-arrow-left-red;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  /*width: 66.66666%;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  padding: 65px 40px 30px 40px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date {
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  color: #fff;
  margin-bottom: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-country {
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  color: #fff;
  margin-bottom: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .contact a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .phone a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #fff !important;
}
.zone-event .row .event-detail .event-detail__description-wrapper h1, .zone-event .row .event-detail .event-detail__description-wrapper h2, .zone-event .row .event-detail .event-detail__description-wrapper h3, .zone-event .row .event-detail .event-detail__description-wrapper h4, .zone-event .row .event-detail .event-detail__description-wrapper h5, .zone-event .row .event-detail .event-detail__description-wrapper h6, .zone-event .row .event-detail .event-detail__description-wrapper p, .zone-event .row .event-detail .event-detail__description-wrapper a, .zone-event .row .event-detail .event-detail__description-wrapper ul, .zone-event .row .event-detail .event-detail__description-wrapper li {
  text-align: left !important;
}
.zone-event .row .event-detail .event-detail__description-wrapper p, .zone-event .row .event-detail .event-detail__description-wrapper span {
  font-family: "Inter", sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 2.2rem !important;
  /*
  font-size: 1.8rem!important;
  line-height: 2.6rem!important;
  font-weight: normal!important;
  margin-bottom: 2rem!important;
  */
}
.zone-event .row .event-detail .event-detail__description-wrapper .logo {
  width: 220px !important;
  height: 110px !important;
  background-color: white;
  padding: 20px;
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #DDCFB6;
}
.zone-event .row .event-detail .event-detail__description-wrapper .personne {
  width: 120px !important;
  height: 120px !important;
  background-color: white;
  padding: 0;
  object-fit: contain;
  border-radius: 100px;
  border: 1px solid #DDCFB6;
}
.zone-event .row .event-detail .event-jumbotron__contact-wrapper span {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.zone-event .row .event-detail .event-jumbotron__contact-wrapper span {
  margin-bottom: 0;
}

/*
}
    */
.line.alert-info {
  background: #3345E5;
  color: white;
  font: 1.8rem/2.4rem "Source Serif 4", serif;
  text-align: center;
  padding: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .line.alert-info {
    text-align: left;
  }
}
.line.alert-info .btn {
  background: white;
  border: white;
  color: #3345E5;
  margin: 0;
  margin-left: 3rem;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .line.alert-info .btn {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.line.alert-info .btn:hover, .line.alert-info .btn:focus {
  background: white;
  border: white;
  color: var(--primary);
}
.line.alert-info .btn i {
  font-size: 0;
  width: 40px;
}
.line.alert-info .btn i:before {
  font-size: 2.2rem;
  line-height: 40px;
}
.line.alert-info .close {
  color: #fff;
  font-size: 6rem;
  line-height: 40px;
  font-weight: 200;
  margin: 0;
  display: block;
  cursor: pointer;
  opacity: 1;
  text-shadow: none;
}
@media (max-width: 767px) {
  .line.alert-info .close {
    font-size: 4rem;
    line-height: 30px;
  }
}

.site-inner:has(.line-header.opened) .line.alert-info {
  display: none;
}

.line-sticky {
  position: relative;
  z-index: 10;
}
.line-sticky .content {
  opacity: 0;
  position: fixed;
  right: -30px;
  top: 245px;
  animation-name: anime-faire-don;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.4s;
}
.line-sticky .content .sticky-container {
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 51%;
  border-radius: 100px;
  transition: translate 300ms;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-sticky .content .sticky-container {
    display: none;
  }
}
.line-sticky .content .sticky-container .btn-sticky {
  width: auto;
  height: 50px;
  display: block;
  background-color: var(--secondary);
  padding: 19px 27px 13px 27px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 33px;
  text-decoration: none !important;
  text-align: right;
  transition: all 150ms;
}
.line-sticky .content .sticky-container .btn-sticky:hover {
  color: #fff !important;
  background-color: var(--primary);
  text-decoration: none !important;
  transition: all 150ms;
}
.line-sticky .content .sticky-container .btn-sticky {
  /*
  &::after{
      content: "";
      width: 46px;
      height: 46px;
      display: block;
      background: url(https://cdn.ca.yapla.com/company/CPYuU5C607f42zk9W8RyXQexD/asset/images/Assets/icon-bt-donner.svg) center center no-repeat;
      background-size: 46px;
      position: relative;
      left: -13px;
      bottom: 29px;
      rotate: 90deg;
  }
  */
}

/** bt slide **/
.anime-faire-don {
  -webkit-animation: anime-faire-don 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: anime-faire-don 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* Menu & Footer social icons svg to css*/
/* https://www.svgbackgrounds.com/tools/svg-to-css/ */
/* Browser support: Legacy (IE9+) */
/* CSS Helpers: Basic background-image */
/** variables **/
/* Exemple couleur svg = %23 + #ffffff*/
/* scss*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 44px;
  display: flex;
  justify-content: flex-end;
}
ul.social li a {
  text-decoration: none !important;
  width: 20px;
}
ul.social li a.email {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='32' height='20' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M3 2L17.79 10L32 2' stroke='%23074a8d' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  display: block;
}
ul.social li a.email:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='32' height='20' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M3 2L17.79 10L32 2' stroke='%23074a8d' stroke-width='2'/%3E%3C/svg%3E");
}
ul.social li a.bluesky {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23188af5%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
}
ul.social li a.bluesky:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23074a8d%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.80188C16.67 5.80188 16.9865 5.81189 18.041 5.86014C18.6749 5.86773 19.3028 5.98441 19.8974 6.2047C20.3318 6.36496 20.7248 6.62076 21.0474 6.95289C21.3796 7.2755 21.6354 7.66848 21.7956 8.10293C22.0159 8.69748 22.1326 9.32544 22.1402 9.95936C22.1884 11.0139 22.1984 11.3303 22.1984 14.0003C22.1984 16.6703 22.1884 16.9868 22.1402 18.0413C22.1326 18.6752 22.0159 19.3032 21.7956 19.8977C21.4591 20.77 20.7697 21.4595 19.8974 21.7959C19.3028 22.0162 18.6749 22.1329 18.041 22.1405C16.9865 22.1888 16.67 22.1988 14 22.1988C11.33 22.1988 11.0135 22.1888 9.95904 22.1405C9.32479 22.1329 8.69651 22.0164 8.1018 21.7959C7.66767 21.6355 7.27502 21.3799 6.95273 21.0478C6.6206 20.7251 6.3648 20.3322 6.20454 19.8977C5.98425 19.3032 5.86757 18.6752 5.85998 18.0413C5.81173 16.9868 5.80172 16.6703 5.80172 14.0003C5.80172 11.3303 5.81173 11.0139 5.85998 9.95936C5.86757 9.32544 5.98425 8.69748 6.20454 8.10293C6.3648 7.66848 6.6206 7.2755 6.95273 6.95289C7.27534 6.62076 7.66832 6.36496 8.10277 6.2047C8.69732 5.98441 9.32527 5.86773 9.9592 5.86014C11.0137 5.81189 11.3302 5.80188 14.0002 5.80188M14 4C11.2845 4 10.9437 4.01178 9.87722 4.06004C9.04769 4.07666 8.22688 4.23369 7.44996 4.52451C6.78231 4.77579 6.17775 5.16989 5.6781 5.67907C5.16941 6.1784 4.77562 6.78279 4.52451 7.44996C4.23385 8.22704 4.07714 9.04785 4.06084 9.87722C4.01081 10.9437 4 11.2845 4 14C4 16.7155 4.01178 17.0563 4.06004 18.1228C4.07666 18.9523 4.23369 19.7731 4.52451 20.55C4.77579 21.2177 5.16989 21.8222 5.67907 22.3219C6.1784 22.8306 6.78279 23.2244 7.44996 23.4755C8.22704 23.7662 9.04785 23.9229 9.87722 23.9392C10.9437 23.9892 11.2845 24 14 24C16.7155 24 17.0563 23.9882 18.1228 23.94C18.9523 23.9233 19.7731 23.7663 20.55 23.4755C21.8937 22.956 22.956 21.8937 23.4755 20.55C23.7662 19.773 23.9229 18.9521 23.9392 18.1228C23.9892 17.0563 24 16.7155 24 14C24 11.2845 23.9882 10.9437 23.94 9.87722C23.9233 9.04769 23.7663 8.22688 23.4755 7.44996C23.2242 6.78231 22.8301 6.17775 22.3209 5.6781C21.8216 5.16941 21.2172 4.77562 20.55 4.52451C19.773 4.23385 18.9521 4.07714 18.1228 4.06084C17.0563 4.01081 16.7155 4 14 4ZM14 8.86468C11.1638 8.86468 8.86452 11.164 8.86452 14.0002C8.86452 16.8364 11.1638 19.1356 14 19.1356C16.8362 19.1356 19.1355 16.8364 19.1355 14.0002C19.1355 11.164 16.8362 8.86468 14 8.86468ZM14 17.3338C12.1589 17.3338 10.6662 15.8413 10.6662 14C10.6662 12.1589 12.1587 10.6662 14 10.6662C15.8413 10.6662 17.3338 12.1587 17.3338 14C17.3338 15.8411 15.8413 17.3338 14 17.3338ZM19.3382 7.4619C18.6754 7.4619 18.1381 7.99916 18.1381 8.66198C18.1381 9.32479 18.6754 9.86205 19.3382 9.86205C20.001 9.86205 20.5383 9.32479 20.5383 8.66198C20.5383 7.99916 20.001 7.4619 19.3382 7.4619Z' fill='%23188af5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
}
ul.social li a.instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.80188C16.67 5.80188 16.9865 5.81189 18.041 5.86014C18.6749 5.86773 19.3028 5.98441 19.8974 6.2047C20.3318 6.36496 20.7248 6.62076 21.0474 6.95289C21.3796 7.2755 21.6354 7.66848 21.7956 8.10293C22.0159 8.69748 22.1326 9.32544 22.1402 9.95936C22.1884 11.0139 22.1984 11.3303 22.1984 14.0003C22.1984 16.6703 22.1884 16.9868 22.1402 18.0413C22.1326 18.6752 22.0159 19.3032 21.7956 19.8977C21.4591 20.77 20.7697 21.4595 19.8974 21.7959C19.3028 22.0162 18.6749 22.1329 18.041 22.1405C16.9865 22.1888 16.67 22.1988 14 22.1988C11.33 22.1988 11.0135 22.1888 9.95904 22.1405C9.32479 22.1329 8.69651 22.0164 8.1018 21.7959C7.66767 21.6355 7.27502 21.3799 6.95273 21.0478C6.6206 20.7251 6.3648 20.3322 6.20454 19.8977C5.98425 19.3032 5.86757 18.6752 5.85998 18.0413C5.81173 16.9868 5.80172 16.6703 5.80172 14.0003C5.80172 11.3303 5.81173 11.0139 5.85998 9.95936C5.86757 9.32544 5.98425 8.69748 6.20454 8.10293C6.3648 7.66848 6.6206 7.2755 6.95273 6.95289C7.27534 6.62076 7.66832 6.36496 8.10277 6.2047C8.69732 5.98441 9.32527 5.86773 9.9592 5.86014C11.0137 5.81189 11.3302 5.80188 14.0002 5.80188M14 4C11.2845 4 10.9437 4.01178 9.87722 4.06004C9.04769 4.07666 8.22688 4.23369 7.44996 4.52451C6.78231 4.77579 6.17775 5.16989 5.6781 5.67907C5.16941 6.1784 4.77562 6.78279 4.52451 7.44996C4.23385 8.22704 4.07714 9.04785 4.06084 9.87722C4.01081 10.9437 4 11.2845 4 14C4 16.7155 4.01178 17.0563 4.06004 18.1228C4.07666 18.9523 4.23369 19.7731 4.52451 20.55C4.77579 21.2177 5.16989 21.8222 5.67907 22.3219C6.1784 22.8306 6.78279 23.2244 7.44996 23.4755C8.22704 23.7662 9.04785 23.9229 9.87722 23.9392C10.9437 23.9892 11.2845 24 14 24C16.7155 24 17.0563 23.9882 18.1228 23.94C18.9523 23.9233 19.7731 23.7663 20.55 23.4755C21.8937 22.956 22.956 21.8937 23.4755 20.55C23.7662 19.773 23.9229 18.9521 23.9392 18.1228C23.9892 17.0563 24 16.7155 24 14C24 11.2845 23.9882 10.9437 23.94 9.87722C23.9233 9.04769 23.7663 8.22688 23.4755 7.44996C23.2242 6.78231 22.8301 6.17775 22.3209 5.6781C21.8216 5.16941 21.2172 4.77562 20.55 4.52451C19.773 4.23385 18.9521 4.07714 18.1228 4.06084C17.0563 4.01081 16.7155 4 14 4ZM14 8.86468C11.1638 8.86468 8.86452 11.164 8.86452 14.0002C8.86452 16.8364 11.1638 19.1356 14 19.1356C16.8362 19.1356 19.1355 16.8364 19.1355 14.0002C19.1355 11.164 16.8362 8.86468 14 8.86468ZM14 17.3338C12.1589 17.3338 10.6662 15.8413 10.6662 14C10.6662 12.1589 12.1587 10.6662 14 10.6662C15.8413 10.6662 17.3338 12.1587 17.3338 14C17.3338 15.8411 15.8413 17.3338 14 17.3338ZM19.3382 7.4619C18.6754 7.4619 18.1381 7.99916 18.1381 8.66198C18.1381 9.32479 18.6754 9.86205 19.3382 9.86205C20.001 9.86205 20.5383 9.32479 20.5383 8.66198C20.5383 7.99916 20.001 7.4619 19.3382 7.4619Z' fill='%23074a8d'/%3E%3C/svg%3E");
}
ul.social li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4924' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4924)'%3E%3Cpath d='M6.07495 10.507H9.62585V21.932H6.07495V10.507ZM7.85095 4.828C8.25818 4.82781 8.65628 4.94836 8.995 5.17444C9.33371 5.40052 9.59776 5.72199 9.75378 6.09814C9.90981 6.4743 9.95084 6.88827 9.87158 7.28772C9.79233 7.68717 9.59641 8.05413 9.30859 8.34222C9.02078 8.63032 8.65401 8.82661 8.25464 8.90625C7.85527 8.98589 7.44125 8.94533 7.06494 8.78967C6.68863 8.63402 6.36691 8.37023 6.1405 8.03174C5.91409 7.69325 5.79317 7.29523 5.79297 6.888C5.79297 6.342 6.00962 5.81834 6.39551 5.43207C6.7814 5.0458 7.30495 4.82853 7.85095 4.828Z' fill='%23188af5'/%3E%3Cpath d='M11.8521 10.507H15.2581V12.0701H15.3071C15.6475 11.4872 16.1397 11.0077 16.7313 10.6827C17.3229 10.3577 17.9917 10.1996 18.6661 10.225C22.2661 10.225 22.925 12.5911 22.925 15.6662V21.9324H19.3761V16.3762C19.3761 15.0512 19.3532 13.3461 17.5302 13.3461C15.6832 13.3461 15.4021 14.7912 15.4021 16.2812V21.9324H11.8531L11.8521 10.507Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4924' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4924)'%3E%3Cpath d='M6.07495 10.507H9.62585V21.932H6.07495V10.507ZM7.85095 4.828C8.25818 4.82781 8.65628 4.94836 8.995 5.17444C9.33371 5.40052 9.59776 5.72199 9.75378 6.09814C9.90981 6.4743 9.95084 6.88827 9.87158 7.28772C9.79233 7.68717 9.59641 8.05413 9.30859 8.34222C9.02078 8.63032 8.65401 8.82661 8.25464 8.90625C7.85527 8.98589 7.44125 8.94533 7.06494 8.78967C6.68863 8.63402 6.36691 8.37023 6.1405 8.03174C5.91409 7.69325 5.79317 7.29523 5.79297 6.888C5.79297 6.342 6.00962 5.81834 6.39551 5.43207C6.7814 5.0458 7.30495 4.82853 7.85095 4.828Z' fill='%23074a8d'/%3E%3Cpath d='M11.8521 10.507H15.2581V12.0701H15.3071C15.6475 11.4872 16.1397 11.0077 16.7313 10.6827C17.3229 10.3577 17.9917 10.1996 18.6661 10.225C22.2661 10.225 22.925 12.5911 22.925 15.6662V21.9324H19.3761V16.3762C19.3761 15.0512 19.3532 13.3461 17.5302 13.3461C15.6832 13.3461 15.4021 14.7912 15.4021 16.2812V21.9324H11.8531L11.8521 10.507Z' fill='%23074a8d'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.751 15.8232L19.208 12.2852H15.708V10.0282C15.708 9.00316 15.995 8.30516 17.463 8.30516H19.335V5.13916C18.4285 5.04327 17.5175 4.99687 16.606 5.00016C13.906 5.00016 12.056 6.64916 12.056 9.67816V12.2872H9V15.8232H12.056V23.7412H15.709V15.8232H18.751Z' fill='%23188af5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
ul.social li a.facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.751 15.8232L19.208 12.2852H15.708V10.0282C15.708 9.00316 15.995 8.30516 17.463 8.30516H19.335V5.13916C18.4285 5.04327 17.5175 4.99687 16.606 5.00016C13.906 5.00016 12.056 6.64916 12.056 9.67816V12.2872H9V15.8232H12.056V23.7412H15.709V15.8232H18.751Z' fill='%23074a8d'/%3E%3C/svg%3E");
}
ul.social li a.youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4932' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4932)'%3E%3Cpath d='M20.2821 7.80798H8.64709C6.42209 7.80798 5.51904 9.60798 5.51904 11.837V16.098C5.51904 18.323 6.51907 20.127 8.74207 20.127H20.1881C22.4121 20.127 23.1731 18.327 23.1731 16.098V11.837C23.1731 9.61098 22.5071 7.80798 20.2821 7.80798ZM12.7251 16.383V11.551L17.353 13.967L12.7251 16.383Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
ul.social li a.youtube:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4932' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4932)'%3E%3Cpath d='M20.2821 7.80798H8.64709C6.42209 7.80798 5.51904 9.60798 5.51904 11.837V16.098C5.51904 18.323 6.51907 20.127 8.74207 20.127H20.1881C22.4121 20.127 23.1731 18.327 23.1731 16.098V11.837C23.1731 9.61098 22.5071 7.80798 20.2821 7.80798ZM12.7251 16.383V11.551L17.353 13.967L12.7251 16.383Z' fill='%23074a8d'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.x {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.x:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23074a8d'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .line-404 {
    padding: 130px 0 10px 0 !important;
  }
}
.line-404 .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-404 .row {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-404 .row:before, .line-404 .row:after {
  display: none;
}
.line-404 .row > div {
  float: none;
}
.line-404 .row > div:first-child .content {
  text-align: center;
}
.line-404 .row > div:first-child .content h1 {
  color: var(--primary);
  font-size: 40px;
}
.line-404 .row > div:first-child .content h1 strong {
  display: block;
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 991px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 160px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .line-404 .row > div:last-child .content {
    margin-top: 60px;
    text-align: center;
  }
}
.line-404 .row > div:last-child .content p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.line-404 .row > div:last-child .content p {
  font-weight: normal;
}

@media (max-width: 767px) {
  .line-title-link-all {
    padding-top: 50px;
  }
}
.line-title-link-all {
  padding-top: 108px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .line-title-link-all .container > .row > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.line-title-link-all .container > .row > div:nth-child(1) .content h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.line-title-link-all .container > .row > div:nth-child(1) .content h2 {
  color: var(--secondary);
  /*
  padding: 8px 14px 6px 10px;
  background-color: $third;
  border-radius: 5px;
  */
  max-width: fit-content;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-title-link-all .container > .row > div:nth-child(2) .content {
    text-align: left;
  }
}
.line-title-link-all .container > .row > div:nth-child(2) .content {
  text-align: right;
}
.line-title-link-all .container > .row > div:nth-child(2) .content .btn {
  margin-top: 0px;
}

body.activities-details .line-fond-taupe {
  background: white;
}

.line-fond-taupe {
  background: var(--secondary);
  padding: 80px 0;
}
@media (max-width: 991px) {
  .line-fond-taupe {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .line-fond-taupe {
    padding: 40px 0;
  }
}
.line-fond-taupe .row-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-fond-taupe .row-fluid {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-fond-taupe .row-fluid:before, .line-fond-taupe .row-fluid:after {
  display: none;
}
.line-fond-taupe .row-fluid > div {
  float: none;
}
.line-fond-taupe .row-fluid {
  gap: 60px;
}
@media (max-width: 991px) {
  .line-fond-taupe .row-fluid {
    flex-direction: column;
  }
  .line-fond-taupe .row-fluid .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-fond-taupe .row-fluid {
    gap: 40px;
  }
}
.line-fond-taupe.line-fiches-equipe .row-fluid {
  align-items: start;
}
.line-fond-taupe .btn.btn-primary {
  /*
     background-color: $primary;
  color: $clrWhite;
  border: 1px solid $primary;
  &:hover, &:active, &:focus {
  	background-color: $third;
  	border: 1px solid $third;
  	color: $clrWhite;
  }
  */
}
.line-fond-taupe .btn.btn-primary:before {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.line-fond-taupe .btn.btn-primary:hover:before, .line-fond-taupe .btn.btn-primary:active:before, .line-fond-taupe .btn.btn-primary:focus:before {
  background-color: #3345E5 !important;
  border: 1px solid #3345E5 !important;
}
.line-fond-taupe .btn.btn-back {
  background-color: transparent;
  color: var(--primary);
  padding: 0;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #3345E5;
  border-radius: 0;
}
.line-fond-taupe .btn.btn-back:hover, .line-fond-taupe .btn.btn-back:active, .line-fond-taupe .btn.btn-back:focus {
  background-color: transparent;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}
.line-fond-taupe .btn.btn-back {
  border-bottom-color: #3345E5;
  /*
  font-size:16px;
  line-height:24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0!important;
  border:none!important;
  padding: 10px 0 10px 0;
  color:$primary;
  text-transform: inherit;
  font-weight:500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
  &:before {
  	content:"";
  	background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  	background-repeat: no-repeat;
  	left: -13px;
  	margin-top: -2px;
  	position: relative;
  	display: inline-block;
  	width:5px;
  	height:8px;
  	animation-name:none;
  	transform: rotate(180deg);
  }
  &:hover, &:focus {
  	background-color: transparent!important;
  	text-decoration: none;
  	color:$secondary;
  	&:before {
  		-webkit-animation-duration: 1s;
  		animation-duration: 1s;
  		-webkit-animation-fill-mode: both;
  		animation-fill-mode: both;
  		-webkit-animation-timing-function: ease-in-out;
  		animation-timing-function: ease-in-out;
  		animation-iteration-count: infinite;
  		-webkit-animation-iteration-count: infinite;
  		animation-name: bounce_arrow;
  		-moz-animation-name: bounce_arrow;
  	}
  }
  	*/
  background: transparent;
  color: var(--primary);
}
.line-fond-taupe .btn.btn-arrow:after {
  background: white;
}
.line-fond-taupe .btn.btn-arrow:hover:after, .line-fond-taupe .btn.btn-arrow:focus:after {
  background: transparent;
}
.line-fond-taupe + .line-fond-taupe {
  padding-top: 0;
}
.line-fond-taupe.with-padding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .line-fond-taupe.with-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .line-fond-taupe.with-padding {
    padding: 40px 0;
  }
}
.line-fond-taupe.padding-sm {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-fond-taupe.padding-sm {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-fond-taupe.padding-sm {
    padding-bottom: 40px;
  }
}
.line-fond-taupe.padding-bottom-plus {
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .line-fond-taupe.padding-bottom-plus {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-fond-taupe.padding-bottom-plus {
    padding-bottom: 80px;
  }
}

.line-fond-dark {
  background: var(--primary);
  color: white;
  padding: 80px 0 40px;
}
@media (max-width: 991px) {
  .line-fond-dark {
    padding: 60px 0;
  }
  .line-fond-dark.line-mission .row-fluid {
    flex-direction: column;
  }
  .line-fond-dark.line-mission .row-fluid .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-fond-dark {
    padding: 40px 0;
  }
}
.line-fond-dark.padding-bottom-plus {
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .line-fond-dark.padding-bottom-plus {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-fond-dark.padding-bottom-plus {
    padding-bottom: 80px;
  }
}
.line-fond-dark .row-fluid {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .line-fond-dark .row-fluid {
    flex-direction: column;
  }
  .line-fond-dark .row-fluid .col-sm-12 {
    width: 100%;
  }
}
.line-fond-dark .btn.btn-primary:hover, .line-fond-dark .btn.btn-primary:focus {
  background: #3345E5;
  border-color: #3345E5;
}
.line-fond-dark .btn.btn-arrow:after {
  background: white;
}
.line-fond-dark .btn.btn-arrow:hover:after, .line-fond-dark .btn.btn-arrow:focus:after {
  background: transparent;
}
.line-fond-dark + .line-fond-taupe {
  padding-top: 0;
}
.line-fond-dark + .line-fond-taupe.with-padding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .line-fond-dark + .line-fond-taupe.with-padding {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .line-fond-dark + .line-fond-taupe.with-padding {
    padding: 40px 0;
  }
}
.line-fond-dark + .line-fond-taupe.with-padding p:last-child {
  margin-bottom: 0;
}
.line-fond-dark + .line-fond-taupe.with-padding p:last-child .btn {
  margin: 0;
}

.line-fond-blanc {
  padding: 80px 0;
}
.line-fond-blanc .row-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-fond-blanc .row-fluid {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-fond-blanc .row-fluid:before, .line-fond-blanc .row-fluid:after {
  display: none;
}
.line-fond-blanc .row-fluid > div {
  float: none;
}
.line-fond-blanc .row-fluid {
  align-items: flex-start;
  gap: 60px;
}

.line-fond-triangles {
  padding: 80px 0;
  position: relative;
  background: white url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/background-triangles.png) repeat center;
  background-size: auto 318px;
}
@media (max-width: 991px) {
  .line-fond-triangles {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .line-fond-triangles {
    padding: 40px 0;
  }
}
.line-fond-triangles:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(277.89deg, rgba(255, 255, 255, 0.64) 32.27%, #FFFFFF 90.15%);
}
.line-fond-triangles:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: radial-gradient(53.89% 166.19% at 50.83% 52.93%, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.line-fond-triangles .container, .line-fond-triangles .container-fluid {
  position: relative;
  z-index: 3;
}

.line-no-padding {
  padding: 0;
}

.line-padding-large {
  padding: 140px 0;
}
@media (max-width: 991px) {
  .line-padding-large {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .line-padding-large {
    padding: 80px 0;
  }
}

.line-bloc-superpose .content {
  background: #3345E5;
  color: white;
  padding: 30px;
  position: relative;
  top: -80px;
  max-width: 800px;
}
.line-bloc-superpose .content p {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .line-bloc-superpose .content p {
    flex-direction: column;
  }
}
.line-bloc-superpose .content strong {
  font-size: 165px;
  line-height: normal;
  opacity: 0.4;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .line-bloc-superpose .content strong {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 100px;
  }
}

.line-partenaires h2 {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 72px;
}
.line-partenaires .newsList > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-partenaires .newsList > .row {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-partenaires .newsList > .row:before, .line-partenaires .newsList > .row:after {
  display: none;
}
.line-partenaires .newsList > .row > div {
  float: none;
}
.line-partenaires .newsList > .row {
  gap: 20px;
}
.line-partenaires .newsList > .row .item {
  border: 1px solid var(--secondary);
  border-radius: 5px;
  padding: 60px;
  text-align: center;
}
.line-partenaires .newsList > .row .item .itemImage {
  margin: 0;
}
.line-partenaires .newsList > .row .item img {
  max-height: 90px;
  margin: 0;
}

body.lang-en .line-carrousel-citations .carousel-text .caption-intro span {
  margin-right: 20px;
  margin-left: -10px;
  margin-top: 60px;
}

.line-carrousel-citations {
  position: relative;
  background: white url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/background-triangles.png) repeat center;
  background-size: auto 318px;
  padding: 80px 0;
}
.line-carrousel-citations:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(277.89deg, rgba(255, 255, 255, 0.64) 32.27%, #FFFFFF 90.15%);
}
.line-carrousel-citations:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: radial-gradient(53.89% 166.19% at 50.83% 52.93%, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.line-carrousel-citations .container, .line-carrousel-citations .container-fluid {
  position: relative;
  z-index: 3;
}
.line-carrousel-citations .carousel {
  max-height: none;
  padding-bottom: 80px;
}
.line-carrousel-citations .item {
  max-height: 100% !important;
}
.line-carrousel-citations .carousel-text {
  display: flex;
  align-items: end;
  text-align: left;
  gap: 120px;
}
@media (max-width: 991px) {
  .line-carrousel-citations .carousel-text {
    gap: 0;
    flex-direction: column;
    align-items: start;
  }
}
.line-carrousel-citations .carousel-text .caption-intro {
  width: 50%;
  font-family: "Source Serif 4", serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .line-carrousel-citations .carousel-text .caption-intro {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .line-carrousel-citations .carousel-text .caption-intro {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.line-carrousel-citations .carousel-text .caption-intro {
  display: flex;
  height: auto;
  min-height: 7em;
}
@media (max-width: 1399px) {
  .line-carrousel-citations .carousel-text .caption-intro {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .line-carrousel-citations .carousel-text .caption-intro {
    height: auto;
    min-height: 9.5em;
  }
}
@media (max-width: 991px) {
  .line-carrousel-citations .carousel-text .caption-intro {
    width: 100%;
    height: auto;
    min-height: 7em;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .line-carrousel-citations .carousel-text .caption-intro {
    height: auto;
    min-height: 11em;
  }
}
.line-carrousel-citations .carousel-text .caption-intro span {
  color: #3345E5;
  font-size: 20rem;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .line-carrousel-citations .carousel-text .caption-intro span {
    font-size: 16rem;
  }
}
@media (max-width: 767px) {
  .line-carrousel-citations .carousel-text .caption-intro span {
    font-size: 10rem;
  }
}
.line-carrousel-citations .carousel-text .caption-content {
  padding-top: 20px;
  border-top: 1px solid var(--primary);
  flex-grow: 2;
}
@media (max-width: 991px) {
  .line-carrousel-citations .carousel-text .caption-content {
    flex-grow: unset;
    width: 100%;
  }
}
.line-carrousel-citations .vertical-mode .carousel-control {
  top: auto;
  bottom: 0;
  margin: 0;
  width: auto;
  text-align: left;
}
.line-carrousel-citations .vertical-mode .carousel-control.left {
  left: calc(25% - 40px);
  background: none;
}
@media (max-width: 991px) {
  .line-carrousel-citations .vertical-mode .carousel-control.left {
    left: calc(50% - 40px);
  }
}
.line-carrousel-citations .vertical-mode .carousel-control.right {
  left: calc(25% + 40px);
  right: auto;
  background: none;
}
@media (max-width: 991px) {
  .line-carrousel-citations .vertical-mode .carousel-control.right {
    left: calc(50% + 40px);
  }
}
.line-carrousel-citations .vertical-mode .carousel-control .glyphicon {
  background: var(--primary);
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-size: 2.2rem;
  line-height: 40px;
}
.line-carrousel-citations .vertical-mode .carousel-control .glyphicon:hover {
  background: #3345E5;
}
.line-carrousel-citations .vertical-mode .carousel-control .glyphicon:before {
  display: inline-block;
}
.line-carrousel-citations .vertical-mode .carousel-control .glyphicon.glyphicon-chevron-left:before {
  content: "\f060";
}
.line-carrousel-citations .vertical-mode .carousel-control .glyphicon.glyphicon-chevron-right:before {
  content: "\f061";
}

.line-evenements-accueil {
  padding: 80px 0;
}

.line-past-events {
  padding-bottom: 80px;
}
.line-past-events .container {
  border: 1px solid var(--primary);
  border-radius: 5px;
  padding-right: 0;
}
.line-past-events .container .row-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-past-events .container .row-fluid {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-past-events .container .row-fluid:before, .line-past-events .container .row-fluid:after {
  display: none;
}
.line-past-events .container .row-fluid > div {
  float: none;
}
@media (max-width: 991px) {
  .line-past-events .container .row-fluid {
    flex-direction: column-reverse;
  }
}
.line-past-events .container .row-fluid .col-sm-12 {
  width: auto;
  max-width: 60%;
}
@media (max-width: 991px) {
  .line-past-events .container .row-fluid .col-sm-12 {
    max-width: none;
    width: 100%;
  }
}
.line-past-events .container .row-fluid .col-sm-12:first-child {
  padding-left: 140px;
}
@media (max-width: 1199px) {
  .line-past-events .container .row-fluid .col-sm-12:first-child {
    padding: 30px;
  }
}

.line-page-title {
  padding: 60px 0;
  min-height: 400px;
  position: relative;
  background: white url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/background-triangles.png) repeat center;
  background-size: auto 318px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30, 32, 20, 0.3);
}
@media (max-width: 767px) {
  .line-page-title {
    min-height: 300px;
  }
}
.line-page-title.fullwidth h1 {
  margin: 0;
  max-width: 100%;
}
.line-page-title.noborder {
  border-bottom: 0;
}
.line-page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(277.89deg, rgba(255, 255, 255, 0.64) 32.27%, #FFFFFF 90.15%);
}
.line-page-title .container, .line-page-title .container-fluid {
  position: relative;
  z-index: 3;
}
.line-page-title h1 {
  margin: 0;
  max-width: 700px;
  text-wrap: balance;
}
.line-page-title h1.mod-article__title {
  text-align: center;
  max-width: 1110px;
  margin: 0 auto;
}

.line-corner-img {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.line-corner-img .row-fluid {
  align-items: stretch;
  min-height: 600px;
}
@media (max-width: 991px) {
  .line-corner-img .row-fluid {
    flex-direction: column-reverse;
  }
  .line-corner-img .row-fluid .zone-50 {
    width: 100%;
  }
}
.line-corner-img .zone-50:first-child {
  padding: 60px 15px;
}
@media (max-width: 767px) {
  .line-corner-img .zone-50:first-child {
    padding: 40px 15px;
  }
}
.line-corner-img .zone-50:first-child > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.line-corner-img .zone-50:last-child {
  max-width: 700px;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .line-corner-img .zone-50:last-child {
    position: static;
    text-align: right;
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    width: 110%;
  }
}
.line-corner-img .zone-50:last-child div {
  height: 100%;
}
.line-corner-img .zone-50:last-child img {
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
}

.line-with-accent {
  padding: 0;
}
.line-with-accent .row-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-with-accent .row-fluid {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-with-accent .row-fluid:before, .line-with-accent .row-fluid:after {
  display: none;
}
.line-with-accent .row-fluid > div {
  float: none;
}
.line-with-accent .row-fluid {
  align-items: stretch;
}
@media (max-width: 991px) {
  .line-with-accent .row-fluid {
    flex-direction: column;
  }
  .line-with-accent .row-fluid .col-sm-12 {
    width: 100%;
  }
}
.line-with-accent .zone-50:first-child {
  padding: 60px 240px 60px 15px;
  position: relative;
}
@media (max-width: 991px) {
  .line-with-accent .zone-50:first-child {
    padding: 60px 15px;
  }
}
.line-with-accent .zone-50:first-child > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.line-with-accent .zone-50:first-child .news-content .mod-article__content {
  color: white;
  background: #3345E5;
  border-radius: 5px;
  padding: 40px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: calc(100% - 172px);
  transform: translate(0, -50%);
  width: 575px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .line-with-accent .zone-50:first-child .news-content .mod-article__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: -380px;
    margin-top: 280px;
  }
}
.line-with-accent .zone-50:first-child .news-content .mod-article__content p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 2rem;
  color: inherit;
}
.line-with-accent .zone-50:first-child .news-content .mod-article__content ul {
  list-style-image: url("https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/fleche-blanc.png");
  padding-left: 50px !important;
}
.line-with-accent .zone-50:first-child .news-content .mod-article__content ul li {
  padding-bottom: 8px;
}
.line-with-accent .zone-50:first-child .news-content .mod-article__content:before {
  content: "";
  width: 146px;
  height: 146px;
  display: block;
  background: url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/triangle-bas.svg) no-repeat center;
  background-size: 146px 146px;
  position: absolute;
  top: -146px;
  left: -73px;
}
@media (max-width: 991px) {
  .line-with-accent .zone-50:first-child .news-content .mod-article__content:before {
    width: 96px;
    height: 96px;
    background-size: 96px 96px;
    top: -96px;
    left: 0;
  }
}
.line-with-accent .zone-50:last-child {
  padding: 0;
}
.line-with-accent .zone-50:last-child div {
  height: 100%;
}
.line-with-accent .zone-50:last-child img {
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
}

.list-block {
  padding: 80px 0;
}
.list-block + .list-block {
  padding: 80px 0;
}
.list-block .zone-50:first-child {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .list-block .zone-50:first-child {
    padding-right: 30px;
  }
}
.list-block .zone-50:first-child img {
  margin-top: 40px;
}
.list-block ul {
  list-style: none;
  padding-left: 108px;
}
.list-block ul li {
  border: 1px solid;
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
  max-width: 340px;
  position: relative;
}
.list-block ul li:before {
  content: "";
  width: 88px;
  background: url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/fleche-bleue.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -108px;
}
.list-block ul + p {
  padding-left: 108px;
  max-width: 440px;
}

.line-forfaits {
  text-align: center;
}
.line-forfaits .newsList {
  margin: 40px 0;
}
.line-forfaits .newsList .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-forfaits .newsList .row {
    flex-direction: column;
    align-items: stretch;
  }
}
.line-forfaits .newsList .row:before, .line-forfaits .newsList .row:after {
  display: none;
}
.line-forfaits .newsList .row > div {
  float: none;
}
.line-forfaits .newsList .row {
  align-items: stretch;
  justify-content: center;
  gap: 80px;
}
.line-forfaits .newsList .row .item {
  border: 1px solid #3345E5;
  border-radius: 5px;
  padding: 80px 20px;
  max-width: 440px;
}
.line-forfaits .newsList .row .item h2, .line-forfaits .newsList .row .item h3 {
  color: #3345E5;
  margin-bottom: 20px;
}
.line-forfaits .newsList .row .item .btn {
  /*
     background-color: $primary;
  color: $clrWhite;
  border: 1px solid $primary;
  &:hover, &:active, &:focus {
  	background-color: $third;
  	border: 1px solid $third;
  	color: $clrWhite;
  }
  */
}
.line-forfaits .newsList .row .item .btn:before {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
.line-forfaits .newsList .row .item .btn:hover:before, .line-forfaits .newsList .row .item .btn:active:before, .line-forfaits .newsList .row .item .btn:focus:before {
  background-color: #3345E5 !important;
  border: 1px solid #3345E5 !important;
}

.link-video p:has(img) {
  /*display: block;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-video p:has(img) img {
  border-radius: 5px;
  margin: 0;
}
.link-video p:has(img):before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.7;
  background-color: var(--secondary);
  transition: all 0.225s linear;
}
.link-video p:has(img):after {
  content: "";
  width: 150px;
  height: 150px;
  pointer-events: none;
  border: 2px solid #3345E5;
  border-radius: 200px;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 3;
  background: url(https://cdn.ca.yapla.com/company/CPY6cyAEhub4mSXw23ipsxGOI/asset/images/interface/play-btn.svg) no-repeat 60% center;
  background-size: 82px auto;
  transition: all 0.225s linear;
}
@media (max-width: 767px) {
  .link-video p:has(img):after {
    width: 146px;
    height: 146px;
    top: calc(50% - 73px);
    left: calc(50% - 73px);
    background-size: 32px auto;
  }
}
.link-video p:has(img):hover, .link-video p:has(img):focus {
  cursor: pointer;
}
.link-video p:has(img):hover:before, .link-video p:has(img):focus:before {
  opacity: 0;
}
.link-video p:has(img):hover:after, .link-video p:has(img):focus:after {
  border-color: transparent;
}
.link-video .zone-news_flash h2 {
  text-align: center;
}
.link-video .zone-news_flash .intro div {
  display: none;
}
.link-video .mod-article__wrapper > div .mod-article__content div {
  display: none;
}
.link-video {
  /*
  .col-sm-8{
      a:has(img){
          &:after{
              width: 156px;
              height: 156px;
              top: calc(50% - 78px);
              left: calc(50% - 78px);
              background-size: 70px auto;
              @include max-lg{
                  width: 136px;
                  height: 136px;
                  top: calc(50% - 68px);
                  left: calc(50% - 68px);
                  background-size: 60px auto;
              }
              @include max-md{
                  width: 100px;
                  height: 100px;
                  top: calc(50% - 50px);
                  left: calc(50% - 50px);
                  background-size: 40px auto;
              }
          }
      }
      h6{
          margin: 0;
      }
  }
  */
}

.line-juges .container {
  border-top: 1px solid #3345E5;
  padding-top: 40px;
}
.line-juges .container h2 {
  text-align: center;
}
.line-juges .container .itemImage {
  background: var(--secondary);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.line-juges .container .itemImage img {
  width: 172px;
  height: 172px;
  object-fit: cover;
  border-radius: 172px;
  margin: 0;
}
.line-juges .container h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--secondary);
}

.line-gala-sponsors h3 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .line-gala-sponsors h3 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .line-gala-sponsors h3 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .line-gala-sponsors h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.line-gala-sponsors h3 {
  text-align: center;
}
.line-gala-sponsors h3:before, .line-gala-sponsors h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .line-gala-sponsors h3:before, .line-gala-sponsors h3:after {
    display: block;
    margin: 5px auto;
  }
}
.line-gala-sponsors h3.gold:before, .line-gala-sponsors h3.gold:after {
  background: #AD9D43;
}
.line-gala-sponsors h3.silver:before, .line-gala-sponsors h3.silver:after {
  background: #A1A1A1;
}
.line-gala-sponsors h3.bronze:before, .line-gala-sponsors h3.bronze:after {
  background: #B55D22;
}
.line-gala-sponsors ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .line-gala-sponsors ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .line-gala-sponsors ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .line-gala-sponsors ul {
    grid-template-columns: 1fr 1fr;
  }
}
.line-gala-sponsors ul li {
  background-color: white;
  border-radius: 5px;
  height: 102px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.line-gala-sponsors ul li a {
  color: var(--primary);
}
.line-gala-sponsors ul li p {
  margin: 0;
}
.line-gala-sponsors ul + h3 {
  padding-top: 160px;
}

.line-gala-sponsors-title {
  padding: 0 0 10px 0;
}
.line-gala-sponsors-title h3 {
  font-family: "Source Serif 4", serif;
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5rem;
  color: inherit;
}
@media (max-width: 991px) {
  .line-gala-sponsors-title h3 {
    font-size: 4.4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .line-gala-sponsors-title h3 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .line-gala-sponsors-title h3 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 3rem;
  }
}
.line-gala-sponsors-title h3 {
  text-align: center;
}
.line-gala-sponsors-title h3:before, .line-gala-sponsors-title h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .line-gala-sponsors-title h3:before, .line-gala-sponsors-title h3:after {
    display: block;
    margin: 5px auto;
  }
}
.line-gala-sponsors-title h3.gold:before, .line-gala-sponsors-title h3.gold:after {
  background: #AD9D43;
}
.line-gala-sponsors-title h3.silver:before, .line-gala-sponsors-title h3.silver:after {
  background: #A1A1A1;
}
.line-gala-sponsors-title h3.bronze:before, .line-gala-sponsors-title h3.bronze:after {
  background: #B55D22;
}

.line-gala-sponsors-logo {
  padding: 0 0 120px 0;
}
.line-gala-sponsors-logo .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  /*
  @include col-grid(6, 20px, 20px);
  @include max-lg {
      @include col-grid(4, 20px, 20px);
  }
  @include max-md {
      @include col-grid(3, 20px, 20px);
  }
  @include max-sm {
      @include col-grid(2, 20px, 20px);
  }
  */
}
.line-gala-sponsors-logo .content > .row {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
}
@media (max-width: 1399px) {
  .line-gala-sponsors-logo .content > .row {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .line-gala-sponsors-logo .content > .row {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .line-gala-sponsors-logo .content > .row {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .line-gala-sponsors-logo .content > .row {
    width: 54%;
  }
}
.line-gala-sponsors-logo .content > .row .item .itemImage {
  margin-bottom: 0;
  background-color: white;
  border-radius: 5px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-gala-sponsors-logo .content > .row .item .itemImage a img {
  margin-bottom: 0;
  object-fit: cover;
  object-position: center center;
}

.line-btn-superpose {
  text-align: center;
  padding: 0;
}
.line-btn-superpose .container {
  position: relative;
  top: -100px;
}
@media (max-width: 991px) {
  .line-btn-superpose .container {
    top: -60px;
  }
}
.line-btn-superpose a {
  font-family: "Source Serif 4", serif;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 2rem;
  color: inherit;
}
.line-btn-superpose a {
  color: white;
  background: #3345E5;
  display: inline-block;
  border-radius: 5px;
  margin: 0;
  padding: 40px 30px;
  display: inline-block;
  transition: transform 0.3s ease;
  text-decoration: none;
}
@media (max-width: 575px) {
  .line-btn-superpose a {
    text-align: center;
    gap: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.line-btn-superpose a i {
  font-size: 60px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
@media (max-width: 575px) {
  .line-btn-superpose a i {
    line-height: 32px;
  }
}
.line-btn-superpose a:hover {
  transform: translateY(-16px); /* move button up */
}
.line-btn-superpose a:hover i {
  transform: translateY(8px); /* move icon down */
}

.line-btn-superpose-evenements {
  text-align: center;
  padding: 0;
}
.line-btn-superpose-evenements .container {
  position: relative;
  top: -100px;
}
@media (max-width: 991px) {
  .line-btn-superpose-evenements .container {
    top: -60px;
  }
}
.line-btn-superpose-evenements .container .content {
  color: white;
  background: #3345E5;
  border-radius: 5px;
  margin: 0 0 0 auto;
  max-width: 800px;
  padding: 40px 30px 25px 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .line-btn-superpose-evenements .container .content {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }
}
.line-btn-superpose-evenements .container .content h3 {
  font-size: 15rem;
  line-height: 10.4rem;
  font-weight: 600;
  opacity: 0.5;
  white-space: pre;
}
@media (max-width: 767px) {
  .line-btn-superpose-evenements .container .content h3 {
    font-size: 10rem;
    line-height: 8.4rem;
    margin-bottom: 1rem;
  }
}
.line-btn-superpose-evenements .container .content p {
  text-align: left;
}

.second-col-bottom-padding .container > .row > div:nth-child(2) {
  margin-bottom: 60px;
}

.event-detail__description-additional {
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .fix-btn-arrow .btn-arrow {
    margin-left: -50px;
  }
}

/**
* ----------------------------------------
* header
* ----------------------------------------
*/
@keyframes slide-down-header {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * Smooth bounce
 * ----------------------------------------
 */
@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
/**
 * ----------------------------------------
 * animation Sticky menu
 * ----------------------------------------
 */
@-webkit-keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
/**
 * ----------------------------------------
 * bounce_arrow
 * ----------------------------------------
 */
@keyframes bounce_arrow {
  0% {
    -webkit-transform: translateY(30);
    -ms-transform: translateY(30);
    transform: translateY(30);
  }
  40% {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-fade-from-left
 * ----------------------------------------
 */
/* Fade From Left */
@-webkit-keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale3d(1, 1, 1);
  }
  50% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.u--pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.u--flash {
  -webkit-animation: flash 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: flash 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: flash 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: flash 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -6vh, 0);
  }
  70% {
    -webkit-transform: translate3d(0, -3vh, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1vh, 0);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -moz-transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -moz-transform: translate3d(0, -6vh, 0);
  }
  70% {
    -moz-transform: translate3d(0, -3vh, 0);
  }
  90% {
    -moz-transform: translate3d(0, -1vh, 0);
  }
}
@-o-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -o-transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -o-transform: translate3d(0, -6vh, 0);
  }
  70% {
    -o-transform: translate3d(0, -3vh, 0);
  }
  90% {
    -o-transform: translate3d(0, -1vh, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transform: translate3d(0, -6vh, 0);
  }
  70% {
    transform: translate3d(0, -3vh, 0);
  }
  90% {
    transform: translate3d(0, -1vh, 0);
  }
}
.u--bounce {
  -webkit-animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-1vw, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(1vw, 0, 0);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translate3d(-1vw, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translate3d(1vw, 0, 0);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translate3d(-1vw, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translate3d(1vw, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-1vw, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(1vw, 0, 0);
  }
}
.u--shake {
  -webkit-animation: shake 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: shake 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: shake 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: shake 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -o-transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -o-transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -o-transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -o-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.u--swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation: swing 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: swing 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: swing 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: swing 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes bounceIn {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -moz-transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    -moz-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes bounceIn {
  0% {
    -o-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -o-transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    -o-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  80% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.u--bounceIn {
  -webkit-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceIn 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale(0.9);
  }
  50%, 65% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
@-moz-keyframes bounceOut {
  20% {
    -moz-transform: scale(0.9);
  }
  50%, 65% {
    -moz-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
}
@-o-keyframes bounceOut {
  20% {
    -o-transform: scale(0.9);
  }
  50%, 55% {
    -o-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes bounceOut {
  20% {
    transform: scale(0.9);
  }
  50%, 65% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}
.u--bounceOut {
  -webkit-animation: bounceOut 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceOut 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceOut 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceOut 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes bounceInLeft {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(3%, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-1%, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(1%, 0, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
  }
  60% {
    -moz-transform: translate3d(3%, 0, 0);
  }
  75% {
    -moz-transform: translate3d(-1%, 0, 0);
  }
  90% {
    -moz-transform: translate3d(1%, 0, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes bounceInLeft {
  0% {
    -o-transform: translate3d(-25%, 0, 0);
  }
  60% {
    -o-transform: translate3d(3%, 0, 0);
  }
  75% {
    -o-transform: translate3d(-1%, 0, 0);
  }
  90% {
    -o-transform: translate3d(1%, 0, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes bounceInLeft {
  0% {
    transform: translate3d(-25%, 0, 0);
  }
  60% {
    transform: translate3d(3%, 0, 0);
  }
  75% {
    transform: translate3d(-1%, 0, 0);
  }
  90% {
    transform: translate3d(1%, 0, 0);
  }
  100% {
    transform: none;
  }
}
.u--bounceInLeft {
  -webkit-animation: bounceInLeft 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceInLeft 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceInLeft 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceInLeft 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes bounceInRight {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-3%, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(1%, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-1%, 0, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes bounceInRight {
  0% {
    -moz-transform: translate3d(25%, 0, 0);
  }
  60% {
    -moz-transform: translate3d(-3%, 0, 0);
  }
  75% {
    -moz-transform: translate3d(1%, 0, 0);
  }
  90% {
    -moz-transform: translate3d(-1%, 0, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes bounceInRight {
  0% {
    -o-transform: translate3d(25%, 0, 0);
  }
  60% {
    -o-transform: translate3d(-3%, 0, 0);
  }
  75% {
    -o-transform: translate3d(1%, 0, 0);
  }
  90% {
    -o-transform: translate3d(-1%, 0, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes bounceInRight {
  0% {
    transform: translate3d(25%, 0, 0);
  }
  60% {
    transform: translate3d(-3%, 0, 0);
  }
  75% {
    transform: translate3d(1%, 0, 0);
  }
  90% {
    transform: translate3d(-1%, 0, 0);
  }
  100% {
    transform: none;
  }
}
.u--bounceInRight {
  -webkit-animation: bounceInRight 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceInRight 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceInRight 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceInRight 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes bounceInUp {
  0% {
    -webkit-transform: translate3d(0, 25%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -3%, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 1%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1%, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes bounceInUp {
  0% {
    -moz-transform: translate3d(0, 25%, 0);
  }
  60% {
    -moz-transform: translate3d(0, -3%, 0);
  }
  75% {
    -moz-transform: translate3d(0, 1%, 0);
  }
  90% {
    -moz-transform: translate3d(0, -1%, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes bounceInUp {
  0% {
    -o-transform: translate3d(0, 25%, 0);
  }
  60% {
    -o-transform: translate3d(0, -3%, 0);
  }
  75% {
    -o-transform: translate3d(0, 1%, 0);
  }
  90% {
    -o-transform: translate3d(0, -1%, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes bounceInUp {
  0% {
    transform: translate3d(0, 25%, 0);
  }
  60% {
    transform: translate3d(0, -3%, 0);
  }
  75% {
    transform: translate3d(0, 1%, 0);
  }
  90% {
    transform: translate3d(0, -1%, 0);
  }
  100% {
    transform: none;
  }
}
.u--bounceInUp {
  -webkit-animation: bounceInUp 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceInUp 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceInUp 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceInUp 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes bounceInDown {
  0% {
    -webkit-transform: translate3d(0, -25%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 3%, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -1%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 1%, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes bounceInDown {
  0% {
    -moz-transform: translate3d(0, -25%, 0);
  }
  60% {
    -moz-transform: translate3d(0, 3%, 0);
  }
  75% {
    -moz-transform: translate3d(0, -1%, 0);
  }
  90% {
    -moz-transform: translate3d(0, 1%, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes bounceInDown {
  0% {
    -o-transform: translate3d(0, -25%, 0);
  }
  60% {
    -o-transform: translate3d(0, 3%, 0);
  }
  75% {
    -o-transform: translate3d(0, -1%, 0);
  }
  90% {
    -o-transform: translate3d(0, 1%, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes bounceInDown {
  0% {
    transform: translate3d(0, -25%, 0);
  }
  60% {
    transform: translate3d(0, 3%, 0);
  }
  75% {
    transform: translate3d(0, -1%, 0);
  }
  90% {
    transform: translate3d(0, 1%, 0);
  }
  100% {
    transform: none;
  }
}
.u--bounceInDown {
  -webkit-animation: bounceInDown 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: bounceInDown 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: bounceInDown 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: bounceInDown 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u--fadeIn {
  -webkit-animation: fadeIn 1s ease-in;
  -moz-animation: fadeIn 1s ease-in;
  -o-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInLeft {
  -webkit-animation: fadeInLeft 1s ease-in;
  -moz-animation: fadeInLeft 1s ease-in;
  -o-animation: fadeInLeft 1s ease-in;
  animation: fadeInLeft 1s ease-in;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInRight {
  -webkit-animation: fadeInRight 1s ease-in;
  -moz-animation: fadeInRight 1s ease-in;
  -o-animation: fadeInRight 1s ease-in;
  animation: fadeInRight 1s ease-in;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInUp {
  -webkit-animation: fadeInUp 1s ease-in;
  -moz-animation: fadeInUp 1s ease-in;
  -o-animation: fadeInUp 1s ease-in;
  animation: fadeInUp 1s ease-in;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.u--fadeInDown {
  -webkit-animation: fadeInDown 1s ease-in;
  -moz-animation: fadeInDown 1s ease-in;
  -o-animation: fadeInDown 1s ease-in;
  animation: fadeInDown 1s ease-in;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.u--fadeOut {
  -webkit-animation: fadeOut 1s ease-out;
  -moz-animation: fadeOut 1s ease-out;
  -o-animation: fadeOut 1s ease-out;
  animation: fadeOut 1s ease-out;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutLeft {
  -webkit-animation: fadeOutLeft 1s ease-out;
  -moz-animation: fadeOutLeft 1s ease-out;
  -o-animation: fadeOutLeft 1s ease-out;
  animation: fadeOutLeft 1s ease-out;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutRight {
  -webkit-animation: fadeOutRight 1s ease-out;
  -moz-animation: fadeOutRight 1s ease-out;
  -o-animation: fadeOutRight 1s ease-out;
  animation: fadeOutRight 1s ease-out;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutUp {
  -webkit-animation: fadeOutUp 1s ease-out;
  -moz-animation: fadeOutUp 1s ease-out;
  -o-animation: fadeOutUp 1s ease-out;
  animation: fadeOutUp 1s ease-out;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: none;
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    -o-transform: none;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
.u--fadeOutDown {
  -webkit-animation: fadeOutDown 1s ease-out;
  -moz-animation: fadeOutDown 1s ease-out;
  -o-animation: fadeOutDown 1s ease-out;
  animation: fadeOutDown 1s ease-out;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    -moz-transform: rotate3d(0, 1, 0, -180deg);
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    -o-transform: rotate3d(0, 1, 0, -180deg);
  }
}
@keyframes flip {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, -180deg);
  }
}
.u--flip {
  -webkit-animation: flip 2s ease-out;
  -moz-animation: flip 2s ease-out;
  -o-animation: flip 2s ease-out;
  animation: flip 2s ease-out;
}

@-webkit-keyframes flipX {
  0% {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
  }
}
@-moz-keyframes flipX {
  0% {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -moz-transform: rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -moz-transform: rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -moz-transform: rotate3d(1, 0, 0, 0deg);
  }
}
@-o-keyframes flipX {
  0% {
    -o-transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -o-transform: rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -o-transform: rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -o-transform: rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -o-transform: rotate3d(1, 0, 0, 0deg);
  }
}
@keyframes flipX {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    transform: rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
.u--flipX {
  -webkit-animation: flipX 2s ease-in;
  -moz-animation: flipX 2s ease-in;
  -o-animation: flipX 2s ease-in;
  animation: flipX 2s ease-in;
}

@-webkit-keyframes flipY {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-moz-keyframes flipY {
  0% {
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -moz-transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -moz-transform: rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -moz-transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-o-keyframes flipY {
  0% {
    -o-transform: rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  40% {
    -o-transform: rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -o-transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -o-transform: rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -o-transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes flipY {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  40% {
    transform: rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
.u--flipY {
  -webkit-animation: flipY 2s ease-in;
  -moz-animation: flipY 2s ease-in;
  -o-animation: flipY 2s ease-in;
  animation: flipY 2s ease-in;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -300deg);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate3d(0, 0, 1, -300deg);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate3d(0, 0, 1, -300deg);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, -300deg);
  }
  100% {
    transform: none;
  }
}
.u--rotate {
  -webkit-animation: rotate 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: rotate 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: rotate 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: rotate 1s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes rotateUpLeft {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes rotateUpLeft {
  0% {
    -o-transform: rotate(45deg);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes rotateUpLeft {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: none;
  }
}
.u--rotateUpLeft {
  -webkit-animation: rotateUpLeft 1s;
  -moz-animation: rotateUpLeft 1s;
  -o-animation: rotateUpLeft 1s;
  animation: rotateUpLeft 1s;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateUpRight {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes rotateUpRight {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes rotateUpRight {
  0% {
    -o-transform: rotate(-45deg);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes rotateUpRight {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: none;
  }
}
.u--rotateUpRight {
  -webkit-animation: rotateUpRight 1s;
  -moz-animation: rotateUpRight 1s;
  -o-animation: rotateUpRight 1s;
  animation: rotateUpRight 1s;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes rotateDownLeft {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes rotateDownLeft {
  0% {
    -o-transform: rotate(-45deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes rotateDownLeft {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.u--rotateDownLeft {
  -webkit-animation: rotateDownLeft 1s;
  -moz-animation: rotateDownLeft 1s;
  -o-animation: rotateDownLeft 1s;
  animation: rotateDownLeft 1s;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes rotateDownRight {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes rotateDownRight {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes rotateDownRight {
  0% {
    -o-transform: rotate(45deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes rotateDownRight {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.u--rotateDownRight {
  -webkit-animation: rotateDownRight 1s;
  -moz-animation: rotateDownRight 1s;
  -o-animation: rotateDownRight 1s;
  animation: rotateDownRight 1s;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: none;
  }
}
.u--slideUp {
  -webkit-animation: slideUp 1s;
  -moz-animation: slideUp 1s;
  -o-animation: slideUp 1s;
  animation: slideUp 1s;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translate3d(0, -100%, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: none;
  }
}
.u--slideDown {
  -webkit-animation: slideDown 1s;
  -moz-animation: slideDown 1s;
  -o-animation: slideDown 1s;
  animation: slideDown 1s;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes slideLeft {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes slideLeft {
  0% {
    -o-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes slideLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: none;
  }
}
.u--slideLeft {
  -webkit-animation: slideLeft 1s;
  -moz-animation: slideLeft 1s;
  -o-animation: slideLeft 1s;
  animation: slideLeft 1s;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes slideRight {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
  }
  100% {
    -moz-transform: none;
  }
}
@-o-keyframes slideRight {
  0% {
    -o-transform: translate3d(100%, 0, 0);
  }
  100% {
    -o-transform: none;
  }
}
@keyframes slideRight {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: none;
  }
}
.u--slideRight {
  -webkit-animation: slideRight 1s;
  -moz-animation: slideRight 1s;
  -o-animation: slideRight 1s;
  animation: slideRight 1s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.u--zoomIn {
  -webkit-animation: zoomIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: zoomIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: zoomIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: zoomIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    -moz-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    -o-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.u--zoomInDown {
  -webkit-animation: zoomInDown 1s;
  -moz-animation: zoomInDown 1s;
  -o-animation: zoomInDown 1s;
  animation: zoomInDown 1s;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    -moz-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    opacity: 1;
    -o-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.u--zoomInUp {
  -webkit-animation: zoomInUp 1s;
  -moz-animation: zoomInUp 1s;
  -o-animation: zoomInUp 1s;
  animation: zoomInUp 1s;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.u--zoomOut {
  -webkit-animation: zoomOut 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: zoomOut 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: zoomOut 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: zoomOut 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes zoomOutDown {
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomOutDown {
  50% {
    opacity: 1;
    -moz-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutDown {
  50% {
    opacity: 1;
    -o-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(0, -3vh, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 90vh, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.u--zoomOutDown {
  -webkit-animation: zoomOutDown 1s;
  -moz-animation: zoomOutDown 1s;
  -o-animation: zoomOutDown 1s;
  animation: zoomOutDown 1s;
}

@-webkit-keyframes zoomOutUp {
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoomOutUp {
  50% {
    opacity: 1;
    -moz-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutUp {
  50% {
    opacity: 1;
    -o-transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.6, 0.6, 0.6) translate3d(0, 3vh, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -90vh, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.u--zoomOutUp {
  -webkit-animation: zoomOutUp 1s;
  -moz-animation: zoomOutUp 1s;
  -o-animation: zoomOutUp 1s;
  animation: zoomOutUp 1s;
}

/*###########################  TITRES  ###########################*/
h1 {
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a {
  opacity: 0;
}
h2.animate, h3.animate, h4.animate, h5.animate, h6.animate, .h1.animate, .h2.animate, .h3.animate, .h4.animate, .h5.animate, .h6.animate, a.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

ul:not(.mod-header):not(.nav):not(.dropdown-menu):not(.chosen-results):not(.chosen-choices):not(.list-unstyled) li {
  opacity: 0;
}
ul:not(.mod-header):not(.nav):not(.dropdown-menu):not(.chosen-results):not(.chosen-choices):not(.list-unstyled) li.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

p:not(.line-header p) {
  opacity: 0;
}
p:not(.line-header p).animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

img:not(.line-header img) {
  opacity: 0;
}
img:not(.line-header img).animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.line-header .mod-header-container {
  animation-name: slide-down-header;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-header .container-fluid > .row > div:nth-child(1) .content {
  animation-name: slide-down-header;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-header .container-fluid > .row > div:nth-child(2) .mod-header-container {
  animation-name: slide-down-header;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes submenu {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.news-intro {
  opacity: 0;
}
.news-intro.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

/*########################### CANCEL ANIMATION  ###########################*/
/** Menu **/
.nav li, .nav a {
  opacity: 1 !important;
  animation: none;
}

/** pop-up **/
.modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p, .modal a, .modal img, .modal .h1, .modal .h2, .modal .h3, .modal .h4, .modal .h5, .modal .h6, .v-modal h2, .v-modal h3, .v-modal h4, .v-modal h5, .v-modal h6, .v-modal p, .v-modal a, .v-modal img, .v-modal .h1, .v-modal .h2, .v-modal .h3, .v-modal .h4, .v-modal .h5, .v-modal .h6 {
  opacity: 1 !important;
  animation: none;
}

/** Blogue **/
.prebuilt-articles-multiples-col3 h1, .prebuilt-articles-multiples-col3 h2, .prebuilt-articles-multiples-col3 h3, .prebuilt-articles-multiples-col3 h4, .prebuilt-articles-multiples-col3 h5, .prebuilt-articles-multiples-col3 h6, .prebuilt-articles-multiples-col3 ul, .prebuilt-articles-multiples-col3 li, .prebuilt-articles-multiples-col3 p, .prebuilt-articles-multiples-col3 a, .prebuilt-articles-multiples-col3 img, .prebuilt-articles-multiples-col3 .h1, .prebuilt-articles-multiples-col3 .h2, .prebuilt-articles-multiples-col3 .h3, .prebuilt-articles-multiples-col3 .h4, .prebuilt-articles-multiples-col3 .h5, .prebuilt-articles-multiples-col3 .h6 {
  opacity: 1 !important;
}

/** Événement **/
.line-programmation h1, .line-programmation h2, .line-programmation h3, .line-programmation h4, .line-programmation h5, .line-programmation h6, .line-programmation ul, .line-programmation li, .line-programmation p, .line-programmation a, .line-programmation img, .line-programmation .h1, .line-programmation .h2, .line-programmation .h3, .line-programmation .h4, .line-programmation .h5, .line-programmation .h6 {
  opacity: 1 !important;
}

/** Membre **/
.zone-member h1, .zone-member h2, .zone-member h3, .zone-member h4, .zone-member h5, .zone-member h6, .zone-member ul, .zone-member li, .zone-member p, .zone-member a, .zone-member img, .zone-member .h1, .zone-member .h2, .zone-member .h3, .zone-member .h4, .zone-member .h5, .zone-member .h6 {
  opacity: 1 !important;
}

/** Politique de consentement / Cookies**/
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal p, .cookie-consent-modal a, .cookie-consent-modal img, .cookie-consent-modal .h1, .cookie-consent-modal .h2, .cookie-consent-modal .h3, .cookie-consent-modal .h4, .cookie-consent-modal .h5, .cookie-consent-modal .h6, .cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal ul, .cookie-modal li, .cookie-modal p, .cookie-modal a, .cookie-modal img, .cookie-modal .h1, .cookie-modal .h2, .cookie-modal .h3, .cookie-modal .h4, .cookie-modal .h5, .cookie-modal .h6 {
  opacity: 1 !important;
}

/** Calendar **/
.calendar-link-content h1, .calendar-link-content h2, .calendar-link-content h3, .calendar-link-content h4, .calendar-link-content h5, .calendar-link-content h6, .calendar-link-content ul, .calendar-link-content li, .calendar-link-content p, .calendar-link-content a, .calendar-link-content img, .calendar-link-content .h1, .calendar-link-content .h2, .calendar-link-content .h3, .calendar-link-content .h4, .calendar-link-content .h5, .calendar-link-content .h6 {
  opacity: 1 !important;
}

/** FORM **/
.chosen-choices li, .chosen-results li {
  opacity: 1 !important;
}
.chosen-choices li a, .chosen-results li a {
  opacity: 1 !important;
}

.text-danger {
  opacity: 1 !important;
}

/** Icons zone de texte html **/
.cke_toolgroup a.cke_button {
  opacity: 1 !important;
}

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