@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&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 */
/* 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;}
    }
}*/
.container {
  /*
  @include min-custom(1500px) {
      width: $xlg-container;
  }
  */
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100vw - 110px);
  }
}

@media (min-width: 992px) {
  .line:not(.line-header, .line-menu-container, .line-footer-copyright, .line-footer-two, .line-footer-cta, .line-footer) {
    margin-right: 45px;
  }
  .line:not(.line-header, .line-menu-container, .line-footer-copyright, .line-footer-two, .line-footer-cta, .line-footer) .container {
    width: 100%;
    max-width: 1140px;
  }
  .line:not(.line-header, .line-menu-container, .line-footer-copyright, .line-footer-two, .line-footer-cta, .line-footer) .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/* 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: 3.5rem 0 !important;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .smallpadding {
    padding: 40px 0;
  }
  .smallpaddingtop {
    padding-top: 40px;
  }
  .smallpaddingbottom {
    padding-bottom: 40px;
  }
  .largepadding {
    padding: 80px 0;
  }
  .largepaddingtop {
    padding-top: 80px;
  }
  .largepaddingbottom {
    padding-bottom: 80px;
  }
}
/********************************************************************/
/* 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 .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 .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;
}

/* 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, .col-grid[class*=grid] .events-mosaic {
  gap: 60px 40px;
}
.col-grid.grid-5 .newsList, .col-grid.grid-5 .news-mosaic, .col-grid.grid-5 .eventsList, .col-grid.grid-5 .events-mosaic {
  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, .col-grid.grid-2 .events-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-grid.grid-1 .newsList, .col-grid.grid-1 .news-mosaic, .col-grid.grid-1 .eventsList, .col-grid.grid-1 .events-mosaic {
  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, .col-grid.grid-sm-1 .events-mosaic {
    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, .col-grid .events-mosaic {
  display: grid;
}
.col-grid .newsList .row, .col-grid .news-mosaic .row, .col-grid .eventsList .row, .col-grid .events-mosaic .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, .col-grid .events-mosaic .row .item, .col-grid .events-mosaic .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: #FF5A61;
  background: #fff;
}

::selection {
  color: #FF5A61;
  background: #fff;
}

/* 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: "Sora", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, small, .h1, .h2, .h3, .h4, .h5, .h6, .small {
  font-family: "Sora", sans-serif;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
  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-size: 80px;
  line-height: 82px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 44px;
    line-height: 45px;
  }
}

h2, .h2 {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 31px;
  }
}

h4, .h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
h6, .h6 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 800;
  text-transform: initial;
}
.text_default {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
.p-small {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
small, .small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Sora", sans-serif;
}
@media (max-width: 767px) {
  small, .small {
    font-size: 15px;
    line-height: 22px;
  }
}

hr {
  border-color: rgba(105, 28, 100, 0.35);
}

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) {
  color: #000;
  word-break: break-word;
}
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):hover, 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):active, 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):focus {
  color: #000;
  text-decoration: underline;
}

ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) {
  list-style-type: square;
}

ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
ol li, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-bottom: 20px;
}
ol li::marker, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li::marker {
  color: #000;
}
ol li ul, ol li ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li ul, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 15px;
}

/*###########################  BOUTONS  ###########################*/
/* Calendar event BTN  */
.calendar-link-content .v-btn {
  color: #FF5A61 !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  font-size: 14px !important;
  padding: 0 !important;
}
.calendar-link-content .v-btn:hover, .calendar-link-content .v-btn:focus, .calendar-link-content .v-btn:active {
  color: #691C64 !important;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.calendar-link-content .v-btn:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/red-circled-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 0px;
}
.calendar-link-content .v-btn i {
  display: none;
}

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
}
.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: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
}
.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: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.btn.btn-primary.purple, input.btn.btn-primary.purple, a.btn.btn-primary.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.btn.btn-primary.purple:hover, .btn.btn-primary.purple:active, .btn.btn-primary.purple:focus, input.btn.btn-primary.purple:hover, input.btn.btn-primary.purple:active, input.btn.btn-primary.purple:focus, a.btn.btn-primary.purple:hover, a.btn.btn-primary.purple:active, a.btn.btn-primary.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.btn.btn-primary.white, .zone-member .member-login-wrapper #profile_login_form .zend_form a.btn.btn-primary.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form a.btn.btn-primary.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form a.btn.btn-primary.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.btn.btn-primary.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form a.btn.btn-primary.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.btn.btn-primary.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form a.btn.btn-primary.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.btn.btn-primary.profile-subscription, input.btn.btn-primary.white, a.btn.btn-primary.white {
  background-color: #fff;
  color: #FF5A61;
}
.btn.btn-primary.white:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.btn.btn-primary.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.btn.btn-primary.profile-subscription:hover, input.btn.btn-primary.white:hover, a.btn.btn-primary.white:hover {
  background: #FF5A61;
  color: #fff;
}
.btn.btn-primary.arrow, input.btn.btn-primary.arrow, a.btn.btn-primary.arrow {
  position: relative;
  padding-right: 50px;
}
.btn.btn-primary.arrow:after, input.btn.btn-primary.arrow:after, a.btn.btn-primary.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #B48DB1;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #B48DB1;
}
.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: #691C64;
  border: 1px solid #691C64;
  color: #fff;
}
.btn.btn-secondary.reverse, input.btn.btn-secondary.reverse, a.btn.btn-secondary.reverse {
  background-color: #691C64;
  border-color: #691C64;
}
.btn.btn-secondary.reverse:hover, .btn.btn-secondary.reverse:active, .btn.btn-secondary.reverse:focus, input.btn.btn-secondary.reverse:hover, input.btn.btn-secondary.reverse:active, input.btn.btn-secondary.reverse:focus, a.btn.btn-secondary.reverse:hover, a.btn.btn-secondary.reverse:active, a.btn.btn-secondary.reverse:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.btn.btn-third, input.btn.btn-third, a.btn.btn-third {
  background-color: transparent;
  color: #000;
  transition: all 150ms;
  border: 1px solid #FF5A61;
}
.btn.btn-third:hover, .btn.btn-third:active, .btn.btn-third:focus, input.btn.btn-third:hover, input.btn.btn-third:active, input.btn.btn-third:focus, a.btn.btn-third:hover, a.btn.btn-third:active, a.btn.btn-third:focus {
  background-color: #FF5A61;
  border: 1px solid #FF5A61;
  color: #fff;
}
.btn.btn-link, input.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.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: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  font-size: 25px;
  line-height: 30px;
  height: auto;
  min-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px !important;
  border: none !important;
  padding: 50px 25px;
  color: #FF5A61;
  text-transform: inherit;
  font-weight: 900;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
@media (max-width: 767px) {
  .btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
    padding-right: 70px;
    text-align: left;
  }
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23691C64'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23691C64'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  right: 25px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 69px;
  height: 69px;
  animation-name: none;
}
@media (min-width: 1199px) and (max-width: 1280px) {
  .btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
    background-size: contain;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
    background-size: contain;
    width: 47px;
    height: 47px;
  }
}
.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 {
  text-decoration: none;
}
.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 {
  -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-arrow.blue, input.btn.btn-arrow.blue, a.btn.btn-arrow.blue {
  color: #691C64;
  background: #5DA6C7;
}
.btn.btn-arrow.blue:hover, .btn.btn-arrow.blue:focus, input.btn.btn-arrow.blue:hover, input.btn.btn-arrow.blue:focus, a.btn.btn-arrow.blue:hover, a.btn.btn-arrow.blue:focus {
  background: rgba(93, 166, 199, 0.8);
}
.btn.btn-arrow.red, input.btn.btn-arrow.red, a.btn.btn-arrow.red {
  background: #FF5A61;
  color: #E9E7DB;
}
.btn.btn-arrow.red:after, input.btn.btn-arrow.red:after, a.btn.btn-arrow.red:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23E9E7DB'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23E9E7DB'/%3E%3C/svg%3E ");
}
.btn.btn-arrow.red:hover, .btn.btn-arrow.red:focus, input.btn.btn-arrow.red:hover, input.btn.btn-arrow.red:focus, a.btn.btn-arrow.red:hover, a.btn.btn-arrow.red:focus {
  background: rgba(255, 90, 97, 0.8);
}
.btn.btn-arrow.purple, input.btn.btn-arrow.purple, a.btn.btn-arrow.purple {
  background: #691C64;
  color: #FFACB0;
}
.btn.btn-arrow.purple:after, input.btn.btn-arrow.purple:after, a.btn.btn-arrow.purple:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23FFACB0'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23FFACB0'/%3E%3C/svg%3E ");
}
.btn.btn-arrow.purple:hover, .btn.btn-arrow.purple:focus, input.btn.btn-arrow.purple:hover, input.btn.btn-arrow.purple:focus, a.btn.btn-arrow.purple:hover, a.btn.btn-arrow.purple:focus {
  background: rgba(105, 28, 100, 0.8);
}
.btn.btn-back, input.btn.btn-back, a.btn.btn-back {
  background-color: transparent !important;
  border: none !important;
  color: #6CA4DC !important;
  margin-right: 32px !important;
  text-decoration: underline !important;
  text-transform: inherit !important;
  /*
  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-back:hover, .btn.btn-back:focus, .btn.btn-back:active, input.btn.btn-back:hover, input.btn.btn-back:focus, input.btn.btn-back:active, a.btn.btn-back:hover, a.btn.btn-back:focus, a.btn.btn-back:active {
  background: transparent !important;
  color: #FFACB0 !important;
  border: none !important;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  position: relative;
  background-color: transparent;
  color: #FF5A61;
  transition: all 150ms;
  border-bottom: 1px solid #691C64;
  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 #691C64;
  color: #691C64;
}
.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: #691C64;
}
.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 #691C64;
  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: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
}
.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: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.btn.btn-default.purple, input.btn.btn-default.purple, a.btn.btn-default.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.btn.btn-default.purple:hover, .btn.btn-default.purple:active, .btn.btn-default.purple:focus, input.btn.btn-default.purple:hover, input.btn.btn-default.purple:active, input.btn.btn-default.purple:focus, a.btn.btn-default.purple:hover, a.btn.btn-default.purple:active, a.btn.btn-default.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.btn.btn-default.white, .zone-member .member-login-wrapper #profile_login_form .zend_form a.btn.btn-default.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form a.btn.btn-default.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form a.btn.btn-default.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.btn.btn-default.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form a.btn.btn-default.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.btn.btn-default.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form a.btn.btn-default.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.btn.btn-default.profile-subscription, input.btn.btn-default.white, a.btn.btn-default.white {
  background-color: #fff;
  color: #FF5A61;
}
.btn.btn-default.white:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.btn.btn-default.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.btn.btn-default.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.btn.btn-default.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.btn.btn-default.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.btn.btn-default.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.btn.btn-default.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.btn.btn-default.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.btn.btn-default.profile-subscription:hover, input.btn.btn-default.white:hover, a.btn.btn-default.white:hover {
  background: #FF5A61;
  color: #fff;
}
.btn.btn-default.arrow, input.btn.btn-default.arrow, a.btn.btn-default.arrow {
  position: relative;
  padding-right: 50px;
}
.btn.btn-default.arrow:after, input.btn.btn-default.arrow:after, a.btn.btn-default.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-smol-arrow, input.btn.btn-smol-arrow, a.btn.btn-smol-arrow {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #E9E7DB;
  border-bottom: 1px solid #E9E7DB;
  border-radius: 0;
  padding-right: 87px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 767px) {
  .btn.btn-smol-arrow, input.btn.btn-smol-arrow, a.btn.btn-smol-arrow {
    padding-right: 0;
    padding-top: 95px;
    min-width: 100%;
    justify-content: center;
  }
}
.btn.btn-smol-arrow:after, input.btn.btn-smol-arrow:after, a.btn.btn-smol-arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23FF5A61'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23FF5A61'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  right: 0px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 69px;
  height: 69px;
  animation-name: none;
}
@media (max-width: 767px) {
  .btn.btn-smol-arrow:after, input.btn.btn-smol-arrow:after, a.btn.btn-smol-arrow:after {
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
  }
}
.btn.btn-smol-arrow:hover, input.btn.btn-smol-arrow:hover, a.btn.btn-smol-arrow:hover {
  color: #FF5A61;
}
.btn.btn-smol-arrow:hover:after, input.btn.btn-smol-arrow:hover:after, a.btn.btn-smol-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23691C64'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23691C64'/%3E%3C/svg%3E%0A");
}
.btn.btn-arrow-link, input.btn.btn-arrow-link, a.btn.btn-arrow-link {
  background: transparent;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
  padding-right: 60px;
  position: relative;
  padding-left: 0;
}
.btn.btn-arrow-link:after, input.btn.btn-arrow-link:after, a.btn.btn-arrow-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23FF5A61'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23FF5A61'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 47px;
  height: 47px;
  animation-name: none;
}
.btn.btn-arrow-link:hover, input.btn.btn-arrow-link:hover, a.btn.btn-arrow-link:hover {
  color: #FF5A61;
}
.btn.btn-arrow-link:hover:after, input.btn.btn-arrow-link:hover:after, a.btn.btn-arrow-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23691C64'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23691C64'/%3E%3C/svg%3E%0A");
  -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 {
  margin-right: 30px;
}
.btn + .btn, .btn:only-of-type {
  margin-right: 0;
}

.back-to-list {
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  color: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}

/*###########################  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: #691C64;
  -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,
form.search-form {
  /*Fix col-md-12 full width qui affiche a moitié - width égale*/
  /*Static Text in forms*/
}
form.form-horizontal h2.section-title,
form.search-form h2.section-title {
  margin-top: 40px;
}
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;
  /* Required Red Star Styles */
  /* Input Global Style */
  /* Direct input overrides */
  /*Category Dropdown Styles*/
  /*Keywords Dropdown Styles*/
  /*Error Text Style*/
}
form.form-horizontal .form-group .fs-upload-target,
form.search-form .form-group .fs-upload-target {
  border-radius: 10px !important;
}
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.search-form .form-group .col-md-12,
form.search-form .form-group .col-sm-17,
form.search-form .form-group .col-sm-24 {
  padding: 0;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 0;
  color: #000;
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 2px;
  color: #000;
}
form.form-horizontal .form-group input:not(.btn), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #fff !important;
  color: #691C64 !important;
  border: 1px solid transparent;
  border-radius: 10px !important;
}
@media (max-width: 767px) {
  form.form-horizontal .form-group input:not(.btn), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
  form.search-form .form-group input:not(.btn),
  form.search-form .form-group select,
  form.search-form .form-group textarea {
    max-width: 100%;
  }
}
form.form-horizontal .form-group input[type=checkbox],
form.search-form .form-group input[type=checkbox] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  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;
  left: 25px;
}
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 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 transparent !important;
  padding: 15px !important;
  height: 51px !important;
  border-radius: 10px !important;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #fff url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/carret-down.svg) no-repeat right 15px center !important;
  /*
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  */
}
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 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: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/carret-down.svg) no-repeat right 15px center !important;
  background-size: 16px !important;
}
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: #691C64 !important;
  font-size: 13px;
  padding-left: 15px !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
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: 9px !important;
  filter: invert(1);
}
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 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;
  text-align: center;
}

.footer-button-container .field-object-duplicate-element {
  background: #691C64 !important;
  border-color: #691C64 !important;
}
.footer-button-container .field-object-duplicate-element:hover, .footer-button-container .field-object-duplicate-element:active {
  background: #FFACB0 !important;
  border-color: #FFACB0 !important;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(105, 28, 100, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #691C64;
}

.overrideformtitle .zone-crm h1 {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
  text-align: center;
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

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

.line-form {
  border-bottom-right-radius: 60px;
}
.line-form .form-horizontal {
  padding-top: 50px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.line-form .form-horizontal .help-block {
  display: inline-block !important;
}
.line-form.sdp {
  background: #FBFAF6;
  padding-top: 90px;
  padding-bottom: 90px;
}
.line-form.partenaire {
  background: #AED3E3;
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom-right-radius: 60px;
}
.line-form.contact {
  background: #FBFAF6;
}
.line-form .form-element-hiddenidentifiant {
  display: none;
}

.form-dark h2, .form-dark h3 {
  color: #fff;
}
.form-dark .form-horizontal .form-group label.control-label {
  color: #fff;
}
.form-dark .form-horizontal .form-group label.control-label .control-label--required {
  color: #fff;
}
.form-dark .form-horizontal .form-group .input:not(.btn) {
  color: #fff !important;
}
.form-dark .form-horizontal .form-group .input-radio label, .form-dark .form-horizontal .form-group .input-radio input {
  color: #fff !important;
}

/* Formulaire Inscription membre/evenement*/
/*Styles Global*/
.zone-member .form-withProgress__wrapper .section {
  margin-bottom: 50px;
}
.zone-member #login_content_box {
  background: #E9E7DB !important;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (max-width: 767px) {
  .zone-member #login_content_box {
    padding: 50px 20px;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .zone-member #login_content_box {
    padding-left: 160px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.zone-member #member_adhesion_form {
  background-color: #FFF7ED;
}

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

.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;
  /*Formulaire*/
  /*Récapitulatif*/
  /*Total box*/
  /*Bottom Nav*/
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper,
  .zone-member .form-withProgress__wrapper {
    padding: 32px 16px;
  }
}
.zone-event .form-withProgress__wrapper h2.section-title,
.zone-member .form-withProgress__wrapper h2.section-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
.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: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.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 .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  color: #FF5A61;
}
@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 #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;
  color: #fff !important;
}
@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;
  color: #fff !important;
}
@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 .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: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
}
.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: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.purple:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.purple:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.purple:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.white, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .member-login-wrapper #profile_login_form .zend_form a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .member-login-wrapper #login_content_box .zend_form a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .login-wrapper__login #profile_login_form .zend_form a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .login-wrapper__login #login_content_box .zend_form a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .member-login-wrapper #profile_login_form .zend_form a#singlebutton.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .member-login-wrapper #login_content_box .zend_form a#singlebutton.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .login-wrapper__login #profile_login_form .zend_form a#singlebutton.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .login-wrapper__login #login_content_box .zend_form a#singlebutton.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.white,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.white,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .member-login-wrapper #profile_login_form .zend_form a#singlebutton.profile-subscription,
.zone-member .member-login-wrapper #profile_login_form .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .member-login-wrapper #login_content_box .zend_form a#singlebutton.profile-subscription,
.zone-member .member-login-wrapper #login_content_box .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .login-wrapper__login #profile_login_form .zend_form a#singlebutton.profile-subscription,
.zone-member .login-wrapper__login #profile_login_form .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .login-wrapper__login #login_content_box .zend_form a#singlebutton.profile-subscription,
.zone-member .login-wrapper__login #login_content_box .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-login .member-login-wrapper #profile_login_form .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-login .member-login-wrapper #login_content_box .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-login .login-wrapper__login #profile_login_form .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-login .login-wrapper__login #login_content_box .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.white {
  background-color: #fff;
  color: #FF5A61;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.white:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .member-login-wrapper #profile_login_form .zend_form a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .member-login-wrapper #login_content_box .zend_form a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .login-wrapper__login #profile_login_form .zend_form a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-member .login-wrapper__login #login_content_box .zend_form a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .member-login-wrapper #profile_login_form .zend_form a#singlebutton.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .member-login-wrapper #login_content_box .zend_form a#singlebutton.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .login-wrapper__login #profile_login_form .zend_form a#singlebutton.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .zone-login .login-wrapper__login #login_content_box .zend_form a#singlebutton.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.white:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.white:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.white:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.white:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .member-login-wrapper #profile_login_form .zend_form a#singlebutton.profile-subscription:hover,
.zone-member .member-login-wrapper #profile_login_form .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .member-login-wrapper #login_content_box .zend_form a#singlebutton.profile-subscription:hover,
.zone-member .member-login-wrapper #login_content_box .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .login-wrapper__login #profile_login_form .zend_form a#singlebutton.profile-subscription:hover,
.zone-member .login-wrapper__login #profile_login_form .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .login-wrapper__login #login_content_box .zend_form a#singlebutton.profile-subscription:hover,
.zone-member .login-wrapper__login #login_content_box .zend_form .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-login .member-login-wrapper #profile_login_form .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-login .member-login-wrapper #login_content_box .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-login .login-wrapper__login #profile_login_form .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-login .login-wrapper__login #login_content_box .zend_form .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.profile-subscription:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.white:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.white:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.white:hover {
  background: #FF5A61;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.arrow,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.arrow,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.arrow,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.arrow,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.arrow,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.arrow,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.arrow,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.arrow {
  position: relative;
  padding-right: 50px;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.arrow:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.arrow:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.arrow:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.arrow:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.arrow:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.arrow:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.arrow:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.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-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  padding: 15px 0 !important;
  background-color: transparent !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #FF5A61 !important;
  border-radius: 0;
  text-decoration: none !important;
}
.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-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 {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #FF5A61 !important;
  border-bottom: 1px solid #FF5A61 !important;
}
@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-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
  .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
    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: #FFACB0;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !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: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !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: #B48DB1 !important;
  border: 1px solid #B48DB1 !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 #member_adhesion_form {
  margin-top: 0px;
  padding: 50px 30px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  font-family: "Sora", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading {
  position: relative;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading .panel-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading .panel-title a {
  color: #FF5A61 !important;
  text-decoration: none !important;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading .panel-title a:hover, .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading .panel-title a:active {
  color: #691C64 !important;
  text-decoration: none !important;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading .panel-title a:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/cercle-rouge%2B.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 8px;
  transform: rotate(45deg);
  transition: transform 150ms;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel-type-activities .panel-heading .panel-title a.collapsed:after {
  transform: rotate(0deg);
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group #panel_membership_category_827 .adh-date, .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group #panel_membership_category_827 .adh-description {
  display: block !important;
}
.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 .price-membership-badge {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
.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;
  font-size: 14px;
  color: #FF5A61;
}
.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: #691C64;
  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%;
  }
}
@media (min-width: 768px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block {
    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;
}
@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 #6CA4DC;
  color: #6CA4DC;
  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: 30px;
}
.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-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.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: #FF5A61;
}
.zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
  color: #FF5A61 !important;
  padding-top: 32px !important;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 30px;
    line-height: 31px;
  }
}
.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: #FF5A61;
}
.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 .payment_method label {
  position: relative;
}
.step-payment .zone-member .form-withProgress__wrapper .payment_method label input {
  left: 0;
}
.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 h1.form-withProgress__title-main {
  padding-top: 60px;
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-event h1.form-withProgress__title-main {
    font-size: 35px;
    line-height: 42px;
  }
}
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: transparent;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .wrap-registration-price-table thead {
  background: #691C64;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  border-radius: 12px !important;
  padding: 15px !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:active, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover {
  text-decoration: none !important;
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.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: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  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: #FF5A61;
}
.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: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
}
@media (max-width: 767px) {
  .step-resume .field-object-temp .object-main-title h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
.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: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !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: #B48DB1 !important;
  border: 1px solid #B48DB1 !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: 15px;
  line-height: 17px;
  font-weight: 800;
  text-transform: initial;
}
.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 .payment_method label {
  position: relative;
}
.step-payment .zone-event .form-withProgress__wrapper .payment_method label input {
  left: 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: #fff !important;
}

.form-withProgress__navigation-footer {
  gap: 35px;
}
.form-withProgress__navigation-footer .btn {
  text-decoration: none;
}
.form-withProgress__navigation-footer .btn:hover {
  text-decoration: none !important;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.list-group__wrapper .list-group .list-group-item {
  color: #FF5A61;
}
.list-group__wrapper .list-group .list-group-item span {
  color: #FF5A61;
}
.list-group__wrapper .list-group .list-group-item.active {
  background-color: rgba(105, 28, 100, 0.25);
  border-color: #691C64;
}

/*###########################  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: rgba(105, 28, 100, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(105, 28, 100, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #FF5A61;
  color: #691C64;
}

.paginationControl {
  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: 35px;
  height: 35px;
  border-radius: 55px;
  margin: 5px;
  font-size: 16px;
  line-height: 18px;
  border-color: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #FF5A61;
}
.paginationControl a.active {
  border: 1px solid #FF5A61;
  background-color: #FF5A61;
  color: #fff;
  font-weight: 200 !important;
}
.paginationControl a.active:hover, .paginationControl a.active:focus {
  color: #fff;
}

/*###########################  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 */
  border-bottom: none !important;
  border-radius: 20px !important;
  margin-top: 15px !important;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: #ffffff;
  border-radius: 20px !important;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  margin-bottom: 0;
  padding-right: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 22px;
    line-height: 27px;
  }
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 30px 30px 38px;
  color: #FF5A61;
  text-decoration: none;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title a {
    padding-left: 25px;
  }
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/cercle-rouge%2B.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: rotate(45deg);
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  transform: rotate(0deg);
}
.panel-news-accordion .panel-heading p {
  display: none;
}
.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 38px;
  margin-top: -10px;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-body {
    padding-left: 25px;
  }
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #000;
  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;
  border-radius: 20px;
  /* active and opened content */
}
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;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  text-align: center;
  height: 300px;
  padding-left: 50px;
  padding-right: 50px;
}
table.accordeon tbody tr:first-child:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/cercle-rouge%2B_equipe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 69px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 210px;
  transition: transform 500ms ease;
}
table.accordeon tbody tr:first-child td {
  text-align: center;
  display: block;
  min-width: 100%;
}
table.accordeon tbody tr:first-child td img {
  border-radius: 50%;
  border: 8px solid #FF5A61;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
table.accordeon tbody tr:first-child td h5 {
  padding-top: 90px;
  margin-bottom: 10px;
}
table.accordeon tbody tr:first-child td p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
table.accordeon tbody tr:last-child {
  display: block;
  border-radius: 20px;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  table.accordeon tbody tr:last-child td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
table.accordeon tbody tr:last-child td ul.social {
  margin-top: 20px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
table.accordeon.active tbody tr:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 255px;
}
table.accordeon.active tbody tr:first-child:after {
  transform: rotate(45deg);
  left: 43%;
}
@media (max-width: 767px) {
  table.accordeon.active tbody tr:first-child:after {
    left: 38%;
  }
}
table.accordeon.active tbody tr:last-child {
  padding: 35px 15px 40px;
  background-color: #F5F5F5;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

.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: #FF5A61;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #691C64;
}
.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: #691C64 !important;
  border: none;
}
.nav-pills {
  background-image: none;
}

@media (max-width: 767px) {
  .nav-progress {
    flex-direction: column;
  }
}
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
}
.nav-progress li.disabled a {
  font-family: "Sora", sans-serif;
  text-align: center;
  float: left;
  padding-left: 0px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  padding: 13px 0 0 0;
  text-transform: none;
  font-size: 15px;
  position: relative;
}
.nav-progress li.disabled a:hover {
  padding-left: 0px;
  margin-top: 0px;
  padding: 13px 0 0 0;
  text-transform: none;
  font-size: 15px;
}
.nav-progress li.disabled a:before {
  content: counter(count-steps);
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border: none;
  color: #fff;
  padding: 8px;
  background: #FF5A61;
  border-radius: 20px;
  display: inline-block;
  width: 77px;
  height: 40px;
  margin-right: 15px;
}
.nav-progress li.disabled:before {
  display: none;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  opacity: 1;
}
.nav-progress li.disabled.active a {
  color: #000;
}
.nav-progress li.disabled.active a:before {
  color: #fff;
  background: #E9E7DB !important;
}
.nav-progress li.disabled.active a:after {
  background-color: #691C64;
}
.nav-progress li.disabled.active:before {
  display: none;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li {
  opacity: 0.2;
}
.nav-progress li.disabled.active ~ li a {
  color: #000;
}
.nav-progress li.disabled.active ~ li:before {
  display: none;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

.line-title-banner {
  background: #FBFAF6;
  padding-top: 115px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .line-title-banner {
    border-top-right-radius: 60px;
  }
}
.line-title-banner .container > .row > div .content h1, .line-title-banner .container > .row > div .content h2, .line-title-banner .container > .row > div .content h3, .line-title-banner .container > .row > div .content p {
  color: #000;
}
.line-title-banner .container > .row > div .content h1 {
  margin-bottom: 30px;
}
.line-title-banner .container > .row > div .content h1 strong {
  color: #691C64;
  font-weight: 900;
}
.line-title-banner .container > .row > div .content h1 span {
  color: #FF5A61;
}
.line-title-banner .container > .row > div .content h3 {
  margin-bottom: 30px;
}
.line-title-banner.espace-membre {
  background: #fff;
}
.line-title-banner.espace-membre .container > .row > div .content h1 {
  color: #691C64;
}
.line-title-banner.page-dons {
  background: #FBFAF6;
  border-top-right-radius: 60px;
}
.line-title-banner.dons {
  background: #B48DB1;
}
.line-title-banner.dons .container > .row > div .content h1 {
  color: #fff;
  margin-bottom: 45px;
}
.line-title-banner.dons .container > .row > div .content h1 span {
  color: #691C64;
}
@media (max-width: 991px) {
  .line-title-banner.dons .container > .row > div .content h1 br {
    display: none !important;
  }
}
.line-title-banner.dons .container > .row > div .content h4 {
  color: #fff;
  margin-bottom: 30px;
}
.line-title-banner.sdp {
  background: #AED3E3;
}
.line-title-banner.nous-joindre {
  background: #AED3E3;
}
.line-title-banner.actualites {
  background: #FBFAF6;
}
.line-title-banner.actualites .container > .row > div .content h1 {
  color: #691C64;
}
.line-title-banner.actualites .container > .row > div .content h1 span {
  color: #FF5A61;
}
.line-title-banner.carrieres {
  background: #691C64;
}
.line-title-banner.carrieres .container > .row > div .content h1 {
  color: #fff;
  margin-bottom: 45px;
}
.line-title-banner.carrieres .container > .row > div .content h1 span {
  color: #FF5A61;
}
.line-title-banner.carrieres .container > .row > div .content h4 {
  color: #fff;
  margin-bottom: 30px;
}
.line-title-banner.partners {
  background: #FBFAF6;
}
.line-title-banner.rapports {
  background: #B48DB1;
}
.line-title-banner.rapports .container > .row > div .content h1 {
  color: #fff;
}
.line-title-banner.rapports .container > .row > div .content h1 span {
  color: #691C64;
}
.line-title-banner.equipe-ca {
  background: #E9E7DB;
}
.line-title-banner.equipe-ca .content h1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .line-title-banner.equipe-ca .content h1 {
    font-size: 37px;
  }
}
@media (min-width: 768px) {
  .line-title-banner.equipe-ca .content p {
    max-width: 60%;
  }
}
.line-title-banner.s-g {
  background: #AED3E3;
}
.line-title-banner.impact {
  background: #E9E7DB;
}
.line-title-banner.a-propos {
  background: #AED3E3;
}
.line-title-banner.ressources, .line-title-banner.location {
  background: #E9E7DB;
}
.line-title-banner.ressources .container > .row div .content, .line-title-banner.location .container > .row div .content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .line-title-banner.ressources .container > .row div .content, .line-title-banner.location .container > .row div .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .line-title-banner.ressources .container > .row div .content h1 br, .line-title-banner.location .container > .row div .content h1 br {
    display: none !important;
  }
}
.line-title-banner.formations {
  background: #691C64;
}
@media (min-width: 992px) {
  .line-title-banner.formations {
    border-top-right-radius: 60px;
  }
}
.line-title-banner.formations .container > .row > div .content h1, .line-title-banner.formations .container > .row > div .content h4 {
  color: #fff;
}
@media (max-width: 991px) {
  .line-title-banner.formations .container > .row > div .content h1 br {
    display: none !important;
  }
}
.line-title-banner.calendrier {
  background: #FBFAF6;
}
@media (max-width: 767px) {
  .line-title-banner.calendrier {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.line-title-banner.calendrier .container > .row div .content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .line-title-banner.calendrier .container > .row div .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-title-banner.calendrier .container > .row div .content h1 {
  color: #FF5A61;
}
.line-title-banner.calendrier .container > .row div .content h1 span {
  color: #691C64;
}
@media (max-width: 767px) {
  .line-title-banner.calendrier .container > .row div .content img {
    max-width: 140px;
  }
}
.line-title-banner.services-aux-membres {
  background: #5DA8C7;
}
.line-title-banner.services-aux-membres .container > .row > div .content h1 {
  color: #fff;
}
.line-title-banner.services-aux-membres .container > .row > div .content h1 span {
  color: #691C64;
}
.line-title-banner.services-aux-membres .container > .row > div .content h4 {
  color: #AED3E3;
}

.line-header {
  padding: 0;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /*
  @include max-md {
  	height: 130px;
  }
  @include max-xs {
  	height: 65px;
  }
  	*/
}
@media (max-width: 991px) {
  .line-header {
    /*height: 130px;*/
    height: auto;
  }
}
.line-header.home:before {
  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-custom .menu-hamburger {
  opacity: 0;
}
.line-header .container .row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  bottom: 6px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 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;
    margin-left: auto;
    margin-right: auto;
  }
}
.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;
  }
  	*/
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-html .content img {
    width: 140px !important;
  }
}
.line-header .container .row-fluid > div.zone-html .content #mobile-logo {
  max-width: 130px !important;
}
@media (min-width: 992px) {
  .line-header .container .row-fluid > div.zone-html .content #mobile-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-header .container .row-fluid > div.zone-html .content #cabm-logo {
    display: none;
  }
}
.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: 0;
  margin-right: 5px;
  text-align: right;
  color: #691C64;
}
@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-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 {
  color: #691C64 !important;
  font-size: 14px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:hover {
  color: #FF5A61 !important;
  text-decoration: none !important;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom #search-icon {
  margin-right: 45px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  order: 2;
  margin-left: 40px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
}
@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: 12px !important;
  color: #691C64 !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: 12px;
  color: #FF5A61;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
  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-login a:hover {
  color: #FF5A61;
}
.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 {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: #B48DB1;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #B48DB1;
  padding: 10px !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: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: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: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 {
    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: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: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:focus {
  background-color: #691C64;
  border: 1px solid #691C64;
  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-login.reverse {
  background-color: #691C64;
  border-color: #691C64;
}
.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.reverse: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.reverse: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.reverse:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.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 {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
  margin-right: 5px !important;
  padding: 10px !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: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: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: #B48DB1;
  border: 1px solid #B48DB1;
  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.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.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.purple: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.purple: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.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.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, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form .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.profile-subscription, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form .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.profile-subscription {
  background-color: #fff;
  color: #FF5A61;
}
.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:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-member .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form .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.profile-subscription:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .zone-login .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form .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.profile-subscription:hover {
  background: #FF5A61;
  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.arrow {
  position: relative;
  padding-right: 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.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.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-logout {
  margin-left: 12px !important;
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  padding: 8px 10px !important;
  height: 33px !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-logout: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-logout: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-logout: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-logout {
    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-logout: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-logout: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-logout:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  display: none;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  order: 1;
  margin-left: 0;
  font-size: 14px;
  color: #691C64;
}
@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-language {
    display: none;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a {
  color: #691C64 !important;
}
.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: #FF5A61 !important;
  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-hamburger {
  order: 4;
}
@media (min-width: 992px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger {
    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;
  width: 40px;
  height: 40px;
  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;
}
.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: 26px;
  height: 3px;
  background-color: #FF5A61;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 5px;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 0;
}
.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:nth-child(2) {
  width: 26px;
}
.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;
}
.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: #691C64;
}

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

/** YAPLA MODULE MENU VERTICAL **/
@media (min-width: 992px) {
  .line-menu-container {
    min-height: 50px;
    margin-top: 6px;
    margin-top: -36px;
    /* 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 {
    position: absolute;
    /*width: 100%;*/
    /*top: 100px;*/
    left: 0;
    right: 0;
  }
  .line-menu-container .container > .row > div.zone-html {
    display: none;
  }
  .line-menu-container .container > .row > div.zone-menu {
    width: 100%;
    padding-right: 0;
  }
  .line-menu-container .container > .row > div ul.navbar-nav {
    float: right;
    margin: 0;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li {
    margin-top: 0;
    position: relative;
    /** custom element 
    &[rel=data-menu-81416] {
        a {
            position:relative;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding-right: 16px;
            transition: all .3s;
        }
    }
    */
  }
  .line-menu-container .container > .row > div ul.navbar-nav li.active {
    background: transparent;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li.active > a {
    color: #FF5A61 !important;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li a.child-link {
    flex: 1;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li a {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    color: #691C64;
    font-weight: 600;
    transition: all 0.3s;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li a:hover, .line-menu-container .container > .row > div ul.navbar-nav li a:focus, .line-menu-container .container > .row > div ul.navbar-nav li a:active {
    background-color: transparent;
    color: #691C64;
    text-decoration: none;
    transition: all 0.3s;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li ul.dropdown-menu {
    /*transform: translate(-70%, -50px);*/
    animation-name: submenu;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-delay: 0s;
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    max-width: 190px;
  }
  .line-menu-container .container > .row > div ul.navbar-nav li:hover, .line-menu-container .container > .row > div ul.navbar-nav li:focus, .line-menu-container .container > .row > div ul.navbar-nav li:active {
    background-color: transparent;
    color: #691C64;
    transition: all 0.3s;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li {
    position: relative;
    z-index: 9999;
    float: left;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > a {
    padding: 12px 15px 8px 15px;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > a.dropdown-toggle {
    display: none;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li:last-child > ul.dropdown-menu-level-2 {
    left: auto;
    right: -5px;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 {
    padding-top: 15px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li {
    word-wrap: break-word;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li a {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 15px;
    color: #000;
    font-weight: 300;
    color: #691C64;
    transition: all 0.3s;
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #B48DB1;
    margin-bottom: 0;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li a:hover, .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li a:focus, .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li a:active {
    background-color: transparent;
    color: #FF5A61;
    text-decoration: none;
    transition: all 0.3s;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li a.active {
    color: #FF5A61;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li > ul.dropdown-menu-level-3 {
    margin-top: -5px;
    border-radius: 0;
    background-color: #F5F5F5;
  }
  .line-menu-container .container > .row > div ul.navbar-nav > li > ul.dropdown-menu-level-2 > li:last-child a {
    border-bottom: none;
  }
  .line-menu-container.article-underline {
    border-bottom: 1px solid #E9E7DB;
  }
}
@media (max-width: 991px) {
  .line-menu-container {
    padding-top: 30px;
    z-index: 10000;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    right: -100vw;
    transition: 1s right cubic-bezier(0, 0.77, 0.175, 1);
    /* 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.opened {
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .line-menu-container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .line-menu-container .container > .row {
    display: flex;
    flex-direction: column;
    margin: 0 5px 0 5px;
  }
  .line-menu-container .container > .row > div {
    width: 100%;
  }
  .line-menu-container .container > .row > div:nth-child(1) {
    padding-bottom: 20px;
  }
  .line-menu-container .container > .row > div:nth-child(1) .content {
    display: flex;
    align-items: flex-start;
  }
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
    width: 26px;
    height: 3px;
    background-color: #FF5A61;
    color: transparent;
    display: block;
    line-height: 0;
    text-indent: -9999px;
    text-align: left;
    margin-top: -3px;
    transition: 0.5s;
    border-radius: 5px;
  }
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(1) {
    transform: rotate(45deg);
  }
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(2) {
    transform: rotate(315deg);
  }
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus {
    cursor: pointer;
  }
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover span, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus span {
    background-color: #691C64;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar {
    margin-top: 10px;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar .navbar-header {
    display: none;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar .navbar-collapse {
    border-color: transparent;
  }
  .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;
    background: transparent !important;
  }
  /*
  .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;
          }
      }
  }
  */
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li {
    margin-bottom: 0;
    background: transparent !important;
  }
  .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, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li.active {
    color: #691C64 !important;
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li .dropdown-backdrop {
    position: relative;
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
    color: #691C64;
    font-size: 18px;
    line-height: 21px;
    font-weight: 800;
    border-bottom: 1px solid #691C64;
    display: inline-block;
    width: 100%;
    z-index: 99;
    margin-left: 0 !important;
    margin-bottom: 0;
    /*
    &[rel=data-menu-77265] {
    }
    */
  }
  .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 {
    cursor: pointer;
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a:not(.dropdown-toggle) {
    background-color: #fff;
    border: none;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
    padding: 15px 15px 10px 15px;
    height: auto !important;
    width: 100%;
    background-color: transparent !important;
    border-radius: 0px;
    border: none;
    color: #691C64 !important;
    text-transform: none !important;
    font-size: 18px !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
    display: block;
    text-align: right;
    height: 47px !important;
    padding: 0 !important;
    margin-left: 0;
    width: 100%;
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
    content: "";
    width: 9px;
    height: 10px;
    margin-top: 20px;
    margin-right: 0px;
    right: 10px !important;
    top: 17px !important;
    position: initial !important;
    display: block;
    float: right;
    background-image: url("https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/smol-red-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    transform: rotate(0deg);
    transition: all 0.5s;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active {
    border: none !important;
    color: #FF5A61;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-toggle .caret {
    background-image: url("https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/smol-red-plus.svg");
    transform: rotate(45deg);
    transition: all 0.5s;
  }
  .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: 800px;
    background: #fff !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a {
    color: #FF5A61 !important;
    border: none !important;
  }
  .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) {
    border: none;
    background-color: clrWhite;
  }
  .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%;
    padding: 0;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu.active {
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li {
    padding: 0 20px 0 40px;
    background-color: transparent;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .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;
  }
  .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 {
    background-color: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a {
    padding: 10px 0 8px 0;
    width: 100%;
    color: #691C64;
    margin-left: 0;
    background-color: transparent;
    border-radius: 4px;
    white-space: normal;
    font-size: 16px;
    text-transform: none;
    text-decoration: none !important;
  }
  .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 {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 24px;
    margin-right: 20px;
    right: 10px !important;
    top: 17px !important;
    position: initial !important;
    display: block;
    float: right;
    background-image: url("https://cdn.ca.yapla.com/company/CPYCyxdRREppWlOZ4xTElN7r/asset/images/_REFONTE-TECHNITEXTILE-2024/Assets/menu-arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    transform: rotate(0deg);
    transition: all 0.5s;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.active {
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.active {
    color: #FF5A61;
  }
  .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 {
    background: transparent !important;
    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 {
    color: #691C64;
  }
  .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) {
    color: #691C64;
    text-decoration: underline;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open, .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 {
    background: transparent !important;
  }
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.focus > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > .dropdown-toggle .caret {
    background-image: url("https://cdn.ca.yapla.com/company/CPYCyxdRREppWlOZ4xTElN7r/asset/images/_REFONTE-TECHNITEXTILE-2024/Assets/menu-arrow-white.svg");
    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.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.focus > .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:not(.open), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:not(.focus), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:not(.active) {
    background: transparent !important;
  }
  .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: transparent !important;
  }
  .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: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 200;
    padding: 10px 20px 10px 15px;
    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: #691C64;
    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%;
  }
  .line-menu-container .container > .row > div:nth-child(3) {
    padding-bottom: 100px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    padding: 0px 15px 0 10px;
    /*
    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;
                    }
                }
            }
        }
    }
    */
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta {
    margin-bottom: 30px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky {
    width: auto;
    height: 45px;
    display: block;
    background-color: #691C64;
    padding: 10px 50px 10px 20px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 33px;
    text-decoration: none !important;
    text-align: center;
    transition: all 150ms;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky span {
    color: #FFACB0 !important;
    margin-right: 4px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky::after {
    content: "";
    width: 19px;
    height: 17px;
    display: block;
    background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/little-heart.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 120px;
    top: 14px;
    transform: rotate(90deg) scale(1);
    transition: transform 0.3s ease;
    pointer-events: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky::after {
    left: 70%;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky:hover {
    color: #fff !important;
    background-color: #FF5A61;
    text-decoration: none !important;
    transition: all 150ms;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-cta .btn-sticky:hover::after {
    animation: beat 0.6s ease-in-out infinite alternate;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header {
    margin-bottom: 0px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    padding-left: 0 !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li:before {
    display: none !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li {
    margin-bottom: 15px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #691C64 !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li a:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li a:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-header ul li a:focus {
    color: #FF5A61 !important;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register {
    color: #fff;
    font-family: "Sora", sans-serif;
    text-transform: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding: 13px 19px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    border: none;
    min-width: 0;
    border-radius: 10px;
    background-color: #FF5A61;
    color: #fff;
    transition: all 150ms;
    border: 1px solid #FF5A61;
    max-width: fit-content;
    color: #fff !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:focus {
    text-decoration: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register {
    white-space: normal !important;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:focus {
    background-color: #B48DB1;
    border: 1px solid #B48DB1;
    color: #fff;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.purple {
    background-color: #691C64;
    border-color: #691C64;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.purple:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.purple:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.purple:focus {
    background-color: #B48DB1;
    border-color: #B48DB1;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.white, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription {
    background-color: #fff;
    color: #FF5A61;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.white:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-member .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .member-login-wrapper #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .member-login-wrapper #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .login-wrapper__login #profile_login_form .zend_form a.member-register.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .zone-login .login-wrapper__login #login_content_box .zend_form a.member-register.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-register.profile-subscription:hover {
    background: #FF5A61;
    color: #fff;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.arrow {
    position: relative;
    padding-right: 50px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register.arrow:after {
    content: "";
    background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-register:focus {
    text-decoration: none !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-login {
    max-width: fit-content;
    color: #fff !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-login:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-login:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-login:focus {
    text-decoration: none !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language {
    margin-bottom: 30px;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language a.switch-language {
    font-size: 14px;
    font-weight: 400;
    color: #691C64 !important;
  }
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language a.switch-language:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language a.switch-language:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-language a.switch-language:focus {
    color: #FF5A61 !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;
  }
}
/*
@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;
}
@media (max-width: 991px) {
  .line-header.sticked {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .line-header.sticked > .container > .row-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.line-header.sticked > .container > .row {
  margin-top: 0;
  bottom: 0;
}
.line-header.sticked > .container > .row > div:nth-child(1) {
  /*
  .content {
      margin-top: 15px;
      .menu-hamburger {
          span {
              background-color: $primary;
          }
      }
  }
  */
}
@media (min-width: 992px) {
  .line-header.sticked > .container > .row > div:nth-child(1) .content img {
    margin-bottom: -54px;
  }
}
.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):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: #691C64 !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;
}
@media (min-width: 992px) {
  .line-menu-container.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;
    background-color: #fff;
    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: #FF5A61 !important;
  }
  .line-menu-container.sticked > .container > .row > div:nth-child(2) ul.nav > li > a:hover, .line-menu-container.sticked > .container > .row > div:nth-child(2) ul.nav > li > a:focus, .line-menu-container.sticked > .container > .row > div:nth-child(2) ul.nav > li > a:active {
    color: #691C64 !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: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  color: #fff !important;
  font-weight: 500;
}
.panel-header a:hover {
  color: #691C64 !important;
  text-decoration: none !important;
}

.panel-connexion .member-login {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: #B48DB1;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #B48DB1;
}
.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:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  background-color: #691C64;
  border: 1px solid #691C64;
  color: #fff;
}
.panel-connexion .member-login.reverse {
  background-color: #691C64;
  border-color: #691C64;
}
.panel-connexion .member-login.reverse:hover, .panel-connexion .member-login.reverse:active, .panel-connexion .member-login.reverse:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}

.panel-language a.switch-language {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  color: #fff !important;
  font-weight: 500;
}
.panel-language a.switch-language:hover {
  color: #691C64 !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: #FF5A61;
  border-bottom: 1px solid #E2E2E2;
}

.line-footer-cta {
  padding-top: 40px;
  padding-bottom: 40px;
}
.line-footer-cta .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .line-footer-cta .container > .row > div .content ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.line-footer-cta .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-footer-cta .container > .row > div .content ul li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .line-footer-cta .container > .row > div .content ul li {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul li:first-child {
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul li:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1;
  }
}
.line-footer-cta .container > .row > div .content ul li:nth-child(3) {
  display: none;
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul li:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2;
  }
}

.line-footer {
  background: #fff;
}
@media (max-width: 767px) {
  .line-footer {
    padding-bottom: 0;
  }
}
.line-footer .container {
  padding-bottom: 40px;
  border-bottom: 1px solid #E9E7DB;
}
@media (max-width: 767px) {
  .line-footer .container {
    border-bottom: none;
  }
}
.line-footer .container > .row {
  position: relative;
}
@media (max-width: 767px) {
  .line-footer .container > .row {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .line-footer .container > .row:after {
    content: "";
    background: #E9E7DB;
    width: calc(100vw - 20%);
    height: 1px;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media (min-width: 1040px) {
  .line-footer .container > .row:after {
    width: calc(100vw - 375px);
  }
}
@media (min-width: 1200px) {
  .line-footer .container > .row:after {
    width: calc(100vw - 20%);
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content p br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(1) .content {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E7DB;
  }
}
.line-footer .container > .row > div:nth-child(1) .content h3 {
  color: #FF5A61 !important;
}
.line-footer .container > .row > div:nth-child(1) .content p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.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) {
    padding-top: 100px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content h3 {
  color: #FF5A61 !important;
}
.line-footer .container > .row > div:nth-child(2) .content p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-footer .container > .row > div:nth-child(2) .content ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
  list-style: none !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 5px !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a {
  color: #000 !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a:hover {
  color: #FF5A61 !important;
  text-decoration: none;
}
@media (min-width: 992px) {
  .line-footer .container > .row > div:nth-child(3) {
    padding-top: 100px;
  }
}
.line-footer .container > .row > div:nth-child(3) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(3) .content {
    text-align: left;
  }
}
.line-footer .container > .row > div:nth-child(3) .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  list-style: none !important;
}
.line-footer .container > .row > div:nth-child(3) .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-footer .container > .row > div:nth-child(3) .content ul li:before {
  display: none !important;
}
.line-footer .container > .row > div:nth-child(3) .content ul li {
  font-size: 20px !important;
  line-height: 25px !important;
  margin-bottom: 30px !important;
  font-weight: 900;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(3) .content ul li {
    margin-bottom: 10px !important;
  }
}
.line-footer .container > .row > div:nth-child(3) .content ul li a {
  font-weight: 900;
}
.line-footer .container > .row > div:nth-child(3) .content ul li a:hover {
  text-decoration: none !important;
  color: #FF5A61 !important;
}

.line-footer-two .container {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .line-footer-two .container {
    border-bottom: 1px solid #E9E7DB;
  }
}
.line-footer-two .container > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-footer-two .container > .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-footer-two .container > .row > div:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-footer-two .container > .row > div:first-child {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E9E7DB;
    border-top: 1px solid #E9E7DB;
  }
}
.line-footer-two .container > .row > div:first-child .content ul.social li {
  justify-content: flex-start;
}
.line-footer-two .container > .row > div:first-child .content ul.social li a.email {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .line-footer-two .container > .row > div:last-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #E9E7DB;
  }
}
.line-footer-two .container > .row > div:last-child .content {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-footer-two .container > .row > div:last-child .content {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .line-footer-two .container > .row > div:last-child .content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .line-footer-two .container > .row > div:last-child .content p:first-of-type {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-footer-two .container > .row > div:last-child .content p:nth-child(2), .line-footer-two .container > .row > div:last-child .content p:last-child {
    width: 45%;
  }
}

.line-footer-copyright {
  padding-top: 22px;
  padding-bottom: 0;
}
.line-footer-copyright .container > .row > div .content {
  text-align: left;
}
@media (min-width: 768px) {
  .line-footer-copyright .container > .row > div .content {
    max-width: 67%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer-copyright .container > .row > div .content p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
}
.line-footer-copyright .container > .row > div .content p a {
  color: #000 !important;
  text-decoration: underline !important;
}
.line-footer-copyright .container > .row > div .content p a:hover {
  color: #FF5A61 !important;
}

.line-footer-cta {
  padding-top: 40px;
  padding-bottom: 40px;
}
.line-footer-cta .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .line-footer-cta .container > .row > div .content ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.line-footer-cta .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-footer-cta .container > .row > div .content ul li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .line-footer-cta .container > .row > div .content ul li {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul li:first-child {
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul li:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1;
  }
}
.line-footer-cta .container > .row > div .content ul li:nth-child(3) {
  display: none;
}
@media (max-width: 1199px) {
  .line-footer-cta .container > .row > div .content ul li:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  .member--isConnected .line-footer-cta .content ul li {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .member--isConnected .line-footer-cta .content ul li:first-child {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.member--isConnected .line-footer-cta .content ul li:nth-child(2) {
  display: none;
}
.member--isConnected .line-footer-cta .content ul li:nth-child(3) {
  display: inline-block !important;
}
@media (max-width: 1199px) {
  .member--isConnected .line-footer-cta .content ul li:nth-child(3) {
    grid-column: 3/5;
    grid-row: 1;
  }
}
@media (max-width: 1199px) {
  .member--isConnected .line-footer-cta .content ul li:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2;
  }
}

.article-main {
  padding-bottom: 80px;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .article-main {
    padding-bottom: 40px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper {
  padding-top: 50px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
  color: #000 !important;
  order: 0;
  margin-top: 70px;
  margin-bottom: 62px;
  color: #FF5A61;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  order: 1;
  display: none;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__category {
  order: 2;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content {
  order: 3;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__img {
  margin-bottom: 78px;
  border-radius: 60px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h5:not(:first-child) {
  margin-top: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h4 {
  margin-top: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 50px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content ul li {
  margin-bottom: 15px !important;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content iframe {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 43px;
  border-left: 4px solid #FF5A61;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 22px;
    line-height: 27px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel {
  margin-top: 70px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr {
  border-bottom: 1px solid #E9E7DB;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr td {
  padding-top: 40px;
  padding-bottom: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr td p {
  margin-bottom: 0 !important;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr td h5 {
  color: #FF5A61;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr td .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr td h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr td:last-child {
  text-align: right;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.articles-rel tbody tr:first-child td {
  padding-bottom: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content + div {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__tags .mod-article__tag {
  color: #FF5A61;
}
.line-article-retour {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .line-article-retour {
    padding-bottom: 40px;
  }
}
.line-article-retour .container .row .zone-html .content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.line-article-retour .container .row .zone-html .content a {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !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;
}
@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: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: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}

.line-article-title {
  background: #FBFAF6;
  border-top-right-radius: 60px;
  padding-top: 115px;
  padding-bottom: 60px;
}
.line-article-title .container > .row > div .content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.line-article-title .container > .row > div .content .mod-article__title {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
  color: #000 !important;
  order: 0;
  margin-top: 70px;
  margin-bottom: 62px;
  color: #FF5A61;
}
@media (max-width: 767px) {
  .line-article-title .container > .row > div .content .mod-article__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.line-article-title .container > .row > div .content .mod-article__img {
  border-radius: 20px;
}

/* Module articles en vedette */
/*###########################  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*/
.zone-member .member-login-wrapper, .zone-member .login-wrapper__login, .zone-login .member-login-wrapper, .zone-login .login-wrapper__login {
  background: #E9E7DB;
}
@media (min-width: 768px) {
  .zone-member .member-login-wrapper, .zone-member .login-wrapper__login, .zone-login .member-login-wrapper, .zone-login .login-wrapper__login {
    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 {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
  padding-bottom: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .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;
  }
}
@media (max-width: 767px) {
  .zone-member .member-login-wrapper h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.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#submitform, .zone-member .member-login-wrapper #login_content_box .zend_form input#submitform, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submitform, .zone-member .login-wrapper__login #login_content_box .zend_form input#submitform, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submitform, .zone-login .member-login-wrapper #login_content_box .zend_form input#submitform, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submitform, .zone-login .login-wrapper__login #login_content_box .zend_form input#submitform {
  order: 2;
  margin-right: 16px;
  max-width: fit-content;
  margin-top: 0px;
  margin-bottom: 10px;
}
.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: 3;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
  text-decoration: none;
  max-width: fit-content;
  color: #000 !important;
}
.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: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.purple:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.purple:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.purple:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.white, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .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.white, .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login .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.white, .zone-member .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.white, .zone-member .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .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.white, .zone-login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.white, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__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.white, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.white, .zone-login .login-wrapper__login #login_content_box .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-member .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription {
  background-color: #fff;
  color: #FF5A61;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.white:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.white:hover, .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.white:hover, .zone-member .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .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:hover, .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.white:hover, .zone-member .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.white:hover, .zone-login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .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:hover, .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.white:hover, .zone-login .zone-member .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.white:hover, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .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:hover, .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.white:hover, .zone-login .login-wrapper__login #login_content_box .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover {
  background: #FF5A61;
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.arrow, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.arrow, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.arrow, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.arrow, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.arrow, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.arrow, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.arrow, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.arrow {
  position: relative;
  padding-right: 50px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.arrow:after, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.arrow:after, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.arrow:after, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.arrow:after, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.arrow:after, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.arrow:after, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.arrow:after, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover {
  color: #fff !important;
}
.zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.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;
}
@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 .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: #691C64 !important;
  transition: all 150ms !important;
  border: 1px solid #691C64 !important;
  border-radius: 60px !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: #691C64 !important;
  border: 1px solid #691C64 !important;
  color: #FF5A61 !important;
}

/*Espace Evenements - Vue Details*/
/* Espace Evenement - Mosaique */
/*###########################  ESPACE MEMBRE  ###########################*/
.member--isConnected .line-header {
  margin-right: 20px;
}
.member--isConnected .line-menu {
  background-color: #fff;
}
.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-top: 32px;
  margin-bottom: 32px;
}
.zone-member .sidebar__member-zone {
  width: 33%;
  /*
  @include max-md {
      width: 100%;
  }

  @include max-sm {
      width: 100%;
  }
  */
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone {
    width: 100%;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__inner {
  background-color: transparent;
  padding: 0px 25px 35px 25px;
  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: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-header__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  background: transparent;
  border-top: 1px solid #ccc;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: transparent;
  color: #000;
  transition: all 150ms;
  border: 1px solid #FF5A61;
}
.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: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: #FF5A61;
  border: 1px solid #FF5A61;
  color: #fff;
}
.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: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  font-weight: 300;
  color: #000;
  text-transform: inherit;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #FF5A61;
  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: #FF5A61;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li:last-child {
  visibility: hidden;
}
.zone-member .member {
  width: 66%;
}
@media (max-width: 767px) {
  .zone-member .member {
    width: 100%;
  }
}
.zone-member .member .box-object-items-list .field-object-create-element {
  display: none !important;
}
.zone-member .member #section_596215 > .row {
  margin-left: 0 !important;
}
.zone-member .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section .section-title {
  color: #000;
}
.zone-member .member .section label.control-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  margin-top: 10px;
}
.zone-member .member .section .section-description a {
  text-decoration: underline !important;
}
.zone-member .member .section .section-description a:hover {
  color: #FF5A61 !important;
}
.zone-member .member h1 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .zone-member .member h1 {
    font-size: 22px;
    line-height: 27px;
  }
}
.zone-member .member h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #FF5A61;
}
.zone-member .member input#submit {
  float: left !important;
}
.zone-member .member .js-field-object-parent-bloc .object-main-title {
  border: none;
}
.zone-member .member .js-field-object-parent-bloc .object-main-title > h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  margin-top: 0 !important;
}
.zone-member .member .js-field-object-parent-bloc .member-object-relation-remove {
  display: none;
}
.zone-member .member .field-object-temp .object-main-title h2 {
  color: #000;
}
.zone-member .member .field-object-temp .object-main-title .object-top-action #btn_cancel {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: #691C64 !important;
  transition: all 150ms !important;
  border: 1px solid #691C64 !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
}
.zone-member .member .field-object-temp .object-main-title .object-top-action #btn_cancel:hover, .zone-member .member .field-object-temp .object-main-title .object-top-action #btn_cancel:active, .zone-member .member .field-object-temp .object-main-title .object-top-action #btn_cancel:focus {
  text-decoration: none !important;
  background-color: #691C64 !important;
  border: 1px solid #691C64 !important;
  color: #FF5A61 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper {
  position: relative;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__form .object-header-containter h2 {
  color: #000;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__form .object-form-action .btn-action {
  border: none !important;
  color: #FF5A61 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__form .object-form-action .btn-action:hover {
  background: transparent !important;
  color: #691C64 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper {
  position: fixed;
  top: 35vh;
  border: none;
}
@media (max-width: 1199px) {
  .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper {
    top: 25vh;
  }
}
@media (max-width: 991px) {
  .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper {
    position: relative;
  }
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-title {
  display: none;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li:before {
  display: none !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a:hover, .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a:active, .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a {
    white-space: normal !important;
  }
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a:hover, .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a:active, .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .crm-entity__info-wrapper .crm-entity__info-content .object-action li.dropdown-item a:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item {
  color: #000 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .o-layout-row .o-layout-item__list-group .list-group__wrapper .list-group .list-group-item .list-group-item__item {
  color: #000 !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .footer-button-container {
  position: sticky;
  bottom: 0;
  z-index: 5;
  background: #fff;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .footer-button-container .btn-link {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: #691C64 !important;
  transition: all 150ms !important;
  border: 1px solid #691C64 !important;
  border-radius: 10px !important;
}
.zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .footer-button-container .btn-link:hover, .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .footer-button-container .btn-link:active, .zone-member .member .field-object-temp .crm-entity-edition-form .o-layout-wrapper .footer-button-container .btn-link:focus {
  text-decoration: none !important;
  background-color: #691C64 !important;
  border: 1px solid #691C64 !important;
  color: #FF5A61 !important;
}
.zone-member .member .field-object-temp #section_579518 {
  display: none;
}
.zone-member .member .field-object-temp .help-block {
  font-size: 12px;
  line-height: 16px;
}
.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: #FF5A61;
}
.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: #691C64 !important;
  transition: all 150ms !important;
  border: 1px solid #691C64 !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: #691C64 !important;
  border: 1px solid #691C64 !important;
  color: #FF5A61 !important;
}

.line-connexion .container > .row > div .member .field-object-temp .crm-entity-edition-form #fieldobjectform {
  display: flex;
  flex-direction: column;
}
.line-connexion .container > .row > div .member .field-object-temp .crm-entity-edition-form #fieldobjectform #section_596901 {
  order: -1;
}
.line-connexion .container > .row > div .member .field-object-temp .crm-entity-edition-form #fieldobjectform #section_596901 label.control-label {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

/*É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: #FF5A61;
  font-weight: 500;
  padding: 0 10px;
}
.line-breadcrumbs .zone-breadcrumbs ul li.active {
  color: #691C64;
}

.zone-donation {
  padding-top: 10px;
}
.zone-donation > h2 {
  display: none;
}
.zone-donation .don {
  /*display: none;*/
}
.zone-donation .don-form-wrapper h2 {
  font-size: 20px;
  line-height: 26px;
  padding-top: 48px;
  padding-bottom: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.zone-donation .don-form-wrapper h4 {
  font-size: 20px;
  line-height: 26px;
  padding-top: 48px;
  padding-bottom: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
.zone-donation .don-form-wrapper div.donation-footer-frame button#validate,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  margin-left: 16px;
}
.zone-donation .don-form-wrapper div.donation-footer-frame button#validate:hover, .zone-donation .don-form-wrapper div.donation-footer-frame button#validate:active, .zone-donation .don-form-wrapper div.donation-footer-frame button#validate:focus,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment:hover,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment:active,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-donation .don-form-wrapper div.donation-footer-frame button#validate,
  .zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment {
    white-space: normal !important;
  }
}
.zone-donation .don-form-wrapper div.donation-footer-frame button#validate:hover, .zone-donation .don-form-wrapper div.donation-footer-frame button#validate:active, .zone-donation .don-form-wrapper div.donation-footer-frame button#validate:focus,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment:hover,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment:active,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
.zone-donation .don-form-wrapper div.donation-footer-frame a.btn-link {
  margin-left: 0 !important;
  border-bottom-color: #FFACB0 !important;
}
.zone-donation .don-form-wrapper div.donation-footer-frame input#submit,
.zone-donation .don-form-wrapper div.donation-footer-frame input#js-btn-submit {
  margin-left: 16px;
  /*
  font-size: 14px;
  border: 1px solid $primary;
  margin: 15px;
  width: fit-content;
  color: #000;
  */
}
@media (max-width: 767px) {
  .zone-donation .don-form-wrapper div.donation-footer-frame input#submit,
  .zone-donation .don-form-wrapper div.donation-footer-frame input#js-btn-submit {
    float: left;
  }
}
.step-donation_infos .line-soutenir {
  padding-top: 90px;
  height: auto;
}
.step-donation_infos .line-soutenir h2 {
  display: block;
  margin-bottom: 0;
}
.step-donation_infos .zone-donation h1 {
  color: #FFACB0 !important;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step {
  margin: 20px 0;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-transform: initial;
  padding: 10px 35px;
  margin-top: 10px;
  margin-left: 0;
  background-color: transparent !important;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline {
    white-space: normal !important;
  }
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:focus {
  background-color: #FFACB0 !important;
  border: 1px solid #FFACB0 !important;
}
@media (max-width: 767px) {
  .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline {
    margin-right: 8px;
  }
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  padding: 10px 35px;
  margin-left: 0;
  background-color: #FF5A61 !important;
  text-transform: initial;
  color: #fff !important;
  pointer-events: none;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active {
    white-space: normal !important;
  }
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active {
    margin-right: 8px;
  }
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline.radio-active:focus {
  color: #fff !important;
  background-color: #FF5A61 !important;
  border: 1px solid #FFACB0 !important;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked) {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  padding: 10px 35px;
  margin-left: 0;
  background-color: #FF5A61 !important;
  text-transform: initial;
  color: #fff !important;
  pointer-events: none;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked) {
    white-space: normal !important;
  }
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked) {
    margin-right: 8px;
  }
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):hover, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):active, .step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .radio-inline:has(input:checked):focus {
  color: #fff !important;
  background-color: #FF5A61 !important;
  border: 1px solid #FFACB0 !important;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfos .rf-section .form-element-donation_choice_id {
  float: left;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfos .rf-section .form-element-custom_amount {
  float: left;
  clear: both;
  padding-top: 24px;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfos .rf-section .form-element-custom_amount label {
  display: block;
  font-size: 16px;
  padding-left: 2px;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfos .rf-section .form-element-custom_amount .col-md-12 {
  margin-left: 0;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfos .rf-section .form-element-custom_amount .col-md-12:after {
  color: #691C64;
  font-size: 16px;
  left: 17rem;
  line-height: 50px;
  position: absolute;
  top: 0;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfos .rf-section .form-element-custom_amount .col-md-12 #custom_amount {
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.4) !important;
  width: 150px;
  height: 51px !important;
  border-radius: 100px;
  font-size: inherit;
  background-color: white !important;
  font-size: 16px;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfosrecurrent .rf-section .form-element-donation_choice_idrecurrent {
  float: left;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfosrecurrent .rf-section .form-element-custom_amountrecurrent {
  float: left;
  clear: both;
  padding-top: 24px;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfosrecurrent .rf-section .form-element-custom_amountrecurrent label {
  display: block;
  font-size: 18px;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfosrecurrent .rf-section .form-element-custom_amountrecurrent .col-md-12:after {
  color: #691C64;
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step #fieldset-AmountInfosrecurrent .rf-section .form-element-custom_amountrecurrent .col-md-12 #custom_amountrecurrent {
  width: 150px;
  border-radius: 0;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
  background: white !important;
  /*font-size: inherit;
  height: 41px !important;
  border: 1px solid #2D4800 !important;
  border-radius: 0px;
  padding-right: 42px;
  background-color: #fff !important;
  box-shadow: none !important;*/
}
.step-donation_infos .zone-donation .don-form-wrapper .form-donation__info-step .donation-footer-frame .btn-link {
  display: none;
}

.step-donor_infos .line-soutenir {
  padding-top: 90px;
  height: auto;
}
.step-donor_infos .line-soutenir h2 {
  display: block;
  margin-bottom: 0;
}
.step-donor_infos .zone-donation h1 {
  color: #FFACB0 !important;
}
.step-donor_infos .zone-donation .don-form-wrapper .form-donor-infos-step .section h2.section-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 800;
  text-transform: initial;
}
.step-donor_infos .zone-donation .don-form-wrapper .form-donor-infos-step .section .row .col-sm-18 {
  padding-left: 0 !important;
}
.step-donor_infos .zone-donation .don-form-wrapper .form-donor-infos-step .section .row .col-sm-18 textarea {
  border: 1px solid #FFACB0 !important;
}

.step-payment .line-soutenir {
  padding-top: 90px;
  height: auto;
}
.step-payment .line-soutenir h2 {
  display: block;
  margin-bottom: 0;
}
.step-payment .zone-donation h1 {
  color: #FFACB0 !important;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 {
  padding: 20px;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-card_injectedinfo .row {
  padding-left: 16px;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-card_injectedinfo .row .col-sm-20 {
  padding: 0;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-card_injectedinfo .row .col-sm-20 .form-element-card_owner_in .col-md-24 {
  padding: 0;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_summary {
  margin-bottom: 0;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_summary h4 {
  font-size: 18px;
  padding-top: 0;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_summary strong {
  padding-right: 12px;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_grand_total .total-amount-section {
  background-color: #fff;
  border: 1px solid #FFACB0;
  border-radius: 15px;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_grand_total .total-amount-section h4.total-amount-price span {
  color: #FF5A61 !important;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_grand_total .total-amount-section h4 {
  padding-top: 16px !important;
}

.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
  font-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
    font-size: 30px;
    line-height: 31px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
    font-size: 22px;
    line-height: 27px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item p.cart-item__description {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.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: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: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}
.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 {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.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: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: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}
.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-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
    font-size: 30px;
    line-height: 31px;
  }
}

/* MULTI-SLIDE CARROUSEL - carousel pleine largeur (mode vertical) */
.multislides {
  /* DEFAULTS */
  /* MULTISLIDES OVERRIDES */
  /*xxs*/
  /*xs*/
  /*sm*/
  /*md*/
  /*lg*/
}
.multislides .carousel-inner {
  width: 100%;
}
.multislides .carousel-inner .active,
.multislides .carousel-inner .next,
.multislides .carousel-inner .prev {
  display: block;
}
.multislides .carousel-inner .active {
  left: 0;
}
.multislides .carousel-inner .active.left {
  left: -100%;
}
.multislides .carousel-inner .active.right {
  left: 100%;
}
.multislides .carousel-inner .next,
.multislides .carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.multislides .carousel-inner .next {
  left: 100%;
}
.multislides .carousel-inner .next.left {
  left: 0;
}
.multislides .carousel-inner .prev {
  left: -100%;
}
.multislides .carousel-inner .prev.right {
  left: 0;
}
.multislides .carousel-inner .item {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .multislides .carousel-inner .item {
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .multislides .carousel-inner .item {
    padding-left: 0;
  }
}
.multislides .carousel-inner .item .carousel-text {
  display: flex;
  justify-content: center;
}
.multislides .carousel-control {
  width: 8%;
  width: 0px;
}
@media (max-width: 767px) {
  .multislides .carousel-control {
    top: -60px;
  }
}
.multislides .carousel-control.left, .multislides .carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.multislides .carousel-control a span {
  color: white;
  font-size: 29px !important;
}
.multislides .carousel-control .glyphicon-chevron-left {
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/chervron-left.svg);
  width: 69px;
  height: 69px;
  margin-left: -135px;
}
@media (max-width: 991px) {
  .multislides .carousel-control .glyphicon-chevron-left {
    margin-left: -80px;
  }
}
.multislides .carousel-control .glyphicon-chevron-right {
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/chevron-right.svg);
  width: 69px;
  height: 69px;
  margin-right: -135px;
}
@media (max-width: 991px) {
  .multislides .carousel-control .glyphicon-chevron-right {
    margin-right: -100px;
  }
}
@media (max-width: 767px) {
  .multislides .carousel-control .glyphicon-chevron-right {
    margin-right: 90px;
  }
}
.multislides .carousel-text {
  position: relative;
  min-height: 100%;
  padding: 5px;
  float: left;
  background-color: #fff;
}
.multislides .active div {
  display: none;
}
.multislides .active div:first-child {
  display: block;
}
@media (max-width: 575px) {
  .multislides .carousel-inner .active.left {
    left: -100%;
  }
  .multislides .carousel-inner .active.right {
    left: 100%;
  }
  .multislides .carousel-inner .next {
    left: 100%;
  }
  .multislides .carousel-inner .prev {
    left: -100%;
  }
  .multislides .carousel-text {
    width: 100%;
  }
  .multislides .active div:first-child {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .multislides .carousel-inner .active.left {
    left: -50%;
  }
  .multislides .carousel-inner .active.right {
    left: 50%;
  }
  .multislides .carousel-inner .next {
    left: 50%;
  }
  .multislides .carousel-inner .prev {
    left: -50%;
  }
  .multislides .carousel-text {
    width: 50%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .multislides .carousel-inner .active.left {
    left: -50%;
  }
  .multislides .carousel-inner .active.right {
    left: 50%;
  }
  .multislides .carousel-inner .next {
    left: 50%;
  }
  .multislides .carousel-inner .prev {
    left: -50%;
  }
  .multislides .carousel-text {
    width: 50%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  .multislides .carousel-inner .active.left {
    left: -100%;
  }
  .multislides .carousel-inner .active.right {
    left: 100%;
  }
  .multislides .carousel-inner .next {
    left: 100%;
  }
  .multislides .carousel-inner .prev {
    left: -100%;
  }
  .multislides .carousel-text {
    width: 50%;
  }
  .multislides .active > div:first-child + div {
    display: block;
  }
  .multislides .active > div:first-child + div + div {
    display: block;
  }
  .multislides .active > div:first-child + div + div + div {
    display: block;
  }
}

.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: #FF5A61;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #FF5A61;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #FF5A61;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #FF5A61;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #FF5A61;
  font-size: 25px;
  line-height: 30px;
  height: auto;
  min-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px !important;
  border: none !important;
  padding: 50px 25px;
  color: #FF5A61;
  text-transform: inherit;
  font-weight: 900;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar .jumbotron a:last-of-type {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .zone-community .row .sidebar .jumbotron a:last-of-type {
    padding-right: 70px;
    text-align: left;
  }
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23691C64'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23691C64'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  right: 25px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 69px;
  height: 69px;
  animation-name: none;
}
@media (min-width: 1199px) and (max-width: 1280px) {
  .zone-community .row .sidebar .jumbotron a:last-of-type:after {
    background-size: contain;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .zone-community .row .sidebar .jumbotron a:last-of-type:after {
    background-size: contain;
    width: 47px;
    height: 47px;
  }
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover, .zone-community .row .sidebar .jumbotron a:last-of-type:focus {
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:after, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:after {
  -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;
}
.zone-community .row .sidebar .jumbotron a:last-of-type.blue {
  color: #691C64;
  background: #5DA6C7;
}
.zone-community .row .sidebar .jumbotron a:last-of-type.blue:hover, .zone-community .row .sidebar .jumbotron a:last-of-type.blue:focus {
  background: rgba(93, 166, 199, 0.8);
}
.zone-community .row .sidebar .jumbotron a:last-of-type.red {
  background: #FF5A61;
  color: #E9E7DB;
}
.zone-community .row .sidebar .jumbotron a:last-of-type.red:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23E9E7DB'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23E9E7DB'/%3E%3C/svg%3E ");
}
.zone-community .row .sidebar .jumbotron a:last-of-type.red:hover, .zone-community .row .sidebar .jumbotron a:last-of-type.red:focus {
  background: rgba(255, 90, 97, 0.8);
}
.zone-community .row .sidebar .jumbotron a:last-of-type.purple {
  background: #691C64;
  color: #FFACB0;
}
.zone-community .row .sidebar .jumbotron a:last-of-type.purple:after {
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9665 30.1203C44.3104 29.6061 38.1807 27.4849 38.1807 19L34.5697 19C34.5697 26.1625 38.0723 29.8815 41.5479 31.8007L16 31.8007L16 35.4738L41.9 35.4738C38.2439 37.3838 34.5697 41.112 34.5697 49L38.1807 49C38.1807 39.5418 44.2562 38.0909 48.3005 37.1359C49.8804 36.7594 51.0178 35.2902 50.9998 33.6465C50.9998 31.8834 49.6998 30.3682 47.9665 30.1203Z' fill='%23FFACB0'/%3E%3Cpath d='M0.499995 34.5C0.499997 15.7223 15.7223 0.500003 34.5 0.500005C53.2777 0.500006 68.5 15.7223 68.5 34.5C68.5 53.2777 53.2777 68.5 34.5 68.5C15.7223 68.5 0.499994 53.2777 0.499995 34.5Z' stroke='%23FFACB0'/%3E%3C/svg%3E ");
}
.zone-community .row .sidebar .jumbotron a:last-of-type.purple:hover, .zone-community .row .sidebar .jumbotron a:last-of-type.purple:focus {
  background: rgba(105, 28, 100, 0.8);
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #FF5A61;
  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;
  list-style: none;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.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: #FF5A61;
  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 {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: #691C64 !important;
  transition: all 150ms !important;
  border: 1px solid #691C64 !important;
  letter-spacing: 0;
}
.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: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: #691C64 !important;
  border: 1px solid #691C64 !important;
  color: #FF5A61 !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #FF5A61 !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: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.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: #FF5A61;
}
.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: #FF5A61 !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: 550px !important;
}
@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 p.consent-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
.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-modal .cm-modal .cm-header a {
  color: #691C64 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services a {
  color: #691C64 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #691C64 !important;
}
.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:hover {
  color: #FF5A61 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  border: 2px solid #691C64 !important;
  background-color: #691C64 !important;
  font-weight: 500 !important;
}
.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:hover {
  border: 2px solid #FF5A61 !important;
  background-color: #FF5A61 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #691C64 !important;
  background-color: transparent !important;
  color: #691C64 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #FF5A61 !important;
  color: #FF5A61 !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: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0;
  color: #FF5A61 !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: #FF5A61 !important;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  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 {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.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:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: transparent;
  color: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}

.prebuilt-articles-multiples-col3 {
  padding-top: 130px;
  /*
  >a:not(&:first-child){
      order: 6;
      @include btn;
      @include btn-link;
  }
  */
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 {
    padding-top: 60px;
  }
}
.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: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0;
  color: #FF5A61 !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: #FF5A61 !important;
  text-transform: inherit;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  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;
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  width: fit-content;
  margin-top: 30px;
  text-decoration: none !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;
}
@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: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: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
}

/* 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: 16px;
  line-height: 24px;
  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 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.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: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
}
.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: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.purple:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.purple:active, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.white, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .member-login-wrapper #profile_login_form .zend_form a.btn-primary.profile-subscription, .zone-member .member-login-wrapper #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .member-login-wrapper #login_content_box .zend_form a.btn-primary.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .login-wrapper__login #profile_login_form .zend_form a.btn-primary.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .login-wrapper__login #login_content_box .zend_form a.btn-primary.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .member-login-wrapper #profile_login_form .zend_form a.btn-primary.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .member-login-wrapper #login_content_box .zend_form a.btn-primary.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .login-wrapper__login #profile_login_form .zend_form a.btn-primary.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .login-wrapper__login #login_content_box .zend_form a.btn-primary.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription {
  background-color: #fff;
  color: #FF5A61;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.white:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .member-login-wrapper #profile_login_form .zend_form a.btn-primary.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .member-login-wrapper #login_content_box .zend_form a.btn-primary.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .login-wrapper__login #profile_login_form .zend_form a.btn-primary.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-member .login-wrapper__login #login_content_box .zend_form a.btn-primary.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .member-login-wrapper #profile_login_form .zend_form a.btn-primary.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .member-login-wrapper #login_content_box .zend_form a.btn-primary.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .login-wrapper__login #profile_login_form .zend_form a.btn-primary.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-login .login-wrapper__login #login_content_box .zend_form a.btn-primary.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.profile-subscription:hover {
  background: #FF5A61;
  color: #fff;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.arrow {
  position: relative;
  padding-right: 50px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/* 
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: 16px;
  line-height: 24px;
  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 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
/*
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;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right {
    flex-direction: column;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  /*width: 33.33333%;*/
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    margin-bottom: 45px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-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 .row-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 .row-event-jumbotron__left .event-detail__actions-wrapper {
  margin-top: 60px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav {
  display: block;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-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 .row-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 .row-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-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date {
    font-size: 30px;
    line-height: 31px;
  }
}
.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-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .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-size: 30px;
    line-height: 31px;
  }
}
.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-full {
  display: flex;
  flex-direction: column;
}
.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-size: 45px;
  line-height: 48px;
  font-weight: 800;
  text-transform: initial;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .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-size: 30px;
    line-height: 31px;
  }
}
.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;
}
/*
}
    */
.line-sticky {
  position: relative;
  z-index: 10;
}
.line-sticky .content {
  opacity: 0;
  position: fixed;
  right: -63px;
  top: 50vh;
  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: 34px;
  display: block;
  background-color: #691C64;
  padding: 10px 50px 10px 20px;
  line-height: 14px;
  font-size: 15px;
  font-weight: 800;
  color: #fff !important;
  border-radius: 33px;
  text-decoration: none !important;
  text-align: right;
  transition: all 150ms;
  position: relative;
}
.line-sticky .content .sticky-container .btn-sticky span {
  color: #FFACB0 !important;
}
.line-sticky .content .sticky-container .btn-sticky::after {
  content: "";
  width: 19px;
  height: 17px;
  display: block;
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/little-heart.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 120px;
  top: 9px;
  transform: rotate(90deg) scale(1);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.line-sticky .content .sticky-container .btn-sticky:hover {
  color: #fff !important;
  background-color: #FF5A61;
  text-decoration: none !important;
  transition: all 150ms;
}
.line-sticky .content .sticky-container .btn-sticky:hover::after {
  animation: beat 0.6s ease-in-out infinite alternate;
}

.lang-en .line-sticky .content {
  right: -81px;
}
.lang-en .line-sticky .content .sticky-container .btn-sticky:after {
  left: 162px;
}

/** 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='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.67711 2.0088H17.8511C18.2692 2.0088 18.6568 2.13913 18.9756 2.36139L10.9883 7.0253L2.36421 2.51051C2.71255 2.19853 3.17268 2.0088 3.67711 2.0088ZM1.86314 3.21131C1.76357 3.44678 1.70851 3.70566 1.70851 3.9774V11.9473C1.70851 13.0345 2.58988 13.9159 3.67711 13.9159H17.8511C18.9383 13.9159 19.8197 13.0345 19.8197 11.9473V3.9774C19.8197 3.62402 19.7266 3.29239 19.5635 3.0057L11.0104 8L1.86314 3.21131ZM0.527344 3.9774C0.527344 2.23784 1.93754 0.827637 3.67711 0.827637H17.8511C19.5906 0.827637 21.0008 2.23784 21.0008 3.9774V11.9473C21.0008 13.6868 19.5906 15.097 17.8511 15.097H3.67711C1.93754 15.097 0.527344 13.6868 0.527344 11.9473V3.9774Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
}
ul.social li a.email:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.67711 2.0088H17.8511C18.2692 2.0088 18.6568 2.13913 18.9756 2.36139L10.9883 7.0253L2.36421 2.51051C2.71255 2.19853 3.17268 2.0088 3.67711 2.0088ZM1.86314 3.21131C1.76357 3.44678 1.70851 3.70566 1.70851 3.9774V11.9473C1.70851 13.0345 2.58988 13.9159 3.67711 13.9159H17.8511C18.9383 13.9159 19.8197 13.0345 19.8197 11.9473V3.9774C19.8197 3.62402 19.7266 3.29239 19.5635 3.0057L11.0104 8L1.86314 3.21131ZM0.527344 3.9774C0.527344 2.23784 1.93754 0.827637 3.67711 0.827637H17.8511C19.5906 0.827637 21.0008 2.23784 21.0008 3.9774V11.9473C21.0008 13.6868 19.5906 15.097 17.8511 15.097H3.67711C1.93754 15.097 0.527344 13.6868 0.527344 11.9473V3.9774Z' fill='%23FF5A61'/%3E%3C/svg%3E%0A");
}
ul.social li a.bluesky {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.80022 4.86895C7.89813 6.44865 10.1632 9.6582 10.9907 11.3883V15.9352C10.9907 15.8349 10.9572 15.9519 10.8736 16.1859C10.439 17.4647 8.75066 22.4462 4.88082 18.4594C2.84142 16.3615 3.7859 14.2636 7.49693 13.6283C5.37395 13.9877 2.99187 13.3943 2.33993 11.0457C2.14769 10.3686 1.83008 6.21462 1.83008 5.65462C1.83008 2.83791 4.28739 3.72388 5.80022 4.86895ZM16.1811 4.86895C14.0832 6.44865 11.8181 9.6582 10.9907 11.3883V15.9352C10.9907 15.8349 11.0241 15.9519 11.1077 16.1859C11.5423 17.4647 13.2307 22.4462 17.1005 18.4594C19.1399 16.3615 18.1954 14.2636 14.4844 13.6283C16.6074 13.9877 18.9895 13.3943 19.6414 11.0457C19.8336 10.3686 20.1512 6.21462 20.1512 5.65462C20.1512 2.83791 17.6939 3.72388 16.1811 4.86895Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin-top: 8px;
}
ul.social li a.bluesky:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.80022 4.86895C7.89813 6.44865 10.1632 9.6582 10.9907 11.3883V15.9352C10.9907 15.8349 10.9572 15.9519 10.8736 16.1859C10.439 17.4647 8.75066 22.4462 4.88082 18.4594C2.84142 16.3615 3.7859 14.2636 7.49693 13.6283C5.37395 13.9877 2.99187 13.3943 2.33993 11.0457C2.14769 10.3686 1.83008 6.21462 1.83008 5.65462C1.83008 2.83791 4.28739 3.72388 5.80022 4.86895ZM16.1811 4.86895C14.0832 6.44865 11.8181 9.6582 10.9907 11.3883V15.9352C10.9907 15.8349 11.0241 15.9519 11.1077 16.1859C11.5423 17.4647 13.2307 22.4462 17.1005 18.4594C19.1399 16.3615 18.1954 14.2636 14.4844 13.6283C16.6074 13.9877 18.9895 13.3943 19.6414 11.0457C19.8336 10.3686 20.1512 6.21462 20.1512 5.65462C20.1512 2.83791 17.6939 3.72388 16.1811 4.86895Z' fill='%23FF5A61'/%3E%3C/svg%3E%0A");
}
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='%23000000'/%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='%23FF5A61'/%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='%23000000'/%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='%23000000'/%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='%23FF5A61'/%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='%23FF5A61'/%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='%23000000'/%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='%23FF5A61'/%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='%23000000'/%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='%23FF5A61'/%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='%23000000'/%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='%23FF5A61'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social.red-circled a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11056_374)'%3E%3Cpath d='M15.2666 20.369H18.6237V31.1703H15.2666V20.369ZM16.9456 15C17.3306 14.9998 17.707 15.1138 18.0272 15.3275C18.3475 15.5413 18.5971 15.8452 18.7446 16.2008C18.8921 16.5564 18.9309 16.9478 18.856 17.3254C18.781 17.7031 18.5958 18.05 18.3237 18.3224C18.0516 18.5948 17.7049 18.7803 17.3273 18.8556C16.9497 18.9309 16.5583 18.8926 16.2025 18.7454C15.8468 18.5982 15.5426 18.3489 15.3286 18.0288C15.1145 17.7088 15.0002 17.3325 15 16.9475C15 16.4314 15.2048 15.9363 15.5696 15.5711C15.9345 15.2059 16.4294 15.0005 16.9456 15Z' fill='%23FF5A61'/%3E%3Cpath d='M20.7285 20.3694H23.9486V21.8472H23.995C24.3168 21.2961 24.7821 20.8427 25.3414 20.5355C25.9007 20.2283 26.533 20.0788 27.1706 20.1028C30.5741 20.1028 31.1971 22.3397 31.1971 25.247V31.1711H27.8418V25.9182C27.8418 24.6655 27.8201 23.0535 26.0967 23.0535C24.3505 23.0535 24.0848 24.4197 24.0848 25.8284V31.1711H20.7296L20.7285 20.3694Z' fill='%23FF5A61'/%3E%3Cpath d='M46 23.5C46 11.0736 35.9264 1 23.5 1C11.0736 1 1 11.0736 1 23.5C1 35.9264 11.0736 46 23.5 46V47C10.5213 47 0 36.4787 0 23.5C0 10.5213 10.5213 0 23.5 0C36.4787 0 47 10.5213 47 23.5C47 36.4787 36.4787 47 23.5 47V46C35.9264 46 46 35.9264 46 23.5Z' fill='%23FF5A61'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11056_374'%3E%3Crect width='47' height='47' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 47px;
  display: block;
}
ul.social.red-circled a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11056_370)'%3E%3Cpath d='M15.2666 20.369H18.6237V31.1703H15.2666V20.369ZM16.9456 15C17.3306 14.9998 17.707 15.1138 18.0272 15.3275C18.3475 15.5413 18.5971 15.8452 18.7446 16.2008C18.8921 16.5564 18.9309 16.9478 18.856 17.3254C18.781 17.7031 18.5958 18.05 18.3237 18.3224C18.0516 18.5948 17.7049 18.7803 17.3273 18.8556C16.9497 18.9309 16.5583 18.8926 16.2025 18.7454C15.8468 18.5982 15.5426 18.3489 15.3286 18.0288C15.1145 17.7088 15.0002 17.3325 15 16.9475C15 16.4314 15.2048 15.9363 15.5696 15.5711C15.9345 15.2059 16.4294 15.0005 16.9456 15Z' fill='%23691C64'/%3E%3Cpath d='M20.7285 20.3694H23.9486V21.8472H23.995C24.3168 21.2961 24.7821 20.8427 25.3414 20.5355C25.9007 20.2283 26.533 20.0788 27.1706 20.1028C30.5741 20.1028 31.1971 22.3397 31.1971 25.247V31.1711H27.8418V25.9182C27.8418 24.6655 27.8201 23.0535 26.0967 23.0535C24.3505 23.0535 24.0848 24.4197 24.0848 25.8284V31.1711H20.7296L20.7285 20.3694Z' fill='%23691C64'/%3E%3Cpath d='M46 23.5C46 11.0736 35.9264 1 23.5 1C11.0736 1 1 11.0736 1 23.5C1 35.9264 11.0736 46 23.5 46V47C10.5213 47 0 36.4787 0 23.5C0 10.5213 10.5213 0 23.5 0C36.4787 0 47 10.5213 47 23.5C47 36.4787 36.4787 47 23.5 47V46C35.9264 46 46 35.9264 46 23.5Z' fill='%23691C64'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11056_370'%3E%3Crect width='47' height='47' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
ul.social.red-circled a.email {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 1C11.0736 0.999999 1 11.0736 1 23.5C0.999999 35.9264 11.0736 46 23.5 46C35.9264 46 46 35.9264 46 23.5C46 11.0736 35.9264 1 23.5 1ZM23.5 0C10.5213 -9.53674e-07 9.53674e-07 10.5213 0 23.5C-9.53674e-07 36.4787 10.5213 47 23.5 47C36.4787 47 47 36.4787 47 23.5C47 10.5213 36.4787 9.53674e-07 23.5 0ZM13.5005 18.6782C13.3887 18.9426 13.3269 19.2333 13.3269 19.5385V28.4918C13.3269 29.7132 14.3171 30.7034 15.5385 30.7034H31.4615C32.6829 30.7034 33.6731 29.7132 33.6731 28.4918V19.5385C33.6731 19.1413 33.5684 18.7686 33.3851 18.4465L23.7759 24.0575L13.5005 18.6782ZM14.0632 17.8908L23.751 22.9625L32.7245 17.7228C32.3664 17.4732 31.9311 17.3269 31.4615 17.3269H15.5385C14.9716 17.3269 14.4546 17.5402 14.0632 17.8908ZM15.5385 16C13.5842 16 12 17.5842 12 19.5385V28.4918C12 30.4461 13.5842 32.0303 15.5385 32.0303H31.4615C33.4158 32.0303 35 30.4461 35 28.4918V19.5385C35 17.5842 33.4158 16 31.4615 16H15.5385Z' fill='%23FF5A61'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 47px;
  display: block;
}
ul.social.red-circled a.email:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 1C11.0736 0.999999 1 11.0736 1 23.5C0.999999 35.9264 11.0736 46 23.5 46C35.9264 46 46 35.9264 46 23.5C46 11.0736 35.9264 1 23.5 1ZM23.5 0C10.5213 -9.53674e-07 9.53674e-07 10.5213 0 23.5C-9.53674e-07 36.4787 10.5213 47 23.5 47C36.4787 47 47 36.4787 47 23.5C47 10.5213 36.4787 9.53674e-07 23.5 0ZM13.5005 18.6782C13.3887 18.9426 13.3269 19.2333 13.3269 19.5385V28.4918C13.3269 29.7132 14.3171 30.7034 15.5385 30.7034H31.4615C32.6829 30.7034 33.6731 29.7132 33.6731 28.4918V19.5385C33.6731 19.1413 33.5684 18.7686 33.3851 18.4465L23.7759 24.0575L13.5005 18.6782ZM14.0632 17.8908L23.751 22.9625L32.7245 17.7228C32.3664 17.4732 31.9311 17.3269 31.4615 17.3269H15.5385C14.9716 17.3269 14.4546 17.5402 14.0632 17.8908ZM15.5385 16C13.5842 16 12 17.5842 12 19.5385V28.4918C12 30.4461 13.5842 32.0303 15.5385 32.0303H31.4615C33.4158 32.0303 35 30.4461 35 28.4918V19.5385C35 17.5842 33.4158 16 31.4615 16H15.5385Z' fill='%23691C64'/%3E%3C/svg%3E ");
}
ul.social.purp-circled a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_9859_2168' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='10' y='10' width='27' height='27'%3E%3Cpath d='M10.1813 36.2902V10.1813H36.2902V36.2902H10.1813Z' fill='white' stroke='white' stroke-width='0.362624'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_9859_2168)'%3E%3Cpath d='M18.4031 15.0425C18.1128 14.8487 17.7715 14.7454 17.4224 14.7455C17.4224 14.7455 17.4223 14.7455 17.4223 14.7455M18.4031 15.0425L15.4766 16.5118C15.4766 15.9956 15.6814 15.5005 16.0462 15.1353C16.411 14.7701 16.906 14.5647 17.4222 14.5642L17.4223 14.7455M18.4031 15.0425C18.6935 15.2364 18.9199 15.512 19.0537 15.8345M18.4031 15.0425L19.0537 15.8345M17.4223 14.7455C16.9542 14.746 16.5053 14.9323 16.1745 15.2634C15.8437 15.5946 15.6579 16.0435 15.6579 16.5117L17.4223 14.7455ZM19.0537 15.8345C19.1875 16.157 19.2226 16.5119 19.1547 16.8544M19.0537 15.8345L19.1547 16.8544M19.1547 16.8544C19.0867 17.1968 18.9188 17.5114 18.672 17.7585M19.1547 16.8544L18.672 17.7585M18.672 17.7585C18.4252 18.0055 18.1108 18.1737 17.7684 18.242M18.672 17.7585L17.7684 18.242M17.7684 18.242C17.426 18.3103 17.071 18.2755 16.7484 18.1421M17.7684 18.242L16.7484 18.1421M16.7484 18.1421C16.4258 18.0086 16.1499 17.7825 15.9558 17.4923M16.7484 18.1421L15.9558 17.4923M15.9558 17.4923C15.7617 17.2021 15.6581 16.8609 15.6579 16.5118L15.9558 17.4923ZM15.9245 20.1145H18.9189V30.5532H15.9245V20.1145Z' fill='%23691C64' stroke='%23691C64' stroke-width='0.362624'/%3E%3Cpath d='M21.3864 20.115H24.2438V21.4114V21.5927H24.4252H24.4715H24.5756L24.6281 21.5028C24.9333 20.9801 25.3748 20.5501 25.9053 20.2586C26.4358 19.9672 27.0355 19.8254 27.6404 19.8482L27.6404 19.8484H27.6472C29.3044 19.8484 30.2438 20.389 30.7833 21.2455C31.335 22.1213 31.4923 23.3614 31.4923 24.8112V30.554H28.4997V25.4825C28.4997 24.8642 28.4966 24.1114 28.2608 23.5138C28.1408 23.2097 27.9574 22.9365 27.6768 22.7406C27.3959 22.5443 27.033 22.4364 26.5732 22.4364C26.1131 22.4364 25.7372 22.5265 25.4342 22.6947C25.1302 22.8634 24.9102 23.1048 24.7536 23.3895C24.445 23.9505 24.38 24.685 24.38 25.3926V30.554H21.3874L21.3864 20.115Z' fill='%23691C64' stroke='%23691C64' stroke-width='0.362624'/%3E%3C/g%3E%3Cpath d='M0.499998 23.5C0.499999 10.7975 10.7975 0.500001 23.5 0.500002C36.2026 0.500003 46.5 10.7975 46.5 23.5C46.5 36.2025 36.2025 46.5 23.5 46.5C10.7974 46.5 0.499997 36.2025 0.499998 23.5Z' stroke='%23691C64'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 47px;
  display: block;
}
ul.social.purp-circled a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_9859_2168' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='10' y='10' width='27' height='27'%3E%3Cpath d='M36.4715 10H10V36.4715H36.4715V10Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_9859_2168)'%3E%3Cpath d='M15.7432 19.9332H19.1002V30.7345H15.7432V19.9332ZM17.4222 14.5642C17.8072 14.564 18.1836 14.678 18.5038 14.8917C18.824 15.1055 19.0737 15.4094 19.2212 15.765C19.3687 16.1206 19.4075 16.512 19.3325 16.8897C19.2576 17.2673 19.0724 17.6142 18.8003 17.8866C18.5282 18.159 18.1814 18.3445 17.8039 18.4198C17.4263 18.4951 17.0349 18.4568 16.6791 18.3096C16.3233 18.1625 16.0192 17.9131 15.8051 17.5931C15.5911 17.273 15.4767 16.8968 15.4766 16.5118C15.4766 15.9956 15.6814 15.5005 16.0462 15.1353C16.411 14.7701 16.906 14.5647 17.4222 14.5642Z' fill='%23FF5A61'/%3E%3Cpath d='M21.2051 19.9337H24.4252V21.4114H24.4715C24.7933 20.8603 25.2587 20.4069 25.818 20.0997C26.3773 19.7925 27.0095 19.643 27.6472 19.6671C31.0507 19.6671 31.6736 21.9039 31.6736 24.8112V30.7353H28.3184V25.4825C28.3184 24.2297 28.2967 22.6177 26.5732 22.6177C24.827 22.6177 24.5613 23.9839 24.5613 25.3926V30.7353H21.2061L21.2051 19.9337Z' fill='%23FF5A61'/%3E%3C/g%3E%3Cpath d='M0.499998 23.5C0.499999 10.7975 10.7975 0.500001 23.5 0.500002C36.2026 0.500003 46.5 10.7975 46.5 23.5C46.5 36.2025 36.2025 46.5 23.5 46.5C10.7974 46.5 0.499997 36.2025 0.499998 23.5Z' stroke='%23FF5A61'/%3E%3C/svg%3E%0A");
}
ul.social.purp-circled a.email {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 1C11.0736 0.999999 1 11.0736 1 23.5C0.999999 35.9264 11.0736 46 23.5 46C35.9264 46 46 35.9264 46 23.5C46 11.0736 35.9264 1 23.5 1ZM23.5 0C10.5213 -9.53674e-07 9.53674e-07 10.5213 0 23.5C-9.53674e-07 36.4787 10.5213 47 23.5 47C36.4787 47 47 36.4787 47 23.5C47 10.5213 36.4787 9.53674e-07 23.5 0ZM13.5005 18.6782C13.3887 18.9426 13.3269 19.2333 13.3269 19.5385V28.4918C13.3269 29.7132 14.3171 30.7034 15.5385 30.7034H31.4615C32.6829 30.7034 33.6731 29.7132 33.6731 28.4918V19.5385C33.6731 19.1413 33.5684 18.7686 33.3851 18.4465L23.7759 24.0575L13.5005 18.6782ZM14.0632 17.8908L23.751 22.9625L32.7245 17.7228C32.3664 17.4732 31.9311 17.3269 31.4615 17.3269H15.5385C14.9716 17.3269 14.4546 17.5402 14.0632 17.8908ZM15.5385 16C13.5842 16 12 17.5842 12 19.5385V28.4918C12 30.4461 13.5842 32.0303 15.5385 32.0303H31.4615C33.4158 32.0303 35 30.4461 35 28.4918V19.5385C35 17.5842 33.4158 16 31.4615 16H15.5385Z' fill='%23691C64'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 47px;
  display: block;
}
ul.social.purp-circled a.email:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 1C11.0736 0.999999 1 11.0736 1 23.5C0.999999 35.9264 11.0736 46 23.5 46C35.9264 46 46 35.9264 46 23.5C46 11.0736 35.9264 1 23.5 1ZM23.5 0C10.5213 -9.53674e-07 9.53674e-07 10.5213 0 23.5C-9.53674e-07 36.4787 10.5213 47 23.5 47C36.4787 47 47 36.4787 47 23.5C47 10.5213 36.4787 9.53674e-07 23.5 0ZM13.5005 18.6782C13.3887 18.9426 13.3269 19.2333 13.3269 19.5385V28.4918C13.3269 29.7132 14.3171 30.7034 15.5385 30.7034H31.4615C32.6829 30.7034 33.6731 29.7132 33.6731 28.4918V19.5385C33.6731 19.1413 33.5684 18.7686 33.3851 18.4465L23.7759 24.0575L13.5005 18.6782ZM14.0632 17.8908L23.751 22.9625L32.7245 17.7228C32.3664 17.4732 31.9311 17.3269 31.4615 17.3269H15.5385C14.9716 17.3269 14.4546 17.5402 14.0632 17.8908ZM15.5385 16C13.5842 16 12 17.5842 12 19.5385V28.4918C12 30.4461 13.5842 32.0303 15.5385 32.0303H31.4615C33.4158 32.0303 35 30.4461 35 28.4918V19.5385C35 17.5842 33.4158 16 31.4615 16H15.5385Z' fill='%23FF5A61'/%3E%3C/svg%3E%0A");
}

.line-title-link-all {
  padding-top: 108px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .line-title-link-all {
    padding-top: 50px;
  }
}
@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: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  color: #691C64;
  /*
  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(1) .content h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
.line-title-link-all .container > .row > div:nth-child(2) .content {
  text-align: right;
}
@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 .btn {
  margin-top: 0px;
}

.flex-cta {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.line-newsletter {
  background: #691C64;
  border-top-right-radius: 60px;
  padding-top: 115px;
  padding-bottom: 115px;
}
.line-newsletter .container > .row > div #formbuilder-add-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .line-newsletter .container > .row > div #formbuilder-add-wrapper {
    max-width: 80%;
  }
}
.line-newsletter .container > .row > div #formbuilder-add-wrapper h2, .line-newsletter .container > .row > div #formbuilder-add-wrapper p {
  color: #fff;
}
.line-newsletter .container > .row > div #formbuilder-add-wrapper h2 span, .line-newsletter .container > .row > div #formbuilder-add-wrapper p span {
  color: #FF5A61;
}
.line-newsletter .container > .row > div #formbuilder-add-wrapper .form-horizontal label {
  color: #fff;
}
.line-newsletter .container > .row > div #formbuilder-add-wrapper .form-horizontal label .control-label--required {
  color: #fff;
}

.line-connexion .container > .row > div .member form input, .line-connexion .container > .row > div .member form select {
  border: 1px solid #E9E7DB !important;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
.line-connexion .container > .row > div input, .line-connexion .container > .row > div select {
  border: 1px solid #E9E7DB !important;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
.line-connexion .container > .row > div .help-block {
  font-size: 12px;
  line-height: 14px;
}

.custom-search .content .gsc-control-cse {
  background: #FBFAF6;
  border: none;
}
.custom-search .content .gsc-control-cse .gsc-search-box {
  max-width: 75%;
}
@media (max-width: 991px) {
  .custom-search .content .gsc-control-cse .gsc-search-box {
    max-width: 100%;
  }
}
.custom-search .content .gsc-control-cse .gsc-search-box .gsc-search-button {
  display: flex;
  min-height: 32px;
  align-items: center;
}

.member-org-ctas .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .member-org-ctas .container > .row {
    flex-direction: column;
  }
}
.member-org-ctas .container > .row > div .content p {
  min-height: 292px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 1199px) {
  .member-org-ctas .container > .row > div .content p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.member-org-ctas .container > .row > div .content p a:hover {
  color: #FF5A61;
  text-decoration: none !important;
}
.member-org-ctas .container > .row > div:first-child p {
  border: 17px solid #FF5A61;
  border-radius: 10px;
  padding: 50px;
}
.member-org-ctas .container > .row > div:first-child p a span {
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}
.member-org-ctas .container > .row > div:first-child p a span:after {
  content: "";
  background: #FF5A61;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.member-org-ctas .container > .row > div:first-child p a img {
  padding-top: 45px;
}
.member-org-ctas .container > .row > div:nth-child(2) p {
  border: 17px solid #691C64;
  border-radius: 10px;
  padding-top: 20px;
}
.member-org-ctas .container > .row > div:nth-child(2) p a span {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.member-org-ctas .container > .row > div:nth-child(2) p a span:after {
  content: "";
  background: #FF5A61;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.member-org-ctas .container > .row > div:nth-child(2) p a img {
  padding-top: 45px;
}
.member-org-ctas .container > .row > div:last-child p {
  border: 17px solid #5DA8C7;
  border-radius: 10px;
  padding-top: 50px;
}
.member-org-ctas .container > .row > div:last-child p a span {
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}
.member-org-ctas .container > .row > div:last-child p a span:after {
  content: "";
  background: #FF5A61;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.member-org-ctas .container > .row > div:last-child p a img {
  padding-top: 45px;
}

.member-indiv-ctas .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .member-indiv-ctas .container > .row {
    flex-direction: column;
  }
}
.member-indiv-ctas .container > .row > div .content p {
  min-height: 292px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.member-indiv-ctas .container > .row > div .content p a:hover {
  color: #FF5A61;
  text-decoration: none !important;
}
.member-indiv-ctas .container > .row > div .content p br {
  display: block !important;
}
.member-indiv-ctas .container > .row > div:first-child p {
  border: 17px solid #FF5A61;
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 767px) {
  .member-indiv-ctas .container > .row > div:first-child p br {
    display: block !important;
  }
}
.member-indiv-ctas .container > .row > div:first-child p a span {
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}
.member-indiv-ctas .container > .row > div:first-child p a span:after {
  content: "";
  background: #FF5A61;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.member-indiv-ctas .container > .row > div:first-child p a img {
  padding-top: 45px;
}
.member-indiv-ctas .container > .row > div:last-child p {
  border: 17px solid #5DA8C7;
  border-radius: 10px;
  padding-top: 50px;
}
.member-indiv-ctas .container > .row > div:last-child p a span {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.member-indiv-ctas .container > .row > div:last-child p a span:after {
  content: "";
  background: #FF5A61;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.member-indiv-ctas .container > .row > div:last-child p a img {
  padding-top: 45px;
}

.offer-form .form-horizontal .section .section-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
}
@media (max-width: 767px) {
  .offer-form .form-horizontal .section .section-title {
    font-size: 22px;
    line-height: 27px;
  }
}
.offer-form .form-horizontal .section .section-description p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.offer-form .form-horizontal .section .section-description a {
  text-decoration: underline !important;
}
.offer-form .form-horizontal .section .section-description a:hover {
  color: #FF5A61 !important;
}
.offer-form .form-horizontal .section .form-group {
  margin-bottom: 30px !important;
}
.offer-form .form-horizontal .section label.control-label {
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}
.offer-form .form-horizontal .section .help-block {
  display: inline-block !important;
}
.offer-form .form-horizontal #section_602691 {
  display: none;
}

body.pageid-122614 .site-inner, body.pageid-120417 .site-inner {
  background: #FBFAF6;
}

.line-title-banner.home {
  background: #691C64;
  padding-top: 235px;
  padding-bottom: 290px;
}
@media (max-width: 991px) {
  .line-title-banner.home {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home {
    padding-top: 50px;
  }
}
.line-title-banner.home .container > .row > div .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .line-title-banner.home .container > .row > div .content {
    flex-direction: column;
    text-align: center !important;
    align-items: center;
  }
  .line-title-banner.home .container > .row > div .content h2, .line-title-banner.home .container > .row > div .content p {
    text-align: center !important;
  }
}
.line-title-banner.home .container > .row > div .content .text-area {
  z-index: 1;
}
.line-title-banner.home .container > .row > div .content .text-area h2 {
  color: #B48DB1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-title-banner.home .container > .row > div .content .text-area h2 {
    margin-bottom: 10px;
  }
}
.line-title-banner.home .container > .row > div .content .text-area h2 span {
  color: #fff;
}
.line-title-banner.home .container > .row > div .content .text-area .home-banner-cta {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-title-banner.home .container > .row > div .content .text-area .home-banner-cta {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .line-title-banner.home .container > .row > div .content .text-area:first-child {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home .container > .row > div .content .text-area:first-child {
    margin-bottom: 150px;
  }
}
.line-title-banner.home .container > .row > div .content .video-area {
  position: absolute;
  border-radius: 60px;
  width: 773px;
  height: 565px;
  z-index: 0;
  top: -185px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-title-banner.home .container > .row > div .content .video-area {
    width: 450px;
    height: 315px;
    top: 210px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home .container > .row > div .content .video-area {
    width: 287px;
    height: 210px;
    top: 135px;
    border-radius: 22px;
  }
}
.line-title-banner.home .container > .row > div .content .video-area img, .line-title-banner.home .container > .row > div .content .video-area iframe {
  border-radius: 60px;
  max-width: 100%;
  min-height: 100%;
  transform: scale(1.3);
  transform-origin: center;
}
.line-title-banner.home .container > .row > div .content .video-area:after {
  content: "";
  background-color: rgba(105, 28, 100, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.line-module-cont {
  background: #691C64;
  margin-top: -100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-module-cont {
    margin-top: -50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .line-module-cont {
    margin-top: 0px;
    padding-bottom: 80px;
  }
}
.line-module-cont .container > .row > div .content {
  background: #FF5A61;
  padding: 35px 50px 20px 40px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .line-module-cont .container > .row > div .content {
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
  }
}
.line-module-cont .container > .row > div .content:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/pink-arrow.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 47px;
  position: absolute;
  top: 50px;
  left: -100px;
}
@media (max-width: 991px) {
  .line-module-cont .container > .row > div .content:before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -80px;
    height: 40px;
    width: 33px;
    background-size: contain;
  }
}
.line-module-cont .container > .row > div .content h6 {
  font-size: 14px;
  max-width: fit-content;
  background: #691C64;
  color: #fff;
  padding: 2px 7px;
  border-radius: 15px;
}
.line-module-cont .container > .row > div .content h4 {
  color: #691C64;
  margin-bottom: 20px;
}
.line-module-cont .container > .row > div .content p {
  color: #fff;
}
.line-module-cont .container > .row > div .content .p-small {
  color: #fff;
  font-weight: 900;
}
.line-module-cont .container > .row > div .content .btn {
  background: transparent;
  color: #fff;
  border: 1px solid #691C64;
}
.line-module-cont .container > .row > div .content .btn:hover {
  background: #691C64;
}
.line-module-cont .container > .row > div .content:hover: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;
}

.line-home-valoriser {
  background: #691C64;
  padding-top: 0px;
  padding-bottom: 100px;
  background: #691C64;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-valoriser {
    padding-bottom: 410px;
  }
}
.line-home-valoriser:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_home/valoriser-img%402x.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  width: 710px;
  max-width: 50vw;
  height: 866px;
  position: absolute;
  right: -45px;
  top: -25px;
}
@media (min-width: 1500px) {
  .line-home-valoriser:after {
    width: 50vw;
    border-bottom-left-radius: 60px;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .line-home-valoriser:after {
    max-width: 40vw;
  }
}
@media (max-width: 991px) {
  .line-home-valoriser:after {
    right: 0;
    height: 400px;
    top: 70%;
  }
}
@media (max-width: 767px) {
  .line-home-valoriser:after {
    height: 415px;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .line-home-valoriser:after {
    top: 73%;
  }
}
.line-home-valoriser .container > .row > div:first-child {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .line-home-valoriser .container > .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-home-valoriser .container > .row > div:first-child {
    padding-top: 0;
  }
}
.line-home-valoriser .container > .row > div:first-child h2 {
  color: #B48DB1;
  margin-bottom: 40px;
}
.line-home-valoriser .container > .row > div:first-child h2 span {
  color: #fff;
}
.line-home-valoriser .container > .row > div:first-child p {
  color: #fff;
  margin-bottom: 40px;
}
.line-home-valoriser .container > .row > div:last-child .content img {
  position: absolute;
  right: -183px;
}

.line-home-corpo {
  background: #FBFAF6;
  padding-top: 190px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .line-home-corpo {
    padding-top: 160px;
  }
}
.line-home-corpo .container > .row {
  display: flex;
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row {
    flex-direction: column;
  }
}
.line-home-corpo .container > .row > div:first-child {
  position: relative;
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-home-corpo .container > .row > div:first-child {
    order: 1;
  }
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:first-child .content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .line-home-corpo .container > .row > div:first-child .content {
    text-align: right;
  }
}
.line-home-corpo .container > .row > div:first-child .content img {
  position: absolute;
}
.line-home-corpo .container > .row > div:first-child .content img:first-child {
  top: 0;
  left: 105px;
}
@media (max-width: 1199px) {
  .line-home-corpo .container > .row > div:first-child .content img:first-child {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:first-child .content img:first-child {
    position: relative;
  }
}
@media (max-width: 767px) {
  .line-home-corpo .container > .row > div:first-child .content img:first-child {
    position: relative;
    max-width: 242px;
    left: 0;
  }
}
.line-home-corpo .container > .row > div:first-child .content img:nth-child(2) {
  bottom: 0px;
  left: 0px;
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:first-child .content img:nth-child(2) {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .line-home-corpo .container > .row > div:first-child .content img:nth-child(2) {
    max-width: 50px;
    bottom: -40px;
  }
}
.line-home-corpo .container > .row > div:first-child .content img:last-child {
  bottom: -50px;
  left: 150px;
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:first-child .content img:last-child {
    bottom: -110px;
    left: 150px;
  }
}
@media (max-width: 767px) {
  .line-home-corpo .container > .row > div:first-child .content img:last-child {
    max-width: 108px;
    bottom: -90px;
    left: 122px;
  }
}
.line-home-corpo .container > .row > div:last-child {
  padding-top: 130px;
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:last-child {
    width: 100%;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .line-home-corpo .container > .row > div:last-child {
    order: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
}
.line-home-corpo .container > .row > div:last-child .content {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .line-home-corpo .container > .row > div:last-child .content {
    padding-left: 0;
  }
}
.line-home-corpo .container > .row > div:last-child .content h3 {
  margin-bottom: 30px;
}
.line-home-corpo .container > .row > div:last-child .content h3 span {
  color: #FFACB0;
}
.line-home-temoigagnes {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FBFAF6;
  border-bottom-right-radius: 30px;
}
@media (max-width: 991px) {
  .line-home-temoigagnes {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .line-home-temoigagnes {
    padding-top: 65px;
  }
}
@media (max-width: 1199px) {
  .line-home-temoigagnes .container > .row > div:first-child {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .line-home-temoigagnes .container > .row > div:first-child {
    width: 100%;
  }
}
.line-home-temoigagnes .container > .row > div:first-child .content h3 span {
  color: #FFACB0;
}
@media (max-width: 1199px) {
  .line-home-temoigagnes .container > .row > div:last-child {
    width: 75%;
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .line-home-temoigagnes .container > .row > div:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-home-temoigagnes .container > .row > div:last-child {
    padding-top: 110px;
    padding-left: 35px;
  }
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner {
  height: 540px;
}
@media (max-width: 767px) {
  .line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner {
    display: flex;
  }
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item {
  height: 530px !important;
  min-width: 100%;
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item .carousel-text {
  width: 265px;
  max-height: 532px !important;
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 34px 20px;
  box-shadow: 5px 6px 4px 0 #C4C4C4;
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item .carousel-text img {
  order: 0;
  max-width: 125px;
  border-radius: 50%;
  border: 8px solid #FF5A61;
  margin-bottom: 20px;
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item .carousel-text .caption-intro {
  order: 1;
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item .carousel-text .caption-intro p:first-child {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  position: relative;
  margin-bottom: 100px;
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item .carousel-text .caption-intro p:first-child::after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/double-dots.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 7px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.line-home-temoigagnes .container > .row > div:last-child .carousel .carousel-inner .item .carousel-text .caption-intro p:last-child {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  text-align: right;
}
.home-formations-title {
  padding-top: 100px;
  padding-bottom: 45px;
}
@media (min-width: 1200px) {
  .home-formations-title .container {
    max-width: 1250px !important;
  }
}
.home-formations-title .container > .row > div .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .home-formations-title .container > .row > div .content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.home-formations-title .container > .row > div .content h3 {
  text-align: right;
}
@media (max-width: 991px) {
  .home-formations-title .container > .row > div .content h3 {
    text-align: left;
  }
}
.home-formations-title .container > .row > div .content p {
  max-width: fit-content;
  margin-left: 45px;
  text-align: right;
}
@media (max-width: 767px) {
  .home-formations-title .container > .row > div .content p {
    margin-left: 0;
  }
}

.line-home-events {
  padding-bottom: 220px;
}
@media (max-width: 767px) {
  .line-home-events {
    padding-bottom: 0;
  }
}
.line-home-events .container > .row > div .eventsList > .row {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-home-events .container > .row > div .eventsList > .row {
    margin-bottom: 75px;
  }
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item {
  position: relative;
  display: grid;
  grid-template-columns: 33% 67%;
  grid-template-rows: auto auto auto auto;
  gap: 0;
  align-items: start;
}
@media (max-width: 767px) {
  .line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item {
    display: block;
  }
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item > a:first-of-type {
  grid-column: 1;
  grid-row: 1/span 4;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item > a:first-of-type img {
  max-width: 264px;
  grid-column: 1;
  grid-row: 1/span 4;
  transition: all 0.5s ease;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item > a:first-of-type img {
    max-width: 80%;
  }
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item > a:first-of-type:hover img {
  opacity: 0.8;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .e-thumbnail {
  max-width: 264px;
  grid-column: 1;
  grid-row: 1/span 4;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .mod-eventflash__item-title {
  grid-column: 2;
  grid-row: 1;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  color: #FF5A61;
  margin-bottom: 10px;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .itemInfos {
  grid-column: 2;
  grid-row: 2;
  margin-bottom: 0;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .itemInfos .e-date {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  font-weight: 900;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .itemInfos .city {
  display: none;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .intro {
  grid-column: 2;
  grid-row: 3;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .intro p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item .actions {
  grid-column: 2;
  grid-row: 4;
  margin-top: 0;
}
.line-home-events .container > .row > div .eventsList > .row .col-sm-24 .item hr {
  display: none;
}

.line-merci {
  background: #FBFAF6;
}
@media (min-width: 768px) {
  .line-merci {
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .line-merci .container {
    max-width: 1250px !important;
  }
}
@media (max-width: 767px) {
  .line-merci .container {
    padding-left: 0;
  }
}
.line-merci .container > .row > div .content {
  text-align: right;
  margin-top: -135px;
}
@media (max-width: 991px) {
  .line-merci .container > .row > div .content {
    text-align: left;
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-merci .container > .row > div .content {
    margin-top: -45px;
  }
}
.line-merci .container > .row > div .content img {
  display: inline-block;
}
@media (max-width: 991px) {
  .line-merci .container > .row > div .content img:first-child {
    width: 400px !important;
    height: fit-content !important;
  }
}
@media (max-width: 767px) {
  .line-merci .container > .row > div .content img:first-child {
    width: 232px !important;
    max-width: 232px !important;
    height: 92px !important;
  }
}
.line-merci .container > .row > div .content img:last-child {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .line-merci .container > .row > div .content img:last-child {
    width: 180px !important;
    height: fit-content !important;
  }
}
@media (max-width: 767px) {
  .line-merci .container > .row > div .content img:last-child {
    width: 91px !important;
    height: 85px !important;
  }
}

.line-portraits-title {
  background: #FBFAF6;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .line-portraits-title {
    padding-top: 70px;
  }
}
.line-portraits-title .container > .row > div .content {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .line-portraits-title .container > .row > div .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-portraits-title .container > .row > div .content h3, .line-portraits-title .container > .row > div .content p {
  max-width: fit-content;
}
.line-portraits-title .container > .row > div .content h3 {
  margin-right: 40px;
}

.line-portraits {
  background: #FBFAF6;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .line-portraits {
    padding-top: 40px;
  }
}
.line-portraits .container > .row > div .newsList {
  margin-top: -20px;
  gap: 60px;
}
.line-portraits .container > .row > div .newsList > .row .item .itemImage {
  max-width: 264px;
}
.line-portraits .container > .row > div .newsList > .row .item .itemImage img {
  border-radius: 20px;
}
.line-portraits .container > .row > div .newsList > .row .item h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.line-portraits .container > .row > div .newsList > .row .item h3 a {
  color: #FF5A61 !important;
}
.line-portraits .container > .row > div .newsList > .row .item h3 a:hover {
  text-decoration: none !important;
  color: #691C64 !important;
}

.line-actualites-title {
  background: #FBFAF6;
}
.line-actualites-title .container > .row > div .content {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .line-actualites-title .container > .row > div .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-actualites-title .container > .row > div .content h3, .line-actualites-title .container > .row > div .content p {
  max-width: fit-content;
}
.line-actualites-title .container > .row > div .content h3 {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .line-actualites-title .container > .row > div .content h3 {
    margin-right: 80px;
  }
}

.line-actualites-home {
  background: #FBFAF6;
  padding-bottom: 110px;
  padding-top: 55px;
}
@media (max-width: 767px) {
  .line-actualites-home {
    padding-bottom: 0;
  }
}
.line-actualites-home .container > .row > div .newsList > .row .item {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50% 50%;
  grid-template-rows: auto auto;
  gap: 0;
  align-items: start;
}
@media (max-width: 991px) {
  .line-actualites-home .container > .row > div .newsList > .row .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .line-actualites-home .container > .row > div .newsList > .row .item {
    display: block;
  }
}
.line-actualites-home .container > .row > div .newsList > .row .item h3 {
  grid-column: 1;
  grid-row: 1;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  padding-right: 165px;
}
@media (max-width: 767px) {
  .line-actualites-home .container > .row > div .newsList > .row .item h3 {
    padding-right: 0;
  }
}
.line-actualites-home .container > .row > div .newsList > .row .item h3 a {
  color: #FF5A61 !important;
}
.line-actualites-home .container > .row > div .newsList > .row .item h3 a:hover {
  text-decoration: none !important;
  color: #691C64 !important;
}
.line-actualites-home .container > .row > div .newsList > .row .item .itemInfos {
  grid-column: 1;
  grid-row: 2;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.line-actualites-home .container > .row > div .newsList > .row .item .itemInfos .e-date {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  font-weight: 900;
}
.line-actualites-home .container > .row > div .newsList > .row .item .itemInfos .city {
  display: none;
}
.line-actualites-home .container > .row > div .newsList > .row .item .intro {
  grid-column: 2;
  grid-row: 1/span 2;
}
.line-actualites-home .container > .row > div .newsList > .row .item .intro p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-actualites-home .container > .row > div .newsList > .row .item .actions {
  grid-column: 2;
  grid-row: 3;
  margin-top: 0;
}
.line-actualites-home .container > .row > div .newsList > .row .item hr {
  display: none;
}

.line-home-carriere {
  background: #FF5A61;
  padding-top: 125px;
  padding-bottom: 345px;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-carriere {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .line-home-carriere {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.line-home-carriere:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_home/carriere-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 710px;
  max-width: 50vw;
  height: 866px;
  position: absolute;
  right: -45px;
  top: 200px;
}
@media (min-width: 1500px) {
  .line-home-carriere:after {
    width: 50vw;
  }
}
@media (max-width: 1199px) {
  .line-home-carriere:after {
    top: 400px;
  }
}
@media (max-width: 991px) {
  .line-home-carriere:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .line-home-carriere:after {
    max-width: 90vw;
    top: 235px;
  }
}
.line-home-carriere .container > .row div .content {
  position: relative;
  z-index: 3;
}
.line-home-carriere .container > .row div .content h1 {
  color: #FFACB0;
}
@media (max-width: 767px) {
  .line-home-carriere .container > .row div .content h1 {
    margin-bottom: 260px;
  }
}
.line-home-carriere .container > .row div .content h1 span {
  color: #fff;
}
.line-home-carriere .container > .row div .content p {
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .line-home-carriere .container > .row div .content p {
    max-width: 30%;
  }
}

@media (max-width: 991px) {
  .line-404 {
    padding: 130px 0 10px 0 !important;
  }
}
@media (min-width: 768px) {
  .line-404 .row {
    display: flex;
    align-items: center;
  }
}
.line-404 .row > div:first-child .content {
  text-align: center;
}
.line-404 .row > div:first-child .content h1 {
  color: #FF5A61;
  font-size: 30px;
}
.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: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.line-actualites {
  background: #FBFAF6;
  padding-bottom: 75px;
  border-bottom-right-radius: 60px;
}
.line-actualites .container > .row > div .search-form {
  background: #E9E7DB;
  border-radius: 10px;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .search-form {
    padding: 45px 30px 40px 30px;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row {
  margin-bottom: 60px;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 {
  position: relative;
  /*display: grid;
  grid-template-columns: 40% 60%;
  /*
  grid-template-rows: auto  auto auto;
  */
  columns: 2;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 {
    display: flex;
    flex-direction: column;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-title {
  padding-right: 100px;
  max-width: 460px;
  /*
  grid-column: 1;
  grid-row: 1;
  */
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-title > a {
  color: #FF5A61 !important;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-title > a:hover {
  color: #691C64 !important;
  text-decoration: none !important;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .e-date {
  padding-right: 100px;
  margin-bottom: 25px;
  break-after: column;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  text-transform: none;
  font-weight: 600;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-intro {
  margin-left: -100px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-intro {
    margin-left: 0;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-intro p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-tags-container {
  padding-right: 100px;
  margin-bottom: 5px;
  margin-left: 135px;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-tags-container {
    margin-right: 0;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-tags-container a.news-tags {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-tags-container a.news-tags {
    margin-left: 0;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-tags-container a.news-tags:before {
  content: "-";
  color: #000;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 .news-tags-container a.news-tags:before {
    display: none;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child {
  margin-left: -100px;
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #FF5A61 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #FF5A61 !important;
  max-width: fit-content;
  padding: 12px 18px !important;
  height: auto !important;
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:hover, .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:active, .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child {
    white-space: normal !important;
  }
}
.line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:hover, .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:active, .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:focus {
  text-decoration: none !important;
  background-color: #B48DB1 !important;
  border: 1px solid #B48DB1 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .line-actualites .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child {
    margin-left: 0;
  }
}
.line-actualites .container > .row > div .news-mosaic .paginationControl {
  padding-top: 70px;
}
.line-actualites.home {
  background: #FBFAF6;
  padding-bottom: 110px;
  padding-top: 55px;
}
@media (max-width: 767px) {
  .line-actualites.home {
    padding-bottom: 0;
  }
}

.line-contact-info {
  background: #AED3E3;
  padding-bottom: 45px;
}
.line-contact-info .container > .row {
  padding-top: 55px;
  border-top: 2px solid #FF5A61;
}
@media (min-width: 768px) {
  .line-contact-info .container > .row > div:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-contact-info .container > .row > div:first-child .content p br {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .line-contact-info .container > .row > div:last-child {
    width: 60%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .line-contact-info .container > .row > div:last-child .content {
    text-align: right;
  }
}

.line-contact-more {
  background: #AED3E3;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .line-contact-more .container > .row > div .panel-group .panel:first-child .news-accordion-content {
    display: flex;
  }
}
.line-contact-more .container > .row > div .panel-group .panel:first-child .news-accordion-content .news-accordion-text {
  display: none;
}
.line-contact-more .container > .row > div .panel-group .panel:first-child .news-accordion-content > p:last-of-type {
  display: none;
}

.line-contact-media {
  background: #AED3E3;
  padding-bottom: 50px;
}
.line-contact-media .container > .row > div .content table {
  max-width: 450px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .line-contact-media .container > .row > div .content table tbody tr td {
    vertical-align: top;
  }
}
.line-contact-media .container > .row > div .content table tbody tr td img {
  border-radius: 50%;
  border: 8px solid #FF5A61;
}
@media (max-width: 767px) {
  .line-contact-media .container > .row > div .content table tbody tr td img {
    width: 190px !important;
  }
}
.line-contact-media .container > .row > div .content table tbody tr td:last-child {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .line-contact-media .container > .row > div .content table tbody tr td:last-child {
    padding-left: 10px;
  }
}
.line-contact-media .container > .row > div .content table tbody tr td:last-child ul.social li {
  margin-right: 10px;
}

.sdp-outils {
  background: #AED3E3;
  padding-bottom: 90px;
}
.sdp-outils .container > .row > div .newsList > .row .item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sdp-outils .container > .row > div .newsList > .row .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sdp-outils .container > .row > div .newsList > .row .item .itemImage .e-thumbnail {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .sdp-outils .container > .row > div .newsList > .row .item .itemImage .e-thumbnail {
    max-width: 353px;
  }
}
@media (min-width: 768px) {
  .sdp-outils .container > .row > div .newsList > .row .item .intro {
    padding-left: 118px;
  }
}
.sdp-revue-title {
  background: #AED3E3;
  padding-bottom: 65px;
}
.sdp-revue-title .content span {
  color: #FF5A61;
}

.sdp-revue {
  background: #AED3E3;
  padding-bottom: 115px;
}
.sdp-revue .panel-body a {
  color: #FF5A61 !important;
  text-decoration: underline !important;
}
.sdp-revue .panel-body a:hover {
  color: #691C64 !important;
}

.sdb-actu-title {
  background: #AED3E3;
  padding-bottom: 55px;
}
.sdb-actu-title .content {
  display: flex;
  align-items: center;
}
.sdb-actu-title .content h2 {
  margin-right: 60px;
}

.sdp-actu {
  background: #AED3E3;
  padding-bottom: 100px;
}
.sdp-actu .container > .row > div .newsList {
  gap: 60px;
}
.sdp-actu .container > .row > div .newsList > .row .item h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.sdp-actu .container > .row > div .newsList > .row .item h3 a {
  color: #FF5A61 !important;
}
.sdp-actu .container > .row > div .newsList > .row .item h3 a:hover {
  color: #691C64 !important;
  text-decoration: none !important;
}
.sdp-actu .container > .row > div .newsList > .row .item .e-date {
  text-transform: none;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.sdp-actu .container > .row > div .newsList > .row .item .news-keywords {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}
.line-dons-image {
  background: #B48DB1;
  padding-bottom: 100px;
}
.line-dons-image .content img {
  min-width: 100%;
}

.dons-intro {
  background: #FBFAF6;
  padding-top: 78px;
  padding-bottom: 50px;
}
.dons-intro .container > .row > div .content h3 {
  margin-bottom: 40px;
}
.dons-intro .container > .row > div .content h3 span {
  color: #FFACB0;
}
.dons-intro .container > .row > div .content p {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .dons-intro .container > .row > div .content p {
    max-width: 60%;
  }
}

.dons-elements {
  background: #FBFAF6;
}
.dons-elements .container > .row > div .content {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px 40px 30px;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .dons-elements .container > .row > div .content {
    flex-direction: column;
  }
}
.dons-elements .container > .row > div .content .don-left {
  width: 40%;
  display: flex;
}
@media (max-width: 991px) {
  .dons-elements .container > .row > div .content .don-left {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dons-elements .container > .row > div .content .don-left {
    width: 100%;
  }
}
.dons-elements .container > .row > div .content .don-left img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .dons-elements .container > .row > div .content .don-left img {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .dons-elements .container > .row > div .content .don-right {
    width: 60%;
  }
}
.dons-elements .container > .row > div .content .don-right p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-dons {
  background: #FBFAF6;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .line-dons {
    padding-bottom: 70px;
  }
}
.line-dons .container > .row > div .don {
  display: none;
}
.line-dons .container > .row > div #don-form-box {
  margin-bottom: 55px;
}

.line-offres-v2 {
  background: #FBFAF6;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (min-width: 992px) {
  .line-offres-v2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-offres-v2 {
    padding-top: 110px;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc {
  display: flex;
  flex-direction: column;
}
.line-offres-v2 .container > .row > div .search-object-bloc .search-object-article {
  order: 1;
  padding-top: 45px;
}
.line-offres-v2 .container > .row > div .search-object-bloc .search-object-article p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.line-offres-v2 .container > .row > div .search-object-bloc .search-object-article p br {
  display: block !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc .search-object-article p a {
  font-size: 20px;
  border-bottom: 3px solid #FF5A61;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form {
  order: 0;
  background: #E9E7DB;
  border-radius: 10px;
  padding: 60px 40px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_faire-du-benevolat/cabm-forms-lgos.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 346px;
  height: 230px;
  position: absolute;
  top: -215px;
  right: 75px;
}
@media (max-width: 991px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form:after {
    width: 280px;
    top: -155px;
  }
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form:after {
    width: 200px;
    top: -100px;
    right: 25px;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3 equal columns */
  grid-template-rows: auto auto;
  gap: 10px 100px;
}
@media (max-width: 991px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member {
    gap: 10px 40px;
  }
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group {
    margin-bottom: 10px;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .col-md-12 {
  width: 100%;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .chosen-action__wrapper {
  display: block !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .chosen-action__wrapper a {
  font-size: 12px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .chosen-action__wrapper a:not(:last-child) {
  padding: 0 35px 0 0;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2921533 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2921533 .chosen-action__wrapper {
  display: block !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2826910 {
  grid-row: 1/2;
  grid-column: 2/2;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752662 {
  grid-row: 2/2;
  grid-column: 1/2;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752666 {
  grid-row: 2/2;
  grid-column: 2/2;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .col-md-12 {
  width: 100%;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .chosen-choices {
  max-width: 100%;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #module_directory_member label.control-label {
  min-height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search {
  text-align: right;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_advanced {
  margin-right: 15px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:hover, .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:active, .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple {
    white-space: normal !important;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:hover, .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:active, .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:focus {
  background-color: transparent;
  color: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2752711,
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2849336,
.line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2753235 {
  display: block;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2752711,
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2849336,
  .line-offres-v2 .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2753235 {
    width: 93%;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child {
  order: 2;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane {
  padding-top: 45px !important;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane {
    grid-template-columns: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2);
  max-width: 100% !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #AED3E3;
  padding: 22px 40px 22px 45%;
}
@media (min-width: 768px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
    min-height: 228px;
  }
}
@media (max-width: 991px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
    padding-left: 60%;
  }
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
    padding-left: 45%;
    min-height: 180px;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: block;
  width: 244px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  border-radius: 17px;
  background: url("https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/img-generique.jpg") #fff no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation {
    width: 166px;
    height: 90px;
  }
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation li {
  margin-bottom: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_name,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_address_street,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_address_zip,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-courte_description_a,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_email,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_email,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-descriptif_de_votre_mission_anglais {
  display: none;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_logo img {
  max-width: 80%;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .badge-area {
  padding: 0 60px 0 30px;
  margin-top: -25px;
  display: none;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .badge-area.Oui, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .badge-area.Yes {
  display: block;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .badge-area.Oui .badge-benevolat-specialisee, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .badge-area.Yes .badge-benevolat-specialisee {
  padding: 15px 25px;
  background-color: #E9E7DC;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 15px;
  width: fit-content;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content {
  padding: 35px 60px 35px 30px;
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-title {
  color: #000;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul li,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul li:before,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul li,
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul li {
  font-size: 15px !important;
  font-weight: 300 !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-short-desc {
  margin-bottom: 35px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector {
  margin-bottom: 15px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector img.sector-img {
  margin-right: 15px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector + ul {
  padding-left: 10px !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector + ul li {
  margin-bottom: 5px !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod {
  margin-bottom: 15px;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:first-child, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:first-child {
  width: 50px;
  text-align: center;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  padding-left: 12px !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul li, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul li:before, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul li, .line-offres-v2 .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul li {
  font-size: 15px;
  margin-bottom: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc {
  padding-top: 110px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child {
  border-bottom: 2px solid #FF5A61;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_name,
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_address_street,
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-courte_description_a,
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-descriptif_de_votre_mission_anglais,
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_address_zip {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_logo {
  display: inline-block;
  max-width: 245px;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 17px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_logo img {
  max-width: 80%;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-16 h2 {
  margin-bottom: 30px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li {
  display: flex;
  flex-direction: column;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_logo {
  display: none;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_name {
  order: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 30px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-courte_description_a {
  order: 1;
  margin-bottom: 30px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-descriptif_de_votre_mission_anglais {
  order: 2;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_address_street {
  order: 3;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_address_zip {
  order: 4;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  font-weight: 700;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 p.section-start {
  margin-top: 45px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 p#sector-title + ul {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 p#sector-title + ul li {
    display: flex;
    align-items: center;
  }
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.secteur tbody tr td p {
  margin-bottom: 0;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.secteur tbody tr td ul li {
  margin-bottom: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur {
  margin-top: 40px;
  margin-bottom: 40px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td:first-child {
  width: 70px;
  vertical-align: top;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td:first-child img {
  margin-right: 30px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td ul li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item {
  margin-bottom: 20px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:first-child {
  width: 50px;
  text-align: center;
  vertical-align: top;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child {
  padding-left: 15px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child ul li:before {
  display: none !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table {
  margin-top: 45px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:first-child {
  width: 25%;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:last-child {
  width: 75%;
  padding-top: 15px;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:last-child ul {
  list-style-type: none !important;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin-bottom: 0 !important;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:last-child ul li {
  font-weight: 700 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:first-child {
  font-weight: 700;
  width: 25%;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:last-child {
  width: 75%;
  background: #fff;
  padding-top: 12px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:last-child ul {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:last-child ul li {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table svg {
    width: 1em;
    height: 1em;
  }
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .red-hr {
  border-top: 2px solid #FF5A61;
  margin-top: 48px;
  margin-bottom: 48px;
}
.line-offres-v2 .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .fiche-cta .btn-primary {
  margin-right: 45px;
}

.line-offres {
  background: #FBFAF6;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
@media (min-width: 992px) {
  .line-offres {
    padding-bottom: 60px;
  }
}
.line-offres .container > .row > div .search-object-bloc {
  display: flex;
  flex-direction: column;
}
.line-offres .container > .row > div .search-object-bloc .search-object-article {
  order: 1;
  padding-top: 45px;
}
.line-offres .container > .row > div .search-object-bloc .search-object-article p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.line-offres .container > .row > div .search-object-bloc .search-object-article p br {
  display: block !important;
}
.line-offres .container > .row > div .search-object-bloc .search-object-article p a {
  font-size: 20px;
  border-bottom: 3px solid #FF5A61;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form {
  order: 0;
  background: #E9E7DB;
  border-radius: 10px;
  padding: 60px 40px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_faire-du-benevolat/cabm-forms-lgos.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 346px;
  height: 230px;
  position: absolute;
  top: -215px;
  right: 75px;
}
@media (max-width: 991px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form:after {
    width: 280px;
    top: -155px;
  }
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form:after {
    width: 200px;
    top: -100px;
    right: 25px;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 0px;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group {
    margin-bottom: 30px;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752549 {
  position: relative;
}
@media (min-width: 992px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752549:after {
    content: "";
    display: block;
    width: calc(300% + 40px);
    height: 1px;
    background: #FBFAF6;
    position: absolute;
    bottom: -25px;
    left: 0;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752711,
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2849336,
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2753235 {
  display: none;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752549 {
  order: 0;
  padding-bottom: 15px;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2826910 .chosen-action__wrapper {
  display: block !important;
}
@media (min-width: 992px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2826910, .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752666 {
    padding-top: 35px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2826910, .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752666 {
    padding-top: 55px;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752662 {
  order: 1;
  position: relative;
  margin-right: 0;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752662 {
    margin-bottom: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    margin-left: 0;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752662 .chosen-action__wrapper {
  display: block !important;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752666 {
  order: 3;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752711 {
  order: 4;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752711 {
    width: 93%;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752672 {
  order: 4;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752715 {
  order: 5;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2753233 {
  order: 6;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2849336 {
  order: 7;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2753234 {
  order: 8;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2753235 {
  order: 9;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-element-2752711 {
  order: 10;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member #morefilterbtn {
  cursor: pointer;
  order: 6;
  grid-column: auto/span 3;
  position: relative;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member #morefilterbtn:before {
  display: inline-block;
  height: 45px;
  padding: 12px 15px 12px 60px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/cercle-rouge%2B.svg);
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  font-weight: 300;
  transition: background-image 150ms ease, color 150ms;
  font-size: 15px;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member #morefilterbtn:before {
    left: 0px;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member #morefilterbtn.opened:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/cercle-rougex.svg);
  background-repeat: no-repeat;
  background-size: 52px 52px;
  height: 45px;
  background-position: left center;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .col-md-12 {
  width: 100%;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #module_directory_member .form-group .chosen-action__wrapper {
  display: none;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search {
  text-align: right;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_advanced {
  margin-right: 15px;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: transparent;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #FF5A61;
  border-radius: 0;
  font-size: 14px;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:hover, .line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:active, .line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple {
    white-space: normal !important;
  }
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:hover, .line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:active, .line-offres .container > .row > div .search-object-bloc > .search-object-form #section-footer-search a#search_simple:focus {
  background-color: transparent;
  color: #FF5A61;
  border: none;
  border-bottom: 1px solid #FF5A61;
}
.line-offres .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2752711,
.line-offres .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2849336,
.line-offres .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2753235 {
  display: block;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2752711,
  .line-offres .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2849336,
  .line-offres .container > .row > div .search-object-bloc > .search-object-form.active #module_directory_member .form-element-2753235 {
    width: 93%;
  }
}
.line-offres .container > .row > div .search-object-bloc > div:last-child {
  order: 2;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane {
  padding-top: 45px !important;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow: hidden;
  }
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2);
  max-width: 100% !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #AED3E3;
  padding: 22px 40px 22px 45%;
}
@media (min-width: 768px) {
  .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
    min-height: 228px;
  }
}
@media (max-width: 991px) {
  .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
    padding-left: 60%;
  }
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area {
    padding-left: 45%;
    min-height: 180px;
  }
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: block;
  width: 244px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  border-radius: 17px;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation {
    width: 166px;
    height: 90px;
  }
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation li {
  margin-bottom: 0 !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_name,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_address_street,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_address_zip,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-courte_description_a {
  display: none;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .logo-area ul.object-organisation .object-organisation-field-group_logo img {
  max-width: 80%;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content {
  padding: 35px 60px 35px 30px;
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-title {
  color: #000;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul li,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul li:before,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-arrond + ul li,
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-mod + ul li {
  font-size: 15px !important;
  font-weight: 300 !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-short-desc {
  margin-bottom: 35px;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector {
  margin-bottom: 15px;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector img.sector-img {
  margin-right: 15px;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector + ul {
  padding-left: 10px !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content #offer-sector + ul li {
  margin-bottom: 5px !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond, .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod {
  margin-bottom: 15px;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:first-child, .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:first-child {
  width: 50px;
  text-align: center;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul, .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  padding-left: 12px !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul li, .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul li:before, .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-arrond tbody tr td:last-child ul li, .line-offres .container > .row > div .search-object-bloc > div:last-child .search-object-result .tab-content .tab-pane > div .org-content table#offer-mod tbody tr td:last-child ul li {
  font-size: 15px;
  margin-bottom: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc {
  padding-top: 110px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child {
  border-bottom: 2px solid #FF5A61;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_name,
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_address_street,
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-courte_description_a,
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_address_zip {
  display: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_logo {
  display: inline-block;
  max-width: 245px;
  background: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 17px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-8 ul.object-organisation .object-organisation-field-group_logo img {
  max-width: 80%;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:first-child .col-sm-16 h2 {
  margin-bottom: 30px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li {
  display: flex;
  flex-direction: column;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_logo {
  display: none;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_name {
  order: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 30px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-courte_description_a {
  order: 1;
  margin-bottom: 30px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_address_street {
  order: 2;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-8 ul.object-organisation li .object-organisation-field-group_address_zip {
  order: 3;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 {
  /* Shared 3-column grid for header + body cells */
  /* Center text/icons inside each slot */
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  font-weight: 700;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 p.section-start {
  margin-top: 45px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 p#sector-title + ul {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 p#sector-title + ul li {
    display: flex;
    align-items: center;
  }
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.secteur tbody tr td p {
  margin-bottom: 0;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.secteur tbody tr td ul li {
  margin-bottom: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur {
  margin-top: 40px;
  margin-bottom: 40px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td:first-child {
  width: 70px;
  vertical-align: top;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td:first-child img {
  margin-right: 30px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#secteur tbody tr td ul li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item {
  margin-bottom: 20px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:first-child {
  width: 50px;
  text-align: center;
  vertical-align: top;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child {
  padding-left: 15px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table#li-item tbody tr td:last-child ul li:before {
  display: none !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table {
  margin-top: 45px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:first-child {
  width: 25%;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:last-child {
  width: 75%;
  padding-top: 15px;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:last-child ul {
  list-style-type: none !important;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  margin-bottom: 0 !important;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table thead tr td:last-child ul li {
  font-weight: 700 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:first-child {
  font-weight: 700;
  width: 25%;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:last-child {
  width: 75%;
  background: #fff;
  padding-top: 12px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:last-child ul {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table tbody tr td:last-child ul li {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 table.dispo-table svg {
    width: 1em;
    height: 1em;
  }
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .dispo-table .dispo-grid-3 {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 33% 33% 33%; /* same as your header */
  /* or: grid-template-columns: repeat(3, 1fr); */
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .dispo-table .dispo-grid-3 > li {
  display: grid;
  place-items: center; /* centers the SVG or text */
  min-height: 24px; /* matches your SVG height */
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .dispo-table .dispo-grid-3 > li svg {
  display: block;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .red-hr {
  border-top: 2px solid #FF5A61;
  margin-top: 48px;
  margin-bottom: 48px;
}
.line-offres .container > .row > div .search-object-detail-bloc > .row:last-child .col-sm-16 .fiche-cta .btn-primary {
  margin-right: 45px;
}

.lang-fr #morefilterbtn:not(.opened):before {
  content: "Plus de critères de recherche";
}

.lang-fr #morefilterbtn.opened:before {
  content: "Moins de critères de recherche";
}

.lang-en #morefilterbtn:not(.opened):before {
  content: "More search criterias";
}

.lang-en #morefilterbtn.opened:before {
  content: "Less search criterias";
}

.form-candidature {
  background: #691C64;
  border-top-right-radius: 60px;
  padding-top: 100px;
  padding-bottom: 70px;
}
.form-candidature .container > .row > div h2 span {
  color: #FFACB0;
}
.form-candidature .container > .row > div form .form-element-courriel {
  display: none;
}
.form-candidature .container > .row > div form .form-element-lien_membre {
  display: none;
}
.form-candidature .container > .row > div form .form-element-offer_title {
  display: none;
}
.form-candidature .container > .row > div form .form-element-org_title {
  display: none;
}
.form-candidature .container > .row > div form .form-element-offer_id {
  display: none;
}
.form-candidature .container > .row > div form .form-element-courriel_du_benevole {
  display: none;
}
.form-candidature .container > .row > div form .help-block {
  display: block;
}

.line-decide {
  position: relative;
  padding-bottom: 135px;
}
@media (max-width: 991px) {
  .line-decide {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .line-decide {
    padding-bottom: 400px;
  }
}
@media (max-width: 991px) {
  .line-decide .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .line-decide .container-fluid > .row {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .line-decide .container-fluid > .row > div:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-decide .container-fluid > .row > div:first-child {
    width: 100%;
  }
}
.line-decide .container-fluid > .row > div:first-child:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_faire-du-benevolat/sharing-bowl-food.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 558px;
  height: 600px;
}
@media (max-width: 991px) {
  .line-decide .container-fluid > .row > div:first-child:after {
    width: 380px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .line-decide .container-fluid > .row > div:first-child:after {
    top: 475px;
  }
}
@media (min-width: 992px) {
  .line-decide .container-fluid > .row > div:last-child {
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .line-decide .container-fluid > .row > div:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-decide .container-fluid > .row > div:last-child {
    width: 100%;
  }
}
.line-decide .container-fluid > .row > div:last-child .content h2 {
  margin-bottom: 30px;
}

.line-comment {
  background: #E9E7DB;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-comment {
    padding-top: 140px;
  }
}
.line-comment .container > .row > div h2 {
  margin-bottom: 30px;
}
.line-comment .container > .row > div h2 span {
  color: #FFACB0;
}
@media (max-width: 991px) {
  .line-comment .container > .row > div h2 br {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .line-comment .container > .row > div p {
    max-width: 68%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.line-experiences {
  background: #E9E7DB;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .line-experiences {
    border-bottom-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .line-experiences {
    padding-bottom: 80px;
  }
}
.line-experiences .container > .row div h2 {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .line-experiences .container > .row div .newsList {
    gap: 30px 40px;
  }
}
.line-experiences .container > .row div .newsList > .row .item table {
  height: 600px;
  background: #fff;
  border-radius: 20px;
}
.line-experiences .container > .row div .newsList > .row .item table tbody {
  border-radius: 20px;
}
.line-experiences .container > .row div .newsList > .row .item table tbody tr:first-child {
  height: 155px !important;
  background: #FBFAF6;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.line-experiences .container > .row div .newsList > .row .item table tbody tr:first-child td {
  text-align: center;
  padding: 30px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.line-experiences .container > .row div .newsList > .row .item table tbody tr:last-child td {
  padding: 45px 35px 0px;
  display: flex;
  flex-direction: column;
}
.line-experiences .container > .row div .newsList > .row .item table tbody tr:last-child td h5 {
  margin-bottom: 20px;
}
.line-experiences .container > .row div .newsList > .row .item table tbody tr:last-child td p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 40px;
}
.line-experiences .container > .row div .newsList > .row .item table tbody tr:last-child td .btn {
  margin-top: 0;
}

.line-avantages {
  padding-top: 100px;
  padding-bottom: 80px;
}
.line-avantages .container > .row > div .content h3 {
  margin-bottom: 45px;
}
.line-avantages .container > .row > div .content h3 span {
  color: #FFACB0;
}
.line-avantages .container > .row > div .content p {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .line-avantages .container > .row > div .content p {
    max-width: 60%;
  }
}

.line-avantages-icons {
  padding-bottom: 100px;
}
.line-avantages-icons .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
  list-style: none;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .line-avantages-icons .container > .row > div .content ul {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .line-avantages-icons .container > .row > div .content ul {
    display: flex;
    flex-direction: column;
  }
}
.line-avantages-icons .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-avantages-icons .container > .row > div .content ul li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .line-avantages-icons .container > .row > div .content ul li {
    margin-bottom: 45px !important;
  }
}
.line-avantages-icons .container > .row > div .content ul li img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-avantages-icons .container > .row > div .content ul li img {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .line-avantages-icons .container > .row > div .content ul li:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .line-avantages-icons .container > .row > div .content ul li:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .line-avantages-icons .container > .row > div .content ul li:nth-child(3) {
    grid-column: 5;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .line-avantages-icons .container > .row > div .content ul li:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: 768px) {
  .line-avantages-icons .container > .row > div .content ul li:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
  }
}

.line-inscrire-title {
  background: #FBFAF6;
  padding-top: 145px;
  padding-bottom: 96px;
}
@media (min-width: 768px) {
  .line-inscrire-title {
    border-top-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .line-inscrire-title {
    padding-top: 80px;
  }
}
.line-inscrire-title .container > .row > div:first-child h3 span {
  color: #FFACB0;
}
.line-inscrire-title .container > .row > div:last-child {
  padding-left: 115px;
}
@media (max-width: 767px) {
  .line-inscrire-title .container > .row > div:last-child {
    padding-left: 15px;
  }
}

.line-inscrire {
  background: #FBFAF6;
  padding-bottom: 65px;
}
.line-inscrire .container > .row > div:first-child .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-inscrire .container > .row > div:first-child .content {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .line-inscrire .container > .row > div:last-child .content {
    padding-left: 115px;
  }
}
@media (max-width: 767px) {
  .line-inscrire .container > .row > div:last-child .content {
    text-align: center;
  }
}
.line-inscrire.last {
  padding-bottom: 95px;
}

.line-propulsez {
  background: #FF5A61;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .line-propulsez {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
.line-propulsez:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_faire-du-benevolat/hands-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 790px;
  height: 540px;
  position: absolute;
  top: 190px;
  right: -45px;
  z-index: 1;
}
@media (max-width: 991px) {
  .line-propulsez:after {
    right: 0;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .line-propulsez:after {
    width: 93vw;
    top: 65px;
  }
}
.line-propulsez .container > .row > div .content .h1 {
  color: #FFACB0;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.line-propulsez .container > .row > div .content .h1 span {
  color: #fff;
}
.line-propulsez .container > .row > div .content h4 {
  margin-bottom: 25px;
  color: #fff;
}
.line-propulsez .container > .row > div .content p {
  color: #fff;
}
@media (min-width: 992px) {
  .line-propulsez .container > .row > div .content p {
    max-width: 35%;
  }
}

.line-artices-ressources {
  background: #E9E7DB;
  padding-bottom: 80px;
}
.line-artices-ressources .container > .row div .search-form {
  background: #FBFAF6;
  border-radius: 10px;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .line-artices-ressources .container > .row div .search-form {
    padding-right: 30px;
  }
}
.line-artices-ressources .container > .row div .search-form .form-horizontal .form-group .chosen-container-multi .chosen-choices, .line-artices-ressources .container > .row div .search-form .form-horizontal .form-group .chosen-container .chosen-choices {
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div {
  background: #fff;
  border-radius: 20px;
  padding: 60px 60px 50px 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .line-artices-ressources .container > .row div .news-mosaic > .row > div {
    padding: 40px 40px 30px 20px;
  }
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .news-title {
  order: 0;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .line-artices-ressources .container > .row div .news-mosaic > .row > div .news-title {
    font-size: 22px;
    line-height: 27px;
  }
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .news-title a:hover {
  color: #FF5A61 !important;
  text-decoration: none !important;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .e-date {
  order: 1;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  text-transform: none;
  margin-bottom: 0;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .news-intro {
  order: 3;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .news-intro p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .news-tags {
  order: 2;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  color: #FF5A61 !important;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div .news-tags:hover {
  color: #691C64 !important;
  text-decoration: none !important;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type {
  order: 4;
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
  max-width: fit-content;
  color: #fff !important;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:hover, .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:active, .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type {
    white-space: normal !important;
  }
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:hover, .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:active, .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:focus {
  background-color: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.purple:hover, .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.purple:active, .line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.white, .line-artices-ressources .container > .row div .zone-member .member-login-wrapper #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-member .member-login-wrapper #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-member .member-login-wrapper #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-member .login-wrapper__login #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-member .login-wrapper__login #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-member .login-wrapper__login #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-member .login-wrapper__login #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-login .member-login-wrapper #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-login .member-login-wrapper #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-login .member-login-wrapper #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-login .member-login-wrapper #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-login .login-wrapper__login #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-login .login-wrapper__login #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type, .line-artices-ressources .container > .row div .zone-login .login-wrapper__login #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type, .zone-login .login-wrapper__login #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type {
  background-color: #fff;
  color: #FF5A61;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.white:hover, .line-artices-ressources .container > .row div .zone-member .member-login-wrapper #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-member .member-login-wrapper #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-member .member-login-wrapper #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-member .login-wrapper__login #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-member .login-wrapper__login #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-member .login-wrapper__login #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-login .member-login-wrapper #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-login .member-login-wrapper #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-login .member-login-wrapper #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-login .login-wrapper__login #profile_login_form .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .line-artices-ressources .container > .row div .zone-login .login-wrapper__login #login_content_box .zend_form .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover, .zone-login .login-wrapper__login #login_content_box .zend_form .line-artices-ressources .container > .row div .news-mosaic > .row > div > a.profile-subscription:last-of-type:hover {
  background: #FF5A61;
  color: #fff;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.arrow {
  position: relative;
  padding-right: 50px;
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.line-artices-ressources .container > .row div .news-mosaic > .row > div > a:last-of-type:hover {
  text-decoration: none !important;
}
.line-artices-ressources .container > .row div .news-mosaic .paginationControl {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .line-artices-ressources .container > .row div .news-mosaic .paginationControl {
    grid-column: span 1;
  }
}

.line-rejoignez {
  background: #5DA8C7;
  padding-bottom: 115px;
}
@media (max-width: 991px) {
  .line-rejoignez .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .line-rejoignez .container-fluid > .row {
    max-width: 1140px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-rejoignez .container-fluid > .row > div:first-child {
    width: 50%;
  }
}
.line-rejoignez .container-fluid > .row > div:first-child:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_recruter/pickingup-trash.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 558px;
  height: 600px;
}
@media (max-width: 991px) {
  .line-rejoignez .container-fluid > .row > div:first-child:after {
    width: 380px;
    left: -30px;
  }
}
@media (min-width: 992px) {
  .line-rejoignez .container-fluid > .row > div:last-child {
    padding-left: 110px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-rejoignez .container-fluid > .row > div:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-rejoignez .container-fluid > .row > div:last-child {
    padding-top: 430px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-rejoignez .container-fluid > .row > div:last-child .content {
    padding-left: 30px;
  }
}
.line-rejoignez .container-fluid > .row > div:last-child .content h3 {
  color: #fff;
  margin-bottom: 30px;
}
.line-rejoignez .container-fluid > .row > div:last-child .content h3 span {
  color: #691C64;
}
.line-rejoignez .container-fluid > .row > div:last-child .content p {
  color: #fff;
}

.line-services-two {
  background: #E9E7DB;
  border-bottom-right-radius: 60px;
  padding-top: 155px;
  padding-bottom: 194px;
}
@media (max-width: 991px) {
  .line-services-two {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom-right-radius: 0px;
  }
}
.line-services-two .content h2 {
  margin-bottom: 30px;
}
.line-services-two .content h2 span {
  color: #FFACB0;
}
@media (max-width: 991px) {
  .line-services-two .content h2 br {
    display: none !important;
  }
}
.line-services-two .content p {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .line-services-two .content p {
    max-width: 75%;
  }
}

.line-services-avantages {
  padding-bottom: 105px;
}
.line-services-avantages .container > .row > div .newsList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 50px 0;
}
@media (max-width: 991px) {
  .line-services-avantages .container > .row > div .newsList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .line-services-avantages .container > .row > div .newsList {
    display: flex;
    flex-direction: column;
  }
}
.line-services-avantages .container > .row > div .newsList > .row {
  text-align: center;
  margin-top: 0;
}
.line-services-avantages .container > .row > div .newsList > .row:first-child {
  grid-column: 1;
  grid-row: 1;
}
.line-services-avantages .container > .row > div .newsList > .row:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
@media (max-width: 991px) {
  .line-services-avantages .container > .row > div .newsList > .row:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
}
.line-services-avantages .container > .row > div .newsList > .row:nth-child(3) {
  grid-column: 5;
  grid-row: 1;
}
@media (max-width: 991px) {
  .line-services-avantages .container > .row > div .newsList > .row:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
}
.line-services-avantages .container > .row > div .newsList > .row:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 991px) {
  .line-services-avantages .container > .row > div .newsList > .row:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
}
.line-services-avantages .container > .row > div .newsList > .row:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
@media (max-width: 991px) {
  .line-services-avantages .container > .row > div .newsList > .row:nth-child(5) {
    grid-column: span 2;
    grid-row: 3;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-services-avantages .container > .row > div .newsList > .row:nth-child(5) .item .intro {
    max-width: 500px;
    margin: 0 auto;
  }
}

.line-services-three {
  background: #691C64;
  border-top-right-radius: 60px;
  padding-top: 115px;
}
@media (min-width: 992px) {
  .line-services-three {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .line-services-three .content {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-services-three .content h3, .line-services-three .content p {
  color: #fff;
}
.line-services-three .content h3 {
  margin-bottom: 40px;
}
.line-services-three .content h3 span {
  color: #FFACB0;
}

.line-services-four {
  padding-bottom: 90px;
  background: #691C64;
}
.line-services-four .container > .row div .content h4 {
  color: #fff;
  margin-bottom: 55px;
}
.line-services-four .container > .row div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .line-services-four .container > .row div .content ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 55px;
  }
}
.line-services-four .container > .row div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-services-four .container > .row div .content ul li:before {
  display: none !important;
}
.line-services-four .container > .row div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #fff !important;
}
.line-services-four .container > .row div .content ul li img {
  margin-bottom: 30px;
}

.comment-devenir-membre-title {
  background: #E9E7DB;
  padding-top: 112px;
  padding-bottom: 40px;
}
.comment-devenir-membre-title .content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .comment-devenir-membre-title .content {
    max-width: 60%;
  }
}
.comment-devenir-membre-title .content h3 {
  margin-bottom: 40px;
}

.line-membership-types {
  background: #E9E7DB;
  padding-bottom: 90px;
}
.line-membership-types .container > .row div .newsList > .row {
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2);
}
.line-membership-types .container > .row div .newsList > .row table {
  border-radius: 20px;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:first-child {
  border-radius: 20px;
  background: #FF5A61;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:first-child td {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 40px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .line-membership-types .container > .row div .newsList > .row table tbody tr:first-child td {
    padding-left: 30px;
  }
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:first-child td h3 {
  color: #691C64;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:nth-child(2) td {
  padding-left: 60px;
  padding-right: 45px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .line-membership-types .container > .row div .newsList > .row table tbody tr:nth-child(2) td {
    flex-direction: column;
    padding-left: 30px;
  }
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:nth-child(2) td h5 {
  color: #fff;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:nth-child(2) td p {
  text-align: right;
  max-width: fit-content;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:nth-child(2) td .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:nth-child(2) td .btn:hover {
  background: #fff !important;
  color: #691C64 !important;
  border-color: #fff !important;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:last-child td {
  padding: 38px 27px 55px;
}
.line-membership-types .container > .row div .newsList > .row table tbody tr:last-child td p.list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.line-membership-types .container > .row div .newsList > .row:first-child tbody tr:first-child {
  background: #FF5A61;
}
.line-membership-types .container > .row div .newsList > .row:first-child tbody tr:nth-child(2) {
  background: #FF5A61;
}
.line-membership-types .container > .row div .newsList > .row:last-child tbody tr:first-child {
  background: #B48DB1;
}
.line-membership-types .container > .row div .newsList > .row:last-child tbody tr:nth-child(2) {
  background: #B48DB1;
}
.line-calendrier {
  background: #FBFAF6;
  padding-bottom: 95px;
}
.line-calendrier .container > .row > div .event_list_filter {
  display: none;
}
.line-calendrier .container > .row > div .event_list_filter .search-form {
  background: #E9E7DB;
  border-radius: 10px;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 85px;
}
.line-calendrier .container > .row > div .event_list_filter .search-form .form-horizontal .form-group .chosen-container-multi .chosen-choices, .line-calendrier .container > .row > div .event_list_filter .search-form .form-horizontal .form-group .chosen-container .chosen-choices {
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2) !important;
}
.line-calendrier .container > .row > div .events-mosaic {
  gap: 60px 120px;
}
@media (max-width: 991px) {
  .line-calendrier .container > .row > div .events-mosaic {
    gap: 60px;
  }
}
.line-calendrier .container > .row > div .events-mosaic > .row .item .e-thumbnail {
  max-width: 356px;
  margin-bottom: 35px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .line-calendrier .container > .row > div .events-mosaic > .row .item .e-thumbnail {
    max-width: 310px;
  }
}
.line-calendrier .container > .row > div .events-mosaic > .row .item h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  color: #FF5A61;
  max-width: 356px;
}
.line-calendrier .container > .row > div .events-mosaic > .row .item .e-date {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  text-transform: none;
  font-weight: 700;
}
.line-calendrier .container > .row > div .events-mosaic > .row .item .address, .line-calendrier .container > .row > div .events-mosaic > .row .item .contact {
  display: none;
}
.line-calendrier .container > .row > div .events-mosaic > .row .item .actions .btn-primary {
  display: none;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  padding: 0;
  background: #fff;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  padding: 47px 140px 35px 40px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  text-transform: none;
  background: #FBFAF6;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
    padding-right: 80px;
  }
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left div[data-component=calendar-link] {
  background: #FBFAF6;
  padding: 0px 40px 40px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper {
  padding: 0px 40px 40px 40px;
}
@media (max-width: 767px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper {
    padding-right: 0;
  }
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address-full .jumbotron__address-full .jumbotron__address-zip {
  display: block;
  min-width: 100%;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address-full .address__info .event-info__title {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address-full .address__info span {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address-full .address__info span.jumbotron__address-full {
    display: flex;
    width: fit-content;
  }
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address-full .address__contact-info span {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address-full .address__contact-info .event-info__title {
  font-weight: 700;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .jumbotron__btn_subscribe {
  margin-left: 40px;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  position: relative;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  position: absolute;
  top: 550px;
  color: #FF5A61;
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  font-weight: 800;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
    top: 320px;
  }
}
@media (max-width: 767px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
    top: 280px;
  }
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description {
  margin-top: 0;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__image-wrapper {
  margin-bottom: 112px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__image-wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__image-wrapper {
    margin-bottom: 90px;
  }
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__image-wrapper img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__image-wrapper img {
    min-width: 100%;
  }
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper ul li {
  font-size: 18px !important;
  line-height: 24px !important;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-primary {
  margin-right: 40px;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-back {
  padding: 15px 0 !important;
  background-color: transparent !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #FF5A61 !important;
  border-radius: 0;
  text-decoration: none !important;
}
.line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-back:hover, .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-back:active, .line-calendrier .container > .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__nav .btn-back:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #FF5A61 !important;
  border-bottom: 1px solid #FF5A61 !important;
}
.event-single-title {
  background: #FFFFFF;
  padding-top: 100px;
  border-top-right-radius: 60px;
}
@media (min-width: 768px) {
  .event-single-title .content {
    max-width: 65%;
  }
}
.event-single-title .content h1 {
  font-size: 57px;
  line-height: 67px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .event-single-title .content h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

.line-formations-intro {
  background: #691C64;
  padding-bottom: 80px;
}
.line-formations-intro .container > .row {
  padding-top: 70px;
  border-top: 2px solid #FF5A61;
}
@media (min-width: 768px) {
  .line-formations-intro .container > .row > div:first-child {
    width: 40%;
  }
}
.line-formations-intro .container > .row > div:first-child .content h3, .line-formations-intro .container > .row > div:first-child .content h5 {
  color: #fff;
}
@media (min-width: 768px) {
  .line-formations-intro .container > .row > div:last-child {
    width: 60%;
  }
}
.line-formations-intro .container > .row > div:last-child .content p {
  color: #fff;
}

.line-surmesure-intro {
  background: #691C64;
  padding-bottom: 80px;
}
.line-surmesure-intro .container > .row {
  padding-top: 70px;
  border-top: 2px solid #FF5A61;
}
@media (min-width: 992px) {
  .line-surmesure-intro .container > .row > div:first-child {
    width: 40%;
  }
}
.line-surmesure-intro .container > .row > div:first-child .content h3, .line-surmesure-intro .container > .row > div:first-child .content h5 {
  color: #fff;
}
@media (min-width: 992px) {
  .line-surmesure-intro .container > .row > div:last-child {
    width: 60%;
    padding-left: 145px;
  }
}
.line-surmesure-intro .container > .row > div:last-child .content p {
  color: #fff;
}

.line-formations-essentiels {
  background: #691C64;
  padding-bottom: 115px;
  border-bottom-right-radius: 60px;
}
.line-formations-essentiels .container > .row > div .newsList {
  gap: 30px;
}
.line-formations-essentiels .container > .row > div .newsList > .row .item {
  background: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-left: 37px;
  padding-right: 37px;
  min-height: 570px;
  height: 570px;
}
@media (max-width: 1199px) {
  .line-formations-essentiels .container > .row > div .newsList > .row .item {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .line-formations-essentiels .container > .row > div .newsList > .row .item {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .line-formations-essentiels .container > .row > div .newsList > .row .item {
    height: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.line-formations-essentiels .container > .row > div .newsList > .row .item .intro h4 {
  margin-bottom: 25px;
}
.line-formations-essentiels .container > .row > div .newsList > .row .item .intro h4 strong {
  color: #FF5A61;
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-formations-essentiels .container > .row > div .newsList > .row .item .intro h4 br {
    display: block !important;
  }
}
.line-formations-essentiels .container > .row > div .newsList > .row .item .intro p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-formations-essentiels .container > .row > div .newsList > .row .item .intro ul li {
  font-size: 15px !important;
  margin-bottom: 10px !important;
  list-style-type: square;
}
.line-formations-essentiels .container > .row > div .newsList > .row:nth-child(3) .item, .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(4) .item {
  height: 722px;
}
@media (max-width: 1199px) {
  .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(3) .item, .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(4) .item {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(3) .item, .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(4) .item {
    height: 930px;
  }
}
@media (max-width: 767px) {
  .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(3) .item, .line-formations-essentiels .container > .row > div .newsList > .row:nth-child(4) .item {
    height: auto;
    padding-bottom: 30px;
  }
}

.line-types-dactivites {
  background: #FBFAF6;
  border-bottom-right-radius: 60px;
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .line-types-dactivites {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .line-types-dactivites {
    padding-top: 100px;
  }
}
.line-types-dactivites .container > .row > div .newsList > .row + .row {
  margin-top: 0;
}
.line-types-dactivites .container > .row > div .newsList > .row {
  margin-bottom: 80px;
}
.line-types-dactivites .container > .row > div .newsList > .row .item {
  display: flex;
}
@media (max-width: 767px) {
  .line-types-dactivites .container > .row > div .newsList > .row .item {
    flex-direction: column;
  }
}
.line-types-dactivites .container > .row > div .newsList > .row .item .itemImage {
  width: 50%;
}
@media (max-width: 767px) {
  .line-types-dactivites .container > .row > div .newsList > .row .item .itemImage {
    width: 100%;
  }
}
.line-types-dactivites .container > .row > div .newsList > .row .item .itemImage img {
  max-width: 405px;
}
@media (max-width: 991px) {
  .line-types-dactivites .container > .row > div .newsList > .row .item .itemImage img {
    max-width: 300px;
  }
}
.line-types-dactivites .container > .row > div .newsList > .row .item .intro {
  width: 50%;
}
@media (max-width: 767px) {
  .line-types-dactivites .container > .row > div .newsList > .row .item .intro {
    width: 100%;
  }
}
.line-types-dactivites .container > .row > div .newsList > .row .item .intro h3 {
  margin-bottom: 30px;
}
.line-types-dactivites .container > .row > div .newsList > .row .item .intro p {
  margin-bottom: 20px;
}
.line-types-dactivites .container > .row > div .newsList > .row .item .intro .btn {
  margin-right: 30px;
}

.line-bottom-arrow-ctas {
  padding-top: 98px;
  padding-bottom: 50px;
}
.line-bottom-arrow-ctas .container > .row > div .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .line-bottom-arrow-ctas .container > .row > div .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.line-surmesure-description {
  background: #691C64;
  padding-bottom: 120px;
}
.line-surmesure-description .container > .row > div .content {
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 158px 60px 64px;
}
@media (max-width: 1199px) {
  .line-surmesure-description .container > .row > div .content {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .line-surmesure-description .container > .row > div .content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .line-surmesure-description .container > .row > div .content {
    padding: 50px 30px;
  }
}
.line-surmesure-description .container > .row > div .content .img {
  max-width: 353px;
}
@media (min-width: 992px) {
  .line-surmesure-description .container > .row > div .content .text-content {
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  .line-surmesure-description .container > .row > div .content .text-content {
    margin-top: 45px;
  }
}
.line-surmesure-description .container > .row > div .content .text-content h4 {
  margin-bottom: 30px;
}
.line-surmesure-description .container > .row > div .content .text-content p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-surmesure-dropdown {
  background: #691C64;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .line-citation {
    padding-top: 115px;
  }
}
.line-citation .container > .row > div .mod-article__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .mod-article__content {
    flex-direction: column;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
  }
}
.line-citation .container > .row > div .mod-article__content .mod-article__img {
  max-width: 125px;
  max-height: 125px;
  border-radius: 50%;
  border: 8px solid #FF5A61;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-citation .container > .row > div .mod-article__content .mod-article__img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .mod-article__content .mod-article__img {
    position: absolute;
    top: -90px;
    left: 0;
  }
}
.line-citation .container > .row > div .mod-article__content .mod-article__intro {
  background: #fff;
  padding: 45px 35px 30px 40px;
  border-radius: 20px;
  max-width: 645px;
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .mod-article__content .mod-article__intro {
    padding-top: 50px;
  }
}
.line-citation.blue {
  background: #AED3E3;
}

.line-raison {
  background: #AED3E3;
  padding-top: 88px;
  padding-bottom: 102px;
  position: relative;
}
@media (max-width: 991px) {
  .line-raison {
    padding-bottom: 460px;
  }
}
@media (max-width: 767px) {
  .line-raison {
    padding-bottom: 240px;
  }
}
.line-raison:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_a-propos/img-raison.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 713px;
  max-width: 50vw;
  height: 648px;
  position: absolute;
  top: 88px;
  left: 0;
}
@media (max-width: 991px) {
  .line-raison:after {
    top: 365px;
    background-size: contain;
    width: 500px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .line-raison:after {
    top: auto;
    bottom: -80px;
    width: 294px;
    height: 270px;
  }
}
@media (max-width: 991px) {
  .line-raison .container > .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-raison .container > .row > div:first-child {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-raison .container > .row > div:last-child {
    order: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-raison .container > .row > div:last-child .content {
    padding-left: 90px;
    padding-top: 138px;
  }
}

.champs-daction-title {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .champs-daction-title {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .champs-daction-title {
    padding-top: 320px;
  }
}
@media (max-width: 575px) {
  .champs-daction-title {
    padding-top: 170px;
  }
}

.champs-daction-mobile {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .champs-daction-mobile {
    display: none;
  }
}
.champs-daction-mobile .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.champs-daction-mobile .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.champs-daction-mobile .container > .row > div .content ul li:before {
  display: none !important;
}
@media (max-width: 767px) {
  .champs-daction {
    display: none;
  }
}
.champs-daction .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  gap: 50px;
}
@media (max-width: 767px) {
  .champs-daction .container > .row > div .content ul {
    display: flex;
    flex-direction: column;
  }
}
.champs-daction .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.champs-daction .container > .row > div .content ul li:before {
  display: none !important;
}
.champs-daction .container > .row > div .content ul li {
  text-align: center;
}
.champs-daction .container > .row > div .content ul li img {
  margin-bottom: 30px;
}
.champs-daction.one {
  padding-bottom: 60px;
}
.champs-daction.one .content ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.champs-daction.two {
  padding-bottom: 110px;
}
.champs-daction.two .content ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.line-img-popote {
  padding-bottom: 467px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .line-img-popote {
    padding-bottom: 380px;
  }
}
@media (max-width: 767px) {
  .line-img-popote {
    padding-bottom: 175px;
  }
}
.line-img-popote .container-fluid > .row > div .content img {
  max-height: 467px !important;
  width: auto !important;
  position: absolute;
  right: -45px;
}
@media (max-width: 767px) {
  .line-img-popote .container-fluid > .row > div .content img {
    right: 0;
    max-width: 93vw;
  }
}

.line-popote {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) and (min-width: 576px) {
  .line-popote {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .line-popote .content h3 br {
    display: none !important;
  }
}

.line-histoire-title {
  background: #E9E7DB;
  padding-top: 110px;
}
@media (min-width: 992px) {
  .line-histoire-title {
    border-top-right-radius: 60px;
  }
}

.line-histoire {
  background: #E9E7DB;
  padding-top: 45px;
  padding-bottom: 110px;
}
@media (min-width: 768px) {
  .line-histoire .container > .row > div .newsList > .row {
    border-top: 4px solid #FF5A61;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .line-histoire .container > .row > div .newsList > .row .item {
    border-top: 4px solid #FF5A61;
    padding-top: 30px;
  }
}
.line-histoire .container > .row > div .newsList > .row .item .intro table tbody tr td:first-child {
  vertical-align: top;
}
.line-histoire .container > .row > div .newsList > .row .item .intro table tbody tr td:last-child {
  padding-left: 50px;
}
.line-histoire .container > .row > div .newsList > .row .item .intro table tbody tr td:last-child .p-small {
  margin-bottom: 20px;
  max-width: 80%;
}

.line-territoire {
  background: #691C64;
  padding-top: 100px;
  padding-bottom: 40px;
}
.line-territoire .container > .row > div h3 {
  color: #fff;
  margin-bottom: 45px;
}
.line-territoire .container > .row > div .content {
  background: #fff;
  display: flex;
  border-radius: 35px;
  padding: 52px 78px 40px 30px;
}
@media (max-width: 767px) {
  .line-territoire .container > .row > div .content {
    flex-direction: column;
    padding-right: 30px;
  }
}
.line-territoire .container > .row > div .content .map-area {
  width: 50%;
}
@media (max-width: 767px) {
  .line-territoire .container > .row > div .content .map-area {
    width: 100%;
  }
}
.line-territoire .container > .row > div .content .text-area {
  width: 50%;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .line-territoire .container > .row > div .content .text-area {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-territoire .container > .row > div .content .text-area br {
    display: block !important;
  }
}

.cabm-quebec {
  background: #691C64;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .cabm-quebec {
    border-bottom-right-radius: 60px;
  }
}
.cabm-quebec .container > .row > div .content h5, .cabm-quebec .container > .row > div .content h4, .cabm-quebec .container > .row > div .content p {
  color: #fff;
}
@media (min-width: 768px) {
  .cabm-quebec .container > .row > div:last-child .content {
    padding-left: 50px;
  }
}
.cabm-quebec .container > .row > div:last-child .content h5 {
  margin-top: 40px;
}

.line-repertoire-cab {
  background: #E9E7DB;
}
.line-repertoire-cab .container > .row > div .search-object-bloc > .search-object-form {
  margin-bottom: 65px;
  background: #FBFAF6;
  border-radius: 10px;
  padding-top: 45px;
  padding-left: 50px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .line-repertoire-cab .container > .row > div .search-object-bloc > .search-object-form {
    padding: 45px 30px 35px 30px;
  }
}
.line-repertoire-cab .container > .row > div .search-object-bloc > .search-object-form .form-group .search_input {
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2);
}
.line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div {
  background: #fff;
  border-radius: 20px;
  padding: 45px 120px 40px 50px;
}
@media (max-width: 767px) {
  .line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div {
    padding: 45px 30px 40px 30px;
  }
}
.line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 0;
}
.line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div p:first-of-type {
  margin-bottom: 15px;
}
.line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div p a {
  text-decoration: underline;
}
.line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div p a:hover {
  text-decoration: none !important;
  color: #FF5A61 !important;
}
@media (max-width: 991px) {
  .line-repertoire-cab .container > .row > div .search-object-bloc .search-object-result .tab-pane > div p br {
    display: block !important;
  }
}
.line-repertoire-cab.benevole {
  padding-bottom: 120px;
}
.line-repertoire-cab.benevole .search-object-form {
  display: none;
}
.line-repertoire-cab.benevole .search-object-form form .form-group .search_input .chosen-container ul.chosen-choices {
  min-width: 100%;
}
.line-repertoire-cab.benevole .search-object-form form .form-group .chosen-action__wrapper {
  display: none;
}
.line-repertoire-cab.benevole .search-object-result .tab-pane > div ul {
  padding-left: 0 !important;
}
.line-repertoire-cab.benevole .search-object-result .tab-pane > div ul li {
  margin-bottom: 0 !important;
}
.line-repertoire-cab.benevole .search-object-detail-bloc hr {
  background: #FF5A61;
  margin-top: 50px;
  margin-bottom: 50px;
}
.line-repertoire-cab.benevole .search-object-detail-bloc h4#competence-sector + ul {
  padding-left: 0 !important;
}

.line-backtoprofile {
  background: #E9E7DB;
  border-bottom-right-radius: 60px;
  padding-bottom: 100px;
}

.impact-banner-img {
  background: #E9E7DB;
  padding-bottom: 55px;
}

.impact-intro-one {
  background: #E9E7DB;
}
@media (max-width: 1199px) {
  .impact-intro-one .container > .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .impact-intro-one .container > .row > div:first-child .content h3 br {
    display: none !important;
  }
}

.impact-intro-two {
  background: #E9E7DB;
  padding-bottom: 115px;
}
@media (min-width: 992px) {
  .impact-intro-two {
    border-bottom-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .impact-intro-two {
    padding-bottom: 75px;
  }
}

.line-stats-intro {
  padding-top: 100px;
  padding-bottom: 50px;
}
.line-stats-intro .container > .row > div .content h3 {
  margin-bottom: 45px;
}
.line-stats-intro .container > .row > div .content p {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .line-stats-intro .container > .row > div .content p {
    max-width: 60%;
  }
}

.line-stats {
  padding-bottom: 110px;
}
.line-stats .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .line-stats .container > .row > div .content ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.line-stats .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-stats .container > .row > div .content ul li:before {
  display: none !important;
}
.line-stats .container > .row > div .content ul li {
  width: 314px;
  height: 314px;
  border-radius: 50%;
  border: 25px solid #FF5A61;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .line-stats .container > .row > div .content ul li {
    width: 275px;
    height: 275px;
  }
}
.line-stats .container > .row > div .content ul li span {
  font-size: 80px;
  line-height: 82px;
  font-weight: 800;
  text-transform: initial;
  color: #FFACB0;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .line-stats .container > .row > div .content ul li span {
    font-size: 57px;
    line-height: 67px;
    font-weight: 800;
    text-transform: initial;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .line-stats .container > .row > div .content ul li span {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .line-stats .container > .row > div .content ul li span {
    font-size: 44px;
    line-height: 45px;
  }
}

.impact-info {
  background: #AED3E3;
  padding-top: 77px;
}
@media (max-width: 767px) {
  .impact-info {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .impact-info .container > .row > div:last-child .content {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .impact-info.one h3 br {
    display: none !important;
  }
}
.impact-info.two {
  padding-bottom: 90px;
}

.clienteles-title {
  background: #AED3E3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.line-clienteles {
  padding-bottom: 155px;
  background: #AED3E3;
}
@media (min-width: 992px) {
  .line-clienteles {
    border-bottom-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .line-clienteles {
    padding-bottom: 75px;
  }
}
.line-clienteles .container > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-clienteles .container > .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .line-clienteles .container > .row > div:first-child {
    margin-bottom: 45px;
  }
}
.line-clienteles .container > .row > div:first-child img {
  max-width: 478px;
}
@media (max-width: 1199px) {
  .line-clienteles .container > .row > div:first-child img {
    max-width: 100%;
  }
}
.line-clienteles .container > .row > div:last-child .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.line-clienteles .container > .row > div:last-child .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-clienteles .container > .row > div:last-child .content ul li:before {
  display: none !important;
}
.line-clienteles .container > .row > div:last-child .content ul li {
  position: relative;
  display: block;
  font-size: 18px !important;
  padding-left: 66px !important;
  margin-bottom: 25px !important;
}
.line-clienteles .container > .row > div:last-child .content ul li strong {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .line-clienteles .container > .row > div:last-child .content ul li strong {
    margin-right: 0;
  }
}
.line-clienteles .container > .row > div:last-child .content ul li:after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.line-clienteles .container > .row > div:last-child .content ul li:first-child:after {
  background: #FF5A61;
}
.line-clienteles .container > .row > div:last-child .content ul li:nth-child(2):after {
  background: #5DA8C7;
}
.line-clienteles .container > .row > div:last-child .content ul li:nth-child(3):after {
  background: #B48DB1;
}
.line-clienteles .container > .row > div:last-child .content ul li:nth-child(4):after {
  background: #FBFAF6;
}
.line-clienteles .container > .row > div:last-child .content ul li:nth-child(5):after {
  background: #E9E7DB;
}
.line-clienteles .container > .row > div:last-child .content ul li:nth-child(6):after {
  background: #4F4F4F;
}
.line-clienteles .container > .row > div:last-child .content ul li:nth-child(7):after {
  background: #691C64;
}

.line-equipe-ca {
  background: #E9E7DB;
  padding-top: 125px;
}
@media (min-width: 768px) {
  .line-equipe-ca .container > .row > div .newsList > .row {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-equipe-ca .container > .row > div .newsList > .row .item {
    margin-bottom: 115px;
  }
}
.line-equipe-ca.conseil table tbody tr td ul.social {
  justify-content: center;
}

.line-equipe-benevole {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .line-equipe-benevole .container > .row > div:first-child img {
    max-width: 472px;
  }
}
@media (max-width: 1199px) {
  .line-equipe-benevole .container > .row > div:first-child img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-equipe-benevole .container > .row > div:first-child img {
    margin-bottom: 45px;
    max-width: 80%;
  }
}
.line-equipe-benevole .container > .row > div:last-child .content h3 {
  margin-bottom: 50px;
}
.line-equipe-benevole .container > .row > div:last-child .content p:first-of-type {
  margin-bottom: 50px;
}

.line-rapport-vedette {
  background: #B48DB1;
  padding-bottom: 50px;
}
.line-rapport-vedette .container > .row > div:first-child img {
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .line-rapport-vedette .container > .row > div:first-child img {
    max-width: 523px;
  }
}
@media (max-width: 767px) {
  .line-rapport-vedette .container > .row > div:first-child img {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .line-rapport-vedette .container > .row > div:last-child {
    padding-left: 50px;
  }
}
.line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-transform: initial;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__intro h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
}
.line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__intro p, .line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__intro ul, .line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__intro li {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 18px !important;
}
.line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__intro .btn:hover {
  background: #fff;
  border-color: #691C64;
  color: #691C64;
}

.line-rapports-title {
  background: #FBFAF6;
  padding-top: 90px;
  padding-bottom: 50px;
}

.line-rapports {
  background: #FBFAF6;
  border-bottom-right-radius: 60px;
  padding-bottom: 120px;
}
.line-rapports .container > .row > div .newsList > .row .item h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  max-width: 210px;
}
@media (max-width: 767px) {
  .line-rapports .container > .row > div .newsList > .row .item h3 {
    max-width: 280px;
  }
}
.line-partenaire-title {
  padding-bottom: 60px;
  background: #FBFAF6;
}

.line-partenaires {
  background: #FBFAF6;
  padding-bottom: 108px;
}
.line-partenaires .container > .row > div .newsList {
  gap: 25px;
}
.line-partenaires .container > .row > div .newsList > .row .item {
  background: #fff;
  border-radius: 20px;
  height: 171px;
  width: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  box-shadow: 5px 6px 4px rgba(196, 196, 196, 0.2);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .line-partenaires .container > .row > div .newsList > .row .item {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .line-partenaires .container > .row > div .newsList > .row .item {
    margin: 0 auto;
  }
}
.line-partenaires .container > .row > div .newsList > .row .item .itemImage {
  margin-bottom: 0;
  text-align: center;
}
.line-partenaires .container > .row > div .newsList > .row .item .itemImage img {
  max-width: 80%;
}

.line-carrieres-intro {
  background: #FBFAF6;
  padding-top: 130px;
  padding-bottom: 288px;
  position: relative;
}
@media (max-width: 991px) {
  .line-carrieres-intro {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-carrieres-intro {
    padding-top: 80px;
    padding-bottom: 400px;
  }
}
.line-carrieres-intro:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_carrieres/travailler-banner-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50vw;
  height: 963px;
  position: absolute;
  top: -100px;
  right: -45px;
}
@media (min-width: 1325px) {
  .line-carrieres-intro:after {
    width: 713px;
  }
}
@media (max-width: 991px) {
  .line-carrieres-intro:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .line-carrieres-intro:after {
    width: 93vw;
    top: 660px;
  }
}
.line-carrieres-intro .container > .row > div:first-child .content h3 {
  margin-bottom: 45px;
}
.line-carrieres-intro .container > .row > div:first-child .content p {
  max-width: 95%;
}

.line-valeurs {
  background: #FBFAF6;
  padding-bottom: 125px;
}
@media (min-width: 992px) {
  .line-valeurs {
    border-bottom-right-radius: 60px;
  }
}
.line-valeurs .container > .row > div {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .line-valeurs .container > .row > div {
    margin-top: -12px;
  }
}
.line-valeurs .container > .row > div > h4 {
  display: block;
  max-width: fit-content;
  position: absolute;
  top: 70px;
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .line-valeurs .container > .row > div > h4 {
    top: 200px;
    left: -30px;
  }
}
.line-valeurs .container > .row > div .news-accordion-panel-group {
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}

.lexperience-title {
  padding-top: 75px;
  padding-bottom: 75px;
}
.lexperience-title .content h3 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .lexperience-title .content p {
    max-width: 70%;
  }
}

.line-experience {
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .line-experience .container > .row > div {
    margin-bottom: 60px;
  }
}
.line-experience .container > .row > div .content {
  max-width: 90%;
}
.line-experience .container > .row > div .content img {
  margin-bottom: 42px;
}
.line-experience .container > .row > div .content h4 {
  margin-bottom: 30px;
}
.line-experience .container > .row > div .content h5 {
  margin-top: 40px;
}
.line-experience .container > .row > div .content hr {
  border-color: #E9E7DB;
  margin-top: 8px;
  margin-bottom: 8px;
}
.line-experience .container > .row > div .content p:first-of-type {
  margin-bottom: 40px;
}

.processus-title {
  background: #FF5A61;
  padding-top: 105px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .processus-title .container > .row > div:first-child {
    margin-bottom: 45px;
  }
}
.processus-title .container > .row > div .content h2 {
  color: #FFACB0;
  margin-bottom: 40px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .processus-title .container > .row > div .content h2 {
    font-size: 50px;
    line-height: 61px;
  }
}
.processus-title .container > .row > div .content h2 span {
  color: #fff;
}
@media (max-width: 991px) {
  .processus-title .container > .row > div .content h2 br {
    display: none !important;
  }
}
.processus-title .container > .row > div .content p {
  max-width: 97%;
  color: #fff;
}

.line-processus {
  background: #FF5A61;
  padding-bottom: 120px;
}
.line-processus .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .line-processus .container > .row > div .content ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.line-processus .container > .row > div .content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.line-processus .container > .row > div .content ul li:before {
  display: none !important;
}
.line-processus .container > .row > div .content ul li {
  color: #fff;
  position: relative;
}
.line-processus .container > .row > div .content ul li:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/lilarrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 18px;
  position: absolute;
  right: -40px;
  top: 52px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media (max-width: 991px) {
  .line-processus .container > .row > div .content ul li:after {
    top: 25px;
  }
}
@media (max-width: 767px) {
  .line-processus .container > .row > div .content ul li:after {
    top: 100%;
    right: 46%;
    transform: translateX(-20px) rotate(90deg);
  }
}
.line-processus .container > .row > div .content ul li img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-processus .container > .row > div .content ul li img {
    margin-bottom: 12px;
  }
}
.line-processus .container > .row > div .content ul li p {
  color: #fff;
}
@media (max-width: 767px) {
  .line-processus .container > .row > div .content ul li p br {
    display: block !important;
  }
}
.line-processus .container > .row > div .content ul li:last-child:after {
  display: none;
}
.line-processus .container > .row > div .content ul li.inview:after {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .line-processus .container > .row > div .content ul li.inview:after {
    transform: translateX(0) rotate(90deg);
  }
}

.postes-title {
  padding-top: 90px;
  padding-bottom: 70px;
}

.line-postes {
  background: #E9E7DB;
  padding-bottom: 85px;
}
.line-postes .container > .row > div {
  padding-bottom: 105px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .line-postes .container > .row > div {
    padding-bottom: 70px;
  }
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 .news-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 20px;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 .news-title a {
  color: #FF5A61 !important;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 .news-title a:hover {
  color: #691C64 !important;
  text-decoration: none !important;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 .e-date {
  font-weight: 700;
  text-transform: none;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 .news-intro p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #000;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child {
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 10px;
  background-color: #FF5A61;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #FF5A61;
  color: #fff !important;
  margin-bottom: 25px;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:active, .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child {
    white-space: normal !important;
  }
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:active, .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:focus {
  background-color: #B48DB1;
  border: 1px solid #B48DB1;
  color: #fff;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.purple {
  background-color: #691C64;
  border-color: #691C64;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.purple:hover, .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.purple:active, .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.purple:focus {
  background-color: #B48DB1;
  border-color: #B48DB1;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.white, .line-postes .container > .row > div .news-mosaic > .row .zone-member .member-login-wrapper #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-member .member-login-wrapper #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-member .member-login-wrapper #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-member .login-wrapper__login #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-member .login-wrapper__login #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-member .login-wrapper__login #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-member .login-wrapper__login #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-login .member-login-wrapper #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-login .member-login-wrapper #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-login .member-login-wrapper #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-login .member-login-wrapper #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-login .login-wrapper__login #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-login .login-wrapper__login #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child, .line-postes .container > .row > div .news-mosaic > .row .zone-login .login-wrapper__login #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child, .zone-login .login-wrapper__login #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child {
  background-color: #fff;
  color: #FF5A61;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.white:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-member .member-login-wrapper #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-member .member-login-wrapper #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-member .member-login-wrapper #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-member .login-wrapper__login #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-member .login-wrapper__login #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-member .login-wrapper__login #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-login .member-login-wrapper #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-login .member-login-wrapper #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-login .member-login-wrapper #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-login .login-wrapper__login #profile_login_form .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover, .line-postes .container > .row > div .news-mosaic > .row .zone-login .login-wrapper__login #login_content_box .zend_form .col-sm-24 > a.profile-subscription:last-child:hover, .zone-login .login-wrapper__login #login_content_box .zend_form .line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a.profile-subscription:last-child:hover {
  background: #FF5A61;
  color: #fff;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.arrow {
  position: relative;
  padding-right: 50px;
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child.arrow:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYKXCAZpqYwl4WHso7PTNy5G/asset/images/_shapes-icons/white-arrow-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.line-postes .container > .row > div .news-mosaic > .row .col-sm-24 > a:last-child:hover {
  text-decoration: none !important;
}

/**
* ----------------------------------------
* 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);
  }
}
/**
 * ----------------------------------------
 * Beath
 * ----------------------------------------
 */
@keyframes beat {
  0% {
    transform: rotate(90deg) scale(1);
  }
  100% {
    transform: rotate(90deg) scale(1.5);
  }
}
/**
 * ----------------------------------------
 * 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  ###########################*/
.line-title-banner h1 {
  opacity: 0;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.line-title-banner h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner .h1:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner .h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner .h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner .h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner .h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .line-title-banner .h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  opacity: 0;
}
.line-title-banner h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner .h1:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner .h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner .h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner .h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner .h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .line-title-banner .h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.line-title-banner ul:not(.nav, .dropdown-menu, .mod-header) li {
  opacity: 0;
}
.line-title-banner ul:not(.nav, .dropdown-menu, .mod-header) li.animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.line-title-banner p:not(.fleche, .mod-article__content p) {
  opacity: 0;
}
.line-title-banner p:not(.fleche, .mod-article__content p).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.line-title-banner img:not(.line-actualites img, .line-ca img, .accordeon img, .pop-img img, .banner-icons img, .line-header img, .line-videos img, .arrow-down, .parallax-image img, .rotating-arrows img) {
  opacity: 0;
}
.line-title-banner img:not(.line-actualites img, .line-ca img, .accordeon img, .pop-img img, .banner-icons img, .line-header img, .line-videos img, .arrow-down, .parallax-image img, .rotating-arrows img).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}

.home h1 {
  opacity: 0;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.home h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .h1:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home p:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .p:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .home .p-small:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  opacity: 0;
}
.home h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .h1:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home p:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .p:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .home .p-small:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.home ul:not(.nav, .dropdown-menu, .mod-header) li {
  opacity: 0;
}
.home ul:not(.nav, .dropdown-menu, .mod-header) li.animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.home p:not(.fleche, .mod-article__content p) {
  opacity: 0;
}
.home p:not(.fleche, .mod-article__content p).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.home .btn, .home .btn-primary {
  opacity: 0;
}
.home .btn.animate, .home .btn-primary.animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}
.home img:not(.line-home-corpo img, .line-merci img.line-actualites img, .line-ca img, .accordeon img, .pop-img img, .banner-icons img, .line-header img, .line-videos img, .arrow-down, .parallax-image img, .rotating-arrows img) {
  opacity: 0;
}
.home img:not(.line-home-corpo img, .line-merci img.line-actualites img, .line-ca img, .accordeon img, .pop-img img, .banner-icons img, .line-header img, .line-videos img, .arrow-down, .parallax-image img, .rotating-arrows img).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}

.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;
  }
}
/*########################### CANCEL ANIMATION  ###########################*/
/** pop-up **/
.modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p, .modal .h1, .modal .h2, .modal .h3, .modal .h4, .modal .h5, .modal .h6 {
  opacity: 1 !important;
  animation: none !important;
}

.cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal p, .cookie-modal .h1, .cookie-modal .h2, .cookie-modal .h3, .cookie-modal .h4, .cookie-modal .h5, .cookie-modal .h6 {
  opacity: 1 !important;
  animation: none !important;
}

/** 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 .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 img {
  opacity: 1 !important;
}

.mod-article__content h1, .mod-article__content h2, .mod-article__content h3, .mod-article__content h4, .mod-article__content h5, .mod-article__content h6, .mod-article__content ul, .mod-article__content li, .mod-article__content p, .mod-article__content .h1, .mod-article__content .h2, .mod-article__content .h3, .mod-article__content .h4, .mod-article__content .h5, .mod-article__content .h6, .mod-article__content img {
  opacity: 1 !important;
  animation: none !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 .h1, .line-programmation .h2, .line-programmation .h3, .line-programmation .h4, .line-programmation .h5, .line-programmation .h6, .line-programmation img {
  opacity: 1 !important;
}

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

.arrow-down {
  opacity: 1 !important;
}

.newsList img {
  opacity: 1 !important;
}

.line-actualites .news-mosaic > .row .news-thumbnail {
  opacity: 1 !important;
}
.line-actualites .news-mosaic > .row .news-intro, .line-actualites .news-mosaic > .row p {
  opacity: 1 !important;
}
.line-actualites .news-mosaic > .row .news-tags {
  opacity: 1 !important;
  animation: none !important;
}

.line-home-temoigagnes .carousel-inner .item, .line-home-temoigagnes .carousel-inner img, .line-home-temoigagnes .carousel-inner h5, .line-home-temoigagnes .carousel-inner h6, .line-home-temoigagnes .carousel-inner p, .line-home-temoigagnes .carousel-inner .btn {
  opacity: 1 !important;
  animation: none !important;
}

/** home **/
.line-merci .content img {
  opacity: 1 !important;
  animation: none !important;
}

/**
* ----------------------------------------
* 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);
  }
}
/**
 * ----------------------------------------
 * Beath
 * ----------------------------------------
 */
@keyframes beat {
  0% {
    transform: rotate(90deg) scale(1);
  }
  100% {
    transform: rotate(90deg) scale(1.5);
  }
}
/**
 * ----------------------------------------
 * 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;
  }
}

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