@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;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 à 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 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: 991px) {
  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

.whiteparagraphe p {
  color: #000;
}

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

.darkparagraphe p {
  color: #000;
}

/* Pour les modules d'articles en vedette seulement, 
mettre nombre de colonnes à 1 dans le module */
.col-grid[class*=grid] .newsList, .col-grid[class*=grid] .news-mosaic, .col-grid[class*=grid] .eventsList {
  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: #212121 !important;
}

::selection {
  color: #fff;
  background: #212121 !important;
}

/* 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: 15px;
    padding-right: 15px;
  }
}
/* 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;
}

/* ################################# */
/* Global animation */
/*
h1{
	opacity: 0;
}
.animate {
	@include text-fade-from-left;
}
*/
/*
.img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    animation: move 3s infinite ease alternate;
}
*/
/**
 * ----------------------------------------
 * Smooth bounce
 * ----------------------------------------
 */
@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
/**
 * ----------------------------------------
 * 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;
  }
}
@keyframes zero-to-hundred {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes zero-to-hundreddd {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
@keyframes slideIn-banner {
  from {
    transform: translateX(-100%);
    left: -10%;
  }
  to {
    transform: translateX(-50%);
    left: 50%;
  }
}
/**
* ----------------------------------------
* btn
* ----------------------------------------
*/
@keyframes btn {
  0% {
    transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale3d(1, 1, 1);
  }
  50% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.u--pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Work Sans", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Work Sans", sans-serif;
  width: 100%;
  color: #212121;
}
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: break-word;
  }
}

h1, .h1 {
  font-size: 60px;
  line-height: 78px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 1;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
h2.animate, .h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h3, .h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3.animate, .h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h4, .h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
}
h4.animate, .h4.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h5, .h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: initial;
}
h6, .h6 {
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  text-transform: initial;
  letter-spacing: 0.04em;
  opacity: 0;
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 35px;
    line-height: 38px;
  }
}
h6.animate, .h6.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.text_default {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
}

.xlarge-text {
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #002859;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .xlarge-text {
    font-size: 35px;
    line-height: 38px;
  }
}
.xlarge-text.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #212121;
  opacity: 0;
}
p.intro {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
p.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.p-medium {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #212121;
  text-transform: none;
}
.p-small {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #212121;
}
hr {
  border-color: rgba(101, 179, 46, 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) {
  color: #000;
  word-break: break-word;
}
a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):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):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):focus {
  color: #000;
  text-decoration: underline;
}

ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social) {
  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) li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #212121;
  margin-bottom: 0;
  padding: 10px;
}
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) li::marker {
  color: #212121;
  font-size: 10px;
}
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) 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) li ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 15px;
}

/*###########################  BOUTONS  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn.animate, input.btn.animate, a.btn.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.btn.btn-primary, .btn.btn-default, input.btn.btn-primary, input.btn.btn-default, a.btn.btn-primary, a.btn.btn-default {
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.btn.btn-primary.white, .line-home-industry .container .row .zone-html .content .btn.btn-primary, .btn.btn-default.white, input.btn.btn-primary.white, input.btn.btn-default.white, a.btn.btn-primary.white, a.btn.btn-default.white {
  color: #fff;
}
.btn.btn-primary-dark, input.btn.btn-primary-dark, a.btn.btn-primary-dark {
  background-color: transparent;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #65B32E;
  justify-content: center;
}
.btn.btn-primary-dark:hover, .btn.btn-primary-dark:active, .btn.btn-primary-dark:focus, input.btn.btn-primary-dark:hover, input.btn.btn-primary-dark:active, input.btn.btn-primary-dark:focus, a.btn.btn-primary-dark:hover, a.btn.btn-primary-dark:active, a.btn.btn-primary-dark:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  font-size: 14px;
  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: #212121;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_UP.svg");
  background-repeat: no-repeat;
  right: -25px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  animation-name: none;
}
@media (max-width: 767px) {
  .btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
    width: 82px;
    right: -20px;
  }
}
.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: #212121;
  transition: all 150ms;
}
.btn.btn-arrow:hover:after, .btn.btn-arrow:focus:after, input.btn.btn-arrow:hover:after, input.btn.btn-arrow:focus:after, a.btn.btn-arrow:hover:after, a.btn.btn-arrow:focus:after {
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_Hover.svg");
  background-repeat: no-repeat;
}
.btn.btn-arrow-dark, input.btn.btn-arrow-dark, a.btn.btn-arrow-dark {
  font-size: 14px;
  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: #fff;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.btn.btn-arrow-dark:after, input.btn.btn-arrow-dark:after, a.btn.btn-arrow-dark:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_UP.svg");
  background-repeat: no-repeat;
  right: -25px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  animation-name: none;
}
.btn.btn-arrow-dark:hover, .btn.btn-arrow-dark:focus, input.btn.btn-arrow-dark:hover, input.btn.btn-arrow-dark:focus, a.btn.btn-arrow-dark:hover, a.btn.btn-arrow-dark:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #fff;
}
.btn.btn-arrow-dark:hover:after, .btn.btn-arrow-dark:focus:after, input.btn.btn-arrow-dark:hover:after, input.btn.btn-arrow-dark:focus:after, a.btn.btn-arrow-dark:hover:after, a.btn.btn-arrow-dark:focus:after {
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_Hover.svg");
  background-repeat: no-repeat;
}
.btn.btn-link, .btn.btn-back, input.btn.btn-link, input.btn.btn-back, a.btn.btn-link, a.btn.btn-back {
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-back:hover, .btn.btn-back:active, .btn.btn-back:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, input.btn.btn-back:hover, input.btn.btn-back:active, input.btn.btn-back:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus, a.btn.btn-back:hover, a.btn.btn-back:active, a.btn.btn-back:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}
.btn.btn-homepage, input.btn.btn-homepage, a.btn.btn-homepage {
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
  width: 100%;
  max-width: 515px;
  justify-content: center;
}
.btn.btn-homepage:hover, .btn.btn-homepage:active, .btn.btn-homepage:focus, input.btn.btn-homepage:hover, input.btn.btn-homepage:active, input.btn.btn-homepage:focus, a.btn.btn-homepage:hover, a.btn.btn-homepage:active, a.btn.btn-homepage:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 19px;
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 75px;
  width: fit-content;
  position: relative;
}
.btn.btn-download:after, input.btn.btn-download:after, a.btn.btn-download:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/download_icon.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.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: none;
  color: #65B32E;
}

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

.back-to-list {
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

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

/* Forms - Global Style */
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;
  margin-bottom: 17px;
  /* 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: 17px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 0;
}
form.form-horizontal .form-group label.control-label--required,
form.search-form .form-group label.control-label--required {
  padding-left: 5px;
  color: #212121;
}
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: #F4F4F4 !important;
  color: #212121 !important;
  border: none;
}
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: none !important;
  padding: 15px !important;
  height: 51px !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  border: none !important;
  padding: 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F4F4F4 url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/drop-icon.svg) no-repeat right 5px center !important;
  background-size: 15px !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: auto!important;
  */
  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: #65B32E !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 {
  max-width: 100%;
  padding-top: 0;
  margin-top: 0;
}
form.form-horizontal .crm-footer-frame,
form.search-form .crm-footer-frame {
  margin-top: 30px;
}
@media (max-width: 991px) {
  form.form-horizontal .crm-footer-frame,
  form.search-form .crm-footer-frame {
    padding-left: 15px;
  }
}

/* Forms - Dark Style */
.line-form-dark {
  background-color: #002859;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-form-dark .container .row .zone-crm {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-form-dark h2, .line-form-dark h3, .line-form-dark p {
  color: #fff !important;
}
.line-form-dark h2 {
  margin-bottom: 10px;
}
.line-form-dark h3 {
  margin-bottom: 40px;
}
.line-form-dark p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-form-dark p {
    max-width: 100%;
  }
}
.line-form-dark form.form-horizontal {
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
@media (max-width: 991px) {
  .line-form-dark form.form-horizontal {
    max-width: 100%;
  }
}
.line-form-dark form.form-horizontal .form-group .col-sm-24 {
  padding: 0;
}
.line-form-dark form.form-horizontal .form-group label.control-label {
  color: #fff;
}
.line-form-dark form.form-horizontal .form-group label.control-label span {
  color: #fff;
}
.line-form-dark form.form-horizontal .form-group input:not(.btn), .line-form-dark form.form-horizontal .form-group select, .line-form-dark form.form-horizontal .form-group textarea {
  background-color: transparent !important;
  color: #212121 !important;
  border: none;
}
.line-form-dark form.form-horizontal .form-group select, .line-form-dark form.form-horizontal .form-group input.form-control, .line-form-dark form.form-horizontal .form-group .chosen-choices {
  background-color: #fff !important;
  border: none !important;
  padding: 15px !important;
  height: 51px !important;
  border-radius: 2px !important;
}
.line-form-dark form.form-horizontal .form-group textarea {
  background-color: #fff !important;
  border: none !important;
  padding: 15px !important;
  border-radius: 2px !important;
}
.line-form-dark form.form-horizontal .form-group select {
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 2px !important;
}
.line-form-dark form.form-horizontal .form-group .input-checkbox .checkbox label {
  color: #fff;
}
.line-form-dark form.form-horizontal .form-group .input-checkbox .checkbox label span {
  color: #fff;
}
.line-form-dark form.form-horizontal .form-group .input-file {
  color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .line-form-dark form.form-horizontal .form-group .input-file {
    display: flex;
  }
}
.line-form-dark .crm-footer-frame button {
  font-size: 14px;
  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: #fff;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.line-form-dark .crm-footer-frame button:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_UP.svg");
  background-repeat: no-repeat;
  right: -25px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  animation-name: none;
}
.line-form-dark .crm-footer-frame button:hover, .line-form-dark .crm-footer-frame button:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #fff;
}
.line-form-dark .crm-footer-frame button:hover:after, .line-form-dark .crm-footer-frame button:focus:after {
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_Hover.svg");
  background-repeat: no-repeat;
}
.line-form-dark .zone-crm .formbuilder-confirmation-content p {
  margin-bottom: 0;
}

/* Forms - F4F4F4 bG */
.line-form-gray {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}
.line-form-gray .container .row .zone-crm {
  padding-left: 0;
  padding-right: 0;
}
.line-form-gray h2, .line-form-gray h3, .line-form-gray p {
  color: #212121 !important;
}
.line-form-gray h2 {
  margin-bottom: 10px;
}
.line-form-gray h3 {
  margin-bottom: 40px;
}
.line-form-gray p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-form-gray p {
    max-width: 100%;
  }
}
.line-form-gray form.form-horizontal {
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
@media (max-width: 991px) {
  .line-form-gray form.form-horizontal {
    max-width: 100%;
  }
}
.line-form-gray form.form-horizontal .form-group .col-sm-24 {
  padding: 0;
}
.line-form-gray form.form-horizontal .form-group label.control-label {
  color: #212121;
}
.line-form-gray form.form-horizontal .form-group label.control-label span {
  color: #212121;
}
.line-form-gray form.form-horizontal .form-group input:not(.btn), .line-form-gray form.form-horizontal .form-group select, .line-form-gray form.form-horizontal .form-group textarea {
  background-color: #fff !important;
  color: #212121 !important;
  border: none;
}
.line-form-gray form.form-horizontal .form-group select, .line-form-gray form.form-horizontal .form-group input.form-control, .line-form-gray form.form-horizontal .form-group .chosen-choices {
  background-color: #fff !important;
  border: none !important;
  padding: 15px !important;
  height: 51px !important;
  border-radius: 2px !important;
}
.line-form-gray form.form-horizontal .form-group textarea {
  background-color: #fff !important;
  border: none !important;
  padding: 15px !important;
  border-radius: 2px !important;
}
.line-form-gray form.form-horizontal .form-group select {
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 2px !important;
}
.line-form-gray form.form-horizontal .form-group .input-checkbox .checkbox label {
  color: #212121;
}
.line-form-gray form.form-horizontal .form-group .input-checkbox .checkbox label span {
  color: #212121;
}
.line-form-gray form.form-horizontal .form-group .input-file {
  color: #212121;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .line-form-gray form.form-horizontal .form-group .input-file {
    display: flex;
  }
}
.line-form-gray .crm-footer-frame button {
  font-size: 14px;
  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: #212121;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.line-form-gray .crm-footer-frame button:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_UP.svg");
  background-repeat: no-repeat;
  right: -25px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  animation-name: none;
}
@media (max-width: 767px) {
  .line-form-gray .crm-footer-frame button:after {
    width: 82px;
    right: -20px;
  }
}
.line-form-gray .crm-footer-frame button:hover, .line-form-gray .crm-footer-frame button:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #212121;
  transition: all 150ms;
}
.line-form-gray .crm-footer-frame button:hover:after, .line-form-gray .crm-footer-frame button:focus:after {
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_Hover.svg");
  background-repeat: no-repeat;
}
.line-form-gray .zone-crm .formbuilder-confirmation-content p {
  margin-bottom: 0;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: #fff;
}
#ui-form .ui-section__content h2 {
  color: #212121;
}

.overrideformtitle .zone-crm h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.overrideformtitle .zone-crm h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

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

/* Formulaire Inscription membre/evenement*/
/*Styles Global*/
.zone-member {
  padding: 60px;
}
.zone-member .form-withProgress__wrapper {
  background-color: transparent;
}
.zone-member .form-withProgress__wrapper .section {
  margin-bottom: 50px;
}
.zone-member #login_content_box {
  background-color: #fff;
}
@media (max-width: 767px) {
  .zone-member #login_content_box {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.zone-event h1,
.zone-member h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .zone-event h1,
  .zone-member h1 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.zone-event h1.animate,
.zone-member h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 991px) {
  .zone-event h1,
  .zone-member h1 {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .zone-event h1,
  .zone-member h1 {
    font-size: 31px;
    line-height: 35px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  padding: 0px;
  /*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: "Work Sans", sans-serif;
  padding-bottom: 16px;
  opacity: 1 !important;
}
.zone-event .form-withProgress__wrapper .form-group p.form-control-static,
.zone-member .form-withProgress__wrapper .form-group p.form-control-static {
  max-width: 100%;
}
.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: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: initial;
}
.zone-event .form-withProgress__wrapper fieldset legend,
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: initial;
  color: #212121;
}
@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: #212121 !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: #212121 !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: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
}
.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: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.white, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content a#singlebutton.btn-primary, .line-home-industry .container .row .zone-html .content .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.btn-primary,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.white,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content button#submit.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.btn-primary,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.white,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content button#singlebutton.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.btn-primary,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.white,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content button#external_payment.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.btn-primary,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content a#singlebutton.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton.btn-primary,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content button#submit.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit.btn-primary,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content button#singlebutton.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton.btn-primary,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.white,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .line-home-industry .container .row .zone-html .content button#external_payment.btn-primary,
.line-home-industry .container .row .zone-html .content .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment.btn-primary {
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-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: 32px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus {
  text-decoration: none;
}
@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 {
    white-space: normal !important;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous.animate,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step.animate,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous.animate,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}
@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: #002859;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: 1px solid #65B32E !important;
}
.zone-event .membership-delegate-manage .footer .btn:hover, .zone-event .membership-delegate-manage .footer .btn:active, .zone-event .membership-delegate-manage .footer .btn:focus,
.zone-member .membership-delegate-manage .footer .btn:hover,
.zone-member .membership-delegate-manage .footer .btn:active,
.zone-member .membership-delegate-manage .footer .btn:focus {
  background-color: #65B32E !important;
  border: 1px solid #65B32E !important;
  color: #fff !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: 1px solid #65B32E !important;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:active, .modal .modal-dialog .modal-content .modal-footer button:focus {
  background-color: #65B32E !important;
  border: 1px solid #65B32E !important;
  color: #fff !important;
}

/*ETAPES INSCRIPTION NOUVEAU MEMBRE*/
/*Étapes 1 - Type d'adhesion*/
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: initial;
  opacity: 0;
  font-family: "Work Sans", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item {
  border: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-date {
  font-size: 14px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item {
  padding: 0;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
  margin-top: 16px;
  background: rgba(101, 179, 46, 0.2);
  border-bottom: none;
  display: flex;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
    padding: 5px;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .badge {
  order: 1;
  flex: 1;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
  position: relative;
  order: 0;
  flex: 0 0 90%;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group {
    flex: 0 0 70%;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group label {
  font-weight: 600;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group select {
  max-width: 50%;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group select {
    max-width: 80%;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block {
  display: block;
  min-height: auto;
}
@media (min-width: 768px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block {
    position: absolute;
    bottom: 0;
    left: 55%;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button {
  background: transparent;
  border: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button {
    font-size: 12px;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #6CA4DC;
  color: #6CA4DC;
  background: #fff;
  padding: 5px;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
    margin-right: 0;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom:first-child {
  margin-top: 20px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-organization_list > p {
  display: none;
}
.step-adhesion .zone-member .form-withProgress__wrapper #search_org_section .search_input {
  padding: 0;
}

/*Étapes 2 - information de l'adherent*/
.step-register .zone-member {
  padding-top: 90px;
}
.step-register .zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.step-resume .zone-member .form-withProgress__wrapper h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 767px) {
  .step-resume .zone-member .form-withProgress__wrapper h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.step-resume .zone-member .form-withProgress__wrapper h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.step-resume .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion {
  padding-left: 0px;
  padding-right: 0px;
}
.step-resume .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
  color: #212121;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: initial;
  opacity: 0;
  color: #212121 !important;
  padding-top: 32px !important;
}
@media (max-width: 767px) {
  .step-resume .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 20px;
    line-height: 24px;
  }
}
.step-resume .zone-member .form-withProgress__wrapper fieldset legend.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset.row .form-group p.form-control-static {
  max-width: 100%;
}
/*É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 h3 {
  display: none;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: #fff;
  border: 0;
  margin-bottom: 0 !important;
  border: none !important;
  padding: 30px 30px 35px 25px !important;
  position: relative;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition:after {
  content: "";
  background: #c9c9c9;
  width: calc(100% - 55px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition:last-child:after {
  display: none;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title h5 strong {
  font-weight: 400 !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: 1px solid #65B32E !important;
  padding: 15px !important;
  color: #212121 !important;
  font-weight: 500 !important;
  border: 1px solid #65B32E !important;
  border-radius: 21px !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: #65B32E !important;
  border: 1px solid #65B32E !important;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover {
  background-color: #65B32E !important;
  text-decoration: none !important;
  border: 1px solid #65B32E !important;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition #accordion .card .card-body .price-option-list .accordion-option-description .accordion-option-price {
  white-space: nowrap;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .js-event-price-group {
  border: none !important;
  border: 0 !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .js-event-price-group a.btn-link.btn-add {
  border: none !important;
  padding-left: 30px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  position: relative;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .js-event-price-group a.btn-link.btn-add:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/smol-plus.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .js-event-price-group a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .js-event-price-group a.btn-link.btn-add:hover {
  background: transparent !important;
  color: #65B32E !important;
  border: none !important;
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication p {
  padding-bottom: 32px;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication .form-group {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.zone-event .event-login h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .zone-event .event-login h1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zone-event .event-subscription {
    padding: 0;
  }
}

/*Étapes 2 - Résumé Informations*/
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 0px;
  }
}
.step-resume .zone-event .form-withProgress__wrapper h2.section-title {
  margin-bottom: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-12 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: initial;
  padding-top: 32px;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
/*Étapes 3 - Paiements*/
.step-payment .zone-event .form-withProgress__wrapper h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Work Sans", 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 .eventsubscriptionconfirmation .form-withProgress__wrapper .form-withProgress__navigation-footer a.btn.btn-primary {
  margin-top: 30px;
}

.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 */
/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.table-striped thead tr th {
  background-color: #002859;
  border-bottom: none !important;
  padding: 20px 15px 10px 20px;
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.table-striped thead tr th:not(:last-child) {
  border-right: 2px #fff solid;
}
.table-striped thead tr th a {
  color: #fff !important;
}
.table-striped thead tr th a:after {
  margin-left: 5px;
}
.table-striped thead tr th a.asort:after {
  border-bottom-color: #fff;
}
.table-striped thead tr th a.rsort:after {
  border-top-color: #fff;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #F4F4F4;
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.table-striped tbody > tr:hover > td {
  /* to come :D */
}
.table-striped tbody tr td {
  padding: 25px 15px 20px 20px;
  color: #212121;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}
.table-striped tbody tr td:not(:last-child) {
  border-right: 2px #fff solid;
}
.table-striped tbody tr td .table__field-image {
  max-width: 130px;
  width: 100%;
}

/*###########################  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(101, 179, 46, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(101, 179, 46, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #212121;
  color: #65B32E;
}

.paginationControl {
  margin-top: 32px;
  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: 0;
  border-radius: 55px;
  margin: 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #65B32E;
}
.paginationControl a.active {
  background-color: #65B32E;
  color: #fff;
  font-weight: 300 !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-group .panel + .panel {
  margin-top: 15px;
}

.panel-default > .panel-heading {
  border-bottom: none;
}

.panel-news-accordion {
  /* first accordion container */
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 16px;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
  margin-bottom: 0;
  padding-right: 30px;
}
.panel-news-accordion .panel-heading .panel-title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 15px 100px 15px 30px;
  color: #212121;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title a {
    padding-right: 30px;
  }
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "+";
  display: block;
  position: absolute;
  display: flex;
  justify-content: center;
  right: 15px;
  top: 8px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  font-weight: 500;
  color: #65B32E;
  transition: transform 150ms;
  border: 0;
  border-radius: 0;
  transform: rotate(45deg);
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  transform: rotate(0deg);
}
.panel-news-accordion .panel-heading .panel-title a:hover {
  color: #65B32E;
}
.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: 0px 100px 30px 30px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-body {
    padding-right: 30px;
  }
}
.panel-news-accordion .panel-body .news-accordion-content {
  padding-left: 55px;
  border-left: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-body .news-accordion-content {
    padding-left: 25px;
  }
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #000;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

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

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

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

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

*/
table.accordeon {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
  /* 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: 0px;
  top: 140px;
  font-size: 30px;
  font-weight: 300;
  transition: transform 150ms;
  color: #65B32E !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #65B32E !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  table.accordeon tbody tr:first-child:after {
    width: 40px !important;
    height: 40px !important;
  }
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
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 0.5s ease-in-out;
}
table.accordeon.equipe {
  table-layout: fixed;
}
table.accordeon.equipe tbody {
  position: relative;
}
table.accordeon.equipe tbody:after {
  content: "";
  background: #C9C9C9;
  width: 85%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  table.accordeon.equipe tbody:after {
    width: 85%;
    bottom: 9px;
  }
}
table.accordeon.equipe tbody tr:first-child {
  background: transparent;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  table.accordeon.equipe tbody tr:first-child {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  table.accordeon.equipe tbody tr:first-child {
    padding: 0;
    padding-bottom: 45px;
  }
}
table.accordeon.equipe tbody tr:first-child:after {
  top: 87%;
}
@media (max-width: 991px) {
  table.accordeon.equipe tbody tr:first-child:after {
    top: 86%;
  }
}
table.accordeon.equipe tbody tr:first-child td {
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  word-wrap: break-word;
}
table.accordeon.equipe tbody tr:first-child td:first-child p {
  display: block;
  width: 168px;
}
@media (max-width: 1199px) {
  table.accordeon.equipe tbody tr:first-child td:first-child p {
    width: 100px;
  }
}
table.accordeon.equipe tbody tr:first-child td:first-child p img {
  width: 168px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  table.accordeon.equipe tbody tr:first-child td:first-child p img {
    width: 100px !important;
  }
}
table.accordeon.equipe tbody tr:first-child td:first-child ul.social {
  justify-content: center;
}
table.accordeon.equipe tbody tr:first-child td:first-child ul.social li {
  display: flex;
  justify-content: center;
  align-items: center;
}
table.accordeon.equipe tbody tr:first-child td:last-child {
  padding-left: 20px;
  width: calc(100% - 168px);
  word-break: break-word;
}
@media (max-width: 1199px) {
  table.accordeon.equipe tbody tr:first-child td:last-child {
    width: calc(100% - 100px);
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  table.accordeon.equipe tbody tr:first-child td:last-child {
    padding-left: 15px;
  }
}
table.accordeon.equipe tbody tr:first-child td:last-child h2 {
  margin-bottom: 0;
  max-width: 100%;
  word-wrap: break-word;
}
table.accordeon.equipe tbody tr:first-child td:last-child h2 span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  table.accordeon.equipe tbody tr:first-child td:last-child h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
table.accordeon.equipe tbody tr:first-child td:last-child p {
  max-width: 100%;
  white-space: wrap;
  word-wrap: break-word;
}
table.accordeon.equipe tbody tr:first-child td:last-child p:nth-child(2) {
  margin-bottom: 13px;
}
table.accordeon.equipe tbody tr:first-child td:last-child p:nth-child(3) {
  margin-bottom: 0;
}
table.accordeon.equipe tbody tr:last-child {
  padding-right: 40px;
  background: transparent;
}
table.accordeon.experiences tbody {
  border-bottom: 1px solid #254771;
}
table.accordeon.experiences tbody tr:first-child, table.accordeon.experiences tbody tr:last-child {
  background: transparent;
}
table.accordeon.experiences tbody tr:first-child td h3, table.accordeon.experiences tbody tr:first-child td p, table.accordeon.experiences tbody tr:last-child td h3, table.accordeon.experiences tbody tr:last-child td p {
  color: #fff;
}
table.accordeon.experiences tbody tr:first-child td ul li, table.accordeon.experiences tbody tr:last-child td ul li {
  color: #fff !important;
}
table.accordeon.experiences tbody tr:first-child td ul li::marker, table.accordeon.experiences tbody tr:last-child td ul li::marker {
  color: #fff !important;
}
table.accordeon.experiences tbody tr:first-child {
  padding-left: 0;
}
table.accordeon.experiences tbody tr:first-child:after {
  top: 0;
}
@media (max-width: 1199px) {
  table.accordeon.experiences tbody tr:first-child:after {
    top: 10px;
    width: 40px !important;
    height: 40px !important;
  }
}
table.accordeon.experiences tbody tr:last-child {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.modal-backdrop {
  z-index: 10000;
}

.modal {
  z-index: 10001 !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: #212121;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #65B32E;
}
.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: #EFF0F4 !important;
  color: #212121 !important;
  border: none;
}
.nav-pills {
  background-image: none;
}

.nav-progress {
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .nav-progress {
    flex-direction: column;
    justify-content: space-between;
  }
}
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .nav-progress li.disabled {
    height: 0;
    opacity: 0;
  }
}
.nav-progress li.disabled a {
  font-family: "Work Sans", sans-serif;
  text-align: left;
  float: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
  color: #212121;
  margin-top: -32px;
  padding-left: 20px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .nav-progress li.disabled a {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .nav-progress li.disabled a {
    font-size: 20px;
  }
}
.nav-progress li.disabled a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  height: 2px;
  bottom: 57px;
  border-radius: 0;
  background-color: #c9c9c9;
}
.nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
  padding-left: 20px;
  margin-top: 0;
  padding-top: 0;
  margin-top: -32px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .nav-progress li.disabled a:hover, .nav-progress li.disabled a:focus {
    font-size: 20px !important;
  }
}
.nav-progress li.disabled:before {
  float: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #000;
  background-color: transparent;
  padding: 5px 0px;
}
@media (max-width: 1199px) {
  .nav-progress li.disabled:before {
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  .nav-progress li.disabled:before {
    text-align: center;
  }
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .nav-progress li.disabled.active {
    opacity: 1;
    height: initial;
  }
}
.nav-progress li.disabled.active a {
  color: #212121;
}
.nav-progress li.disabled.active a:before {
  background-color: #65B32E;
  height: 5px;
  bottom: 54px;
}
.nav-progress li.disabled.active:before {
  font-weight: 700;
  color: #212121;
  background-color: transparent;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li a {
  color: #D1D1D0;
}
.nav-progress li.disabled.active ~ li a:before {
  background-color: #C9C9C9;
  height: 2px;
  bottom: 57px;
}
.nav-progress li.disabled.active ~ li:before {
  color: #D1D1D0;
  border-color: #212121;
  background-color: transparent;
}
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

.cookie-consent-modal {
  width: 90%;
  max-width: 550px;
}
@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;
}
.cookie-consent-modal P.consent-title {
  /*
  font-size: 30px!important;
  line-height: 32px!important;
  font-weight: 600!important;
  color: $primary!important;
        */
}
.cookie-consent-modal p.consent-description {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #212121;
  color: #212121 !important;
}
.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 {
  /*@include btn-secondary;*/
}
.cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal p, .cookie-modal span, .cookie-modal ul, .cookie-modal li, .cookie-modal button {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service {
  padding-left: 60px !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #65b32e !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-decline.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #555555 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid #65b32e !important;
  background-color: #65b32e !important;
  font-weight: 500 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-footer-buttons .cm-btn-success.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid #555555 !important;
  background-color: #555555 !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #65b32e !important;
  background-color: transparent !important;
  color: #65b32e !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #555555 !important;
  color: #555555 !important;
}

#yapla-consent-box .consent_notice_title_title {
  font-size: 28px !important;
}

.line-header {
  padding: 0;
  height: 199px;
  background: rgb(244, 244, 244);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    height: 87px;
  }
}
.line-header::before {
  content: "";
  background: #002859;
  display: block;
  z-index: 0;
  width: 380px;
  height: 224px;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .line-header::before {
    width: 211px;
    height: 111px;
  }
}
@media (max-width: 767px) {
  .line-header::before {
    width: 143px;
    height: 76px;
  }
}
.line-header::after {
  content: "";
  background-color: #C9C9C9;
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  bottom: -25px;
  left: 0;
  animation: zero-to-hundred 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 991px) {
  .line-header {
    /*
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
    */
  }
}
.line-header.opened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  opacity: 0;
}
.line-header .container-fluid {
  /*
  @include max-md {
  	padding-left: 0;
  }
  */
}
.line-header .container-fluid .row-fluid {
  display: flex;
  justify-content: flex-start;
  position: relative;
  bottom: 6px;
  padding-top: 28px;
  max-width: 95%;
  margin: 0 auto;
}
.line-header .container-fluid .row-fluid div {
  align-items: center;
  padding: 0;
}
.line-header .container-fluid .row-fluid div.zone-header {
  width: 100%;
}
.line-header .container-fluid .row-fluid div.zone-header a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.line-header .container-fluid .row-fluid div.zone-header a:hover {
  color: #65B32E;
}
.line-header .container-fluid .row-fluid div.zone-header {
  padding: 0;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5px 0 0 0;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
    padding-top: 0;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  display: flex;
  order: 3;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
    align-items: flex-start;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
    justify-content: flex-start;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span {
  width: 30px;
  height: 1px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 10px;
  transition: 0.5s;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:first-child {
    margin-top: 2px;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus {
  cursor: pointer;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover span, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus span {
  background-color: #65B32E;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .btn-search {
  padding-top: 10px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .btn-search {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .btn-search img {
    width: 27px !important;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  display: none;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
    display: none;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting {
  font-size: 16px !important;
  color: #3b4180 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 15px !important;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #212121;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
    white-space: normal !important;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register.white, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .line-home-industry .container .row .zone-html .content a.member-register.btn-primary, .line-home-industry .container .row .zone-html .content .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register.btn-primary {
  color: #fff;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  height: 4px;
}
.line-header.smol-header {
  height: 125px;
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
}
.line-header.smol-header:before {
  height: 125px;
}
.line-header.smol-header:after {
  display: none;
}

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

.menu3 ul li[rel=data-menu-93373] {
  display: none;
}

.line-infolettre {
  padding-top: 90px;
  margin-bottom: 90px;
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 991px) {
  .line-infolettre {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
.line-infolettre .container-fluid .row .zone-html {
  padding-left: 8%;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .line-infolettre .container-fluid .row .zone-html {
    padding-left: 30px;
    padding-right: 10px;
  }
}
.line-infolettre .container-fluid .row .zone-html h3 {
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-infolettre .container-fluid .row .zone-html h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.line-infolettre .container-fluid .row .zone-html h3 span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .line-infolettre .container-fluid .row .zone-html p:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .line-infolettre .container-fluid .row .zone-image .content {
    text-align: right !important;
  }
}
@media (max-width: 991px) {
  .line-infolettre .container-fluid .row .zone-image .content img {
    max-width: 333px !important;
  }
}
.line-infolettre.no-border {
  border-top: none;
}
.line-infolettre.home {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .line-infolettre.home {
    padding-top: 46px;
    margin-top: 46px;
    border-top: 1px solid #c9c9c9;
  }
}

.line-footer-1 {
  margin-bottom: 35px;
}
.line-footer-1 .container-fluid .row .zone-html .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 0;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
.line-footer-1 .container-fluid .row .zone-html .content p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding: 35px 0;
  margin: 0;
  color: #65B32E;
  text-transform: uppercase;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .line-footer-1 .container-fluid .row .zone-html .content p {
    padding: 25px 0;
  }
}
.line-footer-1 .container-fluid .row .zone-html .content p:nth-child(2) {
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
}
.line-footer-1 .container-fluid .row .zone-html .content p a {
  color: #65B32E !important;
}

.line-footer-2 {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .line-footer-2 {
    margin-bottom: 30px;
  }
}
.line-footer-2 .container .row .zone-html .content p {
  color: #65B32E !important;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.line-footer-2 .container .row .zone-html .content p a {
  color: #65B32E !important;
}

.line-footer-3 {
  margin-bottom: 36px;
}
.line-footer-3 .container .row .zone-html .content img {
  padding-bottom: 36px;
}
.line-footer-3 .container .row .zone-html .content p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-footer-3 .container .row .zone-html .content p br {
    display: block !important;
  }
}

.line-footer-4 {
  padding-top: 7px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.line-footer-4 .container .row .zone-html .content {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .line-footer-4 .container .row .zone-html .content {
    flex-direction: column;
    align-items: center;
  }
}
.line-footer-4 .container .row .zone-html .content p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-footer-4 .container .row .zone-html .content p {
    text-align: center;
  }
}
.line-footer-4 .container .row .zone-html .content p a {
  color: #65B32E !important;
  text-decoration: none;
}

.line-menu-container {
  padding-top: 30px;
  z-index: 1000000;
  position: fixed;
  width: 900px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #002859;
  right: -110vw;
  transition: 0.5s right cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 991px) {
  .line-menu-container {
    right: -120vw;
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .line-menu-container {
    /*width: 63%;*/
  }
}
@media (max-width: 767px) {
  .line-menu-container {
    width: 85%;
  }
}
.line-menu-container.opened {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .line-menu-container.opened {
    padding-top: 10px;
  }
}
.line-menu-container .container {
  width: 100%;
}
@media (max-width: 767px) {
  .line-menu-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-menu-container .container > .row {
  margin: 0 5px 0 15px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row {
    flex-direction: column;
    margin: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(1) {
  padding-bottom: 20px;
  width: fit-content;
  order: 0;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
  margin-top: 0px;
  transition: 0.5s;
  border-radius: 0px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(1) {
  transform: rotate(45deg);
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(2) {
  transform: rotate(315deg);
  margin-top: -2px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover span, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus span {
  background-color: #65B32E;
}
.line-menu-container .container > .row > div:nth-child(2) {
  width: 54%;
  order: 1;
  margin-top: 80px;
  margin-left: 100px;
  padding-top: 20px;
  padding-right: 0;
  border-top: 4px solid #254771;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    margin-right: -55px;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items {
  display: flex;
  flex-direction: column;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li {
    padding-right: 20px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li a {
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items li:focus {
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: right;
  z-index: 99;
  border-bottom: 1px solid #254771;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active {
  cursor: pointer;
  color: #65B32E;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > a {
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active > a:not(.dropdown-toggle) {
  text-decoration: none;
  color: #65B32E;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a {
  padding: 20px 0px 20px 20px;
  width: 100%;
  margin-left: 0;
  background-color: transparent;
  border-radius: 4px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -46px;
  height: 46px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li > a.dropdown-toggle .caret {
  content: "";
  display: none;
  width: 8px;
  height: 11px;
  margin-top: 18px;
  margin-right: 15px;
  right: 10px !important;
  top: 17px !important;
  position: relative !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/AIDQ/Assets/menu-caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] {
  width: 50%;
  margin-top: 45px;
  padding-left: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647]:before {
  content: "";
  position: absolute;
  margin-top: -32px;
  width: calc(200% - 35px);
  height: 1px;
  background-color: #212121;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
  padding: 9px 20px;
  height: auto !important;
  width: auto !important;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a:active, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a {
    white-space: normal !important;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a:active, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] a.white, .line-menu-container .line-home-industry .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] .row .zone-html .content a.btn-primary, .line-home-industry .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73647] .row .zone-html .content a.btn-primary, .line-menu-container .line-home-industry .container > .row > div:nth-child(2) .row .zone-html .content ul.menu-vertical-items > li[rel=data-menu-73647] a.btn-primary, .line-home-industry .line-menu-container .container > .row > div:nth-child(2) .row .zone-html .content ul.menu-vertical-items > li[rel=data-menu-73647] a.btn-primary {
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] {
  width: 50%;
  margin-top: 45px;
  padding-right: 15px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648]:after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 15px;
  width: calc(200% - 35px);
  height: 1px;
  background-color: #212121;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
  padding: 9px 20px;
  height: auto !important;
  width: auto !important;
  margin-right: 0;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a:active, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a {
    white-space: normal !important;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a:active, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] a.white, .line-menu-container .line-home-industry .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] .row .zone-html .content a.btn-primary, .line-home-industry .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li[rel=data-menu-73648] .row .zone-html .content a.btn-primary, .line-menu-container .line-home-industry .container > .row > div:nth-child(2) .row .zone-html .content ul.menu-vertical-items > li[rel=data-menu-73648] a.btn-primary, .line-home-industry .line-menu-container .container > .row > div:nth-child(2) .row .zone-html .content ul.menu-vertical-items > li[rel=data-menu-73648] a.btn-primary {
  color: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.open .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active .dropdown-toggle .caret {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.open .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li.active .dropdown-menu {
  max-height: 800px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  display: block !important;
  transition: max-height 1000ms;
  background-color: transparent !important;
  height: auto;
  width: 100%;
  max-height: 0;
  margin-bottom: 0;
  top: 0;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li {
  display: block !important;
  text-align: right;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li {
    padding-right: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li:first-child {
  padding-top: 0px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li:last-child {
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li a {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
  padding: 0 0 0 20px;
  white-space: pre-wrap;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li a {
    padding-right: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li a:hover {
  color: #65B32E;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li a .caret {
  content: "";
  display: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3.click-desktop-menu {
  display: flex !important;
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px !important;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li:first-child {
  margin-top: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li:last-child {
  margin-bottom: 15px;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li:hover, .line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li > a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #65B32E;
  padding: 0;
  width: 100%;
  white-space: inherit;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li > a:hover {
  color: #65B32E;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) ul.menu-vertical-items > li ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-level-3 > li > a.child-link {
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(3) {
  margin-top: 80px;
  padding-top: 20px;
  order: 2;
  width: fit-content;
  border-top: 4px solid #254771;
  padding: 16px 0 0 0;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    margin-top: 0;
    border-top: none;
    width: 100%;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .content {
    align-items: flex-end;
    padding-right: 20px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .content a {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  height: 46px;
  display: inline-flex;
  align-items: center;
  color: #fff !important;
}
.line-menu-container .container > .row > div:nth-child(3) .content a.penultimate {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .content a.penultimate {
    text-align: right;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .content a.last {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .line-menu-container .container > .row > div:nth-child(3) .content a.last {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) .content a.last {
    text-align: right;
  }
}
.line-menu-container .container > .row > div:nth-child(3) .content a:hover {
  text-decoration: none !important;
  color: #65B32E !important;
}
.line-menu-container .container > .row > div:nth-child(3) .content .social-container {
  display: flex;
  justify-content: flex-end;
  width: 140px;
}
.line-menu-container .container > .row > div:nth-child(3) .content .social-container .facebook, .line-menu-container .container > .row > div:nth-child(3) .content .social-container .twitter, .line-menu-container .container > .row > div:nth-child(3) .content .social-container .linkedin, .line-menu-container .container > .row > div:nth-child(3) .content .social-container .youtube {
  filter: brightness(5) grayscale(1) opacity(1);
}
.line-menu-container .container > .row > div:nth-child(3) .content .social-container .facebook:hover, .line-menu-container .container > .row > div:nth-child(3) .content .social-container .twitter:hover, .line-menu-container .container > .row > div:nth-child(3) .content .social-container .linkedin:hover, .line-menu-container .container > .row > div:nth-child(3) .content .social-container .youtube:hover {
  filter: opacity(1);
}

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

.line-bg-menu-open {
  overflow: hidden;
  background-color: #212121;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

body.overflowhidden .line-bg-menu-open {
  opacity: 0.4;
  pointer-events: fill;
  cursor: pointer;
}

@-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 {
  transition: top 250ms;
}
.line-header:not(.sticked, .menuopened) {
  transition: top 250ms;
}
.line-header:not(.sticked, .menuopened) > .container-fluid {
  top: -68px;
  /*position: static;*/
  transition: top 250ms;
}
.line-header.sticked {
  height: 68px;
  top: 0px;
  position: sticky;
  transition: top 250ms;
  background: #fff;
  z-index: 999999;
}
.line-header.sticked::after {
  display: none;
}
.line-header.sticked::before {
  display: none;
}
.line-header.sticked > .container-fluid {
  background-color: #212121;
}
.line-header.sticked:not(.menuopened) > .container-fluid {
  -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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  z-index: 9999999;
  background-color: #fff;
  padding: 0;
}
.line-header.sticked:not(.menuopened) > .container-fluid:before {
  content: "";
  background: #002859;
  display: block;
  width: 300px;
  height: 68px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .line-header.sticked:not(.menuopened) > .container-fluid:before {
    width: 145px;
  }
}
.line-header.sticked:not(.menuopened) > .container-fluid .row-fluid {
  padding-top: 10px;
}
.line-header.sticked:not(.menuopened) > .container-fluid .zone-html .content {
  padding-top: 8px;
}
.line-header.sticked:not(.menuopened) > .container-fluid .zone-html .content a img {
  width: 208px !important;
}
@media (max-width: 767px) {
  .line-header.sticked:not(.menuopened) > .container-fluid .zone-header .rf-mod-header-wrapper .mod-header-container {
    padding-top: 10px;
  }
}

/* OPTION - Hide munu item when logged
body {
	&.member--isConnected {
		.nav.navbar-nav {
			> li {
				&[rel=data-menu-67910] {
					display: none!important;
				}
			}
		}
	}
}
*/
.zone-event_activities .event_activity_list_filter .search-form .form-horizontal .col-sm-12 .fc-datepicker > input {
  background: #f7f7f7 !important;
}
.zone-event_activities .activities-mosaic .row > div .item > h3 {
  color: #212121;
}
.zone-news .search-form {
  padding-bottom: 85px;
}
.zone-news #news_content.news-mosaic .row > div h3.news-title a {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div h3.news-title a:hover {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div a.news-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #212121;
  text-transform: initial;
  margin-bottom: 20px;
  margin-bottom: 0;
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div a.news-category:hover {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div p.news-published-date.e-date {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #212121;
  text-transform: initial;
  margin-bottom: 20px;
  margin-bottom: 0;
}
.zone-news #news_content.news-mosaic .row > div div.news-intro {
  padding-top: 16px;
  margin-right: 32px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #212121;
}
.zone-news #news_content.news-mosaic .row > div div.news-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-bottom: 16px;
}
.zone-news #news_content.news-mosaic .row > div div.news-tags a.news-tags {
  width: auto;
  height: auto;
  min-height: 40px;
  border-radius: 8px;
  background-color: #fff;
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 20px;
  margin-bottom: 0;
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div div.news-tags a.news-tags:hover {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div img.news-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
  margin-top: 30px;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:hover, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:active, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type {
    white-space: normal !important;
  }
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:hover, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:active, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

/* Module articles en vedette */
.zone-news_flash .newsList .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.zone-news_flash .newsList .row .item .itemImage {
  margin-bottom: 0;
}
.zone-news_flash .newsList .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.zone-news_flash .newsList .row .item p.itemInfos.e-date {
  margin-bottom: 0;
}
.zone-news_flash .newsList .row .item p.news-keywords {
  margin-bottom: 0;
}
.zone-news_flash a.viewAll {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.zone-news_flash a.viewAll:hover, .zone-news_flash a.viewAll:active, .zone-news_flash a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-news_flash a.viewAll {
    white-space: normal !important;
  }
}
.zone-news_flash a.viewAll.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-news_flash a.viewAll:hover, .zone-news_flash a.viewAll:active, .zone-news_flash a.viewAll:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

/* Bannière - container pleine largeur */
/*###########################  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-login {
  background-color: #EFF0F4;
  padding: 64px;
}
@media (max-width: 767px) {
  .zone-login {
    padding: 64px 32px;
  }
}

.zone-member .member-login-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone-member .member-login-wrapper h1 {
  margin: 64px 0 32px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  text-transform: uppercase;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .zone-member .member-login-wrapper h1 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.zone-member .member-login-wrapper h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.zone-member .member-login-wrapper #profile_login_form {
  width: 50%;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type {
  padding: 16px 0 64px 0;
  text-align: right;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password {
  text-decoration: none;
  font-size: 12px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password:hover {
  color: #65B32E;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit {
  margin-right: 0px;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
  float: right;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:active, .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit.white, .zone-member .member-login-wrapper #profile_login_form .zend_form .line-home-industry .container .row .zone-html .content input#submit.btn-primary, .line-home-industry .container .row .zone-html .content .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit.btn-primary {
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription {
    white-space: normal !important;
  }
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.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 {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .form-element-email {
  margin-bottom: 2.8rem;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn {
  margin-right: 30px;
}
/* Contenue personalisé */
/*Espace Evenements - Vue Details*/
@media (max-width: 767px) {
  .zone-event .row .event-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right {
    display: flex;
    flex-wrap: wrap;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  display: flex;
  width: 30%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    order: 2;
    border: none;
    background-color: #fff;
    padding: 64px;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding: 32px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  width: 100%;
  background-color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-transform: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 5px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-event {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-full {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-country {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 0px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info:after {
  content: "";
  margin-top: 5px;
  border: none;
  background: url(https://cdn.ca.yapla.com/company/CPYT6QsC9eRqbNGU4hnWgujrY/asset/images/%C3%89l%C3%A9ments%20graphique/line-dashed.png) repeat-x left center;
  display: block;
  width: 100%;
  height: 7px;
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  order: 1;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 20px;
  border-bottom: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  border-bottom: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact {
  order: 2;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone {
  order: 3;
  padding-top: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  order: 4;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places {
  order: 5;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 25px;
  padding-top: 0;
  margin-top: 30px;
  padding-bottom: 15px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places:before {
  content: "";
  order: 5;
  margin-top: 15px;
  margin-bottom: 20px;
  border: none;
  background: url(https://cdn.ca.yapla.com/company/CPYT6QsC9eRqbNGU4hnWgujrY/asset/images/%C3%89l%C3%A9ments%20graphique/line-dashed.png) repeat-x left center;
  display: block;
  width: 100%;
  height: 7px;
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
    white-space: normal !important;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe.white, .zone-event .line-home-industry .container .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .zone-html .content a.jumbotron__btn_subscribe.btn-primary, .line-home-industry .container .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .zone-html .content a.jumbotron__btn_subscribe.btn-primary, .zone-event .line-home-industry .container .row .zone-html .content .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe.btn-primary, .line-home-industry .container .zone-event .row .zone-html .content .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe.btn-primary {
  color: #fff;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
    display: none;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    margin: 0 0 50px 0;
    padding: 0 30px;
    order: 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    padding: 0;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  order: 1;
  font-style: normal;
  font-size: 21;
  font-weight: 800;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
  order: 0;
  font-size: 32px;
  line-height: 39px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description {
  order: 2;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description h2 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: initial;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-additional {
  order: 3;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-additional h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-additional h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-additional p {
  margin-bottom: 30px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper {
  order: 4;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__tag {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #212121;
  background: transparent;
  padding-left: 5px;
  margin: 0;
  line-height: 27px;
  text-transform: none;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__tag {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav {
    align-items: flex-start;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta {
  display: flex;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back {
  order: 0;
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 2px solid #65B32E !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-right: 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-back:focus {
  background-color: transparent !important;
  border-bottom: 2px solid #65B32E !important;
  color: #65B32E !important;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta .btn-primary {
  order: 1;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav {
    flex-direction: column;
  }
}
/* Espace Evenement - Mosaique */
/*###########################  ESPACE MEMBRE  ###########################*/
.line-zone-membre .container-fluid {
  max-width: 80%;
}
@media (max-width: 991px) {
  .line-zone-membre .container-fluid {
    max-width: 100%;
  }
}

.zone-member .sidebar__member-zone, .ui-section__content .sidebar__member-zone {
  background-color: transparent;
  /*
  @include max-md {
      width: 100%;
  }

  @include max-sm {
      width: 100%;
  }
  */
}
.zone-member .sidebar__member-zone .member-sidebar__inner, .ui-section__content .sidebar__member-zone .member-sidebar__inner {
  background-color: transparent;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner, .ui-section__content .sidebar__member-zone .member-sidebar__inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner, .ui-section__content .sidebar__member-zone .member-sidebar__inner {
    margin-right: 0;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header, .ui-section__content .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title, .ui-section__content .sidebar__member-zone .member-sidebar__member-header__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  text-transform: uppercase;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-header__title, .ui-section__content .sidebar__member-zone .member-sidebar__member-header__title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title.animate, .ui-section__content .sidebar__member-zone .member-sidebar__member-header__title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  padding: 1.4rem 0;
  background: transparent;
  border-top: 1px solid #ccc;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:active, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-footer a, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a.animate, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.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, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:active, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:focus {
  color: #212121;
}
.zone-member .sidebar__member-zone .member-sidebar__menu, .ui-section__content .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li, .ui-section__content .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a, .ui-section__content .sidebar__member-zone .member-sidebar__menu li a {
  color: #212121;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 0;
  text-transform: capitalize;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #002859;
  text-decoration: underline;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active, .ui-section__content .sidebar__member-zone .member-sidebar__menu li.active {
  display: inline-block;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active a, .ui-section__content .sidebar__member-zone .member-sidebar__menu li.active a {
  color: #002859;
}
.zone-member .member .section, .ui-section__content .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section div, .ui-section__content .member .section div {
  width: 100%;
}
.zone-member .member .section label.control-label, .ui-section__content .member .section label.control-label {
  color: #212121;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.zone-member .member h1, .ui-section__content .member h1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  opacity: 1 !important;
}
.zone-member .member h2, .ui-section__content .member h2 {
  text-transform: uppercase;
}
.zone-member .member input#submit, .ui-section__content .member input#submit {
  float: left !important;
}
.zone-member .form-element-votre_photo .input-file .preview #preview, .ui-section__content .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, .ui-section__content .preview.row {
  margin-left: 0;
  margin-right: 0;
}

/*Événements en vedette - affichage mosaïque*/
.zone-event_flash .eventsList .row .col-sm .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.zone-event_flash .eventsList .row .col-sm .mod-eventflash__item a img {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
/*Formulaire de Contact*/
/* Formulaire - Module Donnes*/
/* Image - (Default alignée à gauche) */
/*###########################  FIL D'ARIANE  ###########################*/
.line-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 60px;
}
.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: #212121;
  font-weight: 500;
  padding: 0 10px;
}
.line-breadcrumbs .zone-breadcrumbs ul li.active {
  color: #65B32E;
}

.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: #EFF0F4;
  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: #212121;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #212121;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #212121;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #212121;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #212121;
  font-size: 14px;
  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: #212121;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_UP.svg");
  background-repeat: no-repeat;
  right: -25px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  animation-name: none;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar .jumbotron a:last-of-type:after {
    width: 82px;
    right: -20px;
  }
}
.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: #212121;
  transition: all 150ms;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:after, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:after {
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_Hover.svg");
  background-repeat: no-repeat;
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #212121;
  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: #212121;
  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: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
  letter-spacing: 0;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
  }
}
.zone-community .row .content ul.nav li a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.zone-community .row .content ul.nav li a.white, .zone-community .line-home-industry .container .row .zone-html .content ul.nav li a.btn-primary, .line-home-industry .container .zone-community .row .zone-html .content ul.nav li a.btn-primary {
  color: #fff;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #212121 !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: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: initial;
}
.zone-community .row .content .forum-item, .zone-community .row .content .forum-item__wrapper {
  padding: 37px 0 30px;
}
.zone-community .row .content .forum-item:hover, .zone-community .row .content .forum-item__wrapper:hover {
  background-color: transparent;
}
.zone-community .row .content .forum-item .forum-item-title, .zone-community .row .content .forum-item__wrapper .forum-item-title {
  font-size: 18px;
  line-height: 21px;
}
.zone-community .row .content .forum-item .forum-item-author, .zone-community .row .content .forum-item__wrapper .forum-item-author {
  color: #212121;
}
.zone-community .row .content .forum-item .forum-item__btn-actions-dropdown .dropdown-toggle, .zone-community .row .content .forum-item__wrapper .forum-item__btn-actions-dropdown .dropdown-toggle {
  min-height: 0;
  padding: 10px;
  background-color: #fff;
  border: 0;
}
.zone-community .row .content .forum-item .forum-item__btn-actions-dropdown .dropdown-toggle .caret, .zone-community .row .content .forum-item__wrapper .forum-item__btn-actions-dropdown .dropdown-toggle .caret {
  color: #000;
}
.zone-community .row .content .forum-item .forum-item__btn-actions-dropdown .dropdown-menu li, .zone-community .row .content .forum-item__wrapper .forum-item__btn-actions-dropdown .dropdown-menu li {
  margin-bottom: 0;
}
.zone-community .row .content .forum-message-child {
  padding: 37px 30px 30px;
}
.zone-community .row .content .forum-item__wrapper .forum-item-title {
  margin-right: 0;
}
.zone-community .row .content .forum-form__addMessage-wrapper #community_form_add_message {
  padding-top: 30px;
}
.zone-community .row .content #community-forum #community_form_add_message .section .form-group:last-of-type {
  padding-top: 20px;
}
.zone-community .row .content #community-forum .forum-item__btn-addMessage {
  margin-right: 25px;
}

.forum-item__likes-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.forum-item__likes-wrapper button {
  background-color: transparent !important;
  border: none !important;
  color: #212121 !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;
}

.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.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: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.itemInfos.e-date {
  margin-bottom: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
}
.prebuilt-articles-vedette-col3 a.viewAll {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 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: 767px) {
  .prebuilt-articles-vedette-col3 a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

.prebuilt-articles-vedette-title-left-text-right .container > .row > div h2 {
  margin-bottom: 35px;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid #212121;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row:nth-child(1) {
  border-top: 1px solid #212121;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item {
    columns: 2;
    column-gap: 40px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 {
    padding-right: 100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a {
  color: #212121;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a:focus {
  color: #212121;
  text-decoration: none;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .e-date {
    padding-right: 100px;
    break-after: column;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro {
    margin-left: -100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro p {
  margin: 0;
  padding: 0;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions {
  margin-top: 0;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions {
    margin-left: -100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
  margin-top: 80px;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll.white, .prebuilt-articles-vedette-title-left-text-right .line-home-industry .container > .row > div .row .zone-html .content a.viewAll.btn-primary, .line-home-industry .prebuilt-articles-vedette-title-left-text-right .container > .row > div .row .zone-html .content a.viewAll.btn-primary {
  color: #fff;
}

.prebuilt-articles-multiples-col3 .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item .itemImage {
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item p.itemInfos.e-date {
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item p.news-keywords {
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 a.viewAll {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.prebuilt-articles-multiples-col3 a.viewAll:hover, .prebuilt-articles-multiples-col3 a.viewAll:active, .prebuilt-articles-multiples-col3 a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-multiples-col3 a.viewAll.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.prebuilt-articles-multiples-col3 a.viewAll:hover, .prebuilt-articles-multiples-col3 a.viewAll:active, .prebuilt-articles-multiples-col3 a.viewAll:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements-col3 .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements-col3 .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements-col3 .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.prebuilt-espace-evenements-col3 .zone-event .events-mosaic .row {
  margin-top: 0;
}
.prebuilt-espace-evenements-col3 .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.prebuilt-evenement-en-vedette-list-3 {
  padding-top: 115px;
  padding-bottom: 80px;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash h2 {
  margin-bottom: 35px;
}
.prebuilt-evenement-en-vedette-list-3 .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-list-3 .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette-list-3 .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-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 235px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 175px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 135px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 185px !important;
  }
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item hr {
  display: none;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos {
  margin-bottom: 25px;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #212121;
  opacity: 0;
  text-transform: inherit;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date.intro {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: 1px solid #65B32E;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus {
  background-color: #65B32E;
  border: 1px solid #65B32E;
  color: #fff;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary.white, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .line-home-industry .container .eventsList > .row > div .mod-eventflash__item .actions .zone-html .content a.btn-primary, .line-home-industry .container .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions .zone-html .content a.btn-primary, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .line-home-industry .container .eventsList > .row > div .zone-html .content .mod-eventflash__item .actions a.btn-primary, .line-home-industry .container .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .zone-html .content .mod-eventflash__item .actions a.btn-primary {
  color: #fff;
}
/* Menu & Footer social icons*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 35px;
}
ul.social li a {
  text-decoration: none !important;
}
ul.social li a.mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.413' height='16.684' viewBox='0 0 25.413 16.684'%3E%3Cg id='Group_72163' data-name='Group 72163' transform='translate(-246.841 -763.658)'%3E%3Cg id='Rectangle_3013' data-name='Rectangle 3013' transform='translate(246.841 763.658)' fill='none' stroke='%23212121' stroke-width='1.5'%3E%3Crect width='25.413' height='16.684' rx='3' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='23.913' height='15.184' rx='2.25' fill='none'/%3E%3C/g%3E%3Cpath id='Path_14999' data-name='Path 14999' d='M-5411.427-21874l7.817,4.428,7.48-4.428' transform='translate(5663.143 22642.07)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 27px;
  height: 17px;
  display: block;
}
ul.social li a.mail:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.413' height='16.684' viewBox='0 0 25.413 16.684'%3E%3Cg id='Group_72163' data-name='Group 72163' transform='translate(-246.841 -763.658)'%3E%3Cg id='Rectangle_3013' data-name='Rectangle 3013' transform='translate(246.841 763.658)' fill='none' stroke='%2365b32e' stroke-width='1.5'%3E%3Crect width='25.413' height='16.684' rx='3' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='23.913' height='15.184' rx='2.25' fill='none'/%3E%3C/g%3E%3Cpath id='Path_14999' data-name='Path 14999' d='M-5411.427-21874l7.817,4.428,7.48-4.428' transform='translate(5663.143 22642.07)' fill='none' stroke='%2365b32e' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E ");
}
ul.social li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.781' height='15.683' viewBox='0 0 16.781 15.683'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M13.138,15.588V9.92c0-1.417-.48-2.362-1.822-2.362A1.988,1.988,0,0,0,9.494,8.881a2.3,2.3,0,0,0-.1.85v5.952H5.85V5.007H9.4V6.519a3.565,3.565,0,0,1,3.261-1.8c2.4,0,4.123,1.511,4.123,4.818v6.141Zm-12.85.095V5.007H3.836V15.683ZM0,1.8A1.808,1.808,0,0,1,2.014,0,1.808,1.808,0,0,1,4.027,1.8a1.86,1.86,0,0,1-2.014,1.8A1.92,1.92,0,0,1,0,1.8Z' fill='%23212121'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  display: block;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.781' height='15.683' viewBox='0 0 16.781 15.683'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M13.138,15.588V9.92c0-1.417-.48-2.362-1.822-2.362A1.988,1.988,0,0,0,9.494,8.881a2.3,2.3,0,0,0-.1.85v5.952H5.85V5.007H9.4V6.519a3.565,3.565,0,0,1,3.261-1.8c2.4,0,4.123,1.511,4.123,4.818v6.141Zm-12.85.095V5.007H3.836V15.683ZM0,1.8A1.808,1.808,0,0,1,2.014,0,1.808,1.808,0,0,1,4.027,1.8a1.86,1.86,0,0,1-2.014,1.8A1.92,1.92,0,0,1,0,1.8Z' fill='%2365b32e'/%3E%3C/svg%3E ");
}
ul.social li a.facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 11px;
  height: 22px;
  display: block;
  position: relative;
  left: 5px;
}
ul.social li a.facebook:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li a.youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 24px;
  height: 17px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.youtube:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li a.twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.twitter:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li.blue a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.027' height='19.859' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23182CCA'/%3E%3C/svg%3E%0A");
}
ul.social li.blue a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.027' height='19.859' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
ul.social li.blue a.facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23182CCA'/%3e%3c/svg%3e");
}
ul.social li.blue a.facebook:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23000000'/%3e%3c/svg%3e");
}
ul.social li.blue a.youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23182CCA'/%3e%3c/svg%3e");
}
ul.social li.blue a.youtube:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23000000'/%3e%3c/svg%3e");
}
ul.social li.blue a.twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%23182CCA'/%3e%3c/svg%3e");
}
ul.social li.blue a.twitter:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%23000000'/%3e%3c/svg%3e");
}

.line-ligne-du-temps {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-ligne-du-temps {
    padding-top: 40px;
  }
}
.line-ligne-du-temps .newsList:before {
  content: "";
  height: calc(100% - 50px);
  position: absolute;
  border-right: 2px solid #212121;
  top: 52px;
  left: 315px;
  margin-left: 3px;
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList:before {
    left: 240px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList:before {
    left: 10px;
  }
}
.line-ligne-du-temps .newsList .row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 !important;
  padding: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row {
    display: block;
  }
}
.line-ligne-du-temps .newsList .row:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1920px;
  left: 12%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px dashed #212121;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row:not(:last-child):after {
    left: 16%;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row:not(:last-child):after {
    left: 15%;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row:not(:last-child):after {
    left: 0;
  }
}
.line-ligne-du-temps .newsList .row .item {
  width: 70%;
  margin: 0;
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item {
    width: 100%;
  }
}
.line-ligne-du-temps .newsList .row .item .itemImage {
  position: absolute;
  left: -350px;
  top: -105px;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row .item .itemImage {
    left: -280px;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item .itemImage {
    left: -220px;
    top: -95px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item .itemImage {
    position: relative;
    left: 25px;
    top: 0;
    margin-top: 20px;
  }
}
.line-ligne-du-temps .newsList .row .item .itemImage img {
  width: 133px;
  height: 133px;
  border-radius: 133px;
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item .itemImage img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item .itemImage img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item .itemImage + h3:before {
    margin-top: -80px;
  }
}
.line-ligne-du-temps .newsList .row .item > h3 {
  position: absolute;
  text-align: right;
  color: #212121;
  font-weight: normal;
  left: -900px;
  top: 0;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row .item > h3 {
    left: -681px;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item > h3 {
    left: -520px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item > h3 {
    position: relative !important;
    margin-bottom: 30px;
    left: 30px !important;
    text-align: left;
  }
}
.line-ligne-du-temps .newsList .row .item > h3:before {
  content: "";
  position: absolute;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  background-color: #212121;
  margin-top: 0;
  margin-right: -95px;
  right: 0;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row .item > h3:before {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item > h3:before {
    right: 36px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item > h3:before {
    left: -44px;
    right: auto;
  }
}
.line-ligne-du-temps .newsList .row .item h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item h3 {
    margin-bottom: 8px;
  }
}
.line-ligne-du-temps .newsList .row .item .intro {
  padding: 0 50px 0 65px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row .item .intro {
    padding: 0 50px 0 95px;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item .intro {
    padding: 0 0 0 65px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item .intro {
    padding: 0;
    margin-left: 30px;
  }
}

.line-btn-center-dashed {
  background-color: #EFF0F4;
  padding-top: 10px;
  padding-bottom: 135px;
  margin-bottom: 85px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-btn-center-dashed:before {
  content: "";
  position: absolute;
  width: 50%;
  left: -170px;
  height: 2px;
  border-bottom: 2px dashed #212121;
}
.line-btn-center-dashed:after {
  content: "";
  position: absolute;
  width: 50%;
  right: -170px;
  height: 2px;
  border-bottom: 2px dashed #212121;
}
.line-btn-center-dashed .content {
  text-align: center;
}
.line-btn-center-dashed .content .btn {
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

.line-header-homepage {
  height: 90px;
}
.line-header-homepage::after {
  display: none;
}

.line-banner-homepage {
  background-color: #F4F4F4;
  position: relative;
}
.line-banner-homepage:before {
  content: "";
  background: #002859;
  width: 380px;
  height: 145%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .line-banner-homepage:before {
    width: 380px;
    height: 140%;
  }
}
@media (max-width: 991px) {
  .line-banner-homepage:before {
    width: 211px;
    height: 110%;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage:before {
    display: none;
  }
}
.line-banner-homepage:after {
  -webkit-animation: slideUp 1s;
  -moz-animation: slideUp 1s;
  -o-animation: slideUp 1s;
  animation: slideUp 1s;
  content: "";
  position: absolute;
  top: 10px;
  right: 110px;
  width: 540px;
  height: 607px;
  background-image: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/M.png");
  background-size: cover;
  background-position: center;
  z-index: 10000;
}
@media (max-width: 1199px) {
  .line-banner-homepage:after {
    top: 35px;
    right: 258px;
    width: 244px;
    height: 275px;
  }
}
@media (max-width: 991px) {
  .line-banner-homepage:after {
    right: 89px;
    top: 63px;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage:after {
    top: 220px;
    right: 0;
    left: 20px;
    width: 351px;
    height: 394px;
  }
}
@media (max-width: 300px) {
  .line-banner-homepage:after {
    top: 280px;
    right: 0;
    left: 18px;
    width: 235px;
    height: 255px;
  }
}
.line-banner-homepage .container-fluid {
  position: relative;
}
.line-banner-homepage .container-fluid .row {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  .line-banner-homepage .container-fluid .row {
    width: 85%;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content {
    padding-top: 0;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type {
  display: block;
  position: relative;
  max-width: calc(100% - 300px);
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1449px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type {
    max-width: calc(100% - 510px);
  }
}
@media (max-width: 1199px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type {
    max-width: calc(100% - 375px);
  }
}
@media (max-width: 991px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type {
    max-width: calc(100% - 215px);
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type br {
    display: block !important;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type:after {
  content: "";
  background: #C9C9C9;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: -10%;
  animation: zero-to-hundred 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 1450px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type:after {
    left: -15%;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content p:first-of-type:after {
    bottom: -8px;
    min-width: 100vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content h1 {
  color: #002859;
  line-height: 23px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 {
    padding-bottom: 450px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content h1 span {
  display: block;
  position: relative;
  max-width: calc(100% - 300px);
  margin-left: 0;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1449px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span {
    max-width: calc(100% - 510px);
  }
}
@media (max-width: 1199px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span {
    max-width: calc(100% - 375px);
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span {
    max-width: calc(100% - 215px);
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span {
    max-width: 100%;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content h1 span:after {
  content: "";
  background: #C9C9C9;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: -22px;
  left: -10%;
}
@media (min-width: 1450px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span:after {
    left: -15%;
  }
}
@media (max-width: 1199px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span:after {
    bottom: -16px;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h1 span:after {
    bottom: 0px;
    min-width: 100vw !important;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content h1 span.animate:after {
  animation: zero-to-hundred 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.line-banner-homepage .container-fluid .row .zone-html .content h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 1199px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content h2 {
    padding-bottom: 90px;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content .btn {
  z-index: 99999;
  position: absolute;
  top: 100%;
}
@media (min-width: 1450px) {
  .line-banner-homepage .container-fluid .row .zone-html .content .btn {
    left: calc(100% - 956px);
  }
}
@media (max-width: 1449px) {
  .line-banner-homepage .container-fluid .row .zone-html .content .btn {
    left: calc(100% - 998px);
  }
}
@media (max-width: 1199px) {
  .line-banner-homepage .container-fluid .row .zone-html .content .btn {
    top: 88%;
    left: calc(100% - 742px);
  }
}
@media (min-width: 992px) {
  .line-banner-homepage .container-fluid .row .zone-html .content .btn {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .line-banner-homepage .container-fluid .row .zone-html .content .btn {
    top: 75%;
    left: calc(100% - 525px);
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content .btn {
    padding-left: 22px;
    padding-right: 22px;
    top: 89%;
    left: 0px;
  }
}
.line-banner-homepage .container-fluid .row .zone-html .content img {
  display: block;
  z-index: 9999;
  position: absolute;
  top: -10px;
  right: 80px;
}
@media (max-width: 1199px) {
  .line-banner-homepage .container-fluid .row .zone-html .content img {
    width: 244px !important;
    top: 15px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .line-banner-homepage .container-fluid .row .zone-html .content img {
    width: 350px !important;
    top: 212px;
    right: 0px;
    left: 0px;
  }
}

.line-banner-header {
  padding-top: 38px;
  background: rgb(244, 244, 244);
  position: relative;
}
@media (max-width: 767px) {
  .line-banner-header {
    padding-top: 16px;
  }
}
.line-banner-header::before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/cache-triangle.svg);
  background-repeat: no-repeat;
  width: 1200px;
  height: 1200px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1199px) {
  .line-banner-header::before {
    width: 100vw;
  }
}
.line-banner-header .container-fluid .row {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  .line-banner-header .container-fluid .row {
    width: 85%;
  }
}
.line-banner-header .container-fluid .row .zone-html .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 5px;
}
.line-banner-header .container-fluid .row .zone-html .content p:first-of-type {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .line-banner-header .container-fluid .row .zone-html .content p:first-of-type {
    margin-bottom: 0px;
  }
}
.line-banner-header .container-fluid .row .zone-html .content h1 {
  font-size: 60px;
  line-height: 24px;
  color: #002859;
}
@media (max-width: 1199px) {
  .line-banner-header .container-fluid .row .zone-html .content h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .line-banner-header .container-fluid .row .zone-html .content h1 {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .line-banner-header .container-fluid .row .zone-html .content h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.line-banner-header .container-fluid .row .zone-html .content h1 span {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-banner-header .container-fluid .row .zone-html .content h1 span {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.line-banner-header .container-fluid .row .zone-html .content h1 span:after {
  content: "";
  background: #C9C9C9;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: -22px;
  left: -10%;
  transform: translateX(-100%);
}
@media (max-width: 991px) {
  .line-banner-header .container-fluid .row .zone-html .content h1 span:after {
    bottom: -16px;
  }
}
@media (max-width: 767px) {
  .line-banner-header .container-fluid .row .zone-html .content h1 span:after {
    bottom: -2px;
  }
}
.line-banner-header .container-fluid .row .zone-html .content h1 span.animate:after {
  animation: slideIn-banner 0.5s ease forwards;
}
.line-banner-header .container-fluid .row .zone-html .content h1, .line-banner-header .container-fluid .row .zone-html .content h2, .line-banner-header .container-fluid .row .zone-html .content h3, .line-banner-header .container-fluid .row .zone-html .content h4, .line-banner-header .container-fluid .row .zone-html .content h5, .line-banner-header .container-fluid .row .zone-html .content h6, .line-banner-header .container-fluid .row .zone-html .content p, .line-banner-header .container-fluid .row .zone-html .content .text_fault {
  opacity: 1 !important;
}
.line-banner-header.no-pt {
  padding-top: 0;
}
.line-banner-header.no-triangle:before {
  display: none;
}
.line-banner-header.smol-triangle .container-fluid {
  position: relative;
}
.line-banner-header.smol-triangle .container-fluid:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/lil-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 212px;
  height: 207px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.line-banner-header.smol-triangle:before {
  display: none;
}

.line-bg-dropdown {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .line-bg-dropdown {
    padding-top: 0;
  }
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
  height: 882px;
}
@media (max-width: 1199px) {
  .line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 1000px;
  }
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  top: 33%;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 {
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon {
  width: 348px !important;
}
@media (max-width: 1199px) {
  .line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon {
    width: 260px !important;
  }
}
@media (max-width: 991px) {
  .line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon {
    width: 220px !important;
  }
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody {
  border-bottom: 1px solid #254771;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody tr {
  background: transparent;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:first-child:after {
  color: #65B32E !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #65B32E !important;
  border-radius: 50% !important;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:first-child img {
  margin-bottom: 25px;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:first-child h3 {
  color: #fff;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:last-child p {
  color: #fff;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:last-child ul li {
  color: #fff !important;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px !important;
  padding-left: 10px;
}
.line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:last-child ul li::marker {
  color: #fff !important;
  font-size: 10px;
}
@media (max-width: 991px) {
  .line-bg-dropdown .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon tbody:last-child ul li {
    padding-right: 0 !important;
  }
}
.line-bg-dropdown.two-els .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list {
  width: 80%;
}
.line-bg-dropdown.two-els .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .avatanges-list table.accordeon {
  width: 47% !important;
}
.line-bg-dropdown.open-accordeon .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  top: 50%;
}

.accordeon-title-left {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .accordeon-title-left.no-pt {
    padding-top: 0;
  }
}

.line-white {
  position: relative;
}
.line-white:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 234px;
  position: absolute;
  top: -211px;
  left: 0;
}
.line-white.statistiques:before {
  height: 202px;
  top: -192px;
}
@media (max-width: 767px) {
  .line-white.statistiques:before {
    height: 820px;
    top: -820px;
  }
}
.line-white.apropos:before {
  top: -405px;
  height: 405px;
}
.line-white.rapports:before {
  height: 327px;
  top: -325px;
}
.line-white.liens:before {
  height: 413px;
  top: -410px;
}

.article-single {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .article-single .zone-article {
    width: 75%;
  }
}
.article-single .zone-article h1 {
  color: #002859;
}
.article-single .zone-article h2 {
  margin-top: 30px;
}
.article-single .zone-article .mod-article__published-date {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 14px;
}
.article-single .zone-article .news-content .mod-article__img {
  margin-bottom: 45px;
}
.article-single .zone-article .news-content .en-valeur {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: none;
  background: #f4f4f4;
  padding: 30px;
}

.line-contact {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .line-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .line-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-contact {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.line-contact .container .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-contact .container .row {
    flex-direction: column-reverse;
  }
}
.line-contact .container .row > div:first-child {
  padding-top: 40px;
  width: 40%;
}
@media (max-width: 1199px) {
  .line-contact .container .row > div:first-child {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .line-contact .container .row > div:first-child {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .line-contact .container .row > div:first-child {
    margin-bottom: 60px;
    width: 100%;
  }
}
.line-contact .container .row > div:first-child h4 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-contact .container .row > div:first-child h4 br, .line-contact .container .row > div:first-child p br {
    display: block !important;
  }
}
.line-contact .container .row > div:last-child {
  width: 60%;
}
@media (max-width: 991px) {
  .line-contact .container .row > div:last-child {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .line-contact .container .row > div:last-child {
    width: 100%;
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .images-right .container .row, .images-right .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .images-right .container .row > div:first-child, .images-right .container-fluid .row > div:first-child {
    order: 1;
  }
}
.images-right .container .row > div:last-child, .images-right .container-fluid .row > div:last-child {
  position: relative;
}
@media (max-width: 767px) {
  .images-right .container .row > div:last-child, .images-right .container-fluid .row > div:last-child {
    order: 0;
    margin-bottom: 250px;
  }
}
.images-right .container .row > div:last-child .content .big-img, .images-right .container-fluid .row > div:last-child .content .big-img {
  max-width: 468px;
  position: absolute;
  top: 220px;
  left: 200px;
}
@media (max-width: 1400px) {
  .images-right .container .row > div:last-child .content .big-img, .images-right .container-fluid .row > div:last-child .content .big-img {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .images-right .container .row > div:last-child .content .big-img, .images-right .container-fluid .row > div:last-child .content .big-img {
    max-width: 216px;
    top: 80px;
    left: 270px;
  }
}
@media (max-width: 991px) {
  .images-right .container .row > div:last-child .content .big-img, .images-right .container-fluid .row > div:last-child .content .big-img {
    left: 140px;
    top: 110px;
  }
}
@media (max-width: 767px) {
  .images-right .container .row > div:last-child .content .big-img, .images-right .container-fluid .row > div:last-child .content .big-img {
    top: 140px;
    left: 120px;
  }
}
.images-right .container .row > div:last-child .content .smol-img, .images-right .container-fluid .row > div:last-child .content .smol-img {
  max-width: 190px;
  position: absolute;
  bottom: -878px;
  left: -15px;
}
@media (max-width: 1199px) {
  .images-right .container .row > div:last-child .content .smol-img, .images-right .container-fluid .row > div:last-child .content .smol-img {
    max-width: 88px;
    bottom: -378px;
    left: 180px;
  }
}
@media (max-width: 991px) {
  .images-right .container .row > div:last-child .content .smol-img, .images-right .container-fluid .row > div:last-child .content .smol-img {
    bottom: -378px;
    left: 45px;
  }
}
@media (max-width: 767px) {
  .images-right .container .row > div:last-child .content .smol-img, .images-right .container-fluid .row > div:last-child .content .smol-img {
    left: 10px;
    bottom: -412px;
  }
}

.politique .mod-article__content p {
  margin-bottom: 30px;
}

.custom-search .content .gsc-control-wrapper-cse table.gsc-search-box {
  max-width: 75% !important;
}
@media (max-width: 991px) {
  .custom-search .content .gsc-control-wrapper-cse table.gsc-search-box {
    max-width: 100%;
  }
}
.custom-search .content .gsc-control-wrapper-cse table.gsc-search-box .gsc-search-button {
  display: flex;
  min-height: 32px;
  align-items: center;
  margin: 0 !important;
  background: #002859 !important;
}
.custom-search .gsc-webResult:hover, .custom-search .gsc-result:hover {
  border: none !important;
}

.mod-banner__content h1, .mod-banner__content h2, .mod-banner__content h3, .mod-banner__content h4, .mod-banner__content h5, .mod-banner__content h6, .mod-banner__content p {
  opacity: 1 !important;
}

.line-404 {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .line-404 {
    padding-bottom: 60px;
  }
}
.line-404:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/large-m.svg);
  background-repeat: no-repeat;
  width: 890px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.line-404 .container .row .zone-html .content h1 {
  font-size: 43px;
  font-weight: 52px;
  color: #002859;
}
.line-404 .container .row .zone-html .content h1 span {
  font-size: 95px;
  line-height: 22px;
  color: #c9c9c9;
}
@media (max-width: 1199px) {
  .line-404 .container .row .zone-html .content h1 span {
    line-height: 80px;
  }
}
.line-404 .container .row .zone-html .content h2 {
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 78px;
  color: #002859;
  font-weight: 900;
}
@media (max-width: 767px) {
  .line-404 .container .row .zone-html .content h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.line-404 .container .row .zone-html .content p {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #212121;
  margin-bottom: 35px;
}

.line-feature {
  background-color: #F4F4F4;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 991px) {
  .line-feature {
    padding-bottom: 60px;
  }
}
.line-feature:before {
  content: "";
  background: #c9c9c9;
  width: 35%;
  height: 1px;
  position: absolute;
  top: 130px;
  left: 0;
}
@media (max-width: 991px) {
  .line-feature:before {
    top: -10px;
  }
}
@media (max-width: 767px) {
  .line-feature:before {
    top: 20px;
    width: 100%;
  }
}
.line-feature .container {
  padding-top: 62px;
}
@media (max-width: 767px) {
  .line-feature .container .row {
    padding: 0;
  }
}
.line-feature .container .row .zone-html {
  max-width: 65%;
  width: 65%;
  position: absolute;
  top: 130px;
  right: 197px;
  z-index: 10000;
}
@media (max-width: 991px) {
  .line-feature .container .row .zone-html {
    right: 130px;
    max-width: 80%;
    width: 80%;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .line-feature .container .row .zone-html {
    max-width: 90%;
    width: 90%;
    top: 20px;
    right: 0;
    left: 20px;
  }
}
.line-feature .container .row .zone-html .content {
  display: block;
  z-index: 10000;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1921568627);
  background-color: #fff;
  max-width: 100%;
}
.line-feature .container .row .zone-html .content .feature-title {
  border-bottom: 1px solid #C9C9C9;
  border-left: 5px solid #65B32E;
  padding: 16px 55px;
}
@media (max-width: 767px) {
  .line-feature .container .row .zone-html .content .feature-title {
    padding-left: 20px;
  }
}
.line-feature .container .row .zone-html .content .feature-title h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.line-feature .container .row .zone-html .content .feature-content {
  padding: 22px 50px;
  padding-left: 30px;
}
.line-feature .container .row .zone-html .content .feature-content #date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
.line-feature .container .row .zone-html .content .feature-content #content {
  display: block;
  max-width: 80%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-feature .container .row .zone-html .content .feature-content #content {
    max-width: 95%;
  }
}
.line-feature .container .row .zone-html .content .feature-content .btn {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.line-feature .container .row .zone-html .content #popClose {
  position: absolute;
  top: 0;
  right: -27px;
  display: block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .line-feature .container .row .zone-html .content #popClose {
    top: 0px;
    right: -25px;
  }
}
@media (max-width: 767px) {
  .line-feature .container .row .zone-html .content #popClose {
    display: none;
  }
}

.line-home-partner {
  background-color: #F4F4F4;
  padding-top: 300px;
  padding-bottom: 78px;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-partner {
    padding-bottom: 60px;
    padding-top: 220px;
  }
}
@media (max-width: 767px) {
  .line-home-partner {
    padding-top: 250px;
  }
}
.line-home-partner:after {
  content: "";
  background: #C9C9C9;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.line-home-partner .container-fluid .row {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  .line-home-partner .container-fluid .row {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .line-home-partner .container-fluid .row {
    width: 95%;
  }
}
.line-home-partner .container-fluid .row .zone-html:last-child {
  padding-left: 80px;
  padding-top: 115px;
}
@media (max-width: 991px) {
  .line-home-partner .container-fluid .row .zone-html:last-child {
    padding-top: 40px;
    padding-left: 15px;
  }
}
.line-home-partner .container-fluid .row .zone-html:last-child .content h2 {
  bottom: 40px;
}
@media (max-width: 991px) {
  .line-home-partner .container-fluid .row .zone-html:last-child .content h2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .line-home-partner .container-fluid .row .zone-html:last-child .content p {
    display: block;
    max-width: 82%;
  }
}
@media (max-width: 767px) {
  .line-home-partner .container-fluid .row .zone-html:last-child .content p {
    margin-bottom: 30px;
  }
}
.line-home-partner .container-fluid .row .zone-html:last-child .content p .btn {
  margin-bottom: 0;
  padding-bottom: 0;
}
.line-home-partner .container-fluid .row .zone-html:last-child .content p .btn:last-child {
  margin-top: 0;
  padding-top: 0;
}
.line-home-partner .container-fluid .row .zone-html:last-child .content p:first-of-type {
  margin-bottom: 30px;
}

.line-home-program {
  padding-bottom: 90px;
  padding-top: 120px;
  margin-bottom: 90px;
  background-color: #f4f4f4;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-program {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.line-home-program::before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/cache-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 115%;
  position: absolute;
  top: -88px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .line-home-program::before {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .line-home-program:after {
    content: "";
    background: #fff;
    display: block;
    z-index: 0;
    width: 100%;
    height: 245px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .line-home-program:after {
    height: 700px;
  }
}
.line-home-program .container-fluid .row {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  .line-home-program .container-fluid .row {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .line-home-program .container-fluid .row {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .line-home-program .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
}
.line-home-program .container-fluid .row .zone-html {
  z-index: 3;
}
.line-home-program .container-fluid .row .zone-html:first-child {
  padding-top: 110px;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .line-home-program .container-fluid .row .zone-html:first-child {
    padding-top: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-home-program .container-fluid .row .zone-html:first-child {
    order: 1;
    padding-right: 0;
  }
}
.line-home-program .container-fluid .row .zone-html:first-child .content h4 {
  text-transform: none;
}
.line-home-program .container-fluid .row .zone-html:first-child .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-home-program .container-fluid .row .zone-html:first-child .content h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .line-home-program .container-fluid .row .zone-html:first-child .content h2 br {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .line-home-program .container-fluid .row .zone-html:first-child .content p {
    max-width: 72%;
  }
}
@media (max-width: 767px) {
  .line-home-program .container-fluid .row .zone-html:first-child .content p {
    max-width: 95%;
    margin-bottom: 40px;
  }
}
.line-home-program .container-fluid .row .zone-html:first-child .content p:first-of-type {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-home-program .container-fluid .row .zone-html:first-child .content p:last-of-type {
    margin-bottom: 0;
  }
}
.line-home-program .container-fluid .row .zone-html:last-child {
  z-index: 3;
}
@media (max-width: 767px) {
  .line-home-program .container-fluid .row .zone-html:last-child {
    order: 0;
  }
}
.line-home-industry {
  background-color: #002859;
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Industrie.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-industry {
    background-position: 50% 15%;
    background-size: 95%;
  }
}
@media (max-width: 767px) {
  .line-home-industry {
    background-position: 50% 8%;
  }
}
.line-home-industry .container .row .zone-html {
  padding: 350px 0;
}
@media (max-width: 991px) {
  .line-home-industry .container .row .zone-html {
    padding-top: 153px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .line-home-industry .container .row .zone-html {
    padding-top: 200px;
  }
}
.line-home-industry .container .row .zone-html .content h6, .line-home-industry .container .row .zone-html .content p {
  color: #fff;
}
.line-home-industry .container .row .zone-html .content h6 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .line-home-industry .container .row .zone-html .content h6 {
    font-size: 35px;
    line-height: 38px;
  }
}
.line-home-industry .container .row .zone-html .content p:first-of-type {
  display: block;
  max-width: 43%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .line-home-industry .container .row .zone-html .content p:first-of-type {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .line-home-industry .container .row .zone-html .content p:first-of-type {
    max-width: 100%;
  }
}
.line-home-industry .container .row .zone-html .content ul.opp-btns {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .line-home-industry .container .row .zone-html .content ul.opp-btns {
    flex-wrap: wrap;
    padding-left: 0 !important;
  }
}
.line-home-news-title {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.line-home-news-title .container {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-home-news-title .container {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-home-news-title .container .row .zone-html {
    padding-left: 0;
  }
}
.line-home-news-title .container .row .zone-html h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .line-home-news-title .container .row .zone-html h2 br {
    display: block !important;
  }
}

.line-home-news {
  background-color: #002859;
}
@media (max-width: 991px) {
  .line-home-news .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.line-home-news .container .row .zone-news_flash {
  background-color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-home-news .container .row .zone-news_flash {
    max-width: 95%;
    float: right !important;
  }
}
.line-home-news .container .row .zone-news_flash .content {
  padding: 24px 40px;
}
@media (max-width: 767px) {
  .line-home-news .container .row .zone-news_flash .content {
    padding: 24px 10px;
  }
}
.line-home-news .container .row .zone-news_flash .content .item {
  display: flex;
  flex-direction: column;
}
.line-home-news .container .row .zone-news_flash .content .item > h3 {
  order: 0;
  margin-bottom: 0px;
}
.line-home-news .container .row .zone-news_flash .content .item .e-date {
  order: 1;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}
.line-home-news .container .row .zone-news_flash .content .item .news-category {
  order: 2;
  font-size: 12px;
  font-weight: 400;
  border-radius: 25px;
  background: #f4f4f4;
  border: 1px solid #a5acb0;
  max-width: fit-content;
  display: block;
  padding: 0px 15px;
}
.line-home-news .container .row .zone-news_flash .content .item .intro {
  order: 3;
  max-width: 80%;
}
@media (max-width: 991px) {
  .line-home-news .container .row .zone-news_flash .content .item .intro {
    max-width: 90%;
  }
}
.line-home-news .container .row .zone-news_flash .content .item .actions {
  order: 4;
  margin-top: 0;
}
.line-home-news .container .row .zone-news_flash .content .item .actions .btn {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 2px solid #65B32E !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.line-home-news .container .row .zone-news_flash .content .item .actions .btn:hover, .line-home-news .container .row .zone-news_flash .content .item .actions .btn:active, .line-home-news .container .row .zone-news_flash .content .item .actions .btn:focus {
  background-color: transparent !important;
  border-bottom: 2px solid #65B32E !important;
  color: #65B32E !important;
}

.line-home-events {
  background-color: #002859;
  padding-top: 16px;
  padding-bottom: 40px;
}
.line-home-events .container .row .zone-event_flash {
  background-color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-home-events .container .row .zone-event_flash {
    max-width: 95%;
    float: right !important;
  }
}
.line-home-events .container .row .zone-event_flash .content {
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .line-home-events .container .row .zone-event_flash .content {
    padding: 24px 10px;
  }
}
.line-home-events .container .row .zone-event_flash .content .mod-eventflash__item-title {
  order: 0;
  margin-bottom: 0 !important;
}
.line-home-events .container .row .zone-event_flash .content .e-thumbnail {
  display: none;
}
.line-home-events .container .row .zone-event_flash .content .itemInfos {
  order: 1;
}
.line-home-events .container .row .zone-event_flash .content .itemInfos .e-date {
  font-size: 12px;
  font-weight: 400;
}
.line-home-events .container .row .zone-event_flash .content .itemInfos .city {
  display: none;
}
.line-home-events .container .row .zone-event_flash .content .intro {
  max-width: 80%;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .line-home-events .container .row .zone-event_flash .content .intro {
    max-width: 90%;
  }
}
.line-home-events .container .row .zone-event_flash .content .actions {
  margin-top: 0;
}
.line-home-events .container .row .zone-event_flash .content .actions .btn {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 2px solid #65B32E !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.line-home-events .container .row .zone-event_flash .content .actions .btn:hover, .line-home-events .container .row .zone-event_flash .content .actions .btn:active, .line-home-events .container .row .zone-event_flash .content .actions .btn:focus {
  background-color: transparent !important;
  border-bottom: 2px solid #65B32E !important;
  color: #65B32E !important;
}

.line-news-event-nav {
  background-color: #002859;
}
@media (max-width: 767px) {
  .line-news-event-nav .container .row .zone-html {
    padding-left: 0;
  }
}
.line-news-event-nav .container .row .content span {
  position: absolute;
  transform: rotate(-90deg);
  color: #fff;
  left: -140px;
  top: -140px;
}
@media (max-width: 991px) {
  .line-news-event-nav .container .row .content span {
    left: -77px;
  }
}
@media (max-width: 767px) {
  .line-news-event-nav .container .row .content span {
    display: none;
  }
}
.line-news-event-nav .container .row .content div.nav {
  display: flex;
  justify-content: flex-end;
}
.line-news-event-nav .container .row .content div.nav:before {
  content: "";
  background: #484848;
  height: 286px;
  width: 1px;
  position: absolute;
  left: -56px;
  top: -515px;
}
@media (max-width: 991px) {
  .line-news-event-nav .container .row .content div.nav:before {
    left: 7px;
    height: 345px;
    top: -600px;
  }
}
@media (max-width: 767px) {
  .line-news-event-nav .container .row .content div.nav:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-news-event-nav .container .row .content div.nav {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .line-news-event-nav .container .row .content div.nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-news-event-nav .container .row .content div.nav a {
  color: #fff;
}
.line-news-event-nav .container .row .content div.nav a:last-child {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .line-news-event-nav .container .row .content div.nav a:last-child {
    margin-left: 0;
  }
}

.line-infobox-titre {
  background-color: #002859;
  padding-top: 60px;
  padding-bottom: 25px;
}
.line-infobox-titre .container-fluid .row .zone-html .content {
  padding-left: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-infobox-titre .container-fluid .row .zone-html .content {
    padding-left: 30px;
  }
}
.line-infobox-titre .container-fluid .row .zone-html .content img {
  margin-right: 20px;
}
.line-infobox-titre .container-fluid .row .zone-html .content h2 {
  color: #fff !important;
  margin-bottom: 0;
}

.line-infobox {
  padding-bottom: 100px;
  background-color: #002859;
}
.line-infobox .container-fluid .row .zone-html div.homebox {
  display: flex;
}
@media (max-width: 767px) {
  .line-infobox .container-fluid .row .zone-html div.homebox {
    flex-direction: column;
  }
}
.line-infobox .container-fluid .row .zone-html div.homebox a {
  position: relative;
  width: 33%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: initial;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 14%;
  color: #fff !important;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  min-height: 297px;
  transition: background-color 0.8s ease;
}
@media (max-width: 991px) {
  .line-infobox .container-fluid .row .zone-html div.homebox a {
    font-size: 20px;
    line-height: 24px;
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .line-infobox .container-fluid .row .zone-html div.homebox a {
    width: 100%;
    min-height: 185px;
    padding-left: 30px;
  }
}
.line-infobox .container-fluid .row .zone-html div.homebox a:first-child {
  width: 34%;
}
@media (max-width: 767px) {
  .line-infobox .container-fluid .row .zone-html div.homebox a:first-child {
    width: 100%;
  }
}
.line-infobox .container-fluid .row .zone-html div.homebox a:nth-child(2) {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .line-infobox .container-fluid .row .zone-html div.homebox a:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.line-infobox .container-fluid .row .zone-html div.homebox a:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/whitecircle-greenarrow-up.svg);
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 35px;
  right: 40px;
}
.line-infobox .container-fluid .row .zone-html div.homebox a:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}
.line-infobox .container-fluid .row .zone-html div.homebox a:hover:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/whitecircle-greenarrow-hover.svg);
}

.home-comme-bg {
  position: relative;
}
.home-comme-bg:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-secteur {
  padding-top: 35px;
  padding-bottom: 98px;
}
.line-secteur .container-fluid {
  position: relative;
  z-index: 5;
}
.line-secteur .container-fluid:before {
  content: "";
  background: #fff;
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: -98px;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
}
@media (max-width: 1292px) {
  .line-secteur .container-fluid:before {
    height: 200px;
  }
}
@media (max-width: 757px) {
  .line-secteur .container-fluid:before {
    height: 750px;
  }
}
.line-secteur .container-fluid .row {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  .line-secteur .container-fluid .row {
    width: 85%;
  }
}
.line-secteur .container-fluid .row > div:first-child .content img {
  max-width: 650px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .line-secteur .container-fluid .row > div:first-child .content img {
    margin-bottom: 165px;
  }
}
@media (max-width: 1199px) {
  .line-secteur .container-fluid .row > div:first-child .content img {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .line-secteur .container-fluid .row > div:first-child .content img {
    max-width: 360px;
  }
}
.line-secteur .container-fluid .row > div:first-child .content .stats {
  margin-left: 120px;
  border-left: 1px solid rgba(112, 112, 112, 0.4);
  position: relative;
}
@media (max-width: 1199px) {
  .line-secteur .container-fluid .row > div:first-child .content .stats {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .line-secteur .container-fluid .row > div:first-child .content .stats {
    margin-left: 20px;
  }
}
.line-secteur .container-fluid .row > div:first-child .content .stats h3 {
  margin-bottom: 40px;
  padding-left: 60px;
  line-height: 33px;
}
.line-secteur .container-fluid .row > div:first-child .content .stats h3 span {
  color: #002859;
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .line-secteur .container-fluid .row > div:first-child .content .stats h3 span {
    font-size: 54px;
  }
}
.line-secteur .container-fluid .row > div:first-child .content .stats #reference {
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: fit-content;
  position: absolute;
  left: -118px;
  bottom: 65px;
  transform: rotate(-90deg);
}
.line-secteur .container-fluid .row > div:last-child {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .line-secteur .container-fluid .row > div:last-child {
    padding-top: 0px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-secteur .container-fluid .row > div:last-child {
    padding-left: 0px;
  }
}
.line-secteur .container-fluid .row > div:last-child .content {
  padding-left: 100px;
  max-width: 85%;
}
@media (max-width: 1199px) {
  .line-secteur .container-fluid .row > div:last-child .content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .line-secteur .container-fluid .row > div:last-child .content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-secteur .container-fluid .row > div:last-child .content {
    max-width: 100%;
  }
}
.line-secteur .container-fluid .row > div:last-child .content p:first-of-type, .line-secteur .container-fluid .row > div:last-child .content .text_default, .line-secteur .container-fluid .row > div:last-child .content p:nth-child(3) {
  margin-bottom: 30px;
}

.line-grands-secteurs .container-fluid .row .zone-banner {
  position: relative;
}
.line-grands-secteurs .container-fluid .row .zone-banner:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Industrie/M.svg);
  background-repeat: no-repeat;
  width: 224px;
  height: 148px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img {
  height: 924px;
}
@media (max-width: 767px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img {
    height: 1200px;
  }
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content {
  top: 42%;
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 {
  color: #fff;
  line-height: 45px;
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 {
    margin-bottom: 50px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 {
    line-height: 75px;
  }
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span {
  font-size: 169px;
  font-weight: 900;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span:before {
  content: "";
  background: #254771;
  width: 350px;
  height: 1px;
  position: absolute;
  left: 140px;
  top: 20px;
}
@media (max-width: 991px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span:before {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span:before {
    display: none;
  }
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span:after {
  content: "";
  background: #254771;
  width: 350px;
  height: 1px;
  position: absolute;
  right: 140px;
  top: 20px;
}
@media (max-width: 991px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span:after {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 span:after {
    display: none;
  }
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content ul {
  list-style: none;
  display: flex;
  padding-left: 0 !important;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  flex-flow: row;
}
@media (max-width: 767px) {
  .line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content ul {
    flex-direction: column;
  }
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content ul li {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8%;
  margin-right: 8%;
  transition: opacity 0.8s ease;
  opacity: 0;
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content ul li img {
  opacity: 0.6;
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content ul li span {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}
.line-grands-secteurs .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content ul li.animate {
  opacity: 1;
}

.line-savoir-faire {
  padding-top: 110px;
  padding-bottom: 410px;
}
@media (max-width: 1199px) {
  .line-savoir-faire {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-savoir-faire {
    padding-bottom: 45px;
  }
}
.line-savoir-faire .container-fluid .row {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.line-savoir-faire .container-fluid .row > div:first-child {
  padding-left: 105px;
}
@media (max-width: 991px) {
  .line-savoir-faire .container-fluid .row > div:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .line-savoir-faire .container-fluid .row > div:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-savoir-faire .container-fluid .row > div:first-child .content p {
  margin-bottom: 30px;
}
.line-savoir-faire .container-fluid .row > div:last-child {
  padding-top: 70px;
  padding-left: 105px;
}
@media (max-width: 991px) {
  .line-savoir-faire .container-fluid .row > div:last-child {
    padding-left: 50px;
  }
}
.line-savoir-faire .container-fluid .row > div:last-child .content {
  text-align: right;
}

.line-groupes-title {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-groupes-title {
    padding-bottom: 45px;
  }
}
.line-groupes-title .content h2 {
  font-size: 55px;
  line-height: 58px;
  color: #002859;
}
@media (max-width: 991px) {
  .line-groupes-title .content h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .line-groupes-title .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.line-groupes-title .content h2 span {
  font-weight: 700;
}

.line-groupes {
  padding-bottom: 130px;
}

.line-indicateaurs {
  padding-top: 60px;
  padding-bottom: 60px;
}
.line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
  height: 628px;
}
@media (max-width: 991px) {
  .line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 320px;
  }
}
.line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  top: 75%;
  left: 10%;
}
@media (max-width: 991px) {
  .line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    top: 55%;
  }
}
@media (max-width: 767px) {
  .line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    left: 0%;
  }
}
.line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h2, .line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h3 {
  color: #fff;
}
.line-indicateaurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 {
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
}

.line-bulletins-accordeon {
  padding-bottom: 90px;
}
.line-bulletins-accordeon .news-accordion-panel-group {
  display: flex;
}
@media (max-width: 767px) {
  .line-bulletins-accordeon .news-accordion-panel-group {
    flex-direction: column;
  }
}
.line-bulletins-accordeon .news-accordion-panel-group .panel, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #254771;
  width: 50%;
  background: #002859 !important;
}
@media (max-width: 767px) {
  .line-bulletins-accordeon .news-accordion-panel-group .panel, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-bulletins-accordeon .news-accordion-panel-group .panel:first-child, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion:first-child {
    margin-bottom: 50px;
  }
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .panel-heading .panel-title a, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .panel-heading .panel-title a {
  color: #fff !important;
  font-size: 70px;
  font-weight: 900;
  padding-left: 0;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .panel-heading .panel-title a:after, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .panel-heading .panel-title a:after {
  border: 1px solid #65B32E;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 300;
  top: 15px;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .accordion-pane .panel-body, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .accordion-pane .panel-body {
  padding-left: 0;
  padding-top: 20px;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .accordion-pane .panel-body .news-accordion-content, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .accordion-pane .panel-body .news-accordion-content {
  padding-left: 0;
  border-left: 0;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .accordion-pane .panel-body .news-accordion-content ul, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .accordion-pane .panel-body .news-accordion-content ul {
  list-style: none;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .accordion-pane .panel-body .news-accordion-content ul li, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .accordion-pane .panel-body .news-accordion-content ul li {
  margin-bottom: 15px !important;
  position: relative;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .accordion-pane .panel-body .news-accordion-content ul li:before, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .accordion-pane .panel-body .news-accordion-content ul li:before {
  content: "";
  background: #65B32E;
  height: 5px;
  width: 18px;
  position: absolute;
  left: -25px;
  top: 20px;
}
.line-bulletins-accordeon .news-accordion-panel-group .panel .accordion-pane .panel-body .news-accordion-content ul li a, .line-bulletins-accordeon .news-accordion-panel-group .panel-news-accordion .accordion-pane .panel-body .news-accordion-content ul li a {
  color: #fff !important;
  font-size: 15px;
  line-height: 19px;
}
.line-bulletins-accordeon .panel-group .panel + .panel {
  margin-top: 0 !important;
}

.line-decouvrez {
  padding-top: 60px;
  padding-bottom: 40px;
}
.line-decouvrez .content .btn {
  font-weight: 300;
  text-transform: none;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 28px;
  color: #002859 !important;
}
.line-decouvrez .content .btn:after {
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
}
.line-decouvrez .content .btn:hover:after {
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
}
.line-decouvrez.border-top {
  border-top: 1px solid #c9c9c9;
}

.line-repertoire .container .row h2, .line-repertoire .container .row h3, .line-repertoire .container .row h4, .line-repertoire .container .row h5, .line-repertoire .container .row h6, .line-repertoire .container .row p {
  opacity: 1 !important;
}
.line-repertoire .container .row .zone-directory {
  position: relative;
}
.line-repertoire .container .row .zone-directory .mod_directory__article {
  width: 100%;
  position: absolute;
  top: 235px;
  border-bottom: 5px solid #002859;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .mod_directory__article {
    width: 95%;
    top: 300px;
  }
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__article {
    top: 345px;
    width: 92%;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__article .header-liste-annuaire {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__article .header-liste-annuaire {
    padding-right: 0;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__article .header-liste-annuaire .col-sm-12 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__article .header-liste-annuaire .col-sm-12 {
    text-align: center;
    padding-right: 0;
  }
}
.line-repertoire .container .row .zone-directory .js-directory-search-box {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row {
    flex-direction: column;
  }
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 {
  width: 45%;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 {
    width: 100%;
    padding-left: 0;
  }
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 .form-group {
  width: 100%;
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 .form-group .control-label {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight: 500;
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 .form-group .search_input {
  width: 100%;
  padding: 0;
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 .form-group .search_input select, .line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 .form-group .search_input .chosen-choices {
  height: 100% !important;
  border-radius: 21px !important;
  border: 1px solid #65b32e !important;
  padding: 10px !important;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/drop-icon.svg) no-repeat right 15px center !important;
  background-size: 15px !important;
  min-width: 100%;
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal .row .col-md-12 .form-group .chosen-action__wrapper {
  display: none;
}
.line-repertoire .container .row .zone-directory .js-directory-search-box .form-horizontal input[type=text].form-control {
  background-color: #fff !important;
  border: none !important;
  padding: 15px !important;
  height: auto !important;
  border-radius: 2px !important;
  border: 1px solid #65B32E !important;
}
.line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search {
  padding-top: 37px;
}
@media (min-width: 992px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search {
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search {
    padding-left: 15px;
  }
}
.line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search #search_advanced {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search #search_advanced {
    margin-top: -20px;
    margin-bottom: 5px;
    display: block;
  }
}
.line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search #search_simple {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .line-repertoire .container .row .zone-directory .js-directory-search-box #section-footer-search #search_simple {
    margin-top: -20px;
    margin-bottom: 5px;
    display: block;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc {
  padding-top: 140px;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc #directory-tabs {
  display: none;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 {
  background: white;
  padding: 45px 30px 40px 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 {
    flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-10 table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-10 table tbody tr td div.logo {
  display: none;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-10 table tbody tr td div.logo img {
  max-width: 200px;
  max-height: 100px;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-10 table tbody tr td {
    text-align: center;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-10 table tbody tr td .org p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-10 table tbody tr td .region p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-8 {
  max-height: 360px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-8 {
    padding-left: 0 !important;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-8 p {
  display: none;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-8 ul {
  padding-left: 0 !important;
  margin-bottom: 0;
  list-style: none;
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-8 ul li {
  padding-top: 0 !important;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-8 ul li {
    text-align: center;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-6 p {
  text-align: right;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-6 p {
    text-align: center;
    margin-top: 30px;
  }
}
.line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-6 p .btn {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane .col-md-24 .col-md-6 p .btn {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper {
  padding-top: 50px;
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-title {
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-title {
    padding-bottom: 0;
    margin-bottom: 45px;
    padding-left: 30px;
  }
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-title h1 {
  font-size: 60px;
  color: #002859;
  font-weight: 900;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-title h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-logo {
    width: 100%;
  }
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-logo p {
  display: block;
  width: 350px;
  height: 250px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-logo p {
    width: 250px;
    height: 150px;
  }
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-logo p img {
  width: 80% !important;
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-details {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-details {
    width: 100%;
  }
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-details .titre {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 0;
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-details .titre:first-of-type {
  margin-top: 0;
}
.line-repertoire .container .row .zone-directory .directory-member-detail-wrapper .org-info .org-details .btn {
  margin-top: 30px;
}

.line-perspectives {
  padding-top: 30px;
  padding-bottom: 90px;
}
.line-perspectives .container-fluid .row {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1450px) {
  .line-perspectives .container-fluid .row {
    width: 85%;
  }
}
.line-perspectives .container-fluid .row > div:last-child {
  padding-top: 120px;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .line-perspectives .container-fluid .row > div:last-child {
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-perspectives .container-fluid .row > div:last-child {
    padding-top: 50px;
    padding-left: 0;
  }
}
.line-perspectives .container-fluid .row > div:last-child .content {
  max-width: 77%;
}
@media (max-width: 991px) {
  .line-perspectives .container-fluid .row > div:last-child .content {
    max-width: 100%;
  }
}

.line-domaines {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .line-domaines {
    padding-bottom: 65px;
  }
}
.line-domaines .container .row .newsList {
  gap: 30px 42px;
  position: relative;
  z-index: 3;
}
.line-domaines .container .row .newsList .item {
  position: relative;
}
.line-domaines .container .row .newsList .item h3 {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 35px;
  left: 40px;
}

.line-metiers-intro {
  padding-top: 70px;
  padding-bottom: 55px;
  position: relative;
}
.line-metiers-intro .content {
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .line-metiers-intro .content {
    max-width: 80%;
  }
}

.line-metiers {
  padding-bottom: 90px;
}
.line-metiers .panel-news-accordion .panel-body .news-accordion-content {
  padding-left: 0;
  border-left: 0;
}
.line-metiers .panel-news-accordion .panel-body .news-accordion-content p .btn {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.line-metiers .panel-news-accordion .panel-body .news-accordion-content hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #c9c9c9;
}

.line-horizons {
  padding-top: 90px;
  padding-bottom: 90px;
}
.line-horizons .container .row > div:last-child {
  padding-top: 86px;
  padding-left: 90px;
}
@media (max-width: 991px) {
  .line-horizons .container .row > div:last-child {
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-horizons .container .row > div:last-child {
    padding-top: 50px;
    padding-left: 0;
  }
}
.line-horizons .container .row > div:last-child .content h2, .line-horizons .container .row > div:last-child .content p, .line-horizons .container .row > div:last-child .content a {
  color: #fff !important;
}
.line-horizons .container .row > div:last-child .content .btn {
  margin-top: 20px;
}

.line-axe-banner {
  background: rgb(244, 244, 244);
}
.line-axe-banner .container-fluid {
  padding-bottom: 50px;
}
.line-axe-banner .container-fluid .row {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1450px) {
  .line-axe-banner .container-fluid .row {
    width: 85%;
  }
}
.line-axe-banner .container-fluid .row h2.text_default {
  margin-bottom: 45px;
}

.line-axe-intro {
  background: rgb(244, 244, 244);
}
@media (max-width: 1199px) {
  .line-axe-intro .container .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-axe-intro .container .row > div:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-axe-intro .container .row > div:first-child table tbody tr {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
  }
}
.line-axe-intro .container .row > div:first-child table tbody tr td {
  color: #002859;
}
.line-axe-intro .container .row > div:first-child table tbody tr td:first-child {
  font-size: 160px;
  font-weight: 800;
  padding-right: 10px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .line-axe-intro .container .row > div:first-child table tbody tr td:first-child {
    width: 120px;
  }
}
.line-axe-intro .container .row > div:first-child table tbody tr td:last-child h2 {
  color: #002859;
  text-transform: uppercase;
  padding-top: 70px;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .line-axe-intro .container .row > div:last-child {
    display: none;
  }
}

.line-axe-nav {
  background: rgb(244, 244, 244);
}
.line-axe-nav .container {
  position: relative;
}
.line-axe-nav .container:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: calc(100% + 90px);
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -90px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.line-axe-nav .container .row .zone-html .content {
  max-width: 80%;
}
@media (max-width: 1199px) {
  .line-axe-nav .container .row .zone-html .content {
    max-width: 100%;
  }
}
.line-axe-nav .container .row .zone-html ul {
  padding-left: 0 !important;
}
.line-axe-nav .container .row .zone-html ul li {
  height: 90px;
  list-style-type: none;
  border-bottom: 1px solid #C9C9C9;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-axe-nav .container .row .zone-html ul li {
    padding-left: 0 !important;
  }
}
.line-axe-nav .container .row .zone-html ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 100px;
  color: #002859 !important;
}
@media (max-width: 991px) {
  .line-axe-nav .container .row .zone-html ul li a {
    font-size: 16px;
  }
}
.line-axe-nav .container .row .zone-html ul li a:hover {
  text-decoration: none !important;
}
.line-axe-nav .container .row .zone-html ul li a:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/Fleche-Verte_UP.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0%;
  display: inline-block;
  width: 42px;
  height: 42px;
  animation-name: none;
  transform: rotate(90deg);
}
.line-axe-nav .container .row .zone-html:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-axe-nav .container .row .zone-html:first-child {
    padding: 0;
  }
}
.line-axe-nav .container .row .zone-html:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .line-axe-nav .container .row .zone-html:last-child {
    padding: 0;
  }
}
.line-axe-nav .container .row .zone-html:last-child .content {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 991px) {
  .line-axe-feature .container {
    width: 100%;
  }
}
.line-axe-feature .container .row .zone-news_flash .newsList .row::after {
  content: "";
  background-color: #C9C9C9;
  width: 100vw;
  height: 1px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.line-axe-feature .container .row .zone-news_flash .newsList .row .item {
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .line-axe-feature .container .row .zone-news_flash .newsList .row .item {
    flex-direction: column;
  }
}
.line-axe-feature .container .row .zone-news_flash .newsList .row .item .itemImage {
  margin-bottom: 0;
  min-width: 350px;
}
@media (max-width: 991px) {
  .line-axe-feature .container .row .zone-news_flash .newsList .row .item .itemImage {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .line-axe-feature .container .row .zone-news_flash .newsList .row .item .itemImage {
    min-width: 100%;
    margin-bottom: 32px;
  }
}
.line-axe-feature .container .row .zone-news_flash .newsList .row .item div.intro {
  padding-right: 125px;
}
@media (max-width: 991px) {
  .line-axe-feature .container .row .zone-news_flash .newsList .row .item div.intro {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .line-axe-feature .container .row .zone-news_flash .newsList .row .item div.intro {
    padding-right: 0px;
  }
}
.line-axe-feature .container .row .zone-news_flash .newsList .row .item div.intro ul li {
  list-style-type: none;
}
.line-axe-feature .container .row .zone-news_flash .newsList .row .item div.intro .btn {
  margin-top: 25px;
  text-align: left;
}
@media (max-width: 991px) {
  .line-axe-feature .container .row .zone-news_flash .newsList .row .item div.intro .btn {
    font-size: 13px;
  }
}
.line-axe-feature .container .row .zone-news_flash a.viewAll {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
}
.line-axe-feature .container .row .zone-news_flash a.viewAll:hover, .line-axe-feature .container .row .zone-news_flash a.viewAll:active, .line-axe-feature .container .row .zone-news_flash a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-axe-feature .container .row .zone-news_flash a.viewAll {
    white-space: normal !important;
  }
}
.line-axe-feature .container .row .zone-news_flash a.viewAll.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-axe-feature .container .row .zone-news_flash a.viewAll:hover, .line-axe-feature .container .row .zone-news_flash a.viewAll:active, .line-axe-feature .container .row .zone-news_flash a.viewAll:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

.line-axe-apropos {
  padding-top: 45px;
  padding-bottom: 45px;
}
.line-axe-apropos .container .row .zone-html .content .btn {
  font-weight: 300;
  text-transform: none;
}
.line-axe-apropos .container .row .zone-html .content .btn:after {
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
}
.line-axe-apropos .container .row .zone-html .content .btn:hover:after {
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
}

.line-partenariat-intro {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-partenariat-intro {
    padding-bottom: 45px;
  }
}
.line-partenariat-intro .container-fluid .row {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .line-partenariat-intro .container-fluid .row {
    width: 85%;
  }
}
.line-partenariat-intro .container-fluid .row > div:first-child .content img {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .line-partenariat-intro .container-fluid .row > div:first-child .content img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-partenariat-intro .container-fluid .row > div:first-child .content img {
    padding-bottom: 32px;
  }
}
.line-partenariat-intro .container-fluid .row > div:last-child {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .line-partenariat-intro .container-fluid .row > div:last-child {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .line-partenariat-intro .container-fluid .row > div:last-child {
    padding-left: 0;
  }
}
.line-partenariat-intro .container-fluid .row > div:last-child .content {
  padding-left: 90px;
  max-width: 84%;
}
@media (max-width: 1199px) {
  .line-partenariat-intro .container-fluid .row > div:last-child .content {
    padding-left: 50px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-partenariat-intro .container-fluid .row > div:last-child .content {
    padding-left: 0;
  }
}

.partenaires-title {
  padding-top: 30px;
  padding-bottom: 30px;
}

.partenaires-qc {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #002859;
}
.partenaires-qc .container .row .zone-news_flash {
  border-radius: 5px;
  background: #fff;
  padding: 100px 30px;
  position: relative;
}
.partenaires-qc .container .row .zone-news_flash:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Axes/logo-qc.svg);
  background-repeat: no-repeat;
  width: 247px;
  height: 94px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.partenaires-qc .container .row .zone-news_flash .newsList {
  gap: 85px 75px;
}
.partenaires-qc .container .row .zone-news_flash .newsList .item .intro .btn {
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #c9c9c9 !important;
}
.partenaires-qc .container .row .zone-news_flash .newsList .item .intro .btn:after {
  bottom: -60px;
  right: 0;
  position: absolute;
}

.partenaires-comites {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #002859;
}
.partenaires-comites .container .row .zone-news_flash {
  padding-left: 0;
  padding-right: 0;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row .item {
  border-radius: 8px;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row:nth-child(3) .item {
  padding-top: 22px;
  border-radius: 8px;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row:nth-child(3) .item .intro .btn {
  padding-bottom: 30px;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row:nth-child(4) .item .intro .btn {
  padding-bottom: 30px;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row .item {
  background: #fff;
  height: 240px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 43px;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row .item .intro .btn {
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #c9c9c9 !important;
}
.partenaires-comites .container .row .zone-news_flash .newsList .row .item .intro .btn:after {
  bottom: -60px;
  right: 0;
  position: absolute;
}

.partenaires-other {
  padding-bottom: 90px;
  padding-top: 30px;
}
.partenaires-other .container .row .zone-news_flash {
  padding-left: 0;
  padding-right: 0;
}
.partenaires-other .container .row .newsList {
  gap: 30px;
}
.partenaires-other .container .row .newsList .row .item .itemImage img {
  border-radius: 8px;
}

.line-initiatives {
  padding-bottom: 50px;
  padding-top: 55px;
  border-bottom: 1px solid #c9c9c9;
}
.line-initiatives .content h3 {
  margin-bottom: 30px;
}
.line-initiatives .content p {
  margin-bottom: 30px;
}
.line-initiatives .content ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.line-initiatives .content ul li {
  margin-bottom: 10px !important;
  padding-left: 22px;
}
.line-initiatives .content ul li::marker {
  color: #212121 !important;
  font-size: 10px;
}

.programme-intro {
  padding-top: 65px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .programme-intro {
    padding-top: 0;
  }
}
.programme-intro .container-fluid .row {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .programme-intro .container-fluid .row {
    width: 85%;
  }
}
.programme-intro .container-fluid .row > div:last-child {
  padding-top: 140px;
  padding-left: 90px;
}
@media (max-width: 991px) {
  .programme-intro .container-fluid .row > div:last-child {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.programme-intro .container-fluid .row > div:last-child .content {
  max-width: 75%;
}
@media (max-width: 991px) {
  .programme-intro .container-fluid .row > div:last-child .content {
    max-width: 100%;
  }
}
.programme-intro .container-fluid .row > div:last-child .content .text_default {
  margin-bottom: 30px;
}

.line-credit-dimpot {
  padding-top: 85px;
}
.line-credit-dimpot .container .row {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .line-credit-dimpot .container .row {
    flex-direction: column;
  }
}
.line-credit-dimpot .container .row > div:first-child {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .line-credit-dimpot .container .row > div:first-child {
    order: 1;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .line-credit-dimpot .container .row > div:first-child h2 br {
    display: none !important;
  }
}
.line-credit-dimpot .container .row > div:first-child p {
  margin-bottom: 30px;
}
.line-credit-dimpot .container .row > div:first-child p a {
  color: #65B32E !important;
}
@media (max-width: 767px) {
  .line-credit-dimpot .container .row > div:last-child {
    order: 0;
    margin-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-credit-dimpot .container .row > div:last-child .content {
    text-align: right;
  }
}
.line-credit-dimpot .container .row > div:last-child .content .big-img {
  max-width: 468px;
  position: absolute;
  top: 80px;
  right: -10%;
}
@media (max-width: 1199px) {
  .line-credit-dimpot .container .row > div:last-child .content .big-img {
    max-width: 360px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .line-credit-dimpot .container .row > div:last-child .content .big-img {
    max-width: 280px;
    top: 250px;
  }
}
@media (max-width: 767px) {
  .line-credit-dimpot .container .row > div:last-child .content .big-img {
    position: initial;
    max-width: 251px;
  }
}
.line-credit-dimpot .container .row > div:last-child .content .smol-img {
  max-width: 190px;
  position: absolute;
  bottom: -190px;
  left: -25px;
}
@media (max-width: 1199px) {
  .line-credit-dimpot .container .row > div:last-child .content .smol-img {
    max-width: 155px;
    bottom: -50px;
    left: 3px;
  }
}
@media (max-width: 767px) {
  .line-credit-dimpot .container .row > div:last-child .content .smol-img {
    max-width: 102px;
    left: 0;
    bottom: -90px;
  }
}

.programme-dropdown {
  padding-bottom: 145px;
  padding-top: 90px;
  position: relative;
}
.programme-dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 680px;
  background-image: url("https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/module/banner/background-programme-1702580623.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .programme-dropdown:before {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .programme-dropdown:before {
    background-position: -170px top;
  }
}
.programme-dropdown .container .row .zone-html .content h2 {
  font-size: 55px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .programme-dropdown .container .row .zone-html .content h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.programme-dropdown .container .row .zone-html .content .avatanges-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .programme-dropdown .container .row .zone-html .content .avatanges-list {
    flex-direction: column;
  }
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon {
  width: 348px !important;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon {
    width: 260px !important;
  }
}
@media (max-width: 991px) {
  .programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon {
    width: 220px !important;
  }
}
@media (max-width: 767px) {
  .programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon {
    width: 100% !important;
  }
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody {
  border-bottom: 1px solid #254771;
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr {
  background: transparent;
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:first-child:after {
  color: #65B32E !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #65B32E !important;
  border-radius: 50% !important;
}
@media (max-width: 767px) {
  .programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:first-child:after {
    top: 117px;
  }
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:first-child img {
  margin-bottom: 25px;
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:first-child h3 {
  color: #fff;
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:last-child p {
  color: #fff;
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:last-child ul li {
  color: #fff !important;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px !important;
  padding-left: 10px;
}
.programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:last-child ul li::marker {
  color: #fff !important;
  font-size: 10px;
}
@media (max-width: 991px) {
  .programme-dropdown .container .row .zone-html .content .avatanges-list table.accordeon tbody tr:last-child ul li {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .programme-dropdown.two-els {
    position: relative;
    z-index: 10;
  }
}
.programme-dropdown.two-els .container .row .zone-html .content .avatanges-list table.accordeon {
  width: 500px !important;
}
@media (max-width: 767px) {
  .programme-dropdown.two-els .container .row .zone-html .content .avatanges-list table.accordeon {
    width: 250px !important;
  }
}

.criteres-title {
  padding-top: 190px;
  padding-bottom: 55px;
}
@media (max-width: 1199px) {
  .criteres-title {
    padding-top: 80px;
  }
}

.line-criteres {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .line-criteres .container .row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .line-criteres .container .row > div:first-child {
    display: none;
  }
}

.line-metieres-admissibles {
  padding-bottom: 100px;
}
.line-metieres-admissibles .container .row .zone-news .panel-group .panel .accordion-pane .panel-body .news-accordion-content {
  padding-left: 0;
  border-left: none;
}
.line-metieres-admissibles .container .row .zone-news .panel-group .panel .accordion-pane .panel-body .news-accordion-content .bordered {
  padding-left: 55px;
  border-left: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .line-metieres-admissibles .container .row .zone-news .panel-group .panel .accordion-pane .panel-body .news-accordion-content .bordered {
    padding-left: 20px;
  }
}
.line-metieres-admissibles .container .row .zone-news .panel-group .panel .accordion-pane .panel-body .news-accordion-content h4 {
  padding-top: 30px;
}
.line-metieres-admissibles .container .row .zone-news .panel-group .panel .accordion-pane .panel-body .news-accordion-content ul {
  margin-bottom: 0 !important;
}
.line-metieres-admissibles .container .row .zone-news .panel-group .panel .accordion-pane .panel-body .news-accordion-content .bottom-buttons {
  margin-top: 20px;
}

.line-faq {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .line-faq {
    padding-top: 40px;
  }
}
.line-faq .zone-news h2 {
  text-align: center;
  margin-bottom: 45px;
}

.reconnaissance-intro {
  padding-top: 30px;
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .reconnaissance-intro {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .reconnaissance-intro {
    padding-bottom: 60px;
  }
}
.reconnaissance-intro .container-fluid {
  position: relative;
  z-index: 5;
}
.reconnaissance-intro .container-fluid:before {
  content: "";
  background: #fff;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -180px;
  left: 0;
}
.reconnaissance-intro .container-fluid .row {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .reconnaissance-intro .container-fluid .row {
    width: 85%;
  }
}
.reconnaissance-intro .container-fluid .row > div:first-child .content img {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .reconnaissance-intro .container-fluid .row > div:first-child .content img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .reconnaissance-intro .container-fluid .row > div:first-child .content img {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .reconnaissance-intro .container-fluid .row > div:first-child .content img {
    max-width: 280px;
  }
}
.reconnaissance-intro .container-fluid .row > div:last-child {
  padding-top: 40px;
}
.reconnaissance-intro .container-fluid .row > div:last-child .content {
  padding-left: 90px;
  max-width: 84%;
}
@media (max-width: 1199px) {
  .reconnaissance-intro .container-fluid .row > div:last-child .content {
    padding-left: 0;
    max-width: 100%;
  }
}
.reconnaissance-intro .container-fluid .row > div:last-child .content p {
  margin-bottom: 20px;
}

.line-rcmo-processus {
  padding-top: 70px;
  padding-bottom: 70px;
}
.line-rcmo-processus .container .row > div:first-child .content img {
  max-width: 540px;
}
@media (max-width: 991px) {
  .line-rcmo-processus .container .row > div:first-child .content img {
    max-width: 340px;
  }
}
.line-rcmo-processus .container .row > div:last-child .content {
  padding-top: 110px;
  padding-left: 97px;
  max-width: 85%;
}
@media (max-width: 991px) {
  .line-rcmo-processus .container .row > div:last-child .content {
    max-width: 100%;
    padding-left: 15px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-rcmo-processus .container .row > div:last-child .content {
    padding-top: 50px;
  }
}
.line-rcmo-processus .container .row > div:last-child .content h3 {
  color: #fff;
}
.line-rcmo-processus .container .row > div:last-child .content .btn {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.line-projets-intro .container-fluid .row {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .line-projets-intro .container-fluid .row {
    width: 85%;
  }
}

.projet-formation {
  padding-top: 67px;
  padding-bottom: 67px;
}
@media (max-width: 991px) {
  .projet-formation {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.projet-formation .container {
  position: relative;
  overflow-x: visible;
}
.projet-formation .container:after {
  content: "";
  background: #c9c9c9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
@media (max-width: 991px) {
  .projet-formation .container:after {
    bottom: -38px;
  }
}
@media (max-width: 767px) {
  .projet-formation .container:after {
    bottom: -53px;
  }
}
.projet-formation .zone-html {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .projet-formation .zone-html {
    padding-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .projet-formation .zone-html {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .projet-formation .zone-html {
    margin-bottom: 50px;
  }
}
.projet-formation .zone-html .content {
  max-width: 86%;
}
.projet-formation.no-border .container:after {
  display: none;
}
@media (max-width: 767px) {
  .projet-formation.sm-nopt {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .projet-formation.white-bottom .container {
    position: relative;
    z-index: 5;
  }
  .projet-formation.white-bottom .container:before {
    content: "";
    background: #fff;
    width: 100vw;
    display: block;
    z-index: 0;
    height: 400px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -67px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .projet-formation.white-bottom .container:before {
    height: 115%;
  }
}

.article-statistique {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .article-statistique {
    padding-top: 45px;
  }
}
.article-statistique .container {
  position: relative;
  overflow-x: visible;
  z-index: 5;
}
.article-statistique .container:after {
  content: "";
  background: #c9c9c9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .article-statistique .container .row > div {
    padding-left: 0;
  }
}
.article-statistique .container .row > div:first-child {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .article-statistique .container .row > div:first-child {
    padding-top: 0;
  }
}
.article-statistique .container .row > div:first-child .mod-article__wrapper h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  opacity: 1 !important;
  max-width: 90%;
}
@media (max-width: 991px) {
  .article-statistique .container .row > div:first-child .mod-article__wrapper h1 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.article-statistique .container .row > div:first-child .mod-article__wrapper h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.article-statistique .container .row > div:first-child .mod-article__wrapper .news-content .mod-article__intro {
  max-width: 86%;
}
.article-statistique .container .row > div:first-child .mod-article__wrapper .news-content .mod-article__intro p {
  margin-bottom: 30px;
}
.article-statistique .container .row > div:last-child .news-content .mod-article__img {
  max-width: 276px;
}
@media (max-width: 991px) {
  .article-statistique .container .row > div:last-child .news-content .mod-article__img {
    max-width: 225px;
  }
}
@media (min-width: 992px) {
  .article-statistique.no-pt {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .article-statistique.no-pt {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .article-statistique.no-pb {
    padding-bottom: 0;
  }
}
.article-statistique.enquete .container:after {
  bottom: -8px;
}
@media (max-width: 767px) {
  .article-statistique.enquete .container:after {
    bottom: -40px;
  }
}

.autres-rapports {
  border-bottom: 1px solid #C9C9C9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.autres-rapports .container .row .zone-html .content {
  max-width: 55%;
}
@media (max-width: 991px) {
  .autres-rapports .container .row .zone-html .content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .autres-rapports .container .row .zone-html .content {
    max-width: 100%;
  }
}
.autres-rapports .container .row .zone-html .content .btn {
  margin-top: 20px;
}

.line-outils {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .line-outils {
    padding-top: 0;
  }
}
.line-outils .container {
  position: relative;
  overflow-x: visible;
  z-index: 5;
}
.line-outils .container:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: calc(100% - 543px);
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -90px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.line-outils .container:after {
  content: "";
  background: #c9c9c9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
.line-outils .container .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-outils .container .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .line-outils .container .row > div:first-child {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-outils .container .row > div:first-child {
    width: 100%;
  }
}
.line-outils .container .row > div:first-child .mod-article__wrapper h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  width: 90%;
}
@media (max-width: 991px) {
  .line-outils .container .row > div:first-child .mod-article__wrapper h1 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.line-outils .container .row > div:first-child .mod-article__wrapper h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-outils .container .row > div:first-child .mod-article__wrapper .news-content .mod-article__intro {
  width: 79%;
}
@media (max-width: 767px) {
  .line-outils .container .row > div:first-child .mod-article__wrapper .news-content .mod-article__intro {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-outils .container .row > div:last-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-outils .container .row > div:last-child {
    width: 100%;
  }
}
.line-outils .container .row > div:last-child .mod-article__wrapper .mod-article__img {
  padding-top: 65px;
  max-width: 350px;
}
@media (max-width: 991px) {
  .line-outils .container .row > div:last-child .mod-article__wrapper .mod-article__img {
    max-width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .line-outils .container .row > div:last-child .mod-article__wrapper .mod-article__img {
    min-width: 100%;
    margin-bottom: 32px;
  }
}

.line-autres-outils {
  padding-top: 75px;
  padding-bottom: 75px;
}
.line-autres-outils .container {
  position: relative;
  overflow-x: visible;
  z-index: 5;
}
.line-autres-outils .container:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: calc(100% + 90px);
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.line-autres-outils .container:after {
  content: "";
  background: #c9c9c9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
.line-autres-outils .container .row > div .mod-article__wrapper .mod-article__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .line-autres-outils .container .row > div .mod-article__wrapper .mod-article__title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.line-autres-outils .container .row > div .mod-article__wrapper .mod-article__title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-autres-outils .container .row > div .mod-article__wrapper .news-content .mod-article__intro {
  width: 56%;
}
@media (max-width: 991px) {
  .line-autres-outils .container .row > div .mod-article__wrapper .news-content .mod-article__intro {
    width: 100%;
  }
}

.liens-utiles .container {
  position: relative;
  z-index: 5;
}
.liens-utiles .container:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: calc(100% - 700px);
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .liens-utiles .container:before {
    bottom: -15px;
  }
}
@media (max-width: 1199px) {
  .liens-utiles .news-mosaic .row .col-sm-24 {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .liens-utiles .news-mosaic .row .col-sm-24 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .liens-utiles .news-mosaic .row .col-sm-24 {
    padding: 0;
  }
}
.liens-utiles .news-mosaic .row .col-sm-24 .news-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .liens-utiles .news-mosaic .row .col-sm-24 .news-title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.liens-utiles .news-mosaic .row .col-sm-24 .news-title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .liens-utiles .news-mosaic .row .col-sm-24 .news-intro {
    margin-right: 0 !important;
    margin: 0;
  }
}
.liens-utiles .news-mosaic .row .col-sm-24 .news-intro ul {
  list-style: none;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .liens-utiles .news-mosaic .row .col-sm-24 .news-intro ul {
    padding: 0;
  }
}
.liens-utiles .news-mosaic .row .col-sm-24 .news-intro ul li a {
  text-align: left !important;
}
@media (max-width: 991px) {
  .liens-utiles .news-mosaic .row .col-sm-24 .news-intro ul li a {
    font-size: 13px;
  }
}

.intro-apropos {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .intro-apropos {
    padding-bottom: 60px;
  }
}
.intro-apropos .container-fluid .row {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1450px) {
  .intro-apropos .container-fluid .row {
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .intro-apropos .container-fluid .row .content h2.text_default {
    width: 65%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .apropos-description .container .row > div:first-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .apropos-description .container .row > div:first-child .content h2 {
    width: 91%;
  }
}
@media (max-width: 767px) {
  .apropos-description .container .row > div:first-child .content h2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .apropos-description .container .row > div:first-child .content h2 br {
    display: none !important;
  }
}
.apropos-description .container .row > div:last-child {
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .apropos-description .container .row > div:last-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .apropos-description .container .row > div:last-child {
    padding-left: 15px;
  }
}
.apropos-description .container .row > div:last-child .content {
  width: 100%;
}

.line-one-quote {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1199px) {
  .line-one-quote {
    padding-bottom: 0;
  }
}
.line-one-quote .container {
  position: relative;
  z-index: 5;
}
.line-one-quote .container .row > div .news-content .mod-article__intro table {
  margin-right: 0;
  margin-left: 0;
  width: 90%;
}
@media (min-width: 1200px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table {
    width: 85% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td {
  vertical-align: top;
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:first-child {
  width: 168px;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:first-child {
    margin-right: 0;
    margin-left: 60%;
    margin-bottom: 30px;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:first-child img {
  padding-top: 65px;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:first-child img {
    width: 127px !important;
  }
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:first-child img {
    padding-top: 0;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child {
  padding-left: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child {
    padding-left: 0;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Perform/Icon_Quote-gauche.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 102px;
  height: 71px;
  position: absolute;
  top: -35px;
  left: 126px;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child:before {
    width: 61px;
    height: 43px;
    left: 0;
    top: -22px;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Perform/Icon_Quote-droite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 102px;
  height: 71px;
  position: absolute;
  bottom: 30px;
  right: -85px;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child:after {
    width: 61px;
    height: 43px;
    right: -20px;
    bottom: 37px;
  }
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child:after {
    bottom: 20px;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3 {
  color: #002859;
  display: block;
  width: 80%;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3 {
    width: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3:before {
  content: "";
  background: #c9c9c9;
  width: 570px;
  height: 1px;
  position: absolute;
  top: 0;
  right: -40%;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3:before {
    width: 448px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3:before {
    width: 245px;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3:after {
  content: "";
  background: #c9c9c9;
  width: 570px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3:after {
    width: 448px;
  }
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child h3:after {
    width: 245px;
  }
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child .author {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 19px;
}
.line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child .author span {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
}
@media (max-width: 767px) {
  .line-one-quote .container .row > div .news-content .mod-article__intro table tbody tr td:last-child .author br {
    display: block !important;
  }
}

.line-two-quotes {
  padding-bottom: 330px;
  position: relative;
}
@media (max-width: 1199px) {
  .line-two-quotes {
    padding-bottom: 186px;
  }
}
.line-two-quotes:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Perform/M.svg);
  background-repeat: no-repeat;
  width: 550px;
  height: 218px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .line-two-quotes:after {
    background-size: contain;
    width: 395px;
    height: 157px;
  }
}
@media (max-width: 767px) {
  .line-two-quotes:after {
    width: 50%;
    height: 78px;
  }
}
.line-two-quotes .container .row > div:last-child table {
  margin-right: 0;
  margin-left: auto;
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table {
  width: 80% !important;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table {
    width: 86% !important;
  }
}
@media (max-width: 767px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table {
    width: 100% !important;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr {
  display: flex;
  flex-direction: column;
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:first-child {
  text-align: right;
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:first-child img {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:first-child img {
    width: 127px !important;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child {
  position: relative;
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Perform/Icon_Quote-gauche.svg);
  background-repeat: no-repeat;
  width: 102px;
  height: 71px;
  position: absolute;
  top: -35px;
  left: 0px;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child:before {
    background-size: contain;
    width: 61px;
    height: 43px;
    top: -25px;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/_Perform/Icon_Quote-droite.svg);
  background-repeat: no-repeat;
  width: 102px;
  height: 71px;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child:after {
    background-size: contain;
    width: 61px;
    height: 43px;
    bottom: 40px;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child:after {
    bottom: 60px;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3 {
  color: #002859;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 70%;
  position: relative;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3 {
    max-width: 90%;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3 {
    margin-bottom: 30px;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3:before {
  content: "";
  background: #c9c9c9;
  width: 285px;
  height: 1px;
  position: absolute;
  top: 0;
  right: -40%;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3:before {
    width: 224px;
    right: -15%;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3:after {
  content: "";
  background: #c9c9c9;
  width: 285px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child h3:after {
    width: 224px;
  }
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child .author {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 19px;
}
.line-two-quotes .container .row > div .mod-article__wrapper .mod-article__content .mod-article__intro table tbody tr td:last-child .author span {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
}

.mission-banner .container-fluid .row .zone-banner .mod-banner__img {
  height: 762px;
}
@media (max-width: 1199px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img {
    background-size: contain;
    background-position: 50% 0%;
  }
}
@media (max-width: 767px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img {
    height: 620px;
  }
}
.mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content {
  left: 10%;
  top: 68%;
}
@media (max-width: 1199px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content {
    left: 30px;
    top: 51%;
  }
}
@media (max-width: 767px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content {
    top: 40%;
  }
}
.mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2, .mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h4 {
  color: #fff;
}
.mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 {
  font-size: 55px;
  line-height: 58px;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h4 {
  font-weight: 300;
  text-transform: none;
  font-size: 24px;
  line-height: 28px;
  width: 38%;
}
@media (max-width: 1199px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h4 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mission-banner .container-fluid .row .zone-banner .mod-banner__img .mod-banner__content h4 {
    width: 90%;
  }
}

.line-financement .container-fluid .row {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .line-financement .container-fluid .row {
    width: 96%;
  }
}
.line-financement .container-fluid .row > div .content {
  padding-left: 90px;
  margin-top: -180px;
  max-width: 90%;
  position: relative;
}
@media (max-width: 1199px) {
  .line-financement .container-fluid .row > div .content {
    padding-left: 55px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-financement .container-fluid .row > div .content {
    padding-left: 20px;
  }
}
.line-financement .container-fluid .row > div .content:before {
  content: "";
  background: #254771;
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
}
@media (max-width: 1199px) {
  .line-financement .container-fluid .row > div .content:before {
    height: 257px;
  }
}
@media (max-width: 767px) {
  .line-financement .container-fluid .row > div .content:before {
    height: 365px;
  }
}
.line-financement .container-fluid .row > div .content h2, .line-financement .container-fluid .row > div .content p {
  color: #fff;
}

.line-huit-axes {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .line-huit-axes {
    padding-bottom: 60px;
  }
}
.line-huit-axes .container .row > div .content h2, .line-huit-axes .container .row > div .content p {
  color: #fff;
}
.line-huit-axes .container .row > div .content h2.big-nmbr {
  font-size: 169px;
  font-weight: 900;
  color: #fff;
  display: block;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .line-huit-axes .container .row > div .content h2.big-nmbr {
    font-size: 125px;
  }
}
.line-huit-axes .container .row > div .content h2.big-nmbr:before {
  content: "";
  background: #254771;
  height: 1px;
  width: 350px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .line-huit-axes .container .row > div .content h2.big-nmbr:before {
    width: 228px;
  }
}
@media (max-width: 767px) {
  .line-huit-axes .container .row > div .content h2.big-nmbr:before {
    width: 95px;
  }
}
.line-huit-axes .container .row > div .content h2.big-nmbr:after {
  content: "";
  background: #254771;
  height: 1px;
  width: 350px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .line-huit-axes .container .row > div .content h2.big-nmbr:after {
    width: 228px;
  }
}
@media (max-width: 767px) {
  .line-huit-axes .container .row > div .content h2.big-nmbr:after {
    width: 95px;
  }
}
.line-huit-axes .container .row > div .content p {
  display: block;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .line-huit-axes .container .row > div .content p {
    width: 90%;
  }
}

.line-axes-items {
  padding-bottom: 60px;
}
.line-axes-items .container .row .zone-html .content ul.grid-items {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
}
@media (max-width: 991px) {
  .line-axes-items .container .row .zone-html .content ul.grid-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
  }
}
@media (max-width: 767px) {
  .line-axes-items .container .row .zone-html .content ul.grid-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto;
  }
}
.line-axes-items .container .row .zone-html .content ul.grid-items li {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #212121;
  opacity: 0;
  opacity: 1 !important;
  color: #fff !important;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 213px;
  height: 213px;
  border: 11px solid #254771;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-axes-items .container .row .zone-html .content ul.grid-items li.intro {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.line-axes-items .container .row .zone-html .content ul.grid-items li.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.line-axes-btns {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .line-axes-btns {
    padding-bottom: 60px;
  }
}
.line-axes-btns .container .row .zone-html .content {
  width: 60%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .line-axes-btns .container .row .zone-html .content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .line-axes-btns .container .row .zone-html .content {
    flex-direction: column;
    width: 100%;
  }
}
.line-axes-btns .container .row .zone-html .content .btn {
  color: #fff !important;
  text-align: left;
}
@media (max-width: 767px) {
  .line-axes-btns .container .row .zone-html .content .btn br {
    display: block !important;
  }
}

.line-perform-initiatives {
  padding-top: 80px;
  padding-bottom: 40px;
}
.line-perform-initiatives .container .row .zone-html .content h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-perform-initiatives .container .row .zone-html .content h2 br {
    display: none !important;
  }
}
.line-perform-initiatives .container .row .zone-html .content p:first-of-type {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .line-perform-initiatives .container .row .zone-html .content p:first-of-type {
    width: 88%;
  }
}

.line-equipe-dediee {
  padding-top: 110px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .line-equipe-dediee {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-equipe-dediee .row {
    padding-right: 0;
  }
}
.line-equipe-dediee .zone-html .content p {
  display: block;
  max-width: 70%;
}
@media (max-width: 767px) {
  .line-equipe-dediee .zone-html .content p {
    max-width: 100%;
  }
}
.line-equipe-dediee .zone-html .content p .btn {
  margin-top: 30px;
}
.line-equipe-dediee .zone-image .content {
  margin-left: -60px;
}
@media (max-width: 767px) {
  .line-equipe-dediee .zone-image .content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .line-equipe-dediee .zone-image .content img {
    width: 80%;
  }
}

.line-valeurs-title {
  padding-top: 105px;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .line-valeurs-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.line-valeurs-title .content h2 {
  color: #fff !important;
}

.line-valeurs {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .line-valeurs {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .line-valeurs .container .row > div:first-child {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .line-valeurs .container .row > div:first-child .content img {
    width: 80%;
  }
}
.line-valeurs .container .row > div:last-child .content {
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .line-valeurs .container .row > div:last-child .content {
    padding-left: 0;
  }
}
.line-valeurs .container .row > div:last-child .content table tbody tr {
  padding-bottom: 20px;
  padding-top: 20px;
  display: block;
  border-bottom: 1px solid #254771;
}
.line-valeurs .container .row > div:last-child .content table tbody tr td:first-child img {
  margin-right: 30px;
}
.line-valeurs .container .row > div:last-child .content table tbody tr td:last-child h3 {
  color: #fff;
}

.double-cta {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .double-cta {
    padding-bottom: 60px;
  }
}
.double-cta .container .row .zone-html .content {
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .double-cta .container .row .zone-html .content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .double-cta .container .row .zone-html .content {
    flex-direction: column;
    width: 100%;
  }
}
.double-cta .container .row .zone-html .content p:first-of-type {
  margin-right: 155px;
}
.double-cta .container .row .zone-html .content p .btn {
  color: #fff !important;
}

.line-postes-cta {
  padding-bottom: 45px;
}
.line-postes-cta .container-fluid .row {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .line-postes-cta .container-fluid .row {
    width: 85%;
  }
}

.line-carrieres-intro {
  padding-bottom: 120px;
}
.line-carrieres-intro .container-fluid .row {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1450px) {
  .line-carrieres-intro .container-fluid .row {
    width: 85%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-carrieres-intro .container-fluid .row {
    display: flex;
    align-items: center;
  }
}
.line-carrieres-intro .container-fluid .row > div:last-child {
  padding-left: 90px;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .line-carrieres-intro .container-fluid .row > div:last-child {
    padding-top: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .line-carrieres-intro .container-fluid .row > div:last-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .line-carrieres-intro .container-fluid .row > div:last-child .content {
    max-width: 80%;
  }
}

.line-nos-valeurs {
  padding-bottom: 120px;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
  height: 762px;
}
@media (max-width: 991px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 880px;
  }
}
@media (max-width: 767px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 1350px;
  }
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  top: 55%;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content h2 {
  color: #fff;
  margin-bottom: 65px;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values {
    width: 90%;
  }
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table {
  max-width: 465px !important;
}
@media (max-width: 991px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table {
    width: 300px !important;
  }
}
@media (max-width: 767px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table:first-child {
    float: left;
  }
}
@media (min-width: 768px) {
  .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table:last-child {
    float: right;
  }
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table h3, .line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table p {
  color: #fff;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table tr {
  position: relative !important;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table tr td {
  position: relative;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table tr td:after {
  content: "";
  background: #254771;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 23px;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table tr td:first-child {
  vertical-align: top;
  width: 50px;
}
.line-nos-valeurs .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content .values table tr td:last-child {
  vertical-align: top;
  padding-left: 30px;
  padding-bottom: 46px;
}

.experience-title {
  padding-bottom: 68px;
  border: none !important;
  margin-top: -1px;
}
.experience-title .container {
  position: relative;
  border: none !important;
}
.experience-title .container:before {
  content: "";
  background: #254771;
  height: 130px;
  width: 1px;
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .experience-title .container:before {
    height: 90px;
    top: -120px;
  }
}
.experience-title .content h2, .experience-title .content p {
  color: #fff;
}
.experience-title .content h2 {
  display: block;
  position: relative;
}
.experience-title .content h2:before {
  content: "";
  background: #254771;
  height: 1px;
  width: 20vw;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translatey(-50%);
}
@media (max-width: 1199px) {
  .experience-title .content h2:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .experience-title .content h2:before {
    display: none;
  }
}
.experience-title .content h2:after {
  content: "";
  background: #254771;
  height: 1px;
  width: 20vw;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translatey(-50%);
}
@media (max-width: 1199px) {
  .experience-title .content h2:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .experience-title .content h2:after {
    display: none;
  }
}

.line-experiences {
  padding-bottom: 120px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .line-experiences .container .row .news-mosaic {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .line-experiences .container .row .col-sm-8 .news-intro {
    margin-right: 0 !important;
  }
}

.processus-title {
  padding-top: 100px;
  padding-bottom: 60px;
}
.processus-title .content {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .processus-title .content {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .processus-title .content {
    max-width: 100%;
  }
}

.line-processus {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .line-processus .container .row > div .newsList {
    display: flex;
    flex-direction: column;
  }
}
.line-processus .container .row > div .newsList .row .item {
  position: relative;
}
.line-processus .container .row > div .newsList .row .item .itemImage, .line-processus .container .row > div .newsList .row .item p {
  text-align: center;
}
@media (max-width: 1199px) {
  .line-processus .container .row > div .newsList .row .item .itemImage .e-thumbnail {
    width: 80%;
    max-width: 80% !important;
  }
}
@media (max-width: 767px) {
  .line-processus .container .row > div .newsList .row .item .itemImage .e-thumbnail {
    width: 40%;
    max-width: 40% !important;
  }
}
.line-processus .container .row > div .newsList .row:not(:last-child) .item .itemImage {
  position: relative;
}
.line-processus .container .row > div .newsList .row:not(:last-child) .item .itemImage:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/blue-arrow-right.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -40px;
}
@media (min-width: 768px) {
  .line-processus .container .row > div .newsList .row:not(:last-child) .item .itemImage:after {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .line-processus .container .row > div .newsList .row:not(:last-child) .item .itemImage:after {
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    top: 130%;
  }
}

.line-postes {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .line-postes .container .row > div .news-mosaic .row > div {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-postes .container .row > div .news-mosaic .row > div {
    margin-bottom: 60px;
  }
}
.line-postes .container .row > div .news-mosaic .row > div a:last-child {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 2px solid #65B32E !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.line-postes .container .row > div .news-mosaic .row > div a:last-child:hover, .line-postes .container .row > div .news-mosaic .row > div a:last-child:active, .line-postes .container .row > div .news-mosaic .row > div a:last-child:focus {
  background-color: transparent !important;
  border-bottom: 2px solid #65B32E !important;
  color: #65B32E !important;
}
.line-postes .container .row > div .news-mosaic .row > div h3.news-title {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
}
.line-postes .container .row > div .news-mosaic .row > div h3.news-title > a {
  border-bottom: none !important;
}

.line-equipe {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .line-equipe {
    padding-top: 0;
  }
}
.line-equipe .container {
  position: relative;
  z-index: 5;
}
.line-equipe .container:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: calc(100% - 700px);
  display: block;
  z-index: 0;
  position: absolute;
  bottom: -90px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .line-equipe .container:before {
    height: calc(100% - 400px);
  }
}
.line-equipe .container .row .tab-pane {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .line-equipe .container .row .tab-pane {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.line-rapports {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .line-rapports {
    padding-top: 0;
  }
}
.line-rapports .container {
  position: relative;
  z-index: 5;
}
.line-rapports .container:before {
  content: "";
  background: #fff;
  width: 100vw;
  height: 880px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .line-rapports .container:before {
    height: 900px;
  }
}
@media (max-width: 767px) {
  .line-rapports .container:before {
    height: 1650px;
  }
}
@media (max-width: 767px) {
  .line-rapports .container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-rapports .container .row > div form {
  display: none;
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box {
  border: none;
  position: relative;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box:after {
  content: "";
  background: #c9c9c9;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box:last-child:after {
  display: none;
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box .row {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box .row {
    flex-direction: column;
  }
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:first-child .news-blog__left {
  text-align: right;
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:first-child .news-blog__left {
    text-align: left;
  }
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:first-child .news-blog__left .news-blog__image {
  width: 276px;
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:first-child .news-blog__left .news-blog__image {
    width: 50%;
    text-align: left;
  }
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child {
  width: 75%;
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child {
    width: 100%;
  }
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child:after {
  display: none;
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right {
    padding-top: 0;
  }
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right .news-blog__title {
  margin-bottom: 20px;
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right .news-blog__intro p {
  margin-bottom: 30px;
}
.line-rapports .container .row > div .js-news-blog-items .news-blog__box .row .col-sm-12:last-child .news-blog__right .news-blog__nav {
  display: none;
}
.line-rapports .container .row > div .js-news-blog-items .paginatorNbRow {
  display: none;
}

.line-perform-section {
  background-color: #F4F4F4;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .line-perform-section {
    padding-top: 0;
  }
}
.line-perform-section::after {
  content: "";
  background-color: #c9c9c9;
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  bottom: -90px;
  left: 0;
}
@media (max-width: 991px) {
  .line-perform-section::after {
    bottom: -45px;
  }
}
.line-perform-section.no-after:after {
  display: none;
}

.line-presse-contact .zone-news_flash .newsList .row .item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-presse-contact .zone-news_flash .newsList .row .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-presse-contact .zone-news_flash .newsList .row .item .itemImage {
  margin-bottom: 0;
  margin-right: 60px;
  height: 168px;
  width: 168px;
}
@media (max-width: 767px) {
  .line-presse-contact .zone-news_flash .newsList .row .item .itemImage {
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.line-presse-contact .zone-news_flash .newsList .row .item .itemImage img.e-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 168px !important;
  object-fit: cover;
  object-position: center center;
}
.line-presse-contact .zone-news_flash .newsList .row .item h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .line-presse-contact .zone-news_flash .newsList .row .item h3 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.line-presse-contact .zone-news_flash .newsList .row .item h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-presse-contact .zone-news_flash .newsList .row .item a {
  font-size: 17px;
  font-weight: 500;
  color: #65B32E !important;
}
@media (max-width: 767px) {
  .line-presse-outils .container {
    padding-top: 60px;
  }
}
.line-presse-outils .container .row .zone-news_flash .intro {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .line-presse-revue .container {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .line-presse-communique .container {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .line-presse-communique .container .row .news-mosaic .col-sm-8 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .line-presse-communique .container .row .news-mosaic .col-sm-8 {
    margin-bottom: 60px;
  }
}
.line-presse-communique .container .row .news-mosaic .zone-news h2 {
  margin-bottom: 50px;
}

.line-actualites-survol {
  background-color: #F4F4F4;
  padding-bottom: 80px;
}
.line-actualites-survol .container .row .zone-news h2 {
  color: #002859;
}
.line-actualites-survol .container .row .zone-news h4 {
  margin-bottom: 5px;
}
.line-actualites-survol .container .row .zone-news .search-form {
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .line-actualites-survol .container .row .zone-news .search-form .form-horizontal .col-sm-12 {
    padding-left: 0;
  }
}
.line-actualites-survol .container .row .zone-news .search-form label {
  display: none;
}
@media (max-width: 767px) {
  .line-actualites-survol .container .row .zone-news .search-form select.form-control {
    width: 250px;
    background: #Ffffff url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/drop-icon.svg) no-repeat right 15px center !important;
    border-radius: 21px !important;
    border: 1px solid #65B32E !important;
  }
}
.line-actualites-survol .container .row .zone-news .search-form .chosen-container .chosen-choices {
  width: 250px;
  background: #Ffffff url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/drop-icon.svg) no-repeat right 15px center !important;
  border-radius: 21px !important;
  border: 1px solid #65B32E !important;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row {
  margin-left: 0;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 24px 40px 40px 40px;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div h3.news-title {
  opacity: 1 !important;
  margin-bottom: 0;
  order: 0;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div h3.news-title a {
  text-decoration: none;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div h3.news-title a:hover {
  text-decoration: none;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div p.news-published-date.e-date {
  order: 1;
  margin-top: 0px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  color: #212121;
  text-transform: initial;
  padding-bottom: 10px;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div div.news-tags {
  margin-left: 0 !important;
  order: 2;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div a.news-category, .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div a.news-tags {
  order: 2;
  background-color: #F4F4F4;
  border: 1px solid #A5ACB0;
  border-radius: 20px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  padding: 5px 20px;
  color: #212121;
  text-transform: initial;
  text-decoration: none;
  margin-left: 0 !important;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div a.news-category:hover, .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div a.news-tags:hover {
  text-decoration: none;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div .news-thumbnail {
  display: none;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div div.news-intro {
  order: 3;
  padding-top: 16px;
  margin-right: 32px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  color: #212121;
  opacity: 0;
  opacity: 1 !important;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div div.news-intro.intro {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div div.news-intro.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div div.news-intro p {
  opacity: 1 !important;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type {
  order: 4;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  height: 42px;
  padding: 0px 54px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #212121;
  transition: all 150ms;
  border: none;
  border-bottom: 2px solid #65B32E;
  border-radius: 0;
  padding: 0;
  margin-top: 15px;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:hover, .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:active, .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type {
    white-space: normal !important;
  }
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:hover, .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:active, .line-actualites-survol .container .row .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:focus {
  background-color: transparent;
  border-bottom: 2px solid #65B32E;
  color: #65B32E;
}

.line-events {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .line-events {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .line-events .zone-event {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-events .zone-event .event_list_filter {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .line-events .zone-event .event_list_filter .form-horizontal .col-sm-12 {
    width: 33%;
  }
}
.line-events .zone-event .event_list_filter .form-horizontal .col-sm-12 .form-group .col-sm-24 {
  width: 100%;
}
.line-events .zone-event .event_list_filter .form-horizontal .col-sm-12 .form-group .col-sm-24 select {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 42px !important;
  border-radius: 21px !important;
  border: 1px solid #65b32e !important;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/drop-icon.svg) no-repeat right 25px center !important;
  background-size: 15px !important;
}
.line-events .zone-event .event_list_filter .form-horizontal .col-sm-12 .form-group .col-sm-24 .chosen-container .chosen-choices {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
  /*height: 42px !important;*/
  border-radius: 21px !important;
  border: 1px solid #65b32e !important;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/drop-icon.svg) no-repeat right 25px center !important;
  background-size: 15px !important;
}
.line-events .zone-event .event_list_filter .form-horizontal .col-sm-12 .chosen-action__wrapper {
  display: none;
}
.line-events .zone-event .events .content h4 {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .line-events .zone-event .events-mosaic > .row + .row {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .line-events .zone-event .events-mosaic .row {
    margin-bottom: 30px;
  }
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item {
  background: #fff;
}
@media (max-width: 767px) {
  .line-events .zone-event .events-mosaic .row .col-sm-12 .item {
    margin-bottom: 45px;
  }
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item h3, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .e-date, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .events-mosaic__short-description, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions {
  padding-left: 50px;
  padding-right: 50px;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .line-events .zone-event .events-mosaic .row .col-sm-12 .item h3, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .e-date, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .events-mosaic__short-description, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item h3 {
  padding-top: 20px;
  opacity: 1 !important;
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .e-date {
  opacity: 1 !important;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .events-mosaic__short-description {
  margin-bottom: 45px;
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .events-mosaic__short-description p {
  opacity: 1 !important;
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .address, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .contact, .line-events .zone-event .events-mosaic .row .col-sm-12 .item p:nth-last-child(2) {
  display: none;
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions {
    display: flex;
  }
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions .btn-default {
  background-color: transparent !important;
  color: #212121 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 2px solid #65B32E !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions .btn-default:hover, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions .btn-default:active, .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions .btn-default:focus {
  background-color: transparent !important;
  border-bottom: 2px solid #65B32E !important;
  color: #65B32E !important;
}
@media (max-width: 991px) {
  .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions .btn-default {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .line-events .zone-event .events-mosaic .row .col-sm-12 .item .actions .btn-primary {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.line-events .zone-event .event-detail .row-event-jumbotron__left .event-jumbotron__left {
  padding: 35px 58px 30px 48px;
}
.line-events .zone-event .event-detail .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content button {
  padding-right: 0 !important;
  padding-left: 30px !important;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}
.line-events .zone-event .event-detail .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content button:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYzhBKfinaFprySdVeWOoI10/asset/images/smol-plus.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.line-events .zone-event .event-detail .row-event-jumbotron__left .event-jumbotron__left .calendar-link-content button .fa-calendar-plus {
  display: none;
}
.line-events .zone-event .event-detail .row-event-jumbotron__right .event-detail__section {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .line-events .zone-event .event-detail .row-event-jumbotron__right .event-detail__section .col-sm-24 {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-events .zone-event .event-detail .row-event-jumbotron__right .event-detail__description-wrapper {
  margin-bottom: 45px;
}

.event-title {
  padding-top: 67px;
}
@media (max-width: 767px) {
  .event-title .container .row .zone-html {
    padding-left: 0;
  }
}
.event-title .container .row .zone-html h1 {
  color: #002859;
}

.event-img {
  padding-top: 40px;
}

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