@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://use.typekit.net/fvz7zhb.css");
/* 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: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}

/* All titles */
/* 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: 10.5rem 0 !important;
}

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

.xlargepaddingbottom {
  padding-bottom: 10.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: #3e5468;
}

.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: #3e5468 !important;
}
.darktitles-h1 h1, .darktitles-h2 h2, .darktitles-h3 h3, .darktitles-h4 h4, .darktitles-h5 h5, .darktitles-h6 h6 {
  color: #3e5468 !important;
}

.darkparagraphe p {
  color: #3e5468;
}

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

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

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

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

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

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

/* Change selection color */
::-moz-selection { /* Code for Firefox */
  /*color: $clrWhite;*/
  background: rgba(53, 140, 203, 0.2);
}

::selection {
  /*color: $clrWhite;*/
  background: rgba(53, 140, 203, 0.2);
}

/* 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;
}

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

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

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-fade-from-left
 * ----------------------------------------
 */
/* Fade From Left */
@-webkit-keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation home banner slide-left
 * ----------------------------------------
 */
.home-banner-slide-left {
  -webkit-animation: home-banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: home-banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes home-banner-slide-left {
  0% {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes home-banner-slide-left {
  0% {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/**
 * ----------------------------------------
 * animation banner slide-left
 * ----------------------------------------
 */
.banner-slide-left {
  -webkit-animation: banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes banner-slide-left {
  0% {
    -webkit-transform: translateX(400px) rotate(6deg);
    transform: translateX(400px) rotate(6deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(6deg);
    transform: translateX(0) rotate(6deg);
  }
}
@keyframes banner-slide-left {
  0% {
    -webkit-transform: translateX(400px) rotate(6deg);
    transform: translateX(400px) rotate(6deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(6deg);
    transform: translateX(0) rotate(6deg);
  }
}
@keyframes myAnim {
  0% {
    transform: scale(0.7);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 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;
}

/*
@import "animation/library/attention.scss";
@import "animation/library/bounce.scss";
@import "animation/library/flip.scss";
@import "animation/library/rotate.scss";
@import "animation/library/slide.scss";
@import "animation/library/zoom.scss";
*/
/*###########################  TITRES  ###########################*/
h1 {
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
}

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

ul:not(.mod-header, .nav, .dropdown-menu) li {
  opacity: 0;
}
ul:not(.mod-header, .nav, .dropdown-menu) li.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
}

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

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

/*########################### 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;
  animation: none;
}

/** Banner **/
/*
.line-title-banner  {
    h1, h2, h3, h4, h5, h6, ul, li, p, img {
        opacity: 1!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;
}

/** Les pair·es aidant·es **/
.line-intervenants h1, .line-intervenants h2, .line-intervenants h3, .line-intervenants h4, .line-intervenants h5, .line-intervenants h6, .line-intervenants ul, .line-intervenants li, .line-intervenants p, .line-intervenants .h1, .line-intervenants .h2, .line-intervenants .h3, .line-intervenants .h4, .line-intervenants .h5, .line-intervenants .h6, .line-intervenants img {
  opacity: 1 !important;
}

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

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

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

.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;
}

.line-title-banner:before {
  -webkit-animation: banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.line-title-banner.home:before {
  -webkit-animation: home-banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: home-banner-slide-left 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.line-title-banner.home img {
  opacity: 1;
}
.line-title-banner.home .content:after {
  content: "";
  width: 81px;
  height: 96px;
  position: absolute;
  margin-left: 190px;
  bottom: -135px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/arrow_down_banner-home.svg") no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .line-title-banner.home .content:after {
    margin-left: 90px;
  }
}
@media (max-width: 575px) {
  .line-title-banner.home .content:after {
    margin-left: 30px;
  }
}
.line-title-banner .container > .row > div .content h1 {
  animation-name: text-fade-from-left;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
}
.line-title-banner .container > .row > div .content h2 {
  animation-name: text-fade-from-left;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}
.line-title-banner .container > .row > div .content h3 {
  animation-name: text-fade-from-left;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
}
.line-title-banner .container > .row > div .content h4 {
  animation-name: text-fade-from-left;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
}
.line-title-banner .container > .row > div .content p:not(:last-child) {
  animation-name: text-fade-from-left !important;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
}
.line-title-banner .container > .row > div .content .btn {
  animation-name: none !important;
}
.line-title-banner .container > .row > div .content img {
  animation-name: myAnim;
  animation-fill-mode: ease;
  animation-duration: 2s;
  animation-delay: 0.2s;
}

/*
@import "animation/elements/menu.scss";
*/
body {
  font-family: "Open Sans", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, small, .h1, .h2, .h3, .h4, .h5, .h6, .small {
  margin-bottom: 15px;
  width: 100%;
  color: #3e5468;
  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: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 27px;
    line-height: 30px;
  }
}

.style2 {
  font-size: 100px;
  line-height: 106px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .style2 {
    font-size: 40px;
    line-height: 42px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.h2-alkaline {
  font-size: 64px;
  line-height: 58px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .h2-alkaline {
    font-size: 40px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.exergue {
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  color: #4B9D4D;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .exergue {
    font-size: 20px;
    line-height: 24px;
  }
}

.citation {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .citation {
    font-size: 24px;
    line-height: 28px;
  }
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.p-small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .p-small {
    font-size: 15px;
    line-height: 22px;
  }
}

small, .small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  small, .small {
    font-size: 15px;
    line-height: 22px;
  }
}

hr {
  border-color: rgba(150, 202, 84, 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):not(.ui-state-default) {
  color: #4B9D4D;
  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):not(.ui-state-default):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):not(.ui-state-default):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):not(.ui-state-default):focus {
  color: #3e5468;
  text-decoration: underline;
}

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: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  color: #3e5468;
}
@media (max-width: 767px) {
  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: 16px;
    line-height: 24px;
  }
}
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: #96CA54;
}
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 .btn-secondary {
  color: #4B9D4D !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  font-size: 12px !important;
  padding: 0 !important;
}
.calendar-link-content .btn-secondary:hover, .calendar-link-content .btn-secondary:focus, .calendar-link-content .btn-secondary:active {
  color: #3e5468 !important;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.calendar-link-content .btn-secondary:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_calendar.svg");
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-right: 10px;
  filter: hue-rotate(-245deg);
}
.calendar-link-content .btn-secondary i {
  display: none;
}

/*###########################  HEADER BUTTON  ###########################*/
/*###########################  BOUTON IMAGE  ###########################*/
/*###########################  BOUTON IMAGE  ###########################*/
/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  transition: all 250ms;
  border: 0;
}
.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: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%);
  border: 0;
  color: #fff !important;
  transition: all 250ms;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
}
.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: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}
.btn.btn-link, .btn.btn-default, .btn.btn-back, input.btn.btn-link, input.btn.btn-default, input.btn.btn-back, a.btn.btn-link, a.btn.btn-default, a.btn.btn-back {
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-back:hover, .btn.btn-back:active, .btn.btn-back:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, input.btn.btn-back:hover, input.btn.btn-back:active, input.btn.btn-back:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus, a.btn.btn-back:hover, a.btn.btn-back:active, a.btn.btn-back:focus {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}

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

.back-to-list {
  background-color: transparent;
  color: #96CA54;
  transition: all 150ms;
  border: 1px solid #3e5468;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: #96CA54;
  color: #fff;
  border: 1px solid #96CA54;
}

.btn-image {
  font-size: 38px !important;
  font-weight: 800 !important;
  line-height: 40px !important;
  color: #4B9D4D !important;
  text-align: left !important;
  text-transform: uppercase !important;
  height: auto !important;
  padding: 380px 30px 40px 30px !important;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 150ms;
}
@media (max-width: 1199px) {
  .btn-image {
    padding-top: 240px !important;
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
@media (max-width: 767px) {
  .btn-image {
    padding-top: 110px !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.btn-image br {
  display: block !important;
}
@media (max-width: 991px) {
  .btn-image:before {
    background-size: 80% !important;
    background-position: bottom center !important;
  }
}
@media (max-width: 767px) {
  .btn-image:before {
    background-size: 45% !important;
    background-position: bottom center !important;
  }
}
.btn-image:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-image.svg") no-repeat;
  width: 100px;
  height: 100px;
  margin-left: 30px;
  background-size: contain;
}
@media (max-width: 1199px) {
  .btn-image:after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .btn-image:after {
    width: 44px;
    height: 44px;
    margin-left: 15px;
  }
}
.btn-image:hover, .btn-image:active, .btn-image:focus {
  color: #3e5468 !important;
  text-decoration: none !important;
}
.btn-image:hover:after, .btn-image:active:after, .btn-image:focus:after {
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-image-hover.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .btn-image:hover:after, .btn-image:active:after, .btn-image:focus:after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .btn-image:hover:after, .btn-image:active:after, .btn-image:focus:after {
    width: 44px;
    height: 44px;
  }
}
.btn-image.temoignages:before {
  content: "";
  width: 680px;
  height: 704px;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-image-temoignages.svg");
  background-repeat: no-repeat;
  bottom: -120px;
  left: -110px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .btn-image.temoignages:before {
    bottom: -90px;
    left: -170px;
  }
}
@media (max-width: 991px) {
  .btn-image.temoignages:before {
    bottom: -50px;
    left: -80px;
  }
}
@media (max-width: 767px) {
  .btn-image.temoignages:before {
    bottom: -34px;
    left: -216px;
  }
}
.btn-image.liens-utiles:before {
  content: "";
  width: 569px;
  height: 537px;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-image-liens-utiles-2.svg");
  background-repeat: no-repeat;
  bottom: -50px;
  left: -125px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-image.liens-utiles:before {
    bottom: -5px;
    left: -200px;
  }
}
.btn-image.referer-une-personne:before {
  content: "";
  width: 579px;
  height: 566px;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-image-referer-une-personne.svg");
  background-repeat: no-repeat;
  bottom: -50px;
  left: -250px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-image.referer-une-personne:before {
    bottom: -5px;
    left: -175px;
  }
}
.btn-image.parcours:before {
  content: "";
  width: 579px;
  height: 566px;
  position: absolute;
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/PASM-illustration-CTA_Decouvrir-le-Parcours.svg);
  background-repeat: no-repeat;
  bottom: -65px;
  left: -65px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .btn-image.parcours:before {
    left: -30px;
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .btn-image.parcours:before {
    bottom: -10px;
    left: -90px !important;
  }
}
@media (max-width: 767px) {
  .btn-image.parcours:before {
    background-size: contain;
    width: 433px;
    height: 382px;
    left: -110px !important;
    bottom: 30px;
  }
}
.btn-image.paires-aidantes:before {
  content: "";
  width: 579px;
  height: 566px;
  position: absolute;
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/PASM-illustration-CTA-NosPaires-Aidantes.svg);
  background-repeat: no-repeat;
  bottom: -80px;
  left: -140px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .btn-image.paires-aidantes:before {
    bottom: -90px;
    left: -170px;
  }
}
@media (max-width: 991px) {
  .btn-image.paires-aidantes:before {
    bottom: -40px;
    left: -200px;
  }
}
@media (max-width: 767px) {
  .btn-image.paires-aidantes:before {
    bottom: -4px;
    left: -230px;
  }
}
@media (max-width: 767px) {
  .btn-image.paires-aidantes:before {
    /*
    background-size: contain;
    width: 470px;
    height: 375px;
    left: 0;
    */
  }
}
.btn-image.demande-aide:before {
  content: "";
  width: 569px;
  height: 545px;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/PASM-illustration-CTA-DemandeAide.svg");
  background-repeat: no-repeat;
  bottom: -45px;
  left: -135px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .btn-image.demande-aide:before {
    bottom: -90px;
    left: -170px;
  }
}
@media (max-width: 991px) {
  .btn-image.demande-aide:before {
    bottom: -20px;
    left: -160px;
  }
}
@media (max-width: 767px) {
  .btn-image.demande-aide:before {
    bottom: 0px;
    left: -200px;
  }
}

.btn-encercle {
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  text-align: center;
  transform: rotate(-12deg);
  font-family: "alkaline", sans-serif;
  color: #4B9D4D !important;
  width: 281px;
  height: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .btn-encercle {
    font-size: 20px !important;
    line-height: 20px !important;
    width: 100%;
  }
}
.btn-encercle br {
  display: block !important;
}
.btn-encercle:before {
  content: "";
  transform: rotate(12deg);
  width: 281px;
  height: 221px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-encercle.svg") no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -1;
  margin-top: 40px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .btn-encercle:before {
    /*
    width: 148px;
    height: 133px;
    */
    width: 195px;
    height: 140px;
    background-size: contain;
    margin-top: 22px;
  }
}
.btn-encercle:after {
  content: "";
  transform: rotate(12deg);
  width: 34px;
  height: 17px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-encercle-arrow.svg") no-repeat;
  position: absolute;
  bottom: 28px;
  right: 126px;
  filter: hue-rotate(0deg) brightness(0deg);
  transition: all 150ms;
}
@media (max-width: 767px) {
  .btn-encercle:after {
    width: 17px;
    height: 9px;
    bottom: 62px;
    right: 50%;
    /*
    bottom: 65px;
    right: 62px;
    */
    background-size: contain;
  }
}
.btn-encercle:hover, .btn-encercle:active, .btn-encercle:focus {
  text-decoration: none !important;
}
.btn-encercle:hover:after, .btn-encercle:active:after, .btn-encercle:focus:after {
  bottom: 23px;
  right: 106px;
  filter: hue-rotate(50deg) brightness(0.5);
  transition: all 150ms;
}
@media (max-width: 767px) {
  .btn-encercle:hover:after, .btn-encercle:active:after, .btn-encercle:focus:after {
    bottom: 60px;
    right: calc(50% - 10px);
  }
}

.btn-panel-mission {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 45px;
  padding: 0 25px 0 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  border: none;
  min-width: 0;
  width: max-content;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.631372549);
  border: 0;
  color: #3e5468 !important;
  transition: all 150ms;
}
@media (max-width: 767px) {
  .btn-panel-mission {
    white-space: normal !important;
  }
}
.btn-panel-mission:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-panel-soutien.svg") no-repeat;
  background-size: 19px 19px;
  background-position: center center;
  background-color: #3e5468;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  left: 5px;
}
.btn-panel-mission:after {
  display: none;
}
.btn-panel-mission:hover, .btn-panel-mission:active, .btn-panel-mission:focus {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.8156862745);
  border: 0;
  color: #3e5468 !important;
}

.btn-panel-aide {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 45px;
  padding: 0 25px 0 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  border: none;
  min-width: 0;
  width: max-content;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.631372549);
  border: 0;
  color: #3e5468 !important;
  transition: all 150ms;
}
@media (max-width: 767px) {
  .btn-panel-aide {
    white-space: normal !important;
  }
}
.btn-panel-aide:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-panel-aide.svg") no-repeat;
  background-size: 18px 16px;
  background-position: center center;
  background-color: #96CA54;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  left: 5px;
}
.btn-panel-aide:after {
  display: none;
}
.btn-panel-aide:hover, .btn-panel-aide:active, .btn-panel-aide:focus {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.8156862745);
  border: 0;
  color: #3e5468 !important;
}

.btn-panel-joindre {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600 !important;
  height: 45px;
  padding: 0 25px 0 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  border: none;
  min-width: 0;
  width: max-content;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.631372549);
  border: 0;
  color: #3e5468 !important;
  transition: all 150ms;
}
@media (max-width: 767px) {
  .btn-panel-joindre {
    white-space: normal !important;
  }
}
.btn-panel-joindre:before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-panel-joindre.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  background-color: #29A6AD;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  left: 5px;
}
.btn-panel-joindre:after {
  display: none;
}
.btn-panel-joindre:hover, .btn-panel-joindre:active, .btn-panel-joindre:focus {
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.8156862745);
  border: 0;
  color: #3e5468 !important;
}

/*###########################  BTN FLECHE ADD ON ###########################*/
.arrow {
  position: relative;
}
.arrow:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/btn-add-arrow.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 251px;
  height: 87px;
  top: -35px;
  right: -285px;
}

/*###########################  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: #3e5468;
  -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 .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 .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;
  width: 100%;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 0;
  color: #3e5468;
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 5px;
  color: #96CA54;
}
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 {
  border: 1px solid #edf6ee !important;
  padding: 15px !important;
  border-radius: 10px;
  background: #edf6ee !important;
}
form.form-horizontal .form-group input[type=checkbox],
form.search-form .form-group input[type=checkbox] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  margin-left: 0;
}
form.form-horizontal .form-group input[type=radio],
form.search-form .form-group input[type=radio] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  margin-left: 0;
}
form.form-horizontal .form-group .radio label, form.form-horizontal .form-group .checkbox label, form.form-horizontal .form-group .input-radio > div label,
form.search-form .form-group .radio label,
form.search-form .form-group .checkbox label,
form.search-form .form-group .input-radio > div label {
  padding-left: 28px;
}
form.form-horizontal .form-group 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 #edf6ee !important;
  padding: 15px !important;
  height: 60px !important;
  border-radius: 10px;
  background: #edf6ee !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #edf6ee url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-down-black%402x.png) no-repeat right 20px center !important;
  /*
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  */
}
form.form-horizontal .form-group .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 select#category, 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 select#category,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  background-color: #fff !important;
  border: 1px solid #4B9D4D !important;
  border-radius: 10px !important;
  padding: 15px 20px 15px 20px !important;
  height: 70px !important;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/keyboard_arrow_down.svg) no-repeat right 5px center !important;
  background-size: 24px !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: #96CA54 !important;
  font-size: 15px;
  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;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(150, 202, 84, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #96CA54;
}

.overrideformtitle .zone-crm h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

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

.line-form {
  padding-top: 120px;
  padding-bottom: 35px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .line-form {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-form {
    padding-top: 60px;
  }
}
.line-form.arrow-titre {
  padding-top: 160px;
}
.line-form.arrow-titre #formbuilder-add-wrapper > div h2 {
  position: relative;
}
.line-form.arrow-titre #formbuilder-add-wrapper > div h2:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/arrow_down.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 80px;
  height: 140px;
  top: -180px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.line-form #formbuilder-add-wrapper > div {
  text-align: center;
}
.line-form #formbuilder-add-wrapper > div h2 {
  font-size: 100px;
  line-height: 106px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
  position: relative;
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .line-form #formbuilder-add-wrapper > div h2 {
    font-size: 75px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 767px) {
  .line-form #formbuilder-add-wrapper > div h2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 767px) {
  .line-form #formbuilder-add-wrapper > div h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.line-form #formbuilder-add-wrapper > div h2:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/greenunderline.svg);
  background-repeat: no-repeat;
  width: 326px;
  height: 27px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .line-form #formbuilder-add-wrapper > div h2:after {
    background-size: contain;
    width: 245px;
  }
}
.line-form #formbuilder-add-wrapper > div p {
  margin-bottom: 60px;
}

/* Formulaire Inscription membre/evenement*/
.form-withProgress__wrapper {
  background: transparent;
}

/*Styles Global*/
.zone-member .form-withProgress__wrapper .section {
  margin-bottom: 50px;
}
.zone-member #login_content_box {
  background-color: #edf6ee;
  width: 100%;
  max-width: 570px;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px !important;
}
@media (max-width: 767px) {
  .zone-member #login_content_box {
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 50px 25px 30px 25px !important;
  }
}
.zone-member #login_content_box form {
  width: 100% !important;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.zone-member #login_content_box form input {
  background-color: #fff !important;
}
.zone-member #member_adhesion_form {
  background-color: #edf6ee;
}

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

.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: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.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: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  color: #3e5468;
}
@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: #3e5468 !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: #3e5468 !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: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  transition: all 250ms;
  border: 0;
}
.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: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%);
  border: 0;
  color: #fff !important;
  transition: all 250ms;
}
.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 {
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
  margin-right: 32px;
  /*
  color: #6CA4DC;
  margin-right: 32px;
  text-decoration: underline;
  */
}
.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 {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover {
  text-decoration: none;
  /*
  background: transparent;
  color: $third;
  border: none;
  */
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
  .zone-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: #358CCB;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  color: #fff !important;
  transition: all 250ms !important;
  border: 0 !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 {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  transition: all 250ms !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  color: #fff !important;
  transition: all 250ms !important;
  border: 0 !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 {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  transition: all 250ms !important;
}

/*ETAPES INSCRIPTION NOUVEAU MEMBRE*/
/*Étapes 1 - Type d'adhesion*/
.step-adhesion .zone-member {
  padding-top: 90px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
  margin-top: 0px;
  padding: 115px 95px;
  background-color: #edf6ee;
}
@media (max-width: 991px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.step-adhesion .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;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .price-membership-badge {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-date {
  font-size: 14px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
  background: #96CA54;
  border-bottom: none;
  display: flex;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
    padding: 5px;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .badge {
  order: 1;
  flex: 1;
}
.step-adhesion .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) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
    flex: 0 0 70%;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group label {
  font-weight: 600;
}
.step-adhesion .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) {
  .step-adhesion .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) {
  .step-adhesion .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%;
  }
}
.step-adhesion .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) {
  .step-adhesion .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;
  }
}
.step-adhesion .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) {
  .step-adhesion .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;
  }
}
.step-adhesion .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*/
.step-register .zone-member {
  padding-top: 90px;
}
.step-register .zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.step-resume .zone-member .form-withProgress__wrapper h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .step-resume .zone-member .form-withProgress__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.step-resume .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion {
  padding-left: 0px;
  padding-right: 0px;
}
.step-resume .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
  color: #3e5468;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #3e5468 !important;
  padding-top: 32px !important;
}
@media (max-width: 767px) {
  .step-resume .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 20px;
    line-height: 26px;
  }
}
.step-resume .zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
/*Étapes 4 - Paiements*/
.step-payment .zone-member h2 {
  padding-top: 56px;
}
@media (max-width: 991px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 50px 64px;
  }
}
@media (max-width: 767px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 0;
  }
}
.step-payment .zone-member .form-withProgress__wrapper input.form-control {
  background-color: #fff !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-paymentmethod h2 {
  padding-top: 56px;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps h6 {
  width: 80%;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps span {
  width: fit-content;
}
/*Étapes 5 - Confirmation*/
#registration-member {
  margin: 0 auto;
}
#registration-member .member-step-confirm {
  text-align: center;
}
#registration-member .member-step-confirm .member-profile-container {
  padding: 32px 0;
}
#registration-member .member-step-confirm .form-withProgress__navigation-footer p {
  display: none;
}

/*ETAPES INSCRIPTION EVENEMENT*/
/*Étapes 1 - Inscription*/
.zone-event h1.form-withProgress__title-main {
  padding-top: 60px;
  margin-bottom: 25px;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: #fff;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
  padding: 0px 30px !important;
  color: #3e5468 !important;
  font-weight: 500 !important;
  border: 2px solid #96CA54 !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 {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}
.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 {
  background-color: #fff !important;
  text-decoration: none !important;
  border: 2px solid #96CA54 !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: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  padding-top: 32px;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
/*Étapes 3 - Paiements*/
.step-payment .zone-event .form-withProgress__wrapper h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .step-payment .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .step-payment .zone-event .form-withProgress__wrapper {
    padding: 0;
  }
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps h6 {
  width: 80%;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps span {
  width: fit-content;
}
/*Étapes 4 - Confirmation*/
.zone-event .event-payment .form-withProgress__wrapper .payment-form-cms #fieldset-payment_billing .row .form-group .form-control {
  background: #fff !important;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.list-group__wrapper .list-group .list-group-item {
  color: #3e5468;
}
.list-group__wrapper .list-group .list-group-item span {
  color: #3e5468;
}
.list-group__wrapper .list-group .list-group-item.active {
  background-color: rgba(150, 202, 84, 0.25);
  border-color: #96CA54;
}

/*###########################  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(150, 202, 84, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(150, 202, 84, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #3e5468;
  color: #96CA54;
}

.paginationControl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  grid-column: span 2;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .paginationControl {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .paginationControl {
    grid-column: span 1;
  }
}
.paginationControl a {
  width: 15px;
  height: 25px;
  border: none;
  margin: 2px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #3e5468;
}
.paginationControl a:hover:after, .paginationControl a:focus:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3e5468;
  position: absolute;
  bottom: 0;
}
.paginationControl a.active {
  font-weight: 600 !important;
}
.paginationControl a.active:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #96CA54;
  position: absolute;
  bottom: 0;
}
/*###########################  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 */
  background-color: transparent;
  margin-top: 0 !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  border-bottom: 1px solid #3e5468 !important;
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 28px;
  line-height: 37px;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 0;
  text-transform: none;
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 45px 30px 20px;
  color: #4B9D4D;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "−";
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 50px;
  font-weight: 300;
  color: #4B9D4D;
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a:hover {
  background-color: #F0F6E6;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: "+";
}
.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 150px 30px 20px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-body {
    padding-right: 50px;
  }
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #3e5468;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body ul {
  list-style: none;
  padding-left: 0 !important;
}
.panel-news-accordion .panel-body ul li {
  margin-bottom: 25px !important;
  font-weight: 600 !important;
}
.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;
  position: relative;
  /* active and opened content */
}
table.accordeon:after {
  content: "+";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #4B9D4D;
  background: rgba(75, 157, 77, 0.1);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  font-size: 45px;
  font-weight: 100;
  transition: transform 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
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: transparent;
  padding: 15px;
  position: relative;
}
table.accordeon tbody tr:first-child h3 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
table.accordeon tbody tr:first-child h4 {
  font-family: "alkaline", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  display: block;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
table.accordeon tbody tr:last-child {
  display: block;
  background: transparent;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon.active:after {
  content: "-";
  left: 80%;
  transform: none;
  bottom: -30px;
  font-size: 75px;
  padding-bottom: 15px;
}
table.accordeon.active:before {
  content: "";
  background: #4B9D4D;
  height: 1px;
  width: 75%;
  position: absolute;
  bottom: -6px;
  left: 40px;
}
@media (max-width: 991px) {
  table.accordeon.active:before {
    left: 5px;
  }
}
table.accordeon.active tbody tr:last-child {
  padding: 15px;
  padding-left: 40px;
  background-color: transparent;
}
@media (max-width: 991px) {
  table.accordeon.active tbody tr:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}
table.accordeon.active tbody tr:last-child td p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  table.accordeon.active tbody tr:last-child td p {
    font-size: 15px;
    line-height: 22px;
  }
}

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

.nav-progress {
  overflow: hidden;
}
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.nav-progress li.disabled a,
.nav-progress li.disabled a:hover,
.nav-progress li.disabled a:focus {
  font-family: "Open Sans", sans-serif;
  color: #3e5468;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  position: absolute;
  float: none;
  margin-top: -8px;
  margin-left: 65px;
  padding-top: 6px;
  width: 100%;
}
.nav-progress li.disabled a:before,
.nav-progress li.disabled a:hover:before,
.nav-progress li.disabled a:focus:before {
  content: "";
  position: absolute;
  top: -40px;
  left: calc(50% + 40px);
  right: 0;
  width: calc(100% - 80px);
  display: block;
  margin: auto;
  height: 2px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .nav-progress li.disabled a:before,
  .nav-progress li.disabled a:hover:before,
  .nav-progress li.disabled a:focus:before {
    display: none;
  }
}
.nav-progress li.disabled:before {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  font-weight: 700;
  border: none;
  color: #fff;
  background-color: #4B9D4D;
  padding: 5px;
  width: 48px;
  height: 48px;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  /*opacity: 1;*/
}
.nav-progress li.disabled.active a {
  color: #3e5468;
}
.nav-progress li.disabled.active:before {
  color: #fff;
  background-color: #3e5468;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li a {
  color: #3e5468;
}
.nav-progress li.disabled.active ~ li:before {
  color: #fff;
  background-color: #e2e2e2;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}
@media (max-width: 767px) {
  .nav-progress li.disabled:not(.active) {
    margin-left: -1000000px;
    position: absolute;
  }
}
.nav-progress li:last-child a:before {
  display: none;
}
.nav-progress li:last-child a:hover:before {
  display: none;
}

.line-header {
  padding: 0;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    /*
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
    */
  }
}
.line-header.opened .container-fluid .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-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.line-header .container-fluid .row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  bottom: 6px;
  margin-top: 25px;
}
.line-header .container-fluid .row-fluid:after, .line-header .container-fluid .row-fluid:before {
  display: none;
}
.line-header .container-fluid .row-fluid > div {
  align-items: center;
  padding: 0;
}
.line-header .container-fluid .row-fluid > div.zone-html {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.line-header .container-fluid .row-fluid > div.zone-html .content {
  display: flex;
  /*margin-top: 14px;
  @include max-md {
  	margin-top: 24px;
  }
  */
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid > div.zone-html .content img {
    width: 170px !important;
  }
}
.line-header .container-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  order: 2;
  margin-right: 0;
  margin-left: 10px;
  text-align: right;
  color: #3e5468;
}
@media (max-width: 767px) {
  .line-header .container-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a.btn-panel-mission:hover {
  background-color: rgba(207, 207, 207, 0.7);
}
@media (max-width: 991px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a.btn-panel-mission {
    display: none;
  }
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2) {
  padding-right: 20px;
  position: relative;
  color: #3e5468;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  height: 45px;
  padding: 0 15px 0 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: #6CACD6;
  border: 1px solid #6CACD6;
  color: #fff !important;
  transition: all 150ms;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):after {
  content: "•";
  color: #3e5468;
  /*font-size: 16px;*/
  position: absolute;
  top: -2px;
  right: 4px;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2) {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2) {
    white-space: normal !important;
  }
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-bt-heart.svg") no-repeat;
  background-size: 18px 16px;
  background-position: center center;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  left: 5px;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):after {
  display: none;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(2):focus {
  text-decoration: none;
  background-color: #358CCB;
  border: 1px solid #358CCB;
  color: #fff !important;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3) {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  height: 45px;
  padding: 0 15px 0 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: #d8ebda;
  border: 1px solid #d8ebda;
  color: #3e5468 !important;
  transition: all 150ms;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3) {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3) {
    white-space: normal !important;
  }
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-bt-comment.svg") no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  left: 5px;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):after {
  display: none;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(3):focus {
  text-decoration: none;
  background-color: #96CA54;
  border: 1px solid #96CA54;
  color: #3e5468 !important;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a.btn {
  margin-left: 20px;
  margin-right: 10px;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:not(.btn) {
  /*font-size: 13px;*/
  color: #3e5468;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:not(.btn):hover {
  color: #96CA54;
  text-decoration: none;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  order: 1;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .line-header .container-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting {
  display: none;
  /*
  font-size: 16px!important;
  color: #3b4180!important;
  font-weight: 400!important;
  text-transform: none!important;
  line-height: 15px!important;
  */
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-myprofile {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  /*
  font-size: 16px;
  color: $primary;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
  &:hover {
  	color: $primary;
  }
  */
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-logout {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  height: 45px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #3e5468;
  transition: all 150ms;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus, .line-header .container-fluid .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-fluid .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-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn, .line-header .container-fluid .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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn, .line-header .container-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus, .line-header .container-fluid .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-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-logout:focus {
  background-color: #3e5468;
  border: 1px solid #3e5468;
  color: #fff;
  text-decoration: none;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  height: 45px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #3e5468;
  transition: all 150ms;
}
.line-header .container-fluid .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-fluid .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-fluid .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-fluid .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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid .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-fluid .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-fluid .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-fluid .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: #3e5468;
  border: 1px solid #3e5468;
  color: #fff;
  text-decoration: none;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  height: 4px;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  order: 3;
  margin-left: 0;
}
@media (max-width: 767px) {
  .line-header .container-fluid .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-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger {
  order: 4;
}
.line-header .container-fluid .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: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  box-shadow: rgba(255, 255, 255, 0) 1px 1px 4px;
  transition: all 0.5s;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span {
  width: 21px;
  height: 2px;
  background-color: #4B9D4D;
  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-fluid .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(1) {
  margin-top: 0;
}
.line-header .container-fluid .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-fluid .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;
  box-shadow: #83a0f3 1px 1px 4px;
  transition: all 0.5s;
}
.line-header .container-fluid .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-fluid .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: #96CA54;
}

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

.line-menu-container {
  padding-top: 22px;
  z-index: 10000;
  position: fixed;
  width: 670px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -760px;
  background: var(--Dgrad-menu, linear-gradient(316deg, #4B9D4D 0%, #3274A5 100%));
  box-shadow: -4px 0px 15px 0px rgba(0, 0, 0, 0.25);
  transition: 1s right ease 0s;
  /* 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;
                  }
              }
          }
      }
  }
  */
}
@media (max-width: 1199px) {
  .line-menu-container {
    /*width: 63%;*/
  }
}
@media (max-width: 767px) {
  .line-menu-container {
    width: 100%;
  }
}
.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-flow: wrap;
  margin: 0 5px 0 5px;
}
.line-menu-container .container > .row > div {
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(1) {
  width: 100%;
  order: 1;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(1) {
    padding-bottom: 15px;
  }
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  overflow: hidden;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  box-shadow: rgba(255, 255, 255, 0) 1px 1px 4px;
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
  width: 21px;
  height: 2px;
  background-color: #4B9D4D;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 5px;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 0;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(1) {
  margin-top: 1px;
  transform: rotate(45deg);
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(2) {
  margin-top: -2px;
  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;
  box-shadow: #358CCB 1px 1px 4px;
  transition: all 0.5s;
}
.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: #96CA54;
}
.line-menu-container .container > .row > div:nth-child(2) {
  width: 52%;
  order: 3;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    width: 100%;
    order: 2;
  }
}
.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 ul.nav {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li {
  margin-bottom: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a {
  /*color:$fifth!important;*/
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a.active {
  color: #4B9D4D !important;
  text-decoration: underline !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li:focus {
  color: #4B9D4D !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li .dropdown-backdrop {
  position: relative;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
  color: #96CA54;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  border: 0;
  display: inline-block;
  width: 100%;
  z-index: 99;
  margin-left: 0 !important;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
  /*
  &[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;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a {
  color: #96CA54 !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) {
  color: #96CA54 !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:last-child {
  border-bottom: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:last-child a {
  border-bottom: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
  padding: 15px 0 18px 0;
  height: auto !important;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -68px;
  height: 67px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: 24px;
  margin-right: 10px;
  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 > a:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:focus {
  color: #96CA54 !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:focus > a {
  color: #96CA54 !important;
}
.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/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.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-menu {
  max-height: 800px;
}
.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;
  margin-left: -40px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li {
  padding: 0 0 0 0;
  background-color: transparent;
  margin-top: 9px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: left;
  margin-left: 38px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:first-child {
  margin-top: 16px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:last-child {
  margin-bottom: 16px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a {
  color: #96CA54 !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a {
  padding: 5px 10px 5px 10px;
  width: 100%;
  color: #F4F4F4;
  margin-left: 0;
  background-color: transparent;
  border-radius: 35px;
  white-space: normal;
  font-size: 15px;
  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: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 {
  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: #fff !important;
  background-color: rgba(209, 209, 209, 0.1294117647);
}
.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: #fff !important;
  text-decoration: underline;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a:before, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a:before, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a:before {
  content: "";
  width: 31px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-panel-submenu-hover.svg") no-repeat;
  background-size: 31px 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  left: -35px;
}
.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.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.active > .dropdown-menu {
  max-height: 800px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:focus {
  background-color: 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: #96CA54;
  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) {
  width: 48%;
  order: 2;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    width: 100%;
    order: 3;
    padding-bottom: 40px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 15px 0 5px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content {
    padding: 10px 15px 0 5px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-header {
  order: 1;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion {
  order: 3;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion {
    margin-top: 40px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-login, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-logout {
  position: relative !important;
  font-size: 15px !important;
  font-style: normal !important;
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  border: none !important;
  height: 42px !important;
  padding: 0px 0 0px 35px !important;
  border-radius: 0 !important;
  padding: 0px 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 15px !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-login:before, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-logout:before {
  content: "";
  width: 20px !important;
  height: 20px !important;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/icon-panel-connexion.svg") no-repeat !important;
  background-size: 20px 20px !important;
  background-position: center center !important;
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50px !important;
  left: 5px !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-login:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-login:focus, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-login:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-logout:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-logout:focus, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion a.member-logout:active {
  background: none !important;
  color: #96CA54 !important;
  text-decoration: none !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-greeting {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: transparent !important;
  color: #3e5468 !important;
  transition: all 250ms !important;
  border: 2px solid #96CA54 !important;
  width: max-content;
  color: #fff !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile:hover, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile:active, .line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion .member-myprofile:focus {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  text-decoration: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-language {
  order: 4;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social {
  order: 2;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul.social {
  margin-top: -25px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul.social li {
  margin-right: 0;
  width: auto;
  height: auto;
  background: none;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul.social li a {
  width: 40px;
  border-radius: 0;
  background-size: 34px;
  transition: all 0.2s;
  filter: opacity(0.7);
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul.social li a:hover {
  filter: opacity(1);
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul.social li:nth-child(1) a {
  background-size: 28px;
  margin-right: 7px;
  margin-bottom: -2px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul.social li:nth-child(2) {
  margin-bottom: 2px;
}
.overflowhidden .line-menu:not(.sticked) .navbar-header {
  /*height: 110px;*/
}
.overflowhidden .line-menu > .container {
  /* height: 110px; */
  border-bottom: none;
}
.overflowhidden .line-menu > .container .zone-image a {
  margin-left: 5px;
}

/*
.line-bg-menu-open {
    overflow: hidden;
    background-color: $primary;
    position:absolute;
    width: 100%;
    height: 100%;
    padding:0!important;
    margin:0!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}
body {
	&.overflowhidden {
        .line-bg-menu-open {
            opacity: .4;
            pointer-events:fill;
            cursor: pointer;
        }
	}
}
*/
/**
 * ----------------------------------------
 * 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;
  }
}
.line-header:not(.sticked, .menuopened) {
  /*transition: top 250ms;*/
}
.line-header:not(.sticked, .menuopened) > .container {
  /*
  top: -100px;
  transition: top 250ms;*/
  /*position: static;*/
}
.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;
  background-color: #edf6ee;
}
.line-header.sticked > .container-fluid > .row {
  margin-top: 50px;
  bottom: 30px;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content {
  position: relative;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content a:after {
  content: "";
  width: 64px;
  height: 48px;
  background-color: #edf6ee;
  position: absolute;
  right: 0;
  top: 0;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content a img {
  width: 160px !important;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part .mod-header {
  margin-top: 6px;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login) {
  /*color: $primary!important;*/
}
.line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):hover, .line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):focus, .line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):active {
  /* color: $secondary!important;*/
}
.line-header.sticked:not(.menuopened) {
  position: sticky;
  top: 0;
}
/* 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;
  gap: 25px;
}
.panel-header a {
  font-size: 15px;
  font-weight: 500;
}
.panel-header a:hover {
  text-decoration: none !important;
}

.panel-connexion .member-login {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
}
.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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}

.panel-language a.switch-language {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  color: #fff !important;
  font-weight: 500;
}
.panel-language a.switch-language:hover {
  color: #96CA54 !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-title-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .line-title-banner {
    padding-top: 170px;
  }
}
.line-title-banner:before {
  content: "";
  width: 1472px;
  height: 1374px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/forme-bckgrd_x1.png") no-repeat;
  background-size: 1472px 1374px;
  position: absolute;
  top: -440px;
  right: -280px;
}
@media (max-width: 1199px) {
  .line-title-banner:before {
    top: -350px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .line-title-banner:before {
    height: 1052px;
    background-size: 1472px 1052px;
  }
}
.line-title-banner.home {
  padding-top: 80px;
}
.line-title-banner.home:before {
  content: "";
  width: 1472px;
  height: 1374px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/forme-bckgrd_x1.png") no-repeat;
  background-size: 1472px 1374px;
  position: absolute;
  top: -440px;
  right: -280px;
}
@media (max-width: 1199px) {
  .line-title-banner.home:before {
    top: -350px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home:before {
    height: 1052px;
    background-size: 1472px 1052px;
  }
}
.line-title-banner.home .container .row > div .content p img {
  position: absolute;
  bottom: -320px;
  right: -130px;
}
@media (max-width: 1199px) {
  .line-title-banner.home .container .row > div .content p img {
    max-width: 580px !important;
  }
}
@media (max-width: 991px) {
  .line-title-banner.home .container .row > div .content p img {
    bottom: -450px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home .container .row > div .content p img {
    bottom: -320px;
    max-width: 340px !important;
    right: -40px;
  }
}
.line-title-banner.par-aidance-cest-quoi {
  padding-top: 220px;
}
@media (max-width: 1199px) {
  .line-title-banner.par-aidance-cest-quoi {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.par-aidance-cest-quoi {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.par-aidance-cest-quoi {
    padding-bottom: 280px;
  }
}
.line-title-banner.par-aidance-cest-quoi .container .row > div .content p img {
  position: absolute;
  bottom: -50px;
  right: 30px;
}
@media (max-width: 1199px) {
  .line-title-banner.par-aidance-cest-quoi .container .row > div .content p img {
    max-width: 580px !important;
    bottom: -130px;
    right: -20px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.par-aidance-cest-quoi .container .row > div .content p img {
    bottom: -240px;
    right: 0;
    max-width: 380px !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner.par-aidance-cest-quoi .container .row > div .content p img {
    bottom: -340px !important;
  }
}
.line-title-banner.pair-aidance-demarche {
  padding-top: 185px;
}
@media (max-width: 1199px) {
  .line-title-banner.pair-aidance-demarche {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.pair-aidance-demarche {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.pair-aidance-demarche {
    padding-bottom: 280px;
  }
}
.line-title-banner.pair-aidance-demarche .container .row > div .content p img {
  position: absolute;
  bottom: 20px;
  right: -40px;
}
@media (max-width: 1199px) {
  .line-title-banner.pair-aidance-demarche .container .row > div .content p img {
    max-width: 580px !important;
    bottom: -240px;
    right: -20px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.pair-aidance-demarche .container .row > div .content p img {
    bottom: -240px;
    right: 0;
    max-width: 380px !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner.pair-aidance-demarche .container .row > div .content p img {
    bottom: -260px !important;
  }
}
.line-title-banner.pair-aidance-famille {
  padding-top: 185px;
}
@media (max-width: 1199px) {
  .line-title-banner.pair-aidance-famille {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.pair-aidance-famille {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.pair-aidance-famille {
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .line-title-banner.pair-aidance-famille {
    padding-bottom: 110px;
  }
}
.line-title-banner.pair-aidance-famille .container .row > div .content p img {
  position: absolute;
  bottom: -235px;
  right: -123px;
}
@media (max-width: 1199px) {
  .line-title-banner.pair-aidance-famille .container .row > div .content p img {
    right: -115px;
    bottom: -280px;
    width: 700px !important;
  }
}
@media (max-width: 991px) {
  .line-title-banner.pair-aidance-famille .container .row > div .content p img {
    right: -95px;
    bottom: -340px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.pair-aidance-famille .container .row > div .content p img {
    top: 40px;
    bottom: 0;
    right: -80px;
  }
}
@media (max-width: 575px) {
  .line-title-banner.pair-aidance-famille .container .row > div .content p img {
    top: 40px;
    right: -50px;
  }
}
.line-title-banner.referer {
  padding-top: 185px;
  padding-bottom: 255px;
}
@media (max-width: 1199px) {
  .line-title-banner.referer {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.referer {
    padding-top: 80px;
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.referer {
    padding-bottom: 280px;
  }
}
.line-title-banner.referer .container .row > div .content p img {
  position: absolute;
  bottom: -200px;
  right: -20px;
}
@media (max-width: 1199px) {
  .line-title-banner.referer .container .row > div .content p img {
    max-width: 580px !important;
    bottom: -240px;
    right: -20px;
    max-width: 380px !important;
  }
}
@media (max-width: 991px) {
  .line-title-banner.referer .container .row > div .content p img {
    bottom: -260px !important;
    right: 0;
  }
}
@media (max-width: 767px) {
  .line-title-banner.referer .container .row > div .content p img {
    top: 60px;
    bottom: 0 !important;
    max-width: 280px !important;
  }
}
@media (max-width: 575px) {
  .line-title-banner.referer .container .row > div .content p img {
    top: 130px;
    bottom: 0 !important;
  }
}
.line-title-banner .container > .row > div .content {
  max-width: 760px;
}
.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: #3e5468;
}
.line-title-banner .container > .row > div .content h1 {
  margin-bottom: 30px;
}
.line-title-banner .container > .row > div .content h1 strong {
  color: #96CA54;
  font-weight: 900;
}
.line-title-banner .container > .row > div .content h3 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  color: #4B9D4D;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-title-banner .container > .row > div .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.line-title-banner .container > .row > div .content .btn {
  color: #3e5468;
}
.line-title-banner.simple {
  padding-top: 130px;
  padding-bottom: 140px;
  /*
  padding-bottom: 300px;
  */
}
@media (max-width: 991px) {
  .line-title-banner.simple {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .line-title-banner.simple {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.line-title-banner.simple:before {
  width: 1690px;
  height: 1556px;
  top: -1026px;
  right: 0;
  left: -80px;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 991px) {
  .line-title-banner.simple:before {
    background-size: contain;
    width: calc(100% + 460px);
    height: 1556px;
    top: -1293px;
    right: -445px;
    left: auto;
    /*
    background-size: contain;
    width: calc(100% + 460px);
    height: 1556px;
    top: -873px;
    right: -485px;
    left: auto;
    transform: rotate(0);
    */
  }
}
@media (max-width: 991px) {
  .line-title-banner.simple:before {
    top: -1183px;
  }
}
@media (max-width: 575px) {
  .line-title-banner.simple:before {
    top: -1303px;
  }
}
.line-title-banner.simple .container > .row > div .content {
  max-width: 100%;
  text-align: center;
}
.line-title-banner.simple .container > .row > div .content h1 {
  margin-bottom: 15px;
}
.line-title-banner.simple .container > .row > div .content h4 {
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .line-title-banner.simple .container > .row > div .content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.line-title-banner.actualites-details {
  padding-bottom: 0px !important;
  margin-top: -30px !important;
}
.line-title-banner.small-title > .container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.line-footer-infolettre {
  padding-top: 145px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .line-footer-infolettre {
    padding-top: 80px;
    /*
    margin-left: 20px;
    margin-right: 20px;
    */
  }
}
@media (max-width: 767px) {
  .line-footer-infolettre .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-footer-infolettre .container > .row {
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/bg-infolettre-1.png") no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  padding: 70px 35px 30px 60px;
}
@media (max-width: 991px) {
  .line-footer-infolettre .container > .row {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .line-footer-infolettre .container > .row {
    padding: 40px 10px 25px 10px;
  }
}
@media (max-width: 767px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer-infolettre .container > .row > div:nth-child(1) .content h3 {
  font-size: 34px;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content h3 {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content h3, .line-footer-infolettre .container > .row > div:nth-child(1) .content p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content h3 br, .line-footer-infolettre .container > .row > div:nth-child(1) .content p br {
    display: none !important;
  }
}
.line-footer-infolettre .container > .row > div:nth-child(2) .content img {
  margin-top: -182px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-footer-infolettre .container > .row > div:nth-child(2) .content img {
    margin-top: -92px;
  }
}
@media (max-width: 767px) {
  .line-footer-infolettre .container > .row > div:nth-child(2) .content img {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 170px !important;
  }
}

.line-footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .line-footer {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content p br {
    display: block !important;
  }
}
.line-footer .container > .row > div:nth-child(1) {
  width: 40%;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) .content {
    text-align: center;
    padding-bottom: 60px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content img {
  width: 280px !important;
  margin-bottom: 26px;
}
.line-footer .container > .row > div:nth-child(1) .content p {
  color: #4B9D4D;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 20px;
}
.line-footer .container > .row > div:nth-child(1) .content h4 {
  color: #4B9D4D !important;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 25px !important;
}
.line-footer .container > .row > div:nth-child(1) .content a {
  color: #4B9D4D !important;
}
.line-footer .container > .row > div:nth-child(1) .content a:hover {
  color: #4B9D4D !important;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) .content ul.social {
    justify-content: center;
  }
  .line-footer .container > .row > div:nth-child(1) .content ul.social li:last-child {
    margin-right: 0;
  }
}
.line-footer .container > .row > div:nth-child(2) {
  width: 35%;
}
@media (min-width: 768px) {
  .line-footer .container > .row > div:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-footer .container > .row > div:nth-child(2) .content {
  background-color: #f2f9f2;
  border-radius: 30px;
  padding: 40px;
}
.line-footer .container > .row > div:nth-child(2) .content h3 {
  color: #3e5468 !important;
}
.line-footer .container > .row > div:nth-child(2) .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
  list-style: none;
  text-align: left;
}
.line-footer .container > .row > div:nth-child(2) .content ul li {
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a {
  color: #4B9D4D !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 700;
}
.line-footer .container > .row > div:nth-child(2) .content ul li a:hover {
  color: #3e5468 !important;
  text-decoration: none;
}
.line-footer .container > .row > div:nth-child(3) {
  width: 25%;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(3) {
    width: 100%;
  }
}
.line-footer .container > .row > div:nth-child(3) .content {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(3) .content {
    text-align: center;
  }
}
.line-footer .container > .row > div:nth-child(3) .content .btn {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(3) .content .btn {
    font-size: 14px;
    line-height: 18px;
    height: 46px;
    padding: 0px 25px;
  }
}

.line-footer-copyright {
  padding-top: 22px;
  padding-bottom: 0;
}
.line-footer-copyright .container > .row > div .content {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .line-footer-copyright .container > .row > div .content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .line-footer-copyright .container > .row > div .content {
    max-width: 320px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer-copyright .container > .row > div .content:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}
.line-footer-copyright .container > .row > div .content:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line-footer-copyright .container > .row > div .content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #4B9D4D !important;
}
.line-footer-copyright .container > .row > div .content p a {
  color: #4B9D4D !important;
}
@media (min-width: 992px) {
  .line-footer-copyright .container > .row > div .content p br {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .line-footer-copyright .container > .row > div .content p br {
    display: block !important;
  }
}

.article-main {
  padding-bottom: 80px;
}
.article-main .container .row .zone-article .mod-article__wrapper {
  max-width: 920px;
  display: flex;
  flex-direction: column;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
  order: 0;
  margin-top: 70px;
  margin-bottom: 56px;
  color: #3e5468;
  border-bottom: 1px solid #ccc;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  order: 1;
}
.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;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  color: #358CCB;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 50px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 64px;
  border-left: 11px solid #96CA54;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 18px;
    line-height: 22px;
  }
}
.line-article-retour {
  padding-top: 45px;
  padding-bottom: 90px;
}
.line-article-retour .container .row .zone-html .content a {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  color: #fff !important;
  transition: all 250ms !important;
  border: 0 !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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.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 {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  transition: all 250ms !important;
}

/* 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 h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
  padding-bottom: 32px;
  color: #3e5468 !important;
  -webkit-text-fill-color: #3e5468 !important;
}
.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: 50%;
}
@media (max-width: 991px) {
  .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%;
  }
}
.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: right;
  margin-bottom: 32px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit {
  margin-right: 16px;
}
.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 {
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
}
.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: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}
.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;
}
/*Espace Evenements - Vue Details*/
/* Espace Evenement - Mosaique */
/*###########################  ESPACE MEMBRE  ###########################*/
.member--isConnected .line-header {
  /*margin-right: 20px;*/
}
.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: #edf6ee;
  padding: 35px 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: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  color: #3e5468;
  text-transform: inherit;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  padding-top: 36px;
  padding-bottom: 12px;
  background: transparent;
  border-top: 1px solid #ccc;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  /*
  @include btn;
  @include btn-secondary;
  */
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #3e5468;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #96CA54;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active {
  color: #4B9D4D;
  text-decoration: none;
}
.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: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #3e5468;
  text-transform: inherit;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover, .zone-member .sidebar__member-zone .member-sidebar__menu li a:focus, .zone-member .sidebar__member-zone .member-sidebar__menu li a:active {
  color: #4B9D4D;
  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: #4B9D4D;
}
.zone-member .member {
  width: 66%;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .zone-member .member {
    width: 100%;
  }
}
.zone-member .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section label.control-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #3e5468;
  margin-bottom: 5px;
  margin-top: 10px;
}
.zone-member .member h1 {
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  color: #3e5468 !important;
  text-transform: initial;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  background: -webkit-linear-gradient(0deg, rgb(62, 84, 104) 0%, rgb(62, 84, 104) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
.zone-member .member h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .zone-member .member h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.zone-member .member p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .zone-member .member p {
    font-size: 15px;
    line-height: 22px;
  }
}
.zone-member .member input#submit {
  float: left !important;
}
.zone-member .form-element-votre_photo .input-file .preview #preview {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 175px;
  width: 175px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .preview.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .heading-container .heading {
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  text-transform: inherit;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.zone-member .object-main-title {
  border-bottom: none;
}
.zone-member .object-main-title h2 {
  margin-top: 0 !important;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  text-transform: inherit;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.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 {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: transparent !important;
  color: #3e5468 !important;
  transition: all 250ms !important;
  border: 2px solid #96CA54 !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 {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  text-decoration: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

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

.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: #3e5468;
}
.zone-donation .don-form-wrapper div.donation-footer-frame button#validate,
.zone-donation .don-form-wrapper div.donation-footer-frame button#external_payment {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  color: #fff !important;
  transition: all 250ms !important;
  border: 0 !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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.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 {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  transition: all 250ms !important;
}
.zone-donation .don-form-wrapper div.donation-footer-frame a.btn-link {
  margin-left: 0 !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
.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: #358CCB !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 {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #3e5468;
  transition: all 250ms;
  border: 2px solid #96CA54;
  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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.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: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  border: 2px solid #fff;
}
.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: transparent !important;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  border: 2px solid #96CA54 !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 {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  color: #fff !important;
  transition: all 250ms !important;
  border: 0 !important;
  padding: 10px 35px;
  margin-left: 0;
  background-color: #358CCB !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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.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 {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  transition: all 250ms !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: #358CCB !important;
  border: 1px solid #358CCB !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: #3e5468;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  top: -5px;
  left: 125px;
}
.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 {
  width: 150px;
  border-radius: 100px;
  font-size: inherit;
  height: 40px !important;
  background-color: transparent !important;
  box-shadow: none !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: #96CA54;
}
.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;
  /*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-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: #358CCB !important;
}
.step-donor_infos .zone-donation .don-form-wrapper .form-donor-infos-step .section h2.section-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.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 #358CCB !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: #358CCB !important;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 {
  padding: 20px;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-paymentmethod .form-element-payment_method .payment_method {
  padding-top: 3px;
  margin-left: 5px;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-paymentmethod .form-element-payment_method .payment_method label {
  margin-left: 10px;
  padding-top: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 0;
  color: #3e5468;
}
.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 #358CCB;
  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: #3e5468 !important;
}
.step-payment .zone-donation .don-form-wrapper #sub_step_3 #fieldset-section_payment_grand_total .total-amount-section h4 {
  padding-top: 16px !important;
}

.line-espace-participant .container .row .zone-donation_participant .sidebar {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .line-espace-participant .container .row .zone-donation_participant .sidebar {
    width: 100%;
    padding: 0px;
  }
}
.line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  transition: all 250ms;
  border: 0;
  margin-top: 10px;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item:hover, .line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item:active, .line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item:hover, .line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item:active, .line-espace-participant .container .row .zone-donation_participant .sidebar .jumbotron a.menu-item:focus {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%);
  border: 0;
  color: #fff !important;
  transition: all 250ms;
}
@media (max-width: 767px) {
  .line-espace-participant .container .row .zone-donation_participant .sidebar ul#menu {
    padding-left: 0;
  }
}
.line-espace-participant .container .row .zone-donation_participant .sidebar ul#menu li {
  list-style: none;
  margin-bottom: 16px;
  color: #3e5468;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar ul#menu li:first-child {
  font-weight: 500;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar ul#menu li a {
  color: #3e5468;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar ul#menu li a:hover {
  color: #358CCB;
  text-decoration: none;
}
.line-espace-participant .container .row .zone-donation_participant .sidebar ul#menu li.active a {
  color: #358CCB;
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .line-espace-participant .container .row .zone-donation_participant .col-md-18 {
    width: 100%;
    padding-left: 15px;
  }
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper h1 {
    margin-top: 0px;
  }
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section {
  margin-bottom: 55px;
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .section-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .row div .form-element-photo {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .row div .form-element-photo {
    padding-top: 36px;
  }
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .row div .form-element-photo div#preview {
  width: 100%;
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .row div .form-element-photo div#preview img {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  object-view-box: inset(6% -2% 20% -3%);
}
@media (max-width: 767px) {
  .line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .row div .form-element-photo div#preview {
    padding-top: 36px;
    padding-left: 15px !important;
  }
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .section .row div .form-element-photo .input-file input {
  background-color: transparent !important;
}
.line-espace-participant .container .row .zone-donation_participant .col-md-18 .don-participant-wrapper form.form-horizontal .p2p-myprofile-footer button#save {
  float: left !important;
}
.line-espace-participant #section_351220 > div:nth-child(3) > div:nth-child(1) {
  display: none;
}
.line-espace-participant #section_354081 > div > div:nth-child(2) {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .line-espace-participant #section_354081 > div > div:nth-child(2) {
    padding-left: 0px;
  }
}
.line-espace-participant #section_354081 > div > div:nth-child(2) .preview {
  padding-left: 15px;
}
.line-espace-participant #section_351221, .line-espace-participant #section_354081 {
  margin-bottom: 0px;
}

.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: #3e5468;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #3e5468;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #3e5468;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #3e5468;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #3e5468;
  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: #3e5468;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 5px;
  height: 8px;
  animation-name: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover, .zone-community .row .sidebar .jumbotron a:last-of-type:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #96CA54;
}
.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 + p {
  font-size: 21px;
  line-height: 26px;
  color: #3e5468;
  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: #3e5468;
  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 {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: transparent !important;
  color: #3e5468 !important;
  transition: all 250ms !important;
  border: 2px solid #96CA54 !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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.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 {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  text-decoration: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #3e5468 !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: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.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: #3e5468;
}
.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: #3e5468;
}
.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: #3e5468 !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding: 0 10px 0 0 !important;
  margin-right: 5px !important;
}
.forum-item__likes-wrapper button i:before {
  filter: hue-rotate(299deg);
}
.forum-item__likes-wrapper button[data-type=like] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-pouce.svg");
  width: 28px;
  height: 27px;
  display: block;
  margin-top: -9px;
  margin-right: 5px;
}
.forum-item__likes-wrapper button[data-type=follow] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-etoile.svg");
  width: 27px;
  height: 25px;
  display: block;
  margin-top: -7px;
  margin-right: 5px;
}
.forum-item__likes-wrapper .forum-item__action-count {
  margin: 0 5px 0 -5px;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 480px !important;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
}
@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-title {
  font-size: 28px !important;
  line-height: 31px !important;
  font-weight: 800 !important;
}
.cookie-consent-modal p.consent-description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .cookie-consent-modal p.consent-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.cookie-consent-modal p.consent-description a {
  text-decoration: none;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-link {
  height: 55px !important;
  padding: 10px 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #96CA54;
}
.cookie-consent-modal .actions-container .btn-link:hover, .cookie-consent-modal .actions-container .btn-link:active, .cookie-consent-modal .actions-container .btn-link:focus {
  color: #96CA54 !important;
  background: none !important;
}
.cookie-consent-modal .actions-container .btn-primary {
  height: 55px !important;
  padding: 0px 30px !important;
  background: none !important;
  color: #3e5468 !important;
  transition: all 150ms !important;
  border: 2px solid #96CA54 !important;
}
.cookie-consent-modal .actions-container .btn-primary:hover, .cookie-consent-modal .actions-container .btn-primary:active, .cookie-consent-modal .actions-container .btn-primary:focus {
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  text-decoration: none !important;
  border: 2px solid #96CA54 !important;
  color: #fff !important;
}

.cookie-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #96CA54 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #3e5468 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  border: 2px solid #96CA54 !important;
  background-color: #96CA54 !important;
  font-weight: 500 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid #3e5468 !important;
  background-color: #3e5468 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #96CA54 !important;
  background-color: transparent !important;
  color: #96CA54 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #3e5468 !important;
  color: #3e5468 !important;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
/* h3 */
.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 30px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
.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: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  color: #3e5468 !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
    font-size: 15px;
    line-height: 22px;
  }
}
.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: #3e5468 !important;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
    font-size: 15px;
    line-height: 22px;
  }
}
.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 {
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #96CA54;
  transition: all 150ms;
  border: 1px solid #3e5468;
}
.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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: #96CA54;
  color: #fff;
  border: 1px solid #96CA54;
}

.prebuilt-articles-multiples-col3 {
  padding-top: 130px;
}
@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(2, minmax(0, 1fr));
  gap: 30px 30px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
.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;
  background-color: #edf6ee;
  border-radius: 30px;
  padding: 40px 40px 50px 40px;
}
.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 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
  color: #3e5468;
  order: 2;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a {
  color: #3e5468 !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
  color: #3e5468;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a a {
  color: #3e5468 !important;
}
.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: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  color: #3e5468 !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
    font-size: 15px;
    line-height: 22px;
  }
}
.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 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
  order: 1;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
    font-size: 15px;
    line-height: 22px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro {
  order: 5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3e5468;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3e5468;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  order: 7;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  height: 62px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%) !important;
  color: #fff !important;
  transition: all 250ms !important;
  border: 0 !important;
  width: fit-content;
  margin-top: 10px;
  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;
    height: 44px;
    padding: 0px 25px;
    margin-bottom: 0;
    font-size: 13px;
  }
}
.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 {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%) !important;
  border: 0 !important;
  color: #fff !important;
  transition: all 250ms !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
}

.prebuilt-articles-details .container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__published-date {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content img.mod-article__img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content {
  margin-top: 40px;
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #4B9D4D;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content h4 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  color: #4B9D4D;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
  color: #3e5468;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content p {
    flex-direction: column;
  }
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content p.mosaique {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content p.mosaique img {
  border-radius: 20px;
  max-width: 354px;
  object-fit: contain;
}
.prebuilt-articles-details .container > .row > div .mod-article__wrapper .mod-article__content .mod-article__content img {
  border-radius: 20px;
}

.prebuilt-articles-details-retour {
  padding-top: 30px;
}
.prebuilt-articles-details-retour .container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

table.citation {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 50px;
}
table.citation h5 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  color: #4B9D4D;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
  color: #4B9D4D;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  table.citation h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
table.citation h6 {
  font-size: 20px;
  font-weight: 700;
}

/* 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(2, minmax(0, 1fr));
  gap: 30px 30px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
.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: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
}
.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: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
}
.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: 400;
  color: #3e5468;
  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: 400;
  color: #3e5468;
  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: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  color: #fff !important;
  transition: all 250ms;
  border: 0;
}
.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: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%);
  border: 0;
  color: #fff !important;
  transition: all 250ms;
}
/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .prebuilt-espace-evenements {
    padding-top: 40px;
  }
}
.prebuilt-espace-evenements .zone-event h2 {
  margin-bottom: 35px;
}
.prebuilt-espace-evenements .zone-event .event_list_filter {
  padding-bottom: 40px;
}
.prebuilt-espace-evenements .zone-event .event_list_filter label {
  font-size: 22px !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #3e5468;
}
.prebuilt-espace-evenements .zone-event .event_list_filter select {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  border: 1px solid #4B9D4D !important;
  border-radius: 10px !important;
  padding: 15px 20px 15px 20px !important;
  height: 70px !important;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/keyboard_arrow_down.svg) no-repeat right 5px center !important;
  background-size: 24px !important;
}
.prebuilt-espace-evenements .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 30px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row {
  margin-top: 0;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item {
  background-color: #edf6ee;
  border-radius: 30px;
  padding: 45px 40px 20px 40px;
  display: flex;
  flex-direction: column;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a img.e-thumbnail {
  display: none;
  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: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
  order: 2;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
  order: 1;
  text-transform: lowercase;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date:first-letter {
  text-transform: uppercase;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date br {
  display: none;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic-tags {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4B9D4D;
  padding-left: 36px;
  margin-bottom: 40px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic-tags:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/lock_open_right.svg") no-repeat;
  background-position: center center;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic-tags.membres:before {
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/lock.svg") no-repeat;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .address {
  display: none;
  order: 3;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .contact {
  display: none;
  order: 4;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
  order: 5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3e5468;
  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: 400;
  color: #3e5468;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions {
  order: 6;
  margin-top: 0;
}

body.activities-details .line-title-banner {
  padding-bottom: 0;
  min-height: 275px;
}
@media (max-width: 767px) {
  body.activities-details .line-title-banner {
    min-height: 180px;
    margin-bottom: 30px;
  }
}
body.activities-details .line-title-banner:before {
  top: -1170px;
}
@media (min-width: 768px) {
  body.activities-details .line-title-banner:before {
    background-position: bottom left 0;
  }
}
@media (max-width: 767px) {
  body.activities-details .line-title-banner:before {
    top: -1183px;
  }
}
@media (max-width: 575px) {
  body.activities-details .line-title-banner:before {
    top: -1303px;
  }
}
body.activities-details .line-title-banner > .container {
  max-width: 980px;
}
body.activities-details .line-title-banner > .container h1 {
  max-width: 800px;
}
body.activities-details .prebuilt-espace-evenements {
  padding-top: 80px;
}
body.activities-details .prebuilt-espace-evenements > .container {
  max-width: 980px;
}
body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__left {
  width: 40%;
}
@media (max-width: 767px) {
  body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__left {
    width: 100%;
  }
}
body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__right {
  width: 60%;
}
@media (max-width: 767px) {
  body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__right {
    width: 100%;
  }
}
body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__image-wrapper {
  margin-bottom: 35px;
}
body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  body.activities-details .prebuilt-espace-evenements > .container .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper p {
    font-size: 15px;
    line-height: 22px;
  }
}

/*
.line-evenements {
    padding-top: 30px;
    padding-bottom: 140px;
*/
.zone-event .row .event-detail .row-event-jumbotron__left-right {
  display: flex;
  gap: 5px;
  /*width: 33.33333%;*/
}
@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 .event-detail__row-image-description .event-detail__image-wrapper img {
  border-radius: 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__row-image-description .event-detail__nav__tags {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4B9D4D;
  padding-left: 36px;
  margin-bottom: 30px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__row-image-description .event-detail__nav__tags:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/lock_open_right.svg") no-repeat;
  background-position: center center;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__row-image-description .event-detail__nav__tags.membres:before {
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/lock.svg") no-repeat;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__row-image-description .event-detail__nav__tags .event-detail__tag {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4B9D4D;
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__row-image-description .event-detail__description-wrapper {
  margin-top: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__row-image-description .event-detail__description-wrapper h2 {
  /*@include titre-name;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper {
  margin-top: 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper .event-detail__nav {
  display: block;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__tags {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4B9D4D;
  padding-left: 36px;
  margin-bottom: 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__tags:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/lock_open_right.svg") no-repeat;
  background-position: center center;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__tags.membres:before {
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/lock.svg") no-repeat;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__tags .event-detail__tag {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #4B9D4D;
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta {
  display: flex;
  justify-content: flex-start;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .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 .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__left {
  /*width: 66.66666%;*/
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    margin-bottom: 30px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  border-radius: 20px;
  padding: 25px;
  background-color: #edf6ee;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #3e5468;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .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__left .event-jumbotron__left .calendar-link-content button.btn-secondary {
  background: transparent !important;
  font-size: 16px !important;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content button.btn-secondary:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content button.btn-secondary:focus, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content button.btn-secondary:active {
  color: #3e5468 !important;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content .links-dropdown {
  z-index: 10;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #3e5468;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-event {
  color: #3e5468;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-full span {
  color: #3e5468;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .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__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .event-detail__description-additional {
  margin-top: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .event-detail__description-additional h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .event-detail__description-additional p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
  flex-direction: column;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #3e5468;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #3e5468 !important;
}
/*
}
    */
.line-sticky {
  position: relative;
  z-index: 10;
}
.line-sticky .content {
  opacity: 0;
  position: fixed;
  right: -30px;
  top: 245px;
  animation-name: anime-faire-don;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.4s;
}
.line-sticky .content .sticky-container {
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 51%;
  border-radius: 100px;
  transition: translate 300ms;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-sticky .content .sticky-container {
    display: none;
  }
}
.line-sticky .content .sticky-container .btn-sticky {
  width: auto;
  height: 50px;
  display: block;
  background-color: #96CA54;
  padding: 19px 27px 13px 27px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 33px;
  text-decoration: none !important;
  text-align: right;
  transition: all 150ms;
  /*
  &::after{
      content: "";
      width: 46px;
      height: 46px;
      display: block;
      background: url(https://cdn.ca.yapla.com/company/CPYuU5C607f42zk9W8RyXQexD/asset/images/Assets/icon-bt-donner.svg) center center no-repeat;
      background-size: 46px;
      position: relative;
      left: -13px;
      bottom: 29px;
      rotate: 90deg;
  }
  */
}
.line-sticky .content .sticky-container .btn-sticky:hover {
  color: #fff !important;
  background-color: #3e5468;
  text-decoration: none !important;
  transition: all 150ms;
}

/** 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*/
/** variables **/
/* Exemple couleur svg = %23 + #ffffff*/
/* scss*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 30px;
}
ul.social li {
  display: flex;
  justify-content: flex-start;
  margin-right: 16px;
  width: 58px;
  height: 58px;
  background: linear-gradient(0deg, rgb(75, 157, 77) 0%, rgb(150, 202, 84) 100%);
  border-radius: 50px;
  background-position: center center;
}
ul.social li:hover {
  background: linear-gradient(0deg, rgb(60, 74, 90) 0%, rgb(53, 140, 203) 100%);
}
ul.social li a {
  text-decoration: none !important;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  background-size: 36px;
  background-position: center center;
}
ul.social li a.email {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='32' height='20' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M3 2L17.79 10L32 2' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  display: block;
}
ul.social li a.email:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='32' height='20' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M3 2L17.79 10L32 2' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
}
ul.social li a.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 5.80188C16.67 5.80188 16.9865 5.81189 18.041 5.86014C18.6749 5.86773 19.3028 5.98441 19.8974 6.2047C20.3318 6.36496 20.7248 6.62076 21.0474 6.95289C21.3796 7.2755 21.6354 7.66848 21.7956 8.10293C22.0159 8.69748 22.1326 9.32544 22.1402 9.95936C22.1884 11.0139 22.1984 11.3303 22.1984 14.0003C22.1984 16.6703 22.1884 16.9868 22.1402 18.0413C22.1326 18.6752 22.0159 19.3032 21.7956 19.8977C21.4591 20.77 20.7697 21.4595 19.8974 21.7959C19.3028 22.0162 18.6749 22.1329 18.041 22.1405C16.9865 22.1888 16.67 22.1988 14 22.1988C11.33 22.1988 11.0135 22.1888 9.95904 22.1405C9.32479 22.1329 8.69651 22.0164 8.1018 21.7959C7.66767 21.6355 7.27502 21.3799 6.95273 21.0478C6.6206 20.7251 6.3648 20.3322 6.20454 19.8977C5.98425 19.3032 5.86757 18.6752 5.85998 18.0413C5.81173 16.9868 5.80172 16.6703 5.80172 14.0003C5.80172 11.3303 5.81173 11.0139 5.85998 9.95936C5.86757 9.32544 5.98425 8.69748 6.20454 8.10293C6.3648 7.66848 6.6206 7.2755 6.95273 6.95289C7.27534 6.62076 7.66832 6.36496 8.10277 6.2047C8.69732 5.98441 9.32527 5.86773 9.9592 5.86014C11.0137 5.81189 11.3302 5.80188 14.0002 5.80188M14 4C11.2845 4 10.9437 4.01178 9.87722 4.06004C9.04769 4.07666 8.22688 4.23369 7.44996 4.52451C6.78231 4.77579 6.17775 5.16989 5.6781 5.67907C5.16941 6.1784 4.77562 6.78279 4.52451 7.44996C4.23385 8.22704 4.07714 9.04785 4.06084 9.87722C4.01081 10.9437 4 11.2845 4 14C4 16.7155 4.01178 17.0563 4.06004 18.1228C4.07666 18.9523 4.23369 19.7731 4.52451 20.55C4.77579 21.2177 5.16989 21.8222 5.67907 22.3219C6.1784 22.8306 6.78279 23.2244 7.44996 23.4755C8.22704 23.7662 9.04785 23.9229 9.87722 23.9392C10.9437 23.9892 11.2845 24 14 24C16.7155 24 17.0563 23.9882 18.1228 23.94C18.9523 23.9233 19.7731 23.7663 20.55 23.4755C21.8937 22.956 22.956 21.8937 23.4755 20.55C23.7662 19.773 23.9229 18.9521 23.9392 18.1228C23.9892 17.0563 24 16.7155 24 14C24 11.2845 23.9882 10.9437 23.94 9.87722C23.9233 9.04769 23.7663 8.22688 23.4755 7.44996C23.2242 6.78231 22.8301 6.17775 22.3209 5.6781C21.8216 5.16941 21.2172 4.77562 20.55 4.52451C19.773 4.23385 18.9521 4.07714 18.1228 4.06084C17.0563 4.01081 16.7155 4 14 4ZM14 8.86468C11.1638 8.86468 8.86452 11.164 8.86452 14.0002C8.86452 16.8364 11.1638 19.1356 14 19.1356C16.8362 19.1356 19.1355 16.8364 19.1355 14.0002C19.1355 11.164 16.8362 8.86468 14 8.86468ZM14 17.3338C12.1589 17.3338 10.6662 15.8413 10.6662 14C10.6662 12.1589 12.1587 10.6662 14 10.6662C15.8413 10.6662 17.3338 12.1587 17.3338 14C17.3338 15.8411 15.8413 17.3338 14 17.3338ZM19.3382 7.4619C18.6754 7.4619 18.1381 7.99916 18.1381 8.66198C18.1381 9.32479 18.6754 9.86205 19.3382 9.86205C20.001 9.86205 20.5383 9.32479 20.5383 8.66198C20.5383 7.99916 20.001 7.4619 19.3382 7.4619Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  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='%23ffffff'/%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='%23ffffff'/%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='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  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='%23ffffff'/%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='%23ffffff'/%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='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  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='%23ffffff'/%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='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  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='%23ffffff'/%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='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  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='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}

.modal-backdrop {
  z-index: 1000;
  background-color: rgba(62, 84, 104, 0.6);
}
.modal-backdrop.in {
  opacity: 1 !important;
}

.modal#myModalVideo {
  z-index: 10001 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal#myModalVideo.fade.in {
  display: flex !important;
}
.modal#myModalVideo .modal-dialog {
  width: 90%;
  margin: 9.75rem auto 1.75rem auto;
  max-width: 880px;
}
@media (max-width: 575px) {
  .modal#myModalVideo .modal-dialog {
    width: 80%;
  }
}
.modal#myModalVideo .modal-dialog .modal-content {
  width: auto;
  border: 0;
  background-color: #3e5468;
  aspect-ratio: 16/9;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.modal#myModalVideo .modal-dialog .modal-content .modal-header {
  margin-top: 0 !important;
  padding: 0 !important;
  flex-direction: column;
}
.modal#myModalVideo .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
  font-size: 45px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  right: 0;
  position: absolute;
  margin-right: -35px;
  margin-top: -45px;
}
.modal#myModalVideo .modal-dialog .modal-content .modal-header button.close:hover {
  color: #96CA54;
}
.modal#myModalVideo .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
  max-height: inherit;
  padding: 0;
}
.modal#myModalVideo .modal-dialog .modal-content .modal-body > div {
  padding: 0;
}
.modal#myModalVideo .modal-dialog .modal-content .modal-body input:not(.btn), .modal#myModalVideo .modal-dialog .modal-content .modal-body select, .modal#myModalVideo .modal-dialog .modal-content .modal-body textarea {
  background-color: #F4F4F4 !important;
  color: #3e5468 !important;
  border: none;
}
.modal#avertissement {
  z-index: 10001 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal#avertissement.fade.in {
  display: flex !important;
}
.modal#avertissement .modal-dialog {
  width: 90%;
  margin: 9.75rem auto 1.75rem auto;
  max-width: 560px;
}
@media (max-width: 575px) {
  .modal#avertissement .modal-dialog {
    width: 80%;
  }
}
.modal#avertissement .modal-dialog .modal-content {
  width: auto;
  border: 0;
  background-color: #609A58;
  padding: 60px 40px 30px 40px;
  border-radius: 16px;
  /*aspect-ratio: 16 / 9;
  max-height: 80vh;*/
  margin-left: auto;
  margin-right: auto;
}
.modal#avertissement .modal-dialog .modal-content .modal-header {
  margin-top: 0 !important;
  padding: 0 !important;
  flex-direction: column;
}
.modal#avertissement .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
  font-size: 45px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  right: 0;
  position: absolute;
  margin-right: 10px;
  margin-top: -50px;
}
.modal#avertissement .modal-dialog .modal-content .modal-header button.close:hover {
  color: #96CA54;
}
.modal#avertissement .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
  max-height: h3;
  padding: 0;
}
.modal#avertissement .modal-dialog .modal-content .modal-body > div {
  padding: 0;
}
.modal#avertissement .modal-dialog .modal-content .modal-body p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.modal#avertissement .modal-dialog .modal-content .modal-body input:not(.btn), .modal#avertissement .modal-dialog .modal-content .modal-body select, .modal#avertissement .modal-dialog .modal-content .modal-body textarea {
  background-color: #F4F4F4 !important;
  color: #3e5468 !important;
  border: none;
}
body.white-bg-pop-up .modal-backdrop {
  background-color: rgba(255, 255, 255, 0.6);
}

.line-404 {
  padding-bottom: 0 !important;
}
.line-404 .row > div .content {
  text-align: center;
}
.line-404 .row > div .content h1 {
  font-size: 160px;
  line-height: 186px;
}
.line-404 .row > div .content h3 {
  font-size: 54px !important;
  line-height: 58px !important;
  font-weight: 400 !important;
}
.line-404 .row > div .content p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  text-transform: initial !important;
  font-family: "Open Sans", sans-serif !important;
}

.border-bottom.bottom-line-45 .container:after {
  bottom: -45px;
}
.border-bottom .container {
  position: relative;
}
.border-bottom .container:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/border-bottom.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  height: 14px;
  bottom: -60px;
}

.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: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  color: #96CA54;
  /*
  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: 18px;
    line-height: 22px;
  }
}
.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;
}

.line-text-right-big-bg {
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
  display: block;
  overflow-x: clip;
}
.line-text-right-big-bg:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/La%20pair%20aidane%20famille/pa-fam-methode-3.png");
  background-size: cover;
  position: absolute;
  display: block;
  width: 1024px;
  height: 1097px;
  top: -135px;
  right: 0px;
}
@media (max-width: 1199px) {
  .line-text-right-big-bg:before {
    width: 770px;
    height: 980px;
    top: -70px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg:before {
    width: 535px;
    height: 690px;
  }
}
.line-text-right-big-bg.profiter {
  padding-top: 140px;
  padding-bottom: 40px;
}
.line-text-right-big-bg.profiter:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/La%20pair%20aidance/bg-pair-aidance-profiter.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 1432px;
  height: 1180px;
  top: -135px;
  right: -360px;
}
@media (max-width: 1199px) {
  .line-text-right-big-bg.pair-aidance-famille {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg.pair-aidance-famille {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .line-text-right-big-bg.pair-aidance-famille {
    padding-top: 20px;
    padding-bottom: 320px;
  }
}
.line-text-right-big-bg.pair-aidance-famille:before {
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/La%20pair%20aidane%20famille/PASM-illustration-PA_Famille-Methode-v4-crop.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1399px) {
  .line-text-right-big-bg.pair-aidance-famille:before {
    right: -90px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg.pair-aidance-famille:before {
    top: 10px;
    right: -60px;
    width: 495px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .line-text-right-big-bg.pair-aidance-famille:before {
    /*display: none;*/
    top: auto;
    bottom: -30px;
    right: 0px;
    width: 415px;
    height: 490px;
  }
}
@media (max-width: 1199px) {
  .line-text-right-big-bg.par-aidance-cest-quoi {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg.par-aidance-cest-quoi {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .line-text-right-big-bg.par-aidance-cest-quoi {
    padding-top: 20px;
    padding-bottom: 320px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg.par-aidance-cest-quoi:before {
    top: 10px;
    right: -30px;
    width: 495px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .line-text-right-big-bg.par-aidance-cest-quoi:before {
    /*display: none;*/
    top: auto;
    bottom: -30px;
    right: 0px;
    width: 415px;
    height: 490px;
  }
}
@media (max-width: 1199px) {
  .line-text-right-big-bg.profiter {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg.profiter {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .line-text-right-big-bg.profiter {
    padding-top: 70px;
    padding-bottom: 440px !important;
  }
}
@media (max-width: 575px) {
  .line-text-right-big-bg.profiter {
    padding-bottom: 320px !important;
  }
}
@media (max-width: 1199px) {
  .line-text-right-big-bg.profiter:before {
    right: -320px;
    width: 1110px;
    height: 1067px;
    top: -135px;
  }
}
@media (max-width: 991px) {
  .line-text-right-big-bg.profiter:before {
    top: auto;
    bottom: 310px;
    right: -210px;
    width: 762px;
    height: 710px;
  }
}
@media (max-width: 767px) {
  .line-text-right-big-bg.profiter:before {
    top: auto;
    bottom: -40px;
    right: -120px;
    width: 762px;
    height: 710px;
  }
}
@media (max-width: 575px) {
  .line-text-right-big-bg.profiter:before {
    top: auto;
    bottom: -60px;
    right: -120px;
    width: 582px;
    height: 520px;
  }
}
.line-text-right-big-bg .container > .row > div:nth-child(1) {
  width: 70%;
}
@media (max-width: 767px) {
  .line-text-right-big-bg .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-text-right-big-bg .container > .row > div:nth-child(1) .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-text-right-big-bg .container > .row > div:nth-child(1) .content h2 {
    margin-bottom: 20px;
  }
}
.line-text-right-big-bg .container > .row > div:nth-child(1) .content p {
  max-width: 540px;
}
@media (max-width: 767px) {
  .line-text-right-big-bg .container > .row > div:nth-child(1) .content p {
    max-width: 100%;
  }
}
.line-text-right-big-bg .container > .row > div:nth-child(1) .content ul {
  list-style: none;
  padding-left: 40px !important;
}
.line-text-right-big-bg .container > .row > div:nth-child(1) .content ul li {
  position: relative;
  max-width: 400px;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}
.line-text-right-big-bg .container > .row > div:nth-child(1) .content ul li:after {
  content: "";
  width: 31px;
  height: 16px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/bullet-list-arrow.svg") no-repeat;
  background-size: 31px 16px;
  position: absolute;
  left: -42px;
  top: 5px;
}
.line-text-right-big-bg .container > .row > div:nth-child(2) {
  width: 30%;
}
@media (max-width: 767px) {
  .line-text-right-big-bg .container > .row > div:nth-child(2) {
    width: 100%;
  }
}

.line-titre-bg-bleu {
  padding-top: 110px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  overflow-x: clip;
}
.line-titre-bg-bleu .container:before {
  content: "";
  width: 1203px;
  height: 921px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/bg-bleu-titre.svg") no-repeat;
  background-position: center center;
  background-size: 1203px 921px;
  position: absolute;
  top: 0px;
  left: -160px;
}
@media (max-width: 767px) {
  .line-titre-bg-bleu .container:before {
    top: 50px;
    right: -90px;
    left: auto;
  }
}
.line-titre-bg-bleu .container .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-titre-bg-bleu .container .content h2 {
    margin-bottom: 15px;
  }
}

.line-carrousel {
  padding-top: 110px;
  padding-bottom: 40px;
  background-color: #edf6ee;
}
@media (min-width: 1200px) {
  .line-carrousel > .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-carrousel > .container .carousel {
    overflow: visible;
  }
}
.line-carrousel > .container .carousel .carousel-inner {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.line-carrousel > .container .carousel .carousel-inner .item .carousel-text .caption-intro p {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .line-carrousel > .container .carousel .carousel-inner .item .carousel-text .caption-intro p {
    font-size: 24px;
    line-height: 28px;
  }
}
.line-carrousel > .container .carousel .carousel-inner .item .carousel-text .caption-intro h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #4B9D4D;
}
.line-carrousel > .container .carousel .carousel-control {
  background-image: none !important;
}
@media (max-width: 1199px) {
  .line-carrousel > .container .carousel .carousel-control {
    bottom: 0 !important;
    top: auto !important;
  }
}
@media (max-width: 991px) {
  .line-carrousel > .container .carousel .carousel-control {
    bottom: 120px !important;
  }
}
.line-carrousel > .container .carousel .carousel-control .glyphicon {
  display: none;
}
.line-carrousel > .container .carousel .carousel-control.left:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/carrousel-arrow-left.svg") no-repeat center center;
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .line-carrousel > .container .carousel .carousel-control.left:after {
    position: absolute;
    left: 30px;
    top: 67px;
  }
}
@media (max-width: 767px) {
  .line-carrousel > .container .carousel .carousel-control.left:after {
    left: -30px;
  }
}
.line-carrousel > .container .carousel .carousel-control.right:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/carrousel-arrow-right.svg") no-repeat center center;
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .line-carrousel > .container .carousel .carousel-control.right:after {
    position: absolute;
    right: 30px;
    top: 67px;
  }
}
@media (max-width: 767px) {
  .line-carrousel > .container .carousel .carousel-control.right:after {
    right: -30px;
  }
}

.line-carrousel-cta {
  padding-top: 0;
  padding-bottom: 30px;
  background-color: #edf6ee;
}

.line-img-text {
  padding-top: 25px;
  padding-bottom: 65px;
}
.line-img-text .container > .row > div:nth-child(1) .content {
  text-align: center;
}
.line-img-text .container > .row > div:nth-child(2) .content {
  margin-top: 20px;
}
.line-img-text .container > .row > div:nth-child(2) .content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .line-img-text .container > .row > div:nth-child(2) .content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.line-img-text .container > .row > div:nth-child(2) .content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
}
.line-small-container > .container {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.line-accueil-accompagnons {
  padding-top: 370px;
}
@media (max-width: 991px) {
  .line-accueil-accompagnons {
    padding-top: 420px;
  }
}
@media (max-width: 767px) {
  .line-accueil-accompagnons {
    padding-top: 230px;
  }
}
.line-accueil-accompagnons .container > .row > div:nth-child(1) .content img:hover {
  cursor: pointer;
}
.line-accueil-accompagnons .container > .row > div:nth-child(1) .content > div {
  display: none;
}
.line-accueil-accompagnons .container > .row > div:nth-child(1) .content p {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .line-accueil-accompagnons .container > .row > div:nth-child(1) .content p {
    margin-bottom: 45px;
    margin-top: -50px;
  }
}
.line-accueil-accompagnons .container > .row > div:nth-child(1) .content p a {
  height: 45px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .line-accueil-accompagnons .container > .row > div:nth-child(1) .content p a {
    margin-left: 0;
  }
}
.line-accueil-accompagnons .container > .row > div:nth-child(2) .content {
  margin-top: 200px;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .line-accueil-accompagnons .container > .row > div:nth-child(2) .content {
    margin-left: 40px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .line-accueil-accompagnons .container > .row > div:nth-child(2) .content {
    margin-top: 0;
    margin-left: 0;
  }
}
.line-accueil-accompagnons .container > .row > div:nth-child(2) .content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .line-accueil-accompagnons .container > .row > div:nth-child(2) .content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .line-accueil-accompagnons .container > .row > div:nth-child(2) .content h2 br {
    display: none;
  }
}
.line-accueil-accompagnons .container > .row > div:nth-child(2) .content .btn {
  margin-top: 30px;
}

.line-accueil-titre-underline {
  padding-top: 90px;
}
.line-accueil-titre-underline.smaller-h2 .container .content h2 {
  font-size: 64px;
  line-height: 58px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .line-accueil-titre-underline.smaller-h2 .container .content h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.line-accueil-titre-underline.smaller-h2 .container .content h2:after {
  bottom: -30px;
}
.line-accueil-titre-underline .container .content h2 {
  font-size: 100px;
  line-height: 106px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .line-accueil-titre-underline .container .content h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.line-accueil-titre-underline .container .content h2:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/element-title-underline.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 326px;
  height: 25px;
  bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .line-accueil-titre-underline .container .content h2:after {
    width: 206px;
    height: 15px;
    bottom: -20px;
  }
}

.line-accueil-bouton-image {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 1199px) {
  .line-accueil-bouton-image {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .line-accueil-bouton-image {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .line-accueil-bouton-image {
    padding-top: 100px;
  }
}
.line-accueil-bouton-image .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .line-accueil-bouton-image .container .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
    text-align: center;
  }
}
@media (max-width: 1399px) {
  .line-accueil-bouton-image .container .content p:nth-child(1) {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .line-accueil-bouton-image .container .content p:nth-child(1) {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .line-accueil-bouton-image .container .content p:nth-child(1) {
    margin-left: -35px;
    margin-bottom: 0;
  }
}
.line-accueil-bouton-image .container .content p:nth-child(2) {
  margin-left: 190px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .line-accueil-bouton-image .container .content p:nth-child(2) {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .line-accueil-bouton-image .container .content p:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .line-accueil-bouton-image .container .content p:nth-child(2) {
    margin-top: -60px;
    margin-left: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-accueil-bouton-image .container .content p:nth-child(2) {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}
.line-accueil-bouton-image .container .content p:nth-child(3) {
  margin-left: 450px;
  margin-top: -120px;
}
@media (max-width: 1399px) {
  .line-accueil-bouton-image .container .content p:nth-child(3) {
    margin-top: -120px;
  }
}
@media (max-width: 1199px) {
  .line-accueil-bouton-image .container .content p:nth-child(3) {
    margin-top: 60px;
    margin-left: 350px;
  }
}
@media (max-width: 991px) {
  .line-accueil-bouton-image .container .content p:nth-child(3) {
    margin-top: 50px;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .line-accueil-bouton-image .container .content p:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-accueil-bouton-image .container .content p:nth-child(3) {
    margin-left: -30px;
  }
}

.line-accueil-titre-news-events {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .line-accueil-titre-news-events {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-accueil-titre-news-events {
    padding-top: 0;
  }
}
.line-accueil-titre-news-events.bg {
  position: relative;
  display: block;
  overflow-x: clip;
}
.line-accueil-titre-news-events.bg .container:before {
  content: "";
  width: 1921px;
  height: 1982px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Accueil/bg-accueil-news.svg") no-repeat;
  background-position: center center;
  background-size: 1921px 1982px;
  position: absolute;
  top: 160px;
  left: -150px;
}
@media (max-width: 991px) {
  .line-accueil-titre-news-events.bg .container:before {
    top: 10px;
    left: -880px;
  }
}
@media (min-width: 992px) {
  .line-accueil-titre-news-events.right .content {
    text-align: right;
  }
}
.line-accueil-titre-news-events.right .content h2 {
  margin-right: 0;
  margin-left: auto;
}
.line-accueil-titre-news-events .content h2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .line-accueil-titre-news-events .content h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

.line-accueil-news {
  padding-top: 65px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .line-accueil-news {
    padding-top: 45px;
  }
}
.line-accueil-news .container > .row {
  display: flex;
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div {
    width: 100%;
  }
}
.line-accueil-news .container > .row > div:nth-child(1) {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(1) .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(1) .content p {
    width: 50%;
  }
}
.line-accueil-news .container > .row > div:nth-child(2) .content {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content {
    padding-bottom: 60px;
  }
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row:nth-child(1):before {
  content: "";
  width: 648px;
  height: 587px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Accueil/element-actualites.svg") no-repeat;
  background-position: center center;
  background-size: 648px 587px;
  position: absolute;
  top: -150px;
  left: -110px;
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row:nth-child(1):before {
    background-size: 58%;
    top: -260px;
    right: -160px;
    left: auto;
  }
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row .item {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item {
    padding: 20px;
    flex-direction: column;
  }
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 {
  width: 65%;
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 {
    width: 100%;
    order: 2;
  }
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 a {
  color: #3e5468 !important;
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 a:hover, .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 a:focus, .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item h3 a:active {
  text-decoration: none !important;
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row .item .e-date {
  width: 35%;
  flex: 1 1 auto;
  text-align: right;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item .e-date {
    width: 100%;
    text-align: left;
    order: 1;
  }
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item .intro {
    order: 3;
  }
}
.line-accueil-news .container > .row > div:nth-child(2) .content > .row .item .actions {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .line-accueil-news .container > .row > div:nth-child(2) .content > .row .item .actions {
    order: 4;
  }
}

.line-accueil-events {
  padding-top: 65px;
  padding-bottom: 120px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .line-accueil-events {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.line-accueil-events .container > .row {
  display: flex;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content {
    padding-bottom: 60px;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row:nth-child(1):before {
  content: "";
  width: 790px;
  height: 754px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Accueil/element-evenements.svg") no-repeat;
  background-position: center center;
  background-size: 790px 754px;
  position: absolute;
  top: -260px;
  left: -160px;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row:nth-child(1):before {
    background-size: 80%;
    position: absolute;
    top: -290px;
    left: -340px;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item {
    padding: 20px;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item > a {
  display: none;
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 {
  width: 65%;
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 {
    order: 2;
    width: 100%;
    margin-bottom: 0px;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 a {
  color: #3e5468 !important;
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 a:hover, .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 a:focus, .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item h3 a:active {
  text-decoration: none !important;
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .itemInfos {
  width: 35%;
  flex: 1 1 auto;
  text-align: right;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .itemInfos {
    text-align: left;
    margin-bottom: 30px;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .e-date {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .e-date {
    order: 1;
    width: 100%;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item hr {
  display: none;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .intro {
    order: 3;
  }
}
.line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .actions {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(1) .content > .row > div .item .actions {
    order: 4;
  }
}
.line-accueil-events .container > .row > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(2) .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .line-accueil-events .container > .row > div:nth-child(2) .content p {
    width: 50%;
  }
}

.line-ipad-citation {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .line-ipad-citation {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .line-ipad-citation.par-aidance-cest-quoi {
    padding-top: 130px;
  }
}
.line-ipad-citation .container > .row > div:nth-child(2) .content {
  padding-top: 85px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .line-ipad-citation .container > .row > div:nth-child(2) .content {
    padding-left: 0;
    padding-top: 0;
  }
}
.line-ipad-citation .container > .row > div:nth-child(2) .content h4 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-ipad-citation .container > .row > div:nth-child(2) .content h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .line-ipad-citation .container > .row > div:nth-child(2) .content h4 {
    margin-bottom: 10px;
  }
}
.line-ipad-citation .container > .row > div:nth-child(2) .content h5 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #4B9D4D;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .line-ipad-citation .container > .row > div:nth-child(2) .content h5 {
    font-size: 16px;
    line-height: 28px;
  }
}
.line-ipad-citation .container > .row > div:nth-child(2) .content h6 {
  font-family: "alkaline", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.line-les-paires-aidantes-list {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .line-les-paires-aidantes-list {
    padding-bottom: 0 !important;
  }
}
.line-les-paires-aidantes-list .container > .row > div > h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #4B9D4D;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-les-paires-aidantes-list .container > .row > div > h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .line-les-paires-aidantes-list .container > .row > div .content {
    margin-left: 0;
  }
}
.line-les-paires-aidantes-list .container > .row > div .content ul {
  columns: 2;
  column-gap: 60px;
  list-style: none;
  padding-left: 40px !important;
}
@media (max-width: 991px) {
  .line-les-paires-aidantes-list .container > .row > div .content ul {
    column-gap: 100px;
  }
}
@media (max-width: 767px) {
  .line-les-paires-aidantes-list .container > .row > div .content ul {
    columns: 1;
  }
}
.line-les-paires-aidantes-list .container > .row > div .content ul li {
  position: relative;
  max-width: 400px;
  margin-bottom: 30px !important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 767px) {
  .line-les-paires-aidantes-list .container > .row > div .content ul li {
    max-width: 100%;
  }
}
.line-les-paires-aidantes-list .container > .row > div .content ul li:after {
  content: "";
  width: 30px;
  height: 38px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/bullet-list-check.svg") no-repeat;
  background-size: 30px 38px;
  position: absolute;
  left: -42px;
  top: 0px;
}

.line-citation {
  padding-top: 142px;
  padding-bottom: 100px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/bg-citation.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .line-citation {
    padding-top: 72px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .line-citation {
    padding-top: 65px;
    padding-bottom: 30px;
  }
}
.line-citation .container > .row > div .content {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.line-citation .container > .row > div .content h5 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
  color: #4B9D4D;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .content h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.line-citation .container > .row > div .content h6 {
  font-size: 20px;
  font-weight: 700;
}

.line-center-titre-texte {
  padding-top: 110px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .line-center-titre-texte {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .line-center-titre-texte {
    padding-top: 65px;
  }
}
.line-center-titre-texte .container > .row > div .content {
  text-align: center;
}
.line-center-titre-texte .container > .row > div .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-center-titre-texte .container > .row > div .content p br {
    display: none !important;
  }
}

.line-avantages-pair-aidance .container > .row > div .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15 15;
  gap: 20px 150px;
}
@media (max-width: 991px) {
  .line-avantages-pair-aidance .container > .row > div .content {
    gap: 20px 70px;
  }
}
@media (max-width: 767px) {
  .line-avantages-pair-aidance .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20 70;
  }
}
@media (max-width: 575px) {
  .line-avantages-pair-aidance .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 100 50;
  }
}
.line-avantages-pair-aidance .container > .row > div .content .row {
  margin-top: 0;
}
.line-avantages-pair-aidance .container > .row > div .content .row .item .intro {
  text-align: center;
}
@media (max-width: 767px) {
  .line-avantages-pair-aidance .container > .row > div .content .row .item .intro img {
    width: 45% !important;
  }
}
.line-avantages-pair-aidance .container > .row > div .content .row .item .intro h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .line-avantages-pair-aidance .container > .row > div .content .row .item .intro h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .line-avantages-pair-aidance .container > .row > div .content .row .item .intro h3 {
    margin-bottom: 15px;
  }
}
.line-avantages-pair-aidance .container > .row > div .content .row .item .intro p:first-child {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .line-avantages-pair-aidance .container > .row > div .content .row .item .intro p:first-child {
    min-height: 150px;
  }
}

.line-pair-demarche-enjeux {
  padding-top: 230px;
  padding-bottom: 10px;
}
.line-pair-demarche-enjeux .container {
  position: relative;
}
.line-pair-demarche-enjeux .container:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/arrow_down.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 110px;
  height: 180px;
  top: -230px;
  right: 250px;
}
@media (max-width: 575px) {
  .line-pair-demarche-enjeux .container:before {
    right: 40%;
  }
}
@media (max-width: 767px) {
  .line-pair-demarche-enjeux .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.line-pair-demarche-enjeux .container > .row > div:nth-child(1) .content {
  text-align: center;
}
.line-pair-demarche-enjeux .container > .row > div:nth-child(2) .content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #4B9D4D;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-pair-demarche-enjeux .container > .row > div:nth-child(2) .content h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.line-pair-demarche-enjeux .container > .row > div:nth-child(2) .content h4 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-pair-demarche-enjeux .container > .row > div:nth-child(2) .content h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

.line-pair-demarche-etapes-intro {
  padding-top: 150px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  overflow-x: clip;
}
.line-pair-demarche-etapes-intro .container:before {
  content: "";
  width: 4739px;
  height: 4888px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Pair-aidance%20d%C3%A9marche/bg-pair-aidance-etapes.svg") no-repeat;
  background-position: center center;
  background-size: 4739px 4888px;
  position: absolute;
  top: 45px;
  left: -1600px;
}
@media (max-width: 1199px) {
  .line-pair-demarche-etapes-intro .container:before {
    width: 7000px;
    height: 7000px;
    background-position: center top;
    background-size: 5219px 5458px;
    left: -2980px;
  }
}
@media (max-width: 991px) {
  .line-pair-demarche-etapes-intro .container:before {
    height: 6990px;
    background-size: 7130px 6348px;
  }
}
@media (max-width: 575px) {
  .line-pair-demarche-etapes-intro .container:before {
    height: 8050px;
    background-size: 7100px 8318px;
  }
}
.line-pair-demarche-etapes-intro .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes-intro .container > .row {
    flex-direction: column-reverse;
  }
}
.line-pair-demarche-etapes-intro .container > .row > div:nth-child(1) .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 35px;
}
.line-pair-demarche-etapes-intro .container > .row > div:nth-child(1) .content h3 {
  margin-top: 25px;
}
.line-pair-demarche-etapes-intro .container > .row > div:nth-child(2) {
  display: flex;
}
@media (min-width: 1200px) {
  .line-pair-demarche-etapes-intro .container > .row > div:nth-child(2) {
    justify-content: flex-end;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes-intro .container > .row > div:nth-child(2) {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .line-pair-demarche-etapes-intro .container > .row > div:nth-child(2) .content img {
    position: sticky;
    top: 50px;
  }
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes-intro .container > .row > div:nth-child(2) .content img {
    margin-bottom: 40px;
  }
}

.line-pair-demarche-etapes {
  padding-top: 135px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .line-pair-demarche-etapes {
    padding-top: 80px;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row + .row {
  margin-top: 90px;
}
.line-pair-demarche-etapes .container > .row > div .content > .row .item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row .item {
    flex-direction: column;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row .item .itemImage {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row .item .itemImage {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row .item .intro {
  position: relative;
  width: 66%;
  padding: 55px 60px 45px 60px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row .item .intro {
    width: 100%;
    padding: 25px 25px 10px 25px;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row .item .intro h3 {
  color: #4B9D4D;
  margin-bottom: 30px;
}
.line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(odd) .item .intro:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/etapes-arrow-down-left.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 104px;
  height: 120px;
  bottom: -86px;
  left: -120px;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(odd) .item .intro:after {
    left: 0;
    right: 0;
    bottom: -70px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 70px;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(odd) .item .itemImage img {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(odd) .item .itemImage img {
    margin-right: 0;
    margin-top: 20px;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(even) .item {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(even) .item {
    flex-direction: column;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(even) .item .intro:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Assets/etapes-arrow-down-right.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 133px;
  height: 111px;
  bottom: -65px;
  right: -150px;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(even) .item .intro:after {
    left: 0;
    right: 0;
    bottom: -85px;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 60px;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(even) .item .itemImage img {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .line-pair-demarche-etapes .container > .row > div .content > .row:nth-child(even) .item .itemImage img {
    margin-left: 0;
  }
}
.line-pair-demarche-etapes .container > .row > div .content > .row:last-child .item .intro:after {
  display: none;
}

.line-pair-confidentialite {
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .line-pair-confidentialite {
    padding-top: 30px;
  }
}
.line-pair-confidentialite .container > .row > div {
  display: block;
}
.line-pair-confidentialite .container > .row > div:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Pair-aidance%20d%C3%A9marche/bg-pair-aidance-confidentialite.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 1190px;
  height: 1066px;
  top: -65px;
  left: calc(50% - 630px);
}
.line-pair-confidentialite .container > .row > div .content {
  position: relative;
  background-color: #fff;
  border: 1px solid #4B9D4D;
  border-radius: 20px;
  padding: 30px 40px;
  max-width: 570px;
  bottom: -60px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .line-pair-confidentialite .container > .row > div .content {
    left: 0;
  }
}
@media (max-width: 767px) {
  .line-pair-confidentialite .container > .row > div .content {
    padding: 20px 30px;
  }
}
.line-pair-confidentialite .container > .row > div .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .line-pair-confidentialite .container > .row > div .content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .line-pair-confidentialite .container > .row > div .content img {
    width: 105px !important;
    margin-bottom: 10px;
  }
}

.line-pair-demarche-bouton-image {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 1199px) {
  .line-pair-demarche-bouton-image {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .line-pair-demarche-bouton-image {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .line-pair-demarche-bouton-image {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
.line-pair-demarche-bouton-image .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .line-pair-demarche-bouton-image .container .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(1) {
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 1399px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(1) {
    margin-left: 100px;
  }
}
@media (max-width: 1199px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(1) {
    margin-left: 170px;
  }
}
@media (max-width: 991px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(1) {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(1) {
    margin-left: 30px;
  }
}
.line-pair-demarche-bouton-image .container .content p:nth-child(2) {
  margin-top: 115px;
}
@media (min-width: 1400px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 1399px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(2) {
    margin-left: 120px;
  }
}
@media (max-width: 1199px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(2) {
    margin-top: 275px;
  }
}
@media (max-width: 991px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  .line-pair-demarche-bouton-image .container .content p:nth-child(2) {
    margin-left: 50px;
    margin-top: 10px;
  }
}

.line-pair-aidance-titre {
  padding-top: 240px;
  padding-bottom: 40px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 1199px) {
  .line-pair-aidance-titre {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .line-pair-aidance-titre {
    padding-bottom: 240px;
  }
}
@media (max-width: 767px) {
  .line-pair-aidance-titre {
    padding-bottom: 250px;
  }
}
.line-pair-aidance-titre:before {
  /*
  @include max-lg {
      width: 960px;
      height: 715px;
      top: -15px;
  }
  @include max-md {
      width: 735px;
      height: 515px;
      top: 0;
      right: -279px;
  }
  */
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/La%20pair%20aidane%20famille/bg-pair-aidance-famille-demarche.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 1381px;
  height: 1097px;
  top: -60px;
  right: -360px;
}
@media (max-width: 1399px) {
  .line-pair-aidance-titre:before {
    right: -410px;
  }
}
@media (max-width: 1199px) {
  .line-pair-aidance-titre:before {
    width: 800px;
    height: 600px;
    top: 150px;
    right: -170px;
  }
}
@media (max-width: 991px) {
  .line-pair-aidance-titre:before {
    right: 0;
    top: 280px;
  }
}
@media (max-width: 767px) {
  .line-pair-aidance-titre:before {
    top: 130px;
    right: -90px;
  }
}
@media (max-width: 575px) {
  .line-pair-aidance-titre:before {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.line-pair-aidance-titre .container > .row > div:nth-child(1) {
  width: 70%;
}
@media (max-width: 991px) {
  .line-pair-aidance-titre .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-pair-aidance-titre .container > .row > div:nth-child(1) .content h2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-pair-aidance-titre .container > .row > div:nth-child(1) .content h2 {
    font-size: 27px;
    line-height: 30px;
  }
}
.line-pair-aidance-titre .container > .row > div:nth-child(1) .content p {
  max-width: 540px;
}
.line-pair-aidance-titre .container > .row > div:nth-child(2) {
  width: 30%;
}
@media (max-width: 991px) {
  .line-pair-aidance-titre .container > .row > div:nth-child(2) {
    width: 100%;
  }
}

.line-pair-aidance-accordeon {
  padding-top: 65px;
}
.line-pair-aidance-accordeon .panel {
  background-color: transparent;
}
.line-pair-aidance-accordeon .panel .panel-title a {
  color: #4B9D4D;
  padding: 37px 15px 40px 20px;
}

@media (max-width: 991px) {
  .line-les-grandes-lignes .container > .row > div:first-child {
    width: 100%;
  }
}

.line-temoignages-video {
  padding-top: 95px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .line-temoignages-video {
    padding-bottom: 0;
  }
}
.line-temoignages-video .container > .row > div .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 33px;
}
@media (max-width: 991px) {
  .line-temoignages-video .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 33px;
  }
}
@media (max-width: 767px) {
  .line-temoignages-video .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 33px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-temoignages-video .container > .row > div .content .row {
  margin-top: 0;
}
.line-temoignages-video .container > .row > div .content .row .item .intro {
  text-align: left;
}
.line-temoignages-video .container > .row > div .content .row .item .intro h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.line-temoignages-video .container > .row > div .content .row .item .intro br {
  display: block !important;
}

.line-temoignages-citation {
  padding-top: 95px;
  padding-bottom: 0;
}
.line-temoignages-citation .container > .row > div .content {
  /*
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  */
  columns: 2;
  column-gap: 60px;
}
@media (max-width: 991px) {
  .line-temoignages-citation .container > .row > div .content {
    columns: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-temoignages-citation .container > .row > div .content > .row {
  break-inside: avoid-column;
}
.line-temoignages-citation .container > .row > div .content > .row:not(:first-child) {
  margin-top: 30px;
}
.line-temoignages-citation .container > .row > div .content > .row .item {
  border-radius: 20px;
  background: var(--Degrade-verts-pale, radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #ECF6EC 100%));
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.line-temoignages-citation .container > .row > div .content > .row .item p {
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  color: #4B9D4D;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .line-temoignages-citation .container > .row > div .content > .row .item p {
    font-size: 20px;
    line-height: 24px;
  }
}
.line-temoignages-citation .container > .row > div .content > .row .item h4 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #3e5468;
}

.line-pair-temoignages-bouton-image {
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 1199px) {
  .line-pair-temoignages-bouton-image {
    padding-top: 300px;
  }
}
@media (max-width: 991px) {
  .line-pair-temoignages-bouton-image {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .line-pair-temoignages-bouton-image {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
.line-pair-temoignages-bouton-image .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .line-pair-temoignages-bouton-image .container .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(1) {
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 1399px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(1) {
    margin-left: 100px;
  }
}
@media (max-width: 1199px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(1) {
    margin-left: -70px;
  }
}
@media (max-width: 767px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(1) {
    margin-left: -20px;
  }
}
.line-pair-temoignages-bouton-image .container .content p:nth-child(2) {
  margin-left: 120px;
  margin-top: 115px;
}
@media (min-width: 1400px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 1399px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(2) {
    margin-left: 120px;
  }
}
@media (max-width: 1199px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(2) {
    margin-top: 275px;
  }
}
@media (max-width: 991px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  .line-pair-temoignages-bouton-image .container .content p:nth-child(2) {
    margin-left: 60px;
    margin-top: 10px;
  }
}

.line-media-infos {
  padding-top: 110px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .line-media-infos {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .line-media-infos {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .line-media-infos {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .line-media-infos .container > .row > div {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-media-infos .container > .row > div .content img {
    max-width: 250px !important;
    margin-bottom: 15px;
  }
}
.line-media-infos .container > .row > div .content p:first-of-type img {
  margin-bottom: 30px;
}
.line-media-infos .container > .row > div:first-child h3 {
  margin-bottom: 20px;
}
.line-media-infos .container > .row > div:first-child p#name {
  font-weight: 700;
  margin-bottom: 5px;
}
.line-media-infos .container > .row > div:first-child a#phone {
  color: #96CA54 !important;
  margin-bottom: 30px;
}
.line-media-infos .container > .row > div:nth-child(2) h3 {
  margin-bottom: 30px;
}
.line-media-infos .container > .row > div:last-child {
  padding-top: 25px;
}
.line-media-infos .container > .row > div:last-child h3 {
  margin-bottom: 60px;
}

.line-revue {
  padding-bottom: 130px;
}
.line-revue .container > .row > div > h2 {
  font-size: 64px;
  line-height: 58px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .line-revue .container > .row > div > h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .line-revue .container > .row > div > h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.line-revue .container > .row > div > h2:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/greenunderline.svg);
  background-repeat: no-repeat;
  width: 326px;
  height: 27px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .line-revue .container > .row > div > h2:after {
    background-size: contain;
    width: 245px;
  }
}

.line-news-title {
  position: relative;
  display: block;
  overflow-x: clip;
}
.line-news-title:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Salle-de-presse/green-blob.svg);
  background-repeat: no-repeat;
  width: 100vw;
  height: 1303px;
  position: absolute;
  top: 0px;
  left: 0;
}
@media (max-width: 991px) {
  .line-news-title:before {
    background-size: cover;
    height: 1700px;
  }
}
@media (max-width: 767px) {
  .line-news-title:before {
    background-size: cover;
    height: 1860px;
    top: -160px;
  }
}
.line-news-title .content h2 {
  display: inline-block;
  max-width: fit-content;
  background: linear-gradient(90deg, #3E5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .line-news-title .content h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

.line-news {
  padding-top: 65px;
}
.line-news .container > .row {
  display: flex;
}
@media (max-width: 991px) {
  .line-news .container > .row {
    flex-direction: column;
  }
}
.line-news .container > .row > div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .line-news .container > .row > div:nth-child(1) {
    order: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .line-news .container > .row > div:nth-child(1) .content {
    display: flex;
  }
}
@media (max-width: 991px) {
  .line-news .container > .row > div:nth-child(2) {
    order: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-news .container > .row > div:nth-child(2) .content {
  padding-bottom: 100px;
}
.line-news .container > .row > div:nth-child(2) .content > .row:nth-child(1):before {
  content: "";
  width: 648px;
  height: 587px;
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/Accueil/element-actualites.svg") no-repeat;
  background-position: center center;
  background-size: 648px 587px;
  position: absolute;
  top: -150px;
  left: -110px;
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row:nth-child(1):before {
    max-width: 367px;
    background-size: contain;
    left: 0;
    top: -240px;
  }
}
.line-news .container > .row > div:nth-child(2) .content > .row .item {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row .item {
    padding: 30px;
  }
}
.line-news .container > .row > div:nth-child(2) .content > .row .item h3 {
  width: 65%;
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: initial;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row .item h3 {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row .item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.line-news .container > .row > div:nth-child(2) .content > .row .item h3 a {
  color: #3e5468 !important;
}
.line-news .container > .row > div:nth-child(2) .content > .row .item h3 a:hover, .line-news .container > .row > div:nth-child(2) .content > .row .item h3 a:focus, .line-news .container > .row > div:nth-child(2) .content > .row .item h3 a:active {
  text-decoration: none !important;
}
.line-news .container > .row > div:nth-child(2) .content > .row .item .e-date {
  width: 35%;
  flex: 1 1 auto;
  text-align: right;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4B9D4D;
  text-transform: initial;
  font-family: "alkaline", sans-serif;
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row .item .e-date {
    order: 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row .item .intro {
    order: 2;
  }
}
.line-news .container > .row > div:nth-child(2) .content > .row .item .actions {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .line-news .container > .row > div:nth-child(2) .content > .row .item .actions {
    order: 3;
  }
}

.line-liens-utiles {
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
}
.line-liens-utiles:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/liens-utiles-shape.svg);
  background-repeat: no-repeat;
  width: 721px;
  height: 921px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.line-liens-utiles .container > .row > div .panel .panel-body h5 {
  max-width: 50%;
  color: #4B9D4D;
}
@media (max-width: 1199px) {
  .line-liens-utiles .container > .row > div .panel .panel-body h5 {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .line-liens-utiles .container > .row > div .panel .panel-body h5 {
    max-width: 100%;
  }
}
.line-liens-utiles .container > .row > div .panel .panel-body p {
  max-width: 50%;
}
@media (max-width: 1199px) {
  .line-liens-utiles .container > .row > div .panel .panel-body p {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .line-liens-utiles .container > .row > div .panel .panel-body p {
    max-width: 100%;
  }
}
.line-liens-utiles .container > .row > div .panel .panel-body p > img {
  margin-right: 15px;
}
.line-liens-utiles .container > .row > div .panel .panel-body hr {
  background: #3e5468;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 50%;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .line-liens-utiles .container > .row > div .panel .panel-body hr {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .line-liens-utiles .container > .row > div .panel .panel-body hr {
    max-width: 100%;
  }
}

.line-contact {
  padding-top: 110px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 991px) {
  .line-contact {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-contact {
    padding-bottom: 500px;
  }
}
@media (max-width: 575px) {
  .line-contact {
    padding-bottom: 430px;
  }
}
.line-contact:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/lamap.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 853px;
  height: 715px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .line-contact:before {
    width: 60vw;
  }
}
@media (max-width: 991px) {
  .line-contact:before {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .line-contact:before {
    width: 600px;
    top: 340px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .line-contact:before {
    width: 460px;
    top: 380px;
  }
}
.line-contact .container > .row > div:first-child .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}
.line-contact .container > .row > div:first-child .content h5 {
  margin-top: 35px;
}
.line-contact .container > .row > div:first-child .content br {
  display: block !important;
}

#si_oui_a_quel_endroit {
  width: 50%;
}
@media (max-width: 767px) {
  #si_oui_a_quel_endroit {
    width: 100%;
  }
}

.line-demande-intro {
  padding-top: 85px;
}
@media (max-width: 991px) {
  .line-demande-intro {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .line-demande-intro {
    padding-top: 145px;
  }
}
@media (max-width: 575px) {
  .line-demande-intro {
    padding-top: 60px;
  }
}
.line-demande-intro .container > .row {
  width: 100%; /* Adjust as needed */
  height: 100%;
  background: radial-gradient(circle, #FFFFFF 0%, #ECF6EC 100%);
  border-radius: 20px;
  padding: 45px 100px 50px 45px;
}
@media (max-width: 991px) {
  .line-demande-intro .container > .row {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .line-demande-intro .container > .row {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .line-demande-intro .container > .row {
    padding: 45px 30px;
  }
}
@media (min-width: 768px) {
  .line-demande-intro .container > .row > div:first-child {
    width: 40%;
  }
}
.line-demande-intro .container > .row > div:first-child h2 {
  color: #4B9D4D;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .line-demande-intro .container > .row > div:first-child h2 {
    margin-bottom: 30px;
  }
}
.line-demande-intro .container > .row > div:first-child p {
  text-align: center;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .line-demande-intro .container > .row > div:first-child p {
    text-align: left;
    padding-right: 0;
  }
}
.line-demande-intro .container > .row > div:last-child {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .line-demande-intro .container > .row > div:last-child {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-demande-intro .container > .row > div:last-child {
    padding-left: 0;
  }
}
.line-demande-intro .container > .row > div:last-child .urgent-btns .btn {
  margin-right: 15px;
}

.line-demande-form-intro {
  padding-top: 100px;
  padding-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .line-demande-form-intro {
    padding-top: 350px;
  }
}
.line-demande-form-intro:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/demande-daide.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 850px;
  height: 765px;
  position: absolute;
  right: 0;
  top: -25px;
}
@media (max-width: 991px) {
  .line-demande-form-intro:before {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .line-demande-form-intro:before {
    max-width: 300px;
    height: 345px;
    top: 90px;
  }
}
@media (min-width: 768px) {
  .line-demande-form-intro .container > .row div .content {
    max-width: 60%;
  }
}

.line-investir {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: block;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .line-investir {
    padding-top: 240px;
  }
}
.line-investir:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/investir.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 754px;
  height: 717px;
  top: -105px;
  right: 0px;
}
@media (max-width: 1199px) {
  .line-investir:before {
    max-width: 50vw;
    background-size: contain;
    width: 604px;
    height: 567px;
    top: -45px;
  }
}
@media (max-width: 991px) {
  .line-investir:before {
    max-width: 50vw;
    background-size: contain;
    width: 754px;
    height: 717px;
  }
}
@media (max-width: 767px) {
  .line-investir:before {
    height: 300px;
    right: -30px;
    top: -65px;
    background-position: center right;
  }
}
@media (max-width: 575px) {
  .line-investir:before {
    right: -5px;
    max-width: 90vw;
  }
}
@media (min-width: 992px) {
  .line-investir .container > .row > div:nth-child(1) .content {
    max-width: 90%;
  }
}
.line-investir .container > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .line-investir .container > .row > div:nth-child(1) .content h2 br {
    display: none !important;
  }
}
.line-investir .container > .row > div:nth-child(1) .content p {
  max-width: 540px;
}
.line-investir .container > .row > div:nth-child(2) {
  width: 30%;
}

.line-don {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .line-don .container > .row > div:first-child {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .line-don .container > .row > div:first-child .content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .line-don .container > .row > div:first-child .content img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .line-don .container > .row > div:last-child {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .line-don .container > .row > div:last-child .content {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .line-don .container > .row > div:last-child .content p {
    max-width: 45%;
  }
}

.line-infolettre {
  padding-top: 40px;
}

.line-mission-vision {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .line-mission-vision {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .line-mission-vision .container > .row {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .line-mission-vision .container > .row > div:first-child {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .line-mission-vision .container > .row > div:first-child {
    order: 1;
    margin-bottom: 60px;
  }
}
.line-mission-vision .container > .row > div:first-child .content h2 {
  display: inline-block;
  max-width: fit-content;
  margin-bottom: 35px;
  font-size: 60px;
  line-height: 66px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .line-mission-vision .container > .row > div:first-child .content h2 {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .line-mission-vision .container > .row > div:last-child {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .line-mission-vision .container > .row > div:last-child {
    order: 0;
    margin-bottom: 20px;
  }
}

.retablissement-title {
  padding-top: 100px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .retablissement-title {
    padding-top: 0;
    margin-bottom: 55px;
  }
}
.retablissement-title .content h2 {
  font-size: 64px;
  line-height: 58px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "alkaline", sans-serif;
  position: relative;
}
@media (max-width: 767px) {
  .retablissement-title .content h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.retablissement-title .content h2:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/greenunderline.svg);
  background-repeat: no-repeat;
  width: 326px;
  height: 27px;
  position: absolute;
  bottom: -35px;
  left: 15%;
}
@media (max-width: 767px) {
  .retablissement-title .content h2:after {
    background-size: contain;
    width: 200px;
  }
}

.retablissement-text {
  padding-bottom: 110px;
}
.retablissement-text .container > .row > div {
  position: relative;
  z-index: 0;
}
.retablissement-text .container > .row > div:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYBpgj4TFJWSmuN5MqEVb1n6/asset/images/L-organisme/Group.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 601px;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .retablissement-text .container > .row > div:before {
    width: 300px;
    height: 300px;
    top: 730px;
  }
}
.retablissement-text .container > .row > div .content {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .retablissement-text .container > .row > div .content {
    max-width: 57%;
  }
}
.retablissement-text .container > .row > div .content p {
  margin-bottom: 30px;
  display: block;
}

.line-approche-title {
  padding-top: 140px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .line-approche-title {
    padding-top: 200px;
  }
}
.line-approche-title .content {
  text-align: center;
}
.line-approche-title .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}

.line-fraternite {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-fraternite {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .line-fraternite .container > .row > div:first-child {
    padding-bottom: 100px;
  }
}
.line-fraternite .container > .row > div:first-child .content {
  max-width: 98%;
}
.line-fraternite .container > .row > div:first-child .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 35px;
}
.line-fraternite .container > .row > div:last-child .content {
  margin-top: -100px;
}

.line-moyens-title {
  padding-bottom: 70px;
}
.line-moyens-title .content {
  text-align: center;
}
.line-moyens-title .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}

.line-moyens .container > .row > div .newsList {
  gap: 60px 62px;
}
.line-moyens .container > .row > div .newsList .item .itemImage {
  margin-bottom: 25px;
}
.line-moyens .container > .row > div .newsList .item .itemImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 183px;
}

.line-vedette-partenaires-title {
  padding-top: 130px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .line-vedette-partenaires-title {
    padding-top: 80px;
  }
}
.line-vedette-partenaires-title .content {
  text-align: center;
}
.line-vedette-partenaires-title .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}

.line-vedette-partenaires .newsList {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 30px !important;
}
.line-vedette-partenaires .newsList > .row {
  width: 100%;
  max-width: 258px;
}
@media (max-width: 991px) {
  .line-vedette-partenaires .newsList > .row {
    max-width: 230px;
  }
}
.line-vedette-partenaires .newsList > .row .item .itemImage {
  margin-bottom: 0;
}
.line-vedette-partenaires .newsList > .row .item .intro {
  width: 100%;
  display: flex;
  height: auto;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.line-vedette-partenaires .newsList > .row .item .intro p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.line-vedette-partenaires .newsList > .row .item .intro p a {
  color: #3e5468;
}
.line-vedette-partenaires .newsList > .row .item .intro p a:hover {
  color: #4B9D4D;
}

.btn-touspartenaires {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .btn-touspartenaires {
    padding-bottom: 0;
  }
}

.line-bouton-image {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  display: block;
  overflow-x: clip;
}
.line-bouton-image .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .line-bouton-image .container .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
.line-bouton-image .container .content p:nth-child(1) {
  margin-left: -40px;
}
@media (min-width: 1200px) {
  .line-bouton-image .container .content p:nth-child(1) {
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .line-bouton-image .container .content p:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .line-bouton-image .container .content p:nth-child(1) {
    margin-left: 50px;
  }
}
.line-bouton-image .container .content p:nth-child(2) {
  margin-top: 150px;
}
@media (min-width: 1200px) {
  .line-bouton-image .container .content p:nth-child(2) {
    margin-left: 60px;
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .line-bouton-image .container .content p:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
    margin-right: -30px;
    margin-top: 380px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .line-bouton-image .container .content p:nth-child(2) {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .line-bouton-image .container .content p:nth-child(2) {
    margin-right: 0;
    margin-top: 30px;
  }
}

.line-equipe {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .line-equipe {
    padding-top: 130px;
  }
}
@media (max-width: 575px) {
  .line-equipe {
    padding-top: 30px;
  }
}
.line-equipe .container > .row > div .newsList > .row + .row {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .line-equipe .container > .row > div .newsList > .row + .row {
    margin-top: 0;
  }
}
.line-equipe .container > .row > div .newsList > .row {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .line-equipe .container > .row > div .newsList > .row .item {
    margin-bottom: 60px;
  }
}
.line-equipe .container > .row > div .newsList > .row .item .intro table tr td img {
  width: 340px !important;
  height: 300px !important;
}
@media (max-width: 1199px) {
  .line-equipe .container > .row > div .newsList > .row .item .intro table tr td img {
    width: 360px !important;
    height: 200px !important;
  }
}

.line-rapport-vedette {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .line-rapport-vedette {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .line-rapport-vedette {
    padding-top: 110px;
  }
}
@media (max-width: 575px) {
  .line-rapport-vedette {
    padding-top: 20px;
  }
}
.line-rapport-vedette .container > .row {
  width: 100%; /* Adjust as needed */
  height: 100%;
  background: radial-gradient(circle, #FFFFFF 0%, #ECF6EC 100%);
  border-radius: 20px;
  padding: 125px 100px 30px 15px;
}
@media (max-width: 991px) {
  .line-rapport-vedette .container > .row {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .line-rapport-vedette .container > .row > div:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-rapport-vedette .container > .row > div:first-child {
    padding: 0;
    margin-bottom: 30px;
  }
}
.line-rapport-vedette .container > .row > div:first-child .mod-article__wrapper {
  min-width: 100%;
}
@media (min-width: 768px) {
  .line-rapport-vedette .container > .row > div:last-child {
    width: 60%;
    padding-left: 40px;
  }
}
.line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__title {
  font-family: "alkaline", sans-serif;
  text-transform: none;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__title {
    line-height: 46px;
  }
}
.line-rapport-vedette .container > .row > div:last-child .mod-article__wrapper .mod-article__content p:first-of-type {
  margin-bottom: 25px;
}

.line-rapport {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .line-rapport {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-rapport .container > .row > div .newsList > .row + .row {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-rapport .container > .row > div .newsList > .row {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .line-rapport .container > .row > div .newsList > .row .item, .line-rapport .container > .row > div .newsList > .row .col-sm-12 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-rapport .container > .row > div .newsList > .row .item, .line-rapport .container > .row > div .newsList > .row .col-sm-12 {
    margin-bottom: 45px;
  }
}
.line-rapport .container > .row > div .newsList > .row .item .itemImage, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .itemImage {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .line-rapport .container > .row > div .newsList > .row .item .itemImage, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .itemImage {
    margin-bottom: 0;
  }
}
.line-rapport .container > .row > div .newsList > .row .item .itemImage img, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .itemImage img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .line-rapport .container > .row > div .newsList > .row .item .itemImage img, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .itemImage img {
    max-width: 256px;
  }
}
.line-rapport .container > .row > div .newsList > .row .item .intro, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .line-rapport .container > .row > div .newsList > .row .item .intro, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro {
    padding-left: 10px;
  }
}
.line-rapport .container > .row > div .newsList > .row .item .intro h4, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro h4 {
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-rapport .container > .row > div .newsList > .row .item .intro h4, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro h4 {
    margin-bottom: 20px;
  }
}
.line-rapport .container > .row > div .newsList > .row .item .intro h4 strong, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro h4 strong {
  color: #96CA54;
}
@media (max-width: 767px) {
  .line-rapport .container > .row > div .newsList > .row .item .intro h4 br:last-of-type, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro h4 br:last-of-type {
    display: block !important;
  }
}
.line-rapport .container > .row > div .newsList > .row .item .intro p, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro p {
  margin-bottom: 0;
}
.line-rapport .container > .row > div .newsList > .row .item .intro p .btn, .line-rapport .container > .row > div .newsList > .row .col-sm-12 .intro p .btn {
  margin-bottom: 0;
}

.line-intervenants {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .line-intervenants {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-intervenants {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .line-intervenants {
    padding-top: 0;
  }
}
.line-intervenants .container > .row > div #newsFilterForm {
  padding-left: 40px;
}
@media (max-width: 575px) {
  .line-intervenants .container > .row > div #newsFilterForm {
    padding-left: 0;
  }
}
.line-intervenants .container > .row > div #newsFilterForm label {
  font-size: 22px !important;
  line-height: 25px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #3e5468;
}
.line-intervenants .container > .row > div .news-mosaic > .row + .row {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .line-intervenants .container > .row > div .news-mosaic > .row + .row {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .line-intervenants .container > .row > div .news-mosaic > .row .col-sm-8 {
    margin-bottom: 60px;
  }
}
.line-intervenants .container > .row > div .news-mosaic > .row .col-sm-8 .news-intro table tr td img {
  width: 340px !important;
  height: 300px !important;
}
@media (max-width: 1199px) {
  .line-intervenants .container > .row > div .news-mosaic > .row .col-sm-8 .news-intro table tr td img {
    width: 360px !important;
    height: 200px !important;
  }
}

.line-collaborer {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-collaborer {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-collaborer {
    padding-top: 160px;
  }
}
@media (max-width: 575px) {
  .line-collaborer {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .line-collaborer .container > .row > div:first-child .content {
    padding-top: 90px;
  }
}
.line-collaborer .container > .row > div:first-child .content h2 {
  background: -webkit-linear-gradient(0deg, #3e5468 0%, #358CCB 50%, #4B9D4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-collaborer .container > .row > div:first-child .content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .line-collaborer .container > .row > div:first-child .content h2 br {
    display: none !important;
  }
}
.line-partenaires {
  padding-bottom: 80px;
}
.line-partenaires .container > .row > div > h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 22px;
  border-bottom: 1px solid #3e5468;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .line-partenaires .container > .row > div > h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .line-partenaires .container > .row > div .news-mosaic {
    gap: 30px;
  }
}
.line-partenaires .container > .row > div .news-mosaic > .row .col-sm-24 > a {
  /*
  pointer-events: none;
  cursor: pointer;
  */
}

.directory-member-detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.directory-member-detail-wrapper h1 {
  margin-top: 60px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .directory-member-detail-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.directory-member-detail-wrapper .section-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .directory-member-detail-wrapper .section-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.line-politique-protection h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .line-politique-protection h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.line-404 {
  padding-bottom: 0 !important;
}
.line-404 .row > div .content {
  text-align: center;
}
.line-404 .row > div .content h1 {
  font-size: 160px;
  line-height: 186px;
}
.line-404 .row > div .content h3 {
  font-size: 54px !important;
  line-height: 58px !important;
  font-weight: 400 !important;
}
.line-404 .row > div .content p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  text-transform: initial !important;
  font-family: "Open Sans", sans-serif !important;
}

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