@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/* RESPONSIVE MIXINS BREAKPOINT */
/* CUSTOM WIDTH CONTAINER */
/*
$xlg-container: 1200px;
$lg-container: 90%;
$md-container: 90%;
$sm-container: 90%;
*/
/* CUSTOM WIDTH CONTAINER DEFAULT */
/* CUSTOM COLORS VARIABLES */
/* 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 (max-width: 767px) {
  .container {
    width: calc(100vw - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    width: calc(100vw - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100vw - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

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

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

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

@media (max-width: 767px) {
  .smallpadding {
    padding: 40px 0;
  }
  .smallpaddingtop {
    padding-top: 40px;
  }
  .smallpaddingbottom {
    padding-bottom: 40px;
  }
  .largepadding {
    padding: 80px 0;
  }
  .largepaddingtop {
    padding-top: 80px;
  }
  .largepaddingbottom {
    padding-bottom: 80px;
  }
}
/********************************************************************/
/* ALIGNEMENTS */
/********************************************************************/
/* Alignement vertical flex */
.verticalalign .row {
  display: flex;
  flex-wrap: wrap;
}
.verticalalign .row > div {
  display: flex;
  flex-direction: column;
}
.verticalalign .row > div > div {
  width: 100%;
}
.verticalalign.center .row > div {
  align-items: center;
  justify-content: center;
}
.verticalalign.bottom .row > div {
  align-items: center;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

.whiteparagraphe p {
  color: #282828;
}

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

.darkparagraphe p {
  color: #282828;
}

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

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

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

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

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

/* Change selection color */
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #EE653B;
}

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

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

/* ################################# */
/*###########################  TITRES  ###########################*/
h1 {
  opacity: 0;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}

h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .h1:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  opacity: 0;
}
h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .h1:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .h2:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .h3:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .h4:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .h5:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate, .h6:not(.mod-article__content h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}

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

p:not(.fleche, .mod-article__content p) {
  opacity: 0;
}
p:not(.fleche, .mod-article__content p).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}

img:not(.banner-icons img, .line-header img, .line-videos img, .arrow-down, .parallax-image img, .rotating-arrows img) {
  opacity: 0;
}
img:not(.banner-icons img, .line-header img, .line-videos img, .arrow-down, .parallax-image img, .rotating-arrows img).animate {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.1s;
}

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

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

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

.mod-article__content h1, .mod-article__content h2, .mod-article__content h3, .mod-article__content h4, .mod-article__content h5, .mod-article__content h6, .mod-article__content ul, .mod-article__content li, .mod-article__content p, .mod-article__content .h1, .mod-article__content .h2, .mod-article__content .h3, .mod-article__content .h4, .mod-article__content .h5, .mod-article__content .h6, .mod-article__content img {
  opacity: 1 !important;
  animation: none !important;
}

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

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

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

.newsList img {
  opacity: 1 !important;
}

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

.parallax-image {
  opacity: 1 !important;
}
.parallax-image p {
  opacity: 1 !important;
}
.parallax-image p img {
  opacity: 1 !important;
}

#footer-pastille {
  animation: none !important;
  opacity: 1 !important;
}

/**
* ----------------------------------------
* header
* ----------------------------------------
*/
@keyframes slide-down-header {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * Smooth bounce
 * ----------------------------------------
 */
@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
/**
 * ----------------------------------------
 * 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;
  }
}
/* Rotation animation */
@keyframes rotate-circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-circle-counter {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* Keyframes for Falling Effect */
@keyframes fall-in {
  0% {
    transform: translateY(-150px) scale(0.5);
    opacity: 0;
  }
  70% {
    transform: translateY(10px) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale3d(1, 1, 1);
  }
  50% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.u--pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Red Hat Display", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 15px;
  width: 100%;
  color: #282828;
  text-wrap: pretty;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover, .h1:hover, .h2:hover, .h3:hover, .h4:hover, .h5:hover, .h6: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, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, p br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br {
    display: none !important;
  }
}
@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: keep-all;
  }
}

h1, .h1 {
  font-size: 90px;
  line-height: 94px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

h3, .h3 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 25px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5, .h5 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

h6, .h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 19px;
    line-height: 25px;
  }
}

.text_exergue {
  font-size: 140px;
  line-height: 145px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text_exergue {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 390px) {
  .text_exergue {
    font-size: 48px;
    line-height: 52px;
  }
}

.text_intro {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .text_intro {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.p-small {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #EE653B;
}
hr {
  border-color: rgba(163, 235, 184, 0.35);
}

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

ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 25px;
}
ol li, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
@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: #A3EBB8;
}
ol li ul, ol li ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li ul, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 15px;
}

/*###########################  BOUTONS  ###########################*/
/* Calendar event BTN  */
.calendar-link-content .v-btn {
  color: #A3EBB8 !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 .v-btn:hover, .calendar-link-content .v-btn:focus, .calendar-link-content .v-btn:active {
  color: #A3EBB8 !important;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.calendar-link-content .v-btn:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_calendar.svg");
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calendar-link-content .v-btn i {
  display: none;
}

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
}
.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: 991px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn br, input.btn br, a.btn br {
  display: block !important;
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  background-color: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus {
  background-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.btn.btn-primary.orange-bg, input.btn.btn-primary.orange-bg, a.btn.btn-primary.orange-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.btn.btn-primary.orange-bg:hover, .btn.btn-primary.orange-bg:active, .btn.btn-primary.orange-bg:focus, input.btn.btn-primary.orange-bg:hover, input.btn.btn-primary.orange-bg:active, input.btn.btn-primary.orange-bg:focus, a.btn.btn-primary.orange-bg:hover, a.btn.btn-primary.orange-bg:active, a.btn.btn-primary.orange-bg:focus {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.btn.btn-primary.black-bg, input.btn.btn-primary.black-bg, a.btn.btn-primary.black-bg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.btn.btn-primary.black-bg:hover, .btn.btn-primary.black-bg:active, .btn.btn-primary.black-bg:focus, input.btn.btn-primary.black-bg:hover, input.btn.btn-primary.black-bg:active, input.btn.btn-primary.black-bg:focus, a.btn.btn-primary.black-bg:hover, a.btn.btn-primary.black-bg:active, a.btn.btn-primary.black-bg:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: transparent;
  color: #282828;
  transition: all 0.5s;
  border: 1px solid #FF8762;
  padding: 10px 60px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, input.btn.btn-secondary:hover, input.btn.btn-secondary:active, input.btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:active, a.btn.btn-secondary:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}
.btn.btn-third, input.btn.btn-third, a.btn.btn-third {
  width: 360px;
  height: 203px;
  padding: 40px 60px 0 20px;
  color: #282828;
  border-radius: 55px;
  align-items: flex-start;
  white-space: wrap;
  text-align: left;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  transition: ease 0.5s all;
}
@media (max-width: 1199px) {
  .btn.btn-third, input.btn.btn-third, a.btn.btn-third {
    width: 280px;
    padding-right: 80px;
  }
}
.btn.btn-third:before, input.btn.btn-third:before, a.btn.btn-third:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/btn-third-circle.svg);
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.btn.btn-third:after, input.btn.btn-third:after, a.btn.btn-third:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/btn-third-arrow.svg);
  background-repeat: no-repeat;
  width: 87px;
  height: 57px;
  position: absolute;
  bottom: 23px;
  right: 25px;
}
.btn.btn-third:hover:after, input.btn.btn-third:hover:after, a.btn.btn-third:hover:after {
  animation: 1s bounce_arrow infinite;
}
.btn.btn-third.beige, input.btn.btn-third.beige, a.btn.btn-third.beige {
  background: #C7A8A6;
}
.btn.btn-third.beige:hover, input.btn.btn-third.beige:hover, a.btn.btn-third.beige:hover {
  background: rgba(199, 168, 166, 0.7);
}
.btn.btn-third.orange, input.btn.btn-third.orange, a.btn.btn-third.orange {
  background: #FF8762;
}
.btn.btn-third.orange:hover, input.btn.btn-third.orange:hover, a.btn.btn-third.orange:hover {
  background: rgba(255, 135, 98, 0.7);
}
.btn.btn-third.green, input.btn.btn-third.green, a.btn.btn-third.green {
  background: #A3EBB8;
}
.btn.btn-third.green:hover, input.btn.btn-third.green:hover, a.btn.btn-third.green:hover {
  background: rgba(163, 235, 184, 0.7);
}
@media (max-width: 767px) {
  .btn.btn-third br, input.btn.btn-third br, a.btn.btn-third br {
    display: none !important;
  }
}
.btn.btn-link, input.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  color: #A3EBB8;
  padding: 15px 0;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid #EE653B;
  border-radius: 0;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus {
  background-color: transparent;
  color: #EE653B;
  border: none;
  border-bottom: 1px solid #A3EBB8;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  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: #EE653B;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 0.5s;
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow: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;
}
.btn.btn-arrow:hover, .btn.btn-arrow:focus, input.btn.btn-arrow:hover, input.btn.btn-arrow:focus, a.btn.btn-arrow:hover, a.btn.btn-arrow:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #A3EBB8;
}
.btn.btn-arrow:hover:after, .btn.btn-arrow:focus:after, input.btn.btn-arrow:hover:after, input.btn.btn-arrow:focus:after, a.btn.btn-arrow:hover:after, a.btn.btn-arrow:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.btn.btn-back, input.btn.btn-back, a.btn.btn-back {
  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: #EE653B;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 0.5s;
  position: relative;
}
.btn.btn-back:before, input.btn.btn-back:before, a.btn.btn-back:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  background-repeat: no-repeat;
  left: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 5px;
  height: 8px;
  animation-name: none;
  transform: rotate(180deg);
}
.btn.btn-back:hover, .btn.btn-back:focus, input.btn.btn-back:hover, input.btn.btn-back:focus, a.btn.btn-back:hover, a.btn.btn-back:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #A3EBB8;
}
.btn.btn-back:hover:before, .btn.btn-back:focus:before, input.btn.btn-back:hover:before, input.btn.btn-back:focus:before, a.btn.btn-back:hover:before, a.btn.btn-back:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  background-color: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
  margin-left: 100px;
}
.btn.btn-download:hover, .btn.btn-download:active, .btn.btn-download:focus, input.btn.btn-download:hover, input.btn.btn-download:active, input.btn.btn-download:focus, a.btn.btn-download:hover, a.btn.btn-download:active, a.btn.btn-download:focus {
  background-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.btn.btn-download:hover:before, .btn.btn-download:active:before, .btn.btn-download:focus:before, input.btn.btn-download:hover:before, input.btn.btn-download:active:before, input.btn.btn-download:focus:before, a.btn.btn-download:hover:before, a.btn.btn-download:active:before, a.btn.btn-download:focus:before {
  background-color: #A3EBB8;
}
.btn.btn-download:after, input.btn.btn-download:after, a.btn.btn-download:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/_outils/download-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0px;
  top: 4px;
  transition: all 150ms;
}
.btn.btn-default, input.btn.btn-default, a.btn.btn-default {
  background-color: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.btn.btn-default.orange-bg, input.btn.btn-default.orange-bg, a.btn.btn-default.orange-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.btn.btn-default.orange-bg:hover, .btn.btn-default.orange-bg:active, .btn.btn-default.orange-bg:focus, input.btn.btn-default.orange-bg:hover, input.btn.btn-default.orange-bg:active, input.btn.btn-default.orange-bg:focus, a.btn.btn-default.orange-bg:hover, a.btn.btn-default.orange-bg:active, a.btn.btn-default.orange-bg:focus {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.btn.btn-default.black-bg, input.btn.btn-default.black-bg, a.btn.btn-default.black-bg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.btn.btn-default.black-bg:hover, .btn.btn-default.black-bg:active, .btn.btn-default.black-bg:focus, input.btn.btn-default.black-bg:hover, input.btn.btn-default.black-bg:active, input.btn.btn-default.black-bg:focus, a.btn.btn-default.black-bg:hover, a.btn.btn-default.black-bg:active, a.btn.btn-default.black-bg:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}

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

.back-to-list {
  background-color: transparent;
  color: #A3EBB8;
  padding: 15px 0;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid #EE653B;
  border-radius: 0;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  color: #EE653B;
  border: none;
  border-bottom: 1px solid #A3EBB8;
}

/*###########################  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: #282828;
  -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 */
.zone-crm #formbuilder-add-wrapper h2, .zone-crm #formbuilder-add-wrapper h3, .zone-crm #formbuilder-add-wrapper h4, .zone-crm #formbuilder-add-wrapper h5, .zone-crm #formbuilder-add-wrapper h6, .zone-crm #formbuilder-add-wrapper p {
  color: #fff;
  margin-bottom: 40px;
}

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;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 0;
  color: #fff;
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 5px;
  color: #fff;
}
form.form-horizontal .form-group input:not(.btn), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #fff !important;
  color: #282828 !important;
  border: 1px solid #B7C4D7;
  border-radius: 10px;
}
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 #B7C4D7 !important;
  padding: 15px !important;
  height: 51px !important;
  border-radius: 10px;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
  border-radius: 10px;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  -webkit-border-radius: 0px !important;
  border-radius: 10px !important;
}
form.form-horizontal .form-group .input-checkbox .checkbox label,
form.search-form .form-group .input-checkbox .checkbox label {
  font-size: 16px;
  color: #fff;
}
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 .input-radio,
form.search-form .form-group .input-radio {
  display: flex;
}
form.form-horizontal .form-group .input-radio label,
form.search-form .form-group .input-radio label {
  color: #fff;
  display: flex;
  margin-right: 20px;
}
form.form-horizontal .form-group .form-element-choix_unique .input-radio,
form.search-form .form-group .form-element-choix_unique .input-radio {
  display: flex;
}
form.form-horizontal .form-group .form-element-choix_unique .input-radio .choix_unique label,
form.search-form .form-group .form-element-choix_unique .input-radio .choix_unique label {
  color: #fff;
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.ca.yapla.com/images/icon-membogo-arrow-combo@2x.png) no-repeat right 5px center !important;
  background-size: 13px !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: #A3EBB8 !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;
  text-align: center;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(163, 235, 184, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #A3EBB8;
}

.overrideformtitle .zone-crm h1 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  text-align: center;
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

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

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

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

.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: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper fieldset h2,
  .zone-member .form-withProgress__wrapper fieldset h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.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: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
  color: #EE653B;
}
@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: 18px;
    line-height: 20px;
  }
}
@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: #EE653B !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: #EE653B !important;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
  .zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
  .zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
  .zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment {
  background-color: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus {
  background-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.orange-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.orange-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.orange-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.orange-bg:focus {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.black-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.black-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.black-bg:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.black-bg:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  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#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 {
  background: transparent;
  color: #6B82A4;
  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: #6B82A4;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  height: 55px !important;
  padding: 20px 35px !important;
  background-color: #FF8762 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  border: 1px solid #FF8762 !important;
}
.zone-event .membership-delegate-manage .footer .btn:hover, .zone-event .membership-delegate-manage .footer .btn:active, .zone-event .membership-delegate-manage .footer .btn:focus,
.zone-member .membership-delegate-manage .footer .btn:hover,
.zone-member .membership-delegate-manage .footer .btn:active,
.zone-member .membership-delegate-manage .footer .btn:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  border: 1px solid #FF8762 !important;
  color: #282828 !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  height: 55px !important;
  padding: 20px 35px !important;
  background-color: #FF8762 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  border: 1px solid #FF8762 !important;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:active, .modal .modal-dialog .modal-content .modal-footer button:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  border: 1px solid #FF8762 !important;
  color: #282828 !important;
}

/*ETAPES INSCRIPTION NOUVEAU MEMBRE*/
/*Étapes 1 - Type d'adhesion*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper {
  background: #fff;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form {
  margin-top: 0px;
  padding: 115px 95px;
  background-color: #FFF7ED;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  font-family: "Red Hat Display", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item {
  border: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .price-membership-badge {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .price-membership-badge {
    font-size: 18px;
    line-height: 20px;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
    font-size: 18px;
    line-height: 20px;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-date {
  font-size: 14px;
  color: #282828;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description {
  padding-left: 20px;
  font-size: 14px;
  color: #EE653B;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description p, .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description ul li {
  font-size: 14px !important;
  color: #282828 !important;
  font-weight: 400 !important;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .memberships_options h4 {
  color: #282828;
  font-size: 16px;
  line-height: 24px;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
  background: #A3EBB8;
  border-bottom: none;
  display: flex;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
    padding: 5px;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .badge {
  order: 1;
  flex: 1;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
  position: relative;
  order: 0;
  flex: 0 0 90%;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
    flex: 0 0 70%;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group label {
  font-weight: 600;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group select {
  max-width: 50%;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group select {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block {
    position: absolute;
    bottom: 0;
    left: 55%;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button {
  background: transparent;
  border: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button {
    font-size: 12px;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #6CA4DC;
  color: #6CA4DC;
  background: #fff;
  padding: 5px;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
    margin-right: 0;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom:first-child {
  margin-top: 20px;
}

/*Étapes 2 - information de l'adherent*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.zone-member .form-withProgress__wrapper h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion {
  padding-left: 0px;
  padding-right: 0px;
}
.zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
  color: #EE653B;
}
.zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  color: #EE653B !important;
  padding-top: 32px !important;
}
@media (max-width: 767px) {
  .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section {
  background: #EE653B;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  color: #fff !important;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  color: #fff !important;
}

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

/*ETAPES INSCRIPTION EVENEMENT*/
/*Étapes 1 - Inscription*/
.zone-event h1.form-withProgress__title-main {
  padding-top: 60px;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: #FFF7ED;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  background-color: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
  padding: 15px !important;
  color: #EE653B !important;
  font-weight: 500 !important;
  border: 2px solid #A3EBB8 !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-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.orange-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.orange-bg:hover, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.orange-bg:active, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.orange-bg:focus {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.black-bg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.black-bg:hover, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.black-bg:active, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.black-bg:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #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 #A3EBB8 !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: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .step-resume .zone-event .form-withProgress__wrapper fieldset legend {
    font-size: 18px;
    line-height: 20px;
  }
}
.step-resume .zone-event .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
/*Étapes - Résumé Informations*/
.step-resume .field-object-temp h2 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: #EE653B;
}
.step-resume .field-object-temp .object-top-action input {
  margin-right: 16px;
}
.step-resume .field-object-temp .object-main-title {
  margin-bottom: 64px;
}
.step-resume .field-object-temp .object-main-title h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .step-resume .field-object-temp .object-main-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.step-resume .field-object-temp .field-object-next-element, .step-resume .field-object-temp .field-object-prev-element {
  height: 55px !important;
  padding: 20px 35px !important;
  background-color: #FF8762 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  border: 1px solid #FF8762 !important;
}
.step-resume .field-object-temp .field-object-next-element:hover, .step-resume .field-object-temp .field-object-next-element:active, .step-resume .field-object-temp .field-object-next-element:focus, .step-resume .field-object-temp .field-object-prev-element:hover, .step-resume .field-object-temp .field-object-prev-element:active, .step-resume .field-object-temp .field-object-prev-element:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  border: 1px solid #FF8762 !important;
  color: #282828 !important;
}
.step-resume .field-object-temp .crm-entity__info-wrapper {
  border: 1px solid #DDDDDD;
}
.step-resume .field-object-temp .crm-entity__info-wrapper .section-title-toggle {
  display: none;
}
.step-resume .field-object-temp .list-group__wrapper .list-group__title {
  border: 1px solid #DDDDDD;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .step-resume .field-object-temp .list-group__wrapper .list-group__title {
    font-size: 19px;
    line-height: 25px;
  }
}
.step-resume .field-object-temp .object-form-action {
  margin-bottom: 32px;
}
.step-resume .field-object-temp .object-form-action a.btn {
  margin-top: 0 !important;
}

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

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
/*###########################  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(163, 235, 184, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(163, 235, 184, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #EE653B;
  color: #A3EBB8;
}

.paginationControl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  grid-column: span 3;
}
@media (max-width: 991px) {
  .paginationControl {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .paginationControl {
    grid-column: span 1;
  }
}
.paginationControl a {
  width: 35px;
  height: 35px;
  border: 1px solid #EE653B;
  border-radius: 55px;
  margin: 5px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #A3EBB8;
}
.paginationControl a.active {
  background-color: #EE653B;
  color: #fff;
  font-weight: 200 !important;
}
.paginationControl a.active:hover, .paginationControl a.active:focus {
  color: #fff;
}

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

.panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid #282828 !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 15px 30px;
  color: #A3EBB8;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "−";
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 35px;
  font-weight: 900;
  color: #282828;
  transition: transform 150ms;
}
.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 15px 30px 15px;
  margin-top: -10px;
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #282828;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

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

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

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

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

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

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

.nav-progress {
  position: relative;
  justify-content: space-between;
  width: 80%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.nav-progress:before {
  content: "";
  width: 88%;
  height: 2px;
  background-color: #dfe6d1;
  position: absolute;
  margin-left: 30px;
  margin-right: auto;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .nav-progress:before {
    width: 100%;
    margin-left: 0;
  }
}
.nav-progress:after {
  content: none;
}
@media (max-width: 767px) {
  .nav-progress {
    display: block;
  }
}
.nav-progress li.disabled {
  flex-grow: inherit !important;
  flex-shrink: 1;
  opacity: 1;
}
.nav-progress li.disabled a,
.nav-progress li.disabled a:hover,
.nav-progress li.disabled a:focus {
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  float: none;
  padding-left: 0px;
  font-weight: 600;
  color: #6B82A4;
  margin-top: 2px;
  padding-top: 15px;
  text-transform: none;
  font-size: 19px;
  position: relative;
}
.nav-progress li.disabled a:before,
.nav-progress li.disabled a:hover:before,
.nav-progress li.disabled a:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 40px;
  margin: auto;
  height: 4px;
  border-radius: 0px;
  background-color: #6B82A4;
}
.nav-progress li.disabled:before {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  border: none;
  color: #6B82A4;
  background-color: transparent;
  padding: 5px;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  opacity: 1;
}
.nav-progress li.disabled.active a {
  color: #EE653B;
}
.nav-progress li.disabled.active a:before {
  background-color: #EE653B;
}
.nav-progress li.disabled.active:before {
  color: #EE653B;
  background-color: transparent;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li {
  opacity: 1;
}
.nav-progress li.disabled.active ~ li a {
  color: #BFCEA2;
}
.nav-progress li.disabled.active ~ li a:before {
  background-color: #BFCEA2;
}
.nav-progress li.disabled.active ~ li:before {
  color: #BFCEA2;
  border-color: #BFCEA2;
  background-color: transparent;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}
@media (max-width: 767px) {
  .nav-progress li.disabled:not(.active) {
    margin-left: -1000000px;
    height: 0;
  }
}

.line-title-banner.main .container {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-title-banner.main .container {
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main .container {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main .container .row > div .content {
    max-width: 99%;
  }
}
.line-title-banner.main .container .row > div .content .banner-content {
  position: relative;
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .line-title-banner.main .container .row > div .content .banner-content {
    padding-bottom: 120px;
  }
}
.line-title-banner.main .container .row > div .content .banner-content h1, .line-title-banner.main .container .row > div .content .banner-content .h1 {
  color: #fff;
}
.line-title-banner.main .container .row > div .content .banner-content .h5 {
  color: #282828;
}
.line-title-banner.main .container .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-title-banner.main .container .row > div .content .banner-content .arrow-down {
    width: 34px !important;
  }
}
.line-title-banner.main .container .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main .container .row > div .content .zone-50-50 {
  display: flex;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media (max-width: 991px) {
  .line-title-banner.main .container .row > div .content .zone-50-50 {
    max-width: 95%;
    flex-direction: column;
    max-width: 100%;
  }
}
.line-title-banner.main .container .row > div .content .zone-50-50 .zone-left {
  z-index: 2;
  width: 50%;
}
@media (max-width: 991px) {
  .line-title-banner.main .container .row > div .content .zone-50-50 .zone-left {
    width: 100%;
    text-align: center;
  }
}
.line-title-banner.main .container .row > div .content .zone-50-50 .zone-left h2 {
  color: #282828;
}
@media (max-width: 1199px) {
  .line-title-banner.main .container .row > div .content .zone-50-50 .zone-left h2 br {
    display: none !important;
  }
}
.line-title-banner.main .container .row > div .content .zone-50-50 .zone-right {
  z-index: 2;
  width: 50%;
}
@media (max-width: 991px) {
  .line-title-banner.main .container .row > div .content .zone-50-50 .zone-right {
    width: 100%;
    text-align: center;
  }
}
.line-title-banner.main .container .row > div .content .zone-50-50 .zone-right p, .line-title-banner.main .container .row > div .content .zone-50-50 .zone-right .intro_text {
  color: #282828;
}
.line-title-banner.main .container .row > div .content .zone-50-50 .zone-right p {
  margin-bottom: 30px;
}
.line-title-banner.main .container .row > div .content .zone-50-50 .zone-right .text_intro {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-title-banner.main .container .row > div .content .zone-50-50 .zone-right .text_intro {
    margin-bottom: 30px;
  }
}
.line-title-banner.main.home .container {
  background: linear-gradient(45deg, #EE653B 0%, #FF8762 100%);
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons {
  list-style: none;
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .icon {
  position: relative;
  z-index: 2;
  width: 88px;
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .icon {
    width: 80% !important;
    max-width: 90px !important;
  }
}
@media (max-width: 991px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .icon {
    max-width: 75px !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .icon {
    max-width: 40px !important;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 207px;
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .circle {
    min-width: 160px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .circle {
    min-width: 118px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li .circle {
    min-width: 55px;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:first-child {
  position: absolute;
  top: 240px;
  left: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:first-child {
    left: 70px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:first-child {
    left: 35px;
    top: 297px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:first-child {
    top: 200px;
    left: 0;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:first-child .circle {
  animation: rotate-circle 5s linear infinite;
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(2) {
  position: absolute;
  top: 420px;
  left: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(2) {
    left: 20vw;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(2) {
    left: 10vw;
    top: 260px;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(2) .circle {
  animation: rotate-circle-counter 5s linear infinite;
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(3) {
  position: absolute;
  top: 530px;
  left: 46%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1600px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(3) {
    left: 47%;
  }
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(3) {
    left: 44%;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(3) {
    top: 290px;
  }
}
@media (max-width: 390px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(3) {
    top: 330px;
    left: 42%;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(3) .circle {
  animation: rotate-circle 5s linear infinite;
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(4) {
  position: absolute;
  top: 420px;
  right: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(4) {
    right: 20vw;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(4) {
    right: 10vw;
    top: 260px;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(4) .circle {
  animation: rotate-circle-counter 5s linear infinite;
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(5) {
  position: absolute;
  top: 240px;
  right: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(5) {
    right: 70px;
  }
}
@media (max-width: 991px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(5) {
    right: 35px;
    top: 297px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(5) {
    top: 200px;
    right: 0;
  }
}
.line-title-banner.main.home .container .row > div .content .banner-content .banner-icons li:nth-child(5) .circle {
  animation: rotate-circle 5s linear infinite;
}
.line-title-banner.main.pratiques {
  position: relative;
  z-index: 5;
}
.line-title-banner.main.pratiques .container {
  background: #A3EBB8;
}
.line-title-banner.main.pratiques .container > .row > div .content {
  position: relative;
}
.line-title-banner.main.pratiques .container > .row > div .content .banner-content {
  padding-bottom: 180px;
  z-index: 2;
}
@media (max-width: 767px) {
  .line-title-banner.main.pratiques .container > .row > div .content .banner-content {
    padding-bottom: 40px;
  }
}
.line-title-banner.main.pratiques .container > .row > div .content .banner-content h1, .line-title-banner.main.pratiques .container > .row > div .content .banner-content .h1 {
  color: #282828;
}
.line-title-banner.main.pratiques .container > .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
.line-title-banner.main.pratiques .container > .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main.pratiques .container > .row > div .content .parallax-image {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
@media (max-width: 767px) {
  .line-title-banner.main.pratiques .container > .row > div .content .parallax-image {
    height: 75%;
  }
}
@media (max-width: 991px) {
  .line-title-banner.main.pratiques .container > .row > div .content .parallax-image img {
    max-width: 250px;
  }
}
.line-title-banner.main.certification {
  position: relative;
  z-index: 5;
}
.line-title-banner.main.certification .container {
  background: #C7A8A6;
  padding-bottom: 250px;
  position: relative;
}
.line-title-banner.main.certification .container:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/_pratiques/_certification/certification-logo.svg);
  background-repeat: no-repeat;
  width: 192px;
  height: 192px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .line-title-banner.main.certification .container:after {
    bottom: 45px;
  }
}
.line-title-banner.main.certification .container > .row > div .content {
  position: relative;
}
.line-title-banner.main.certification .container > .row > div .content .banner-content {
  padding-bottom: 180px;
  z-index: 2;
}
@media (max-width: 767px) {
  .line-title-banner.main.certification .container > .row > div .content .banner-content {
    padding-bottom: 30px;
  }
}
.line-title-banner.main.certification .container > .row > div .content .banner-content h1, .line-title-banner.main.certification .container > .row > div .content .banner-content .h1 {
  color: #282828;
}
.line-title-banner.main.certification .container > .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
.line-title-banner.main.certification .container > .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main.certification .container > .row > div .content .parallax-image {
  position: absolute;
  top: -266px;
  left: 0;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
@media (max-width: 767px) {
  .line-title-banner.main.certification .container > .row > div .content .parallax-image {
    top: -345px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.certification .container > .row > div .content .parallax-image img {
    max-width: 175px !important;
  }
}
.line-title-banner.main.inspirations {
  position: relative;
  z-index: 5;
}
.line-title-banner.main.inspirations .container {
  background: #FFF4F2;
  padding-bottom: 80px;
  position: relative;
}
.line-title-banner.main.inspirations .container > .row > div .content {
  position: relative;
}
.line-title-banner.main.inspirations .container > .row > div .content .banner-content {
  padding-bottom: 180px;
  z-index: 2;
}
@media (max-width: 767px) {
  .line-title-banner.main.inspirations .container > .row > div .content .banner-content {
    padding-bottom: 20px;
  }
}
.line-title-banner.main.inspirations .container > .row > div .content .banner-content h1, .line-title-banner.main.inspirations .container > .row > div .content .banner-content .h1 {
  color: #282828;
}
.line-title-banner.main.inspirations .container > .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
.line-title-banner.main.inspirations .container > .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main.inspirations .container > .row > div .content .parallax-image {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
.line-title-banner.main.videos {
  position: relative;
  z-index: 5;
}
.line-title-banner.main.videos .container {
  background: #D9FFE4;
  padding-bottom: 80px;
  position: relative;
}
.line-title-banner.main.videos .container > .row > div .content {
  position: relative;
}
.line-title-banner.main.videos .container > .row > div .content .banner-content {
  padding-bottom: 180px;
  z-index: 2;
}
@media (max-width: 991px) {
  .line-title-banner.main.videos .container > .row > div .content .banner-content {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.videos .container > .row > div .content .banner-content {
    padding-bottom: 0;
  }
}
.line-title-banner.main.videos .container > .row > div .content .banner-content h1, .line-title-banner.main.videos .container > .row > div .content .banner-content .h1 {
  color: #282828;
}
.line-title-banner.main.videos .container > .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
.line-title-banner.main.videos .container > .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main.videos .container > .row > div .content .parallax-image {
  position: absolute;
  top: -65px;
  left: 20%;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
@media (max-width: 991px) {
  .line-title-banner.main.videos .container > .row > div .content .parallax-image img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .line-title-banner.main.videos .container > .row > div .content .parallax-image img {
    max-width: 200px;
  }
}
.line-title-banner.main.newsletter {
  position: relative;
  z-index: 5;
}
.line-title-banner.main.newsletter .container {
  background: #E0E7F4;
  padding-bottom: 0px;
  position: relative;
}
.line-title-banner.main.newsletter .container > .row > div .content {
  position: relative;
}
.line-title-banner.main.newsletter .container > .row > div .content .banner-content {
  padding-bottom: 80px;
  z-index: 2;
}
.line-title-banner.main.newsletter .container > .row > div .content .banner-content h1, .line-title-banner.main.newsletter .container > .row > div .content .banner-content .h1 {
  color: #282828;
}
@media (max-width: 991px) {
  .line-title-banner.main.newsletter .container > .row > div .content .banner-content h1 br, .line-title-banner.main.newsletter .container > .row > div .content .banner-content .h1 br {
    display: none !important;
  }
}
.line-title-banner.main.newsletter .container > .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
.line-title-banner.main.newsletter .container > .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main.newsletter .container > .row > div .content .parallax-image {
  position: absolute;
  top: -65px;
  left: 20%;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
@media (max-width: 1199px) {
  .line-title-banner.main.newsletter .container > .row > div .content .parallax-image {
    left: 0;
  }
}
.line-title-banner.main.outils {
  position: relative;
  z-index: 5;
}
.line-title-banner.main.outils .container {
  background: #E0E7F4;
  padding-bottom: 0px;
  position: relative;
}
.line-title-banner.main.outils .container > .row > div .content {
  position: relative;
}
.line-title-banner.main.outils .container > .row > div .content .banner-content {
  padding-bottom: 80px;
  z-index: 2;
}
.line-title-banner.main.outils .container > .row > div .content .banner-content h1, .line-title-banner.main.outils .container > .row > div .content .banner-content .h1 {
  color: #282828;
}
@media (max-width: 991px) {
  .line-title-banner.main.outils .container > .row > div .content .banner-content h1 br, .line-title-banner.main.outils .container > .row > div .content .banner-content .h1 br {
    display: none !important;
  }
}
.line-title-banner.main.outils .container > .row > div .content .banner-content h3 {
  color: #282828;
  margin-bottom: 30px;
}
.line-title-banner.main.outils .container > .row > div .content .banner-content .arrow-down.animate {
  animation: move 1s ease-in-out infinite alternate;
}
.line-title-banner.main.outils .container > .row > div .content .parallax-image {
  position: absolute;
  top: -65px;
  left: 0%;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
.line-header .zone-html:nth-child(1) {
  width: 75%;
  z-index: 100000;
  position: relative;
  display: inline-block;
  transition: all 1s ease;
}
@media (max-width: 991px) {
  .line-header .zone-html:nth-child(1) {
    width: 65%;
  }
}
.line-header .zone-html:nth-child(1) .content a {
  position: relative;
  display: inline-block;
  padding: 25px 0 25px 0px;
  width: 213px;
}
@media (max-width: 991px) {
  .line-header .zone-html:nth-child(1) .content a {
    width: 183px;
    padding: 35px 0 25px 0px;
  }
}
@media (max-width: 767px) {
  .line-header .zone-html:nth-child(1) .content a {
    width: 160px;
    padding: 20px 0 25px 0px;
  }
}
.line-header .zone-html:nth-child(1) .content a img {
  position: absolute;
}
@media (max-width: 991px) {
  .line-header .zone-html:nth-child(1) .content a img {
    width: 153px !important;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .line-header .zone-html:nth-child(1) .content a img {
    margin-top: 10px;
    width: 85px !important;
    top: 0;
    left: -50px;
  }
}
.line-header .zone-html:nth-child(1) .content a img:nth-child(1) {
  -webkit-animation: 300ms ease 0s normal forwards 1 fadein;
  animation: 300ms ease 0s normal forwards 1 fadein;
}
.line-header .zone-html:nth-child(1) .content a img:nth-child(2) {
  -webkit-animation: 300ms ease 0s normal forwards 1 fadeout;
  animation: 300ms ease 0s normal forwards 1 fadeout;
}
.line-header .zone-html:nth-child(2) {
  width: 25%;
  z-index: 100;
  position: relative;
  display: inline-block;
  transition: all 1s ease;
}
@media (max-width: 991px) {
  .line-header .zone-html:nth-child(2) {
    width: 35%;
  }
}
.line-header .zone-html:nth-child(2) .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .line-header .zone-html:nth-child(2) .content .contact-btn {
    display: none;
  }
}
.line-header .zone-html:nth-child(2) .content .contact-btn .btn-primary {
  opacity: 1 !important;
  transform: none !important;
}
.line-header.opened .zone-html:nth-child(1) .content a img:nth-child(1) {
  -webkit-animation: 300ms ease 0s normal forwards 1 fadeout;
  animation: 300ms ease 0s normal forwards 1 fadeout;
}
.line-header.opened .zone-html:nth-child(1) .content a img:nth-child(2) {
  -webkit-animation: 300ms ease 0s normal forwards 1 fadein;
  animation: 300ms ease 0s normal forwards 1 fadein;
}

.line-header {
  transition: top 250ms;
  height: 70px;
}
@media (max-width: 991px) {
  .line-header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .line-header {
    height: 50px;
  }
}
.line-header .container-fluid, .line-header .container {
  top: -100px;
  position: static;
  transition: all 250ms;
}
@media (max-width: 767px) {
  .line-header .container-fluid, .line-header .container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid > .row, .line-header .container > .row {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid > .row > div, .line-header .container > .row > div {
    height: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .line-header .container-fluid > .row > div .content, .line-header .container > .row > div .content {
    height: 50px;
  }
}
.line-header .menu-hamburger {
  width: 70px;
  height: 70px;
  background-color: transparent;
  margin-left: 25px;
  margin-right: 0px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.5s ease;
}
@media (max-width: 991px) {
  .line-header .menu-hamburger {
    transform: scale(0.85);
    margin-right: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .line-header .menu-hamburger {
    transform: scale(0.73);
    margin-top: 0px;
  }
}
.line-header .menu-hamburger span {
  width: 39px;
  height: 2px;
  background-color: #282828;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 8px;
  transition: transform 0.5s;
}
.line-header .menu-hamburger span:first-child {
  margin-top: 2px;
}
.line-header .menu-hamburger:hover, .line-header .menu-hamburger:focus {
  cursor: pointer;
}
.line-header .menu-hamburger:hover span, .line-header .menu-hamburger:focus span {
  background-color: #FF8762 !important;
}
.line-header.opened .menu-hamburger:before {
  display: none;
}
.line-header.opened .menu-hamburger:hover span, .line-header.opened .menu-hamburger:focus span {
  background-color: #FF8762 !important;
}
.line-header.opened .menu-hamburger span {
  margin-top: 0;
  width: 35px;
  background-color: #282828;
}
.line-header.opened .menu-hamburger span:first-child {
  transform: rotate(45deg);
}
.line-header.opened .menu-hamburger span:last-child {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.line-header.opened .menu-hamburger span:hover, .line-header.opened .menu-hamburger span:focus {
  background-color: #FF8762 !important;
}
.line-header.opened.sticked span {
  background-color: #282828;
}
.line-header.opened.sticked:hover span, .line-header.opened.sticked:focus span {
  background-color: #FF8762 !important;
}
.line-header.sticked {
  z-index: 99999;
}
.line-header.sticked .container-fluid, .line-header.sticked .container {
  box-shadow: 0 7px 12px -10px gray;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 1000000;
  padding-left: 8%;
  padding-right: 8%;
  margin: 0;
}
@media (max-width: 767px) {
  .line-header.sticked .container-fluid, .line-header.sticked .container {
    height: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.line-header.sticked .container-fluid .row, .line-header.sticked .container .row {
  display: flex;
}
.line-header.sticked .container-fluid .row:before, .line-header.sticked .container .row:before {
  display: none;
}
.line-header.sticked .container-fluid .row .zone-html:nth-child(1) .content, .line-header.sticked .container .row .zone-html:nth-child(1) .content {
  padding-top: 25px;
  width: 156px;
}
.line-header.sticked .container-fluid .row .zone-html:nth-child(1) .content a, .line-header.sticked .container .row .zone-html:nth-child(1) .content a {
  padding: 0px 0 25px 0px;
  width: 213px;
}
@media (max-width: 767px) {
  .line-header.sticked .container-fluid .row .zone-html:nth-child(1) .content a, .line-header.sticked .container .row .zone-html:nth-child(1) .content a {
    padding: 0 0 25px 0;
  }
}
.line-header.sticked .container-fluid .row .zone-html:nth-child(1) .content a img, .line-header.sticked .container .row .zone-html:nth-child(1) .content a img {
  width: 115px !important;
}
@media (max-width: 767px) {
  .line-header.sticked .container-fluid .row .zone-html:nth-child(1) .content a img, .line-header.sticked .container .row .zone-html:nth-child(1) .content a img {
    top: -30px;
  }
}
.line-header.sticked .container-fluid .menu-hamburger, .line-header.sticked .container .menu-hamburger {
  background-color: transparent;
  border: 1px transparent solid;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .line-header.sticked .container-fluid .menu-hamburger, .line-header.sticked .container .menu-hamburger {
    margin-left: 3px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .line-header.sticked .container-fluid .menu-hamburger, .line-header.sticked .container .menu-hamburger {
    margin-top: 0px;
  }
}
.line-header.sticked .container-fluid .menu-hamburger:hover span, .line-header.sticked .container-fluid .menu-hamburger:focus span, .line-header.sticked .container .menu-hamburger:hover span, .line-header.sticked .container .menu-hamburger:focus span {
  background-color: #A3EBB8;
}
.line-header.sticked .container-fluid .menu-hamburger:before, .line-header.sticked .container .menu-hamburger:before {
  display: none;
}
.line-header.sticked.opened .container-fluid, .line-header.sticked.opened .container {
  background-color: #fff;
}

.menu-container {
  padding-top: 60px;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 68px;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #E0E7F4;
  right: -110vw;
  transition: 1.2s right cubic-bezier(0.107, 0, 0.375, 1);
}
.menu-container.opened {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .menu-container.opened {
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .menu-container {
    padding-top: 80px;
  }
  .menu-container .line-menu .navbar-header {
    display: none;
  }
  .menu-container .line-menu .navbar-collapse, .menu-container .line-menu .collapse {
    border: none;
    box-shadow: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .menu-container {
    padding-top: 40px;
    flex-direction: column;
    top: 48px;
  }
}
.menu-container .line-menu {
  background-color: #fff;
  width: 100%;
}
.menu-container .line-menu:after {
  display: none;
}
.menu-container .line-menu .container {
  max-width: 100%;
}
.menu-container .line-menu .container .navbar-default .navbar-nav {
  display: flex;
  flex-direction: column;
  float: none;
  align-items: center;
}
.menu-container .line-menu .container .navbar-default .navbar-nav > li {
  z-index: 0;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #E0E7F4;
}
@media (max-width: 991px) {
  .menu-container .line-menu .container .navbar-default .navbar-nav > li {
    width: 80%;
  }
}
.menu-container .line-menu .container .navbar-default .navbar-nav > li:hover {
  cursor: pointer;
}
.menu-container .line-menu .container .navbar-default .navbar-nav > li:hover > a {
  color: #282828 !important;
}
.menu-container .line-menu .container .navbar-default .navbar-nav > li.active {
  color: #A3EBB8;
  background-color: transparent !important;
}
.menu-container .line-menu .container .navbar-default .navbar-nav > li.active > a {
  color: #282828;
}
.menu-container .line-menu .container .navbar-default .navbar-nav > li.active a.active {
  color: #282828 !important;
}
.menu-container .line-menu ul.menu-vertical-items li {
  margin-bottom: 7px;
  position: relative;
}
.menu-container .line-menu ul.menu-vertical-items li a {
  padding: 4px 0;
}
.menu-container .line-menu ul.menu-vertical-items li:hover, .menu-container .line-menu ul.menu-vertical-items li:focus {
  color: #FF8762;
  background-color: transparent !important;
}
.menu-container .line-menu ul.menu-vertical-items li[rel=data-menu-95854] {
  margin-bottom: 15px;
}
.menu-container .line-menu ul.menu-vertical-items > li {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 200;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .menu-container .line-menu ul.menu-vertical-items > li {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .menu-container .line-menu ul.menu-vertical-items > li {
    font-size: 20px;
    line-height: 30px;
  }
}
.menu-container .line-menu ul.menu-vertical-items > li:hover {
  color: #EE653B !important;
}
.menu-container .line-menu ul.menu-vertical-items > li .child-link:hover {
  color: #EE653B !important;
}
.menu-container .line-menu ul.menu-vertical-items > li > a {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
  font-weight: 400;
  text-transform: none;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .menu-container .line-menu ul.menu-vertical-items > li > a {
    font-size: 20px;
    line-height: 24px;
  }
}
.menu-container .line-menu ul.menu-vertical-items > li > a:hover {
  color: #A3EBB8 !important;
  cursor: default;
}
.menu-container .line-menu ul.menu-vertical-items > li > ul.dropdown-menu {
  padding-top: 0;
  margin-top: 5px;
  width: 69%;
}
.menu-container .line-menu ul.menu-vertical-items > li > ul.dropdown-menu li {
  display: block;
}
.menu-container .line-menu ul.menu-vertical-items > li > ul.dropdown-menu li:hover, .menu-container .line-menu ul.menu-vertical-items > li > ul.dropdown-menu li:focus, .menu-container .line-menu ul.menu-vertical-items > li > ul.dropdown-menu li:active {
  color: #fff !important;
  background: transparent !important;
}
.menu-container .line-menu ul.menu-vertical-items > li a {
  padding-left: 0;
  color: #FF8762;
  display: block;
  background-color: transparent !important;
  white-space: break-spaces;
  padding-bottom: 10px;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-container .line-menu ul.menu-vertical-items > li a:hover, .menu-container .line-menu ul.menu-vertical-items > li a:focus, .menu-container .line-menu ul.menu-vertical-items > li a:active {
  color: #A3EBB8;
  background-color: transparent !important;
  cursor: pointer;
}
.menu-container .line-menu ul.menu-vertical-items > li a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -46px;
  height: 60px !important;
  padding: 0 !important;
  width: 100%;
  position: relative;
}
.menu-container .line-menu ul.menu-vertical-items > li a.dropdown-toggle:hover {
  color: #723E5E !important;
}
.menu-container .line-menu ul.menu-vertical-items > li a.dropdown-toggle .caret {
  content: "";
  width: 19px;
  height: 10px;
  margin-top: 22px;
  right: -30px !important;
  top: 0px !important;
  position: absolute;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPY4ixWeCZTSb8YG02lyfHORv/asset/images/_shapes-iconss/caret-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
@media (max-width: 991px) {
  .menu-container .line-menu ul.menu-vertical-items > li a.dropdown-toggle .caret {
    margin-right: 0px;
    right: 125px !important;
  }
}
.menu-container .line-menu ul.menu-vertical-items > li ul.dropdown-menu {
  background-color: transparent;
  position: relative;
  padding-left: 0;
  display: none;
  box-shadow: none;
  border: none;
  top: 0;
  max-width: 200px;
  z-index: 99999;
}
.menu-container .line-menu ul.menu-vertical-items > li ul.dropdown-menu li {
  display: block;
}
.menu-container .line-menu ul.menu-vertical-items > li ul.dropdown-menu li a {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
  transition: all 0.5s;
  cursor: pointer;
}
.menu-container .line-menu ul.menu-vertical-items > li ul.dropdown-menu li a:hover {
  cursor: pointer;
}
.menu-container .line-menu ul.menu-vertical-items > li.open .dropdown-toggle .caret {
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.menu-container .line-menu ul.menu-vertical-items > li.open .dropdown-menu {
  display: block;
  z-index: 9999999;
  max-height: 800px;
  margin-bottom: 20px;
}
.menu-container .line-menu-header {
  padding: 0px 0 100px;
  width: 100%;
}
.menu-container .line-menu-header .mod-header {
  padding-left: 0;
  text-align: center;
  display: flex;
}
.menu-container .line-menu-header .mod-header .header-ext-custom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  order: 2;
  padding-left: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-container .line-menu-header .mod-header .header-ext-custom .menu-extra {
  padding-top: 10px;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .menu-extra a {
  color: #FF8762 !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .menu-extra a:hover, .menu-container .line-menu-header .mod-header .header-ext-custom .menu-extra a:focus {
  text-decoration: none !important;
  color: #A3EBB8 !important;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .menu-extra p:last-child {
  margin-bottom: 0;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .menu-extra p:last-child a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .social-link {
  margin-bottom: 20px;
  padding-top: 30px;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .social-link ul.social {
  justify-content: space-between;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .menu-container .line-menu-header .mod-header .header-ext-custom .social-link ul.social {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .menu-container .line-menu-header .mod-header .header-ext-custom .social-link ul.social {
    width: 80%;
  }
}
.menu-container .line-menu-header .mod-header .header-ext-custom .social-link a {
  padding: 0 7px;
}
.menu-container .line-menu-header .mod-header .header-ext-custom .social-link a img {
  filter: brightness(0) invert(1);
}
.menu-container .line-menu-header .mod-header .header-ext-custom .social-link a:hover img, .menu-container .line-menu-header .mod-header .header-ext-custom .social-link a:focus img {
  filter: hue-rotate(-5deg) brightness(2.5);
}
.menu-container .line-menu-header .mod-header .header-ext-language {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 0;
  padding-right: 70px;
  padding-top: 10px;
  position: relative;
  order: 1;
}
.menu-container .line-menu-header .mod-header .header-ext-language:before {
  display: none;
}
.menu-container .line-menu-header .mod-header .header-ext-language a {
  color: #fff;
  font-weight: 200;
}
.menu-container .line-menu-header .mod-header .header-ext-language a:hover, .menu-container .line-menu-header .mod-header .header-ext-language a:focus {
  text-decoration: none;
  color: #FF8762;
}

/**
 * ----------------------------------------
 * 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;
}
@media (max-width: 991px) {
  .line-header.sticked {
    background-color: #fff;
  }
}
.line-header.sticked > .container > .row {
  margin-top: 0;
  bottom: 0;
}
.line-header.sticked > .container > .row > div:nth-child(1) {
  /*
  .content {
      margin-top: 15px;
      .menu-hamburger {
          span {
              background-color: $primary;
          }
      }
  }
  */
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part .mod-header {
  margin-top: 6px;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login) {
  color: #EE653B !important;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):hover, .line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):focus, .line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):active {
  color: #A3EBB8 !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-reverse;
  gap: 10px;
}
.panel-header a {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
  color: #fff !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .panel-header a {
    font-size: 18px;
    line-height: 20px;
  }
}
.panel-header a:hover {
  color: #A3EBB8 !important;
  text-decoration: none !important;
}

.panel-connexion .member-login {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  background-color: transparent;
  color: #282828;
  transition: all 0.5s;
  border: 1px solid #FF8762;
  padding: 10px 60px;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .panel-connexion .member-login {
    white-space: normal !important;
  }
}
.panel-connexion .member-login br {
  display: block !important;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}

.panel-language a.switch-language {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
  color: #fff !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .panel-language a.switch-language {
    font-size: 18px;
    line-height: 20px;
  }
}
.panel-language a.switch-language:hover {
  color: #A3EBB8 !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;
  }
  */
}

.newsletter-footer {
  background: #E0E7F4;
}
.newsletter-footer .container {
  padding-top: 70px;
  background: #E0E7F4;
}
.newsletter-footer .container > .row {
  padding-top: 70px;
  padding-bottom: 100px;
  border-radius: 40px;
  background: #282828;
}
@media (max-width: 767px) {
  .newsletter-footer .container > .row {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsletter-footer .container > .row > div .content h2, .newsletter-footer .container > .row > div .content p {
  color: #fff;
}
.newsletter-footer .container > .row > div .content h2 {
  margin-bottom: 40px;
}
.newsletter-footer .container > .row > div .content p {
  margin-bottom: 40px;
  max-width: 42%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .newsletter-footer .container > .row > div .content p {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .newsletter-footer .container > .row > div .content p {
    max-width: 85%;
  }
}
.newsletter-footer.outils, .newsletter-footer.videos {
  background: #fff !important;
}

.line-footer .container {
  padding-top: 10px;
  background: #E0E7F4;
}
.line-footer .container > .row {
  background: #fff;
  border-radius: 40px;
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
}
.line-footer .container > .row > div .content #footer-pastille {
  position: absolute;
  top: -156px;
  left: 50%;
  transform: translateX(-50%);
}
.line-footer .container > .row > div .content .footer-menu {
  margin-bottom: 35px;
}
.line-footer .container > .row > div .content .footer-menu ul {
  padding-left: 0 !important;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div .content .footer-menu ul {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-menu ul {
    flex-direction: column;
  }
}
.line-footer .container > .row > div .content .footer-menu ul li {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-menu ul li {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-menu ul li {
    font-size: 19px;
    line-height: 25px;
  }
}
.line-footer .container > .row > div .content .footer-menu ul li a {
  transition: all 0.5s;
}
.line-footer .container > .row > div .content .footer-menu ul li a:hover {
  color: #282828 !important;
}
.line-footer .container > .row > div .content .footer-social {
  margin-bottom: 45px;
}
.line-footer .container > .row > div .content .footer-social ul {
  justify-content: space-between;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1199px) {
  .line-footer .container > .row > div .content .footer-social ul {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div .content .footer-social ul {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-social ul {
    width: 90%;
  }
}
.line-footer .container > .row > div .content .footer-social ul:before {
  content: "";
  background: #FF8762;
  width: 300px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 280px;
}
@media (min-width: 1450px) {
  .line-footer .container > .row > div .content .footer-social ul:before {
    left: 400px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .line-footer .container > .row > div .content .footer-social ul:before {
    width: 200px;
    left: 240px;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div .content .footer-social ul:before {
    width: 190px;
    left: 222px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-social ul:before {
    display: none;
  }
}
.line-footer .container > .row > div .content .footer-social ul:after {
  content: "";
  background: #FF8762;
  width: 300px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 280px;
}
@media (min-width: 1450px) {
  .line-footer .container > .row > div .content .footer-social ul:after {
    right: 400px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .line-footer .container > .row > div .content .footer-social ul:after {
    width: 200px;
    right: 240px;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div .content .footer-social ul:after {
    width: 190px;
    right: 222px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-social ul:after {
    display: none;
  }
}
.line-footer .container > .row > div .content .footer-social ul li {
  width: 53px !important;
}
.line-footer .container > .row > div .content .footer-social ul li a {
  background-size: contain;
}
.line-footer .container > .row > div .content .footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .line-footer .container > .row > div .content .footer-logos {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div .content .footer-logos {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.line-footer .container > .row > div .content .footer-logos .p-small {
  color: #282828;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .p-small {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .first {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .first p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .first p br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .first img {
    max-width: 145px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .second br {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content .footer-logos .second img {
    max-width: 180px;
  }
}
.line-footer.large-pt {
  padding-top: 120px;
}
.line-footer.outils, .line-footer.videos {
  background: #fff !important;
  padding-top: 0;
  padding-bottom: 0;
}
.line-footer.outils .container, .line-footer.videos .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #E0E7F4;
}

.line-footer-copyright {
  padding-bottom: 22px;
}
.line-footer-copyright .container > .row > div .content {
  text-align: center;
}
@media (max-width: 767px) {
  .line-footer-copyright .container > .row > div .content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer-copyright .container > .row > div .content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 2px;
}
.line-footer-copyright .container > .row > div .content p a {
  color: #FF8762 !important;
  transition: all 0.5s;
}
.line-footer-copyright .container > .row > div .content p a:hover {
  color: #282828 !important;
}
.line-footer-copyright.skinny {
  background: #fff !important;
}
.line-footer-copyright.skinny .container {
  background: #E0E7F4;
}

.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: #EE653B;
  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: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
  color: #6B82A4;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 64px;
  border-left: 11px solid #A3EBB8;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 20px;
    line-height: 24px;
  }
}
.line-article-retour {
  padding-top: 45px;
  padding-bottom: 90px;
}
.line-article-retour .container .row .zone-html .content a {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  height: 55px !important;
  padding: 20px 35px !important;
  background-color: #FF8762 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  border: 1px solid #FF8762 !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: 991px) {
  .line-article-retour .container .row .zone-html .content a {
    white-space: normal !important;
  }
}
.line-article-retour .container .row .zone-html .content a br {
  display: block !important;
}
.line-article-retour .container .row .zone-html .content a:hover, .line-article-retour .container .row .zone-html .content a:active, .line-article-retour .container .row .zone-html .content a:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  border: 1px solid #FF8762 !important;
  color: #282828 !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;
}
.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: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus {
  background-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.orange-bg:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.orange-bg:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.orange-bg:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.orange-bg:focus {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.black-bg:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription.black-bg:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription.black-bg:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription.black-bg:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #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-menu {
  background-color: #fff;
}
.member--isConnected .line-zone-membre {
  background-color: #fff;
}
.member--isConnected .line-zone-membre .container {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 991px) {
  .member--isConnected .line-zone-membre .container {
    max-width: 100%;
  }
}

.zone-member {
  margin-top: 32px;
  margin-bottom: 32px;
}
.zone-member .sidebar__member-zone {
  width: 33%;
  /*
  @include max-md {
      width: 100%;
  }

  @include max-sm {
      width: 100%;
  }
  */
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone {
    width: 100%;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__inner {
  background-color: transparent;
  padding: 0px 25px 35px 25px;
  margin-right: 15px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    margin-right: 0;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: #EE653B;
  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: 36px;
  background: transparent;
  border-top: 1px solid #ccc;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  background-color: transparent;
  color: #282828;
  transition: all 0.5s;
  border: 1px solid #FF8762;
  padding: 10px 60px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a br {
  display: block !important;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}
.zone-member .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A3EBB8;
  text-transform: inherit;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #EE653B;
  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: #EE653B;
}
.zone-member .member {
  width: 66%;
}
@media (max-width: 767px) {
  .zone-member .member {
    width: 100%;
  }
}
.zone-member .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section label.control-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #EE653B;
  margin-bottom: 5px;
  margin-top: 10px;
}
.zone-member .member h1 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: #EE653B;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.zone-member .member h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #EE653B;
}
.zone-member .member input#submit {
  float: left !important;
}
.zone-member .form-element-votre_photo .input-file .preview #preview {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 175px;
  width: 175px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .preview.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .heading-container .heading {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.zone-member .registration-list .subtitle {
  margin-top: 25px;
}

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

.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
    font-size: 20px;
    line-height: 24px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item p.cart-item__description {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item p.cart-item__description {
    font-size: 18px;
    line-height: 20px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  background-color: transparent;
  color: #A3EBB8;
  padding: 15px 0;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid #EE653B;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
    white-space: normal !important;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit br {
  display: block !important;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  background-color: transparent;
  color: #EE653B;
  border: none;
  border-bottom: 1px solid #A3EBB8;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover {
  text-decoration: none !important;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  background-color: transparent;
  color: #A3EBB8;
  padding: 15px 0;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid #EE653B;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
    white-space: normal !important;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete br {
  display: block !important;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  background-color: transparent;
  color: #EE653B;
  border: none;
  border-bottom: 1px solid #A3EBB8;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover {
  text-decoration: none !important;
}
.zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
    font-size: 22px;
    line-height: 25px;
  }
}

.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: #EE653B;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #EE653B;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #EE653B;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #EE653B;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #EE653B;
  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: #EE653B;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 0.5s;
}
.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: #A3EBB8;
}
.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: #EE653B;
  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: #EE653B;
  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: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  padding: 10px 60px !important;
  background-color: transparent !important;
  color: #282828 !important;
  transition: all 0.5s !important;
  border: 1px solid #FF8762 !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: 991px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
  }
}
.zone-community .row .content ul.nav li a br {
  display: block !important;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none !important;
  background-color: #FF8762 !important;
  border: 1px solid #FF8762 !important;
  color: #282828 !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #EE653B !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: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .zone-community .row .content .tab-content .forum-list__title {
    font-size: 18px;
    line-height: 20px;
  }
}
.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: #EE653B;
}
.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: #282828;
}
.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: #EE653B !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding: 0 10px 0 0 !important;
  margin-right: 5px !important;
}
.forum-item__likes-wrapper button i:before {
  filter: hue-rotate(299deg);
}
.forum-item__likes-wrapper button[data-type=like] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-pouce.svg");
  width: 28px;
  height: 27px;
  display: block;
  margin-top: -9px;
  margin-right: 5px;
}
.forum-item__likes-wrapper button[data-type=follow] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-etoile.svg");
  width: 27px;
  height: 25px;
  display: block;
  margin-top: -7px;
  margin-right: 5px;
}
.forum-item__likes-wrapper .forum-item__action-count {
  margin: 0 5px 0 -5px;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 550px !important;
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal p, .cookie-consent-modal span, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cookie-consent-modal p.consent-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@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: underline;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-link {
  color: #FF8762 !important;
}
.cookie-consent-modal .actions-container .btn-link:hover {
  color: #000 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #FF8762 !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: 991px) {
  .cookie-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-decline br {
  display: block !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #EE653B !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  border: 2px solid #FF8762 !important;
  background-color: #FF8762 !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: 991px) {
  .cookie-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-success br {
  display: block !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid #EE653B !important;
  background-color: #EE653B !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #FF8762 !important;
  background-color: transparent !important;
  color: #FF8762 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #EE653B !important;
  color: #EE653B !important;
}

.modal-backdrop {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.in {
  opacity: 1 !important;
}

.modal {
  z-index: 10001 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal.fade.in {
  display: flex !important;
}
.modal .modal-dialog {
  width: 90%;
  margin: 9.75rem auto 1.75rem auto;
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    width: 80%;
  }
}
.modal .modal-dialog .modal-content {
  width: auto;
  border: 0;
  background-color: #282828;
  aspect-ratio: 1/1;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog .modal-content .modal-header {
  margin-top: 0;
  padding: 0;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  color: #EE653B;
  font-size: 45px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  right: 0;
  position: absolute;
  margin-right: -35px;
  margin-top: -45px;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
  max-height: inherit;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body > div {
  padding: 0;
}
.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: #282828 !important;
  border: none;
}
.line-modal .zone-html {
  margin: -1px;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 15px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage {
  margin-bottom: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
  order: 4;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #EE653B;
  margin-bottom: 0;
  color: #EE653B !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.itemInfos.e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #EE653B !important;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #EE653B;
  font-weight: 600;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions {
  margin-top: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions a {
  margin-top: 30px;
}
.prebuilt-articles-vedette-col3 a.viewAll {
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  background-color: transparent;
  color: #A3EBB8;
  padding: 15px 0;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid #EE653B;
  border-radius: 0;
}
.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: 991px) {
  .prebuilt-articles-vedette-col3 a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll br {
  display: block !important;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: transparent;
  color: #EE653B;
  border: none;
  border-bottom: 1px solid #A3EBB8;
}

.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(3, minmax(0, 1fr));
  gap: 80px 15px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px 15px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a {
  order: 1;
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a img.news-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 {
  order: 2;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #EE653B;
  margin-bottom: 0;
  color: #EE653B !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div .e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #EE653B !important;
  text-transform: inherit;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #EE653B;
  font-weight: 600;
  text-transform: inherit;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro {
  order: 6;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  order: 7;
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  height: 55px !important;
  padding: 20px 35px !important;
  background-color: #FF8762 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  border: 1px solid #FF8762 !important;
  width: fit-content;
  margin-top: 30px;
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
    white-space: normal !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a br {
  display: block !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  border: 1px solid #FF8762 !important;
  color: #282828 !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
}
> a:not(.prebuilt-articles-multiples-col3:first-child) {
  order: 6;
  font-family: "Red Hat Display", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 61px;
  background-color: transparent;
  color: #A3EBB8;
  padding: 15px 0;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid #EE653B;
  border-radius: 0;
}
> a:not(.prebuilt-articles-multiples-col3:first-child):hover, > a:not(.prebuilt-articles-multiples-col3:first-child):active, > a:not(.prebuilt-articles-multiples-col3:first-child):focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  > a:not(.prebuilt-articles-multiples-col3:first-child) {
    white-space: normal !important;
  }
}
> a:not(.prebuilt-articles-multiples-col3:first-child) br {
  display: block !important;
}
> a:not(.prebuilt-articles-multiples-col3:first-child):hover, > a:not(.prebuilt-articles-multiples-col3:first-child):active, > a:not(.prebuilt-articles-multiples-col3:first-child):focus {
  background-color: transparent;
  color: #EE653B;
  border: none;
  border-bottom: 1px solid #A3EBB8;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
/* h3 */
.prebuilt-evenement-en-vedette {
  padding-top: 40px;
  padding-bottom: 80px;
}
.prebuilt-evenement-en-vedette .zone-event_flash h2 {
  margin-bottom: 35px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 15px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 210px !important;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item hr {
  display: none;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #282828;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #282828;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #282828;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  background-color: #FF8762;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #FF8762;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus {
  background-color: transparent;
  border: 1px solid #FF8762;
  color: #282828;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.orange-bg {
  background-color: #fff;
  color: #282828;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.orange-bg:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.orange-bg:active, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.orange-bg:focus {
  background-color: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.black-bg {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.black-bg:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.black-bg:active, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.black-bg:focus {
  background-color: #FF8762;
  border: 1px solid #FF8762;
  color: #fff;
}
/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements {
  padding-top: 115px;
  padding-bottom: 80px;
}
.prebuilt-espace-evenements .zone-event h2 {
  margin-bottom: 35px;
}
.prebuilt-espace-evenements .zone-event .event_list_filter {
  padding-bottom: 60px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 15px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row {
  margin-top: 0;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1199px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item h3 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
  text-transform: initial;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #282828;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #282828;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #282828;
  text-transform: inherit;
  margin-bottom: 15px;
}
/*
body.activities-details {
    .line-evenements {
        padding-top: 60px;
    }
}
*/
/*
.line-evenements {
    padding-top: 30px;
    padding-bottom: 140px;
    */
.zone-event .row .event-detail .row-event-jumbotron__left-right {
  display: flex;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left {
  /*width: 33.33333%;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__row-image-description .event-detail__image-wrapper img {
  border-radius: 8px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__row-image-description .event-detail__description-wrapper h2 {
  /*@include titre-name;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper {
  margin-top: 60px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav {
  display: block;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta {
  display: flex;
  justify-content: space-between;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-primary {
  /*@include btn-arrow-right-purple;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .col-event-jumbotron__left .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default {
  /*@include btn-arrow-left-red;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  /*width: 66.66666%;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  padding: 65px 40px 30px 40px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__date:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-country {
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  text-transform: initial;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .contact a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .phone a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__right .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #fff !important;
}
/*
}
    */
.line-sticky {
  position: relative;
  z-index: 10;
}
.line-sticky .content {
  opacity: 0;
  position: fixed;
  right: -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: #A3EBB8;
  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: #EE653B;
  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*/
/* https://www.svgbackgrounds.com/tools/svg-to-css/ */
/* Browser support: Legacy (IE9+) */
/* CSS Helpers: Basic background-image */
/** variables **/
/* Exemple couleur svg = %23 + #ffffff*/
/* scss*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 52px;
  display: flex;
  justify-content: flex-end;
}
ul.social li a {
  text-decoration: none !important;
}
@media (max-width: 390px) {
  ul.social li a {
    width: 40px !important;
    height: 40px !important;
  }
}
ul.social li a.email {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 18L27.4231 26L38 18' stroke='%23282828'/%3E%3Cpath d='M52.5 26C52.5 40.0743 40.8684 51.5 26.5 51.5C12.1316 51.5 0.5 40.0743 0.5 26C0.5 11.9257 12.1316 0.5 26.5 0.5C40.8684 0.5 52.5 11.9257 52.5 26Z' stroke='%23282828'/%3E%3Crect x='14.5' y='17.5' width='25' height='16' rx='3.5' stroke='%23282828'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 54px;
  height: 54px;
  display: block;
  transition: all 0.5s;
}
ul.social li a.email:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.5' cy='26' r='25.5' fill='%23FF8762' stroke='%23FF8762' stroke-width='1'/%3E%3Cpath d='M14.5 17.5H39.5V33.5H14.5V17.5Z' fill='%23FF8762'/%3E%3Cpath d='M16 18L27.4231 26L38 18M14.5 17.5H39.5C40.8807 17.5 42 18.6193 42 20V31C42 32.3807 40.8807 33.5 39.5 33.5H14.5C13.1193 33.5 12 32.3807 12 31V20C12 18.6193 13.1193 17.5 14.5 17.5Z' stroke='%23FFF' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
ul.social li a.bluesky {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23188af5%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  transition: all 0.5s;
}
ul.social li a.bluesky:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23074a8d%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1710_3144)'%3E%3Cpath d='M52.5 26C52.5 40.0743 40.8684 51.5 26.5 51.5C12.1316 51.5 0.5 40.0743 0.5 26C0.5 11.9257 12.1316 0.5 26.5 0.5C40.8684 0.5 52.5 11.9257 52.5 26Z' stroke='%23282828'/%3E%3Cpath d='M26.5 15.2524C29.8375 15.2524 30.2331 15.2649 31.5512 15.3252C32.3436 15.3347 33.1286 15.4805 33.8717 15.7559C34.4148 15.9562 34.906 16.2759 35.3093 16.6911C35.7245 17.0944 36.0442 17.5856 36.2445 18.1287C36.5199 18.8719 36.6657 19.6568 36.6752 20.4492C36.7355 21.7673 36.7481 22.1629 36.7481 25.5004C36.7481 28.8379 36.7355 29.2335 36.6752 30.5516C36.6657 31.344 36.5199 32.129 36.2445 32.8721C35.8239 33.9625 34.9621 34.8243 33.8717 35.2449C33.1286 35.5203 32.3436 35.6661 31.5512 35.6756C30.2331 35.7359 29.8375 35.7485 26.5 35.7485C23.1625 35.7485 22.7669 35.7359 21.4488 35.6756C20.656 35.6661 19.8706 35.5205 19.1273 35.2449C18.5846 35.0444 18.0938 34.7249 17.6909 34.3097C17.2757 33.9064 16.956 33.4152 16.7557 32.8721C16.4803 32.129 16.3345 31.344 16.325 30.5516C16.2647 29.2335 16.2522 28.8379 16.2522 25.5004C16.2522 22.1629 16.2647 21.7673 16.325 20.4492C16.3345 19.6568 16.4803 18.8719 16.7557 18.1287C16.956 17.5856 17.2757 17.0944 17.6909 16.6911C18.0942 16.2759 18.5854 15.9562 19.1285 15.7559C19.8716 15.4805 20.6566 15.3347 21.449 15.3252C22.7671 15.2649 23.1625 15.2524 26.5 15.2524ZM26.5 13C23.1056 13 22.6796 13.0147 21.3465 13.075C20.3096 13.0958 19.2836 13.2921 18.3125 13.6556C17.4779 13.9697 16.7222 14.4624 16.0976 15.0988C15.4618 15.723 14.9695 16.4785 14.6556 17.3125C14.2923 18.2838 14.0964 19.3098 14.0761 20.3465C14.0135 21.6796 14 22.1056 14 25.5C14 28.8944 14.0147 29.3204 14.075 30.6535C14.0958 31.6904 14.2921 32.7164 14.6556 33.6875C14.9697 34.5221 15.4624 35.2778 16.0988 35.9024C16.723 36.5382 17.4785 37.0305 18.3125 37.3444C19.2838 37.7077 20.3098 37.9036 21.3465 37.9239C22.6796 37.9865 23.1056 38 26.5 38C29.8944 38 30.3204 37.9853 31.6535 37.925C32.6904 37.9042 33.7164 37.7079 34.6875 37.3444C36.3672 36.695 37.695 35.3672 38.3444 33.6875C38.7077 32.7162 38.9036 31.6902 38.9239 30.6535C38.9865 29.3204 39 28.8944 39 25.5C39 22.1056 38.9853 21.6796 38.925 20.3465C38.9042 19.3096 38.7079 18.2836 38.3444 17.3125C38.0303 16.4779 37.5376 15.7222 36.9012 15.0976C36.277 14.4618 35.5215 13.9695 34.6875 13.6556C33.7162 13.2923 32.6902 13.0964 31.6535 13.0761C30.3204 13.0135 29.8944 13 26.5 13ZM26.5 19.0808C22.9547 19.0808 20.0806 21.9549 20.0806 25.5002C20.0806 29.0455 22.9547 31.9196 26.5 31.9196C30.0453 31.9196 32.9194 29.0455 32.9194 25.5002C32.9194 21.9549 30.0453 19.0808 26.5 19.0808ZM26.5 29.6672C24.1986 29.6672 22.3328 27.8016 22.3328 25.5C22.3328 23.1986 24.1984 21.3328 26.5 21.3328C28.8016 21.3328 30.6672 23.1984 30.6672 25.5C30.6672 27.8014 28.8016 29.6672 26.5 29.6672ZM33.1727 17.3274C32.3442 17.3274 31.6726 17.999 31.6726 18.8275C31.6726 19.656 32.3442 20.3276 33.1727 20.3276C34.0013 20.3276 34.6728 19.656 34.6728 18.8275C34.6728 17.999 34.0013 17.3274 33.1727 17.3274Z' fill='%23282828'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1710_3144'%3E%3Crect width='53' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  display: block;
  transition: all 0.5s;
}
ul.social li a.instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1710_3147)'%3E%3Cpath d='M26.5 52C41.1355 52 53 40.3594 53 26C53 11.6406 41.1355 0 26.5 0C11.8645 0 0 11.6406 0 26C0 40.3594 11.8645 52 26.5 52Z' fill='%23FF8762'/%3E%3Cpath d='M26.5 15.2524C29.8375 15.2524 30.2331 15.2649 31.5512 15.3252C32.3436 15.3347 33.1286 15.4805 33.8717 15.7559C34.4148 15.9562 34.906 16.2759 35.3093 16.6911C35.7245 17.0944 36.0442 17.5856 36.2445 18.1287C36.5199 18.8719 36.6657 19.6568 36.6752 20.4492C36.7355 21.7673 36.7481 22.1629 36.7481 25.5004C36.7481 28.8379 36.7355 29.2335 36.6752 30.5516C36.6657 31.344 36.5199 32.129 36.2445 32.8721C35.8239 33.9625 34.9621 34.8243 33.8717 35.2449C33.1286 35.5203 32.3436 35.6661 31.5512 35.6756C30.2331 35.7359 29.8375 35.7485 26.5 35.7485C23.1625 35.7485 22.7669 35.7359 21.4488 35.6756C20.656 35.6661 19.8706 35.5205 19.1273 35.2449C18.5846 35.0444 18.0938 34.7249 17.6909 34.3097C17.2757 33.9064 16.956 33.4152 16.7557 32.8721C16.4803 32.129 16.3345 31.344 16.325 30.5516C16.2647 29.2335 16.2522 28.8379 16.2522 25.5004C16.2522 22.1629 16.2647 21.7673 16.325 20.4492C16.3345 19.6568 16.4803 18.8719 16.7557 18.1287C16.956 17.5856 17.2757 17.0944 17.6909 16.6911C18.0942 16.2759 18.5854 15.9562 19.1285 15.7559C19.8716 15.4805 20.6566 15.3347 21.449 15.3252C22.7671 15.2649 23.1625 15.2524 26.5 15.2524ZM26.5 13C23.1056 13 22.6796 13.0147 21.3465 13.075C20.3096 13.0958 19.2836 13.2921 18.3125 13.6556C17.4779 13.9697 16.7222 14.4624 16.0976 15.0988C15.4618 15.723 14.9695 16.4785 14.6556 17.3125C14.2923 18.2838 14.0964 19.3098 14.0761 20.3465C14.0135 21.6796 14 22.1056 14 25.5C14 28.8944 14.0147 29.3204 14.075 30.6535C14.0958 31.6904 14.2921 32.7164 14.6556 33.6875C14.9697 34.5221 15.4624 35.2778 16.0988 35.9024C16.723 36.5382 17.4785 37.0305 18.3125 37.3444C19.2838 37.7077 20.3098 37.9036 21.3465 37.9239C22.6796 37.9865 23.1056 38 26.5 38C29.8944 38 30.3204 37.9853 31.6535 37.925C32.6904 37.9042 33.7164 37.7079 34.6875 37.3444C36.3672 36.695 37.695 35.3672 38.3444 33.6875C38.7077 32.7162 38.9036 31.6902 38.9239 30.6535C38.9865 29.3204 39 28.8944 39 25.5C39 22.1056 38.9853 21.6796 38.925 20.3465C38.9042 19.3096 38.7079 18.2836 38.3444 17.3125C38.0303 16.4779 37.5376 15.7222 36.9012 15.0976C36.277 14.4618 35.5215 13.9695 34.6875 13.6556C33.7162 13.2923 32.6902 13.0964 31.6535 13.0761C30.3204 13.0135 29.8944 13 26.5 13ZM26.5 19.0808C22.9547 19.0808 20.0806 21.9549 20.0806 25.5002C20.0806 29.0455 22.9547 31.9196 26.5 31.9196C30.0453 31.9196 32.9194 29.0455 32.9194 25.5002C32.9194 21.9549 30.0453 19.0808 26.5 19.0808ZM26.5 29.6672C24.1986 29.6672 22.3328 27.8016 22.3328 25.5C22.3328 23.1986 24.1984 21.3328 26.5 21.3328C28.8016 21.3328 30.6672 23.1984 30.6672 25.5C30.6672 27.8014 28.8016 29.6672 26.5 29.6672ZM33.1727 17.3274C32.3442 17.3274 31.6726 17.999 31.6726 18.8275C31.6726 19.656 32.3442 20.3276 33.1727 20.3276C34.0013 20.3276 34.6728 19.656 34.6728 18.8275C34.6728 17.999 34.0013 17.3274 33.1727 17.3274Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1710_3147'%3E%3Crect width='53' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
ul.social li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7234_2695' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='10' y='9' width='32' height='33'%3E%3Cpath d='M41.9909 9.63428H10.373V41.2521H41.9909V9.63428Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7234_2695)'%3E%3Cpath d='M17.2332 21.4989H21.2429V34.4001H17.2332V21.4989ZM19.2387 15.0862C19.6985 15.0859 20.1481 15.2221 20.5306 15.4773C20.913 15.7326 21.2112 16.0956 21.3874 16.5204C21.5636 16.9452 21.6099 17.4126 21.5204 17.8637C21.4309 18.3147 21.2097 18.7291 20.8847 19.0544C20.5597 19.3798 20.1455 19.6014 19.6945 19.6913C19.2436 19.7813 18.776 19.7355 18.3511 19.5597C17.9262 19.3839 17.5629 19.0861 17.3072 18.7038C17.0516 18.3216 16.915 17.8722 16.9148 17.4123C16.9148 16.7958 17.1594 16.2044 17.5952 15.7683C18.0309 15.3321 18.6221 15.0867 19.2387 15.0862Z' fill='%23282828'/%3E%3Cpath d='M23.7566 21.4991H27.6027V23.2641H27.6581C28.0424 22.6059 28.5983 22.0644 29.2663 21.6974C29.9343 21.3305 30.6895 21.1519 31.4511 21.1806C35.5163 21.1806 36.2603 23.8524 36.2603 27.3248V34.4006H32.2528V28.1266C32.2528 26.6304 32.2269 24.705 30.1684 24.705C28.0827 24.705 27.7653 26.3367 27.7653 28.0193V34.4006H23.7578L23.7566 21.4991Z' fill='%23282828'/%3E%3C/g%3E%3Ccircle cx='26' cy='26' r='25.5' stroke='%23282828'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 52px;
  height: 52px;
  display: block;
  transition: all 0.5s;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='25' fill='%23FF8762' stroke='%23FF8762' stroke-width='1'/%3E%3Cmask id='mask0_7234_2695' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='10' y='9' width='32' height='33'%3E%3Cpath d='M41.9909 9.63428H10.373V41.2521H41.9909V9.63428Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7234_2695)'%3E%3Cpath d='M17.2332 21.4989H21.2429V34.4001H17.2332V21.4989ZM19.2387 15.0862C19.6985 15.0859 20.1481 15.2221 20.5306 15.4773C20.913 15.7326 21.2112 16.0956 21.3874 16.5204C21.5636 16.9452 21.6099 17.4126 21.5204 17.8637C21.4309 18.3147 21.2097 18.7291 20.8847 19.0544C20.5597 19.3798 20.1455 19.6014 19.6945 19.6913C19.2436 19.7813 18.776 19.7355 18.3511 19.5597C17.9262 19.3839 17.5629 19.0861 17.3072 18.7038C17.0516 18.3216 16.915 17.8722 16.9148 17.4123C16.9148 16.7958 17.1594 16.2044 17.5952 15.7683C18.0309 15.3321 18.6221 15.0867 19.2387 15.0862Z' fill='%23FFF'/%3E%3Cpath d='M23.7566 21.4991H27.6027V23.2641H27.6581C28.0424 22.6059 28.5983 22.0644 29.2663 21.6974C29.9343 21.3305 30.6895 21.1519 31.4511 21.1806C35.5163 21.1806 36.2603 23.8524 36.2603 27.3248V34.4006H32.2528V28.1266C32.2528 26.6304 32.2269 24.705 30.1684 24.705C28.0827 24.705 27.7653 26.3367 27.7653 28.0193V34.4006H23.7578L23.7566 21.4991Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}
ul.social li a.facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7969 27.3965L30.3183 23.3603H26.3255V20.7855C26.3255 19.6162 26.6529 18.8199 28.3276 18.8199H30.4631V15.2081C29.429 15.0987 28.3897 15.0457 27.3498 15.0495C24.2696 15.0495 22.1592 16.9307 22.1592 20.3862V23.3626H18.6729V27.3965H22.1592V36.4295H26.3266V27.3965H29.7969Z' fill='%23282828'/%3E%3Cpath d='M52.5 26C52.5 40.0743 40.8684 51.5 26.5 51.5C12.1316 51.5 0.5 40.0743 0.5 26C0.5 11.9257 12.1316 0.5 26.5 0.5C40.8684 0.5 52.5 11.9257 52.5 26Z' stroke='%23282828'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
ul.social li a.facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.5' cy='26' r='25.5' fill='%23FF8762' stroke='%23FF8762' stroke-width='1'/%3E%3Cpath d='M29.7969 27.3965L30.3183 23.3603H26.3255V20.7855C26.3255 19.6162 26.6529 18.8199 28.3276 18.8199H30.4631V15.2081C29.429 15.0987 28.3897 15.0457 27.3498 15.0495C24.2696 15.0495 22.1592 16.9307 22.1592 20.3862V23.3626H18.6729V27.3965H22.1592V36.4295H26.3266V27.3965H29.7969Z' fill='%23FFF'/%3E%3C/svg%3E");
}
ul.social li a.youtube {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1710_3141)'%3E%3Cpath d='M52.5 26C52.5 40.0743 40.8684 51.5 26.5 51.5C12.1316 51.5 0.5 40.0743 0.5 26C0.5 11.9257 12.1316 0.5 26.5 0.5C40.8684 0.5 52.5 11.9257 52.5 26Z' stroke='%23282828'/%3E%3Cpath d='M35.1975 17H18.1505C14.8905 17 13.5674 19.6373 13.5674 22.9031V29.1461C13.5674 32.4061 15.0326 35.0492 18.2896 35.0492H35.0598C38.3183 35.0492 39.4333 32.412 39.4333 29.1461V22.9031C39.4333 19.6417 38.4575 17 35.1975 17ZM24.1254 29.5637V22.4841L30.906 26.0239L24.1254 29.5637Z' fill='%23282828'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1710_3141'%3E%3Crect width='53' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
ul.social li a.youtube:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='52' viewBox='0 0 53 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1710_3150)'%3E%3Cpath d='M26.5 52C41.1355 52 53 40.3594 53 26C53 11.6406 41.1355 0 26.5 0C11.8645 0 0 11.6406 0 26C0 40.3594 11.8645 52 26.5 52Z' fill='%23FF8762'/%3E%3Cpath d='M35.1975 17H18.1505C14.8905 17 13.5674 19.6373 13.5674 22.9031V29.1461C13.5674 32.4061 15.0326 35.0492 18.2896 35.0492H35.0598C38.3183 35.0492 39.4333 32.412 39.4333 29.1461V22.9031C39.4333 19.6417 38.4575 17 35.1975 17ZM24.1254 29.5637V22.4841L30.906 26.0239L24.1254 29.5637Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1710_3150'%3E%3Crect width='53' height='52' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
ul.social li a.x {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}
ul.social li a.x:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23074a8d'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .line-404 {
    padding: 130px 0 10px 0 !important;
  }
}
@media (min-width: 992px) {
  .line-404 .row {
    display: flex;
    align-items: flex-end;
  }
}
.line-404 .row > div:first-child .content {
  text-align: center;
}
.line-404 .row > div:first-child .content h1 {
  color: #EE653B;
  font-size: 30px;
}
.line-404 .row > div:first-child .content h1 strong {
  display: block;
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 991px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 160px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .line-404 .row > div:last-child .content {
    margin-top: 60px;
    text-align: center;
  }
}
.line-404 .row > div:last-child .content p {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 767px) {
  .line-404 .row > div:last-child .content p {
    font-size: 18px;
    line-height: 20px;
  }
}

.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: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
  color: #A3EBB8;
  /*
  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: 20px;
    line-height: 24px;
  }
}
.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;
}

.bordered {
  border: 1px solid #282828;
  border-radius: 30px;
  padding: 2px 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .bordered {
    padding: 2px 10px;
  }
}

.line-buttons {
  padding-bottom: 90px;
}
.line-buttons .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-buttons .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-buttons .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-buttons .container {
    width: 1152px;
  }
}
.line-buttons .container > .row > div .content ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-buttons .container > .row > div .content ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .line-buttons .container > .row > div .content ul {
    flex-direction: column;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-buttons .container > .row > div .content ul li {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-buttons .container > .row > div .content ul li:first-child, .line-buttons .container > .row > div .content ul li:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-buttons .container > .row > div .content ul li:last-child {
    width: 100%;
  }
}

.inspiration-single .container {
  background: #FFF4F2;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  padding-top: 120px;
}
.inspiration-single .container > .row {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .inspiration-single .container > .row {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .inspiration-single .container > .row {
    max-width: 100%;
  }
}
.inspiration-single .container > .row > div .mod-article__wrapper .mod-article__title {
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  text-align: center;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .inspiration-single .container > .row > div .mod-article__wrapper .mod-article__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.inspiration-single .container > .row > div .mod-article__wrapper .mod-article__title:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/arrow-down-bounce.svg);
  background-repeat: no-repeat;
  width: 57px;
  height: 87px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  animation: move 1s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  .inspiration-single .container > .row > div .mod-article__wrapper .mod-article__title:after {
    left: 40%;
  }
}
.inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__img {
  border-radius: 24px;
  padding-bottom: 25px;
}
.inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content h2, .inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content h3, .inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content h4 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content table.citation {
  margin-top: 45px;
  margin-bottom: 45px;
  border-left: 10px solid #EE653B;
}
.inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content table.citation tbody tr td {
  padding-left: 30px;
  padding-right: 40px;
}
.inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content table.citation tbody tr:first-child td h6 {
  margin-bottom: 30px;
}
.inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content table.citation tbody tr:last-child h6, .inspiration-single .container > .row > div .mod-article__wrapper .news-content .mod-article__content table.citation tbody tr:last-child p {
  margin-bottom: 0;
}

.line-inspirations-back {
  padding-bottom: 30px;
}
.line-inspirations-back .container {
  background: #FFF4F2;
  padding-bottom: 70px;
}
.line-inspirations-back .container > .row {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.line-newsletter {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.line-newsletter .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-newsletter .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-newsletter .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-newsletter .container {
    width: 1152px;
  }
}
.home-video-intro {
  padding-top: 90px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .home-video-intro {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .home-video-intro .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .home-video-intro .container .row > div .content {
    text-align: center;
  }
}
.home-video-intro .container .row > div .content h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-video-intro .container .row > div .content h2 br {
    display: none;
  }
}
.home-video-intro .container .row > div .content p.text_intro {
  max-width: 39%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .home-video-intro .container .row > div .content p.text_intro {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .home-video-intro .container .row > div .content p.text_intro {
    max-width: 100%;
  }
}

.line-videos .container > .row > div .newsList {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .line-videos .container > .row > div .newsList {
    gap: 60px;
  }
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+1) .item .intro img {
  transform: rotate(-4.5deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+1) .item .intro img:hover {
  transform: rotate(0deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+2) .item .intro img {
  transform: rotate(5.8deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+2) .item .intro img:hover {
  transform: rotate(0deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+3) .item .intro img {
  transform: rotate(3deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+3) .item .intro img:hover {
  transform: rotate(0deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+4) .item .intro img {
  transform: rotate(-4deg);
}
.line-videos .container > .row > div .newsList > .row:nth-child(4n+4) .item .intro img:hover {
  transform: rotate(0deg);
}
.line-videos .container > .row > div .newsList .item .intro {
  text-align: center;
}
.line-videos .container > .row > div .newsList .item .intro p:first-of-type {
  position: relative;
  display: inline-block;
  max-width: fit-content;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-videos .container > .row > div .newsList .item .intro p:first-of-type {
    margin-bottom: 25px;
  }
}
.line-videos .container > .row > div .newsList .item .intro p:first-of-type:before {
  content: "";
  background: rgba(40, 40, 40, 0.23);
  display: block;
  border-radius: 23px;
  filter: blur(21px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .line-videos .container > .row > div .newsList .item .intro p:first-of-type:before {
    top: 35px;
  }
}
.line-videos .container > .row > div .newsList .item .intro p:first-of-type img {
  cursor: pointer;
  transition: all ease 0.5s;
}
@media (max-width: 1199px) {
  .line-videos .container > .row > div .newsList .item .intro p:first-of-type img {
    width: 80% !important;
  }
}
.line-videos .container > .row > div .newsList .item .intro h4 {
  text-align: left;
  padding-left: 17%;
}
@media (max-width: 767px) {
  .line-videos .container > .row > div .newsList .item .intro h4 {
    text-align: center;
    padding-left: 0;
  }
}
.line-videos .container > .row > div .newsList .item .intro h4 + p {
  text-align: left;
  padding-left: 17%;
}
@media (max-width: 767px) {
  .line-videos .container > .row > div .newsList .item .intro h4 + p {
    text-align: center;
    padding-left: 0;
  }
}
.line-videos .container > .row > div .newsList .item .intro div {
  display: none;
}
.line-videos.main {
  padding-bottom: 0px;
}
.line-videos.main .container {
  background-color: #D9FFE4;
  padding-bottom: 100px;
}

.line-videos-cta {
  padding-top: 70px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .line-videos-cta {
    padding-top: 40px;
  }
}

.home-outils {
  padding-top: 160px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-outils {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .home-outils {
    padding-top: 70px;
    padding-bottom: 400px;
  }
}
@media (min-width: 1200px) {
  .home-outils .container .row > div:first-child {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .home-outils .container .row > div:first-child {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .home-outils .container .row > div:first-child {
    padding-left: 0;
  }
}
.home-outils .container .row > div:first-child .content h2 {
  margin-bottom: 40px;
}
.home-outils .container .row > div:first-child .content .text_intro {
  margin-bottom: 35px;
}
.home-outils .container .row > div:last-child {
  position: relative;
}
.home-outils .container .row > div:last-child:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/outils-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1000px;
  height: 600px;
  position: absolute;
  right: -260px;
  top: -85px;
}
@media (max-width: 1199px) {
  .home-outils .container .row > div:last-child:after {
    width: 730px;
    right: -185px;
  }
}
@media (max-width: 991px) {
  .home-outils .container .row > div:last-child:after {
    width: 600px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .home-outils .container .row > div:last-child:after {
    width: 475px;
    right: -55px;
  }
}
.home-outils .container .row > div:last-child .content img {
  position: absolute;
  right: -125px;
  top: -85px;
  display: none;
}
@media (max-width: 1199px) {
  .home-outils .container .row > div:last-child .content img {
    top: 0;
  }
}
@media (max-width: 991px) {
  .home-outils .container .row > div:last-child .content img {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .home-outils .container .row > div:last-child .content img {
    min-width: 100vw !important;
    max-width: 100vw !important;
    right: -45px;
  }
}

.home-certification {
  padding-top: 90px;
  padding-bottom: 75px;
}
.home-certification .content img {
  margin-bottom: 30px;
}
.home-certification .content h2 {
  margin-bottom: 40px;
}
.home-certification .content .text_intro {
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-certification .content .text_intro {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .home-certification .content .text_intro {
    max-width: 100%;
  }
}

.inspirations-title {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .inspirations-title {
    padding-top: 70px;
  }
}
.inspirations-title .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .inspirations-title .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .inspirations-title .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .inspirations-title .container {
    width: 1152px;
  }
}

.line-inspirations {
  position: relative;
  z-index: 5;
}
.line-inspirations .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-inspirations .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-inspirations .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-inspirations .container {
    width: 1152px;
  }
}
.line-inspirations .container .newsList {
  gap: 60px 200px;
}
@media (max-width: 1199px) {
  .line-inspirations .container .newsList {
    gap: 0px;
  }
}
@media (max-width: 991px) {
  .line-inspirations .container .newsList {
    gap: 60px 100px;
  }
}
.line-inspirations .container .newsList .item .itemImage {
  max-width: 450px;
  border-radius: 40px;
}
@media (max-width: 1199px) {
  .line-inspirations .container .newsList .item .itemImage {
    max-width: 350px;
  }
}
.line-inspirations .container .newsList .item .itemImage img {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .line-inspirations .container .newsList .item .actions {
    margin-top: 0;
  }
}
.line-inspirations .container .newsList .item h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-transform: initial;
  max-width: 90%;
}
@media (max-width: 1199px) {
  .line-inspirations .container .newsList .item h3 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .line-inspirations .container .newsList .item h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
.line-inspirations .container .newsList .item h3 a {
  color: #282828 !important;
}
.line-inspirations.main {
  padding-bottom: 35px;
}
.line-inspirations.main .container {
  width: calc(100vw - 60px);
  background: #FFF4F2;
  padding-bottom: 160px;
}
@media (min-width: 992px) {
  .line-inspirations.main .container > .row {
    width: 1152px;
    margin-left: auto;
    margin-right: auto;
  }
}

.line-decouvrez-les-pratiques {
  position: relative;
  padding-top: 460px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-decouvrez-les-pratiques {
    padding-top: 250px;
  }
}
.line-decouvrez-les-pratiques .container > .row > div .content .parallax-image {
  position: absolute;
  top: -900px;
  left: 0%;
  width: 100%;
  height: 120%; /* Slightly larger for parallax movement */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
@media (max-width: 767px) {
  .line-decouvrez-les-pratiques .container > .row > div .content .parallax-image {
    top: -630px;
  }
}
.line-decouvrez-les-pratiques .container > .row > div .content p.rotating-arrows {
  z-index: 3;
  position: relative;
}
.line-decouvrez-les-pratiques .container > .row > div .content p.rotating-arrows img {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate-circle 5s linear infinite;
}
@media (max-width: 767px) {
  .line-decouvrez-les-pratiques .container > .row > div .content p.rotating-arrows img {
    width: 100px !important;
    top: -100px;
  }
}
.line-decouvrez-les-pratiques .container > .row > div .content h2 {
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .line-decouvrez-les-pratiques .container > .row > div .content h2 br {
    display: none !important;
  }
}
.line-decouvrez-les-pratiques .container > .row > div .content .text_intro {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .line-decouvrez-les-pratiques .container > .row > div .content .text_intro {
    width: 54%;
    margin-left: auto;
    margin-right: auto;
  }
}

.line-quote {
  padding-top: 130px;
}
@media (max-width: 767px) {
  .line-quote {
    padding-top: 70px;
  }
}
.line-quote .container {
  max-width: 100%;
  margin: auto;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .line-quote .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .line-quote .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-quote .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-quote .container {
    width: 1152px;
  }
}
@media (max-width: 991px) {
  .line-quote .container > .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-quote .container > .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-quote .container > .row > div:first-child .content {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .line-quote .container > .row > div:first-child .content img {
    width: 160px !important;
  }
}
@media (min-width: 992px) {
  .line-quote .container > .row > div:last-child {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .line-quote .container > .row > div:last-child {
    width: 100%;
  }
}
.line-quote .container > .row > div:last-child .content h3 {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .line-quote .container > .row > div:last-child .content h3 {
    width: 80%;
  }
}
.line-quote .container > .row > div:last-child .content h3:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/_pratiques/open-quote.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 46px;
  position: absolute;
  top: 0;
  left: -75px;
}
@media (max-width: 991px) {
  .line-quote .container > .row > div:last-child .content h3:before {
    width: 23px;
    height: 40px;
    top: -32px;
    left: -12px;
    background-size: contain;
  }
}
.line-quote .container > .row > div:last-child .content h3:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/_pratiques/close-quote.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 46px;
  position: absolute;
  bottom: 0;
  right: -75px;
}
@media (max-width: 991px) {
  .line-quote .container > .row > div:last-child .content h3:after {
    width: 23px;
    height: 40px;
    background-size: contain;
    bottom: -40px;
    right: 0;
  }
}
.line-quote .container > .row > div:last-child .content h5, .line-quote .container > .row > div:last-child .content p.title {
  padding-left: 40px;
}
.line-quote .container > .row > div:last-child .content h5 {
  position: relative;
}
.line-quote .container > .row > div:last-child .content h5:before {
  content: "";
  background: #282828;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .line-quote.sm-pb .container {
    padding-bottom: 0;
  }
}

.line-lasante {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .line-lasante {
    margin-bottom: 50px;
  }
}
.line-lasante .container {
  max-width: 100%;
  margin: auto;
  padding-top: 130px;
  border-top: 1px solid #E0E7F4;
}
@media (max-width: 767px) {
  .line-lasante .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 85px;
  }
}
@media (min-width: 768px) {
  .line-lasante .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-lasante .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-lasante .container {
    width: 1152px;
  }
}
@media (max-width: 991px) {
  .line-lasante .container > .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-lasante .container > .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-lasante .container > .row > div:last-child {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-lasante .container > .row > div:last-child .content {
    width: 82%;
  }
}

@media (max-width: 991px) {
  .line-pratiques-de-sante {
    padding-bottom: 70px;
  }
}
.line-pratiques-de-sante .container {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .line-pratiques-de-sante .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .line-pratiques-de-sante .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-pratiques-de-sante .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-pratiques-de-sante .container {
    width: 1152px;
  }
}
.line-pratiques-de-sante .container .newsList {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .line-pratiques-de-sante .container .newsList {
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
  }
}
.line-pratiques-de-sante .container .newsList > .row {
  padding: 60px 5px 160px;
  border-radius: 55px;
}
@media (min-width: 992px) {
  .line-pratiques-de-sante .container .newsList > .row {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (max-width: 767px) {
  .line-pratiques-de-sante .container .newsList > .row {
    padding-bottom: 50px;
  }
}
.line-pratiques-de-sante .container .newsList > .row .item .intro {
  text-align: center;
}
.line-pratiques-de-sante .container .newsList > .row .item .intro img {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .line-pratiques-de-sante .container .newsList > .row .item .intro img {
    max-width: 80%;
  }
}
.line-pratiques-de-sante .container .newsList > .row:first-child {
  background: #E0E7F4;
}
.line-pratiques-de-sante .container .newsList > .row:nth-child(2) {
  background: #FF8762;
}
@media (max-width: 767px) {
  .line-pratiques-de-sante .container .newsList > .row:nth-child(2) {
    padding-top: 40px;
  }
}
.line-pratiques-de-sante .container .newsList > .row:nth-child(3) {
  background: #FFF4F2;
  padding-top: 50px;
}
.line-pratiques-de-sante .container .newsList > .row:last-child {
  background: #D9FFE4;
  padding-top: 50px;
}

.bienfaits-container {
  background: linear-gradient(45deg, #EE653B 0%, #FF8762 100%);
  padding-bottom: 120px;
}
.bienfaits-container .line-bienfaits-title {
  padding-top: 100px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .bienfaits-container .line-bienfaits-title {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.bienfaits-container .line-bienfaits-title .content h2 {
  color: #fff;
}
.bienfaits-container .line-bienfaits .container {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .bienfaits-container .line-bienfaits .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .bienfaits-container .line-bienfaits .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .bienfaits-container .line-bienfaits .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .bienfaits-container .line-bienfaits .container {
    width: 1152px;
  }
}
.bienfaits-container .line-bienfaits .container .newsList {
  gap: 20px 15px;
}
.bienfaits-container .line-bienfaits .container .newsList .row .item .intro {
  text-align: center;
}
.bienfaits-container .line-bienfaits .container .newsList .row .item .intro img {
  max-width: 197px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .bienfaits-container .line-bienfaits .container .newsList .row .item .intro img {
    width: 135px !important;
  }
}
.bienfaits-container .line-bienfaits .container .newsList .row .item .intro h5 {
  color: #fff;
}

.line-tendance-title {
  padding-top: 115px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .line-tendance-title {
    padding-top: 70px;
  }
}

.line-tendance .container {
  max-width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .line-tendance .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .line-tendance .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-tendance .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-tendance .container {
    width: 1152px;
  }
}
.line-tendance .container:after {
  content: "";
  background: #6B82A4;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .line-tendance .container:after {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .line-tendance .container > .row {
    display: flex;
    flex-direction: column;
  }
}
.line-tendance .container > .row > div:first-child {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .line-tendance .container > .row > div:first-child {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .line-tendance .container > .row > div:first-child {
    order: 1;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .line-tendance .container > .row > div:first-child .content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .line-tendance .container > .row > div:last-child {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .line-tendance .container > .row > div:last-child {
    order: 0;
  }
}
.line-tendance .container > .row > div:last-child .newsList .item .intro {
  z-index: 2;
  position: relative;
}
.line-tendance .container > .row > div:last-child .newsList .item .intro:hover {
  cursor: pointer;
}
.line-tendance .container > .row > div:last-child .newsList .item .intro p:first-of-type:before {
  display: none;
}

.line-excellence {
  padding-top: 90px;
  padding-bottom: 120px;
}
.line-excellence .container {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .line-excellence .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .line-excellence .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-excellence .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-excellence .container {
    width: 1152px;
  }
}
@media (max-width: 767px) {
  .line-excellence .container .content {
    text-align: center;
  }
}

.line-comment-title {
  padding-top: 90px;
  padding-bottom: 60px;
}
.line-comment-title .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-comment-title .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-comment-title .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-comment-title .container {
    width: 1152px;
  }
}
.line-comment-title .container .content {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .line-comment-title .container .content {
    max-width: 100%;
  }
}
.line-comment-title .container .content h2 {
  margin-bottom: 40px;
}

.line-comment {
  padding-bottom: 90px;
}
.line-comment .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-comment .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-comment .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-comment .container {
    width: 1152px;
  }
}
.line-comment .container > .row > div .content ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pratiques-cta .container {
  max-width: 100%;
  margin: auto;
  padding-top: 75px;
  border-top: 1px solid #6B82A4;
}
@media (min-width: 768px) {
  .pratiques-cta .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .pratiques-cta .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .pratiques-cta .container {
    width: 1152px;
  }
}
.pratiques-cta .container .content .btn {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 767px) {
  .pratiques-cta .container .content .btn {
    font-size: 20px;
    line-height: 24px;
  }
}
.pratiques-cta.no-border {
  padding-bottom: 75px;
}
.pratiques-cta.no-border .container {
  border-top: none;
}

.line-profitez-intro {
  padding-top: 115px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .line-profitez-intro {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .line-profitez-intro .content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-profitez-intro .content h2 {
  margin-bottom: 40px;
}

.line-profitez {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .line-profitez {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .line-profitez {
    padding-bottom: 40px;
  }
}
.line-profitez .container > .row > div .content .circle-container {
  position: relative;
  width: 58%; /* Width to contain the stacking circles */
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 1500px) {
  .line-profitez .container > .row > div .content .circle-container {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .line-profitez .container > .row > div .content .circle-container {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .line-profitez .container > .row > div .content .circle-container {
    width: 100%;
  }
}
.line-profitez .container > .row > div .content .circle-container .circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
@media (max-width: 767px) {
  .line-profitez .container > .row > div .content .circle-container .circle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .line-profitez .container > .row > div .content .circle-container .circle {
    width: 100px;
    height: 100px;
  }
}
.line-profitez .container > .row > div .content .circle-container .circle.level-1 {
  background-color: #d8e0f0; /* Light blue */
  color: #35495e; /* Dark text */
  left: 0%;
}
@media (min-width: 1500px) {
  .line-profitez .container > .row > div .content .circle-container .circle.level-1 {
    left: 0%;
  }
}
@media (max-width: 767px) {
  .line-profitez .container > .row > div .content .circle-container .circle.level-1 {
    left: 0%;
  }
}
.line-profitez .container > .row > div .content .circle-container .circle.level-1.animate {
  animation: fall-in 0.4s ease-out forwards 0.4s;
}
.line-profitez .container > .row > div .content .circle-container .circle.level-2 {
  background-color: #b8f0d8; /* Light green */
  color: #ff7755; /* Contrasting text */
  left: 23%;
}
@media (min-width: 1500px) {
  .line-profitez .container > .row > div .content .circle-container .circle.level-2 {
    left: 23%;
  }
}
@media (max-width: 767px) {
  .line-profitez .container > .row > div .content .circle-container .circle.level-2 {
    left: 23%;
  }
}
.line-profitez .container > .row > div .content .circle-container .circle.level-2.animate {
  animation: fall-in 0.6s ease-out forwards 0.6s;
}
.line-profitez .container > .row > div .content .circle-container .circle.level-3 {
  background-color: #ff7755; /* Coral */
  color: #ffdda6; /* Light text */
  left: 46%;
}
@media (min-width: 1500px) {
  .line-profitez .container > .row > div .content .circle-container .circle.level-3 {
    left: 46%;
  }
}
.line-profitez .container > .row > div .content .circle-container .circle.level-3.animate {
  animation: fall-in 0.8s ease-out forwards 0.8s;
}
.line-profitez .container > .row > div .content .circle-container .circle.level-4 {
  background-color: #456484; /* Coral */
  color: #ffdda6; /* Light text */
  left: 69%;
}
@media (min-width: 1500px) {
  .line-profitez .container > .row > div .content .circle-container .circle.level-4 {
    left: 69%;
  }
}
.line-profitez .container > .row > div .content .circle-container .circle.level-4.animate {
  animation: fall-in 0.8s ease-out forwards 0.8s;
}

.line-trois-niveau {
  padding-bottom: 75px;
}
.line-trois-niveau .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-trois-niveau .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-trois-niveau .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-trois-niveau .container {
    width: 1152px;
  }
}
@media (max-width: 1199px) {
  .line-trois-niveau .container > .row > div:first-child .content h2 br {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .line-trois-niveau .container > .row > div:first-child .content .text_intro {
    width: 77%;
  }
}
.line-trois-niveau .container > .row > div:last-child {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .line-trois-niveau .container > .row > div:last-child {
    padding-top: 70px;
  }
}
.line-trois-niveau .container > .row > div:last-child .content > .level-container {
  border-top: 1px solid #C7A8A6;
  padding-top: 23px;
  padding-bottom: 40px;
}
.line-trois-niveau .container > .row > div:last-child .content > .level-container .level {
  display: flex;
  align-items: flex-start;
}
.line-trois-niveau .container > .row > div:last-child .content > .level-container .level h3 {
  width: 12%;
  margin-right: 40px;
}
.line-trois-niveau .container > .row > div:last-child .content > .level-container.last {
  border-bottom: 1px solid #C7A8A6;
  margin-bottom: 0px;
}

.line-consultez-title {
  padding-top: 65px;
  padding-bottom: 50px;
}

.line-outils-list {
  position: relative;
  z-index: 5;
}
.line-outils-list .container {
  background: #E0E7F4;
}
.line-outils-list .container > .row {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .line-outils-list .container > .row {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-outils-list .container > .row {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-outils-list .container > .row {
    width: 1152px;
  }
}
.line-outils-list .container > .row > div .newsList > .row {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .line-outils-list .container > .row > div .newsList > .row {
    margin-bottom: 60px;
  }
}
.line-outils-list .container > .row > div .newsList > .row .item {
  display: flex;
}
@media (max-width: 767px) {
  .line-outils-list .container > .row > div .newsList > .row .item {
    flex-direction: column;
  }
}
.line-outils-list .container > .row > div .newsList > .row .item .itemImage {
  width: 50%;
}
@media (max-width: 767px) {
  .line-outils-list .container > .row > div .newsList > .row .item .itemImage {
    width: 100%;
  }
}
.line-outils-list .container > .row > div .newsList > .row .item .itemImage img {
  max-width: 390px;
}
@media (max-width: 991px) {
  .line-outils-list .container > .row > div .newsList > .row .item .itemImage img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .line-outils-list .container > .row > div .newsList > .row .item .itemImage img {
    max-width: 200px;
  }
}
.line-outils-list .container > .row > div .newsList > .row .item .intro {
  width: 50%;
}
@media (max-width: 767px) {
  .line-outils-list .container > .row > div .newsList > .row .item .intro {
    width: 100%;
  }
}
.line-outils-list .container > .row > div .newsList > .row .item .intro h2 {
  margin-bottom: 40px;
}
.line-outils-list .container > .row > div .newsList > .row .item .intro .text_intro {
  margin-bottom: 40px;
}

.outil-single-title .container {
  background: #E0E7F4;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  padding-top: 148px;
}
.outil-single-title .container > .row {
  padding-bottom: 20px;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .outil-single-title .container > .row {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .outil-single-title .container > .row {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .outil-single-title .container > .row {
    width: 1152px;
  }
}
.outil-single-title .container > .row > div {
  position: relative;
  z-index: 3;
}

.outil-single-content .container {
  background: #E0E7F4;
}
.outil-single-content .container > .row {
  max-width: 100%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .outil-single-content .container > .row {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .outil-single-content .container > .row {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .outil-single-content .container > .row {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .outil-single-content .container > .row {
    width: 1152px;
  }
}
@media (min-width: 768px) {
  .outil-single-content .container > .row > div:first-child {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .outil-single-content .container > .row > div:first-child {
    width: 100%;
  }
}
.outil-single-content .container > .row > div:first-child img {
  max-width: 375px;
}
@media (max-width: 991px) {
  .outil-single-content .container > .row > div:first-child img {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .outil-single-content .container > .row > div:first-child img {
    max-width: 230px;
  }
}
@media (min-width: 768px) {
  .outil-single-content .container > .row > div:last-child {
    width: 60%;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .outil-single-content .container > .row > div:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .outil-single-content .container > .row > div:last-child .mod-article__content {
    width: 91%;
  }
}
.outil-single-content .container > .row > div:last-child .mod-article__content h4 {
  margin-bottom: 30px;
}
.outil-single-content .container > .row > div:last-child .mod-article__content hr {
  background: #6B82A4;
  margin-top: 35px;
  margin-bottom: 35px;
}

.line-outil-download .container {
  background: #E0E7F4;
}
.line-outil-download .container > .row {
  max-width: 100%;
  margin: auto;
  padding-bottom: 250px;
  border-bottom: 1px solid #6B82A4;
  position: relative;
}
@media (max-width: 1199px) {
  .line-outil-download .container > .row {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .line-outil-download .container > .row {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .line-outil-download .container > .row {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .line-outil-download .container > .row {
    width: 1152px;
  }
}
.line-outil-download .container > .row:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/Bien_au_travail/_outils/download-icon-big.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 285px;
  height: 285px;
  position: absolute;
  left: 100px;
  top: -126px;
  z-index: 1;
}
@media (max-width: 767px) {
  .line-outil-download .container > .row:before {
    width: 185px;
    height: 185px;
  }
}
.line-outil-download .container > .row > div .content {
  position: relative;
  z-index: 3;
}

.outils-form {
  padding-top: 90px;
  padding-bottom: 70px;
}
.outils-form .container {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .outils-form .container {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .outils-form .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .outils-form .container {
    width: 1152px;
  }
}

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