@charset "UTF-8";
/* FONTS */
@import url("https://use.typekit.net/ykc4ely.css");
@font-face {
  font-family: Majesti;
  src: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/website/fonts/MajestiBanner-Bold.otf") format("opentype");
  src: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/website/fonts/MajestiBanner-Bold.eot"); /* IE9 Compat Modes */
  src: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/website/fonts/MajestiBanner-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/website/fonts/MajestiBanner-Bold.woff") format("woff"), url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/website/fonts/MajestiBanner-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* RESPONSIVE MIXINS BREAKPOINT */
/* CUSTOM WIDTH CONTAINER */
/*
$xlg-container: 1200px;
$lg-container: 90%;
$md-container: 90%;
$sm-container: 90%;
*/
/* CUSTOM WIDTH CONTAINER DEFAULT */
/* CUSTOM COLORS VARIABLES */
/* BASICS COLORS VARIABLES */
/* PADDINGS */
/* PADDINGS FORM ADHESION/INSCRIPTION */
/* Plus grand ou égal custom */
/* Plus petit ou égal custom */
/* Plus grand ou égal à 1400px */
/* Plus petit ou égal à 1399px */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1399px et 1199px */
/* Entre 1199px et 992px */
/* Entre 1199px et 768px */
/* Entre 1199px et 576px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/*Global variable for REM
    $rem : 16px;
*/
/* RESPONSIVE REM FONT-SIZE
html{
    font-size: $rem;
    @media only screen and (max-width : $lg) {
        html{font-size: 10px;}
    }
    @media only screen and (max-width : $md) {
        html{font-size: 8px;}
    }
    @media only screen and (max-width : $sm) {
        html{font-size: 5px;}
    }
    @media only screen and (max-width : $xs) {
        html{font-size: 5px;}
    }
}*/
.container {
  /*
  @include min-custom(1500px) {
      width: $xlg-container;
  }
  */
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1202px;
  }
}

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

@media (max-width: 1249px) {
  .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: 1rem 0 !important;
  }
  .smallpaddingtop {
    padding-top: 1rem !important;
  }
  .smallpaddingbottom {
    padding-bottom: 1rem !important;
  }
  .largepadding {
    padding: 3.5rem 0 !important;
  }
  .largepaddingtop {
    padding-top: 3.5rem !important;
  }
  .largepaddingbottom {
    padding-bottom: 3.5rem !important;
  }
  .xlargepadding {
    padding: 7.5rem 0 !important;
  }
  .xlargepaddingtop {
    padding-top: 7.5rem !important;
  }
  .xlargepaddingbottom {
    padding-bottom: 7.5rem !important;
  }
}
/********************************************************************/
/* 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: 1250px) {
  .fullwidth-80 .container {
    width: 80%;
  }
}

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

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

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

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

.whiteparagraphe p {
  color: #000;
}

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

.darkparagraphe p {
  color: #000;
}

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

/* Pour les modules d'articles en vedette seulement, 
mettre nombre de colonnes à 1 dans le module */
.col-grid[class*=grid] .newsList, .col-grid[class*=grid] .news-mosaic, .col-grid[class*=grid] .eventsList {
  gap: 60px 40px;
}
.col-grid.grid-5 .newsList, .col-grid.grid-5 .news-mosaic, .col-grid.grid-5 .eventsList {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.col-grid.grid-4 .newsList, .col-grid.grid-4 .news-mosaic, .col-grid.grid-4 .eventsList {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col-grid.grid-3 .newsList, .col-grid.grid-3 .news-mosaic, .col-grid.grid-3 .eventsList {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-grid.grid-2 .newsList, .col-grid.grid-2 .news-mosaic, .col-grid.grid-2 .eventsList {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-grid.grid-1 .newsList, .col-grid.grid-1 .news-mosaic, .col-grid.grid-1 .eventsList {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (max-width: 1249px) {
  .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: 1249px) {
  .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: 1249px) {
  .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: 1249px) {
  .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: 1249px) {
  .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: #2708F0;
}

::selection {
  color: #fff;
  background: #2708F0;
}

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

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

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

/* ################################# */
body {
  background-color: #FFFBEE;
  font-family: "cofo-sans-variable", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

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

h1, .h1 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 31px;
  }
}
h1 strong, .h1 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  h1 strong, .h1 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  h1 strong, .h1 strong {
    font-size: 32px;
    line-height: 33px;
  }
}

h2, .h2 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
h2 strong, .h2 strong {
  font-family: "Majesti", serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 991px) {
  h2 strong, .h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}

.h2_huge {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .h2_huge {
    font-size: 30px;
    line-height: 31px;
  }
}
.h2_huge strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .h2_huge strong {
    font-size: 32px;
    line-height: 33px;
  }
}

h3, .h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
h3 strong, .h3 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  h3 strong, .h3 strong {
    font-size: 20px;
    line-height: 28px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: initial;
}
h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
}
h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
}
.mega {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #242424;
}
/*
@mixin text_default {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.text_default { @include text_default; }
*/
p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #242424;
}
@media (max-width: 991px) {
  p {
    font-size: 20px;
    line-height: 24px;
  }
}
p u {
  color: #fff;
  background: #2708F0;
  text-decoration: none;
}

.p-small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
}
@media (max-width: 991px) {
  .p-small {
    font-size: 16px;
    line-height: 20px;
  }
}
.p-xsmall {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
}
small, .small {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
  text-transform: initial;
}
@media (max-width: 767px) {
  small, .small {
    /*
    font-size: 15px;
    line-height: 22px;
    */
  }
}

hr {
  border-color: rgba(39, 8, 240, 0.35);
}

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

ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) {
  padding-left: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
ol li, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) li {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #242424;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  ol li, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) li {
    font-size: 20px;
    line-height: 24px;
  }
}
ol li u, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) li u {
  color: #fff;
  background: #2708F0;
  text-decoration: none;
}
ol li::marker, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) li::marker {
  color: #242424;
}
ol li ul, ol li ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) li ul, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services):not(.header-ext-custom ul) li ol {
  margin-top: 15px;
  margin-bottom: 25px;
}

ol {
  padding-left: 15px;
}

ul.check {
  position: relative;
  list-style: none;
  padding-left: 45px !important;
  margin-top: 50px !important;
}
ul.check li {
  position: relative;
  font-weight: 600 !important;
  margin-bottom: 35px !important;
}
ul.check li:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/bullet-check.svg") no-repeat;
  background-position: center center;
  width: 27px;
  height: 26px;
  position: absolute;
  margin-left: -50px;
}
ul.check li:after {
  content: "";
  width: 1px;
  height: calc(100% + 14px);
  background-color: #242424;
  position: absolute;
  margin-left: -39px;
  top: 26px;
  left: 0;
}
ul.check li:last-child:after {
  display: none;
}

/*###########################  BOUTONS  ###########################*/
body.lang-fr .btn-big-arrow:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/Voyez-nos-realisations.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

body.lang-en .btn-big-arrow:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/see-our-work.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

/* Calendar event BTN  */
.calendar-link-content .v-btn {
  color: #2708F0 !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  font-size: 12px !important;
  padding: 0 !important;
}
.calendar-link-content .v-btn:hover, .calendar-link-content .v-btn:focus, .calendar-link-content .v-btn:active {
  color: #2708F0 !important;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.calendar-link-content .v-btn:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_calendar.svg");
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calendar-link-content .v-btn i {
  display: none;
}

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  background-color: transparent;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  color: #fff;
}
.btn.btn-primary-dark, input.btn.btn-primary-dark, a.btn.btn-primary-dark {
  background-color: #fff;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #fff;
}
.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: #242424;
  border: 1px solid #242424;
  color: #fff;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #2708F0;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, input.btn.btn-secondary:hover, input.btn.btn-secondary:active, input.btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:active, a.btn.btn-secondary:focus {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
}
.btn.btn-secondary-dark, input.btn.btn-secondary-dark, a.btn.btn-secondary-dark {
  background-color: #2708F0;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #fff;
}
.btn.btn-secondary-dark:hover, .btn.btn-secondary-dark:active, .btn.btn-secondary-dark:focus, input.btn.btn-secondary-dark:hover, input.btn.btn-secondary-dark:active, input.btn.btn-secondary-dark:focus, a.btn.btn-secondary-dark:hover, a.btn.btn-secondary-dark:active, a.btn.btn-secondary-dark:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #242424;
}
.btn.btn-secondary-dark-important, input.btn.btn-secondary-dark-important, a.btn.btn-secondary-dark-important {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #2708F0 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
}
.btn.btn-secondary-dark-important:hover, .btn.btn-secondary-dark-important:active, .btn.btn-secondary-dark-important:focus, input.btn.btn-secondary-dark-important:hover, input.btn.btn-secondary-dark-important:active, input.btn.btn-secondary-dark-important:focus, a.btn.btn-secondary-dark-important:hover, a.btn.btn-secondary-dark-important:active, a.btn.btn-secondary-dark-important:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.btn.btn-link, input.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  color: #2708F0;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #242424;
  border-radius: 0;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus {
  background-color: transparent;
  color: #242424;
  border: none;
  border-bottom: 1px solid #2708F0;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  font-size: 16px;
  line-height: 24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  width: 65px;
  text-indent: -10000px;
  color: #242424;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.btn.btn-arrow:before, input.btn.btn-arrow:before, a.btn.btn-arrow:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: -2px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
  content: "";
  width: 64px;
  height: 49px;
  left: 0;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.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: #2708F0;
}
.btn.btn-arrow:hover:before, .btn.btn-arrow:focus:before, input.btn.btn-arrow:hover:before, input.btn.btn-arrow:focus:before, a.btn.btn-arrow:hover:before, a.btn.btn-arrow:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: invert(1) brightness(1000);
}
.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-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.btn.btn-big-arrow, input.btn.btn-big-arrow, a.btn.btn-big-arrow {
  position: relative;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 0;
  width: 200px;
  height: 200px;
  color: #FFFBEE;
  text-indent: -1000000px;
  top: 0;
  left: 0;
  text-transform: inherit;
  background-color: transparent;
  transition: all 300ms;
}
.btn.btn-big-arrow:before, input.btn.btn-big-arrow:before, a.btn.btn-big-arrow:before {
  display: inline-block;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  transition: all 300ms;
  transform: rotate(-38deg);
}
@media (max-width: 767px) {
  .btn.btn-big-arrow:before, input.btn.btn-big-arrow:before, a.btn.btn-big-arrow:before {
    position: relative;
    width: 100px;
    height: 100px;
  }
}
.btn.btn-big-arrow:after, input.btn.btn-big-arrow:after, a.btn.btn-big-arrow:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/bt-realisations-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  right: 45px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 112px;
  height: 83px;
  animation-name: none;
}
@media (max-width: 767px) {
  .btn.btn-big-arrow:after, input.btn.btn-big-arrow:after, a.btn.btn-big-arrow:after {
    width: 56px;
    height: 42px;
    right: 75px;
  }
}
.btn.btn-big-arrow:hover, .btn.btn-big-arrow:focus, input.btn.btn-big-arrow:hover, input.btn.btn-big-arrow:focus, a.btn.btn-big-arrow:hover, a.btn.btn-big-arrow:focus {
  background-color: transparent !important;
  text-decoration: none;
}
.btn.btn-big-arrow:hover:before, .btn.btn-big-arrow:focus:before, input.btn.btn-big-arrow:hover:before, input.btn.btn-big-arrow:focus:before, a.btn.btn-big-arrow:hover:before, a.btn.btn-big-arrow:focus:before {
  transform: rotate(-2deg);
}
.btn.btn-big-arrow:hover:after, .btn.btn-big-arrow:focus:after, input.btn.btn-big-arrow:hover:after, input.btn.btn-big-arrow:focus:after, a.btn.btn-big-arrow:hover:after, a.btn.btn-big-arrow:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.btn.btn-back, input.btn.btn-back, a.btn.btn-back {
  font-size: 16px;
  line-height: 24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  margin-left: 50px;
  color: #242424;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.btn.btn-back:before, input.btn.btn-back:before, a.btn.btn-back:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/back-arrow.svg");
  background-repeat: no-repeat;
  left: -30px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 22px;
  animation-name: none;
}
.btn.btn-back:after, input.btn.btn-back:after, a.btn.btn-back:after {
  content: "";
  width: 64px;
  height: 49px;
  left: -50px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.btn.btn-back:hover, .btn.btn-back:focus, input.btn.btn-back:hover, input.btn.btn-back:focus, a.btn.btn-back:hover, a.btn.btn-back:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.btn.btn-back:hover:before, .btn.btn-back:focus:before, input.btn.btn-back:hover:before, input.btn.btn-back:focus:before, a.btn.btn-back:hover:before, a.btn.btn-back:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_back;
  -moz-animation-name: bounce_arrow_back;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.btn.btn-back:hover:after, .btn.btn-back:focus:after, input.btn.btn-back:hover:after, input.btn.btn-back:focus:after, a.btn.btn-back:hover:after, a.btn.btn-back:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.btn.btn-next, input.btn.btn-next, a.btn.btn-next {
  font-size: 20px;
  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;
  margin-left: 0;
  color: #2708F0;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.btn.btn-next:before, input.btn.btn-next:before, a.btn.btn-next:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: auto;
  right: -68px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.btn.btn-next:after, input.btn.btn-next:after, a.btn.btn-next:after {
  content: "";
  width: 64px;
  height: 49px;
  left: auto;
  right: -85px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.btn.btn-next:hover, .btn.btn-next:focus, input.btn.btn-next:hover, input.btn.btn-next:focus, a.btn.btn-next:hover, a.btn.btn-next:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.btn.btn-next:hover:before, .btn.btn-next:focus:before, input.btn.btn-next:hover:before, input.btn.btn-next:focus:before, a.btn.btn-next:hover:before, a.btn.btn-next:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.btn.btn-next:hover:after, .btn.btn-next:focus:after, input.btn.btn-next:hover:after, input.btn.btn-next:focus:after, a.btn.btn-next:hover:after, a.btn.btn-next:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.btn.btn-projet-suivant, input.btn.btn-projet-suivant, a.btn.btn-projet-suivant {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #2708F0;
  width: 100%;
  border-radius: 8px;
  padding: 110px 130px 34px 40px;
  margin-left: 0;
  color: #242424;
  text-transform: inherit;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
  text-align: left;
}
@media (max-width: 991px) {
  .btn.btn-projet-suivant, input.btn.btn-projet-suivant, a.btn.btn-projet-suivant {
    font-size: 26px;
    line-height: 30px;
  }
}
.btn.btn-projet-suivant strong, input.btn.btn-projet-suivant strong, a.btn.btn-projet-suivant strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .btn.btn-projet-suivant strong, input.btn.btn-projet-suivant strong, a.btn.btn-projet-suivant strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.btn.btn-projet-suivant:before, input.btn.btn-projet-suivant:before, a.btn.btn-projet-suivant:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  bottom: 46px;
  left: auto;
  right: 45px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.btn.btn-projet-suivant:after, input.btn.btn-projet-suivant:after, a.btn.btn-projet-suivant:after {
  content: "";
  width: 64px;
  height: 49px;
  bottom: 35px;
  left: auto;
  right: 30px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.btn.btn-projet-suivant:hover, .btn.btn-projet-suivant:focus, input.btn.btn-projet-suivant:hover, input.btn.btn-projet-suivant:focus, a.btn.btn-projet-suivant:hover, a.btn.btn-projet-suivant:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.btn.btn-projet-suivant:hover:before, .btn.btn-projet-suivant:focus:before, input.btn.btn-projet-suivant:hover:before, input.btn.btn-projet-suivant:focus:before, a.btn.btn-projet-suivant:hover:before, a.btn.btn-projet-suivant:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.btn.btn-projet-suivant:hover:after, .btn.btn-projet-suivant:focus:after, input.btn.btn-projet-suivant:hover:after, input.btn.btn-projet-suivant:focus:after, a.btn.btn-projet-suivant:hover:after, a.btn.btn-projet-suivant:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  position: relative;
  font-size: 20px;
  line-height: 23px;
  background-color: transparent;
  color: #2708F0;
  text-transform: none;
  transition: all 150ms;
  border-bottom: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
}
.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;
  color: #2708F0;
}
.btn.btn-download:hover:before, .btn.btn-download:active:before, .btn.btn-download:focus:before, input.btn.btn-download:hover:before, input.btn.btn-download:active:before, input.btn.btn-download:focus:before, a.btn.btn-download:hover:before, a.btn.btn-download:active:before, a.btn.btn-download:focus:before {
  background-color: #2708F0;
}
.btn.btn-download:hover:after, .btn.btn-download:active:after, .btn.btn-download:focus:after, input.btn.btn-download:hover:after, input.btn.btn-download:active:after, input.btn.btn-download:focus:after, a.btn.btn-download:hover:after, a.btn.btn-download:active:after, a.btn.btn-download:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
}
.btn.btn-download:after, input.btn.btn-download:after, a.btn.btn-download:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/download-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  position: absolute;
  right: -88px;
  top: 4%;
  transition: all 150ms;
}
.btn.btn-infolettre, input.btn.btn-infolettre, a.btn.btn-infolettre {
  background-color: #2708F0;
  color: #fff;
  transition: all 300ms;
  position: relative;
  border: 1px solid #2708F0;
  text-transform: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 76px 20px 30px;
}
@media (max-width: 767px) {
  .btn.btn-infolettre, input.btn.btn-infolettre, a.btn.btn-infolettre {
    padding-right: 40px;
    padding-left: 15px;
  }
}
.btn.btn-infolettre:before, input.btn.btn-infolettre:before, a.btn.btn-infolettre:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: auto;
  right: 20px;
  margin-top: 0;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
@media (max-width: 767px) {
  .btn.btn-infolettre:before, input.btn.btn-infolettre:before, a.btn.btn-infolettre:before {
    background-size: contain;
    width: 25px;
    height: 19px;
    right: 10px;
  }
}
.btn.btn-infolettre:hover, .btn.btn-infolettre:active, .btn.btn-infolettre:focus, input.btn.btn-infolettre:hover, input.btn.btn-infolettre:active, input.btn.btn-infolettre:focus, a.btn.btn-infolettre:hover, a.btn.btn-infolettre:active, a.btn.btn-infolettre:focus {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
}
.btn.btn-infolettre:hover:before, .btn.btn-infolettre:active:before, .btn.btn-infolettre:focus:before, input.btn.btn-infolettre:hover:before, input.btn.btn-infolettre:active:before, input.btn.btn-infolettre:focus:before, a.btn.btn-infolettre:hover:before, a.btn.btn-infolettre:active:before, a.btn.btn-infolettre:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.btn.btn-default, input.btn.btn-default, a.btn.btn-default {
  background-color: transparent;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  color: #fff;
}

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

.back-to-list {
  background-color: transparent;
  color: #2708F0;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #242424;
  border-radius: 0;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  color: #242424;
  border: none;
  border-bottom: 1px solid #2708F0;
}

/*###########################  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: #2708F0;
  -webkit-box-shadow: 0 0 0 rgb(5, 5, 5) 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

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

/* Formulaire - Style Global */
form.form-horizontal,
form.search-form {
  z-index: 10;
  position: relative;
  /*Fix col-md-12 full width qui affiche a moitié - width égale*/
  /*Static Text in forms*/
}
form.form-horizontal h2.section-title,
form.search-form h2.section-title {
  margin-top: 40px;
}
form.form-horizontal .col-sm-24 .col-md-12,
form.search-form .col-sm-24 .col-md-12 {
  width: 100%;
  /*
  @include min-md {
  	padding: 0 15px 0px 0!important;
  }
  */
}
form.form-horizontal .form-group,
form.search-form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  /* Required Red Star Styles */
  /* Input Global Style */
  /* Direct input overrides */
  /*Category Dropdown Styles*/
  /*Keywords Dropdown Styles*/
  /*Error Text Style*/
}
form.form-horizontal .form-group .col-md-12, form.form-horizontal .form-group .col-sm-17, form.form-horizontal .form-group .col-sm-24,
form.search-form .form-group .col-md-12,
form.search-form .form-group .col-sm-17,
form.search-form .form-group .col-sm-24 {
  padding: 0;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 7px;
  padding-top: 3px;
  padding-left: 15px;
  color: #242424;
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 2px;
  color: #242424;
}
form.form-horizontal .form-group input:not(.btn):not([type=file]), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn):not([type=file]),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #fff !important;
  color: #2708F0 !important;
  border: 1px solid #242424;
  border-radius: 20px;
}
form.form-horizontal .form-group input[type=checkbox],
form.search-form .form-group input[type=checkbox] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 5px;
}
form.form-horizontal .form-group input[type=radio],
form.search-form .form-group input[type=radio] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 25px;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  width: 100%;
  padding-left: 15px !important;
}
form.form-horizontal .form-group .input-file input[type=file],
form.search-form .form-group .input-file input[type=file] {
  width: 100%;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-bottom: 10px;
}
form.form-horizontal .form-group .radio label, form.form-horizontal .form-group .checkbox label, form.form-horizontal .form-group .input-radio > div label,
form.search-form .form-group .radio label,
form.search-form .form-group .checkbox label,
form.search-form .form-group .input-radio > div label {
  padding-left: 28px;
}
form.form-horizontal .form-group select, form.form-horizontal .form-group input.form-control, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select,
form.search-form .form-group input.form-control,
form.search-form .form-group .chosen-choices {
  border: 1px solid #242424 !important;
  padding: 10px 15px !important;
  height: 39px !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 10px 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #fff url("https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-down-black%402x.png") no-repeat right 20px center !important;
  /*
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  */
}
form.form-horizontal .form-group select option,
form.search-form .form-group select option {
  color: #2708F0;
}
form.form-horizontal .form-group .btn_delete_preview:before,
form.search-form .form-group .btn_delete_preview:before {
  width: 2px;
  height: 26px;
  left: 12px;
  background-color: #fff;
}
form.form-horizontal .form-group .btn_delete_preview:after,
form.search-form .form-group .btn_delete_preview:after {
  left: 1px;
  width: 26px;
  height: 2px;
  margin-top: 4px;
  background-color: #fff;
}
form.form-horizontal .form-group #preview,
form.search-form .form-group #preview {
  left: 25px;
}
form.form-horizontal .form-group #preview a,
form.search-form .form-group #preview a {
  color: #fff;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  padding-right: 0 !important;
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.ca.yapla.com/images/icon-membogo-arrow-combo@2x.png) no-repeat right 5px center !important;
  background-size: 13px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices, form.form-horizontal .form-group .chosen-container-multi .chosen-choices,
form.search-form .form-group .form-element-keywords .chosen-choices,
form.search-form .form-group .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field {
  height: 21px !important;
  line-height: 22px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field input, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field input,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field input,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field input {
  height: 20px;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #2708F0 !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 15px;
}
form.form-horizontal .form-group ul.error li.text-danger,
form.search-form .form-group ul.error li.text-danger {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 3px 10px 0px 10px;
  color: #fff;
  background-color: rgba(255, 206, 206, 0.4705882353);
  font-size: 12px;
}
form.form-horizontal p.form-control-static,
form.search-form p.form-control-static {
  padding-top: 0;
  margin-top: 0;
}
form.form-horizontal .crm-footer-frame,
form.search-form .crm-footer-frame {
  margin-top: 18px;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(39, 8, 240, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #2708F0;
}

.overrideformtitle .zone-crm h1 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: initial;
  text-align: center;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 28px;
    line-height: 29px;
  }
}
.overrideformtitle .zone-crm h1 strong {
  font-family: "Majesti", serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 strong {
    font-size: 32px;
    line-height: 33px;
  }
}

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

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

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

.zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
  font-size: 56px;
}
@media (max-width: 991px) {
  .zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
    font-size: 31px;
    line-height: 35px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  padding: 50px;
  /*Formulaire*/
  /*Récapitulatif*/
  /*Total box*/
  /*Bottom Nav*/
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
    padding: 32px 16px;
  }
}
.zone-event .form-withProgress__wrapper h2.section-title,
.zone-member .form-withProgress__wrapper h2.section-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
.zone-event .form-withProgress__wrapper .form-group input, .zone-event .form-withProgress__wrapper .form-group select,
.zone-member .form-withProgress__wrapper .form-group input,
.zone-member .form-withProgress__wrapper .form-group select {
  background-color: #f7f7f7;
}
.zone-event .form-withProgress__wrapper fieldset h2,
.zone-member .form-withProgress__wrapper fieldset h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
}
.zone-event .form-withProgress__wrapper fieldset legend,
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  color: #242424;
}
@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: #242424 !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: #242424 !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: #242424;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.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: #2708F0;
  border: 1px solid #2708F0;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  /*
                  color: #6CA4DC;
                  margin-right: 32px;
                  text-decoration: underline;
                  &:hover, &:focus, &:active {
                      background: transparent;
                      color: $third;
                      border: none;
                  }
                      */
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-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: #2708F0;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  padding: 15px 30px !important;
  background-color: transparent !important;
  color: #242424 !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
}
.zone-event .membership-delegate-manage .footer .btn:hover, .zone-event .membership-delegate-manage .footer .btn:active, .zone-event .membership-delegate-manage .footer .btn:focus,
.zone-member .membership-delegate-manage .footer .btn:hover,
.zone-member .membership-delegate-manage .footer .btn:active,
.zone-member .membership-delegate-manage .footer .btn:focus {
  text-decoration: none !important;
  background-color: #2708F0 !important;
  border: 1px solid #2708F0 !important;
  color: #fff !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  padding: 15px 30px !important;
  background-color: transparent !important;
  color: #242424 !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:active, .modal .modal-dialog .modal-content .modal-footer button:focus {
  text-decoration: none !important;
  background-color: #2708F0 !important;
  border: 1px solid #2708F0 !important;
  color: #fff !important;
}

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

/*Étapes 2 - information de l'adherent*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.zone-member .form-withProgress__wrapper h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.zone-member .form-withProgress__wrapper h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion {
  padding-left: 0px;
  padding-right: 0px;
}
.zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
  color: #242424;
}
.zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  color: #242424 !important;
  padding-top: 32px !important;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 26px;
    line-height: 30px;
  }
}
.zone-member .form-withProgress__wrapper fieldset legend strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper fieldset legend strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section {
  background: #242424;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  color: #fff !important;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  color: #fff !important;
}

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

/*ETAPES INSCRIPTION EVENEMENT*/
/*Étapes 1 - Inscription*/
.zone-event h1.form-withProgress__title-main {
  padding-top: 60px;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: #FFF7ED;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  background-color: transparent;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #2708F0;
  padding: 15px !important;
  color: #242424 !important;
  font-weight: 500 !important;
  border: 2px solid #2708F0 !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: #2708F0;
  border: 1px solid #2708F0;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover {
  background-color: #fff !important;
  text-decoration: none !important;
  border: 2px solid #2708F0 !important;
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication p {
  padding-bottom: 32px;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication .form-group {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.zone-event .event-login h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .zone-event .event-login h1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zone-event .event-subscription {
    padding: 0;
  }
}

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

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

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.list-group__wrapper .list-group .list-group-item {
  color: #242424;
}
.list-group__wrapper .list-group .list-group-item span {
  color: #242424;
}
.list-group__wrapper .list-group .list-group-item.active {
  background-color: rgba(39, 8, 240, 0.25);
  border-color: #2708F0;
}

/*###########################  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(39, 8, 240, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "cofo-sans-variable", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(39, 8, 240, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #242424;
  color: #2708F0;
}

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

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

.panel-news-accordion {
  /* first accordion container */
  background-color: transparent;
  margin-top: 36px !important;
  border-bottom: 1px solid #2708F0 !important;
}
@media (max-width: 991px) {
  .panel-news-accordion {
    margin-top: 0 !important;
  }
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 0;
  min-height: 90px;
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.panel-news-accordion .panel-heading .panel-title strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 20px 30px 20px 0;
  color: #242424;
  text-decoration: none;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title a {
    padding: 20px 30px 10px 0;
  }
}
.panel-news-accordion .panel-heading .panel-title a:hover {
  color: #2708F0;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/accordeon_plus.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 22px;
  height: 21px;
  right: 0;
  top: 30px;
  transform: rotate(45deg);
  transition: transform 150ms;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title a:after {
    top: 50px;
  }
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  transform: rotate(0deg);
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a:not(.collapsed) {
  color: #2708F0;
}
.panel-news-accordion .panel-heading .panel-title a:hover {
  cursor: pointer;
  color: #2708F0;
}
.panel-news-accordion .panel-heading p {
  display: none;
}
.panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .panel-body {
  /* content */
  padding: 25px 15px 30px 0;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-body {
    padding: 15px 15px 30px 0;
  }
}
.panel-news-accordion .panel-body .news-accordion-content {
  max-width: 560px;
}
.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 */
table.accordeon {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
  /* active and opened content */
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon tbody {
  display: block;
}
table.accordeon tbody tr {
  /* Title/accordeon box */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  background-color: #F5F5F5;
  padding: 15px;
  position: relative;
}
table.accordeon tbody tr:first-child:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 30px;
  font-weight: 400;
  transition: transform 150ms;
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon.active tbody tr:first-child:after {
  transform: rotate(45deg);
}
table.accordeon.active tbody tr:last-child {
  padding: 15px;
  background-color: #F5F5F5;
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

.modal-backdrop.in {
  opacity: 0.5;
}

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

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog {
  transform: none !important;
}
.modal .modal-dialog .modal-content {
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-header {
  margin-top: 8px;
  padding: 16px 31px;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  color: #242424;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #2708F0;
}
.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: #FFFBEE !important;
  color: #2708F0 !important;
  border: none;
}
.nav-pills {
  background-image: none;
}

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

.line-title-banner-home {
  padding-top: 60px;
  padding-bottom: calc(30vw - 160px);
  background-color: #3009eb;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 991px) {
  .line-title-banner-home {
    padding-bottom: 30px;
  }
}
.line-title-banner-home:before {
  content: "";
  width: 100%;
  height: 600px;
  background-color: #2708F0;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
}
.line-title-banner-home .container > .row > div .content h1, .line-title-banner-home .container > .row > div .content h2, .line-title-banner-home .container > .row > div .content h3, .line-title-banner-home .container > .row > div .content p {
  color: #fff;
  position: relative;
  z-index: 10;
}
.line-title-banner-home .container > .row > div .content h1 {
  margin-bottom: 25px;
}
.line-title-banner-home .container > .row > div .content h1, .line-title-banner-home .container > .row > div .content h1 strong {
  font-size: 227px;
  line-height: 207px;
  font-family: "Majesti", serif;
  /*
  @include max-md {
      font-size: 113px;
      line-height: 88px;
      margin-bottom: 24px;
  }
  */
}
@media (max-width: 1249px) {
  .line-title-banner-home .container > .row > div .content h1, .line-title-banner-home .container > .row > div .content h1 strong {
    font-size: 190px;
    line-height: 184px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-home .container > .row > div .content h1, .line-title-banner-home .container > .row > div .content h1 strong {
    display: block;
  }
}
@media (max-width: 767px) {
  .line-title-banner-home .container > .row > div .content h1, .line-title-banner-home .container > .row > div .content h1 strong {
    font-size: 113px;
    line-height: 102px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-home .container > .row > div .content h1 strong, .line-title-banner-home .container > .row > div .content h1 strong strong {
    position: relative;
    width: fit-content;
  }
  .line-title-banner-home .container > .row > div .content h1 strong:after, .line-title-banner-home .container > .row > div .content h1 strong strong:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 125px;
    right: -200px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-home .container > .row > div .content h1 strong, .line-title-banner-home .container > .row > div .content h1 strong strong {
    width: fit-content;
  }
  .line-title-banner-home .container > .row > div .content h1 strong:after, .line-title-banner-home .container > .row > div .content h1 strong strong:after {
    content: "";
    width: 53px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 70px;
    right: -105px;
  }
}
.line-title-banner-home .container > .row > div .content h2 {
  font-size: 54px;
  line-height: 57px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-title-banner-home .container > .row > div .content h2 {
    font-size: 21px;
    line-height: 20px;
  }
  .line-title-banner-home .container > .row > div .content h2 br {
    display: none;
  }
}
.line-title-banner-home .container > .row > div .content .btn {
  color: #242424;
}
.line-title-banner-home .container > .row > div .content .video-home-container {
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: 140px;
  max-width: inherit;
  left: 440px;
  right: 0;
  width: calc(50vw + 100px);
  border-radius: 27px;
}
@media (max-width: 1249px) {
  .line-title-banner-home .container > .row > div .content .video-home-container {
    width: calc(50vw + 20px);
    margin-top: 120px;
    left: 420px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-home .container > .row > div .content .video-home-container {
    position: relative;
    margin-top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.line-title-banner-home .container > .row > div .content .video-home-container > div {
  border-radius: 27px;
}
.line-title-banner-home .container > .row > div .content .video-home-container > div iframe {
  border-radius: 27px;
}

.line-title-banner {
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/base-3/bg-title.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .line-title-banner {
    background-position: top center !important;
  }
}
.line-title-banner.home {
  padding-bottom: 170px;
}
@media (max-width: 1249px) {
  .line-title-banner.home {
    background-position: top center !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home .container .row > div .content {
    max-width: 99%;
  }
}
@media (max-width: 767px) {
  .line-title-banner.home .container .row > div .content .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-title-banner.home .container .row > div .content h3 {
    max-width: 60%;
  }
}
.line-title-banner .container > .row > div .content h1, .line-title-banner .container > .row > div .content h2, .line-title-banner .container > .row > div .content h3, .line-title-banner .container > .row > div .content p {
  color: #242424;
}
.line-title-banner .container > .row > div .content h1 {
  margin-bottom: 30px;
}
.line-title-banner .container > .row > div .content h1 strong {
  color: #2708F0;
  font-weight: 900;
}
.line-title-banner .container > .row > div .content h3 {
  margin-bottom: 30px;
}
.line-title-banner .container > .row > div .content .btn {
  color: #242424;
}

.line-title-banner-2-img {
  padding-top: 0;
  padding-bottom: 180px;
  padding-left: 20px;
  padding-right: 285px;
}
@media (max-width: 991px) {
  .line-title-banner-2-img {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img {
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}
.line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 65px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h1 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h1 {
    margin-bottom: 35px;
  }
}
.line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h1 br {
  display: block !important;
}
.line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content h3 br {
  display: block !important;
}
.line-title-banner-2-img.graphic .container-fluid > .row > div:nth-child(1) .content .btn {
  color: #242424;
}
.line-title-banner-2-img .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-title-banner-2-img .container-fluid > .row {
  padding: 115px 50px 175px 80px;
  border: 1px solid #000;
  border-radius: 22px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .line-title-banner-2-img .container-fluid > .row {
    padding: 85px 50px 175px 50px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row {
    padding: 35px 30px 100px 30px;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) {
  width: 60%;
}
@media (max-width: 1249px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content {
    margin-right: 20px;
  }
}
@media (min-width: 1500px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content {
    padding-left: 15%;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h1, .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h2, .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h3, .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content p {
  color: #242424;
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h1 {
  margin-bottom: 55px;
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h1 br {
  display: block !important;
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h3 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 28px;
    line-height: 29px;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h3 strong {
  font-family: "Majesti", serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h3 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h6 {
  position: absolute;
  margin-top: 100px;
  margin-left: 125px;
}
@media (max-width: 1499px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h6 {
    margin-left: 95px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h6 {
    bottom: -515px;
    margin-left: -10px;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h6 img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h6 img {
    width: 260px !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content h6 img {
    width: 180px !important;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(1) .content .btn {
  color: #242424;
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(2) {
  position: relative;
  width: 40%;
}
@media (max-width: 1249px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(2) {
    width: 10%;
  }
}
@media (max-width: 991px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(2) {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(2) .content {
  position: absolute;
  right: -270px;
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(2) .content {
    position: relative;
    right: auto;
    left: 0;
    margin-top: 65px;
  }
}
.line-title-banner-2-img .container-fluid > .row > div:nth-child(2) .content img {
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(2) .content img {
    width: 525px !important;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-2-img .container-fluid > .row > div:nth-child(2) .content img {
    width: 305px !important;
    margin-left: 10px;
  }
}
.line-title-banner-2-img.publications {
  padding-bottom: 100px;
}

.line-title-banner-graphic {
  padding-top: 0;
  padding-bottom: 90px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .line-title-banner-graphic {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-graphic {
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}
.line-title-banner-graphic .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-title-banner-graphic .container-fluid > .row {
  padding: 125px 80px 175px 80px;
  border: 1px solid #000;
  border-radius: 22px;
  margin-left: 0;
  margin-right: 0;
  min-height: 780px;
}
@media (max-width: 1249px) {
  .line-title-banner-graphic .container-fluid > .row {
    min-height: 680px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-graphic .container-fluid > .row {
    padding: 85px 100px 65px 50px;
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid > .row {
    padding: 30px 30px 40px 30px;
    min-height: 500px;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) {
  width: 50%;
}
@media (max-width: 1249px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content {
    margin-right: 20px;
  }
}
@media (min-width: 1500px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content {
    padding-left: 15%;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h1, .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h2, .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3, .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content p {
  color: #242424;
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 65px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h1 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h1 {
    margin-bottom: 35px;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h1 br {
  display: block !important;
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content h3 br {
  display: block !important;
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(1) .content .btn {
  color: #242424;
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(2) {
  position: relative;
  width: 50%;
}
@media (max-width: 1249px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(2) .content {
  position: absolute;
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(2) .content {
    position: relative;
    right: auto;
    left: 0;
    margin-top: 80px;
  }
}
.line-title-banner-graphic .container-fluid > .row > div:nth-child(2) .content img {
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(2) .content img {
    width: 525px !important;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-graphic .container-fluid > .row > div:nth-child(2) .content img {
    width: 305px !important;
    margin-left: 10px;
  }
}

.line-title-banner-contact {
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 285px;
}
@media (max-width: 991px) {
  .line-title-banner-contact {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact {
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}
.line-title-banner-contact .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-title-banner-contact .container-fluid > .row {
  padding: 115px 50px 0 80px;
  border: 1px solid #000;
  border-radius: 22px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row {
    padding: 85px 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row {
    padding: 35px 30px 60px 30px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) {
  width: 60%;
}
@media (max-width: 1249px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content {
    margin-right: 20px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content img {
  margin-top: 105px;
  margin-bottom: 25px;
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h1, .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h2, .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h3, .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content p {
  color: #242424;
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h1 {
  margin-bottom: 55px;
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h1 br {
  display: block !important;
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h3 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 28px;
    line-height: 29px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h3 strong {
  font-family: "Majesti", serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h3 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h6 {
  position: absolute;
  margin-top: 100px;
  margin-left: 125px;
}
@media (max-width: 1499px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h6 {
    margin-left: 95px;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h6 {
    bottom: -515px;
    margin-left: -10px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h6 img {
  border-radius: 8px;
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h6 img {
    width: 260px !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content h6 img {
    width: 180px !important;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content .btn {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(1) .content .btn {
    margin-top: 20px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(2) {
  position: relative;
  width: 40%;
}
@media (max-width: 1249px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) {
    width: 10%;
  }
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content {
  position: absolute;
  right: -290px;
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content {
    position: relative;
    right: auto;
    left: 0;
    margin-top: 65px;
  }
}
.line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content #riposteMap {
  border-radius: 8px;
  width: 595px;
  height: 541px;
}
@media (max-width: 1499px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content #riposteMap {
    width: 525px !important;
    height: 446px !important;
    margin-left: 20px;
  }
}
@media (max-width: 1249px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content #riposteMap {
    width: 340px !important;
    height: 310px !important;
  }
}
@media (max-width: 991px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content #riposteMap {
    width: 340px !important;
    height: 310px !important;
  }
}
@media (max-width: 767px) {
  .line-title-banner-contact .container-fluid > .row > div:nth-child(2) .content #riposteMap {
    width: 100% !important;
    height: 390px !important;
    margin-left: 0;
  }
}

.line-title-banner-blogue {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-title-banner-blogue {
    padding-bottom: 60px;
  }
}
.line-title-banner-blogue .container > .row > div .content h1 {
  font-size: 200px;
  font-weight: 500;
  line-height: 154px;
  font-family: "Majesti", serif;
}
@media (max-width: 991px) {
  .line-title-banner-blogue .container > .row > div .content h1 {
    font-size: 113px;
    line-height: 80px;
  }
}
.line-title-banner-blogue.faq {
  padding-bottom: 25px;
}
.line-title-banner-blogue.publications .container {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.line-title-banner-blogue.publications .container > .row > div .content h1 {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .line-title-banner-blogue.publications .container > .row > div .content h1 {
    font-size: 90px;
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .line-title-banner-blogue.publications .container > .row > div .content p {
    max-width: 80%;
  }
}

.line-header {
  padding: 56px 0 40px 0;
  height: auto;
  background-color: transparent;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    /*
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
    */
  }
}
@media (max-width: 767px) {
  .line-header {
    padding: 8px 0 10px 0;
  }
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  opacity: 0;
}
.line-header .container .row-fluid, .line-header .container-fluid .row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 6px;
  margin-top: 0;
  margin-left: 35px;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid, .line-header .container-fluid .row-fluid {
    margin-left: 0;
    margin-right: -5px;
  }
}
.line-header .container .row-fluid:after, .line-header .container .row-fluid:before, .line-header .container-fluid .row-fluid:after, .line-header .container-fluid .row-fluid:before {
  display: none;
}
.line-header .container .row-fluid > div, .line-header .container-fluid .row-fluid > div {
  align-items: center;
  padding: 0;
}
.line-header .container .row-fluid > div.zone-html, .line-header .container-fluid .row-fluid > div.zone-html {
  width: 210px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.line-header .container .row-fluid > div.zone-html .content, .line-header .container-fluid .row-fluid > div.zone-html .content {
  display: flex;
}
.line-header .container .row-fluid > div.zone-html .content a:nth-child(1), .line-header .container-fluid .row-fluid > div.zone-html .content a:nth-child(1) {
  display: none;
}
.line-header .container .row-fluid > div.zone-html .content a:nth-child(2), .line-header .container-fluid .row-fluid > div.zone-html .content a:nth-child(2) {
  display: block;
}
.line-header .container .row-fluid > div.zone-html .content a:nth-child(3), .line-header .container-fluid .row-fluid > div.zone-html .content a:nth-child(3) {
  display: none;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-html .content a img, .line-header .container-fluid .row-fluid > div.zone-html .content a img {
    width: 124px !important;
  }
}
.line-header .container .row-fluid > div.zone-header, .line-header .container-fluid .row-fluid > div.zone-header {
  width: 100%;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  order: 1;
  width: 100%;
  margin-right: 10px;
  text-align: right;
  color: #242424;
}
@media (max-width: 991px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
    display: none;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul {
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  margin-top: 8px;
  margin-bottom: 10px !important;
  list-style: none;
  gap: 12px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 15px;
  border: 1px solid #2708F0;
  border-radius: 25px;
  transition: all 150ms;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:focus, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a: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 > ul > li > a:focus, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:active {
  text-decoration: none;
  background-color: #2708F0;
  color: #fff;
  transition: all 150ms;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a.active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a.active {
  text-decoration: none;
  background-color: #2708F0;
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  order: 2;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login, .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 .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting, .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 .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a, .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: #242424;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover, .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: #242424;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn, .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;
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn, .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 {
    white-space: normal !important;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register, .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: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus, .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 .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register, .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 .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus, .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: #2708F0;
  border: 1px solid #2708F0;
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  height: 4px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  display: none;
  order: 3;
  margin-left: 0;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
    display: none;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger {
  width: 180px;
  order: 4;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger {
    margin-top: 5px;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span {
  width: 36px;
  height: 2px;
  background-color: #2708F0;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 9px;
  transition: 0.5s;
  border-radius: 0;
  font-size: 0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span:first-child, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span:first-child {
  margin-top: 0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus {
  cursor: pointer;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover span, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus span, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover span, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus span {
  background-color: #242424;
}

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

.line-menu-container {
  padding-top: 30px;
  z-index: 10000;
  position: fixed;
  width: 998px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #270ADF;
  right: -1000px;
  transition: 1s right cubic-bezier(0, 0.77, 0.175, 1);
  /* CHANGE MENU ONLY THERE
  &.menu-different-in-some-page {
      ul.nav-stacked {
          li {
              &.active {
                  > a {
                      color: $secondary!important;
                  }
              }
          }
          >li {
              >a {
                  color: $clrWhite!important;
                  &:hover, &:focus, &:active {
                      color: $secondary!important;
                  }
              }
          }
      }
  }
  */
}
@media (max-width: 1249px) {
  .line-menu-container {
    /*width: 63%;*/
  }
}
@media (max-width: 991px) {
  .line-menu-container {
    width: 758px;
    right: -780px;
  }
}
@media (max-width: 767px) {
  .line-menu-container {
    width: 100%;
    padding-top: 0;
  }
}
.line-menu-container.opened {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.line-menu-container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.line-menu-container .container > .row {
  /*
  display:flex;
  flex-direction: column;
  */
  margin: 0 5px 0 5px;
  display: grid;
  grid-template-areas: "a a" "b c" "b c";
  grid-template-columns: 0.45fr 0.55fr;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row {
    grid-template-areas: "a a" "c c" "b b";
    grid-template-columns: 1fr;
  }
}
.line-menu-container .container > .row > div {
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(1) {
  grid-area: a;
  width: 100%;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  overflow: hidden;
  width: 59px;
  height: 59px;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
    margin-top: 10px;
  }
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  text-align: left;
  margin-top: -2px;
  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);
}
.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;
  background-color: #fff;
}
.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: #2708F0;
}
.line-menu-container .container > .row > div:nth-child(2) {
  grid-area: c;
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    padding-top: 0;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar {
    margin-top: 35px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "cofo-sans-variable", sans-serif;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a {
  /*color:$clrWhite!important;*/
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a.active {
  /*color: $secondary!important;*/
  text-decoration: underline !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li:focus {
  color: #2708F0 !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li .dropdown-backdrop {
  position: relative;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
  font-family: "Majesti", serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 52px;
  border: 0;
  display: inline-block;
  width: 100%;
  z-index: 99;
  margin-left: 0 !important;
  margin-bottom: 0;
  /*
  &[rel=data-menu-77265] {
  }
  */
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a:not(.dropdown-toggle) {
  background-color: transparent;
  border: 1px solid transparent;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
  padding: 12px 15px 12px 25px;
  height: auto !important;
  width: 100%;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff !important;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
    padding: 3px 5px 8px 5px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -68px;
  height: 68px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
    margin-top: -55px;
    height: 54px !important;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
  content: "";
  width: 21px;
  height: 21px;
  margin-top: 22px;
  margin-right: 18px;
  right: 10px !important;
  top: 17px !important;
  position: initial !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-sub-menu-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0deg);
  transition: all 1s;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
    margin-top: 16px;
    margin-right: 10px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-toggle .caret {
  width: 21px;
  height: 21px;
  background-image: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-sub-menu-moins.svg");
  transform: rotate(0deg);
  margin-top: 34px;
  transition: all 1s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-menu {
  max-height: 800px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a:not(.dropdown-toggle) {
  border: 1px solid transparent;
  background-color: transparent;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li {
  padding: 0 20px 0 60px;
  background-color: transparent;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li {
    padding: 2px 20px 2px 35px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:first-child {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:first-child {
    margin-top: 15px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:last-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:last-child {
    margin-bottom: 25px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a {
  padding: 0 0 2px 0;
  width: 100%;
  color: #fff;
  margin-left: 0;
  background-color: transparent;
  border-radius: 4px;
  white-space: normal;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a {
    font-size: 18px;
    line-height: 26px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle {
  position: absolute;
  display: block;
  text-align: right;
  height: 46px !important;
  padding: 0 !important;
  margin-left: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle .caret {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 24px;
  margin-right: 20px;
  right: 10px !important;
  top: 17px !important;
  position: initial !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYCyxdRREppWlOZ4xTElN7r/asset/images/_REFONTE-TECHNITEXTILE-2024/Assets/menu-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a {
  color: #FFFBEE;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a:not(.dropdown-toggle) {
  color: #FFFBEE;
  text-decoration: underline;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > .dropdown-toggle .caret {
  background-image: url("https://cdn.ca.yapla.com/company/CPYCyxdRREppWlOZ4xTElN7r/asset/images/_REFONTE-TECHNITEXTILE-2024/Assets/menu-arrow-white.svg");
  transform: rotate(90deg);
  margin-top: 35px;
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > .dropdown-menu {
  max-height: 800px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu {
  position: relative;
  z-index: 1000;
  overflow: hidden;
  box-shadow: none;
  border: none;
  transition: max-height 1000ms;
  background-color: transparent !important;
  max-width: 100%;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-height: 0;
  height: auto;
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li:focus {
  background-color: transparent !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 200;
  padding: 10px 20px 10px 15px;
  width: 100%;
  white-space: inherit;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a:hover {
  color: #2708F0;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a.child-link {
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(3) {
  grid-area: b;
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.line-menu-container .container > .row > div:nth-child(3):before {
  content: "";
  width: 216px;
  height: 368px;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-menu-logo-r.svg") no-repeat;
  background-size: contain;
  display: block;
  margin-left: 70px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3):before {
    margin-left: 50px;
    display: none;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content {
  border-top: 1px solid #2708F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 11px;
  padding: 15px 15px 0 70px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content {
    padding: 15px 15px 0 10px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-header {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-connexion {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-language {
  order: 5;
  padding-top: 5px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-language a {
  color: #fff !important;
  font-weight: 400;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social {
  order: 4;
  padding-top: 0;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li {
  opacity: 1 !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li:nth-child(1) {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a {
  opacity: 1 !important;
  color: #fff !important;
  width: auto;
  display: block;
  position: relative;
  left: 0;
  transition: all 0.2s ease-in;
  /*
  animation-name: menu-item-slide-out;
  animation-timing-function: ease;
  animation-duration: .2s;
  animation-delay: 0s;
                                */
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a:hover {
  opacity: 1;
  left: 20px;
  transition: all 0.2s ease;
  /*
  animation-name: menu-item-slide-in;
  animation-timing-function: ease;
  animation-duration: .2s;
  animation-delay: 0s;
                                   */
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a:hover u:before {
  opacity: 1;
  left: -28px !important;
  transition: opacity 0.2s ease;
  transition-delay: 0;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a u {
  position: relative;
  text-decoration: none !important;
  font-size: 16px;
  color: #fff !important;
  display: block !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a u:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -2px;
  opacity: 0;
  width: 25px;
  height: 26px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a img {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a.social-facebook u:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/ico-facebook.png") no-repeat;
  background-position: center center;
  background-size: contain;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a.social-instagram u:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/ico-insta.png") no-repeat;
  background-position: center center;
  background-size: contain;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a.social-linkedin u:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/ico-linkedin.png") no-repeat;
  background-position: center center;
  background-size: contain;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .panel-social ul li a.infolettre u:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/ico-infolettre.png") no-repeat;
  background-position: center center;
  background-size: contain;
}

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

/*
.line-bg-menu-open {
    overflow: hidden;
    background-color: $primary;
    position:absolute;
    width: 100%;
    height: 100%;
    padding:0!important;
    margin:0!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}
body {
	&.overflowhidden {
        .line-bg-menu-open {
            opacity: .4;
            pointer-events:fill;
            cursor: pointer;
        }
	}
}
*/
/**
 * ----------------------------------------
 * animation Sticky menu
 * ----------------------------------------
 */
@-webkit-keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
.line-header:not(.sticked, .menuopened) {
  /*transition: top 250ms;*/
}
.line-header:not(.sticked, .menuopened) > .container {
  /*
  top: -100px;
  transition: top 250ms;*/
  /*position: static;*/
}
.line-header:not(.sticked, .menuopened).home {
  /*background-color: $clrBlue;*/
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-html .content a:nth-child(1), .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-html .content a:nth-child(1) {
  display: block;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-html .content a:nth-child(2), .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-html .content a:nth-child(2) {
  display: none;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-html .content a:nth-child(3), .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-html .content a:nth-child(3) {
  display: none;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header {
  width: 100%;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a {
  border: 1px solid #fff;
  color: #fff;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:hover, .line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:focus, .line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:active, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:hover, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:focus, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom > ul > li > a:active {
  text-decoration: none;
  background-color: #fff;
  color: #2708F0;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span {
  background-color: #fff;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover, .line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus {
  background-color: #fff;
  cursor: pointer;
}
.line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover span, .line-header:not(.sticked, .menuopened).home .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus span, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover span, .line-header:not(.sticked, .menuopened).home .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus span {
  background-color: #2708F0;
}
.line-header.sticked {
  -webkit-animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-color: #FFFBEE;
  padding: 0 0 0 0;
}
.line-header.sticked > .container-fluid > .row {
  margin-top: 0;
  bottom: 0;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content a:nth-child(1) {
  display: none;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content a:nth-child(2) {
  display: none;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content a:nth-child(3) {
  display: block;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) .content a:nth-child(3) img {
  width: 20px !important;
}
.line-header.sticked > .container-fluid > .row > div.zone-header {
  width: 100%;
}
.line-header.sticked > .container-fluid > .row > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.line-header.sticked > .container-fluid > .row > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  margin-top: 9px !important;
}
.line-header.sticked:not(.menuopened) {
  position: sticky;
  top: 0;
}
/* OPTION - Hide munu item when logged
body {
	&.member--isConnected {
		.nav.navbar-nav {
			> li {
				&[rel=data-menu-67910] {
					display: none!important;
				}
			}
		}
	}
}
*/
.panel-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.panel-header a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  color: #fff !important;
  font-weight: 500;
}
.panel-header a:hover {
  color: #2708F0 !important;
  text-decoration: none !important;
}

.panel-connexion .member-login {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: #2708F0;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #2708F0;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .panel-connexion .member-login {
    white-space: normal !important;
  }
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
}

.panel-language a.switch-language {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  color: #fff !important;
  font-weight: 500;
}
.panel-language a.switch-language:hover {
  color: #2708F0 !important;
  text-decoration: none !important;
}

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

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

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

.line-footer {
  padding-top: 25px;
  padding-bottom: 0;
  background-color: #FFFBEE;
  position: relative;
}
.line-footer.r-element:before {
  content: "";
  width: 198px;
  height: 338px;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/logo-formulaire_r.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  top: -350px;
  left: 140px;
}
@media (max-width: 767px) {
  .line-footer.r-element:before {
    left: 40px;
    top: -225px;
    width: 132px;
    height: 223px;
  }
}
.line-footer .container-fluid {
  padding: 30px 30px 0 30px;
}
.line-footer .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .line-footer .container-fluid > .row > div:nth-child(1) {
    border-right: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(1) {
    padding-right: 0;
  }
}
.line-footer .container-fluid > .row > div:nth-child(1) .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer .container-fluid > .row > div:nth-child(1) .content {
    margin-left: 10px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(1) .content {
    padding-top: 65px;
    padding-bottom: 48px;
    border-bottom: 1px solid #000;
  }
}
.line-footer .container-fluid > .row > div:nth-child(1) .content p {
  font-size: 16px;
  margin-bottom: 0;
  width: auto;
}
.line-footer .container-fluid > .row > div:nth-child(1) .content p img {
  margin-bottom: 10px;
}
.line-footer .container-fluid > .row > div:nth-child(1) .content p br {
  display: block !important;
}
@media (min-width: 768px) {
  .line-footer .container-fluid > .row > div:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) {
    padding-left: 0 !important;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:not(:last-child) {
  border-bottom: 1px solid #000;
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(1) .item {
  padding: 60px 60px 40px 60px;
}
@media (max-width: 1299px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(1) .item {
    padding: 60px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(1) .item {
    padding: 45px 10px 35px 10px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(1) .item .intro {
    text-align: center;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(1) .item .intro h3 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(1) .item .intro h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item {
  padding: 20px 60px 40px 60px;
}
@media (max-width: 1299px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item {
    padding: 20px 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item {
    padding: 50px 10px 30px 10px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item {
    padding: 30px 10px 30px 10px;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro {
  display: flex;
  flex-direction: row;
  gap: 110px;
}
@media (max-width: 1249px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro {
    gap: 0;
    flex-direction: column;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul {
    text-align: center;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul li {
  margin-bottom: 11px !important;
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #242424 !important;
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(2) .item .intro ul li a:hover {
  color: #2708F0 !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3):after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 135px;
    position: absolute;
  }
}
@media (max-width: 575px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3):after {
    bottom: 135px;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item {
  padding: 24px 0 24px 60px;
}
@media (max-width: 1299px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item {
    padding: 24px 0 24px 40px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item {
    padding: 34px 10px 7px 10px;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro {
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 575px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro {
    gap: 38px;
  }
}
.line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro p {
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .line-footer .container-fluid > .row > div:nth-child(2) .content > .row:nth-child(3) .item .intro p {
    text-align: center;
  }
}

.line-footer-copyright {
  padding-top: 15px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .line-footer-copyright {
    padding-top: 30px;
  }
}
.line-footer-copyright .container-fluid > .row > div .content {
  display: flex;
  flex-direction: row;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .line-footer-copyright .container-fluid > .row > div .content {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
  }
}
.line-footer-copyright .container-fluid > .row > div .content p {
  width: auto;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 2px;
}
.line-footer-copyright .container-fluid > .row > div .content p a {
  color: #242424 !important;
}

.poweredBy-wrapper {
  background-color: #FFFBEE !important;
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: none;
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: none;
}

.video-wrapper-square {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: none;
}

.video-wrapper iframe, .video-wrapper-square iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  max-width: 800px;
  margin: 0 auto;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.article-main {
  padding-bottom: 80px;
}
.article-main .container .row .zone-article .mod-article__wrapper {
  max-width: 920px;
  display: flex;
  flex-direction: column;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
  order: 0;
  margin-top: 70px;
  margin-bottom: 56px;
  color: #242424;
  border-bottom: 1px solid #ccc;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  order: 1;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__category {
  order: 2;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content {
  order: 3;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__img {
  margin-bottom: 78px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
  color: #2708F0;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 50px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: initial;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 64px;
  border-left: 11px solid #2708F0;
}
.line-article-retour {
  padding-top: 45px;
  padding-bottom: 90px;
}
.line-article-retour .container .row .zone-html .content a {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  padding: 15px 30px !important;
  background-color: transparent !important;
  color: #242424 !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
}
.line-article-retour .container .row .zone-html .content a:hover, .line-article-retour .container .row .zone-html .content a:active, .line-article-retour .container .row .zone-html .content a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-article-retour .container .row .zone-html .content a {
    white-space: normal !important;
  }
}
.line-article-retour .container .row .zone-html .content a:hover, .line-article-retour .container .row .zone-html .content a:active, .line-article-retour .container .row .zone-html .content a:focus {
  text-decoration: none !important;
  background-color: #2708F0 !important;
  border: 1px solid #2708F0 !important;
  color: #fff !important;
}

/* Module articles en vedette */ /*###########################  CONNEXION  ###########################*/
/* Global Fix*/
form.form-horizontal .zend_form .col-md-12 {
  width: 100%;
}
form.form-horizontal .zend_form .col-md-12 input,
form.form-horizontal .zend_form .col-md-12 select,
form.form-horizontal .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
/*Form Connexion Membre*/
@media (min-width: 768px) {
  .zone-member .member-login-wrapper, .zone-member .login-wrapper__login, .zone-login .member-login-wrapper, .zone-login .login-wrapper__login {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.zone-member .member-login-wrapper h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: initial;
  padding-bottom: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .zone-member .member-login-wrapper h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .zone-member .member-login-wrapper h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
    font-size: 28px;
    line-height: 29px;
  }
}
.zone-member .member-login-wrapper h1 strong, .zone-member .login-wrapper__login h1 strong, .zone-login .member-login-wrapper h1 strong, .zone-login .login-wrapper__login h1 strong {
  font-family: "Majesti", serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .zone-member .member-login-wrapper h1 strong, .zone-member .login-wrapper__login h1 strong, .zone-login .member-login-wrapper h1 strong, .zone-login .login-wrapper__login h1 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.zone-member .member-login-wrapper #profile_login_form, .zone-member .member-login-wrapper #login_content_box, .zone-member .login-wrapper__login #profile_login_form, .zone-member .login-wrapper__login #login_content_box, .zone-login .member-login-wrapper #profile_login_form, .zone-login .member-login-wrapper #login_content_box, .zone-login .login-wrapper__login #profile_login_form, .zone-login .login-wrapper__login #login_content_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form, .zone-member .member-login-wrapper #login_content_box .zend_form, .zone-member .login-wrapper__login #profile_login_form .zend_form, .zone-member .login-wrapper__login #login_content_box .zend_form, .zone-login .member-login-wrapper #profile_login_form .zend_form, .zone-login .member-login-wrapper #login_content_box .zend_form, .zone-login .login-wrapper__login #profile_login_form .zend_form, .zone-login .login-wrapper__login #login_content_box .zend_form {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  max-width: 100%;
  gap: 10px; /* Optional: adds space between items */
  width: 500px; /* Adjust as needed */
}
.zone-member .member-login-wrapper #profile_login_form .zend_form div.form-element-email, .zone-member .member-login-wrapper #login_content_box .zend_form div.form-element-email, .zone-member .login-wrapper__login #profile_login_form .zend_form div.form-element-email, .zone-member .login-wrapper__login #login_content_box .zend_form div.form-element-email, .zone-login .member-login-wrapper #profile_login_form .zend_form div.form-element-email, .zone-login .member-login-wrapper #login_content_box .zend_form div.form-element-email, .zone-login .login-wrapper__login #profile_login_form .zend_form div.form-element-email, .zone-login .login-wrapper__login #login_content_box .zend_form div.form-element-email {
  width: 100%;
  order: 0;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form div.form-element-password, .zone-member .member-login-wrapper #login_content_box .zend_form div.form-element-password, .zone-member .login-wrapper__login #profile_login_form .zend_form div.form-element-password, .zone-member .login-wrapper__login #login_content_box .zend_form div.form-element-password, .zone-login .member-login-wrapper #profile_login_form .zend_form div.form-element-password, .zone-login .member-login-wrapper #login_content_box .zend_form div.form-element-password, .zone-login .login-wrapper__login #profile_login_form .zend_form div.form-element-password, .zone-login .login-wrapper__login #login_content_box .zend_form div.form-element-password {
  width: 100%;
  order: 1;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type, .zone-member .member-login-wrapper #login_content_box .zend_form > div:last-of-type, .zone-member .login-wrapper__login #profile_login_form .zend_form > div:last-of-type, .zone-member .login-wrapper__login #login_content_box .zend_form > div:last-of-type, .zone-login .member-login-wrapper #profile_login_form .zend_form > div:last-of-type, .zone-login .member-login-wrapper #login_content_box .zend_form > div:last-of-type, .zone-login .login-wrapper__login #profile_login_form .zend_form > div:last-of-type, .zone-login .login-wrapper__login #login_content_box .zend_form > div:last-of-type {
  text-align: left;
  margin-bottom: 32px;
  order: 5;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit {
  order: 2;
  margin-right: 16px;
  max-width: fit-content;
  margin-top: 0px;
  margin-bottom: 10px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription {
  order: 3;
  margin-top: 0px;
  margin-bottom: 10px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #2708F0 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
  max-width: fit-content;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 28px;
    line-height: 29px;
  }
}
.zone-member .member-resetpassword-wrapper > h1 strong, .zone-login .member-resetpassword-wrapper > h1 strong {
  font-family: "Majesti", serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .zone-member .member-resetpassword-wrapper > h1 strong, .zone-login .member-resetpassword-wrapper > h1 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.zone-member .member-resetpassword-wrapper #forget_password_form .form-element-email, .zone-login .member-resetpassword-wrapper #forget_password_form .form-element-email {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .zone-member .member-resetpassword-wrapper #forget_password_form .form-element-email, .zone-login .member-resetpassword-wrapper #forget_password_form .form-element-email {
    max-width: 50%;
  }
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn, .zone-login .member-resetpassword-wrapper #forget_password_form .btn {
  margin-right: 15px;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #2708F0 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
  border-radius: 60px !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:hover, .zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:active, .zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:focus, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:hover, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:active, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}

/*Espace Evenements - Vue Details*/ /* Espace Evenement - Mosaique */ /*###########################  ESPACE MEMBRE  ###########################*/
.member--isConnected .line-header {
  margin-right: 20px;
}
.member--isConnected .line-menu {
  background-color: #fff;
}
.member--isConnected .line-zone-membre {
  background-color: #fff;
}
.member--isConnected .line-zone-membre .container {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 991px) {
  .member--isConnected .line-zone-membre .container {
    max-width: 100%;
  }
}

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

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

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

.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: initial;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item p.cart-item__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #2708F0;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #242424;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
    white-space: normal !important;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  background-color: transparent;
  color: #242424;
  border: none;
  border-bottom: 1px solid #2708F0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover {
  text-decoration: none !important;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #2708F0;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #242424;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
    white-space: normal !important;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  background-color: transparent;
  color: #242424;
  border: none;
  border-bottom: 1px solid #2708F0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover {
  text-decoration: none !important;
}
.zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading strong {
    font-size: 20px;
    line-height: 28px;
  }
}

.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: #FFFBEE;
  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: #242424;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #242424;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #242424;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #242424;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #242424;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  width: 65px;
  text-indent: -10000px;
  color: #242424;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: -2px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  width: 64px;
  height: 49px;
  left: 0;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.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: #2708F0;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:before, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: invert(1) brightness(1000);
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:after, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #242424;
  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: #242424;
  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: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #2708F0 !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #2708F0 !important;
  letter-spacing: 0;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
  }
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #242424 !important;
}
.zone-community .row .content .tab-content ul.errors li {
  list-style: none;
}
.zone-community .row .content .tab-content h3 {
  text-transform: inherit;
}
.zone-community .row .content .tab-content .forum-message-content-filter {
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
}
.zone-community .row .content .tab-content .forum-message-content-filter .add-mod-forum-item {
  margin-top: 10px;
}
.zone-community .row .content .tab-content .forum-item__btn-addMessage {
  margin-right: 25px;
}
.zone-community .row .content .tab-content .forum-list__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
}
.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: #242424;
}
.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: #242424 !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding: 0 10px 0 0 !important;
  margin-right: 5px !important;
}
.forum-item__likes-wrapper button i:before {
  filter: hue-rotate(299deg);
}
.forum-item__likes-wrapper button[data-type=like] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-pouce.svg");
  width: 28px;
  height: 27px;
  display: block;
  margin-top: -9px;
  margin-right: 5px;
}
.forum-item__likes-wrapper button[data-type=follow] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-etoile.svg");
  width: 27px;
  height: 25px;
  display: block;
  margin-top: -7px;
  margin-right: 5px;
}
.forum-item__likes-wrapper .forum-item__action-count {
  margin: 0 5px 0 -5px;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 500px !important;
  gap: 4px;
  padding: 40px 60px 30px 50px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal h1, .cookie-consent-modal h2, .cookie-consent-modal h3, .cookie-consent-modal h4, .cookie-consent-modal h5, .cookie-consent-modal h6, .cookie-consent-modal p, .cookie-consent-modal span, .cookie-consent-modal ul, .cookie-consent-modal li, .cookie-consent-modal button {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.cookie-consent-modal P.consent-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #242424;
}
.cookie-consent-modal p.consent-description {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}
.cookie-consent-modal p.consent-description a {
  color: #2708F0 !important;
  text-decoration: none;
  opacity: 1 !important;
}
.cookie-consent-modal p.consent-description a:hover {
  color: #2708F0;
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: flex-start !important;
  gap: 40px;
}
.cookie-consent-modal .actions-container .btn-link {
  text-transform: initial;
}
.cookie-consent-modal .actions-container .btn-primary {
  text-transform: initial;
}

.cookie-modal .cm-modal .cm-header a {
  color: #2708F0 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services a {
  color: #2708F0 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #2708F0 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:hover {
  color: #242424 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  border: 2px solid #2708F0 !important;
  background-color: #2708F0 !important;
  font-weight: 500 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid #242424 !important;
  background-color: #242424 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #2708F0 !important;
  background-color: transparent !important;
  color: #2708F0 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #242424 !important;
  color: #242424 !important;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.prebuilt-articles-vedette-col3 {
  padding-bottom: 45px;
  background: #FFFBEE;
  position: relative;
  z-index: 10;
}
.prebuilt-articles-vedette-col3 .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.prebuilt-articles-vedette-col3 .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 25px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 25px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px 25px;
  }
}
.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;
  top: 0;
  padding: 95px 30px 80px;
  min-height: 430px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item {
    padding: 60px 20px 30px;
    min-height: 290px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 {
  color: #242424 !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 a {
  color: #242424 !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 a:hover, .prebuilt-articles-vedette-col3 .newsList .row .item h3 a:focus, .prebuilt-articles-vedette-col3 .newsList .row .item h3 a:active {
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item h3 a {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
  order: 4;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
  margin-bottom: 0;
  color: #242424 !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
    font-size: 16px;
    line-height: 20px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.itemInfos.e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #242424 !important;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
    font-size: 16px;
    line-height: 20px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions {
  margin-top: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions a {
  margin-top: 30px;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary {
  font-size: 20px;
  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;
  margin-left: 0;
  color: #2708F0;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: auto;
  right: -68px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:after {
  content: "";
  width: 64px;
  height: 49px;
  left: auto;
  right: -85px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:hover, .prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:hover:before, .prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:hover:after, .prebuilt-articles-vedette-col3 .newsList .row .item div.actions .btn-primary:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.prebuilt-articles-vedette-col3 .newsList .row .item:hover {
  cursor: pointer;
  top: -30px;
  background-color: #2708F0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item:hover h3 {
  color: #fff !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item:hover h3 a {
  color: #fff !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item:hover div.actions .btn-primary {
  color: #fff !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item:hover div.actions .btn-primary:before {
  filter: none !important;
  z-index: 10;
}
.prebuilt-articles-vedette-col3 .newsList .row .item:hover div.actions .btn-primary:after {
  background-color: #fff;
  border: 1px solid #fff;
}
.prebuilt-articles-vedette-col3 a.viewAll {
  font-family: "cofo-sans-variable", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  font-size: 20px;
  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;
  margin-left: 0;
  color: #2708F0;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.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:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: auto;
  right: -68px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.prebuilt-articles-vedette-col3 a.viewAll:after {
  content: "";
  width: 64px;
  height: 49px;
  left: auto;
  right: -85px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover:before, .prebuilt-articles-vedette-col3 a.viewAll:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.prebuilt-articles-vedette-col3 a.viewAll:hover:after, .prebuilt-articles-vedette-col3 a.viewAll:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}

.prebuilt-articles-multiples-col3 {
  margin-bottom: 45px;
  /*
  >a:not(&:first-child){
      order: 6;
      @include btn;
      @include btn-link;
  }
  */
}
.prebuilt-articles-multiples-col3 .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.prebuilt-articles-multiples-col3 .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 #newsFilterForm {
  padding-bottom: 50px;
}
.prebuilt-articles-multiples-col3 .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 25px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 25px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px 25px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div {
  margin-left: 0;
  margin-right: 0;
  top: 0;
  padding: 95px 30px 80px;
  min-height: 430px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div {
    padding: 60px 20px 30px;
    min-height: 290px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 {
  order: 1;
  color: #242424 !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a {
  color: #242424 !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a:focus, .prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a:active {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a {
  order: 2;
  font-size: 20px;
  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;
  margin-left: 0;
  color: #2708F0;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
  width: fit-content;
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: auto;
  right: -68px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:after {
  content: "";
  width: 64px;
  height: 49px;
  left: auto;
  right: -85px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:hover:before, .prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:hover:after, .prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
  margin-bottom: 0;
  color: #242424 !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
    font-size: 16px;
    line-height: 20px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div .e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #242424 !important;
  text-transform: inherit;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
    font-size: 16px;
    line-height: 20px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div:hover {
  cursor: pointer;
  top: -30px;
  background-color: #2708F0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div:hover h3 {
  color: #fff !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div:hover h3 a {
  color: #fff !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div:hover > a {
  color: #fff !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div:hover > a:before {
  filter: none !important;
  z-index: 10;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div:hover > a:after {
  background-color: #fff;
  border: 1px solid #fff;
}

.prebuilt-article-unique-details {
  padding-top: 70px;
}
.prebuilt-article-unique-details .container > .row .zone-article .mod-article__title {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .prebuilt-article-unique-details .container > .row .zone-article .mod-article__title {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .mod-article__title {
    font-size: 32px;
    line-height: 33px;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .blogue-thumbnails {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
.prebuilt-article-unique-details .container > .row .zone-article .blogue-thumbnails:after {
  content: "";
  width: 130%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 70px;
  display: block;
  left: -14%;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1249px) {
  .prebuilt-article-unique-details .container > .row .zone-article .blogue-thumbnails:after {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .blogue-thumbnails:after {
    width: 100%;
    left: 0;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .blogue-thumbnails img {
  border-radius: 8px;
  max-width: 670px;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .blogue-thumbnails img {
    width: 90% !important;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content img.banner {
  border-radius: 8px;
  max-width: 670px;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content img.banner {
    width: 90% !important;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner) {
  position: relative;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner):after {
  content: "";
  width: 130%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 70px;
  display: block;
  left: -14%;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1249px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner):after {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner):after {
    width: 100%;
    left: 0;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content h1 {
  margin-bottom: 30px;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  margin-top: 35px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer {
  max-width: 400px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par img, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer img {
  margin-right: 30px;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center center;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par h3, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par h4, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par h4 br, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer h4 br {
  display: block !important;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
  position: relative;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d0c5;
  bottom: -40px;
  left: 0;
  position: absolute;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
  max-width: 100%;
  border: 0;
  margin-left: 50px;
  margin-right: 100px;
  margin-top: 120px;
  margin-bottom: 100px;
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
    margin-right: 10px;
    margin-left: 20px;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation h3, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h3 {
  position: relative;
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation h3, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation h3:after, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d0c5;
  bottom: -40px;
  left: 0;
  position: absolute;
}
.prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content table.citation h4, .prebuilt-article-unique-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

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

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

@-webkit-keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 20px;
}
ul.social li {
  /*width: 44px;*/
  display: flex;
  justify-content: flex-end;
}
ul.social li a {
  text-decoration: none !important;
  width: 69px;
}
ul.social li a u {
  display: none;
}
ul.social li a img {
  width: 99px;
}

@media (max-width: 991px) {
  .line-404 {
    padding: 130px 0 10px 0 !important;
  }
}
.line-404 .row > div:first-child .content {
  text-align: center;
}
.line-404 .row > div:first-child .content h1 {
  color: #242424;
  font-size: 30px;
}
.line-404 .row > div:first-child .content h1 strong {
  display: block;
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 991px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 160px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .line-404 .row > div:last-child .content {
    margin-top: 60px;
    text-align: center;
  }
}
.line-404 .row > div:last-child .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  text-transform: initial;
}
.line-title-link-all {
  padding-top: 108px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .line-title-link-all {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .line-title-link-all .container > .row > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.line-title-link-all .container > .row > div:nth-child(1) .content h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: initial;
  color: #2708F0;
  /*
  padding: 8px 14px 6px 10px;
  background-color: $third;
  border-radius: 5px;
  */
  max-width: fit-content;
  margin-bottom: 0;
}
.line-title-link-all .container > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-title-link-all .container > .row > div:nth-child(2) .content {
    text-align: left;
  }
}
.line-title-link-all .container > .row > div:nth-child(2) .content .btn {
  margin-top: 0px;
}

.line-contact-footer {
  margin-top: 35px;
  margin-bottom: 260px;
  padding-top: 130px;
  padding-bottom: 80px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #2708F0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .line-contact-footer {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 180px;
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.line-contact-footer.title-conseils {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.line-contact-footer.contact-poste {
  margin-bottom: 60px !important;
}
.line-contact-footer .container {
  padding-left: 40px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .line-contact-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.line-contact-footer .container > .row > div h1, .line-contact-footer .container > .row > div h2, .line-contact-footer .container > .row > div h3, .line-contact-footer .container > .row > div h4, .line-contact-footer .container > .row > div h5, .line-contact-footer .container > .row > div h6, .line-contact-footer .container > .row > div p, .line-contact-footer .container > .row > div small, .line-contact-footer .container > .row > div .h1, .line-contact-footer .container > .row > div .h2, .line-contact-footer .container > .row > div .h3, .line-contact-footer .container > .row > div .h4, .line-contact-footer .container > .row > div .h5, .line-contact-footer .container > .row > div .h6 {
  color: #fff;
}
@media (max-width: 767px) {
  .line-contact-footer .container > .row > div:nth-child(1) .content {
    margin-bottom: 40px;
  }
}
.line-contact-footer .container > .row > div:nth-child(1) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  line-height: 72px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .line-contact-footer .container > .row > div:nth-child(1) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-contact-footer .container > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-contact-footer .container > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-contact-footer .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-contact-footer .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-contact-footer .container > .row > div:nth-child(1) .content h2 {
    font-size: 40px;
    line-height: 41px;
    margin-bottom: 40px;
  }
}
.line-contact-footer .container > .row > div:nth-child(1) .content h2 u {
  color: #2708F0;
  background: #fff;
  text-decoration: none;
}
.line-contact-footer .container > .row > div:nth-child(1) .content h2 br {
  display: block !important;
}
.line-contact-footer .container > .row > div label.control-label {
  color: #fff;
}
.line-contact-footer .container > .row > div input:not(.btn):not([type=file]), .line-contact-footer .container > .row > div select, .line-contact-footer .container > .row > div textarea {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 20px;
}
.line-contact-footer .container > .row > div input[type=file] {
  color: #fff;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
}
.line-contact-footer .container > .row > div span.control-label--required {
  color: #fff;
}
.line-contact-footer .container > .row > div #submitform {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: #242424 !important;
  transition: all 150ms !important;
  border: 1px solid #fff !important;
}
.line-contact-footer .container > .row > div #submitform:hover, .line-contact-footer .container > .row > div #submitform:active, .line-contact-footer .container > .row > div #submitform:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.line-contact-footer .container > .row > div .crm-footer-frame {
  text-align: right;
}
.line-contact-footer .container > .row > div input:-webkit-autofill,
.line-contact-footer .container > .row > div input:-webkit-autofill:hover,
.line-contact-footer .container > .row > div input:-webkit-autofill:focus,
.line-contact-footer .container > .row > div textarea:-webkit-autofill,
.line-contact-footer .container > .row > div textarea:-webkit-autofill:hover,
.line-contact-footer .container > .row > div textarea:-webkit-autofill:focus,
.line-contact-footer .container > .row > div select:-webkit-autofill,
.line-contact-footer .container > .row > div select:-webkit-autofill:hover,
.line-contact-footer .container > .row > div select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 rgb(255, 255, 255) 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.line-contact-footer .container > .row > div .formbuilder-confirmation-content {
  margin-top: 60px;
}
.line-contact-footer .container > .row > div select {
  background: transparent url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/chevron-down-white%402x.png") no-repeat right 20px center !important;
}

.paddingtop-115 {
  padding-top: 115px !important;
}
@media (max-width: 767px) {
  .paddingtop-115 {
    padding-top: 65px !important;
  }
}

.paddingtop-170 {
  padding-top: 170px !important;
}
@media (max-width: 767px) {
  .paddingtop-170 {
    padding-top: 35px !important;
  }
}

.paddingtop-180 {
  padding-top: 180px !important;
}
@media (max-width: 767px) {
  .paddingtop-180 {
    padding-top: 125px !important;
  }
}

.paddingtop-185 {
  padding-top: 185px !important;
}
@media (max-width: 767px) {
  .paddingtop-185 {
    padding-top: 130px !important;
  }
}

/** slider **/
.sliderRiposte-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 430px;
}

.sliderRiposte {
  display: flex;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  gap: 25px; /* Space between images */
  animation: scroll 60s linear infinite;
}

.sliderRiposte li {
  flex-shrink: 0;
}

.sliderRiposte img {
  height: 415px !important;
  width: auto !important;
  display: block;
  border-radius: 8px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.line-home-nous {
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #3009eb;
}
@media (max-width: 767px) {
  .line-home-nous {
    padding-bottom: 30px;
  }
}
.line-home-nous .container > .row, .line-home-nous .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.line-home-nous .container > .row > div .content, .line-home-nous .container-fluid > .row > div .content {
  z-index: 10;
  position: relative;
  display: grid;
  grid-template-columns: 42% 55%;
  grid-template-rows: auto auto;
  grid-template-areas: "a b" "a c";
  gap: 46px;
}
@media (max-width: 1249px) {
  .line-home-nous .container > .row > div .content, .line-home-nous .container-fluid > .row > div .content {
    grid-template-columns: 42% 54%;
    grid-template-areas: "a b" "c c";
  }
}
@media (max-width: 991px) {
  .line-home-nous .container > .row > div .content, .line-home-nous .container-fluid > .row > div .content {
    grid-template-columns: 41% 54%;
  }
}
@media (max-width: 767px) {
  .line-home-nous .container > .row > div .content, .line-home-nous .container-fluid > .row > div .content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "a" "b" "c";
  }
}
.line-home-nous .container > .row > div .content > .row, .line-home-nous .container-fluid > .row > div .content > .row {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 22px;
}
.line-home-nous .container > .row > div .content > .row:nth-child(1), .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) {
  grid-area: a;
}
.line-home-nous .container > .row > div .content > .row:nth-child(1) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) .item {
  padding: 140px 80px 110px 110px;
  border: 1px solid #000;
  border-radius: 22px;
}
@media (max-width: 1499px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(1) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) .item {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(1) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) .item {
    padding: 30px 25px 10px 25px;
  }
}
.line-home-nous .container > .row > div .content > .row:nth-child(1) .item p, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) .item p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding-left: 160px;
}
@media (max-width: 1499px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(1) .item p, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) .item p {
    padding-left: 130px;
  }
}
@media (max-width: 1249px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(1) .item p, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(1) .item p {
    padding-left: 0;
  }
}
.line-home-nous .container > .row > div .content > .row:nth-child(2), .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) {
  grid-area: b;
}
.line-home-nous .container > .row > div .content > .row:nth-child(2) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) .item {
  padding: 95px 110px 50px 140px;
  border: 1px solid #000;
  border-radius: 22px;
}
@media (max-width: 1499px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(2) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) .item {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(2) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) .item {
    padding: 30px 25px 10px 25px;
  }
}
.line-home-nous .container > .row > div .content > .row:nth-child(2) .item p, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) .item p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding-left: 160px;
}
@media (max-width: 1499px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(2) .item p, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) .item p {
    padding-left: 130px;
  }
}
@media (max-width: 1249px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(2) .item p, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(2) .item p {
    padding-left: 0;
  }
}
.line-home-nous .container > .row > div .content > .row:nth-child(3), .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) {
  grid-area: c;
}
.line-home-nous .container > .row > div .content > .row:nth-child(3) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(3) .item, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item {
    margin-top: 15px;
  }
}
.line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary {
  background-color: #fff;
  color: #242424;
  transition: all 150ms;
  border: 1px solid #fff;
  margin-left: 300px;
}
.line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:hover, .line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:active, .line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:focus, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:hover, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:active, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:focus {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
}
@media (max-width: 767px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary {
    margin-left: 0;
  }
}
.line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:before, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:before {
  content: "";
  position: absolute;
  width: 117px;
  height: 87px;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-fleche-decouvrez.svg") no-repeat;
  background-size: cover;
  margin-left: -270px;
}
@media (max-width: 767px) {
  .line-home-nous .container > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:before, .line-home-nous .container-fluid > .row > div .content > .row:nth-child(3) .item .intro .btn-primary:before {
    display: none;
  }
}
.line-home-nous .container > .row > div .content > .row .item, .line-home-nous .container-fluid > .row > div .content > .row .item {
  padding-left: 0;
  padding-right: 0;
}
.line-home-nous .container > .row > div .content > .row .item .intro, .line-home-nous .container-fluid > .row > div .content > .row .item .intro {
  position: relative;
}
.line-home-nous .container > .row > div .content > .row .item .intro h2, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h2 {
  color: #fff;
  font-size: 74px;
  line-height: 62px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .line-home-nous .container > .row > div .content > .row .item .intro h2, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h2 {
    font-size: 43px;
    line-height: 36px;
  }
}
.line-home-nous .container > .row > div .content > .row .item .intro h2 strong, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h2 strong {
  font-size: 74px;
  line-height: 62px;
}
@media (max-width: 991px) {
  .line-home-nous .container > .row > div .content > .row .item .intro h2 strong, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h2 strong {
    font-size: 43px;
    line-height: 36px;
  }
}
.line-home-nous .container > .row > div .content > .row .item .intro h2 br, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h2 br {
  display: block !important;
}
.line-home-nous .container > .row > div .content > .row .item .intro h4, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h4 {
  color: #fff;
  position: absolute;
  left: 0;
  top: 140px;
  font-size: 70px;
  font-family: "Majesti", serif;
}
@media (max-width: 1249px) {
  .line-home-nous .container > .row > div .content > .row .item .intro h4, .line-home-nous .container-fluid > .row > div .content > .row .item .intro h4 {
    position: relative;
    margin-bottom: 10px;
    top: -30px;
  }
}

.line-home-formule {
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #3009eb;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .line-home-formule {
    padding-bottom: 60px;
  }
}
.line-home-formule .container-fluid > .row {
  padding: 100px 50px 55px 80px;
  border: 1px solid #000;
  border-radius: 22px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row {
    padding: 70px 40px 50px 50px;
  }
}
@media (max-width: 767px) {
  .line-home-formule .container-fluid > .row {
    padding: 40px 20px 20px 20px;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(1) {
  width: 70%;
}
@media (min-width: 1250px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) {
    width: 860px;
  }
}
@media (min-width: 1400px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) {
    width: 880px;
  }
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 {
  font-size: 174px;
  line-height: 138px;
  color: #fff;
  width: 1000px;
}
@media (max-width: 1249px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 {
    font-size: 120px;
    line-height: 130px;
  }
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 {
    font-size: 50px;
    line-height: 40px;
    width: 100%;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 br {
  display: block !important;
}
.line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 strong {
  font-size: 203px;
  line-height: 176px;
  color: #fff;
  width: 1000px;
}
@media (max-width: 1249px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 strong {
    font-size: 153px;
    line-height: 156px;
  }
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) .content h2 strong {
    font-size: 54px;
    line-height: 44px;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(1) .content dotlottie-wc, .line-home-formule .container-fluid > .row > div:nth-child(1) .content dotlottie-player {
  margin-top: 20px;
}
@media (max-width: 1249px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) .content dotlottie-wc, .line-home-formule .container-fluid > .row > div:nth-child(1) .content dotlottie-player {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .line-home-formule .container-fluid > .row > div:nth-child(1) .content dotlottie-wc, .line-home-formule .container-fluid > .row > div:nth-child(1) .content dotlottie-player {
    padding-right: 0;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(2) {
  width: 30%;
}
@media (min-width: 1250px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) {
    width: calc(100% - 860px);
  }
}
@media (min-width: 1400px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) {
    width: calc(100% - 880px);
  }
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(2) .content {
  margin-top: 205px;
  max-width: 680px;
}
@media (max-width: 1249px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) .content {
    margin-top: 165px;
  }
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) .content {
    margin-top: 95px;
  }
}
@media (max-width: 767px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) .content {
    margin-top: 0;
  }
}
.line-home-formule .container-fluid > .row > div:nth-child(2) .content p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.line-home-formule .container-fluid > .row > div:nth-child(2) .content .btn-primary {
  margin-top: 80px;
}
@media (max-width: 1249px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) .content .btn-primary {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .line-home-formule .container-fluid > .row > div:nth-child(2) .content .btn-primary {
    margin-top: 0;
  }
}

.line-home-services-title {
  padding-top: 120px;
  padding-bottom: 115px;
  border-bottom: 1px solid #908e88;
  position: relative;
  background-color: #FFFBEE;
}
@media (max-width: 991px) {
  .line-home-services-title {
    padding-top: 78px;
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .line-home-services-title .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.line-home-services-title .container .content h2 strong {
  font-size: 74px !important;
  line-height: 78px !important;
  font-family: "Majesti", serif !important;
}
@media (max-width: 991px) {
  .line-home-services-title .container .content h2 strong {
    font-size: 33px !important;
    line-height: 32px !important;
  }
}

.line-home-services {
  position: relative;
  overflow-x: clip;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .line-home-services .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.line-home-services .container > .row > div .newsList > .row + .row {
  margin-top: 0;
}
.line-home-services .container > .row > div .newsList > .row .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-top: 56px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.line-home-services .container > .row > div .newsList > .row .item:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 1px;
  bottom: 0;
  left: -50%;
  background-color: #908e88;
}
.line-home-services .container > .row > div .newsList > .row .item h3 {
  /*
  @include max-md {
      font-size: 30px;
      line-height: 36px;
  }
  */
  order: 0;
  color: #242424;
  font-size: 45px;
  max-width: 49%;
  font-weight: 300;
  z-index: 3;
  margin-bottom: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item h3 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 0;
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.line-home-services .container > .row > div .newsList > .row .item .itemImage {
  order: 1;
  position: absolute;
  left: 100px;
  top: -70%;
  transform: translateY(-70%);
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item .itemImage {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item .itemImage {
    position: relative;
    transform: none;
    left: 0;
  }
}
.line-home-services .container > .row > div .newsList > .row .item .itemImage img {
  position: absolute;
  border-radius: 8px;
  margin-bottom: 0;
  /*
  @include max-md {
      max-width: 300px;
  }
  */
  max-width: 350px;
}
@media (max-width: 1249px) {
  .line-home-services .container > .row > div .newsList > .row .item .itemImage img {
    max-width: 350px;
    left: -60px;
  }
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item .itemImage img {
    position: relative;
    max-width: 350px;
    left: 0;
  }
}
.line-home-services .container > .row > div .newsList > .row .item:hover {
  cursor: pointer;
}
.line-home-services .container > .row > div .newsList > .row .item:hover:before {
  display: block;
}
.line-home-services .container > .row > div .newsList > .row .item:hover h3 {
  color: #2708F0;
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item:hover h3 {
    margin-bottom: 30px;
  }
}
.line-home-services .container > .row > div .newsList > .row .item:hover .itemImage {
  display: block;
  z-index: 3;
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item:hover .itemImage {
    position: relative;
  }
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item:hover .itemImage img {
    position: relative;
  }
}
.line-home-services .container > .row > div .newsList > .row .item.active .itemImage {
  display: block;
  z-index: 3;
}

.line-home-projet-title {
  padding-top: 115px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .line-home-projet-title {
    padding-top: 110px;
  }
}
.line-home-projet-title .container > .row > div:nth-child(1) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  .line-home-projet-title .container > .row > div:nth-child(1) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-home-projet-title .container > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-home-projet-title .container > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-home-projet-title .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-home-projet-title .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-home-projet-title .container > .row > div:nth-child(1) .content h2 br {
  display: block !important;
}
@media (max-width: 991px) {
  .line-home-projet-title .container > .row > div:nth-child(1) .content h2 {
    margin-bottom: 30px;
  }
}
.line-home-projet-title .container > .row > div:nth-child(2) .content .btn {
  margin-top: 20px;
}

/*
.line-home-projet {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow-x: clip;
}
*/
.line-home-blogue-title {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .line-home-blogue-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.line-home-blogue-title .container > .row {
  display: flex;
  flex-direction: row;
  min-height: 120px;
}
@media (max-width: 767px) {
  .line-home-blogue-title .container > .row {
    flex-direction: column;
  }
}
.line-home-blogue-title .container > .row > div:nth-child(1) {
  width: 60%;
}
@media (max-width: 767px) {
  .line-home-blogue-title .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-home-blogue-title .container > .row > div:nth-child(1) .content h2 {
  font-size: 200px;
  line-height: 100px;
  font-style: normal;
  font-weight: 500;
  font-family: "Majesti", serif;
}
@media (max-width: 1499px) {
  .line-home-blogue-title .container > .row > div:nth-child(1) .content h2 {
    font-size: 160px !important;
    line-height: 100px !important;
  }
}
@media (max-width: 991px) {
  .line-home-blogue-title .container > .row > div:nth-child(1) .content h2 {
    font-size: 114px !important;
    line-height: 88px !important;
  }
}
@media (max-width: 575px) {
  .line-home-blogue-title .container > .row > div:nth-child(1) .content h2 {
    font-size: 74px !important;
    line-height: 58px !important;
  }
}
.line-home-blogue-title .container > .row > div:nth-child(2) {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
@media (max-width: 767px) {
  .line-home-blogue-title .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .line-home-blogue-title .container > .row > div:nth-child(2) {
    align-items: center;
  }
}
.line-home-blogue-title .container > .row > div:nth-child(2) .content .btn {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .line-home-blogue-title .container > .row > div:nth-child(2) .content .btn {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .line-home-blogue-title .container > .row > div:nth-child(2) .content .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .line-home-blogue-title .container > .row > div:nth-child(2) .content .btn {
    margin-top: 90px;
  }
}

.line-home-equipe {
  padding-top: 390px;
  padding-bottom: 120px;
  background-color: #2708F0;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1249px) {
  .line-home-equipe {
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .line-home-equipe {
    padding-top: 320px;
    padding-bottom: 205px;
  }
}
.line-home-equipe .container-fluid > .row .content h1, .line-home-equipe .container-fluid > .row .content h2, .line-home-equipe .container-fluid > .row .content h3, .line-home-equipe .container-fluid > .row .content h4, .line-home-equipe .container-fluid > .row .content h5, .line-home-equipe .container-fluid > .row .content h6, .line-home-equipe .container-fluid > .row .content p, .line-home-equipe .container-fluid > .row .content small, .line-home-equipe .container-fluid > .row .content .h1, .line-home-equipe .container-fluid > .row .content .h2, .line-home-equipe .container-fluid > .row .content .h3, .line-home-equipe .container-fluid > .row .content .h4, .line-home-equipe .container-fluid > .row .content .h5, .line-home-equipe .container-fluid > .row .content .h6 {
  font-family: "Arial", sans-serif;
  color: #fff;
}
.line-home-equipe .container-fluid > .row .content h2 {
  font-size: 60px;
  line-height: 61px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
.line-home-equipe .container-fluid > .row .content h2 strong {
  font-size: 74px;
  line-height: 76px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-home-equipe .container-fluid > .row .content h2 br {
  display: block !important;
}
.line-home-equipe .container-fluid > .row .content p {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-home-equipe .container-fluid > .row .content p strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.line-home-equipe .container-fluid > .row .content p:nth-last-of-type(-n+4) {
  margin-bottom: 0;
}
.line-home-equipe .container-fluid > .row .content p:nth-last-of-type(-n+4) img {
  position: absolute;
}
.line-home-equipe .container-fluid > .row .content p:nth-last-of-type(4) img {
  right: calc(50% - 370px);
  top: -300px;
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(4) img {
    width: 235px !important;
    right: calc(50% - 310px);
    top: -300px;
  }
}
@media (max-width: 767px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(4) img {
    width: 175px !important;
    right: calc(50% - 200px);
    top: -180px;
  }
}
.line-home-equipe .container-fluid > .row .content p:nth-last-of-type(3) img {
  left: calc(50% - 570px);
  top: -130px;
}
@media (max-width: 1249px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(3) img {
    left: calc(50% - 470px);
    top: -230px;
  }
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(3) img {
    width: 147px !important;
    left: calc(50% - 270px);
    top: -250px;
  }
}
@media (max-width: 767px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(3) img {
    width: 107px !important;
    left: calc(50% - 150px);
    top: -240px;
  }
}
.line-home-equipe .container-fluid > .row .content p:nth-last-of-type(2) img {
  right: calc(50% - 680px);
  top: 140px;
}
@media (max-width: 1249px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(2) img {
    width: 300px !important;
    right: calc(50% - 530px);
    top: 420px;
  }
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(2) img {
    width: 250px !important;
    right: calc(50% - 360px);
    top: 360px;
  }
}
@media (max-width: 767px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(2) img {
    width: 192px !important;
    right: calc(50% - 180px);
    top: 340px;
  }
}
.line-home-equipe .container-fluid > .row .content p:nth-last-of-type(1) img {
  left: calc(50% - 380px);
  bottom: -70px;
}
@media (max-width: 1249px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(1) img {
    left: calc(50% - 340px);
    bottom: -120px;
  }
}
@media (max-width: 991px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(1) img {
    width: 70px !important;
    left: calc(50% - 220px);
    bottom: -120px;
  }
}
@media (max-width: 767px) {
  .line-home-equipe .container-fluid > .row .content p:nth-last-of-type(1) img {
    width: 57px !important;
    left: calc(50% - 130px);
    bottom: -100px;
  }
}

.line-home-infolettre {
  padding-top: 55px;
  /*padding-bottom: 260px;*/
  padding-bottom: 95px;
  background-color: #2708F0;
}
.line-home-infolettre .container-fluid {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 22px;
  background-color: #1A03B3;
  overflow: hidden;
}
.line-home-infolettre .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) {
    background-color: #1A03B3;
    z-index: 10;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content {
  padding: 165px 20px 55px 135px;
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h1, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h3, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h4, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h5, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h6, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content p, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content small, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content .h1, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content .h2, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content .h3, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content .h4, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content .h5, .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content .h6 {
  color: #fff;
}
@media (max-width: 1499px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content {
    padding: 65px 20px 15px 85px;
  }
}
@media (max-width: 1249px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content {
    padding: 65px 20px 35px 45px;
  }
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content {
    padding: 65px 10px 35px 10px;
    text-align: center;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 1249px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 strong {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h2 br {
  display: block !important;
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h3 {
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h3 img {
  margin-top: -10px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h3 img {
    margin-top: 0;
    margin-right: 0;
    width: 28px !important;
    margin-bottom: 10px;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content h3 br {
  display: block !important;
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
  color: #fff;
}
@media (max-width: 991px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(1) .content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(1) .content p .btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) {
    height: 340px;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(2) .content {
  height: 100%;
  text-align: center;
  position: relative;
  max-width: 640px;
  /* Initial positions - adjust as needed */
}
@media (max-width: 1399px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content {
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content {
    width: 100%;
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .parallax-img {
  position: absolute;
  will-change: transform; /* Optimizes performance */
  transition: transform 0.1s ease-out; /* Smooth movement */
}
.line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-up {
  top: -50%;
  left: 95px;
}
@media (max-width: 1399px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-up {
    left: -55px;
  }
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-up {
    width: 135px !important;
    left: calc(50% - 145px);
  }
}
@media (max-width: 575px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-up {
    width: 100px !important;
    left: calc(50% - 115px);
  }
}
.line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-down {
  bottom: -60%;
  right: 95px;
}
@media (max-width: 1399px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-down {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-down {
    width: 135px !important;
    right: calc(50% - 125px);
  }
}
@media (max-width: 575px) {
  .line-home-infolettre .container-fluid > .row > div:nth-child(2) .content .img-down {
    width: 100px !important;
    right: calc(50% - 85px);
  }
}

.line-blogue-retour {
  padding-top: 60px;
  padding-bottom: 60px;
}
.line-blogue-retour .container > .row > div .content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.line-2col-titre-texte {
  padding-top: 135px;
}
.line-2col-titre-texte ul {
  list-style: none;
}
.line-2col-titre-texte ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.line-2col-titre-texte ul li:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-list-blue-line.svg");
  width: 24px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 14px;
}
.line-2col-titre-texte br {
  display: block !important;
}

.line-realisations-cta {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .line-realisations-cta {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.line-realisations-cta.cta-closer {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .line-realisations-cta.cta-closer {
    padding-bottom: 40px;
  }
}
.line-realisations-cta.cta-closer .container-fluid > .row > div .content p .btn-big-arrow {
  margin-bottom: -110px;
}
@media (max-width: 767px) {
  .line-realisations-cta.cta-closer .container-fluid > .row > div .content p .btn-big-arrow {
    height: 110px;
    margin-bottom: -80px;
  }
}
.line-realisations-cta .container-fluid > .row > div .content p {
  z-index: 100;
  position: relative;
  text-align: right;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.line-realisations-cta .container-fluid > .row > div .content p .btn-big-arrow {
  margin-bottom: -45px;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .line-realisations-cta .container-fluid > .row > div .content p .btn-big-arrow {
    margin-bottom: -97px;
    margin-right: 10px;
  }
}
.line-realisations-cta .container-fluid > .row > div .content ul {
  /*
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  gap: 25px;
  padding-left: 0!important;
  @include max-sm {
      gap: 10px;
  }
  li {
      height: auto;
      width: auto;
      max-height: 100%;
      object-fit: contain;
      display: block; 
      img {
          border-radius: 8px;
      }
  }
  */
}

.line-agence-equipe {
  padding-top: 110px;
  padding-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .line-agence-equipe {
    padding-top: 20px;
  }
}
.line-agence-equipe .container-fluid > .row > div .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 55px 24px;
}
@media (max-width: 1249px) {
  .line-agence-equipe .container-fluid > .row > div .content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 55px 24px;
  }
}
@media (max-width: 991px) {
  .line-agence-equipe .container-fluid > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 14px;
  }
}
.line-agence-equipe .container-fluid > .row > div .content > .row {
  margin-top: 0;
}
.line-agence-equipe .container-fluid > .row > div .content > .row .item .itemImage img {
  margin-bottom: 6px;
  border-radius: 8px;
}
.line-agence-equipe .container-fluid > .row > div .content > .row .item .intro h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #242424;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .line-agence-equipe .container-fluid > .row > div .content > .row .item .intro h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.line-agence-equipe .container-fluid > .row > div .content > .row .item .intro h3 u {
  color: #fff;
  background: #2708F0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-agence-equipe .container-fluid > .row > div .content > .row .item .intro h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .line-agence-equipe .container-fluid > .row > div .content > .row .item .intro h4 {
    font-size: 17px;
    line-height: 23px;
  }
}

.line-agence-equipe-cta {
  padding-top: 195px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .line-agence-equipe-cta {
    padding-top: 75px;
    padding-bottom: 25px;
  }
}
.line-agence-equipe-cta .container > .row > div .content h2 {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-agence-equipe-cta .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-agence-equipe-cta .container > .row > div .content h2 strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .line-agence-equipe-cta .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-agence-equipe-cta .container > .row > div .content h3 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-agence-equipe-cta .container > .row > div .content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.line-expertise-banner-img-under {
  padding-bottom: 90px;
  margin-top: -40px;
}
@media (max-width: 1249px) {
  .line-expertise-banner-img-under {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .line-expertise-banner-img-under {
    margin-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-expertise-banner-img-under .content {
    text-align: right;
  }
}
.line-expertise-banner-img-under .content img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .line-expertise-banner-img-under .content img {
    margin-left: auto;
    margin-right: 0;
    width: 252px !important;
  }
}

.line-expertise-realite {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .line-expertise-realite {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.line-expertise-realite .container > .row > div:nth-child(1) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-expertise-realite .container > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-expertise-realite .container > .row > div:nth-child(1) .content h2 br {
  display: block !important;
}
.line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-wc, .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-player {
  margin-top: 180px;
  max-width: 344px;
}
@media (max-width: 1249px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-wc, .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-player {
    margin-top: 350px;
  }
}
@media (max-width: 991px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-wc, .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-player {
    margin-top: 290px;
    width: 223px !important;
  }
}
@media (max-width: 767px) {
  .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-wc, .line-expertise-realite .container > .row > div:nth-child(1) .content dotlottie-player {
    margin-top: 58px;
    margin-bottom: 10px;
  }
}
.line-expertise-realite .container > .row > div:nth-child(2) .content h3 {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .line-expertise-realite .container > .row > div:nth-child(2) .content h3 {
    margin-top: 80px;
  }
}

.line-expertise-success-title {
  padding-top: 150px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .line-expertise-success-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-expertise-success-title {
    padding-top: 105px;
    padding-bottom: 20px;
  }
}
.line-expertise-success-title .container > .row > div .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  .line-expertise-success-title .container > .row > div .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-expertise-success-title .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-expertise-success-title .container > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-expertise-success-title .container > .row > div .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-expertise-success-title .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-expertise-success-title .container > .row > div .content h2 br {
  display: block !important;
}

.line-expertise-success {
  padding-top: 70px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .line-expertise-success {
    padding-top: 10px;
  }
}
.line-expertise-success .container > .row > div:nth-child(1) {
  width: 70%;
}
@media (max-width: 767px) {
  .line-expertise-success .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-expertise-success .container > .row > div:nth-child(1) .content {
  border: 1px solid #2708F0;
  border-radius: 22px;
  padding: 90px 50px 70px 35px;
  position: relative;
}
@media (max-width: 767px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content {
    padding: 35px 15px 30px 15px;
  }
}
.line-expertise-success .container > .row > div:nth-child(1) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-expertise-success .container > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.line-expertise-success .container > .row > div:nth-child(1) .content img {
  margin-top: 180px;
}
.line-expertise-success .container > .row > div:nth-child(1) .content:before {
  content: "";
  width: 682px;
  height: 768px;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Expertise/expertise-success-bg.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: -510px;
  top: -170px;
  border-radius: 8px;
  z-index: -1;
}
@media (max-width: 1499px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content:before {
    right: -360px;
  }
}
@media (max-width: 1249px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content:before {
    top: -50px;
    right: -320px;
    width: 602px;
    height: 688px;
  }
}
@media (max-width: 991px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content:before {
    top: -100px;
    right: -230px;
    width: 502px;
    height: 588px;
  }
}
@media (max-width: 767px) {
  .line-expertise-success .container > .row > div:nth-child(1) .content:before {
    width: 199px;
    height: 224px;
    bottom: -195px;
    right: -20px;
    top: auto;
  }
}
.line-expertise-success .container > .row > div:nth-child(2) {
  width: 30%;
}

.line-expertise-comment {
  padding-top: 195px;
  padding-bottom: 20px;
}
.line-expertise-comment .container > .row > div:nth-child(2) .content:before {
  content: "";
  width: 218px;
  height: 218px;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Expertise/fleche-bleu.svg") no-repeat;
  position: absolute;
  background-size: contain;
  left: -210px;
  top: -120px;
}
@media (max-width: 767px) {
  .line-expertise-comment .container > .row > div:nth-child(2) .content:before {
    left: -10px;
    width: 150px;
    height: 150px;
    top: -85px;
  }
}
.line-expertise-comment .container > .row > div:nth-child(2) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .line-expertise-comment .container > .row > div:nth-child(2) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-expertise-comment .container > .row > div:nth-child(2) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-expertise-comment .container > .row > div:nth-child(2) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-expertise-comment .container > .row > div:nth-child(2) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-expertise-comment .container > .row > div:nth-child(2) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-expertise-comment .container > .row > div:nth-child(2) .content h2 {
    padding-left: 120px;
  }
}

.line-expertise-comment-cta {
  padding-top: 60px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .line-expertise-comment-cta {
    padding-top: 20px;
    padding-bottom: 90px;
  }
}
.line-expertise-comment-cta .container > .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .line-expertise-comment-cta .container > .row {
    flex-direction: column;
  }
}
.line-expertise-comment-cta .container > .row > div:nth-child(1) .content img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .line-expertise-comment-cta .container > .row > div:nth-child(1) .content img {
    width: 250px !important;
  }
}
.line-expertise-comment-cta .container > .row > div:nth-child(2) .content {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 767px) {
  .line-expertise-comment-cta .container > .row > div:nth-child(2) .content {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
  }
}
.line-expertise-comment-cta .container > .row > div:nth-child(2) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  .line-expertise-comment-cta .container > .row > div:nth-child(2) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-expertise-comment-cta .container > .row > div:nth-child(2) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-expertise-comment-cta .container > .row > div:nth-child(2) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-expertise-comment-cta .container > .row > div:nth-child(2) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-expertise-comment-cta .container > .row > div:nth-child(2) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}

.line-expertise-logos {
  padding-bottom: 80px;
}
.line-expertise-logos .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 10px;
}
@media (max-width: 991px) {
  .line-expertise-logos .container > .row > div .content ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 10px;
  }
}
@media (max-width: 767px) {
  .line-expertise-logos .container > .row > div .content ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 10px;
  }
}
.line-2col-titre-anime-texte {
  padding-top: 70px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-2col-titre-anime-texte {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.line-2col-titre-anime-texte h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .line-2col-titre-anime-texte h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-2col-titre-anime-texte h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-2col-titre-anime-texte h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-2col-titre-anime-texte h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-2col-titre-anime-texte h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-2col-titre-anime-texte h2 {
    margin-bottom: 10px;
  }
}
.line-2col-titre-anime-texte h2 br {
  display: block !important;
}
@media (max-width: 767px) {
  .line-2col-titre-anime-texte img {
    margin-top: 40px;
  }
}
.line-2col-titre-anime-texte br {
  display: block !important;
}
@media (max-width: 767px) {
  .line-2col-titre-anime-texte .container > .row > div:nth-child(1) .content {
    padding-bottom: 15px;
  }
}
.line-2col-titre-anime-texte .container > .row > div:nth-child(2) .content {
  margin-top: 10px;
}

.line-conseils-contact-title {
  padding-top: 140px;
  padding-bottom: 150px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 10px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Conseils/image-CODIR-bleu.png") no-repeat #2708F0;
  background-size: cover;
}
@media (max-width: 767px) {
  .line-conseils-contact-title {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 35px;
    padding-bottom: 0;
  }
}
.line-conseils-contact-title .container > .row > div .content {
  text-align: center;
}
.line-conseils-contact-title .container > .row > div .content h2 {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
  color: #fff;
}
@media (max-width: 767px) {
  .line-conseils-contact-title .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-conseils-contact-title .container > .row > div .content h2 strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .line-conseils-contact-title .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-conseils-contact-title .container > .row > div .content ul {
  margin-left: 0;
  padding-left: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px 25px;
  margin-top: 70px !important;
}
@media (max-width: 767px) {
  .line-conseils-contact-title .container > .row > div .content ul {
    margin-top: 35px !important;
  }
}
.line-conseils-contact-title .container > .row > div .content ul li {
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 32px !important;
  line-height: 34px !important;
}
@media (max-width: 991px) {
  .line-conseils-contact-title .container > .row > div .content ul li {
    padding: 15px 20px;
    font-size: 16px !important;
    line-height: 16px !important;
  }
}

.line-branding-services {
  border: 1px solid #2708F0;
  margin-bottom: 260px;
  padding-top: 95px;
  padding-bottom: 220px;
  margin-left: 25px;
  margin-right: 25px;
  border: 2px solid #2708F0;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .line-branding-services {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 270px;
  }
}
.line-branding-services .container {
  padding-left: 30px;
  padding-right: 30px;
}
.line-branding-services .container > .row > div .content h2 {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-branding-services .container > .row > div .content h2 strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-branding-services .container > .row > div .content .img-video {
  padding-top: 130px;
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content .img-video {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
.line-branding-services .container > .row > div .content h3:nth-of-type(1) {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content h3:nth-of-type(1) {
    font-size: 24px;
  }
}
.line-branding-services .container > .row > div .content h3:has(+ ul) {
  margin-top: 75px;
  position: absolute;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content h3:has(+ ul) {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-branding-services .container > .row > div .content h3:has(+ ul) strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content h3:has(+ ul) strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content h3:has(+ ul) {
    margin-top: 90px;
    font-size: 30px;
    line-height: 34px;
    position: relative;
  }
}
.line-branding-services .container > .row > div .content h3:has(+ ul) br {
  display: block !important;
}
.line-branding-services .container > .row > div .content dotlottie-wc, .line-branding-services .container > .row > div .content dotlottie-player {
  max-width: 897px;
  margin-left: auto;
  margin-right: auto;
}
.line-branding-services .container > .row > div .content ul {
  margin-top: 90px !important;
  margin-left: 360px;
  list-style: none;
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content ul {
    margin-left: 280px;
  }
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content ul {
    margin-left: 0;
    margin-top: 35px !important;
  }
}
.line-branding-services .container > .row > div .content ul.columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  gap: 140px;
}
@media (max-width: 1249px) {
  .line-branding-services .container > .row > div .content ul.columns {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content ul.columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.line-branding-services .container > .row > div .content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 320px;
  break-inside: avoid;
  font-size: 22px !important;
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content ul li {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content ul li {
    max-width: 100%;
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .line-branding-services .container > .row > div .content ul li:nth-child(3) {
    break-after: column;
  }
}
.line-branding-services .container > .row > div .content ul li:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-list-blue-line.svg");
  width: 24px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 14px;
}
.line-branding-services .container > .row > div .content .img1 {
  position: absolute;
  right: -40px;
  bottom: -270px;
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .line-branding-services .container > .row > div .content .img1 {
    right: 20px;
    bottom: -310px;
  }
}
@media (max-width: 1249px) {
  .line-branding-services .container > .row > div .content .img1 {
    width: 235px !important;
    right: -10px;
    bottom: -320px;
  }
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content .img1 {
    width: 212px !important;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content .img1 {
    right: 0;
    bottom: -375px;
  }
}
.line-branding-services .container > .row > div .content .img2 {
  position: absolute;
  bottom: -530px;
  left: -40px;
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .line-branding-services .container > .row > div .content .img2 {
    left: 20px;
    bottom: -500px;
  }
}
@media (max-width: 1249px) {
  .line-branding-services .container > .row > div .content .img2 {
    width: 497px !important;
    bottom: -380px;
  }
}
@media (max-width: 991px) {
  .line-branding-services .container > .row > div .content .img2 {
    width: 338px !important;
  }
}
@media (max-width: 767px) {
  .line-branding-services .container > .row > div .content .img2 {
    left: -20px;
    bottom: -630px;
  }
}

.line-branding-creation {
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 620px;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .line-branding-creation {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .line-branding-creation {
    margin-top: 0;
    padding-top: 185px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 720px;
  }
}
.line-branding-creation .container {
  padding-left: 30px;
  padding-right: 30px;
}
.line-branding-creation .container > .row > div .content h2 {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-branding-creation .container > .row > div .content h2 strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-branding-creation .container > .row > div .content h2 br {
  display: block !important;
}
.line-branding-creation .container > .row > div .content .img-video {
  margin-top: 65px;
  margin-bottom: 84px;
  margin-left: calc(50% - 280px);
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content .img-video {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-branding-creation .container > .row > div .content dotlottie-wc, .line-branding-creation .container > .row > div .content dotlottie-player {
  max-width: 669px;
}
.line-branding-creation .container > .row > div .content h3:nth-of-type(1) {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content h3:nth-of-type(1) {
    font-size: 24px;
  }
}
.line-branding-creation .container > .row > div .content h3:has(+ ul) {
  margin-top: 75px;
  position: absolute;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content h3:has(+ ul) {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-branding-creation .container > .row > div .content h3:has(+ ul) strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content h3:has(+ ul) strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content h3:has(+ ul) {
    margin-top: 90px;
    font-size: 30px;
    line-height: 34px;
    position: relative;
  }
}
.line-branding-creation .container > .row > div .content h3:has(+ ul) br {
  display: block !important;
}
.line-branding-creation .container > .row > div .content ul {
  margin-top: 90px !important;
  margin-left: 360px;
  list-style: none;
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content ul {
    margin-left: 280px;
  }
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content ul {
    margin-left: 0;
    margin-top: 35px !important;
  }
}
.line-branding-creation .container > .row > div .content ul.columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  gap: 140px;
}
@media (max-width: 1249px) {
  .line-branding-creation .container > .row > div .content ul.columns {
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content ul.columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.line-branding-creation .container > .row > div .content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 440px;
  break-inside: avoid;
  font-size: 22px !important;
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content ul li {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content ul li {
    max-width: 100%;
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .line-branding-creation .container > .row > div .content ul li:nth-child(3) {
    break-after: column;
  }
}
.line-branding-creation .container > .row > div .content ul li:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/icon-list-blue-line.svg");
  width: 24px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 14px;
}
.line-branding-creation .container > .row > div .content .img1 {
  position: absolute;
  right: -40px;
  bottom: -444px;
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .line-branding-creation .container > .row > div .content .img1 {
    right: 20px;
  }
}
@media (max-width: 1249px) {
  .line-branding-creation .container > .row > div .content .img1 {
    width: 235px !important;
    right: -10px;
    bottom: -340px;
  }
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content .img1 {
    width: 212px !important;
    right: 70px;
  }
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content .img1 {
    right: 0;
    bottom: -375px;
  }
}
.line-branding-creation .container > .row > div .content .img2 {
  position: absolute;
  bottom: -700px;
  left: -70px;
  border-radius: 8px;
}
@media (max-width: 1499px) {
  .line-branding-creation .container > .row > div .content .img2 {
    left: 20px;
  }
}
@media (max-width: 1249px) {
  .line-branding-creation .container > .row > div .content .img2 {
    width: 497px !important;
    bottom: -540px;
  }
}
@media (max-width: 991px) {
  .line-branding-creation .container > .row > div .content .img2 {
    width: 338px !important;
  }
}
@media (max-width: 767px) {
  .line-branding-creation .container > .row > div .content .img2 {
    left: -20px;
    bottom: -710px;
  }
}

.line-branding-cta {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .line-branding-cta {
    padding-bottom: 134px;
  }
}
.line-branding-cta .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-branding-cta .container > .row > div:nth-child(1) {
    width: 230px;
    position: absolute;
  }
}
.line-branding-cta .container > .row > div:nth-child(1) .content p {
  text-align: right;
}
@media (max-width: 767px) {
  .line-branding-cta .container > .row > div:nth-child(1) .content p {
    text-align: left;
  }
}
.line-branding-cta .container > .row > div:nth-child(1) .content p a {
  margin-top: 155px;
  margin-right: -15px;
}
@media (max-width: 1249px) {
  .line-branding-cta .container > .row > div:nth-child(1) .content p a {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .line-branding-cta .container > .row > div:nth-child(1) .content p a {
    margin-right: 0;
    margin-top: 35px;
    margin-left: 0;
    position: absolute;
  }
}
@media (max-width: 575px) {
  .line-branding-cta .container > .row > div:nth-child(1) .content p a {
    margin-left: -30px;
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .line-branding-cta .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-branding-cta .container > .row > div:nth-child(2) .content img {
  border-radius: 8px;
  float: right;
}
@media (max-width: 1499px) {
  .line-branding-cta .container > .row > div:nth-child(2) .content img {
    width: 420px !important;
  }
}
@media (max-width: 767px) {
  .line-branding-cta .container > .row > div:nth-child(2) .content img {
    width: 214px !important;
  }
}

.line-ecosysteme-2col-text {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-ecosysteme-2col-text {
    padding-bottom: 30px;
  }
}
.line-ecosysteme-2col-text.adn {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .line-ecosysteme-2col-text.adn {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-2col-text.adn {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-2col-text .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 {
    margin-bottom: 20px;
  }
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content h2 br {
  display: block !important;
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content img {
  padding-top: 55px;
}
@media (max-width: 991px) {
  .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content img {
    padding-top: 5px;
    max-width: 300px;
  }
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content dotlottie-wc, .line-ecosysteme-2col-text .container > .row > div:nth-child(1) .content dotlottie-player {
  max-width: 357px;
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(2) .content {
  padding-top: 15px;
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(2) .content h3 {
  margin-bottom: 40px;
}
.line-ecosysteme-2col-text .container > .row > div:nth-child(2) .content .btn-primary {
  margin-top: 65px;
}

.line-ecosysteme-2col-img {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-ecosysteme-2col-img {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.line-ecosysteme-2col-img .container > .row > div .content img {
  border-radius: 8px;
}
.line-ecosysteme-2col-img .container > .row > div:nth-child(1) .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .line-ecosysteme-2col-img .container > .row > div:nth-child(1) .content {
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-2col-img .container > .row > div:nth-child(2) .content {
    margin-top: 40px;
  }
}

.line-ecosysteme-1col-center {
  padding-top: 35px;
}
.line-ecosysteme-1col-center .container > .row > div .content {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.line-ecosysteme-1col-center .container > .row > div .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .line-ecosysteme-1col-center .container > .row > div .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-1col-center .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-ecosysteme-1col-center .container > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-ecosysteme-1col-center .container > .row > div .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-1col-center .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}

.line-ecosysteme-1col-horizontal-list {
  padding-top: 35px;
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content {
  text-align: center;
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 65px;
}
@media (max-width: 1399px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content ul {
  position: relative;
  list-style: none;
}
@media (min-width: 768px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul {
    padding-left: 0 !important;
    margin-top: 115px !important;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul {
    text-align: left;
    padding-left: 45px !important;
    margin-top: 50px !important;
  }
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li {
  position: relative;
  margin-bottom: 35px !important;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li {
    flex: 1 1 0px;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li br {
    display: none;
  }
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid #2708F0;
  position: absolute;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -50px;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:before {
    position: absolute;
    margin-left: -50px;
  }
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:after {
  content: "";
  background-color: #2708F0;
  position: absolute;
  margin-left: -39px;
}
@media (min-width: 768px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:after {
    width: calc(100% - 20px);
    height: 1px;
    top: -39px;
    left: calc(50% + 10px);
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:after {
    width: 1px;
    height: calc(100% + 14px);
    top: 22px;
    left: 0;
  }
}
.line-ecosysteme-1col-horizontal-list .container > .row > div .content ul li:last-child:after {
  display: none;
}

.line-ecosysteme-services-title {
  padding-top: 120px;
  padding-bottom: 0;
}
.line-ecosysteme-services-title .container > .row > div .content {
  text-align: center;
}
.line-ecosysteme-services-title .container > .row > div .content h2 {
  font-size: 68px;
  line-height: 70px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-ecosysteme-services-title .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-ecosysteme-services-title .container > .row > div .content h2 br {
  display: block !important;
}
.line-ecosysteme-services-title .container > .row > div .content h2 strong {
  font-size: 114px;
  line-height: 108px;
}
@media (max-width: 767px) {
  .line-ecosysteme-services-title .container > .row > div .content h2 strong {
    font-size: 72px;
    line-height: 74px;
  }
}

@media (max-width: 991px) {
  .line-ecosysteme-banques-heures {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.line-ecosysteme-banques-heures .container {
  border-radius: 30px;
  border: 1px solid #2708F0;
  padding: 45px 50px;
}
@media (max-width: 767px) {
  .line-ecosysteme-banques-heures .container {
    padding: 35px 25px;
  }
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(1) {
  width: 40%;
}
@media (max-width: 767px) {
  .line-ecosysteme-banques-heures .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(1) .content h4 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .line-ecosysteme-banques-heures .container > .row > div:nth-child(1) .content h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(1) .content h4 br {
  display: block !important;
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(1) .content p img {
  margin-top: 45px;
  margin-left: 80px;
}
@media (max-width: 991px) {
  .line-ecosysteme-banques-heures .container > .row > div:nth-child(1) .content p img {
    margin-left: 20px;
    max-width: 180px;
  }
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(2) {
  width: 60%;
}
@media (max-width: 767px) {
  .line-ecosysteme-banques-heures .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(2) .content {
  margin-top: 45px;
}
.line-ecosysteme-banques-heures .container > .row > div:nth-child(2) .content h3 {
  margin-bottom: 40px;
}

.line-carriere-ext-1col-center {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .line-carriere-ext-1col-center {
    padding-top: 30px;
  }
}
.line-carriere-ext-1col-center .container > .row > div .content {
  text-align: center;
}
.line-carriere-ext-1col-center .container > .row > div .content h2 {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .line-carriere-ext-1col-center .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-carriere-ext-1col-center .container > .row > div .content h2 strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .line-carriere-ext-1col-center .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-carriere-ext-1col-center .container > .row > div .content img {
  margin-top: 30px;
}
.line-carriere-ext-1col-center .container > .row > div .content dotlottie-wc, .line-carriere-ext-1col-center .container > .row > div .content dotlottie-player {
  max-width: 548px;
  margin-left: 370px;
  margin-right: auto;
}
@media (max-width: 1249px) {
  .line-carriere-ext-1col-center .container > .row > div .content dotlottie-wc, .line-carriere-ext-1col-center .container > .row > div .content dotlottie-player {
    margin-left: 260px;
  }
}
@media (max-width: 991px) {
  .line-carriere-ext-1col-center .container > .row > div .content dotlottie-wc, .line-carriere-ext-1col-center .container > .row > div .content dotlottie-player {
    margin-left: auto;
  }
}

.line-carriere-accordeon {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .line-carriere-accordeon {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .line-carriere-accordeon {
    padding-bottom: 45px;
  }
}

.line-carriere-2col-img {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-carriere-2col-img {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-img {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-img .container > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-carriere-2col-img .container > .row > div .content img {
  border-radius: 8px;
}
.line-carriere-2col-img .container > .row > div:nth-child(1) .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .line-carriere-2col-img .container > .row > div:nth-child(1) .content {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-img .container > .row > div:nth-child(1) .content {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .line-carriere-2col-img .container > .row > div:nth-child(1) .content img {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-img .container > .row > div:nth-child(1) .content img {
    width: 171px !important;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-img .container > .row > div:nth-child(2) .content {
    margin-top: 40px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .line-carriere-2col-img .container > .row > div:nth-child(2) .content img {
    width: 320px !important;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-img .container > .row > div:nth-child(2) .content img {
    width: 260px !important;
  }
}

.line-carriere-2col-border {
  padding-top: 45px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .line-carriere-2col-border {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.line-carriere-2col-border:nth-child(even) .container > .row > div .content {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .line-carriere-2col-border:nth-child(even) .container > .row > div .content {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border:nth-child(even) .container > .row > div .content {
    margin-right: 0;
  }
}
.line-carriere-2col-border:nth-child(odd) .container > .row > div .content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .line-carriere-2col-border:nth-child(odd) .container > .row > div .content {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border:nth-child(odd) .container > .row > div .content {
    margin-left: 0;
  }
}
.line-carriere-2col-border .container {
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div {
    width: 100%;
  }
}
.line-carriere-2col-border .container > .row > div .content {
  border: 1px solid #000;
  border-radius: 28px;
  padding: 70px 60px 20px 60px !important;
}
@media (max-width: 1249px) {
  .line-carriere-2col-border .container > .row > div .content {
    padding: 60px 40px 20px 40px !important;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div .content {
    padding: 30px 25px 0px 25px !important;
  }
}
.line-carriere-2col-border .container > .row > div .content h2 {
  font-size: 74px;
  line-height: 68px;
  margin-bottom: 35px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-carriere-2col-border .container > .row > div .content h2 strong {
  font-size: 74px;
  line-height: 68px;
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 1249px) {
  .line-carriere-2col-border .container > .row > div .content h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .line-carriere-2col-border .container > .row > div .content h2 {
    font-size: 43px;
    line-height: 35px;
  }
}
@media (max-width: 1249px) {
  .line-carriere-2col-border .container > .row > div .content h2 strong {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .line-carriere-2col-border .container > .row > div .content h2 strong {
    font-size: 43px;
    line-height: 35px;
  }
}
.line-carriere-2col-border .container > .row > div .content h2 br {
  display: block !important;
}
.line-carriere-2col-border .container > .row > div .content h4 {
  font-size: 60px;
  line-height: 15px;
  margin-bottom: 60px;
  font-weight: 500;
  font-family: "Majesti", serif;
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div .content h4 {
    margin-bottom: 40px;
  }
}
.line-carriere-2col-border .container > .row > div .content img {
  padding-top: 55px;
}
@media (max-width: 991px) {
  .line-carriere-2col-border .container > .row > div .content img {
    padding-top: 5px;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .line-carriere-2col-border .container > .row > div:nth-child(1) {
    padding-right: 20px;
  }
}
.line-carriere-2col-border .container > .row > div:nth-child(1) .content {
  margin-top: -140px;
}
@media (max-width: 991px) {
  .line-carriere-2col-border .container > .row > div:nth-child(1) .content {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div:nth-child(1) .content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .line-carriere-2col-border .container > .row > div:nth-child(2) {
    padding-left: 20px;
  }
}
.line-carriere-2col-border .container > .row > div:nth-child(2) .content {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .line-carriere-2col-border .container > .row > div:nth-child(2) .content {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .line-carriere-2col-border .container > .row > div:nth-child(2) .content {
    margin-top: 30px;
  }
}

.line-carriere-footer {
  margin-top: 110px;
  margin-bottom: 60px;
  padding-top: 130px;
  padding-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #2708F0;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .line-carriere-footer {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .line-carriere-footer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 65px;
    padding-bottom: 20px;
  }
}
.line-carriere-footer .container {
  padding-left: 40px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .line-carriere-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.line-carriere-footer .container > .row > div .content {
  text-align: center;
}
.line-carriere-footer .container > .row > div .content h1, .line-carriere-footer .container > .row > div .content h2, .line-carriere-footer .container > .row > div .content h3, .line-carriere-footer .container > .row > div .content h4, .line-carriere-footer .container > .row > div .content h5, .line-carriere-footer .container > .row > div .content h6, .line-carriere-footer .container > .row > div .content p, .line-carriere-footer .container > .row > div .content small, .line-carriere-footer .container > .row > div .content .h1, .line-carriere-footer .container > .row > div .content .h2, .line-carriere-footer .container > .row > div .content .h3, .line-carriere-footer .container > .row > div .content .h4, .line-carriere-footer .container > .row > div .content .h5, .line-carriere-footer .container > .row > div .content .h6 {
  color: #fff;
}
.line-carriere-footer .container > .row > div .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  line-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .line-carriere-footer .container > .row > div .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-carriere-footer .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-carriere-footer .container > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-carriere-footer .container > .row > div .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-carriere-footer .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-carriere-footer .container > .row > div .content h2 {
    font-size: 40px;
    line-height: 49px;
  }
}
.line-carriere-footer .container > .row > div .content h2 u {
  color: #2708F0;
  background: #fff;
  text-decoration: none;
}
.line-carriere-footer .container > .row > div .content h2 br {
  display: block !important;
}
.line-carriere-footer .container > .row > div .content .btn {
  margin-top: 20px;
}

.line-carriere-postes-title .container > .row > div .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 1399px) {
  .line-carriere-postes-title .container > .row > div .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-carriere-postes-title .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-carriere-postes-title .container > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-carriere-postes-title .container > .row > div .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-carriere-postes-title .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}

.line-carriere-postes {
  padding-top: 60px;
  padding-bottom: 60px;
}
.line-carriere-postes .container > .row > div .newsList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
  gap: 60px 160px;
}
.line-carriere-postes .container > .row > div .newsList > .row {
  margin-top: 0;
}
.line-carriere-postes .container > .row > div .newsList > .row .item h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
  color: #242424;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-carriere-postes .container > .row > div .newsList > .row .item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.line-carriere-postes .container > .row > div .newsList > .row .item h3 u {
  color: #fff;
  background: #2708F0;
  text-decoration: none;
}
.line-carriere-postes .container > .row > div .newsList > .row .item h3 a {
  color: #242424 !important;
}
.line-carriere-postes .container > .row > div .newsList > .row .item h3 a:hover {
  text-decoration: none !important;
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions {
  margin-top: 10px;
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary {
  font-size: 20px;
  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;
  margin-left: 0;
  color: #2708F0;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-arrow-right.svg");
  background-repeat: no-repeat;
  left: auto;
  right: -68px;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  animation-name: none;
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:after {
  content: "";
  width: 64px;
  height: 49px;
  left: auto;
  right: -85px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #2708F0;
  position: absolute;
  display: inline-block;
  transition: all 300ms;
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:hover, .line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #2708F0;
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:hover:before, .line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:focus:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow_2;
  -moz-animation-name: bounce_arrow_2;
  z-index: 10000;
  filter: contrast(0);
  filter: invert(1) brightness(1000);
}
.line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:hover:after, .line-carriere-postes .container > .row > div .newsList > .row .item .actions .btn-primary:focus:after {
  background-color: #2708F0;
  border: 1px solid #2708F0;
  transition: all 300ms;
}

.poste-details {
  padding-top: 70px;
  margin-bottom: 60px;
}
.poste-details .container > .row .zone-article .mod-article__title {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
  text-align: left;
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .poste-details .container > .row .zone-article .mod-article__title {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .poste-details .container > .row .zone-article .mod-article__title {
    font-size: 32px;
    line-height: 33px;
  }
}
.poste-details .container > .row .zone-article .mod-article__title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -60px;
  display: block;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner) {
  position: relative;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner):after {
  content: "";
  width: 130%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 70px;
  display: block;
  left: -14%;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1249px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner):after {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 991px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content p:has(> img.banner):after {
    width: 100%;
    left: 0;
  }
}
.poste-details .container > .row .zone-article .news-content .mod-article__content h1 {
  margin-bottom: 30px;
  text-align: left;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  margin-top: 35px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.poste-details .container > .row .zone-article .news-content .mod-article__content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par, .poste-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer {
  max-width: 400px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par img, .poste-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer img {
  margin-right: 30px;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center center;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par h3, .poste-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par h4, .poste-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.ecrit-par h4 br, .poste-details .container > .row .zone-article .news-content .mod-article__content table.section-table-writer h4 br {
  display: block !important;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
  position: relative;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d0c5;
  bottom: -40px;
  left: 0;
  position: absolute;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.citation, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
  max-width: 100%;
  border: 0;
  margin-left: 50px;
  margin-right: 100px;
  margin-top: 120px;
  margin-bottom: 100px;
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content table.citation, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content table.citation, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote {
    margin-right: 10px;
    margin-left: 20px;
  }
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.citation h3, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h3 {
  position: relative;
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .poste-details .container > .row .zone-article .news-content .mod-article__content table.citation h3, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.citation h3:after, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d0c5;
  bottom: -40px;
  left: 0;
  position: absolute;
}
.poste-details .container > .row .zone-article .news-content .mod-article__content table.citation h4, .poste-details .container > .row .zone-article .news-content .mod-article__content div.blockquote h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.line-banner-projets-liste-title {
  padding-bottom: 110px;
}
.line-banner-projets-liste-title .container > .row > div .content h1 {
  font-size: 200px;
  line-height: 190px;
  font-weight: 500;
  font-family: "Majesti", serif;
}
@media (max-width: 991px) {
  .line-banner-projets-liste-title .container > .row > div .content h1 {
    font-size: 100px;
    line-height: 90px;
    font-weight: 400;
    text-transform: initial;
  }
}

.line-banner-projets-liste {
  /*padding-bottom: 160px;*/
}
.line-banner-projets-liste .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.line-banner-projets-liste .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 80px;
}
@media (max-width: 991px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic {
    gap: 30px 50px;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: calc(60% - 40px);
}
@media (max-width: 991px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) > div {
    display: flex;
    justify-content: flex-end !important;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) > div .news-intro {
    width: 70%;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) > div .news-intro p img {
    aspect-ratio: 15/16;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) > div .news-intro p img:nth-of-type(1) {
    display: none;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) > div .news-intro p img:nth-of-type(2) {
    display: block;
  }
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(even) > div {
    display: flex;
    justify-content: flex-start !important;
  }
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+2), .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+3) {
    width: 40%;
    width: calc(40% - 40px);
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+2) > div, .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+3) > div {
    display: flex;
    justify-content: flex-end;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+2) > div .news-intro, .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+3) > div .news-intro {
    max-width: 510px;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+2) > div .news-intro p img, .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+3) > div .news-intro p img {
    aspect-ratio: 15/16;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+2) > div .news-intro p img:nth-of-type(1), .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+3) > div .news-intro p img:nth-of-type(1) {
    display: none;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+2) > div .news-intro p img:nth-of-type(2), .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n+3) > div .news-intro p img:nth-of-type(2) {
    display: block;
  }
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n-1) {
    margin-top: -110px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row:nth-child(4n) {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro {
  position: relative;
  max-width: 100%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 25px 30px 10px 30px;
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro {
    max-width: 760px;
  }
}
@media (max-width: 991px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro {
    padding: 0;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover {
    background-color: rgba(255, 255, 255, 0.2901960784);
    border: 1px solid rgba(0, 0, 0, 0.3568627451);
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover:after {
    opacity: 1;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover ul {
    opacity: 1;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:after {
  content: "";
  width: 59px;
  height: 41px;
  background: url("https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website%20-2025/Assets/btn-projet-plus.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 40px;
  bottom: 20px;
  opacity: 0;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro p {
  margin-bottom: 25px;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro p img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  background-repeat: 8px;
  width: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro p img:nth-of-type(2) {
  display: none;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro h3 a {
  color: #242424 !important;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro h3 a:hover, .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro h3 a:focus, .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro h3 a:active {
  text-decoration: none !important;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro ul {
  list-style: none;
  padding-left: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
  margin-right: 90px;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro ul {
    display: none;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro ul li {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 300 !important;
  margin-bottom: 5px !important;
}

body.projets-container-custom .line:not(.line-menu-container, .line-header, .line-footer) .container {
  width: 1500px;
}
@media (max-width: 1600px) {
  body.projets-container-custom .line:not(.line-menu-container, .line-header, .line-footer) .container {
    width: 1300px;
  }
}
@media (max-width: 1400px) {
  body.projets-container-custom .line:not(.line-menu-container, .line-header, .line-footer) .container {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  body.projets-container-custom .line:not(.line-menu-container, .line-header, .line-footer) .container {
    width: 900px;
  }
}
@media (max-width: 1000px) {
  body.projets-container-custom .line:not(.line-menu-container, .line-header, .line-footer) .container {
    width: 94%;
  }
}
@media (max-width: 575px) {
  body.projets-container-custom .line:not(.line-menu-container, .line-header, .line-footer) .container {
    width: 100%;
  }
}

.projetsLargePaddingTop {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .projetsLargePaddingTop {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .projetsLargePaddingTop {
    padding-top: 80px;
  }
}

.projetsSmallPaddingTop {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .projetsSmallPaddingTop {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .projetsSmallPaddingTop {
    padding-top: 30px;
  }
}

.line-banner-projets-details {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-banner-projets-details {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .line-banner-projets-details {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.line-banner-projets-details .container > .row, .line-banner-projets-details .container-fluid > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-banner-projets-details .container > .row, .line-banner-projets-details .container-fluid > .row {
    flex-direction: column-reverse;
  }
}
.line-banner-projets-details .container > .row > div:nth-child(1), .line-banner-projets-details .container-fluid > .row > div:nth-child(1) {
  width: 40%;
}
@media (max-width: 1399px) {
  .line-banner-projets-details .container > .row > div:nth-child(1), .line-banner-projets-details .container-fluid > .row > div:nth-child(1) {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .line-banner-projets-details .container > .row > div:nth-child(1), .line-banner-projets-details .container-fluid > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-banner-projets-details .container > .row > div:nth-child(1) .content, .line-banner-projets-details .container-fluid > .row > div:nth-child(1) .content {
  margin-top: 5px;
}
.line-banner-projets-details .container > .row > div:nth-child(1) .content h3, .line-banner-projets-details .container-fluid > .row > div:nth-child(1) .content h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #242424;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .line-banner-projets-details .container > .row > div:nth-child(1) .content h3, .line-banner-projets-details .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .line-banner-projets-details .container > .row > div:nth-child(1) .content h3, .line-banner-projets-details .container-fluid > .row > div:nth-child(1) .content h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.line-banner-projets-details .container > .row > div:nth-child(2), .line-banner-projets-details .container-fluid > .row > div:nth-child(2) {
  width: 60%;
}
@media (max-width: 1399px) {
  .line-banner-projets-details .container > .row > div:nth-child(2), .line-banner-projets-details .container-fluid > .row > div:nth-child(2) {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .line-banner-projets-details .container > .row > div:nth-child(2), .line-banner-projets-details .container-fluid > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-banner-projets-details .container > .row > div:nth-child(2) .content, .line-banner-projets-details .container-fluid > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-banner-projets-details .container > .row > div:nth-child(2) .content, .line-banner-projets-details .container-fluid > .row > div:nth-child(2) .content {
    margin-bottom: 20px;
  }
}
.line-banner-projets-details .container > .row > div:nth-child(2) .content img, .line-banner-projets-details .container-fluid > .row > div:nth-child(2) .content img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .line-title-projets-details {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .line-title-projets-details .container, .line-title-projets-details .container-fluid {
    margin-bottom: 0;
  }
}
.line-title-projets-details .container > .row, .line-title-projets-details .container-fluid > .row {
  position: relative;
}
.line-title-projets-details .container > .row:after, .line-title-projets-details .container-fluid > .row:after {
  content: "";
  background-color: #242424;
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -20px;
}
.line-title-projets-details .container > .row > div:nth-child(1) .content, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content {
  bottom: -10px;
  position: absolute;
}
@media (max-width: 767px) {
  .line-title-projets-details .container > .row > div:nth-child(1) .content, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content {
    bottom: 0;
    position: relative;
  }
}
.line-title-projets-details .container > .row > div:nth-child(1) .content h1, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content h1 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 85px;
  text-transform: initial;
}
@media (max-width: 1249px) {
  .line-title-projets-details .container > .row > div:nth-child(1) .content h1, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content h1 {
    font-size: 38px;
    line-height: 39px;
  }
}
@media (max-width: 991px) {
  .line-title-projets-details .container > .row > div:nth-child(1) .content h1, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content h1 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .line-title-projets-details .container > .row > div:nth-child(1) .content h1, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content h1 {
    margin-bottom: 10px;
  }
}
.line-title-projets-details .container > .row > div:nth-child(1) .content h1 br, .line-title-projets-details .container-fluid > .row > div:nth-child(1) .content h1 br {
  display: block !important;
}
.line-description-projets-details {
  padding-top: 115px;
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .line-description-projets-details {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
.line-description-projets-details .container > .row > div:nth-child(1) .content ul, .line-description-projets-details .container-fluid > .row > div:nth-child(1) .content ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
}
.line-description-projets-details .container > .row > div:nth-child(1) .content ul li, .line-description-projets-details .container-fluid > .row > div:nth-child(1) .content ul li {
  font-size: 20px !important;
  line-height: 23px !important;
  margin-bottom: 7px !important;
}
@media (max-width: 991px) {
  .line-description-projets-details .container > .row > div:nth-child(1) .content ul li, .line-description-projets-details .container-fluid > .row > div:nth-child(1) .content ul li {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .line-description-projets-details .container > .row > div:nth-child(2) .content, .line-description-projets-details .container-fluid > .row > div:nth-child(2) .content {
    padding-top: 80px;
  }
}
.line-projets-title-border {
  background-color: #fff;
}
.line-projets-title-border .container, .line-projets-title-border .container-fluid {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .line-projets-title-border .container, .line-projets-title-border .container-fluid {
    padding-top: 60px;
  }
}
.line-projets-title-border .container > .row > div, .line-projets-title-border .container-fluid > .row > div {
  position: relative;
}
.line-projets-title-border .container > .row > div:before, .line-projets-title-border .container-fluid > .row > div:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #242424;
  position: absolute;
  margin-top: -30px;
}
.line-projets-title-border .container > .row > div .content h2, .line-projets-title-border .container-fluid > .row > div .content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-projets-title-border .container > .row > div .content h2, .line-projets-title-border .container-fluid > .row > div .content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-projets-title-border .container > .row > div .content h2 strong, .line-projets-title-border .container-fluid > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-projets-title-border .container > .row > div .content h2 strong, .line-projets-title-border .container-fluid > .row > div .content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}

.line-projets-title-2col-border {
  background-color: #fff;
}
.line-projets-title-2col-border .container, .line-projets-title-2col-border .container-fluid {
  position: relative;
  padding-top: 175px;
}
@media (max-width: 767px) {
  .line-projets-title-2col-border .container, .line-projets-title-2col-border .container-fluid {
    padding-top: 105px;
  }
}
.line-projets-title-2col-border .container:before, .line-projets-title-2col-border .container-fluid:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #242424;
  position: absolute;
  margin-top: -115px;
}
@media (max-width: 767px) {
  .line-projets-title-2col-border .container:before, .line-projets-title-2col-border .container-fluid:before {
    width: calc(100% - 60px);
    margin-top: -75px;
  }
}
.line-projets-title-2col-border .container > .row > div .content h2, .line-projets-title-2col-border .container-fluid > .row > div .content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-projets-title-2col-border .container > .row > div .content h2, .line-projets-title-2col-border .container-fluid > .row > div .content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-projets-title-2col-border .container > .row > div .content h2 strong, .line-projets-title-2col-border .container-fluid > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-projets-title-2col-border .container > .row > div .content h2 strong, .line-projets-title-2col-border .container-fluid > .row > div .content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .line-projets-title-2col-border .container > .row > div:nth-child(1), .line-projets-title-2col-border .container-fluid > .row > div:nth-child(1) {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .line-projets-title-2col-border .container > .row > div:nth-child(1) .content, .line-projets-title-2col-border .container-fluid > .row > div:nth-child(1) .content {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .line-projets-title-2col-border .container > .row > div:nth-child(2), .line-projets-title-2col-border .container-fluid > .row > div:nth-child(2) {
    width: 55%;
  }
}

.line-projets-title-2col {
  background-color: #fff;
}
.line-projets-title-2col .container, .line-projets-title-2col .container-fluid {
  position: relative;
}
.line-projets-title-2col .container > .row > div .content h2, .line-projets-title-2col .container-fluid > .row > div .content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-projets-title-2col .container > .row > div .content h2, .line-projets-title-2col .container-fluid > .row > div .content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-projets-title-2col .container > .row > div .content h2 strong, .line-projets-title-2col .container-fluid > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-projets-title-2col .container > .row > div .content h2 strong, .line-projets-title-2col .container-fluid > .row > div .content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .line-projets-title-2col .container > .row > div:nth-child(1), .line-projets-title-2col .container-fluid > .row > div:nth-child(1) {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .line-projets-title-2col .container > .row > div:nth-child(1) .content, .line-projets-title-2col .container-fluid > .row > div:nth-child(1) .content {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .line-projets-title-2col .container > .row > div:nth-child(2), .line-projets-title-2col .container-fluid > .row > div:nth-child(2) {
    width: 55%;
  }
}

.line-projets-1col-center {
  background-color: #fff;
}
@media (max-width: 767px) {
  .line-projets-1col-center {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-projets-1col-center .container > .row > div .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.line-projets-1col-center .container > .row > div .content h2, .line-projets-1col-center .container > .row > div .content p {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.line-projets-1col-center .container > .row > div .content h2 {
  font-size: 60px;
  line-height: 61px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .line-projets-1col-center .container > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-projets-1col-center .container > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 64px;
  line-height: 61px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-projets-1col-center .container > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-projets-1col-center .container > .row > div .content h2 br {
  display: block !important;
}
.line-projets-1col-center .container > .row > div .content img {
  width: 100% !important;
  border-radius: 8px;
}
.line-projets-1col-center .container > .row > div .content img.video-800 {
  max-width: 800px !important;
}
.line-projets-1col-center .container > .row > div .content iframe {
  border-radius: 8px;
}
.line-projets-1col-center .container-fluid > .row > div .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.line-projets-1col-center .container-fluid > .row > div .content h2, .line-projets-1col-center .container-fluid > .row > div .content p {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.line-projets-1col-center .container-fluid > .row > div .content h2 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .line-projets-1col-center .container-fluid > .row > div .content h2 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-projets-1col-center .container-fluid > .row > div .content h2 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-projets-1col-center .container-fluid > .row > div .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-projets-1col-center .container-fluid > .row > div .content h2 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-projets-1col-center .container-fluid > .row > div .content h2 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
.line-projets-1col-center .container-fluid > .row > div .content img {
  width: 100% !important;
  border-radius: 8px;
}
.line-projets-1col-center .container-fluid > .row > div .content iframe {
  border-radius: 8px;
}

.line-projets-fullbg {
  background-color: #fff;
}
.line-projets-fullbg .container-fluid > .row > div .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.line-projets-fullbg .container-fluid > .row > div .content img {
  width: 100% !important;
}

.line-projets-2col-center {
  background-color: #fff;
}
.line-projets-2col-center .container > .row, .line-projets-2col-center .container-fluid > .row {
  display: flex;
  gap: 40px;
}
@media (max-width: 1249px) {
  .line-projets-2col-center .container > .row, .line-projets-2col-center .container-fluid > .row {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .line-projets-2col-center .container > .row, .line-projets-2col-center .container-fluid > .row {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .line-projets-2col-center .container > .row, .line-projets-2col-center .container-fluid > .row {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .line-projets-2col-center .container > .row, .line-projets-2col-center .container-fluid > .row {
    flex-direction: column;
    gap: 30px;
  }
}
.line-projets-2col-center .container > .row:before, .line-projets-2col-center .container > .row:after, .line-projets-2col-center .container-fluid > .row:before, .line-projets-2col-center .container-fluid > .row:after {
  display: none;
}
.line-projets-2col-center .container > .row > div iframe, .line-projets-2col-center .container-fluid > .row > div iframe {
  border-radius: 8px;
}
.line-projets-2col-center .container > .row > div:nth-child(1) .content, .line-projets-2col-center .container-fluid > .row > div:nth-child(1) .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.line-projets-2col-center .container > .row > div:nth-child(1) .content img, .line-projets-2col-center .container-fluid > .row > div:nth-child(1) .content img {
  width: 100% !important;
  border-radius: 8px;
}
.line-projets-2col-center .container > .row > div:nth-child(2) .content, .line-projets-2col-center .container-fluid > .row > div:nth-child(2) .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.line-projets-2col-center .container > .row > div:nth-child(2) .content img, .line-projets-2col-center .container-fluid > .row > div:nth-child(2) .content img {
  width: 100% !important;
  border-radius: 8px;
}

.line-projets-3col-center {
  background-color: #fff;
}
.line-projets-3col-center .container > .row {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .line-projets-3col-center .container > .row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .line-projets-3col-center .container > .row {
    flex-direction: column;
    gap: 30px;
  }
}
.line-projets-3col-center .container > .row:before, .line-projets-3col-center .container > .row:after {
  display: none;
}
.line-projets-3col-center .container > .row > div .content img {
  width: 100% !important;
  border-radius: 8px;
}

.line-projet-suivant-cta {
  border-top: 225px solid #FFF;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .line-projet-suivant-cta {
    padding-top: 115px;
    padding-bottom: 55px;
  }
}
@media (min-width: 576px) {
  .line-projet-suivant-cta .container > .row > div:nth-child(1), .line-projet-suivant-cta .container-fluid > .row > div:nth-child(1) {
    width: 40%;
  }
  .line-projet-suivant-cta .container > .row > div:nth-child(2), .line-projet-suivant-cta .container-fluid > .row > div:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .line-projet-suivant-cta .container > .row > div:nth-child(1), .line-projet-suivant-cta .container-fluid > .row > div:nth-child(1) {
    width: 100%;
  }
  .line-projet-suivant-cta .container > .row > div:nth-child(2), .line-projet-suivant-cta .container-fluid > .row > div:nth-child(2) {
    width: 100%;
  }
}

.line-infolettre {
  margin-top: 35px;
  margin-bottom: 260px;
  padding-top: 130px;
  padding-bottom: 80px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #2708F0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .line-infolettre {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 180px;
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.line-infolettre.title-conseils {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.line-infolettre .container {
  padding-left: 40px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .line-infolettre .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.line-infolettre .container > .row > div h1, .line-infolettre .container > .row > div h2, .line-infolettre .container > .row > div h3, .line-infolettre .container > .row > div h4, .line-infolettre .container > .row > div h5, .line-infolettre .container > .row > div h6, .line-infolettre .container > .row > div p, .line-infolettre .container > .row > div small, .line-infolettre .container > .row > div .h1, .line-infolettre .container > .row > div .h2, .line-infolettre .container > .row > div .h3, .line-infolettre .container > .row > div .h4, .line-infolettre .container > .row > div .h5, .line-infolettre .container > .row > div .h6 {
  color: #fff;
}
.line-infolettre .container > .row > div:nth-child(1) .content h1 {
  font-size: 68px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
  line-height: 72px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h1 {
    font-size: 45px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h1 {
    font-size: 30px;
    line-height: 31px;
  }
}
.line-infolettre .container > .row > div:nth-child(1) .content h1 strong {
  font-family: "Majesti", serif;
  font-size: 72px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h1 strong {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h1 strong {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h1 {
    font-size: 40px;
    line-height: 41px;
  }
}
.line-infolettre .container > .row > div:nth-child(1) .content h1 u {
  color: #2708F0;
  background: #fff;
  text-decoration: none;
}
.line-infolettre .container > .row > div:nth-child(1) .content h1 br {
  display: block !important;
}
.line-infolettre .container > .row > div:nth-child(1) .content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.line-infolettre .container > .row > div:nth-child(1) .content h2 strong {
  font-family: "Majesti", serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .line-infolettre .container > .row > div:nth-child(1) .content h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.line-infolettre .container > .row > div label.control-label {
  color: #fff;
}
.line-infolettre .container > .row > div input:not(.btn), .line-infolettre .container > .row > div select, .line-infolettre .container > .row > div textarea {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 20px;
}
.line-infolettre .container > .row > div span.control-label--required {
  color: #fff;
}
.line-infolettre .container > .row > div #submitform {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: #242424 !important;
  transition: all 150ms !important;
  border: 1px solid #fff !important;
}
.line-infolettre .container > .row > div #submitform:hover, .line-infolettre .container > .row > div #submitform:active, .line-infolettre .container > .row > div #submitform:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.line-infolettre .container > .row > div .crm-footer-frame {
  text-align: right;
}
.line-infolettre .container > .row > div input:-webkit-autofill,
.line-infolettre .container > .row > div input:-webkit-autofill:hover,
.line-infolettre .container > .row > div input:-webkit-autofill:focus,
.line-infolettre .container > .row > div textarea:-webkit-autofill,
.line-infolettre .container > .row > div textarea:-webkit-autofill:hover,
.line-infolettre .container > .row > div textarea:-webkit-autofill:focus,
.line-infolettre .container > .row > div select:-webkit-autofill,
.line-infolettre .container > .row > div select:-webkit-autofill:hover,
.line-infolettre .container > .row > div select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 rgb(255, 255, 255) 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.line-infolettre .container > .row > div .formbuilder-confirmation-content {
  margin-top: 60px;
}

.line-publications {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .line-publications .container > .row > div:first-child {
    margin-bottom: 60px;
  }
}
.line-publications .container > .row > div .content p:first-of-type {
  text-align: center;
}
.line-publications .container > .row > div .content h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 14px;
}
.line-publications .container > .row > div .content .p-xsmall {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .line-publications .container > .row > div .content .p-small {
    max-width: 70%;
  }
}

.publications-info {
  padding-bottom: 100px;
}

.line-download-form {
  margin-top: 35px;
  margin-bottom: 260px;
  padding-top: 130px;
  padding-bottom: 80px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #2708F0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .line-download-form {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 180px;
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.line-download-form .container > .row > div #formbuilder-add-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper {
    flex-direction: column;
  }
}
.line-download-form .container > .row > div #formbuilder-add-wrapper > div {
  width: 50%;
}
@media (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper > div {
    width: 100%;
    text-align: center;
  }
}
.line-download-form .container > .row > div #formbuilder-add-wrapper > div h1, .line-download-form .container > .row > div #formbuilder-add-wrapper > div h2, .line-download-form .container > .row > div #formbuilder-add-wrapper > div h3, .line-download-form .container > .row > div #formbuilder-add-wrapper > div p {
  color: #fff;
}
@media (min-width: 768px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper > div p {
    max-width: 75%;
  }
}
.line-download-form .container > .row > div #formbuilder-add-wrapper > div h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 68px;
}
@media (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper > div h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-transform: initial;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper > div h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper > div h2 strong {
    font-family: "Majesti", serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper > div h2 strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .crm-form-steps {
  display: none;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal {
  width: 50%;
}
@media (max-width: 991px) {
  .line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal {
    width: 100%;
  }
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section {
  display: flex;
  flex-direction: column;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row {
  display: flex;
  flex-direction: column;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .col-sm-12 {
  min-width: 100%;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .form-group label {
  color: #fff !important;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .form-group input:not(.btn), .line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .form-group select, .line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .form-group textarea {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 20px;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .form-group span.control-label--required {
  color: #fff;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .section > .row .form-group input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal #submitform {
  padding: 15px 30px !important;
  background-color: #fff !important;
  color: #242424 !important;
  transition: all 150ms !important;
  border: 1px solid #fff !important;
  border-color: #fff !important;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal #submitform:hover, .line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal #submitform:active, .line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal #submitform:focus {
  text-decoration: none !important;
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.line-download-form .container > .row > div #formbuilder-add-wrapper .form-horizontal .crm-footer-frame {
  text-align: right;
}

.line-banner.quiz .container {
  padding-top: 90px;
  border-top: 1px solid #000;
}
.line-banner.quiz .container > .row > div .content h1 strong {
  font-size: 64px !important;
}
@media (max-width: 991px) {
  .line-banner.quiz .container > .row > div .content h1 strong {
    font-size: 47px !important;
  }
}

.line-quiz {
  padding-bottom: 100px;
}

.quiz-banner .container {
  padding-top: 117px;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .quiz-banner .container {
    padding-top: 80px;
  }
}
.quiz-banner .container > .row > div .content h4 {
  margin-bottom: 35px;
}
.quiz-banner .container > .row > div .content h1 {
  margin-bottom: 40px;
  font-family: "Majesti", serif;
  font-size: 64px !important;
  line-height: 66px !important;
}
@media (max-width: 991px) {
  .quiz-banner .container > .row > div .content h1 {
    font-size: 32px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .quiz-banner .container > .row > div .content img {
    width: 54px !important;
    max-width: 54px;
  }
}

.quiz-result .container {
  padding-bottom: 80px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .quiz-result .container > .row {
    display: flex;
    align-items: center;
  }
}
.quiz-result .container > .row > div:first-child .content {
  text-align: center;
}
.quiz-result .container > .row > div:last-child .content {
  text-align: center;
}
.quiz-result .container > .row > div:last-child .content h3 {
  border: 1px solid #2708F0;
  border-radius: 6px;
  display: inline-block;
  max-width: fit-content;
  padding: 15px 20px;
  margin-bottom: 17px;
}
.quiz-result .container > .row > div:last-child .content .p-small {
  opacity: 1 !important;
}

.quiz-text {
  padding-top: 95px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .quiz-text .container {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}

.quiz-table {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .quiz-table {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .quiz-table .container {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}
.quiz-table .container > .row > div .content > p:last-of-type {
  display: none;
}
.quiz-table .container > .row > div table tbody tr td:first-child {
  min-width: 100px;
  vertical-align: center;
}
.quiz-table .container > .row > div table tbody tr td:first-child img {
  opacity: 0;
}
@media (max-width: 767px) {
  .quiz-table .container > .row > div table tbody tr td:first-child {
    vertical-align: top;
  }
}
.quiz-table .container > .row > div table tbody tr td:last-child {
  vertical-align: center;
}
@media (max-width: 767px) {
  .quiz-table .container > .row > div table tbody tr td:last-child p {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .quiz-table .container > .row > div table tbody tr td:last-child p {
    padding-left: 60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes menu-item-slide-in {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 0);
    opacity: 1;
  }
}
@keyframes menu-item-slide-out {
  0% {
    transform: translate(20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:not(.dropdown-toggle) {
  opacity: 1 !important;
  animation-name: menu-item-slide-out;
  animation-timing-function: ease;
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:not(.dropdown-toggle):hover {
  opacity: 1;
  animation-name: menu-item-slide-in;
  animation-timing-function: ease;
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li ul li a {
  opacity: 1 !important;
  animation-name: menu-item-slide-out;
  animation-timing-function: ease;
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li ul li a:hover {
  opacity: 1;
  animation-name: menu-item-slide-in;
  animation-timing-function: ease;
  animation-duration: 0.2s;
  animation-delay: 0s;
}

/* Bounce Zoom Fade In */
@-webkit-keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*************************************************************************/
.line-home-equipe .moving-bg {
  left: 0 !important;
}

.moving-bg {
  z-index: 0 !important;
  position: absolute;
  width: 140%;
  height: 110%;
  border-radius: 2425.2px;
  opacity: 0.8;
  background: linear-gradient(90deg, rgba(0, 194, 255, 0) 0%, rgba(0, 194, 255, 0) 20%, #FF29C3 100%);
  filter: blur(133.5365905762px);
  animation: bgMovement 15s infinite alternate ease-in-out;
  z-index: 1;
  pointer-events: none;
  transform-origin: center;
}

@keyframes bgMovement {
  0% {
    transform: translate(-50%, -50%) scale(1.2) rotate(-15deg);
  }
  25% {
    transform: translate(-40%, -55%) scale(1.4) rotate(10deg);
  }
  50% {
    transform: translate(-60%, -45%) scale(1.3) rotate(-20deg);
  }
  75% {
    transform: translate(-45%, -60%) scale(1.5) rotate(15deg);
  }
  100% {
    transform: translate(-55%, -40%) scale(1.2) rotate(-10deg);
  }
}
/*###########################  TITRES  ###########################*/
h1, h2, .h1, .h2 {
  opacity: 0;
}
h1.animate, h2.animate, .h1.animate, .h2.animate {
  opacity: 0;
  animation-name: fadeInBounceZoom;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
}

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

ul:not(.mod-header):not(.mod-header li ul):not(.nav):not(.dropdown-menu):not(.line-banner-projets-liste ul):not(.error) li {
  opacity: 0;
}
ul:not(.mod-header):not(.mod-header li ul):not(.nav):not(.dropdown-menu):not(.line-banner-projets-liste ul):not(.error) li.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
}

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

img:not(img) {
  opacity: 0;
}
img:not(img).animate {
  animation-name: fadeInBounceZoom;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
}

.quiz-table img.animate {
  animation-name: fadeInBounceZoom;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
}

/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes services {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(40px, 0);
    opacity: 1;
  }
}
@keyframes services-out {
  0% {
    transform: translate(40px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
.line-home-services .container > .row > div .newsList > .row + .row {
  margin-top: 0;
}
@media (min-width: 992px) {
  .line-home-services .container > .row > div .newsList > .row .item .itemImage {
    opacity: 0;
    animation-name: services-out;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-delay: 0s;
  }
}
@media (max-width: 991px) {
  .line-home-services .container > .row > div .newsList > .row .item .itemImage img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-home-services .container > .row > div .newsList > .row .item:hover .itemImage {
    animation-name: services;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-delay: 0s;
  }
}

/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes projets-liste {
  0% {
    transform: translate(0, 0);
    background-color: rgba(255, 255, 255, 0.2901960784);
  }
  100% {
    transform: translate(40px, 0);
    opacity: 1;
  }
}
@keyframes projets_liste-out {
  0% {
    transform: translate(40px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes projets-liste-box {
  0% {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    border: 1px solid rgba(0, 0, 0, 0.3568627451);
    background-color: rgba(255, 255, 255, 0.2901960784);
  }
}
@media (min-width: 992px) {
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover {
    animation-name: projets-liste-box;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-delay: 0s;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover ul {
    transition: all 0.2s ease-in;
    transition-delay: 0s;
  }
  .line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:hover:after {
    opacity: 1;
    transition: all 0.2s ease;
  }
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro ul {
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.line-banner-projets-liste .container-fluid > .row > div .news-mosaic > .row > div .news-intro:after {
  opacity: 0;
  transition: all 0.2s ease;
}

/*

                    > .row {
                        .item {
                            h3 {
                            }
                            .itemImage {
                                    @include min-md {
                                        opacity: 0;
                                        animation-name: services-out;
                                        animation-timing-function: ease;
                                        animation-fill-mode: forwards;
                                        animation-duration: .2s;
                                        animation-delay: 0s;
                                    }
                                img {
                                }
                            }
                            &:hover {
                                h3 {
                                }
                                .itemImage {
                                    @include min-md {
                                        animation-name: services;
                                        animation-timing-function: ease;
                                        animation-fill-mode: forwards;
                                        animation-duration: .4s;
                                        animation-delay: 0s;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
    */
/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes blogue-liste {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}
@keyframes blogue_liste-out {
  0% {
    transform: translate(40px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
.prebuilt-articles-vedette-col3 .container-fluid > .row > div .newsList > .row .item {
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.prebuilt-articles-vedette-col3 .container-fluid > .row > div .newsList > .row .item:hover {
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.prebuilt-articles-multiples-col3 .container-fluid > .row > div .news-mosaic > .row > div {
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.prebuilt-articles-multiples-col3 .container-fluid > .row > div .news-mosaic > .row > div:hover {
  transition: all 0.2s ease-in;
  transition-delay: 0s;
}
.line-footer ul.social li a {
  transition: all 0.5s ease-in;
  transition-delay: 0s;
}
.line-footer ul.social li a:hover {
  margin-top: -15px;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0, 0.73);
  transition-delay: 0s;
}
/*
@import "elements/header.scss";
@import "elements/menu.scss";
@import "elements/home-banner.scss";
@import "elements/actualites.scss";
*/
/*@import "elements/cancel-animation.scss";*/

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