@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
/* RESPONSIVE MIXINS BREAKPOINT */
/* CUSTOM WIDTH CONTAINER */
/*
$xlg-container: 1200px;
$lg-container: 90%;
$md-container: 90%;
$sm-container: 90%;
*/
/* CUSTOM WIDTH CONTAINER DEFAULT */
/* CUSTOM COLORS VARIABLES */
/* BASICS COLORS VARIABLES */
/* PADDINGS */
/*
$xlargepadding: 160px;
$largepadding: 120px;
$padding: 80px;
$smallpadding: 40px;
$xsmallpadding: 20px;

$mobilexlargepadding: 80px;
$mobilelargepadding: 60px;
$mobilepadding: 30px;
$mobilesmallpadding: 20px;
$mobilexsmallpadding: 10px;
*/
/* PADDINGS FORM ADHESION/INSCRIPTION */
/*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;}
    }
}*/
/* 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 */
.container {
  /*
  @include min-custom(1500px) {
      width: $xlg-container;
  }
  */
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1252px;
  }
}

/* All titles */
/* Replace URL if empty 
- Need to cange the url image to the client media
- Need to replace width and height
*/
/* 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: 1299px) {
  .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 */
/********************************************************************/
.pt-no {
  padding-top: 0 !important;
}

.pb-no {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .p-xs {
    padding: 20px 0 !important;
  }
}
@media (max-width: 991px) {
  .p-xs {
    padding: 10px 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-xs {
    padding-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .pt-xs {
    padding-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .pb-xs {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .pb-xs {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .p-sm {
    padding: 40px 0 !important;
  }
}
@media (max-width: 991px) {
  .p-sm {
    padding: 20px 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-sm {
    padding-top: 40px !important;
  }
}
@media (max-width: 991px) {
  .pt-sm {
    padding-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .pb-sm {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .pb-sm {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .p-md {
    padding: 60px 0 !important;
  }
}
@media (max-width: 991px) {
  .p-md {
    padding: 40px 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-md {
    padding-top: 60px !important;
  }
}
@media (max-width: 991px) {
  .pt-md {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .pb-md {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 991px) {
  .pb-md {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .p-lg {
    padding: 80px 0 !important;
  }
}
@media (max-width: 991px) {
  .p-lg {
    padding: 60px 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-lg {
    padding-top: 80px !important;
  }
}
@media (max-width: 991px) {
  .pt-lg {
    padding-top: 60px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .pb-lg {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .p-xl {
    padding: 120px 0 !important;
  }
}
@media (max-width: 991px) {
  .p-xl {
    padding: 80px 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-xl {
    padding-top: 120px !important;
  }
}
@media (max-width: 991px) {
  .pt-xl {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .pb-xl {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 991px) {
  .pb-xl {
    padding-bottom: 80px !important;
  }
}

/*
.nopaddingtop            { padding-top:  0!important;   }
.nopaddingbottom         { padding-bottom: 0!important;   }

.xsmallpadding           { padding:         $xsmallpadding 0!important; }
.xsmallpaddingtop        { padding-top:     $xsmallpadding!important;   }
.xsmallpaddingbottom     { padding-bottom:  $xsmallpadding!important;   }
.smallpadding            { padding:         $smallpadding 0!important; }
.smallpaddingtop         { padding-top:     $smallpadding!important;   }
.smallpaddingbottom      { padding-bottom:  $smallpadding!important;   }
.padding            	 { padding:         $padding 0!important; }
.paddingtop         	 { padding-top:     $padding!important;   }
.paddingbottom      	 { padding-bottom:  $padding!important;   }
.largepadding            { padding:         $largepadding 0!important; }
.largepaddingtop         { padding-top:     $largepadding!important;   }
.largepaddingbottom      { padding-bottom:  $largepadding!important;   }
.xlargepadding           { padding:         $xlargepadding 0!important; }
.xlargepaddingtop        { padding-top:     $xlargepadding!important;   }
.xlargepaddingbottom     { padding-bottom:  $xlargepadding!important;   }

@include max-sm {
	.xsmallpadding          { padding:         $mobilexsmallpadding 0;}
	.xsmallpaddingtop       { padding-top:     $mobilexsmallpadding;  }
	.xsmallpaddingbottom    { padding-bottom:  $mobilexsmallpadding;  }
	.smallpadding           { padding:         $mobilesmallpadding 0; }
	.smallpaddingtop        { padding-top:     $mobilesmallpadding;   }
	.smallpaddingbottom     { padding-bottom:  $mobilesmallpadding;   }
	.padding            	{ padding:         $mobilepadding 0; }
	.paddingtop         	{ padding-top:     $mobilepadding;   }
	.paddingbottom      	{ padding-bottom:  $mobilepadding;   }
	.largepadding           { padding:         $mobilelargepadding 0; }
	.largepaddingtop        { padding-top:     $mobilelargepadding;   }
	.largepaddingbottom     { padding-bottom:  $mobilelargepadding;   }
	.xlargepadding          { padding:         $mobilexlargepadding 0;}
	.xlargepaddingtop       { padding-top:     $mobilexlargepadding;  }
	.xlargepaddingbottom    { padding-bottom:  $mobilexlargepadding;  }
}
*/
/********************************************************************/
/* 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: 1300px) {
  .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: 1299px) {
  .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: 1299px) {
  .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: 1299px) {
  .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: 1299px) {
  .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: 1299px) {
  .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;
}

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

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

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

/* ################################# */
body {
  font-family: "Playfair Display", serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*########################### TEXT SELECTION  ###########################*/
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #1D2D72;
}

::selection {
  color: #fff;
  background: #1D2D72;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, small, .h1, .h2, .h3, .h4, .h5, .h6, .small {
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  width: 100%;
  color: #1D2D72;
  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;
  }
}

/** TEXT COLOR **/
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white small, .text-white ul, .text-white li, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white .small {
  color: #fff !important;
}

p a:not(.btn), ul:not([class]) li a:not(.btn) {
  color: #1CB1FF;
  text-decoration: underline;
}
p a:not(.btn):hover, ul:not([class]) li a:not(.btn):hover {
  color: #1D2D72;
}

h1, .h1 {
  font-size: 70px;
  line-height: 120%;
  letter-spacing: 11px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
}
h2, .h2 {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
}
@media (max-width: 1299px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
h3, .h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
h4, .h4 {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
h5, .h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
h6, .h6 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.text_default {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.intro {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro {
    font-size: 18px;
    letter-spacing: 0;
  }
}
p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}
.p-small {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .p-small {
    font-size: 14px;
  }
}
small, .small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  small, .small {
    font-size: 12px;
  }
}
hr {
  border-color: rgba(28, 177, 255, 0.35);
}

a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default) {
  color: #108ED0;
  font-weight: 600;
  word-break: break-word;
  text-decoration: none;
}
a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default):hover, a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default):active, a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default):focus {
  color: #108ED0;
  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(.multiselect-options) {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  list-style: none;
}
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(.multiselect-options) li {
  font-size: 18px !important;
  color: #1D2D72;
  list-style: disc;
  padding-left: 0;
  font-family: "DM Sans", sans-serif;
}
@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(.multiselect-options) li {
    font-size: 16px !important;
  }
}
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(.multiselect-options) 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(.multiselect-options) li ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 15px;
}

/*###########################  BOUTONS  ###########################*/
/* Calendar event BTN  */
.calendar-link-content {
  z-index: 10;
}
.calendar-link-content .v-btn {
  color: #108ED0 !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  font-size: 14px !important;
  font-weight: 600;
  padding: 0 !important;
}
.calendar-link-content .v-btn:hover, .calendar-link-content .v-btn:focus, .calendar-link-content .v-btn:active {
  color: #108ED0 !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;
  filter: invert(1);
}
.calendar-link-content .v-btn i {
  display: none;
}

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
}
.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 {
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
}
.btn.btn-primary:after, input.btn.btn-primary:after, a.btn.btn-primary:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.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: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.btn.btn-primary:hover:after, .btn.btn-primary:active:after, .btn.btn-primary:focus:after, input.btn.btn-primary:hover:after, input.btn.btn-primary:active:after, input.btn.btn-primary:focus:after, a.btn.btn-primary:hover:after, a.btn.btn-primary:active:after, a.btn.btn-primary:focus:after {
  filter: brightness(200);
}
.btn.btn-primary-dark, input.btn.btn-primary-dark, a.btn.btn-primary-dark {
  position: relative;
  background-color: #1D2D72;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #1D2D72;
  padding-right: 46px;
}
.btn.btn-primary-dark:after, input.btn.btn-primary-dark:after, a.btn.btn-primary-dark:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
  filter: brightness(200);
}
.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: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.btn.btn-primary-revert, input.btn.btn-primary-revert, a.btn.btn-primary-revert {
  position: relative;
  background-color: #fff;
  color: #07113a;
  transition: all 150ms;
  border: 1px solid #07113a;
  padding-right: 46px;
}
.btn.btn-primary-revert:after, input.btn.btn-primary-revert:after, a.btn.btn-primary-revert:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.btn.btn-primary-revert:hover, .btn.btn-primary-revert:active, .btn.btn-primary-revert:focus, input.btn.btn-primary-revert:hover, input.btn.btn-primary-revert:active, input.btn.btn-primary-revert:focus, a.btn.btn-primary-revert:hover, a.btn.btn-primary-revert:active, a.btn.btn-primary-revert:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.btn.btn-primary-revert:hover:after, .btn.btn-primary-revert:active:after, .btn.btn-primary-revert:focus:after, input.btn.btn-primary-revert:hover:after, input.btn.btn-primary-revert:active:after, input.btn.btn-primary-revert:focus:after, a.btn.btn-primary-revert:hover:after, a.btn.btn-primary-revert:active:after, a.btn.btn-primary-revert:focus:after {
  filter: brightness(200);
}
.btn.btn-primary-nobg, input.btn.btn-primary-nobg, a.btn.btn-primary-nobg {
  position: relative;
  background-color: transparent;
  color: #07113a;
  transition: all 150ms;
  border: 1px solid #07113a;
  padding-right: 46px;
}
.btn.btn-primary-nobg:after, input.btn.btn-primary-nobg:after, a.btn.btn-primary-nobg:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.btn.btn-primary-nobg:hover, .btn.btn-primary-nobg:active, .btn.btn-primary-nobg:focus, input.btn.btn-primary-nobg:hover, input.btn.btn-primary-nobg:active, input.btn.btn-primary-nobg:focus, a.btn.btn-primary-nobg:hover, a.btn.btn-primary-nobg:active, a.btn.btn-primary-nobg:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.btn.btn-primary-nobg:hover:after, .btn.btn-primary-nobg:active:after, .btn.btn-primary-nobg:focus:after, input.btn.btn-primary-nobg:hover:after, input.btn.btn-primary-nobg:active:after, input.btn.btn-primary-nobg:focus:after, a.btn.btn-primary-nobg:hover:after, a.btn.btn-primary-nobg:active:after, a.btn.btn-primary-nobg:focus:after {
  filter: brightness(200);
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.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: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.btn.btn-secondary-revert, input.btn.btn-secondary-revert, a.btn.btn-secondary-revert {
  background-color: transparent;
  color: #fff;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.btn.btn-secondary-revert:hover, .btn.btn-secondary-revert:active, .btn.btn-secondary-revert:focus, input.btn.btn-secondary-revert:hover, input.btn.btn-secondary-revert:active, input.btn.btn-secondary-revert:focus, a.btn.btn-secondary-revert:hover, a.btn.btn-secondary-revert:active, a.btn.btn-secondary-revert:focus {
  background-color: transparent;
  color: #1CB1FF;
  border: none;
  border-bottom: 1px solid #1CB1FF;
}
.btn.btn-link, input.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  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: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.btn.btn-link-arrow, input.btn.btn-link-arrow, a.btn.btn-link-arrow {
  position: relative;
  margin-top: 5px;
  padding: 13px 20px 13px 32px;
  background-color: transparent;
  transition: all 300ms;
  color: #0069AA;
}
.btn.btn-link-arrow:after, input.btn.btn-link-arrow:after, a.btn.btn-link-arrow:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/fleche-site-web.svg");
  background-repeat: no-repeat;
  left: -92px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 15px;
  animation-name: none;
}
.btn.btn-link-arrow:hover, .btn.btn-link-arrow:focus, input.btn.btn-link-arrow:hover, input.btn.btn-link-arrow:focus, a.btn.btn-link-arrow:hover, a.btn.btn-link-arrow:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #1D2D72;
}
.btn.btn-bleu-cta, input.btn.btn-bleu-cta, a.btn.btn-bleu-cta {
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  position: relative;
  margin-right: 80px;
  text-wrap: wrap;
}
.btn.btn-bleu-cta:after, input.btn.btn-bleu-cta:after, a.btn.btn-bleu-cta:after {
  content: "";
  width: 52px;
  height: 42px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/btn-fleche.svg");
  background-size: contain;
  position: absolute;
  right: -70px;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  font-size: 16px;
  line-height: 24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #1D2D72;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 5px;
  height: 8px;
  animation-name: none;
}
.btn.btn-arrow:hover, .btn.btn-arrow:focus, input.btn.btn-arrow:hover, input.btn.btn-arrow:focus, a.btn.btn-arrow:hover, a.btn.btn-arrow:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #1CB1FF;
}
.btn.btn-arrow:hover:after, .btn.btn-arrow:focus:after, input.btn.btn-arrow:hover:after, input.btn.btn-arrow:focus:after, a.btn.btn-arrow:hover:after, a.btn.btn-arrow:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.btn.btn-back, input.btn.btn-back, a.btn.btn-back {
  /*
  background-color: transparent!important;
  border: none!important;
  color: #6CA4DC!important;
  margin-right: 32px!important;
  text-decoration: underline!important;
  text-transform: inherit!important;
  &:hover, &:focus, &:active {
  	background: transparent!important;
  	color: $third!important;
  	border: none!important;
  }
  */
  /*
  font-size:16px;
  line-height:24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0!important;
  border:none!important;
  padding: 10px 0 10px 0;
  color:$primary;
  text-transform: inherit;
  font-weight:500;
  background-color: transparent;
  transition: all 300ms;
  position: relative;
  &:before {
  	content:"";
  	background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  	background-repeat: no-repeat;
  	left: -13px;
  	margin-top: -2px;
  	position: relative;
  	display: inline-block;
  	width:5px;
  	height:8px;
  	animation-name:none;
  	transform: rotate(180deg);
  }
  &:hover, &:focus {
  	background-color: transparent!important;
  	text-decoration: none;
  	color:$secondary;
  	&:before {
  		-webkit-animation-duration: 1s;
  		animation-duration: 1s;
  		-webkit-animation-fill-mode: both;
  		animation-fill-mode: both;
  		-webkit-animation-timing-function: ease-in-out;
  		animation-timing-function: ease-in-out;
  		animation-iteration-count: infinite;
  		-webkit-animation-iteration-count: infinite;
  		animation-name: bounce_arrow;
  		-moz-animation-name: bounce_arrow;
  	}
  }
  */
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  position: relative;
  background-color: #fff;
  color: #07113a;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding: 20px 18px 20px 46px;
}
.btn.btn-download:after, input.btn.btn-download:after, a.btn.btn-download:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-download.svg");
  width: 12px;
  height: 17px;
  position: absolute;
  display: block;
  left: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.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: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.btn.btn-download:hover:after, .btn.btn-download:active:after, .btn.btn-download:focus:after, input.btn.btn-download:hover:after, input.btn.btn-download:active:after, input.btn.btn-download:focus:after, a.btn.btn-download:hover:after, a.btn.btn-download:active:after, a.btn.btn-download:focus:after {
  filter: brightness(200);
}
.btn.btn-download-dark, input.btn.btn-download-dark, a.btn.btn-download-dark {
  position: relative;
  background-color: transparent;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding: 20px 18px 20px 46px;
}
.btn.btn-download-dark:after, input.btn.btn-download-dark:after, a.btn.btn-download-dark:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-download.svg");
  width: 12px;
  height: 17px;
  position: absolute;
  display: block;
  left: 18px;
  margin-top: 2px;
  filter: brightness(200);
  transition: all 150ms;
}
.btn.btn-download-dark:hover, .btn.btn-download-dark:active, .btn.btn-download-dark:focus, input.btn.btn-download-dark:hover, input.btn.btn-download-dark:active, input.btn.btn-download-dark:focus, a.btn.btn-download-dark:hover, a.btn.btn-download-dark:active, a.btn.btn-download-dark:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.btn.btn-download-dark:hover:after, .btn.btn-download-dark:active:after, .btn.btn-download-dark:focus:after, input.btn.btn-download-dark:hover:after, input.btn.btn-download-dark:active:after, input.btn.btn-download-dark:focus:after, a.btn.btn-download-dark:hover:after, a.btn.btn-download-dark:active:after, a.btn.btn-download-dark:focus:after {
  filter: brightness(200);
}
.btn.btn-default, input.btn.btn-default, a.btn.btn-default {
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}

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

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

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

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

/* Formulaire - Style Global */
form.form-horizontal,
form.search-form {
  /*Fix col-md-12 full width qui affiche a moitié - width égale*/
  /*Static Text in forms*/
}
form.form-horizontal h2.section-title,
form.search-form h2.section-title {
  margin-top: 40px;
}
form.form-horizontal .col-sm-24 .col-md-12,
form.search-form .col-sm-24 .col-md-12 {
  width: 100%;
  /*
  @include min-md {
  	padding: 0 15px 0px 0!important;
  }
  */
}
form.form-horizontal .form-group,
form.search-form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 18px;
  /* 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-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 12px;
  padding-left: 0;
  color: #1D2D72;
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 2px;
  color: #1D2D72;
}
form.form-horizontal .form-group input:not(.btn):not([type=file]):not(.multiselect-tags-search), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn):not([type=file]):not(.multiselect-tags-search),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #E9EAF1 !important;
  font-family: "DM Sans", sans-serif;
  color: #1D2D72 !important;
  border: 1px solid #E9EAF1;
  border-radius: 5px;
}
form.form-horizontal .form-group input[type=checkbox],
form.search-form .form-group input[type=checkbox] {
  padding: 4px !important;
  font-family: "DM Sans", sans-serif;
  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 .payment_method label,
form.search-form .form-group .payment_method label {
  position: relative;
  font-family: "DM Sans", sans-serif;
}
form.form-horizontal .form-group .payment_method label input[type=radio],
form.search-form .form-group .payment_method label input[type=radio] {
  top: 0;
}
form.form-horizontal .form-group .payment_method input[type=radio],
form.search-form .form-group .payment_method input[type=radio] {
  left: initial;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  width: 100%;
}
form.form-horizontal .form-group .input-file input[type=file],
form.search-form .form-group .input-file input[type=file] {
  border-bottom: 1px solid #E9EAF1;
  border-radius: 0;
}
form.form-horizontal .form-group .radio label, form.form-horizontal .form-group .checkbox label, form.form-horizontal .form-group .input-radio > div label,
form.search-form .form-group .radio label,
form.search-form .form-group .checkbox label,
form.search-form .form-group .input-radio > div label {
  padding-left: 28px;
  font-family: "DM Sans", sans-serif;
}
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 #E9EAF1 !important;
  padding: 15px !important;
  height: 50px !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #E9EAF1 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: #1CB1FF;
}
form.form-horizontal .form-group select#category,
form.search-form .form-group select#category {
  height: auto !important;
  padding-right: 60px !important;
  background: #fff !important;
  border: 1px solid #1CB1FF !important;
  border-radius: 5px;
  padding: 24px !important;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  background: url(https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/select-arrow.svg) no-repeat right 20px center !important;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #E9EAF1 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 select.moteur-recherche li, form.form-horizontal .form-group select#category_id li, form.form-horizontal .form-group .chosen-choices li,
form.search-form .form-group select.moteur-recherche li,
form.search-form .form-group select#category_id li,
form.search-form .form-group .chosen-choices li {
  background: #fff !important;
  border: 1px solid #fff !important;
}
form.form-horizontal .form-group select.moteur-recherche li input, form.form-horizontal .form-group select#category_id li input, form.form-horizontal .form-group .chosen-choices li input,
form.search-form .form-group select.moteur-recherche li input,
form.search-form .form-group select#category_id li input,
form.search-form .form-group .chosen-choices li input {
  background: #fff !important;
  border: 1px solid #fff !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;
  /* CUSTOM FROM OUTILS START */
  background: #fff !important;
  border: 1px solid #1CB1FF !important;
  border-radius: 5px;
  padding: 24px !important;
  /* CUSTOM FROM OUTILS END */
}
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 li, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field li,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field li,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field li {
  background: #fff !important;
  border: 1px solid #fff !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;
  background: #fff !important;
  border: 1px solid #fff !important;
}
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: #1CB1FF !important;
  font-size: 18px;
  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 .form-element-keywords .chosen-choices:after, form.form-horizontal .form-group .chosen-container-multi .chosen-choices:after,
form.search-form .form-group .form-element-keywords .chosen-choices:after,
form.search-form .form-group .chosen-container-multi .chosen-choices:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/select-arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 25px;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices li, form.form-horizontal .form-group .chosen-container-multi .chosen-choices li,
form.search-form .form-group .form-element-keywords .chosen-choices li,
form.search-form .form-group .chosen-container-multi .chosen-choices li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices input, form.form-horizontal .form-group .chosen-container-multi .chosen-choices input,
form.search-form .form-group .form-element-keywords .chosen-choices input,
form.search-form .form-group .chosen-container-multi .chosen-choices input {
  background: #fff !important;
}
form.form-horizontal .form-group .chosen-results li,
form.search-form .form-group .chosen-results li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  padding: 11px 6px;
  color: #1CB1FF;
}
form.form-horizontal .form-group .chosen-results li:hover, form.form-horizontal .form-group .chosen-results li:focus, form.form-horizontal .form-group .chosen-results li:active,
form.search-form .form-group .chosen-results li:hover,
form.search-form .form-group .chosen-results li:focus,
form.search-form .form-group .chosen-results li:active {
  background-color: #1967D2;
  color: #fff;
}
form.form-horizontal .form-group .chosen-results li.highlighted,
form.search-form .form-group .chosen-results li.highlighted {
  background-color: #1967D2;
  color: #fff;
}
form.form-horizontal .form-group ul.error,
form.search-form .form-group ul.error {
  margin: 0;
}
form.form-horizontal .form-group ul.error li.text-danger,
form.search-form .form-group ul.error li.text-danger {
  padding: 3px 10px 0px 10px;
  color: #000;
  background-color: #ffcece;
  font-size: 12px;
}
form.form-horizontal p.form-control-static,
form.search-form p.form-control-static {
  padding-top: 0;
  margin-top: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #1D2D72;
}
@media (max-width: 991px) {
  form.form-horizontal p.form-control-static,
  form.search-form p.form-control-static {
    font-size: 16px;
  }
}
form.form-horizontal .crm-footer-frame,
form.search-form .crm-footer-frame {
  text-align: center;
  margin-top: 25px;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(28, 177, 255, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #1CB1FF;
}

.overrideformtitle .zone-crm h1 {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
  text-align: center;
}
@media (max-width: 1299px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
#form-formbuilder .help-block {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  color: #1D2D72;
  font-size: 14px;
  line-height: 24px;
}

.formbuilder-confirmation-content {
  text-align: center;
}

.multiselect-option {
  opacity: 1 !important;
}

#search_simple {
  font-family: "DM Sans", sans-serif;
}

.multiselect {
  font-family: "DM Sans", sans-serif;
}

.search_input a {
  font-family: "DM Sans", sans-serif;
  opacity: 1 !important;
}

.multiselect-tags-search {
  background-color: #fff !important;
}

.cms .multiselect-option {
  color: #1D2D72;
}
.cms .multiselect-tags-search {
  background-color: #fff !important;
}

label.custom-control-label {
  font-weight: 700;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
}

input {
  font-family: "DM Sans", sans-serif;
}

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

.zone-event .form-withProgress__wrapper {
  /*background-color: $formBg;*/
  background-color: #fff;
}

.zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
  /*
  @include max-md {
      padding: 0 32px;
  }
  @include max-sm {
      font-size: 31px;
      line-height: 35px;
  }
  */
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  padding: 0;
  /*
  padding: 50px;
  @include max-md {
      padding: 32px 16px;
  }
  */
  /*Formulaire*/
  /*Récapitulatif*/
  /*Total box*/
  /*Bottom Nav*/
}
.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 label.control-label,
.zone-member .form-withProgress__wrapper .form-group label.control-label {
  font-family: "DM Sans", sans-serif;
  color: #1D2D72;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 12px;
  padding-left: 0;
}
.zone-event .form-withProgress__wrapper .form-group div.form-control-static ul li,
.zone-member .form-withProgress__wrapper .form-group div.form-control-static ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 0;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper .form-group div.form-control-static ul li,
  .zone-member .form-withProgress__wrapper .form-group div.form-control-static ul li {
    font-size: 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 {
  /*
  @include h5;
  */
}
.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 #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 .form-withProgress__navigation-footer,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer {
  gap: 30px;
}
.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 {
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.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: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover:after, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active:after, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus:after {
  filter: brightness(200);
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link {
  border-bottom: 1px solid #1CB1FF;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:focus, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer .btn-link:active {
  text-decoration: none;
  border-bottom: 1px solid #1D2D72;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  background-color: transparent !important;
  color: #07113a !important;
  padding: 15px 0 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #1CB1FF !important;
  border-radius: 0 !important;
  /*
  color: #6CA4DC;
  margin-right: 32px;
  text-decoration: underline;
  &:hover, &:focus, &:active {
      background: transparent;
      color: $third;
      border: none;
  }
      */
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus {
  background-color: transparent !important;
  color: #07113a !important;
  border: none !important;
  border-bottom: 1px solid #07113a !important;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
  .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
  .zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
    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: #0069AA;
}
/*ETAPES INSCRIPTION NOUVEAU MEMBRE*/
/*Étapes 1 - Type d'adhesion*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form {
  margin-top: 0px;
}
@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-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.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;
  background-color: #f5f5f5;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .price-membership-badge {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .price-membership-badge {
    font-size: 16px;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
    font-size: 16px;
  }
}
.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: #1D2D72;
}
.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: #1D2D72 !important;
  font-weight: 400 !important;
  padding-left: 0 !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: #1CB1FF;
  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 {
  background-color: #fff;
}
.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-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.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: #1D2D72;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
    font-size: 16px;
  }
}
.zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
  color: #1D2D72 !important;
  padding-top: 32px !important;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper fieldset span {
    font-size: 16px;
  }
}
.zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section {
  background: #1D2D72;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  font-size: 26px;
  color: #fff !important;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  text-align: right;
  font-size: 26px;
  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 .form-withProgress__wrapper .registration-event-bloc {
  /*padding: 32px 0;*/
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: #f5f5f5;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title h5 {
  margin-bottom: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  background-color: transparent !important;
  color: #07113a !important;
  padding: 15px 0 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #1CB1FF !important;
  border-radius: 0 !important;
  margin-right: 15px !important;
  /*
  padding: 15px !important;
  color: $primary !important;
  font-weight: 500 !important;
  border: 2px solid $secondary !important;
  */
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:after {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:active, .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:focus {
  background-color: transparent !important;
  color: #07113a !important;
  border: none !important;
  border-bottom: 1px solid #07113a !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover {
  text-decoration: none !important;
  /*
  background-color: $clrWhite !important;
  border: 2px solid $secondary !important;
  */
}
.zone-event .form-withProgress__wrapper #event-authentication-form > p {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form > p {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.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;
  }
}
.zone-event .event-subscription h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .zone-event .event-subscription h1 {
    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;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper h2.section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.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-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper fieldset legend {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.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: #1D2D72;
}
.step-resume .field-object-temp .object-top-action input {
  margin-right: 16px;
}
.step-resume .field-object-temp .object-main-title {
  margin-bottom: 64px;
}
.step-resume .field-object-temp .object-main-title h2 {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 991px) {
  .step-resume .field-object-temp .object-main-title h2 {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
.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: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .step-resume .field-object-temp .list-group__wrapper .list-group__title {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.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*/
.payment-form-cms {
  padding: 0;
}
.payment-form-cms #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.payment-form-cms #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.payment-form-cms #fieldset-section_payment_summary .form-withProgress__tps h6 {
  width: 80%;
}
.payment-form-cms #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: $clrWhite !important;*/
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.list-group__wrapper .list-group .list-group-item {
  color: #1D2D72;
}
.list-group__wrapper .list-group .list-group-item span {
  color: #1D2D72;
}
.list-group__wrapper .list-group .list-group-item.active {
  background-color: rgba(28, 177, 255, 0.25);
  border-color: #1CB1FF;
}

/*###########################  TAB BOTTIN DES MEMBRES  ###########################*/
.nav-tabs {
  margin-top: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #1CB1FF;
}
.nav-tabs li {
  padding: 0px 20px;
  outline: none;
}
.nav-tabs li:first-child {
  padding-left: 0;
}
.nav-tabs li a {
  border: none;
  border-bottom: 3px solid transparent;
  color: rgba(28, 177, 255, 0.5);
  text-transform: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  font-family: "DM Sans", sans-serif;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus .nav-tabs li a:active {
  background-color: transparent;
  border-bottom: 3px solid rgba(28, 177, 255, 0.6) !important;
  color: rgba(29, 45, 114, 0.6);
}
.nav-tabs li.active:hover a, .nav-tabs li.active:focus a, .nav-tabs li.active:active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active, .nav-tabs li.active a {
  border-bottom: 3px solid #1CB1FF !important;
  color: #1D2D72;
}

.paginationControl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
  grid-column: span 2;
}
@media (max-width: 991px) {
  .paginationControl {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .paginationControl {
    grid-column: span 1;
  }
}
.paginationControl a {
  width: 28px;
  height: 42px;
  border-radius: 0;
  margin: 5px;
  font-size: 20px;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationControl a:hover, .paginationControl a:focus {
  text-decoration: none;
  color: #1D2D72;
}
.paginationControl a.active {
  border-bottom: 2px solid #1CB1FF;
  font-weight: 600 !important;
}
.paginationControl a.active:hover, .paginationControl a.active:focus {
  color: #1D2D72;
}

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

.panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid #1CB1FF !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: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 45px 50px 45px 0;
  color: #1D2D72;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/btn-accordeon-moins.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 0;
  top: 32px;
  transform: rotate(0deg);
  transition: transform 300ms;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  transform: rotate(90deg);
  transition: transform 300ms;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/btn-accordeon-plus.svg") no-repeat;
}
.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: 35px 160px 45px 0;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .panel-news-accordion .panel-body {
    padding: 0 0 45px 0;
  }
}
.panel-news-accordion .panel-body ul li {
  /*
  font-size: 18px!important;
  color: $primary;
  list-style: disc;
  padding-left: 0!important;
  @include max-md {
  	font-size: 16px!important;
  }
  &:before {
  	display: none;
  }
  */
}
.panel-news-accordion .panel-body p {
  color: #1D2D72;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

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

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

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

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

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

table.accordeon-equipe {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
  /* active and opened content */
}
table.accordeon-equipe tbody, table.accordeon-equipe tr, table.accordeon-equipe td {
  border: 0;
}
table.accordeon-equipe tbody {
  display: block;
}
table.accordeon-equipe tbody tr {
  /* Title/accordeon box */
}
table.accordeon-equipe tbody tr:first-child {
  cursor: pointer;
  display: flex;
  padding: 0;
  position: relative;
}
table.accordeon-equipe tbody tr:first-child:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 0;
  top: inherit;
  bottom: 16px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/btn-accordeon-plus.svg") no-repeat;
  transform: rotate(90deg);
  transition: transform 300ms;
}
table.accordeon-equipe tbody tr:first-child td {
  width: 100%;
}
table.accordeon-equipe tbody tr:first-child td h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 800;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  table.accordeon-equipe tbody tr:first-child td h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
table.accordeon-equipe tbody tr:first-child td h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  table.accordeon-equipe tbody tr:first-child td h4 {
    font-size: 16px;
  }
}
table.accordeon-equipe tbody tr:first-child td p:first-of-type {
  margin-bottom: 28px;
}
table.accordeon-equipe tbody tr:first-child td p:last-of-type {
  padding-top: 45px;
  border-top: 1px solid #1D2D72;
}
table.accordeon-equipe tbody tr:first-child td p:last-of-type a {
  padding-right: 20px;
}
table.accordeon-equipe tbody tr:last-child {
  display: block;
}
table.accordeon-equipe tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding-top: 20px;
}
table.accordeon-equipe.active tbody tr:first-child:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/btn-accordeon-moins.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 0;
  top: inherit;
  bottom: 16px;
  transform: rotate(0deg);
  transition: transform 300ms;
}
table.accordeon-equipe.active tbody tr:last-child {
  padding: 0;
}
table.accordeon-equipe.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: #1D2D72;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #1CB1FF;
}
.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: #f5f5f5 !important;
  color: #1D2D72 !important;
  border: none;
}
#backgroundBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /*background: transparent url(../image/halftransparent.gif) repeat scroll 0 0;*/
}

.nav-progress {
  margin: 4rem 0 8rem 0 !important;
  background-image: none;
  justify-content: flex-start !important;
  gap: 70px;
}
@media (max-width: 767px) {
  .nav-progress {
    gap: 35px;
    margin: 2rem 0 5rem 0 !important;
  }
}
.nav-progress:before, .nav-progress:after {
  display: none;
}
.nav-progress li {
  flex-grow: inherit !important;
}
.nav-progress li a {
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 2px !important;
  color: #1D2D72 !important;
  text-transform: inherit !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
  font-family: "DM Sans", sans-serif !important;
}
@media (max-width: 767px) {
  .nav-progress li a {
    display: none !important;
    font-size: 1.4rem !important;
    line-height: 20px !important;
  }
}
.nav-progress li:before {
  background-color: transparent !important;
  color: #1D2D72 !important;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  margin-left: -10px !important;
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .nav-progress li:before {
    margin-bottom: 18px !important;
  }
}
.nav-progress li:after {
  content: "" !important;
  display: block !important;
  width: 50px;
  top: 30px !important;
  border-bottom: 1px solid #1D2D72 !important;
}
.nav-progress li.active a {
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .nav-progress li.active a {
    display: block !important;
  }
}
.nav-progress li.active:before {
  color: #1CB1FF !important;
}
.nav-progress li.active:after {
  top: 30px !important;
  border-bottom: 3px solid #1CB1FF !important;
}
@media (max-width: 767px) {
  .nav-progress li.active:after {
    border-bottom: 1px solid #1CB1FF !important;
  }
}
.nav-progress li.active ~ li:before {
  color: #d9d9d9 !important;
}
.nav-progress li.active ~ li:after {
  border-bottom: 1px solid #d9d9d9 !important;
}

.line-title-banner {
  background-color: #1D2D72;
  padding-top: 260px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  /* original bg — JS will steal this */
  background-size: cover;
  background-position: center center;
}
.line-title-banner:before {
  z-index: 1;
}
@media (max-width: 991px) {
  .line-title-banner.icone {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
.line-title-banner.icone:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/XL_Symbole-logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  pointer-events: none;
  display: block;
  width: 628px;
  height: 835px;
  right: -120px;
  bottom: -465px;
}
@media (max-width: 991px) {
  .line-title-banner.icone:before {
    width: 314px;
    height: 417px;
    right: -80px;
    bottom: -230px;
  }
}
.line-title-banner.home {
  padding-bottom: 290px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/banner-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
}
@media (max-width: 767px) and (min-width: 576px) {
  .line-title-banner.home {
    padding-top: 340px;
  }
}
@media (max-width: 475px) {
  .line-title-banner.home {
    padding-top: 200px;
  }
}
.line-title-banner.home:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/banner-mask-accueil-1.svg");
  background-repeat: no-repeat;
  background-position: center center !important;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.line-title-banner.qui-sommes-nous {
  padding-top: 335px;
  padding-bottom: 165px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Qui%20nous%20sommes/adq-a-propos-de-l-association-des-denturologistes-du-quebec-equipe-au-travail.jpg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
}
.line-title-banner.qui-sommes-nous:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/banner-mask-general.svg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.line-title-banner.denturologie {
  padding-top: 335px;
  padding-bottom: 165px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Denturologie/adq-la-denturologie-denturologue-en-train-de-travailler-prothese.jpg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
}
.line-title-banner.denturologie:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/banner-mask-general.svg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.line-title-banner.devenir {
  padding-top: 335px;
  padding-bottom: 165px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Denturologie/adq-devenir-denturologiste-deux-denturologues-souriant.jpg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
}
@media (max-width: 767px) {
  .line-title-banner.devenir {
    padding-bottom: 35px;
  }
}
.line-title-banner.devenir:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/banner-mask-general.svg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.line-title-banner.avantages {
  padding-top: 335px;
  padding-bottom: 165px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Avantages/adq-avantages-devenir-membre-equipe-de-denturologistes.jpg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
}
.line-title-banner.avantages:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/banner-mask-general.svg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.line-title-banner.etudiants-et-diplomes {
  padding-top: 335px;
  padding-bottom: 165px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Etudiants%20et%20diplomes/adq-etudiants-nouveaux-diplomes-denturologistes.jpg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
}
.line-title-banner.etudiants-et-diplomes:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/banner-mask-general.svg");
  background-repeat: no-repeat;
  background-position: center right !important;
  background-size: cover;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.line-title-banner.small {
  padding-top: 0;
  padding-bottom: 52px;
  min-height: 135px;
}
@media (max-width: 991px) {
  .line-title-banner.small {
    padding-bottom: 0;
    min-height: 90px;
  }
}
.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: #fff;
}
.line-title-banner .container > .row > div .content h1 {
  margin-bottom: 40px;
}
.line-title-banner .container > .row > div .content h1 strong {
  color: #fff;
  font-weight: 900;
}
.line-title-banner .container > .row > div .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-title-banner .container > .row > div .content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-title-banner .container > .row > div .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.banner__bg {
  position: absolute;
  inset: -40px;
  background-size: cover;
  background-position: right center;
  will-change: transform;
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}

/* Any existing children sit above __bg */
.line-title-banner > *:not(.banner__bg) {
  position: relative;
  z-index: 2;
}

.line-header {
  padding: 0;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    /*
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
    */
  }
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger, .line-header.opened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  opacity: 0;
}
.line-header .container, .line-header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.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: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .line-header .container .row-fluid, .line-header .container-fluid .row-fluid {
    margin-top: 22px;
  }
}
.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 {
  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;
  /*margin-top: 14px;
  @include max-md {
  	margin-top: 24px;
  }
  */
}
@media (max-width: 991px) {
  .line-header .container .row-fluid > div.zone-html .content img, .line-header .container-fluid .row-fluid > div.zone-html .content img {
    width: 166px !important;
  }
}
.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: 2;
  margin-right: 10px;
  text-align: right;
  color: #1D2D72;
}
@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 a:nth-child(1), .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1) {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #fff;
  padding-right: 46px;
  /*
  padding-right: 20px;
  position: relative;
  color: $primary;
  &:after {
  	content: "•";
  	color: $primary;
  	position: absolute;
  	top: -2px;
  	right: 4px;
  }
  */
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):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 a:nth-child(1):hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):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-custom a:nth-child(1), .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1) {
    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-custom a:nth-child(1):after, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 1px;
  transition: all 150ms;
  filter: brightness(200);
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):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 a:nth-child(1):hover, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):active, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:nth-child(1):focus {
  background-color: #07113a;
  border: 1px solid transparent;
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:not(.btn), .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a:not(.btn) {
  /*
  color: $clrWhite;
  &:hover {
  	color: $secondary;
  	text-decoration: none;
  }
  */
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart {
  order: 4;
  margin-left: 0;
  margin-right: 10px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:before, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/icone-panier-1.svg");
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper i, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper i {
  display: none;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper .cart-icon__count, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper .cart-icon__count {
  font-family: "DM Sans", sans-serif;
  background-color: #0069AA;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:hover:before, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:focus:before, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:active:before, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:hover:before, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:focus:before, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-cart .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:active:before {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/icone-panier-hover.svg");
}
.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: 1;
  margin-left: 0;
  margin-right: 30px;
  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: 14px;
  color: #fff;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
  font-family: "DM Sans", sans-serif;
}
.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: 14px;
  color: #fff;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
  font-family: "DM Sans", sans-serif;
}
.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: #1CB1FF;
  text-decoration: none;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-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;
  color: #fff;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.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:hover {
  color: #1CB1FF;
}
.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 {
  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 {
  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 {
  background-color: #fff;
  overflow: hidden;
  width: 53px;
  height: 53px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
@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-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 {
    width: 43px;
    height: 43px;
  }
}
.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: 26px;
  height: 1px;
  background-color: #1D2D72;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 7px;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 0;
}
@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-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 {
    margin-top: 5px;
    width: 19px;
  }
}
.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 span:nth-child(3), .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span:nth-child(3) {
  display: none;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger: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;
  background-color: #1CB1FF;
}
.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: $secondary;*/
}

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

.line-menu-container {
  padding-top: 30px;
  z-index: 10000;
  position: fixed;
  width: 1060px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #07113a;
  right: -1060px;
  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: 1299px) {
  .line-menu-container {
    /*width: 63%;*/
  }
}
@media (max-width: 991px) {
  .line-menu-container {
    width: 100%;
    right: -100%;
  }
}
.line-menu-container.opened {
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.line-menu-container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.line-menu-container .container > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px 0 5px;
}
.line-menu-container .container > .row:before, .line-menu-container .container > .row:after {
  display: none;
}
.line-menu-container .container > .row > div:nth-child(1) {
  width: 100%;
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(1) .content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  background-color: #fff;
  overflow: hidden;
  width: 53px;
  height: 53px;
  border-radius: 50px;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
  width: 26px;
  height: 1px;
  background-color: #1D2D72;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: -1px;
  transition: 0.5s;
  border-radius: 5px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(1) {
  transform: rotate(45deg);
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:nth-child(2) {
  transform: rotate(315deg);
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus {
  cursor: pointer;
  background-color: #1CB1FF;
}
.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: $secondary;*/
}
.line-menu-container .container > .row > div:nth-child(2) {
  width: 55%;
  padding: 110px 40px 0 140px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    padding: 110px 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(2) {
    width: 100%;
    max-width: 400px;
    padding: 0 20px 0 20px;
  }
}
.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: 30px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li {
  margin-bottom: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a {
  /*color:$clrWhite!important;*/
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li a.active {
  color: #1CB1FF !important;
  text-decoration: none !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: #1CB1FF !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav li .dropdown-backdrop {
  position: relative;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
  color: #1CB1FF;
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  border: 0;
  display: inline-block;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #2e3659;
  margin-left: 0 !important;
  margin-bottom: 0;
  /*
  &[rel=data-menu-77265] {
  }
  */
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a {
  color: #1CB1FF !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:hover > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:focus > a:not(.dropdown-toggle), .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > a:not(.dropdown-toggle) {
  background-color: transparent;
  border: 1px solid transparent;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
  padding: 8px 0 12px 0;
  height: auto !important;
  width: 100%;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff !important;
  letter-spacing: 4px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -45px;
  height: 47px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 12px;
  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/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/menu-caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:focus {
  color: #1CB1FF !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a:focus > a {
  color: #1CB1FF !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-toggle .caret, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-toggle .caret {
  background-image: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/menu-caret.svg");
  transform: rotate(45deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.open > .dropdown-menu, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li.active > .dropdown-menu {
  max-height: 800px;
}
.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) {
  color: #1CB1FF;
  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 20px;
  background-color: transparent;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: left;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:first-child {
  margin-top: 0;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:last-child {
  margin-bottom: 10px;
}
.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 {
  font-family: "DM Sans", sans-serif;
  padding: 3px 0 3px 0;
  width: 100%;
  color: #f5f5f5;
  margin-left: 0;
  background-color: transparent;
  border-radius: 4px;
  white-space: normal;
  font-size: 16px;
  text-decoration: none !important;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle {
  position: absolute;
  display: block;
  text-align: right;
  height: 46px !important;
  padding: 0 !important;
  margin-left: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > a.dropdown-toggle .caret {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 24px;
  margin-right: 20px;
  right: 10px !important;
  top: 17px !important;
  position: initial !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYCyxdRREppWlOZ4xTElN7r/asset/images/_REFONTE-TECHNITEXTILE-2024/Assets/menu-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active {
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:hover > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li:focus > a, .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li.active > a {
  color: #1CB1FF;
}
.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: #1CB1FF;
  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);
  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: #1CB1FF;
  text-decoration: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > ul.dropdown-menu > li > ul.dropdown-menu > li > a.child-link {
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(3) {
  padding: 135px 80px 0 110px;
  width: 45%;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    padding: 135px 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) {
    width: 100%;
    max-width: 400px;
    padding: 0 20px 0 20px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 767px) {
  .line-menu-container .container > .row > div:nth-child(3) > .content {
    margin-top: 10px;
  }
}
.line-menu-container .container > .row > div:nth-child(3) > .content br {
  /* display: none;*/
}

.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: #1D2D72;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

body.overflowhidden .line-bg-menu-open {
  opacity: 0.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 {
  -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;
}
.line-header:not(.sticked, .menuopened) {
  /*transition: top 250ms;*/
}
.line-header:not(.sticked, .menuopened) > .container {
  /*
  top: -100px;
  transition: top 250ms;*/
  /*position: static;*/
}
.line-header.sticked {
  background-color: #1D2D72;
  -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;
}
.line-header.sticked > .container-fluid > .row {
  bottom: 10px;
  margin-top: 22px;
}
@media (max-width: 991px) {
  .line-header.sticked > .container-fluid > .row {
    bottom: 12px;
    margin-top: 20px;
  }
}
.line-header.sticked > .container-fluid > .row > div:nth-child(1) {
  /*
  .content {
      margin-top: 15px;
      .menu-hamburger {
          span {
              background-color: $primary;
          }
      }
  }
  */
}
.line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part .mod-header {
  margin-top: 6px;
}
.line-header.sticked > .container-fluid > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login) {
  /*
  color: $primary!important;     
  &:hover, &:focus, &:active  {
      color: $secondary!important;
  }
  */
}
.line-header.sticked:not(.menuopened) {
  position: sticky;
  margin-top: -115px;
  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;
  align-items: center;
}
@media (max-width: 767px) {
  .panel-header {
    order: 1;
    flex-grow: 1;
    margin-top: 40px;
    width: 100%;
  }
}
.panel-header a:nth-child(1) {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  background-color: transparent;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #fff;
  padding-right: 46px;
  color: #fff !important;
  text-decoration: none !important;
}
.panel-header a:nth-child(1):hover, .panel-header a:nth-child(1):active, .panel-header a:nth-child(1):focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .panel-header a:nth-child(1) {
    white-space: normal !important;
  }
}
.panel-header a:nth-child(1):after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 1px;
  transition: all 150ms;
  filter: brightness(200);
}
.panel-header a:nth-child(1):hover, .panel-header a:nth-child(1):active, .panel-header a:nth-child(1):focus {
  background-color: #07113a;
  border: 1px solid transparent;
  color: #fff;
}
.panel-header a:nth-child(1):hover {
  background-color: #1D2D72;
}

.panel-connexion {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .panel-connexion {
    order: 1;
    flex-grow: 1;
    width: 100%;
    margin-top: 20px;
  }
}
.panel-connexion .member-login {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
  font-family: "DM Sans", sans-serif;
}
.panel-connexion .member-login:hover {
  color: #1D2D72;
}
.panel-connexion .member-login.member-login.btn {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
  color: #fff;
}
.panel-connexion .member-login.member-login.btn:hover {
  color: #1CB1FF;
}
.panel-connexion a {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #fff !important;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.panel-connexion a:hover {
  color: #1CB1FF !important;
  text-decoration: none !important;
}
.panel-connexion .member-greeting {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #fff !important;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.panel-connexion .separator {
  height: 4px;
  border: 0;
  display: inline-block;
  margin: 0;
  width: 2rem;
}

.panel-language {
  display: none;
}
.panel-language a.switch-language {
  /*
  @include h5;
  color: $clrWhite!important;
  font-weight: 500;
  &:hover {
      color: $secondary!important;
      text-decoration: none!important;
  }
  */
}

.panel-social {
  margin-top: 10px;
}
.panel-social ul.social li {
  justify-content: flex-start;
  opacity: 1 !important;
}
.panel-social ul.social li a {
  opacity: 1 !important;
}

.panel-panier {
  display: flex;
  align-items: center;
}
.panel-panier .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/icone-panier-1.svg");
}
.panel-panier .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper i {
  display: none;
}
.panel-panier .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper .cart-icon__count {
  font-family: "DM Sans", sans-serif;
  background-color: #0069AA;
}
.panel-panier .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:hover:before, .panel-panier .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:focus:before, .panel-panier .mod-cart-bloc .mod-cart-bloc__link .cart-icon__wrapper:active:before {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/icone-panier-hover.svg");
}

.panel-btn .btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.panel-minimenu {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
}
.panel-minimenu ul {
  padding-left: 0 !important;
  list-style: none !important;
}
.panel-minimenu ul li {
  margin-bottom: 4px !important;
  padding-left: 0 !important;
  opacity: 1 !important;
  list-style: none !important;
}
.panel-minimenu ul li:before {
  display: none;
}
.panel-minimenu ul li a {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-weight: 400 !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .panel-minimenu ul li a {
    font-size: 14px;
  }
}
.panel-minimenu ul li a:hover {
  color: #1CB1FF !important;
}

.line-footer-infolettre {
  padding-top: 80px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .line-footer-infolettre {
    padding-top: 60px;
  }
}
.line-footer-infolettre .container {
  position: relative;
}
.line-footer-infolettre .container:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  top: -80px;
  background-color: #cccccc;
}
@media (max-width: 991px) {
  .line-footer-infolettre .container:before {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .line-footer-infolettre .container:before {
    width: calc(100% - 60px);
  }
}
.line-footer-infolettre .container > .row > div .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px 40px;
}
.line-footer-infolettre .container > .row > div .content h2 {
  width: 500px;
}
@media (max-width: 991px) {
  .line-footer-infolettre .container > .row > div .content h2 {
    margin-bottom: 45px;
  }
}
.line-footer-infolettre .container > .row > div .content p:nth-of-type(1) {
  width: 400px;
}
.line-footer-infolettre .container > .row > div .content p:nth-of-type(2) {
  width: 134px;
}

.line-footer {
  padding-top: 55px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .line-footer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div .content p br {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p {
  margin-bottom: 10px;
}
.line-footer .container > .row > div:nth-child(1) .content h4, .line-footer .container > .row > div:nth-child(1) .content h5 {
  padding-left: 105px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(1) .content h4, .line-footer .container > .row > div:nth-child(1) .content h5 {
    padding-left: 0;
  }
}
.line-footer .container > .row > div:nth-child(1) .content img {
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(1) .content img {
    margin-bottom: 20px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content h4 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) .content h4 {
    font-size: 14px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content h5 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) .content h5 {
    font-size: 14px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content h1 br, .line-footer .container > .row > div:nth-child(1) .content h2 h3 br, .line-footer .container > .row > div:nth-child(1) .content h4 br, .line-footer .container > .row > div:nth-child(1) .content h5 br, .line-footer .container > .row > div:nth-child(1) .content h6 br {
  display: block !important;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(1) .content:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #cccccc;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    top: -55px;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) {
    width: 100%;
    padding-top: 85px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content {
  max-width: 630px;
  margin-top: 12px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1299px) {
  .line-footer .container > .row > div:nth-child(2) .content {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content {
    max-width: 100%;
  }
}
.line-footer .container > .row > div:nth-child(2) .content:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #cccccc;
  left: -120px;
}
@media (max-width: 1299px) {
  .line-footer .container > .row > div:nth-child(2) .content:before {
    left: -110px;
  }
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(2) .content:before {
    left: -75px;
  }
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -55px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul {
  padding-left: 0;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content ul {
    justify-content: center;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) {
  padding-left: 0;
  list-style: none;
  columns: 2;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content ul:not(.social) {
    columns: 1;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li {
  padding-left: 0 !important;
  color: #0069AA !important;
  margin-bottom: 22px !important;
  list-style: none !important;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li {
    margin-bottom: 16px !important;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li:before {
  display: none;
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li a {
  color: #0069AA !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li a {
    font-size: 16px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li a:hover {
  color: #0d1b54 !important;
}
.line-footer .container > .row > div:nth-child(2) .content hr {
  border-top: 1px solid #cccccc;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .line-footer .container > .row > div:nth-child(2) .content hr {
    display: none;
  }
}

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

.poweredBy-wrapper {
  background-color: #fff;
}

.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: #1D2D72;
  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-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  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: 24px;
    letter-spacing: 2px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  color: #0069AA;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 64px;
  border-left: 11px solid #1CB1FF;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
.line-article-retour {
  padding-top: 45px;
  padding-bottom: 90px;
}
.line-article-retour .container .row .zone-html .content a {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
}
.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;
  }
}

/* Module articles en vedette */
a.workshop {
  padding: 35px 50px 35px 50px !important;
  text-decoration: none !important;
}

.sidebox {
  padding: 35px 20px 15px 30px !important;
}

.workshop-category, .workshop-tag {
  font-size: 18px;
  line-height: 19px;
  color: #1D2D72;
  border-radius: 50px;
  padding: 10px 30px;
}

.workshop-category {
  color: #fff !important;
  background-color: #1CB1FF;
}

.workshop-tag {
  color: #fff !important;
  background-color: #0069AA;
}

.event-schedule .date-pagination {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.event-schedule .date-pagination .current-page {
  margin-top: 0;
}
.event-schedule .date-pagination .current-page .current-date {
  /*
  @include h5;
  margin-bottom: 12px;
  */
  /*
  width: auto;
  @include btn;
  @include btn-primary-important;
  */
}
.event-schedule .date-pagination .current-page .highlight {
  /*
  width: 200px;
  display:none;
  */
}
.event-schedule .pagination-control .previous-date {
  background-color: transparent !important;
  /*
  @include h5;
  padding: 15px 15px 10px 15px;
  */
  /*
  gap: 10px;
  @include btn;
  @include btn-secondary-important;
  height: 50px;

  i {
      font-size: 14px;
      margin-top: -3px; 
      display:none;
  }
  */
}
.event-schedule .pagination-control .next-date {
  background-color: transparent !important;
  /*
  @include h5;
  padding: 15px 15px 10px 15px;
  */
  /*
  gap: 10px;
  @include btn;
  @include btn-secondary-important;
  height: 50px;

  i {
      font-size: 14px;
      margin-top: -3px; 
      display:none;
  }
  */
}
.event-schedule .time-block .time-block-header h3 {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
}
@media (max-width: 1299px) {
  .event-schedule .time-block .time-block-header h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .event-schedule .time-block .time-block-header h3 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
.event-schedule .time-block .workshops .workshop .workshop-header {
  gap: 10px 20px;
  flex-direction: row;
}
.event-schedule .time-block .workshops .workshop .workshop-time {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
  margin-bottom: 10px;
  width: auto;
}
@media (max-width: 991px) {
  .event-schedule .time-block .workshops .workshop .workshop-time {
    font-size: 16px;
  }
}
.event-schedule .time-block .workshops .workshop .workshop-duration {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
  margin-bottom: 10px;
  width: auto;
  flex-basis: 80%;
}
@media (max-width: 991px) {
  .event-schedule .time-block .workshops .workshop .workshop-duration {
    font-size: 16px;
  }
}
.event-schedule .time-block .workshops .workshop .workshop-category {
  width: auto;
}
.event-schedule .time-block .workshops .workshop .workshop-tag {
  width: auto;
}
.event-schedule .time-block .workshops h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .event-schedule .time-block .workshops h5 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.event-schedule .time-block .workshops .speakers {
  color: #000;
  font-size: 18px;
  line-height: 19px;
}
.zone-event_schedule > h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event_schedule > h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.zone-event_schedule > div .workshop-detail .workshop-header {
  margin-bottom: 50px;
}
.zone-event_schedule > div .workshop-detail .workshop-header .event-name {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
  color: #1D2D72;
}
@media (max-width: 1299px) {
  .zone-event_schedule > div .workshop-detail .workshop-header .event-name {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .zone-event_schedule > div .workshop-detail .workshop-header .event-name {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
.zone-event_schedule > div .workshop-detail .workshop-header .workshop-category {
  width: auto;
}
.zone-event_schedule > div .workshop-detail .workshop-header .workshop-tag {
  width: auto;
}
.zone-event_schedule > div .workshop-detail .content-grid .workshop-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .zone-event_schedule > div .workshop-detail .content-grid .workshop-content {
    margin-right: 60px;
  }
}
.zone-event_schedule > div .workshop-detail .content-grid .workshop-content img {
  margin-bottom: 30px;
}
.zone-event_schedule > div .workshop-detail .content-grid .workshop-sidebar .sidebox .workshop-details .workshop-date {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .zone-event_schedule > div .workshop-detail .content-grid .workshop-sidebar .sidebox .workshop-details .workshop-date {
    font-size: 16px;
  }
}
.zone-event_schedule > div .workshop-detail .content-grid .workshop-sidebar .sidebox .workshop-details .workshop-time {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .zone-event_schedule > div .workshop-detail .content-grid .workshop-sidebar .sidebox .workshop-details .workshop-time {
    font-size: 16px;
  }
}
.zone-event_schedule > div .workshop-detail .workshop-speakers {
  margin-bottom: 80px;
}
.zone-event_schedule > div .workshop-detail .workshop-speakers .speakers-title {
  color: #fff !important;
}
.zone-event_schedule > div .workshop-detail .workshop-return a {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
}
.zone-event_schedule > div .workshop-detail .workshop-return a:hover, .zone-event_schedule > div .workshop-detail .workshop-return a:active, .zone-event_schedule > div .workshop-detail .workshop-return a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-event_schedule > div .workshop-detail .workshop-return a {
    white-space: normal !important;
  }
}
.zone-event_schedule > div .workshop-detail .workshop-return a:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.zone-event_schedule > div .workshop-detail .workshop-return a:hover, .zone-event_schedule > div .workshop-detail .workshop-return a:active, .zone-event_schedule > div .workshop-detail .workshop-return a:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.zone-event_schedule > div .workshop-detail .workshop-return a:hover:after, .zone-event_schedule > div .workshop-detail .workshop-return a:active:after, .zone-event_schedule > div .workshop-detail .workshop-return a:focus:after {
  filter: brightness(200);
}

/**************************************************
ACCORDEON INTERVENANT
**************************************************/
table.accordeon-intervenant {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
  /* active and opened content */
}
table.accordeon-intervenant tbody, table.accordeon-intervenant tr, table.accordeon-intervenant td {
  border: 0;
}
table.accordeon-intervenant tbody {
  display: block;
}
table.accordeon-intervenant tbody tr {
  /* Title/accordeon box */
  /* content */
}
table.accordeon-intervenant tbody tr:first-child {
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #1D2D72;
  padding: 15px 0;
  position: relative;
}
table.accordeon-intervenant tbody tr:first-child td h3 {
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  color: #1D2D72 !important;
  padding: 10px 60px 10px 0 !important;
  margin-bottom: 4px !important;
}
table.accordeon-intervenant tbody tr:first-child td h3:hover {
  color: #1D2D72 !important;
}
table.accordeon-intervenant tbody tr:first-child td h3:after {
  content: "" !important;
  font-size: 22px !important;
}
table.accordeon-intervenant tbody tr:first-child td h4 {
  color: #1D2D72 !important;
}
table.accordeon-intervenant tbody tr:first-child:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 50px;
  line-height: 20px;
  font-weight: 500;
  color: #1D2D72;
  transition: transform 150ms;
}
table.accordeon-intervenant tbody tr:last-child {
  display: block;
}
table.accordeon-intervenant tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 70px 0 0;
  color: #1D2D72 !important;
}
table.accordeon-intervenant tbody tr:last-child td p {
  color: #1D2D72 !important;
}
table.accordeon-intervenant.active tbody tr:first-child {
  border-bottom: 2px solid #1D2D72;
}
table.accordeon-intervenant.active tbody tr:first-child h3 {
  color: #1D2D72 !important;
}
table.accordeon-intervenant.active tbody tr:first-child:after {
  transform: rotate(45deg);
}
table.accordeon-intervenant.active tbody tr:last-child {
  padding: 20px 0 0 0;
}
table.accordeon-intervenant.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

/*###########################  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: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  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: 1299px) {
  .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: 50px;
  }
}
@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: 30px;
    letter-spacing: 4px;
  }
}
.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 > div:last-of-type a.reset-password, .zone-member .member-login-wrapper #login_content_box .zend_form > div:last-of-type a.reset-password, .zone-member .login-wrapper__login #profile_login_form .zend_form > div:last-of-type a.reset-password, .zone-member .login-wrapper__login #login_content_box .zend_form > div:last-of-type a.reset-password, .zone-login .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password, .zone-login .member-login-wrapper #login_content_box .zend_form > div:last-of-type a.reset-password, .zone-login .login-wrapper__login #profile_login_form .zend_form > div:last-of-type a.reset-password, .zone-login .login-wrapper__login #login_content_box .zend_form > div:last-of-type a.reset-password {
  font-family: "DM Sans", sans-serif;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form .login-form__membership, .zone-member .member-login-wrapper #login_content_box .zend_form .login-form__membership, .zone-member .login-wrapper__login #profile_login_form .zend_form .login-form__membership, .zone-member .login-wrapper__login #login_content_box .zend_form .login-form__membership, .zone-login .member-login-wrapper #profile_login_form .zend_form .login-form__membership, .zone-login .member-login-wrapper #login_content_box .zend_form .login-form__membership, .zone-login .login-wrapper__login #profile_login_form .zend_form .login-form__membership, .zone-login .login-wrapper__login #login_content_box .zend_form .login-form__membership {
  margin-top: 60px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-member .member-login-wrapper #profile_login_form .zend_form #submitform, .zone-member .member-login-wrapper #login_content_box .zend_form input#submit, .zone-member .member-login-wrapper #login_content_box .zend_form #submitform, .zone-member .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-member .login-wrapper__login #profile_login_form .zend_form #submitform, .zone-member .login-wrapper__login #login_content_box .zend_form input#submit, .zone-member .login-wrapper__login #login_content_box .zend_form #submitform, .zone-login .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-login .member-login-wrapper #profile_login_form .zend_form #submitform, .zone-login .member-login-wrapper #login_content_box .zend_form input#submit, .zone-login .member-login-wrapper #login_content_box .zend_form #submitform, .zone-login .login-wrapper__login #profile_login_form .zend_form input#submit, .zone-login .login-wrapper__login #profile_login_form .zend_form #submitform, .zone-login .login-wrapper__login #login_content_box .zend_form input#submit, .zone-login .login-wrapper__login #login_content_box .zend_form #submitform {
  order: 2;
  margin-right: 16px;
  max-width: fit-content;
  margin-top: 0px;
  margin-bottom: 10px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link {
  order: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
  max-width: fit-content;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link {
    white-space: normal !important;
  }
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.login-magic-link:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.login-magic-link:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.login-magic-link:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.login-magic-link:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.login-magic-link:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.login-magic-link:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.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;
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
  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;
}
@media (max-width: 767px) {
  .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 {
    white-space: normal !important;
  }
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.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 {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  color: #07113a;
  transition: all 150ms;
  border: 1px solid #07113a;
  padding-right: 46px;
  padding-left: 15px;
}
.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;
}
@media (max-width: 767px) {
  .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 {
    white-space: normal !important;
  }
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:after, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:after, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:after, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:after, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:after, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:after, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:after, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover:after, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active:after, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus:after, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover:after, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active:after, .zone-member .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus:after, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover:after, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active:after, .zone-member .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus:after, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover:after, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active:after, .zone-member .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus:after, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover:after, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active:after, .zone-login .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus:after, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:hover:after, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:active:after, .zone-login .member-login-wrapper #login_content_box .zend_form a.profile-subscription:focus:after, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:hover:after, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:active:after, .zone-login .login-wrapper__login #profile_login_form .zend_form a.profile-subscription:focus:after, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:hover:after, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:active:after, .zone-login .login-wrapper__login #login_content_box .zend_form a.profile-subscription:focus:after {
  filter: brightness(200);
}
.zone-member .login-form__actions, .zone-login .login-form__actions {
  justify-content: flex-start;
}
.zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
}
@media (max-width: 1299px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
.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: 22px;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-primary, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-primary {
  padding-right: 20px !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link {
  background-color: transparent !important;
  color: #07113a !important;
  padding: 15px 0 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #1CB1FF !important;
  border-radius: 0 !important;
  margin-right: 15px !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link:after, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link:after {
  display: none !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 {
  background-color: transparent !important;
  color: #07113a !important;
  border: none !important;
  border-bottom: 1px solid #07113a !important;
}
.zone-member .content img, .zone-member .content p, .zone-member .content ul, .zone-member .content li, .zone-member .content a, .zone-member .content span, .zone-member .content div, .zone-member .content strong, .zone-member .content h1, .zone-member .content h2, .zone-member .content h3, .zone-member .content h4, .zone-member .content h5, .zone-member .content h6, .zone-login .content img, .zone-login .content p, .zone-login .content ul, .zone-login .content li, .zone-login .content a, .zone-login .content span, .zone-login .content div, .zone-login .content strong, .zone-login .content h1, .zone-login .content h2, .zone-login .content h3, .zone-login .content h4, .zone-login .content h5, .zone-login .content h6 {
  font-family: "DM Sans", sans-serif;
}

a.reset-password {
  font-family: "DM Sans", sans-serif;
}
/*Espace Evenements - Vue Details*/
/* Espace Evenement - Mosaique */
/*###########################  ESPACE MEMBRE  ###########################*/
.member--isConnected .line-header {
  margin-right: 0;
}
.member--isConnected .line-menu {
  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%;
  }
}

.line-zone-membre {
  padding-top: 80px;
  padding-bottom: 80px;
}

.zone-member ul:not(.member-sidebar__menu) li {
  font-size: 18px !important;
  color: #1D2D72 !important;
  list-style: disc;
}
@media (max-width: 991px) {
  .zone-member ul:not(.member-sidebar__menu) li {
    font-size: 16px !important;
  }
}
.zone-member ul:not(.member-sidebar__menu) li:before {
  display: none;
}
.zone-member ul:not(.member-sidebar__menu) li ul {
  margin-top: 10px !important;
}
.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 {
  color: #1D2D72;
  letter-spacing: 1px;
  text-transform: uppercase;
  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: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  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: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.zone-member .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 12px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #1D2D72;
  text-transform: inherit;
  font-family: "DM Sans", sans-serif;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #1CB1FF;
  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: #1CB1FF;
}
.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: #1D2D72;
  margin-bottom: 5px;
  margin-top: 10px;
}
.zone-member .member h1 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  color: #1D2D72;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.zone-member .member h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "DM Sans", sans-serif;
  color: #1D2D72;
}
.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: 500;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  color: #1D2D72;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.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 {
  background-color: transparent !important;
  color: #07113a !important;
  padding: 15px 0 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #1CB1FF !important;
  border-radius: 0 !important;
  margin-right: 15px !important;
}
.zone-member .field-object-temp .btn-action:after {
  display: none !important;
}
.zone-member .field-object-temp .btn-action:hover, .zone-member .field-object-temp .btn-action:active, .zone-member .field-object-temp .btn-action:focus {
  background-color: transparent !important;
  color: #07113a !important;
  border: none !important;
  border-bottom: 1px solid #07113a !important;
}

.member a.fa-file-invoice:before {
  content: "" !important;
  display: inline-block;
  background-image: url(https://cdn.ca.yapla.com/company/CPYyF1CPJXDlsRVQc9wxEUTSn/asset/images/_shapes-icons/icone-facture.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}

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

.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper {
  margin-right: 75px;
}
@media (max-width: 1299px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper {
    margin-right: 0;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead tr th {
  padding: 1.8rem 0 0.8rem 0;
  border-bottom: 1px solid #1CB1FF;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
}
@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: 14px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td {
  vertical-align: top;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td h3.cart-item__name {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td h3.cart-item__name {
    font-size: 16px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td p.cart-item__description {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td p.cart-item__description {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td .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 td .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 td .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 td .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 td .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 td .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 td .cart-item__controls a.item-edit:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td .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 td .cart-item__controls a.item-delete {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td .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 td .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 td .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 td .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 td .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 td .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 td .cart-item__controls a.item-delete:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:hover {
  text-decoration: none !important;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper {
  padding: 3.7rem 2.2rem 1.7rem 2.2rem;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary h3.order-summary__title {
  text-align: left !important;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  padding: 0 0 2rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #1CB1FF;
}
@media (max-width: 991px) {
  .zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary h3.order-summary__title {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes {
  margin-bottom: 15px;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes td:last-child {
  width: 100px;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes tbody tr {
  border: 0 !important;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes tbody tr .order-summary__subtotal {
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes tbody tr .order-summary__subtotal-amount {
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes tfoot tr td {
  border-top: 0;
  padding-top: 0;
  vertical-align: bottom;
  line-height: 1.2;
  white-space: normal;
}
.zone-cart .cart-summary__wrapper > .row > div:last-child .order-totals__wrapper .order-summary .table-order-taxes tfoot tr td p {
  white-space: normal;
  margin-top: 60px;
}
.zone-cart .cart-confirmation__wrapper h2.cart-confirmation__title {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper h2.cart-confirmation__title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
  /*@include h3;*/
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
    font-size: 14px;
  }
}
.zone-cart .cart-confirmation__wrapper table.table-cart thead tr th {
  padding: 1.8rem 0 0.8rem 0;
  border-bottom: 1px solid #1CB1FF;
}
.zone-cart .cart-confirmation__wrapper table.table-cart thead h6.table-cart__heading {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper table.table-cart thead h6.table-cart__heading {
    font-size: 14px;
  }
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td {
  vertical-align: top;
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td h3.cart-item__name {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td h3.cart-item__name {
    font-size: 16px;
  }
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td p.cart-item__description {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td p.cart-item__description {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:hover, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:active, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit {
    white-space: normal !important;
  }
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:hover, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:active, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-edit:hover {
  text-decoration: none !important;
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:hover, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:active, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete {
    white-space: normal !important;
  }
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:hover, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:active, .zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.zone-cart .cart-confirmation__wrapper table.table-cart tbody tr.cart-item td .cart-item__controls a.item-delete:hover {
  text-decoration: none !important;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes {
  margin-bottom: 15px;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes td {
  white-space: normal;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes td:last-child {
  width: 100px;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes tbody tr {
  border: 0 !important;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes tbody tr .order-summary__subtotal {
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes tbody tr .order-summary__subtotal-amount {
  font-size: 1.5rem;
  font-family: "DM Sans", sans-serif;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes tfoot tr td {
  border-top: 0;
  padding-top: 0;
  vertical-align: bottom;
  line-height: 1.2;
  white-space: normal;
}
.zone-cart .cart-confirmation__wrapper .table-order-taxes tfoot tr td p {
  white-space: normal;
  margin-top: 60px;
}

.total-amount-section .total-amount-title {
  font-family: "DM Sans", sans-serif;
}
.total-amount-section .total-amount-price {
  font-family: "DM Sans", sans-serif;
  text-align: right;
}

.payment-form-cms h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .payment-form-cms h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.payment-form-cms .form-withProgress__sub-total h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-family: "DM Sans", sans-serif !important;
  color: #1D2D72;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .payment-form-cms .form-withProgress__sub-total h4 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .payment-form-cms .form-withProgress__sub-total h4 {
    font-size: 14px;
  }
}
.payment-form-cms .form-withProgress__sub-total span {
  font-family: "DM Sans", sans-serif !important;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
}
@media (max-width: 991px) {
  .payment-form-cms .form-withProgress__sub-total span {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
.payment-form-cms .total-amount-section .total-amount-title {
  font-family: "DM Sans", sans-serif;
  text-align: left;
  font-size: 26px;
  color: #fff !important;
}
@media (max-width: 767px) {
  .payment-form-cms .total-amount-section .total-amount-title {
    font-size: 20px;
  }
}
.payment-form-cms .total-amount-section .total-amount-price {
  font-family: "DM Sans", sans-serif;
  text-align: right;
  font-size: 26px;
  color: #fff !important;
}
@media (max-width: 767px) {
  .payment-form-cms .total-amount-section .total-amount-price {
    font-size: 20px;
  }
}
.payment-form-cms .section-footer-navigation .card-body {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.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: #f5f5f5;
  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: #1D2D72;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #1D2D72;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #1D2D72;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #1D2D72;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #1D2D72;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #1D2D72;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 5px;
  height: 8px;
  animation-name: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover, .zone-community .row .sidebar .jumbotron a:last-of-type:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #1CB1FF;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:after, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #1D2D72;
  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: #1D2D72;
  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: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent !important;
  color: #07113a !important;
  padding: 15px 0 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #1CB1FF !important;
  border-radius: 0 !important;
  margin-right: 15px !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:after {
  display: none !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 {
  background-color: transparent !important;
  color: #07113a !important;
  border: none !important;
  border-bottom: 1px solid #07113a !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #1D2D72 !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-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-community .row .content .tab-content .forum-list__title {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.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: #1D2D72;
}
.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: #1D2D72 !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: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  color: #1D2D72;
}
.cookie-consent-modal p.consent-description {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #1D2D72;
}
.cookie-consent-modal p.consent-description a {
  color: #1CB1FF !important;
  text-decoration: none;
  opacity: 1 !important;
}
.cookie-consent-modal p.consent-description a:hover {
  color: #1CB1FF;
  text-decoration: none;
}
.cookie-consent-modal .actions-container {
  justify-content: flex-start !important;
  gap: 40px !important;
  padding-top: 0 !important;
}
.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: #1CB1FF !important;
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-header p {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-header h1 {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services .cm-service {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-body .cm-services .cm-service a {
  color: #1CB1FF !important;
}
.cookie-modal .cm-modal .cm-body .cm-services .cm-service p {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #1CB1FF !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: #1D2D72 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  border: 2px solid #1CB1FF !important;
  background-color: #1CB1FF !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 #1D2D72 !important;
  background-color: #1D2D72 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #1CB1FF !important;
  background-color: transparent !important;
  color: #1CB1FF !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #1D2D72 !important;
  color: #1D2D72 !important;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 105px 120px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 105px 120px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 105px 120px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage {
  margin-bottom: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1299px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
  order: 4;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 0;
  color: #1D2D72 !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: 14px;
  }
}
.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: #1D2D72 !important;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  margin-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
    font-size: 14px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions {
  margin-top: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions a {
  margin-top: 30px;
}
.prebuilt-articles-vedette-col3 a.viewAll {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}

.prebuilt-articles-multiples-col2 {
  padding-top: 80px;
  padding-bottom: 205px;
  /*
  >a:not(&:first-child){
      order: 6;
      @include btn;
      @include btn-link;
  }
  */
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col2 {
    padding-top: 60px;
  }
}
.prebuilt-articles-multiples-col2 #newsFilterForm {
  padding-bottom: 50px;
}
.prebuilt-articles-multiples-col2 .news-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 105px 120px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col2 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 105px 120px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col2 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 105px 120px;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 75px;
  border-bottom: 1px solid #959595;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div a {
  order: 1;
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div a img.news-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1299px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div a img.news-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div a img.news-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div a img.news-thumbnail {
    height: 210px !important;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div h3 {
  order: 2;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div h3 a {
  color: #1D2D72 !important;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div h3 a:hover, .prebuilt-articles-multiples-col2 .news-mosaic .row > div h3 a:focus, .prebuilt-articles-multiples-col2 .news-mosaic .row > div h3 a:active {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 0;
  color: #1D2D72 !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div a.news-category {
    font-size: 14px;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div .e-date {
  order: 3;
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  color: #1D2D72 !important;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div .e-date {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div p.news-keywords {
    font-size: 14px;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro {
  order: 6;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a {
  order: 7;
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
  width: fit-content;
  margin-top: 18px;
  text-decoration: none !important;
  color: #1D2D72 !important;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a {
    white-space: normal !important;
  }
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:hover:after, .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:active:after, .prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:focus:after {
  filter: brightness(200);
}
.prebuilt-articles-multiples-col2 .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.prebuilt-articles-unique-details-title {
  padding-top: 105px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .prebuilt-articles-unique-details-title {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}
.prebuilt-articles-unique-details-title .mod-article__wrapper {
  text-align: center;
  border-bottom: 1px solid #1CB1FF;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.prebuilt-articles-unique-details-title .mod-article__wrapper .mod-article__title {
  order: 2;
  margin-bottom: 40px;
}
.prebuilt-articles-unique-details-title .mod-article__wrapper .mod-article__published-date {
  order: 3;
}
.prebuilt-articles-unique-details-title .mod-article__wrapper .news-content {
  order: 1;
}
.prebuilt-articles-unique-details-title .mod-article__wrapper .news-content .news-tags-container {
  justify-content: center;
}
.prebuilt-articles-unique-details-title .mod-article__wrapper .news-content .news-tags-container .mod-article__tag {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 40px;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .prebuilt-articles-unique-details-title .mod-article__wrapper .news-content .news-tags-container .mod-article__tag {
    font-size: 16px;
  }
}
.prebuilt-articles-unique-details {
  padding-top: 25px;
  padding-bottom: 40px;
}
.prebuilt-articles-unique-details .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .prebuilt-articles-unique-details .container > .row {
    flex-direction: column-reverse;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) {
  width: calc(100% - 330px);
}
@media (max-width: 767px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper {
  margin-right: 70px;
}
@media (max-width: 991px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper {
    margin-right: 0;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content h2 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content ul li {
  font-size: 18px !important;
  color: #1D2D72;
  list-style: disc;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content ul li {
    font-size: 16px !important;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content ul li:before {
  display: none;
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content ul li ul {
  margin-top: 10px !important;
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(1) .mod-article__wrapper .mod-article__content img {
  margin-bottom: 20px;
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(2) {
  width: 330px;
}
@media (max-width: 767px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(2) .content {
  position: sticky;
  top: 140px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .prebuilt-articles-unique-details .container > .row > div:nth-child(2) .content {
    margin-top: 40px;
    padding-bottom: 70px;
  }
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(2) .content a {
  display: block;
}
.prebuilt-articles-unique-details .container > .row > div:nth-child(2) .content a:before {
  content: "Publicité";
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  color: #000;
  position: absolute;
  top: -30px;
  left: 0;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
/* h3 */
.prebuilt-evenement-en-vedette {
  padding-top: 40px;
  padding-bottom: 80px;
}
.prebuilt-evenement-en-vedette .zone-event_flash h2 {
  margin-bottom: 35px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 120px 100px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 120px 100px;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
  margin-bottom: 20px;
  border-radius: 5px;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1299px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 210px !important;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 15px;
  /*
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: initial;
     margin-bottom: 15px;
     letter-spacing: 0;
     */
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item hr {
  display: none;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  color: #1D2D72;
  /*
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
     color: $clrBlack;
     text-transform: inherit;
     margin-bottom: 15px;
     */
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  /*
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: $clrBlack;
  text-transform: inherit;
  margin-bottom: 15px;
  */
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro {
    font-size: 16px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  /*
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: $clrBlack;
  text-transform: inherit;
  margin-bottom: 15px;
  */
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro p {
    font-size: 16px;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover:after, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active:after, .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus:after {
  filter: brightness(200);
}
/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements-title {
  padding-top: 120px;
}

.prebuilt-espace-evenements {
  padding-top: 60px;
  padding-bottom: 265px;
}
.prebuilt-espace-evenements .zone-event h2 {
  margin-bottom: 35px;
}
.prebuilt-espace-evenements .zone-event .event_list_filter {
  padding-bottom: 60px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 120px 100px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 120px 100px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row {
  margin-top: 0;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item {
  position: relative;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #959595;
  position: absolute;
  bottom: -65px;
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item:after {
    bottom: -30px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
  margin-bottom: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 15px;
  /*
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: initial;
     margin-bottom: 15px;
     letter-spacing: 0;
     */
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  color: #1D2D72;
  /*
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
     color: $clrBlack;
     text-transform: inherit;
     margin-bottom: 15px;
     */
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .address {
  display: none;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .contact {
  display: none;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  /*
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: $clrBlack;
  text-transform: inherit;
  margin-bottom: 15px;
  */
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
    font-size: 16px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  /*
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: $clrBlack;
  text-transform: inherit;
  margin-bottom: 15px;
  */
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description p {
    font-size: 16px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description + p {
  display: none;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions {
  display: block !important;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default {
  margin-right: 25px;
}

body.activities-details .prebuilt-espace-evenements {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  body.activities-details .prebuilt-espace-evenements {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
body.activities-details .line-title-banner .content {
  display: none;
}
body.activities-details .prebuilt-espace-evenements-title {
  display: none;
}

body.activities-auth .prebuilt-espace-evenements-title {
  display: none;
}

body.step-register .prebuilt-espace-evenements-title, body.step-resume .prebuilt-espace-evenements-title, body.step-payment .prebuilt-espace-evenements-title {
  display: none;
}

/*
.line-evenements {
    padding-top: 30px;
    padding-bottom: 140px;
    */
.zone-event .row .event-detail .event-jumbotron__left-right__title {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
}
@media (max-width: 1299px) {
  .zone-event .row .event-detail .event-jumbotron__left-right__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .event-jumbotron__left-right__title {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right {
  display: flex;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right {
    flex-direction: column;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #1CB1FF;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .jumbotron {
  position: sticky;
  top: 120px;
  background-color: transparent;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  width: calc(100% - 440px);
  max-width: 740px;
}
@media (max-width: 1299px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    width: calc(100% - 380px);
  }
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    width: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    width: 100%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__image-wrapper img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-width: 420px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper {
  margin-top: 45px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper u {
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper u {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper h2 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper h3 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper h3 {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper img {
  margin-bottom: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper ul li {
  font-size: 18px !important;
  color: #1D2D72;
  list-style: disc;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper ul li {
    font-size: 16px !important;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper ul li:before {
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper ul li ul {
  margin-top: 10px !important;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper {
  margin-top: 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav {
  display: block;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta {
  display: flex;
  justify-content: flex-start;
  gap: 45px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-primary {
  /*@include btn-arrow-right-purple;*/
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default {
  /*@include btn-arrow-left-red;*/
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default {
    white-space: normal !important;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  width: 440px;
}
@media (max-width: 1299px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    width: 100%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
    margin-bottom: 60px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron p {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  padding: 0px 105px 30px 0;
}
@media (max-width: 1299px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
    padding: 0px 75px 30px 0;
  }
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
    padding: 0px 35px 30px 0;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
    padding: 0;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1CB1FF;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 800;
  color: #1D2D72;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-place {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-event {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #1D2D72;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-event {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-full {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #1D2D72;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-full {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-country {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #1D2D72;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .jumbotron__address-country {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .event-detail__description-additional {
  margin-top: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .event-detail__description-additional h5 {
  margin-bottom: 16px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .event-detail__description-additional p {
  margin-bottom: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
  flex-direction: column;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  order: 2;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-top: 5px;
  padding-top: 20px;
  margin-bottom: 20px;
  display: block;
  border-top: 1px solid #1CB1FF;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone a, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact {
  order: 3;
  color: #1D2D72;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone {
  order: 2;
  color: #1D2D72;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  order: 4;
  color: #1D2D72;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #1D2D72 !important;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email a {
    font-size: 16px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places {
  order: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 10px;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
/*
}
    */
@media (min-width: 768px) {
  body.contextuel .line-header:not(.sticked) {
    top: 55px !important;
  }
}
body.contextuel .line-title-banner:not(.small, .home) {
  padding-top: 430px;
}
body.contextuel .line-title-banner.small {
  min-height: 185px;
}
body.contextuel .line-title-banner.home {
  padding-bottom: 360px;
}
@media (max-width: 475px) {
  body.contextuel .line-title-banner.home {
    padding-bottom: 280px;
  }
}

.line-alert-info {
  display: none;
  background-color: #07113a;
  position: absolute;
  z-index: 1;
  z-index: 10000;
  width: 100%;
  /*
  background-color: $primary;
  padding-top: 20px;
  padding-bottom: 20px;
  .container {
      >.row {
          >div {
              .content {
                  display: flex;
                  justify-content: space-between;
                  a {
                      color: $clrWhite!important;
                  }
                  .close {
                      font-family: $fontPlay;
                      color: $primary;
                      font-size: 9rem;
                      line-height: 40px;
                      font-weight: 100;
                      margin: 5px 5px 0 0;
                      display: block;
                      cursor: pointer;
                      opacity: 1;
                      text-shadow: none;
                      filter: invert(1);
                      @include max-sm {
                          font-size: 4rem;
                          line-height: 30px;
                      }
                  }
              }
          }
      }
  }
  */
}
@media (max-width: 767px) {
  .line-alert-info {
    display: none !important;
  }
}
.line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro {
  padding: 6px 24px 6px 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 25px;
  margin-right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro {
    padding: 6px 10px 6px 10px;
    border-radius: 10px;
    align-items: flex-start;
    gap: 5px;
  }
}
.line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a {
  color: #fff !important;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
  .line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a {
    font-size: 16px;
    line-height: 114%;
  }
}
@media (max-width: 767px) {
  .line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(1) img, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(1) img {
    width: 10px !important;
    height: 10px !important;
  }
}
.line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2), .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2) {
  padding-right: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2):after, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2):after {
  content: "";
  width: 40px;
  height: 32px;
  background: url(https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/btn-fleche.svg);
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -25px;
}
@media (max-width: 767px) {
  .line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2):after, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2):after {
    top: 4px;
    bottom: auto;
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
.line-alert-info .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:hover, .line-alert-info .container-fluid > .row > div .mod-article__wrapper .news-content .mod-article__intro a:hover {
  text-decoration: none !important;
}

.line-sticky {
  position: relative;
  z-index: 10;
}
.line-sticky .content {
  opacity: 0;
  position: fixed;
  right: -30px;
  top: 245px;
  animation-name: anime-faire-don;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.4s;
}
.line-sticky .content .sticky-container {
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 51%;
  border-radius: 100px;
  transition: translate 300ms;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-sticky .content .sticky-container {
    display: none;
  }
}
.line-sticky .content .sticky-container .btn-sticky {
  width: auto;
  height: 50px;
  display: block;
  background-color: #1CB1FF;
  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: #1D2D72;
  text-decoration: none !important;
  transition: all 150ms;
}

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

@-webkit-keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-faire-don {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* Menu & Footer social icons svg to css*/
/* https://www.svgbackgrounds.com/tools/svg-to-css/ */
/* Browser support: Legacy (IE9+) */
/* CSS Helpers: Basic background-image */
/** variables **/
/* Exemple couleur svg = %23 + #ffffff*/
/* scss*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 44px;
  display: flex;
  justify-content: flex-end;
}
ul.social li a {
  text-decoration: none !important;
  width: 20px;
}
ul.social li a.email {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='22' viewBox='0 0 34 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='32' height='20' rx='2' stroke='white' stroke-width='2'/%3E%3Cpath d='M3 2L17.79 10L32 2' stroke='%23074a8d' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  display: block;
}
ul.social li a.email:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}
ul.social li a.bluesky {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23188af5%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
}
ul.social li a.bluesky:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}
ul.social li a.instagram {
  background-image: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/ico-insta.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}
ul.social li a.instagram:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}
ul.social li a.linkedin {
  background-image: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/ico-linkedin.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}
ul.social li a.linkedin:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}
ul.social li a.facebook {
  background-image: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/ico-facebook.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}
ul.social li a.facebook:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}
ul.social li a.youtube {
  background-image: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/ico-youtube.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
}
ul.social li a.youtube:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}
ul.social li a.x {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.x:hover {
  filter: hue-rotate(330deg) saturate(490%) brightness(1.8);
}

@media (max-width: 991px) {
  .line-404 {
    padding: 130px 0 130px 0 !important;
  }
}
.line-404 .row > div:first-child .content {
  text-align: center;
}
.line-404 .row > div:first-child .content h1 {
  color: #1D2D72;
  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;
  }
}
.line-404 .row > div:last-child .content {
  margin-top: 25px;
}
@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-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-404 .row > div:last-child .content p {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-404 .row > div:last-child .content p br {
  display: block !important;
}

.bgGrey {
  background-color: #f5f5f5;
}

.address_autocomplete_on {
  font-family: "DM Sans", sans-serif;
}

.member-greeting {
  display: none;
}

.search-object-bloc img, .search-object-bloc p, .search-object-bloc ul, .search-object-bloc li, .search-object-bloc a, .search-object-bloc span, .search-object-bloc strong, .search-object-bloc h1, .search-object-bloc h2, .search-object-bloc h3, .search-object-bloc h4, .search-object-bloc h5, .search-object-bloc h6 {
  opacity: 1 !important;
}

.previous-button {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent !important;
  color: #07113a !important;
  padding: 15px 0 !important;
  transition: all 150ms !important;
  border: none !important;
  border-bottom: 1px solid #1CB1FF !important;
  border-radius: 0 !important;
  margin-right: 15px !important;
}
.previous-button:hover, .previous-button:active, .previous-button:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .previous-button {
    white-space: normal !important;
  }
}
.previous-button:after {
  display: none !important;
}
.previous-button:hover, .previous-button:active, .previous-button:focus {
  background-color: transparent !important;
  color: #07113a !important;
  border: none !important;
  border-bottom: 1px solid #07113a !important;
}

.regular-ul {
  padding-left: 0;
  list-style: none;
}
.regular-ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .regular-ul li {
    font-size: 16px;
  }
}
.regular-ul li:before {
  display: none !important;
}

.zone-system_message {
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 1399px) {
  .cancel-p-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1399px) {
  .cancel-pt-xl {
    padding-top: 0 !important;
  }
}

@media (max-width: 1299px) {
  .cancel-pt-lg {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .cancel-pt-md {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .cancel-pt-sm {
    padding-top: 0 !important;
  }
}

.line-container-850 .container {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.table-striped td {
  font-family: "DM Sans", sans-serif !important;
}

fieldset p, fieldset legend, fieldset span, fieldset div {
  font-family: "DM Sans", sans-serif !important;
  color: #1D2D72 !important;
}

.alert-danger, .alert-error, .text-danger {
  font-family: "DM Sans", sans-serif !important;
}

.form-withProgress__wrapper p {
  margin-bottom: 0 !important;
}

.line-regular-content .container .row > div .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .line-regular-content .container .row > div .content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-regular-content .container .row > div .content ul li {
  font-size: 18px !important;
  color: #1D2D72;
  list-style: disc;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .line-regular-content .container .row > div .content ul li {
    font-size: 16px !important;
  }
}
.line-regular-content .container .row > div .content ul li:before {
  display: none;
}
.line-regular-content .container .row > div .content img {
  margin-bottom: 20px;
}

.table-grey-container {
  background-color: #f5f5f5;
  display: block;
  padding: 60px 40px 40px 40px;
  margin-top: 60px;
}
.table-grey-container h3 {
  margin-bottom: 30px;
}

.line-title-link-all {
  padding-top: 108px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .line-title-link-all {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .line-title-link-all .container > .row > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.line-title-link-all .container > .row > div:nth-child(1) .content h2 {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
  color: #1CB1FF;
  /*
  padding: 8px 14px 6px 10px;
  background-color: $third;
  border-radius: 5px;
  */
  max-width: fit-content;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-title-link-all .container > .row > div:nth-child(1) .content h2 {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
.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-bg-text {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #1D2D72 !important;
  padding-top: 205px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .line-bg-text {
    padding-top: 205px;
    padding-bottom: 35px;
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .line-bg-text {
    padding-top: 180px;
  }
}
.line-bg-text.accueil {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/bg-accueil-denturologie.jpg");
}
.line-bg-text.qui-nous-sommes {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Qui%20nous%20sommes/adq-soutenir-pratiques-denturologistes-equipe-clinique.jpg");
}
.line-bg-text .container > .row > div .content {
  max-width: 630px;
  margin-left: auto;
  margin-right: 0;
}
.line-bg-text .container > .row > div .content h2 {
  margin-bottom: 40px;
}
.line-bg-text .container > .row > div .content p {
  margin-bottom: 25px;
}
.line-bg-text .container > .row > div .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.line-citation {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-citation {
    padding-bottom: 60px;
  }
}
.line-citation .container {
  width: 56%;
  max-width: 850px;
}
@media (max-width: 767px) {
  .line-citation .container {
    width: 100%;
    max-width: 470px;
  }
}
.line-citation .container > .row > div .content {
  text-align: center;
}
.line-citation .container > .row > div .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  position: relative;
}
@media (max-width: 991px) {
  .line-citation .container > .row > div .content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .content h3 {
    margin-top: 75px;
    margin-bottom: 140px;
  }
}
.line-citation .container > .row > div .content h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 154px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Citation/guillemets-gauche.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: -35px;
  left: -240px;
}
@media (max-width: 1299px) {
  .line-citation .container > .row > div .content h3:before {
    left: -150px;
  }
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .content h3:before {
    width: 60px;
    height: 77px;
    top: -115px;
    left: calc(50% - 30px);
  }
}
.line-citation .container > .row > div .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 154px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Citation/guillemets-droite.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: -35px;
  right: -235px;
}
@media (max-width: 1299px) {
  .line-citation .container > .row > div .content h3:after {
    right: -145px;
  }
}
@media (max-width: 767px) {
  .line-citation .container > .row > div .content h3:after {
    width: 60px;
    height: 77px;
    top: auto;
    bottom: -115px;
    right: auto;
    left: calc(50% - 30px);
  }
}
.line-citation .container > .row > div .content img {
  margin-top: 10px;
}
.line-citation .container > .row > div .content h4 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  .line-citation .container > .row > div .content h4 {
    font-size: 14px;
  }
}
.line-right-text-underline {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .line-right-text-underline {
    padding-top: 80px;
  }
}
.line-right-text-underline .container > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-right-text-underline .container > .row > div:nth-child(2) .content {
    margin-top: 40px;
  }
}
.line-right-text-underline .container > .row > div:nth-child(2) .content h6 {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .line-right-text-underline .container > .row > div:nth-child(2) .content h6 {
    margin-bottom: 40px;
  }
}
.line-right-text-underline .container > .row > div:nth-child(2) .content ul {
  padding-left: 0 !important;
}
.line-right-text-underline .container > .row > div:nth-child(2) .content ul li {
  position: relative;
  padding-left: 0 !important;
  font-size: 18px !important;
  line-height: 120% !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  list-style: none !important;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .line-right-text-underline .container > .row > div:nth-child(2) .content ul li {
    font-size: 16px !important;
  }
}
.line-right-text-underline .container > .row > div:nth-child(2) .content ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #1D2D72;
  bottom: 0;
  left: 0;
}
.line-right-text-underline .container > .row > div:nth-child(2) .content ul li:before {
  display: none;
}

.line-bloc-bleu {
  padding-top: 50px;
}
.line-bloc-bleu .container > .row > div .content ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .line-bloc-bleu .container > .row > div .content ul {
    flex-direction: column;
    align-items: center;
  }
}
.line-bloc-bleu .container > .row > div .content ul li {
  background-color: #0069AA;
  padding: 5px !important;
  margin-bottom: 0 !important;
  height: 220px;
  width: calc(33.33333% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
@media (max-width: 767px) {
  .line-bloc-bleu .container > .row > div .content ul li {
    height: 130px;
    width: 100%;
    max-width: 320px;
  }
}
.line-bloc-bleu .container > .row > div .content ul li strong {
  display: block;
  font-size: 70px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 11px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .line-bloc-bleu .container > .row > div .content ul li strong {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .line-bloc-bleu .container > .row > div .content ul li strong {
    font-size: 34px;
  }
}
.line-bloc-bleu .container > .row > div .content ul li u {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 1299px) {
  .line-bloc-bleu .container > .row > div .content ul li u {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .line-bloc-bleu .container > .row > div .content ul li u {
    font-size: 18px;
  }
}
.line-bloc-bleu .container > .row > div .content ul li:before {
  display: none !important;
}

.line-container-bleu {
  padding-top: 30px;
  padding-bottom: 120px;
}
.line-container-bleu .container {
  padding-left: 30px;
  padding-right: 30px;
}
.line-container-bleu .container > .row {
  background-color: #1D2D72;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
  border: 1px solid #1CB1FF;
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 55px;
  }
}
@media (max-width: 1299px) {
  .line-container-bleu .container > .row > div:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .line-container-bleu .container > .row > div:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-container-bleu .container > .row > div:nth-child(1) .content {
  margin-left: 45px;
}
@media (min-width: 1300px) {
  .line-container-bleu .container > .row > div:nth-child(1) .content {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(1) .content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.line-container-bleu .container > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
.line-container-bleu .container > .row > div:nth-child(1) .content p {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-container-bleu .container > .row > div:nth-child(1) .content p {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1299px) {
  .line-container-bleu .container > .row > div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .line-container-bleu .container > .row > div:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-container-bleu .container > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content {
    margin-bottom: 30px;
  }
}
.line-container-bleu .container > .row > div:nth-child(2) .content img {
  margin-right: -18px;
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content img {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content img {
    margin-right: -15px;
  }
}

.line-container-bleu {
  padding-top: 30px;
  padding-bottom: 120px;
}
.line-container-bleu .container {
  padding-left: 30px;
  padding-right: 30px;
}
.line-container-bleu .container > .row {
  background-color: #1D2D72;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
  border: 1px solid #1CB1FF;
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 55px;
  }
}
@media (max-width: 1299px) {
  .line-container-bleu .container > .row > div:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .line-container-bleu .container > .row > div:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-container-bleu .container > .row > div:nth-child(1) .content {
  margin-left: 45px;
}
@media (min-width: 1300px) {
  .line-container-bleu .container > .row > div:nth-child(1) .content {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(1) .content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.line-container-bleu .container > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
.line-container-bleu .container > .row > div:nth-child(1) .content p {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-container-bleu .container > .row > div:nth-child(1) .content p {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1299px) {
  .line-container-bleu .container > .row > div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .line-container-bleu .container > .row > div:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-container-bleu .container > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content {
    margin-bottom: 30px;
  }
}
.line-container-bleu .container > .row > div:nth-child(2) .content img {
  margin-right: -18px;
}
@media (max-width: 767px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content img {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .line-container-bleu .container > .row > div:nth-child(2) .content img {
    margin-right: -15px;
  }
}

.line-container-bleu-regular {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (max-width: 1299px) {
  .line-container-bleu-regular.cible .container > .row > div:nth-child(2) .content img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu-regular.cible .container > .row > div:nth-child(2) .content img {
    max-width: 70%;
    padding-bottom: 10px;
  }
}
.line-container-bleu-regular .container {
  padding-left: 30px;
  padding-right: 30px;
}
.line-container-bleu-regular .container > .row {
  background-color: #1D2D72;
  padding-top: 70px;
  padding-bottom: 80px;
  border-radius: 10px;
  border: 1px solid #1CB1FF;
}
@media (max-width: 767px) {
  .line-container-bleu-regular .container > .row {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 55px;
  }
}
@media (max-width: 1299px) {
  .line-container-bleu-regular .container > .row > div:nth-child(1) {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .line-container-bleu-regular .container > .row > div:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu-regular .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-container-bleu-regular .container > .row > div:nth-child(1) .content {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .line-container-bleu-regular .container > .row > div:nth-child(1) .content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.line-container-bleu-regular .container > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .line-container-bleu-regular .container > .row > div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .line-container-bleu-regular .container > .row > div:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-container-bleu-regular .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-container-bleu-regular .container > .row > div:nth-child(2) .content {
  text-align: center;
}
@media (max-width: 767px) {
  .line-container-bleu-regular .container > .row > div:nth-child(2) .content {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .line-container-bleu-regular .container > .row > div:nth-child(2) .content {
    margin-bottom: 30px;
  }
}
.line-container-bleu-regular .container > .row > div:nth-child(2) .content img {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .line-container-bleu-regular .container > .row > div:nth-child(2) .content img {
    width: 100% !important;
  }
}

.line-formulaire-title {
  padding-top: 120px;
  padding-bottom: 20px;
}
.line-formulaire-title .container > .row > div .content {
  text-align: center;
}
.line-formulaire-title .container > .row > div .content h3 {
  margin-bottom: 40px;
}

.line-formulaire {
  padding-top: 60px;
  padding-bottom: 60px;
}
.line-formulaire .container > .row > div #formbuilder-add-wrapper > div {
  margin-bottom: 60px;
}
.line-formulaire .container > .row > div #formbuilder-add-wrapper > div p {
  margin-top: 40px;
}
.line-formulaire .container > .row > div #formbuilder-add-wrapper h2.section-title {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-formulaire .container > .row > div #formbuilder-add-wrapper h2.section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.line-accordeon {
  padding-top: 85px;
  padding-bottom: 80px;
}
.line-text-img-side {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-text-img-side {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.line-text-img-side .container > .row, .line-text-img-side .container-fluid > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-text-img-side .container > .row, .line-text-img-side .container-fluid > .row {
    flex-direction: column-reverse;
  }
}
.line-text-img-side .container > .row > div:nth-child(1), .line-text-img-side .container-fluid > .row > div:nth-child(1) {
  width: 1217px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .line-text-img-side .container > .row > div:nth-child(1), .line-text-img-side .container-fluid > .row > div:nth-child(1) {
    width: 917px;
  }
}
@media (max-width: 991px) {
  .line-text-img-side .container > .row > div:nth-child(1), .line-text-img-side .container-fluid > .row > div:nth-child(1) {
    width: 717px;
  }
}
@media (max-width: 767px) {
  .line-text-img-side .container > .row > div:nth-child(1), .line-text-img-side .container-fluid > .row > div:nth-child(1) {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-text-img-side .container > .row > div:nth-child(1) .content, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content {
  max-width: 720px;
}
@media (max-width: 1299px) {
  .line-text-img-side .container > .row > div:nth-child(1) .content, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .line-text-img-side .container > .row > div:nth-child(1) .content, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .line-text-img-side .container > .row > div:nth-child(1) .content, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content {
    max-width: 100%;
  }
}
.line-text-img-side .container > .row > div:nth-child(1) .content h2, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .line-text-img-side .container > .row > div:nth-child(1) .content h2 br, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content h2 br {
    display: none;
  }
}
.line-text-img-side .container > .row > div:nth-child(1) .content h6, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content h6 {
  margin-bottom: 40px;
}
.line-text-img-side .container > .row > div:nth-child(1) .content ul, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content ul {
  padding-left: 0 !important;
  margin-bottom: 40px !important;
}
.line-text-img-side .container > .row > div:nth-child(1) .content ul li, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content ul li {
  position: relative;
  padding-left: 0 !important;
  font-size: 18px !important;
  line-height: 120% !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .line-text-img-side .container > .row > div:nth-child(1) .content ul li, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content ul li {
    font-size: 16px !important;
  }
}
.line-text-img-side .container > .row > div:nth-child(1) .content ul li:after, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.line-text-img-side .container > .row > div:nth-child(1) .content ul li:before, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content ul li:before {
  display: none;
}
.line-text-img-side .container > .row > div:nth-child(1) .content .btn, .line-text-img-side .container-fluid > .row > div:nth-child(1) .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.line-text-img-side .container > .row > div:nth-child(2), .line-text-img-side .container-fluid > .row > div:nth-child(2) {
  position: absolute;
  right: 1px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .line-text-img-side .container > .row > div:nth-child(2), .line-text-img-side .container-fluid > .row > div:nth-child(2) {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
}
.line-text-img-side .container > .row > div:nth-child(2) .content, .line-text-img-side .container-fluid > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 1399px) {
  .line-text-img-side .container > .row > div:nth-child(2) .content img, .line-text-img-side .container-fluid > .row > div:nth-child(2) .content img {
    width: 400px !important;
  }
}
@media (max-width: 1299px) {
  .line-text-img-side .container > .row > div:nth-child(2) .content img, .line-text-img-side .container-fluid > .row > div:nth-child(2) .content img {
    width: 400px !important;
  }
}
@media (max-width: 991px) {
  .line-text-img-side .container > .row > div:nth-child(2) .content img, .line-text-img-side .container-fluid > .row > div:nth-child(2) .content img {
    width: 100% !important;
    margin-right: -30px;
  }
}

.line-img-side-text {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-img-side-text {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.line-img-side-text .container > .row, .line-img-side-text .container-fluid > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-img-side-text .container > .row, .line-img-side-text .container-fluid > .row {
    flex-direction: column;
  }
}
.line-img-side-text .container > .row > div:nth-child(1), .line-img-side-text .container-fluid > .row > div:nth-child(1) {
  position: absolute;
  left: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-img-side-text .container > .row > div:nth-child(1), .line-img-side-text .container-fluid > .row > div:nth-child(1) {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
}
.line-img-side-text .container > .row > div:nth-child(1) .content, .line-img-side-text .container-fluid > .row > div:nth-child(1) .content {
  text-align: left;
}
@media (max-width: 1399px) {
  .line-img-side-text .container > .row > div:nth-child(1) .content img, .line-img-side-text .container-fluid > .row > div:nth-child(1) .content img {
    width: 400px !important;
  }
}
@media (max-width: 1299px) {
  .line-img-side-text .container > .row > div:nth-child(1) .content img, .line-img-side-text .container-fluid > .row > div:nth-child(1) .content img {
    width: 320px !important;
  }
}
@media (max-width: 991px) {
  .line-img-side-text .container > .row > div:nth-child(1) .content img, .line-img-side-text .container-fluid > .row > div:nth-child(1) .content img {
    width: 100% !important;
    margin-left: -30px;
  }
}
.line-img-side-text .container > .row > div:nth-child(2), .line-img-side-text .container-fluid > .row > div:nth-child(2) {
  width: 1217px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .line-img-side-text .container > .row > div:nth-child(2), .line-img-side-text .container-fluid > .row > div:nth-child(2) {
    width: 917px;
  }
}
@media (max-width: 991px) {
  .line-img-side-text .container > .row > div:nth-child(2), .line-img-side-text .container-fluid > .row > div:nth-child(2) {
    width: 717px;
  }
}
@media (max-width: 767px) {
  .line-img-side-text .container > .row > div:nth-child(2), .line-img-side-text .container-fluid > .row > div:nth-child(2) {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-img-side-text .container > .row > div:nth-child(2) .content, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1299px) {
  .line-img-side-text .container > .row > div:nth-child(2) .content, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .line-img-side-text .container > .row > div:nth-child(2) .content, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .line-img-side-text .container > .row > div:nth-child(2) .content, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content {
    max-width: 100%;
  }
}
.line-img-side-text .container > .row > div:nth-child(2) .content h2, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .line-img-side-text .container > .row > div:nth-child(2) .content h2 br, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content h2 br {
    display: none;
  }
}
.line-img-side-text .container > .row > div:nth-child(2) .content h6, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content h6 {
  margin-bottom: 40px;
}
.line-img-side-text .container > .row > div:nth-child(2) .content ul, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content ul {
  padding-left: 0 !important;
  margin-bottom: 40px !important;
}
.line-img-side-text .container > .row > div:nth-child(2) .content ul li, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content ul li {
  position: relative;
  padding-left: 0 !important;
  font-size: 18px !important;
  line-height: 120% !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  color: #1D2D72;
}
@media (max-width: 991px) {
  .line-img-side-text .container > .row > div:nth-child(2) .content ul li, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content ul li {
    font-size: 16px !important;
  }
}
.line-img-side-text .container > .row > div:nth-child(2) .content ul li:after, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.line-img-side-text .container > .row > div:nth-child(2) .content ul li:before, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content ul li:before {
  display: none;
}
.line-img-side-text .container > .row > div:nth-child(2) .content .btn, .line-img-side-text .container-fluid > .row > div:nth-child(2) .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.line-annonce-text-img {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-annonce-text-img {
    padding-bottom: 60px;
  }
}
.line-annonce-text-img .container > .row, .line-annonce-text-img .container-fluid > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-annonce-text-img .container > .row, .line-annonce-text-img .container-fluid > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .line-annonce-text-img .container > .row > div:nth-child(1), .line-annonce-text-img .container-fluid > .row > div:nth-child(1) {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-annonce-text-img .container > .row > div:nth-child(1) .content, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content {
  max-width: 720px;
}
@media (max-width: 1299px) {
  .line-annonce-text-img .container > .row > div:nth-child(1) .content, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .line-annonce-text-img .container > .row > div:nth-child(1) .content, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .line-annonce-text-img .container > .row > div:nth-child(1) .content, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content {
    max-width: 100%;
  }
}
.line-annonce-text-img .container > .row > div:nth-child(1) .content h2, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .line-annonce-text-img .container > .row > div:nth-child(1) .content h2 br, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content h2 br {
    display: none;
  }
}
.line-annonce-text-img .container > .row > div:nth-child(1) .content h6, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content h6 {
  margin-bottom: 40px;
}
.line-annonce-text-img .container > .row > div:nth-child(1) .content ul li, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content ul li {
  font-size: 18px !important;
  color: #1D2D72;
  list-style: disc;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .line-annonce-text-img .container > .row > div:nth-child(1) .content ul li, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content ul li {
    font-size: 16px !important;
  }
}
.line-annonce-text-img .container > .row > div:nth-child(1) .content ul li:before, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content ul li:before {
  display: none;
}
.line-annonce-text-img .container > .row > div:nth-child(1) .content .btn, .line-annonce-text-img .container-fluid > .row > div:nth-child(1) .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .line-annonce-text-img .container > .row > div:nth-child(2), .line-annonce-text-img .container-fluid > .row > div:nth-child(2) {
    width: 100%;
    padding-bottom: 40px;
  }
}
.line-annonce-text-img .container > .row > div:nth-child(2) .content, .line-annonce-text-img .container-fluid > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-annonce-text-img .container > .row > div:nth-child(2) .content, .line-annonce-text-img .container-fluid > .row > div:nth-child(2) .content {
    text-align: left;
  }
}
.line-annonce-img-text {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-annonce-img-text {
    padding-bottom: 60px;
  }
}
.line-annonce-img-text .container > .row, .line-annonce-img-text .container-fluid > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-annonce-img-text .container > .row, .line-annonce-img-text .container-fluid > .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .line-annonce-img-text .container > .row > div:nth-child(1), .line-annonce-img-text .container-fluid > .row > div:nth-child(1) {
    width: 100%;
    padding-bottom: 40px;
  }
}
.line-annonce-img-text .container > .row > div:nth-child(1) .content, .line-annonce-img-text .container-fluid > .row > div:nth-child(1) .content {
  text-align: left;
}
@media (max-width: 767px) {
  .line-annonce-img-text .container > .row > div:nth-child(2), .line-annonce-img-text .container-fluid > .row > div:nth-child(2) {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-annonce-img-text .container > .row > div:nth-child(2) .content, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1299px) {
  .line-annonce-img-text .container > .row > div:nth-child(2) .content, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .line-annonce-img-text .container > .row > div:nth-child(2) .content, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .line-annonce-img-text .container > .row > div:nth-child(2) .content, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content {
    max-width: 100%;
  }
}
.line-annonce-img-text .container > .row > div:nth-child(2) .content h2, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content h2 {
  margin-bottom: 40px;
}
@media (max-width: 1299px) {
  .line-annonce-img-text .container > .row > div:nth-child(2) .content h2 br, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content h2 br {
    display: none;
  }
}
.line-annonce-img-text .container > .row > div:nth-child(2) .content h3, .line-annonce-img-text .container > .row > div:nth-child(2) .content h6, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content h3, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content h6 {
  margin-bottom: 40px;
}
.line-annonce-img-text .container > .row > div:nth-child(2) .content ul li, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content ul li {
  font-size: 18px !important;
  color: #1D2D72;
  list-style: disc;
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .line-annonce-img-text .container > .row > div:nth-child(2) .content ul li, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content ul li {
    font-size: 16px !important;
  }
}
.line-annonce-img-text .container > .row > div:nth-child(2) .content ul li:before, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content ul li:before {
  display: none;
}
.line-annonce-img-text .container > .row > div:nth-child(2) .content .btn, .line-annonce-img-text .container-fluid > .row > div:nth-child(2) .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.line-cta-bande-bleu {
  background-color: #0069AA;
  padding-top: 38px;
  padding-bottom: 18px;
}
table.table-quote {
  border-left: 5px solid #ccc;
  padding: 15px 20px 0 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.line-accueil-intro {
  background-color: #1D2D72;
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .line-accueil-intro {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.line-accueil-intro .container > .row > div .content img {
  position: absolute;
  right: 0;
  top: -305px;
}
@media (max-width: 1299px) {
  .line-accueil-intro .container > .row > div .content img {
    max-width: 370px;
    top: -255px;
  }
}
@media (max-width: 991px) {
  .line-accueil-intro .container > .row > div .content img {
    max-width: 224px;
    top: -115px;
  }
}
@media (max-width: 767px) {
  .line-accueil-intro .container > .row > div .content img {
    max-width: 224px;
    top: -115px;
    margin-right: 0;
  }
}

.line-accueil-intro-list {
  background-color: #1D2D72;
  padding-top: 20px;
  padding-bottom: 5px;
}
.line-accueil-intro-list .container > .row > div .content ul {
  margin-left: 0;
  padding-left: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .line-accueil-intro-list .container > .row > div .content ul {
    flex-direction: column;
  }
}
.line-accueil-intro-list .container > .row > div .content ul li {
  width: 32%;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 10px;
  padding-left: 90px !important;
  list-style: none !important;
}
@media (max-width: 1299px) {
  .line-accueil-intro-list .container > .row > div .content ul li {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .line-accueil-intro-list .container > .row > div .content ul li {
    width: 100%;
    font-size: 18px;
    padding-left: 50px;
  }
}
.line-accueil-intro-list .container > .row > div .content ul li u {
  text-decoration: none;
}
.line-accueil-intro-list .container > .row > div .content ul li:before {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  background-color: #1CB1FF;
  margin-left: -85px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .line-accueil-intro-list .container > .row > div .content ul li:before {
    width: 20px;
    margin-left: -45px;
  }
}
.line-accueil-intro-list .container > .row > div .content ul li strong {
  display: block;
  margin-bottom: 10px;
}

.line-accueil-intro-cta {
  background-color: #1D2D72;
  padding-top: 0;
  padding-bottom: 105px;
}
@media (max-width: 991px) {
  .line-accueil-intro-cta {
    padding-bottom: 55px;
  }
}
.line-accueil-ressources {
  padding-top: 105px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .line-accueil-ressources {
    padding-top: 65px;
    padding-bottom: 20px;
  }
}
.line-accueil-ressources .container {
  width: 1192px;
}
@media (max-width: 1299px) {
  .line-accueil-ressources .container {
    width: 100%;
  }
}
.line-accueil-ressources .container > .row > div .content ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .line-accueil-ressources .container > .row > div .content ul {
    flex-direction: column;
  }
}
.line-accueil-ressources .container > .row > div .content ul li {
  padding-left: 0 !important;
  list-style: none !important;
}
.line-accueil-ressources .container > .row > div .content ul li::before {
  display: none;
}
.line-accueil-ressources .container > .row > div .content ul li::marker {
  display: none;
}
.line-accueil-ressources .container > .row > div .content ul li .btn-square {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
  font-family: "Playfair Display", serif;
  color: #fff;
  background-color: #1D2D72;
  background-size: contain !important;
  background-position: center center !important;
  width: 276px;
  height: 276px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 38px;
  transition: all 150ms;
}
@media (max-width: 991px) {
  .line-accueil-ressources .container > .row > div .content ul li .btn-square {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .line-accueil-ressources .container > .row > div .content ul li .btn-square {
    width: 226px;
    height: 216px;
  }
}
@media (max-width: 767px) {
  .line-accueil-ressources .container > .row > div .content ul li .btn-square {
    background-size: cover !important;
    background-position: bottom center !important;
    width: 100%;
    max-width: 100%;
    height: 165px;
  }
}
.line-accueil-ressources .container > .row > div .content ul li .btn-square:hover {
  filter: brightness(0.8);
}
.line-accueil-ressources .container > .row > div .content ul li .btn-square.annonces {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/bg-petites-annonces.jpg");
}
.line-accueil-ressources .container > .row > div .content ul li .btn-square.ressources {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/bg-ressources.jpg");
}
.line-accueil-ressources .container > .row > div .content ul li .btn-square.boutique {
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/bg-boutique.jpg");
}
.line-accueil-ressources .container > .row > div .content ul li .btn-square:after {
  content: "";
  width: 52px;
  height: 42px;
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Accueil/btn-fleche.svg");
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.line-accueil-magazine {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-accueil-magazine {
    padding-bottom: 45px;
  }
}
.line-accueil-magazine .container > .row > div:nth-child(1) .content {
  text-align: center;
}
.line-accueil-magazine .container > .row > div:nth-child(1) .content img {
  max-width: 350px;
  transform: rotate(-3deg);
  border-radius: 4px;
  box-shadow: -35.761px 47.681px 52.449px 0 rgba(0, 0, 0, 0.55);
}
@media (max-width: 991px) {
  .line-accueil-magazine .container > .row > div:nth-child(1) .content img {
    max-width: 80%;
    margin-left: 10px;
  }
}
.line-accueil-magazine .container > .row > div:nth-child(2) .content {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .line-accueil-magazine .container > .row > div:nth-child(2) .content {
    padding-top: 70px;
  }
}
.line-accueil-magazine .container > .row > div:nth-child(2) .content h5 {
  margin-bottom: 10px;
}
.line-accueil-magazine .container > .row > div:nth-child(2) .content ul {
  padding-left: 0 !important;
  padding-top: 25px;
  list-style: none;
}
.line-accueil-magazine .container > .row > div:nth-child(2) .content ul li {
  padding-left: 0 !important;
  list-style: none !important;
  font-size: 18px !important;
  color: #1D2D72 !important;
  padding: 2px 0 7px 0;
  border-bottom: 2px solid #1D2D72;
}
@media (max-width: 991px) {
  .line-accueil-magazine .container > .row > div:nth-child(2) .content ul li {
    font-size: 16px !important;
    border-bottom: 1px solid #1D2D72;
  }
}
.line-accueil-magazine .container > .row > div:nth-child(2) .content ul li::before {
  display: none;
}
.line-accueil-magazine .container > .row > div:nth-child(2) .content ul li::marker {
  display: none;
}

.line-accueil-titre-btn {
  padding-top: 90px;
  padding-bottom: 18px;
}
.line-accueil-titre-btn .container > .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .line-accueil-titre-btn .container > .row {
    flex-direction: column;
  }
}
.line-accueil-titre-btn .container > .row > div:nth-child(1) {
  display: flex;
  align-items: center;
}
.line-accueil-titre-btn .container > .row > div:nth-child(1) .content h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.line-accueil-titre-btn .container > .row > div:nth-child(1) .content h2 img {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .line-accueil-titre-btn .container > .row > div:nth-child(1) .content h2 img {
    width: 50px !important;
    height: 50px !important;
  }
}
.line-accueil-titre-btn .container > .row > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .line-accueil-titre-btn .container > .row > div:nth-child(2) {
    justify-content: flex-start;
  }
}
.line-accueil-titre-btn .container > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 767px) {
  .line-accueil-titre-btn .container > .row > div:nth-child(2) .content {
    text-align: left;
    padding-top: 30px;
  }
}
.line-accueil-titre-btn .container > .row > div:nth-child(2) .content .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.line-accueil-titre-btn.sdp {
  padding-bottom: 50px;
}
@media (min-width: 1300px) {
  .line-accueil-titre-btn.sdp .container > .row > div:first-child {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .line-accueil-titre-btn.sdp .container > .row > div:last-child {
    width: 30%;
  }
}

.line-accueil-nouvelles {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .line-accueil-nouvelles {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.line-accueil-nouvelles .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-accueil-nouvelles .container > .row {
    flex-direction: column-reverse;
  }
}
.line-accueil-nouvelles .container > .row > div:nth-child(1) .content {
  position: relative;
}
.line-accueil-nouvelles .container > .row > div:nth-child(1) .content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -65px;
  background-color: #959595;
}
@media (max-width: 991px) {
  .line-accueil-nouvelles .container > .row > div:nth-child(1) .content:after {
    bottom: -45px;
  }
}
.line-accueil-nouvelles .container > .row > div:nth-child(1) .content > .row:not(:first-child) {
  margin-top: 4.7rem;
}
.line-accueil-nouvelles .container > .row > div:nth-child(1) .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-accueil-nouvelles .container > .row > div:nth-child(1) .content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-accueil-nouvelles .container > .row > div:nth-child(1) .content h3 a {
  color: #1D2D72 !important;
  text-decoration: none !important;
}
.line-accueil-nouvelles .container > .row > div:nth-child(1) .content .e-date {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
  color: #1D2D72;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-accueil-nouvelles .container > .row > div:nth-child(1) .content .e-date {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.line-accueil-nouvelles .container > .row > div:nth-child(2) .content {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .line-accueil-nouvelles .container > .row > div:nth-child(2) .content {
    position: relative;
    align-items: flex-start;
    top: 0;
    margin-bottom: 60px;
  }
}
.line-accueil-nouvelles .container > .row > div:nth-child(2) .content p {
  position: relative;
  width: fit-content;
}
.line-accueil-nouvelles .container > .row > div:nth-child(2) .content p:nth-child(1) a:before {
  content: "Publicité";
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  color: #000;
  position: absolute;
  top: -30px;
  left: 0;
}
.line-accueil-nouvelles .container > .row > div:nth-child(2) .content p a {
  display: block;
}
.line-accueil-nouvelles.sdp .container > .row {
  padding-bottom: 120px;
}
@media (min-width: 1300px) {
  .line-accueil-nouvelles.sdp .container > .row {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #1CB1FF;
  }
}
.line-accueil-nouvelles.sdp .container > .row > div:first-child .content:after {
  display: none;
}
.line-accueil-activites {
  padding-top: 20px;
  padding-bottom: 140px;
}
.line-accueil-activites .container > .row {
  display: flex;
}
.line-accueil-activites .container > .row > div:nth-child(1) .content {
  position: relative;
}
.line-accueil-activites .container > .row > div:nth-child(1) .content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -65px;
  background-color: #959595;
}
.line-accueil-activites .container > .row > div:nth-child(1) .content > .row:not(:first-child) {
  margin-top: 4.7rem;
}
.line-accueil-activites .container > .row > div:nth-child(1) .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-accueil-activites .container > .row > div:nth-child(1) .content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-accueil-activites .container > .row > div:nth-child(1) .content h3 a {
  color: #1D2D72 !important;
  text-decoration: none !important;
}
.line-accueil-activites .container > .row > div:nth-child(1) .content .e-date {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
  color: #1D2D72;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-accueil-activites .container > .row > div:nth-child(1) .content .e-date {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.line-accueil-activites .container > .row > div:nth-child(1) .content hr {
  display: none;
}
.line-accueil-activites .container > .row > div:nth-child(1) .content p br {
  display: block !important;
}
.line-accueil-activites .container > .row > div:nth-child(2) .content {
  position: sticky;
  top: 30px;
}

.line-accueil-logo-title {
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.line-accueil-logo-title .container > .row {
  display: flex;
}
.line-accueil-logo-title .container > .row > div:nth-child(1) {
  display: flex;
  align-items: center;
}
.line-accueil-logo-title .container > .row > div:nth-child(1) .content h2 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .line-accueil-logo-title .container > .row > div:nth-child(1) .content h2 {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.line-accueil-logo-title .container > .row > div:nth-child(2) .content {
  text-align: right;
}
.line-accueil-logo-title .container > .row > div:nth-child(2) .content .btn {
  margin-top: -8px;
  margin-bottom: 0 !important;
}

.line-accueil-logo {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}
.line-accueil-logo .container > .row > div .content {
  position: relative;
  flex-wrap: wrap;
  display: grid;
  gap: 25px 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1299px) {
  .line-accueil-logo .container > .row > div .content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .line-accueil-logo .container > .row > div .content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 10px;
  }
}
@media (max-width: 767px) {
  .line-accueil-logo .container > .row > div .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .line-accueil-logo .container > .row > div .content {
    grid-template-columns: 1fr 1fr;
  }
}
.line-accueil-logo .container > .row > div .content p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
}
@media (max-width: 575px) {
  .line-accueil-logo .container > .row > div .content p {
    max-width: 100%;
  }
}
.line-accueil-logo .container > .row > div .content p img {
  object-fit: contain;
  object-position: center center;
}

.line-qui-nous-sommes-valeurs {
  padding-top: 95px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-qui-nous-sommes-valeurs {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.line-qui-nous-sommes-valeurs .container > .row > div .content h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .line-qui-nous-sommes-valeurs .container > .row > div .content h2 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.line-qui-nous-sommes-valeurs .container > .row > div .content ul {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .line-qui-nous-sommes-valeurs .container > .row > div .content ul {
    flex-direction: column;
  }
}
.line-qui-nous-sommes-valeurs .container > .row > div .content ul li {
  width: 32%;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 10px;
  padding-left: 90px !important;
  list-style: none !important;
}
@media (max-width: 1299px) {
  .line-qui-nous-sommes-valeurs .container > .row > div .content ul li {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .line-qui-nous-sommes-valeurs .container > .row > div .content ul li {
    width: 100%;
    font-size: 18px;
    padding-left: 50px;
  }
}
.line-qui-nous-sommes-valeurs .container > .row > div .content ul li u {
  text-decoration: none;
}
.line-qui-nous-sommes-valeurs .container > .row > div .content ul li:before {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  background-color: #1CB1FF;
  margin-left: -85px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .line-qui-nous-sommes-valeurs .container > .row > div .content ul li:before {
    width: 20px;
    margin-left: -45px;
  }
}
.line-qui-nous-sommes-valeurs .container > .row > div .content ul li strong {
  display: block;
  margin-bottom: 10px;
}

.line-mission-number-title {
  background-color: #f5f5f5;
}

.line-mission-number {
  background-color: #f5f5f5;
  counter-reset: count-steps;
  padding-top: 100px;
  padding-bottom: 75px;
}
.line-mission-number .content:before {
  content: "";
  background: #1D2D72;
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 110%;
  margin-top: -70px;
  margin-left: 233px;
}
@media (max-width: 1299px) {
  .line-mission-number .content:before {
    margin-left: 83px;
  }
}
@media (max-width: 991px) {
  .line-mission-number .content:before {
    margin-left: 33px;
  }
}
@media (max-width: 767px) {
  .line-mission-number .content:before {
    display: none;
  }
}
.line-mission-number .content > .row {
  min-height: 200px;
  flex: 1;
  margin-top: 0 !important;
}
.line-mission-number .content > .row:not(:last-child) .item .intro:before {
  content: "";
  background: #1D2D72;
  position: absolute;
  display: inline-block;
  width: calc(100% + 60px);
  height: 1px;
  bottom: -30px;
}
@media (max-width: 767px) {
  .line-mission-number .content > .row:not(:last-child) .item .intro:before {
    width: 90%;
  }
}
.line-mission-number .content > .row .item {
  margin-top: 0;
  margin-bottom: 70px;
  max-width: 600px;
  margin-left: 450px;
  counter-increment: count-steps;
}
@media (max-width: 1299px) {
  .line-mission-number .content > .row .item {
    max-width: 540px;
    margin-left: 300px;
  }
}
@media (max-width: 991px) {
  .line-mission-number .content > .row .item {
    max-width: 480px;
    margin-left: 140px;
  }
}
@media (max-width: 767px) {
  .line-mission-number .content > .row .item {
    max-width: 100%;
    margin-left: 70px;
  }
}
.line-mission-number .content > .row .item:before {
  content: "";
  background: #1CB1FF;
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 1px;
  margin-top: 60px;
  margin-left: -216px;
}
@media (max-width: 991px) {
  .line-mission-number .content > .row .item:before {
    margin-top: 15px;
    margin-left: -105px;
  }
}
.line-mission-number .content > .row .item:after {
  content: counter(count-steps);
  font-family: "Playfair Display", serif;
  font-size: 118px;
  font-weight: 400;
  text-align: center;
  border: none;
  color: #fff;
  background: #0069AA;
  border-radius: 150px;
  position: absolute;
  display: inline-block;
  width: 146px;
  height: 146px;
  padding: 42px 8px 8px 8px;
  margin-top: -15px;
  margin-left: -180px;
  top: 0;
}
@media (max-width: 991px) {
  .line-mission-number .content > .row .item:after {
    font-size: 44px;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-left: -70px;
    padding: 7px 8px 8px 8px;
  }
}
.line-qui-sommes-nous-rassemble {
  background-color: #1D2D72;
}
.line-qui-sommes-nous-rassemble .container > .row, .line-qui-sommes-nous-rassemble .container-fluid > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-qui-sommes-nous-rassemble .container > .row, .line-qui-sommes-nous-rassemble .container-fluid > .row {
    flex-direction: column-reverse;
  }
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1), .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) {
  width: 1217px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1), .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) {
    width: 917px;
  }
}
@media (max-width: 991px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1), .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) {
    width: 717px;
  }
}
@media (max-width: 767px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1), .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content {
  max-width: 600px;
}
@media (max-width: 1299px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content {
    max-width: 100%;
  }
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content h2, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content h2 {
  margin-bottom: 40px;
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content h6, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content h6 {
  margin-bottom: 40px;
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content ul, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content ul {
  padding-left: 0 !important;
  margin-bottom: 40px !important;
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content ul li, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content ul li {
  position: relative;
  padding-left: 0 !important;
  font-size: 18px !important;
  line-height: 120% !important;
  margin-bottom: 22px !important;
  padding-bottom: 18px !important;
  color: #1D2D72;
  list-style: none !important;
}
@media (max-width: 991px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content ul li, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content ul li {
    font-size: 16px !important;
  }
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content ul li:after, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content ul li:before, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content ul li:before {
  display: none;
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(1) .content .btn, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(1) .content .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(2), .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(2) {
  position: absolute;
  right: 2px;
}
@media (max-width: 767px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(2), .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(2) {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
}
.line-qui-sommes-nous-rassemble .container > .row > div:nth-child(2) .content, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(2) .content {
  text-align: right;
}
@media (max-width: 1299px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(2) .content img, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(2) .content img {
    width: 400px !important;
  }
}
@media (max-width: 991px) {
  .line-qui-sommes-nous-rassemble .container > .row > div:nth-child(2) .content img, .line-qui-sommes-nous-rassemble .container-fluid > .row > div:nth-child(2) .content img {
    width: 400px !important;
  }
}

.line-partenaires {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.line-partenaires .container > .row > div > h2 {
  text-align: center;
  margin-bottom: 120px;
}
.line-partenaires .container > .row > div .content {
  position: relative;
  flex-wrap: wrap;
  display: grid;
  gap: 35px 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1299px) {
  .line-partenaires .container > .row > div .content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .line-partenaires .container > .row > div .content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 10px;
  }
}
@media (max-width: 767px) {
  .line-partenaires .container > .row > div .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .line-partenaires .container > .row > div .content {
    grid-template-columns: 1fr 1fr;
  }
}
.line-partenaires .container > .row > div .content p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
}
@media (max-width: 575px) {
  .line-partenaires .container > .row > div .content p {
    max-width: 100%;
  }
}
.line-partenaires .container > .row > div .content p img {
  object-fit: contain;
  object-position: center center;
}

.line-partenaires-texte {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
.line-partenaires-texte .container > .row > div .content {
  text-align: center;
}

.line-contact-media .container > .row, .line-contact-media .container-fluid > .row {
  padding-bottom: 60px;
  border-bottom: 1px solid #1CB1FF;
}
.line-contact-media .container > .row > div:first-child, .line-contact-media .container-fluid > .row > div:first-child {
  min-width: 600px;
}
@media (min-width: 1300px) {
  .line-contact-media .container > .row > div:first-child, .line-contact-media .container-fluid > .row > div:first-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .line-contact-media .container > .row > div:first-child, .line-contact-media .container-fluid > .row > div:first-child {
    min-width: inherit;
    width: 100%;
  }
}
.line-contact-media .container > .row > div:first-child h2, .line-contact-media .container-fluid > .row > div:first-child h2 {
  margin-bottom: 40px;
}
.line-contact-media .container > .row > div:first-child .content table, .line-contact-media .container-fluid > .row > div:first-child .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-contact-media .container > .row > div:first-child .content table tr, .line-contact-media .container-fluid > .row > div:first-child .content table tr {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .line-contact-media .container > .row > div:first-child .content table tr td:last-child, .line-contact-media .container-fluid > .row > div:first-child .content table tr td:last-child {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .line-contact-media .container > .row > div:first-child .content table tr td:last-child, .line-contact-media .container-fluid > .row > div:first-child .content table tr td:last-child {
    padding-top: 40px;
  }
}
.line-contact-media .container > .row > div:first-child .content table tr td:last-child p br, .line-contact-media .container-fluid > .row > div:first-child .content table tr td:last-child p br {
  display: block !important;
}
.line-contact-media .container > .row > div:first-child .content table tr td:last-child p a, .line-contact-media .container-fluid > .row > div:first-child .content table tr td:last-child p a {
  color: #1D2D72 !important;
  text-decoration: none !important;
}
.line-contact-media .container > .row > div:first-child .content table tr td:last-child p a:hover, .line-contact-media .container-fluid > .row > div:first-child .content table tr td:last-child p a:hover {
  color: #0069AA !important;
}
@media (min-width: 1300px) {
  .line-contact-media .container > .row > div:last-child, .line-contact-media .container-fluid > .row > div:last-child {
    padding-right: 0;
  }
}

.line-equipe-center-info {
  background-color: #f5f5f5;
}
.line-equipe-center-info .container > .row > div .content {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.line-equipe-center-info .container > .row > div .content h5 {
  font-weight: 500;
}

.line-equipe .container > .row > div .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 130px;
}
@media (max-width: 1299px) {
  .line-equipe .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 60px;
  }
}
@media (max-width: 991px) {
  .line-equipe .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 130px;
  }
}
@media (max-width: 767px) {
  .line-equipe .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 60px;
  }
}
@media (max-width: 575px) {
  .line-equipe .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px 130px;
  }
}
.line-equipe .container > .row > div .content > .row {
  margin-top: 0 !important;
}

.line-conseil-administration .container > .row > div .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 130px;
}
@media (max-width: 1299px) {
  .line-conseil-administration .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 60px;
  }
}
@media (max-width: 991px) {
  .line-conseil-administration .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px 130px;
  }
}
@media (max-width: 767px) {
  .line-conseil-administration .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 60px;
  }
}
@media (max-width: 575px) {
  .line-conseil-administration .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px 130px;
  }
}
.line-conseil-administration .container > .row > div .content > .row {
  margin-top: 0 !important;
}
.line-conseil-administration .container > .row > div .content > .row .item .intro {
  padding-bottom: 20px;
  border-bottom: 1px solid #1D2D72;
}
.line-conseil-administration .container > .row > div .content > .row .item .intro h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 800;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .line-conseil-administration .container > .row > div .content > .row .item .intro h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-conseil-administration .container > .row > div .content > .row .item .intro h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .line-conseil-administration .container > .row > div .content > .row .item .intro h4 {
    font-size: 16px;
  }
}
.line-conseil-administration .container > .row > div .content > .row .item .intro p:first-of-type {
  margin-bottom: 28px;
}
.line-conseil-administration .container > .row > div .content > .row .item .intro p:last-of-type {
  /*padding-top: 45px;*/
}
.line-conseil-administration .container > .row > div .content > .row .item .intro p:last-of-type a {
  padding-right: 20px;
}
.line-conseil-administration .container > .row > div .content > .row .item .intro p br {
  display: block !important;
}

.line-double-bloc-bleu {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .line-double-bloc-bleu {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.line-double-bloc-bleu .container > .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-double-bloc-bleu .container > .row {
    flex-direction: column;
  }
}
.line-double-bloc-bleu .container > .row > div:nth-child(1) .content {
  height: 100%;
  border-radius: 10px;
  background-color: #1D2D72;
  padding: 60px 60px 30px 60px;
}
@media (max-width: 767px) {
  .line-double-bloc-bleu .container > .row > div:nth-child(1) .content {
    padding: 40px 40px 10px 40px;
    margin-bottom: 20px;
  }
}
.line-double-bloc-bleu .container > .row > div:nth-child(1) .content h3 {
  margin-bottom: 40px;
}
.line-double-bloc-bleu .container > .row > div:nth-child(2) .content {
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.line-double-bloc-bleu .container > .row > div:nth-child(2) .content img {
  border-radius: 10px;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.line-double-bloc-bleu .container > .row > div:nth-child(2) .content .btn-bleu-cta {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 130px;
  margin-bottom: 40px !important;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 991px) {
  .line-double-bloc-bleu .container > .row > div:nth-child(2) .content .btn-bleu-cta {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1299px) {
  .line-double-bloc-bleu .container > .row > div:nth-child(2) .content .btn-bleu-cta {
    margin-right: 100px;
  }
}
@media (max-width: 991px) {
  .line-double-bloc-bleu .container > .row > div:nth-child(2) .content .btn-bleu-cta {
    margin-right: 90px;
  }
}
@media (max-width: 767px) {
  .line-double-bloc-bleu .container > .row > div:nth-child(2) .content .btn-bleu-cta {
    margin-right: 130px;
    margin-bottom: 20px !important;
  }
}

.line-avantages-1 {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 120px;
}
.line-avantages-1 .container > .row > div .news {
  /*
  display: flex;
  flex-wrap: wrap;
  */
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .line-avantages-1 .container > .row > div .news {
    column-count: 1;
  }
}
.line-avantages-1 .container > .row > div .news > .row {
  /*width: 50%;*/
  break-inside: avoid;
  margin-left: 0;
  margin-right: 0;
}
.line-avantages-1 .container > .row > div .news > .row:not(:first-child) {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .line-avantages-1 .container > .row > div .news > .row:nth-child(5) {
    break-before: column;
    margin-top: 160px;
  }
}
.line-avantages-1 .container > .row > div .news > .row .item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.line-avantages-1 .container > .row > div .news > .row .item .itemImage {
  width: 43%;
}
@media (max-width: 1299px) {
  .line-avantages-1 .container > .row > div .news > .row .item .itemImage {
    width: 29%;
  }
}
@media (max-width: 991px) {
  .line-avantages-1 .container > .row > div .news > .row .item .itemImage {
    width: 100%;
  }
}
.line-avantages-1 .container > .row > div .news > .row .item .intro {
  width: 53%;
}
@media (max-width: 1299px) {
  .line-avantages-1 .container > .row > div .news > .row .item .intro {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .line-avantages-1 .container > .row > div .news > .row .item .intro {
    width: 100%;
  }
}
.line-avantages-1 .container > .row > div .news > .row .item .intro h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .line-avantages-1 .container > .row > div .news > .row .item .intro h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.line-avantages-1 .container > .row > div .news > .row .item .intro p {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .line-avantages-1 .container > .row > div .news > .row .item .intro p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.line-avantages-2 {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 120px;
}
.line-avantages-2 .container > .row > div .news {
  /*
  display: flex;
  flex-wrap: wrap;
  */
  column-count: 2;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .line-avantages-2 .container > .row > div .news {
    column-count: 1;
  }
}
.line-avantages-2 .container > .row > div .news > .row {
  /*width: 50%;*/
  break-inside: avoid;
  margin-left: 0;
  margin-right: 0;
}
.line-avantages-2 .container > .row > div .news > .row:not(:first-child) {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .line-avantages-2 .container > .row > div .news > .row:nth-child(4) {
    break-before: column;
    margin-top: 160px;
  }
}
.line-avantages-2 .container > .row > div .news > .row .item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.line-avantages-2 .container > .row > div .news > .row .item .itemImage {
  width: 43%;
}
@media (max-width: 1299px) {
  .line-avantages-2 .container > .row > div .news > .row .item .itemImage {
    width: 29%;
  }
}
@media (max-width: 991px) {
  .line-avantages-2 .container > .row > div .news > .row .item .itemImage {
    width: 100%;
  }
}
.line-avantages-2 .container > .row > div .news > .row .item .intro {
  width: 53%;
}
@media (max-width: 1299px) {
  .line-avantages-2 .container > .row > div .news > .row .item .intro {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .line-avantages-2 .container > .row > div .news > .row .item .intro {
    width: 100%;
  }
}
.line-avantages-2 .container > .row > div .news > .row .item .intro h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .line-avantages-2 .container > .row > div .news > .row .item .intro h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.line-avantages-2 .container > .row > div .news > .row .item .intro p {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .line-avantages-2 .container > .row > div .news > .row .item .intro p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.line-avantages-partenaires {
  padding-top: 120px;
  padding-bottom: 70px;
}
.line-avantages-partenaires .container > .row > div .content h2 {
  margin-bottom: 60px;
}
.line-avantages-partenaires .container > .row > div .content ul {
  margin-left: 0;
  padding-left: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .line-avantages-partenaires .container > .row > div .content ul {
    flex-direction: column;
  }
}
.line-avantages-partenaires .container > .row > div .content ul li {
  width: 32%;
  color: #1D2D72;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 10px;
  padding-left: 90px !important;
  list-style: none !important;
}
@media (max-width: 1299px) {
  .line-avantages-partenaires .container > .row > div .content ul li {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .line-avantages-partenaires .container > .row > div .content ul li {
    width: 100%;
    font-size: 18px;
    padding-left: 50px;
  }
}
.line-avantages-partenaires .container > .row > div .content ul li u {
  text-decoration: none;
}
.line-avantages-partenaires .container > .row > div .content ul li:before {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  background-color: #1CB1FF;
  margin-left: -85px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .line-avantages-partenaires .container > .row > div .content ul li:before {
    width: 20px;
    margin-left: -45px;
  }
}
.line-avantages-partenaires .container > .row > div .content ul li strong {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .line-devenir-denturologiste .container > .row > div:nth-child(1) .content {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.line-outils-et-videos {
  padding-top: 70px;
  padding-bottom: 125px;
}
.line-outils-et-videos #newsFilterForm {
  padding-bottom: 65px;
}
.line-outils-et-videos #newsFilterForm .form-element-keywords > div {
  width: 100%;
}
.line-outils-et-videos #newsFilterForm .form-element-keywords ul.chosen-choices {
  background: #fff !important;
  border: 1px solid #1CB1FF !important;
  border-radius: 5px;
  padding: 24px !important;
}
.line-outils-et-videos #newsFilterForm .form-element-keywords ul.chosen-choices:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/select-arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.line-outils-et-videos #newsFilterForm .form-element-keywords ul.chosen-choices li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.line-outils-et-videos #newsFilterForm .form-element-keywords ul.chosen-choices input {
  background: #fff !important;
}
.line-outils-et-videos #newsFilterForm .form-element-keywords .chosen-container .chosen-results li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  padding: 11px 6px;
}
.line-outils-et-videos .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .line-outils-et-videos .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 15px;
  }
}
@media (max-width: 767px) {
  .line-outils-et-videos .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 15px;
  }
}
.line-outils-et-videos .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.line-outils-et-videos .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 40px 20px;
  border: 1px solid #1CB1FF;
  border-radius: 5px;
}
.line-outils-et-videos .news-mosaic .row > div a {
  order: 1;
  margin-bottom: 0;
}
.line-outils-et-videos .news-mosaic .row > div a img.news-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1299px) {
  .line-outils-et-videos .news-mosaic .row > div a img.news-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .line-outils-et-videos .news-mosaic .row > div a img.news-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .line-outils-et-videos .news-mosaic .row > div a img.news-thumbnail {
    height: 210px !important;
  }
}
.line-outils-et-videos .news-mosaic .row > div h3 {
  order: 2;
  margin-bottom: 8px;
}
.line-outils-et-videos .news-mosaic .row > div h3 a {
  color: #1D2D72 !important;
}
.line-outils-et-videos .news-mosaic .row > div h3 a:hover {
  text-decoration: none !important;
}
.line-outils-et-videos .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 0;
  color: #1D2D72 !important;
  text-transform: inherit;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .line-outils-et-videos .news-mosaic .row > div a.news-category {
    font-size: 14px;
  }
}
.line-outils-et-videos .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.line-outils-et-videos .news-mosaic .row > div .e-date {
  order: 3;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 40px;
  font-weight: 600;
  color: #1D2D72 !important;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .line-outils-et-videos .news-mosaic .row > div .e-date {
    font-size: 14px;
  }
}
.line-outils-et-videos .news-mosaic .row > div .news-tags {
  margin-bottom: 20px;
}
.line-outils-et-videos .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  color: #1D2D72;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .line-outils-et-videos .news-mosaic .row > div p.news-keywords {
    font-size: 14px;
  }
}
.line-outils-et-videos .news-mosaic .row > div p.news-author {
  color: #1D2D72;
}
.line-outils-et-videos .news-mosaic .row > div div.news-intro {
  order: 6;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-outils-et-videos .news-mosaic .row > div div.news-intro {
    font-size: 16px;
  }
}
.line-outils-et-videos .news-mosaic .row > div > a {
  order: 7;
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
  width: fit-content;
  margin-top: 20px;
  color: #1D2D72 !important;
  text-decoration: none !important;
}
.line-outils-et-videos .news-mosaic .row > div > a:hover, .line-outils-et-videos .news-mosaic .row > div > a:active, .line-outils-et-videos .news-mosaic .row > div > a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-outils-et-videos .news-mosaic .row > div > a {
    white-space: normal !important;
  }
}
.line-outils-et-videos .news-mosaic .row > div > a:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.line-outils-et-videos .news-mosaic .row > div > a:hover, .line-outils-et-videos .news-mosaic .row > div > a:active, .line-outils-et-videos .news-mosaic .row > div > a:focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.line-outils-et-videos .news-mosaic .row > div > a:hover:after, .line-outils-et-videos .news-mosaic .row > div > a:active:after, .line-outils-et-videos .news-mosaic .row > div > a:focus:after {
  filter: brightness(200);
}
.line-outils-et-videos .news-mosaic .row > div > a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.line-outils-et-videos-details {
  padding-top: 105px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .line-outils-et-videos-details {
    padding-top: 65px;
  }
}
.line-outils-et-videos-details .container > .row > div .mod-article__wrapper {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.line-outils-et-videos-details .container > .row > div .mod-article__wrapper h1 {
  margin-bottom: 40px;
}
.line-outils-et-videos-details .container > .row > div .mod-article__wrapper .news-content {
  padding-top: 215px;
  position: relative;
}
@media (max-width: 991px) {
  .line-outils-et-videos-details .container > .row > div .mod-article__wrapper .news-content {
    padding-top: 125px;
  }
}
.line-outils-et-videos-details .container > .row > div .mod-article__wrapper .news-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1CB1FF;
  position: absolute;
  top: 95px;
}
@media (max-width: 991px) {
  .line-outils-et-videos-details .container > .row > div .mod-article__wrapper .news-content:before {
    top: 60px;
  }
}
.line-outils-et-videos-details .container > .row > div .mod-article__wrapper .news-content img {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-outils-et-videos-details .container > .row > div .mod-article__wrapper .news-content img {
    padding-bottom: 55px;
  }
}

.line-outils-et-videos-cta .container > .row > div .content {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.form-element-keywords > div {
  width: 100%;
}
.form-element-keywords ul.chosen-choices {
  background: #fff !important;
  border: 1px solid #1CB1FF !important;
  border-radius: 5px;
  padding: 24px !important;
}
.form-element-keywords ul.chosen-choices:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/select-arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.form-element-keywords ul.chosen-choices li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.form-element-keywords ul.chosen-choices input {
  background: #fff !important;
}
.form-element-keywords .chosen-container .chosen-results li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  padding: 11px 6px;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.line-annonces {
  padding-top: 70px;
  padding-bottom: 125px;
}
.line-annonces #newsFilterForm {
  padding-bottom: 65px;
}
.line-annonces #newsFilterForm .form-element-keywords > div {
  width: 100%;
}
.line-annonces #newsFilterForm .form-element-keywords ul.chosen-choices {
  background: #fff !important;
  border: 1px solid #1CB1FF !important;
  border-radius: 5px;
  padding: 24px !important;
}
.line-annonces #newsFilterForm .form-element-keywords ul.chosen-choices:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/select-arrow.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.line-annonces #newsFilterForm .form-element-keywords ul.chosen-choices li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.line-annonces #newsFilterForm .form-element-keywords ul.chosen-choices input {
  background: #fff !important;
}
.line-annonces #newsFilterForm .form-element-keywords .chosen-container .chosen-results li {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  padding: 11px 6px;
}
.line-annonces .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .line-annonces .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 15px;
  }
}
@media (max-width: 767px) {
  .line-annonces .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 15px;
  }
}
.line-annonces .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.line-annonces .news-mosaic .row > div {
  /*
  display: flex;
  flex-direction: column;
  */
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 40px 20px;
  border: 1px solid #1CB1FF;
  border-radius: 5px;
}
.line-annonces .news-mosaic .row > div a {
  order: 1;
  margin-bottom: 0;
}
.line-annonces .news-mosaic .row > div a img.news-thumbnail {
  margin-bottom: 20px;
  border-radius: 0;
  height: 210px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
@media (max-width: 1299px) {
  .line-annonces .news-mosaic .row > div a img.news-thumbnail {
    height: 180px !important;
  }
}
@media (max-width: 991px) {
  .line-annonces .news-mosaic .row > div a img.news-thumbnail {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  .line-annonces .news-mosaic .row > div a img.news-thumbnail {
    height: 210px !important;
  }
}
.line-annonces .news-mosaic .row > div h3 {
  order: 2;
  margin-bottom: 8px;
}
.line-annonces .news-mosaic .row > div h3 a {
  color: #1D2D72 !important;
}
.line-annonces .news-mosaic .row > div h3 a:hover {
  text-decoration: none !important;
}
.line-annonces .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 0;
  color: #1D2D72 !important;
  text-transform: inherit;
  text-decoration: none !important;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  .line-annonces .news-mosaic .row > div a.news-category {
    font-size: 14px;
  }
}
.line-annonces .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.line-annonces .news-mosaic .row > div .e-date {
  order: 3;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-bottom: 40px;
  font-weight: 600;
  color: #1D2D72 !important;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .line-annonces .news-mosaic .row > div .e-date {
    font-size: 14px;
  }
}
.line-annonces .news-mosaic .row > div .news-tags {
  margin-bottom: 8px;
}
.line-annonces .news-mosaic .row > div .news-tags a {
  color: #1D2D72 !important;
  font-family: "DM Sans", sans-serif;
}
.line-annonces .news-mosaic .row > div .news-tags a:hover {
  text-decoration: none !important;
}
.line-annonces .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  color: #1D2D72;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 991px) {
  .line-annonces .news-mosaic .row > div p.news-keywords {
    font-size: 14px;
  }
}
.line-annonces .news-mosaic .row > div p.news-author {
  color: #1D2D72;
}
.line-annonces .news-mosaic .row > div div.news-intro {
  order: 6;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-annonces .news-mosaic .row > div div.news-intro {
    font-size: 16px;
  }
}
.line-annonces .news-mosaic .row > div > a:not(.news-category) {
  order: 7;
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  position: relative;
  background-color: #1CB1FF;
  color: #1D2D72;
  transition: all 150ms;
  border: 1px solid #1CB1FF;
  padding-right: 46px;
  width: fit-content;
  margin-top: 20px;
  color: #1D2D72 !important;
  text-decoration: none !important;
}
.line-annonces .news-mosaic .row > div > a:not(.news-category):hover, .line-annonces .news-mosaic .row > div > a:not(.news-category):active, .line-annonces .news-mosaic .row > div > a:not(.news-category):focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-annonces .news-mosaic .row > div > a:not(.news-category) {
    white-space: normal !important;
  }
}
.line-annonces .news-mosaic .row > div > a:not(.news-category):after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/bt-arrow.svg");
  width: 13px;
  height: 8px;
  position: absolute;
  display: block;
  right: 18px;
  margin-top: 2px;
  transition: all 150ms;
}
.line-annonces .news-mosaic .row > div > a:not(.news-category):hover, .line-annonces .news-mosaic .row > div > a:not(.news-category):active, .line-annonces .news-mosaic .row > div > a:not(.news-category):focus {
  background-color: #07113a;
  border: 1px solid #07113a;
  color: #fff;
}
.line-annonces .news-mosaic .row > div > a:not(.news-category):hover:after, .line-annonces .news-mosaic .row > div > a:not(.news-category):active:after, .line-annonces .news-mosaic .row > div > a:not(.news-category):focus:after {
  filter: brightness(200);
}
.line-annonces .news-mosaic .row > div > a:not(.news-category):hover {
  color: #fff !important;
  text-decoration: none !important;
}
.line-annonces .paginationControl {
  grid-column: span 3;
}

.line-annonces-et-videos-details {
  padding-top: 105px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .line-annonces-et-videos-details {
    padding-top: 65px;
  }
}
.line-annonces-et-videos-details .container > .row > div .mod-article__wrapper {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.line-annonces-et-videos-details .container > .row > div .mod-article__wrapper h1 {
  margin-bottom: 40px;
}
.line-annonces-et-videos-details .container > .row > div .mod-article__wrapper .news-content {
  padding-top: 215px;
  position: relative;
}
@media (max-width: 991px) {
  .line-annonces-et-videos-details .container > .row > div .mod-article__wrapper .news-content {
    padding-top: 125px;
  }
}
.line-annonces-et-videos-details .container > .row > div .mod-article__wrapper .news-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1CB1FF;
  position: absolute;
  top: 95px;
}
@media (max-width: 991px) {
  .line-annonces-et-videos-details .container > .row > div .mod-article__wrapper .news-content:before {
    top: 60px;
  }
}
.line-annonces-et-videos-details .container > .row > div .mod-article__wrapper .news-content img {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-annonces-et-videos-details .container > .row > div .mod-article__wrapper .news-content img {
    padding-bottom: 55px;
  }
}

.line-annonces-et-videos-cta .container > .row > div .content {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.line-rapport-annuel .container > .row > div > h2 {
  border-bottom: 1px solid #1CB1FF;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.line-rapport-annuel .container > .row > div .news-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .line-rapport-annuel .container > .row > div .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
@media (max-width: 767px) {
  .line-rapport-annuel .container > .row > div .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
.line-rapport-annuel .container > .row > div .news-mosaic > h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-rapport-annuel .container > .row > div .news-mosaic > h4 {
    font-size: 16px;
  }
}
.line-rapport-annuel .container > .row > div .news-mosaic .row {
  margin-top: 0;
}
.line-rapport-annuel .container > .row > div .news-mosaic .row > div .news-intro {
  text-align: center;
}
.line-rapport-annuel .container > .row > div .news-mosaic .row > div .news-intro h5 {
  margin-bottom: 5px;
}
.line-rapport-annuel .container > .row > div .news-mosaic .row > div .news-intro h5 br {
  display: block !important;
}

body.boutique .prebuilt-espace-evenements {
  padding-bottom: 188px;
}
body.boutique .prebuilt-espace-evenements .address-full {
  border-bottom: 1px solid #1CB1FF;
}
body.boutique .prebuilt-espace-evenements .zone-event h2 {
  margin-bottom: 35px;
}
body.boutique .prebuilt-espace-evenements .zone-event .event_list_filter {
  padding-bottom: 60px;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 45px 20px;
}
@media (max-width: 991px) {
  body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 20px;
  }
}
@media (max-width: 767px) {
  body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 45px 15px;
  }
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item {
  display: flex;
  flex-direction: column;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item:after {
  display: none;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a {
  order: 1;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
  display: none;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic-tags {
  order: 2;
  margin-bottom: 30px;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item h3 {
  order: 3;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 10px;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
  order: 4;
  margin-bottom: 0;
}
body.boutique .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions {
  order: 5;
  margin-top: 5px;
}
body.boutique .prebuilt-espace-evenements .event-detail .form-withProgress__navigation-footer .event-detail__nav__tags {
  display: none;
}

.line-magazine .container > .row > div > h2 {
  border-bottom: 1px solid #1CB1FF;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.line-magazine .container > .row > div .news-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 991px) {
  .line-magazine .container > .row > div .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
@media (max-width: 767px) {
  .line-magazine .container > .row > div .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
.line-magazine .container > .row > div .news-mosaic > h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-magazine .container > .row > div .news-mosaic > h4 {
    font-size: 16px;
  }
}
.line-magazine .container > .row > div .news-mosaic .row {
  margin-top: 0;
}
.line-magazine .container > .row > div .news-mosaic .row > div .news-intro {
  text-align: center;
}
.line-magazine .container > .row > div .news-mosaic .row > div .news-intro h5 {
  margin-bottom: 5px;
}

.line-contact-title {
  padding-top: 105px;
  position: relative;
}
.line-contact-title:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYACSU3jresXw5BRENI0o7vc/asset/images/Assets/symbole-logo-XL.svg");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  width: 681px;
  height: 905px;
  top: 0;
  right: 0;
}
.line-contact-title .container > .row > div .content {
  max-width: 960px;
}
.line-contact-title .container > .row > div .content h1 {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: initial;
  padding-bottom: 40px;
  border-bottom: 1px solid #1CB1FF;
}
@media (max-width: 1299px) {
  .line-contact-title .container > .row > div .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .line-contact-title .container > .row > div .content h1 {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
.line-contact {
  padding-top: 20px;
}
.line-contact .container > .row > div:nth-child(1) .content h2 {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 8px;
  font-weight: 500;
  text-transform: initial;
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  .line-contact .container > .row > div:nth-child(1) .content h2 {
    font-size: 22px;
    letter-spacing: 8px;
    margin-bottom: 10px;
  }
}
.line-contact .container > .row > div:nth-child(1) .content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-contact .container > .row > div:nth-child(1) .content h3 {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.line-contact .container > .row > div:nth-child(2) .content {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .line-contact .container > .row > div:nth-child(2) .content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.line-contact .container > .row > div:nth-child(2) .content p {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .line-contact .container > .row > div:nth-child(2) .content p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.line-contact-social ul.social {
  margin-left: -7px;
  padding-top: 20px;
}

.trouver-un-denturologiste-donnees {
  padding-top: 60px;
  padding-bottom: 60px;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > .search-object-form form.search-object-form .section > .col-md-12:nth-child(1) .search_input {
  padding-left: 0;
  padding-right: 0;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > .search-object-form form.search-object-form .section h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > .search-object-form form.search-object-form .section h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > .search-object-form form.search-object-form .section .section-description {
  font-family: "DM Sans", sans-serif;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div {
  margin-bottom: 5px;
  border-bottom: 1px solid #1CB1FF;
  width: 23%;
  display: block;
}
@media (max-width: 991px) {
  .trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div {
    width: 180%;
  }
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div .denturologiste-container .denturologiste-image img {
  border-radius: 5px;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div .denturologiste-container .denturologiste-content p {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div .denturologiste-container .denturologiste-content p {
    font-size: 14px;
  }
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div .denturologiste-container .denturologiste-content li {
  opacity: 1 !important;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div .denturologiste-container .denturologiste-content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 25px */
  letter-spacing: 0;
  margin-top: 30px;
}
.trouver-un-denturologiste-donnees .container > .row .zone-formbuilder_search > .search-object-bloc > div > .search-object-result .tab-content #search-object-tab-formbuilder > div .denturologiste-container .denturologiste-content h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: 0;
}
.trouver-un-denturologiste {
  padding-top: 60px;
  padding-bottom: 60px;
}
.trouver-un-denturologiste .search-object-form {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .trouver-un-denturologiste .search-object-form {
    flex-direction: column;
  }
}
.trouver-un-denturologiste .search-object-form .form-group {
  width: 50%;
}
@media (max-width: 767px) {
  .trouver-un-denturologiste .search-object-form .form-group {
    width: 100%;
  }
}
.trouver-un-denturologiste .search-object-form .form-group .search_input {
  width: 90%;
}
@media (max-width: 767px) {
  .trouver-un-denturologiste .search-object-form .form-group .search_input {
    width: 100%;
  }
}
.trouver-un-denturologiste .search-object-form h2 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 10%;
  margin-bottom: 10px;
  text-transform: initial;
  font-family: "DM Sans", sans-serif;
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .trouver-un-denturologiste .search-object-form h2 {
    font-size: 16px;
    letter-spacing: 10%;
    margin-bottom: 10px;
  }
}
.trouver-un-denturologiste .search-object-form .section-description {
  font-family: "DM Sans", sans-serif;
}
.trouver-un-denturologiste .js-directory-search-box #section-footer-search {
  width: 50%;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .trouver-un-denturologiste .js-directory-search-box #section-footer-search {
    width: 100%;
  }
}
.trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple {
  font-family: "DM Sans", sans-serif;
  text-transform: initial;
  font-size: 16px;
  line-height: 101%;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #07113a;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #1CB1FF;
  border-radius: 0;
}
.trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced:hover, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced:active, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced:focus, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple:hover, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple:active, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple {
    white-space: normal !important;
  }
}
.trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced:hover, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced:active, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_advanced:focus, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple:hover, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple:active, .trouver-un-denturologiste .js-directory-search-box #section-footer-search #search_simple:focus {
  background-color: transparent;
  color: #07113a;
  border: none;
  border-bottom: 1px solid #07113a;
}
.trouver-un-denturologiste .js-directory-search-box #section-footer-search .btn-primary {
  padding-right: 20px;
}
.trouver-un-denturologiste #directory-member {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}
.trouver-un-denturologiste .denturologiste-container {
  margin-bottom: 5px;
  border-bottom: 1px solid #1CB1FF;
  width: 23%;
  display: block;
}
@media (max-width: 991px) {
  .trouver-un-denturologiste .denturologiste-container {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .trouver-un-denturologiste .denturologiste-container {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .trouver-un-denturologiste .denturologiste-container {
    width: 180%;
  }
}
.trouver-un-denturologiste .denturologiste-container .denturologiste-image img {
  border-radius: 5px;
}
.trouver-un-denturologiste .denturologiste-container .denturologiste-content p {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #1D2D72;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .trouver-un-denturologiste .denturologiste-container .denturologiste-content p {
    font-size: 14px;
  }
}
.trouver-un-denturologiste .denturologiste-container .denturologiste-content li {
  opacity: 1 !important;
}
.trouver-un-denturologiste .denturologiste-container .denturologiste-content h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 25px */
  letter-spacing: 0;
  margin-top: 30px;
}
.trouver-un-denturologiste .denturologiste-container .denturologiste-content h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  letter-spacing: 0;
}
/**
* ----------------------------------------
* header
* ----------------------------------------
*/
@keyframes slide-down-header {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * Smooth bounce
 * ----------------------------------------
 */
@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
/**
 * ----------------------------------------
 * animation Sticky menu
 * ----------------------------------------
 */
@-webkit-keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
/**
 * ----------------------------------------
 * bounce_arrow
 * ----------------------------------------
 */
@keyframes bounce_arrow {
  0% {
    -webkit-transform: translateY(30);
    -ms-transform: translateY(30);
    transform: translateY(30);
  }
  40% {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-fade-from-left
 * ----------------------------------------
 */
/* Fade From Left */
@-webkit-keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-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.445, 0.05, 0.55, 0.95);
  -moz-animation: bounceIn 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounceIn 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounceIn 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-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.445, 0.05, 0.55, 0.95);
  -moz-animation: bounceOut 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounceOut 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounceOut 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-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.445, 0.05, 0.55, 0.95);
  -moz-animation: bounceInLeft 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounceInLeft 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounceInLeft 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-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.445, 0.05, 0.55, 0.95);
  -moz-animation: bounceInRight 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounceInRight 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounceInRight 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-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.445, 0.05, 0.55, 0.95);
  -moz-animation: bounceInUp 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounceInUp 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounceInUp 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-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.445, 0.05, 0.55, 0.95);
  -moz-animation: bounceInDown 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounceInDown 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounceInDown 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-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 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: rotate 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: rotate 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: rotate 2s;
  -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 2s;
  -moz-animation: rotateUpLeft 2s;
  -o-animation: rotateUpLeft 2s;
  animation: rotateUpLeft 2s;
  -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 2s;
  -moz-animation: rotateUpRight 2s;
  -o-animation: rotateUpRight 2s;
  animation: rotateUpRight 2s;
  -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 2s;
  -moz-animation: rotateDownLeft 2s;
  -o-animation: rotateDownLeft 2s;
  animation: rotateDownLeft 2s;
  -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 2s;
  -moz-animation: rotateDownRight 2s;
  -o-animation: rotateDownRight 2s;
  animation: rotateDownRight 2s;
  -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 2s;
  -moz-animation: slideUp 2s;
  -o-animation: slideUp 2s;
  animation: slideUp 2s;
}

@-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 2s;
  -moz-animation: slideDown 2s;
  -o-animation: slideDown 2s;
  animation: slideDown 2s;
}

@-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 2s;
  -moz-animation: slideLeft 2s;
  -o-animation: slideLeft 2s;
  animation: slideLeft 2s;
}

@-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 2s;
  -moz-animation: slideRight 2s;
  -o-animation: slideRight 2s;
  animation: slideRight 2s;
}

@-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 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: zoomIn 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: zoomIn 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: zoomIn 2s 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 2s;
  -moz-animation: zoomInDown 2s;
  -o-animation: zoomInDown 2s;
  animation: zoomInDown 2s;
}

@-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 2s;
  -moz-animation: zoomInUp 2s;
  -o-animation: zoomInUp 2s;
  animation: zoomInUp 2s;
}

@-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 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: zoomOut 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: zoomOut 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: zoomOut 2s 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 2s;
  -moz-animation: zoomOutDown 2s;
  -o-animation: zoomOutDown 2s;
  animation: zoomOutDown 2s;
}

@-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 2s;
  -moz-animation: zoomOutUp 2s;
  -o-animation: zoomOutUp 2s;
  animation: zoomOutUp 2s;
}

/*###########################  TITRES  ###########################*/
h1 {
  opacity: 0;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

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

a:not(.cke_button) {
  opacity: 0;
}
a:not(.cke_button).animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

ul:not(.mod-header):not(.nav):not(.dropdown-menu):not(.chosen-results):not(.chosen-choices):not(.list-unstyled) li {
  opacity: 0;
}
ul:not(.mod-header):not(.nav):not(.dropdown-menu):not(.chosen-results):not(.chosen-choices):not(.list-unstyled) li.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

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

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

.line-header .mod-header-container {
  animation-name: slide-down-header;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-header .container-fluid > .row > div:nth-child(1) .content {
  animation-name: slide-down-header;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-header .container-fluid > .row > div:nth-child(2) .mod-header-container {
  animation-name: slide-down-header;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes submenu {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.news-intro {
  opacity: 0;
}
.news-intro.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

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

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

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

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

/** congres **/
.event-schedule h1, .event-schedule h2, .event-schedule h3, .event-schedule h4, .event-schedule h5, .event-schedule h6, .event-schedule ul, .event-schedule li, .event-schedule p, .event-schedule a, .event-schedule .h1, .event-schedule .h2, .event-schedule .h3, .event-schedule .h4, .event-schedule .h5, .event-schedule .h6, .event-schedule img, .workshop-detail h1, .workshop-detail h2, .workshop-detail h3, .workshop-detail h4, .workshop-detail h5, .workshop-detail h6, .workshop-detail ul, .workshop-detail li, .workshop-detail p, .workshop-detail a, .workshop-detail .h1, .workshop-detail .h2, .workshop-detail .h3, .workshop-detail .h4, .workshop-detail .h5, .workshop-detail .h6, .workshop-detail img {
  opacity: 1 !important;
}

/** Politique de consentement / Cookies**/
.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 ul, .cookie-consent-modal li, .cookie-consent-modal p, .cookie-consent-modal a, .cookie-consent-modal img, .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-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal ul, .cookie-modal li, .cookie-modal p, .cookie-modal a, .cookie-modal img, .cookie-modal .h1, .cookie-modal .h2, .cookie-modal .h3, .cookie-modal .h4, .cookie-modal .h5, .cookie-modal .h6 {
  opacity: 1 !important;
}

/** Calendar **/
.calendar-link-content h1, .calendar-link-content h2, .calendar-link-content h3, .calendar-link-content h4, .calendar-link-content h5, .calendar-link-content h6, .calendar-link-content ul, .calendar-link-content li, .calendar-link-content p, .calendar-link-content a, .calendar-link-content img, .calendar-link-content .h1, .calendar-link-content .h2, .calendar-link-content .h3, .calendar-link-content .h4, .calendar-link-content .h5, .calendar-link-content .h6 {
  opacity: 1 !important;
}

.ui-datepicker a {
  opacity: 1 !important;
}

/** Recherche Google **/
.gsc-control-wrapper-cse h1, .gsc-control-wrapper-cse h2, .gsc-control-wrapper-cse h3, .gsc-control-wrapper-cse h4, .gsc-control-wrapper-cse h5, .gsc-control-wrapper-cse h6, .gsc-control-wrapper-cse ul, .gsc-control-wrapper-cse li, .gsc-control-wrapper-cse p, .gsc-control-wrapper-cse a, .gsc-control-wrapper-cse img, .gsc-control-wrapper-cse .h1, .gsc-control-wrapper-cse .h2, .gsc-control-wrapper-cse .h3, .gsc-control-wrapper-cse .h4, .gsc-control-wrapper-cse .h5, .gsc-control-wrapper-cse .h6 {
  opacity: 1 !important;
}

/** Form **/
.chosen-choices li, .chosen-results li {
  opacity: 1 !important;
}
.chosen-choices li a, .chosen-results li a {
  opacity: 1 !important;
}

.text-danger {
  opacity: 1 !important;
}

/** Icons zone de texte html **/
.cke_toolgroup a.cke_button {
  opacity: 1 !important;
}

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