@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wdth,wght@0,75..100,400..700;1,75..100,400..700&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 */
@media (min-width: 808px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1466px) {
  .container {
    width: 1450px;
  }
}
.container {
  /*
  @include min-custom(1500px) {
      width: $xlg-container;
  }
  */
}

/* 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: 1465px) {
  .lg-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

@media (max-width: 807px) {
  .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: 30px 0 !important;
  }
}

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .pb-xl {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .pb-xl {
    padding-bottom: 50px !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: 807px) {
  .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: 807px) {
  .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: 808px) {
  .fullwidth-80 .container {
    width: 94%;
  }
}
@media (min-width: 1466px) {
  .fullwidth-80 .container {
    width: 80%;
  }
}

/* Layout en Z */
@media (max-width: 807px) {
  .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: 1465px) {
  .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: 1465px) {
  .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: 1465px) {
  .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: 1465px) {
  .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: 1465px) {
  .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: 807px) {
  .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: 807px) {
  .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: 807px) {
  .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: 807px) {
  .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: 807px) {
  .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: 807px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* FIX FLEX ON SAFARI, do not delete */
@media (min-width: 808px) {
  .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: "Instrument Sans", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

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

::selection {
  color: #fff;
  background: #81b3e1;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, small, .h1, .h2, .h3, .h4, .h5, .h6, .small {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
  color: #00002b;
  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: 807px) {
  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, .text-white :not(a) {
  color: #fff !important;
}

p a:not(.btn), ul:not([class]) li a:not(.btn) {
  color: #e8184c !important;
  text-decoration: underline !important;
}
p a:not(.btn):hover, ul:not([class]) li a:not(.btn):hover {
  color: #00002b !important;
}

/*
@mixin h1 {
	font-size: 110px;
	line-height: 80%;
	letter-spacing: 9px;
	margin-bottom: 40px;
	text-transform: uppercase;
	@include max-md {
	}
	@include max-sm {
	}
}
h1, .h1 { @include h1; }
*/
h1, .h1 {
  font-size: 90px;
  line-height: 92%;
  letter-spacing: 11px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 92%;
    letter-spacing: 7px;
  }
}
@media (max-width: 807px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 80%;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
}

h2, .h2 {
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 42px;
    line-height: 100%;
  }
}
@media (max-width: 807px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
  }
}

h3, .h3 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}

h4, .h4 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 105%;
  }
}

h5, .h5 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 25px;
    line-height: 105%;
  }
}

h6, .h6 {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  h6, .h6 {
    font-size: 20px;
    line-height: 105%;
  }
}

.intro {
  font-size: 25px;
  line-height: 114%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .intro {
    font-size: 20px;
    line-height: 114%;
  }
}

.citation {
  font-size: 16px;
  line-height: 114%;
  font-weight: 500;
}
@media (max-width: 991px) {
  .citation {
    font-size: 18px;
    line-height: 105%;
  }
}

p {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 114%;
  }
}

.p-small {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .p-small {
    font-size: 14px;
    line-height: 114%;
  }
}

small, .small {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  small, .small {
    font-size: 14px;
    line-height: 114%;
  }
}
hr {
  border-color: #00002b;
}

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: #81b3e1;
  word-break: break-word;
}
a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default):hover, a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default):active, a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(ul.nav a):not(ul.ui-nav a):not(.line-header a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.mod-eventflash__item-title a):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.ui-state-default):focus {
  color: #1a447b;
  text-decoration: underline;
}

ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
ol li, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li {
  font-size: 18px;
  line-height: 114%;
  margin-bottom: 20px;
  margin-bottom: 5px;
  color: #00002b;
}
ol li::marker, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li::marker {
  color: #e8184c;
}
ol li ul, ol li ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li ul, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 15px;
}

/*###########################  BOUTONS  ###########################*/
/* Calendar event BTN  */
.calendar-link-content {
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 40px;
}
.calendar-link-content .v-btn {
  color: #e8184c !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  font-size: 16px !important;
  padding: 0 !important;
}
.calendar-link-content .v-btn:hover, .calendar-link-content .v-btn:focus, .calendar-link-content .v-btn:active {
  color: #00002b !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");
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.calendar-link-content .v-btn i {
  display: none;
}

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  background-color: #f0f6fb;
  border: 1px solid #f0f6fb;
  color: #00002b;
  text-decoration: none;
  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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #00002b;
  text-decoration: none;
}
.btn.btn-primary-1, input.btn.btn-primary-1, a.btn.btn-primary-1 {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.btn.btn-primary-1:hover, .btn.btn-primary-1:active, .btn.btn-primary-1:focus, input.btn.btn-primary-1:hover, input.btn.btn-primary-1:active, input.btn.btn-primary-1:focus, a.btn.btn-primary-1:hover, a.btn.btn-primary-1:active, a.btn.btn-primary-1:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.btn.btn-primary-dark, input.btn.btn-primary-dark, a.btn.btn-primary-dark {
  background-color: #e8184c;
  border: 1px solid #e8184c;
  color: #fff;
  transition: all 150ms;
}
.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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.btn.btn-primary-1, input.btn.btn-primary-1, a.btn.btn-primary-1 {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.btn.btn-primary-1:hover, .btn.btn-primary-1:active, .btn.btn-primary-1:focus, input.btn.btn-primary-1:hover, input.btn.btn-primary-1:active, input.btn.btn-primary-1:focus, a.btn.btn-primary-1:hover, a.btn.btn-primary-1:active, a.btn.btn-primary-1:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #fff;
  color: #000;
  transition: all 150ms;
  border: 1px solid #000;
}
.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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.btn.btn-secondary-dark, input.btn.btn-secondary-dark, a.btn.btn-secondary-dark {
  background-color: transparent;
  color: #fff;
  transition: all 150ms;
  border: 1px solid #fff;
}
.btn.btn-secondary-dark:hover, .btn.btn-secondary-dark:active, .btn.btn-secondary-dark:focus, input.btn.btn-secondary-dark:hover, input.btn.btn-secondary-dark:active, input.btn.btn-secondary-dark:focus, a.btn.btn-secondary-dark:hover, a.btn.btn-secondary-dark:active, a.btn.btn-secondary-dark:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.btn.btn-espace, input.btn.btn-espace, a.btn.btn-espace {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .btn.btn-espace, input.btn.btn-espace, a.btn.btn-espace {
    font-size: 28px;
    margin-top: 2rem;
  }
}
.btn.btn-espace:after, input.btn.btn-espace:after, a.btn.btn-espace:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/arrow-espace.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 81px;
  height: 38px;
  position: absolute;
  top: 12px;
  right: 40px;
  transition: all 150ms;
}
@media (max-width: 991px) {
  .btn.btn-espace:after, input.btn.btn-espace:after, a.btn.btn-espace:after {
    background-size: cover;
    width: 60px;
    height: 28px;
  }
}
.btn.btn-studio, input.btn.btn-studio, a.btn.btn-studio {
  font-size: 30px;
  line-height: 105%;
  text-align: left;
  font-weight: 400;
  color: #000;
  padding: 0 120px 0 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .btn.btn-studio, input.btn.btn-studio, a.btn.btn-studio {
    font-size: 25px;
    padding: 0 100px 0 20px;
  }
}
@media (max-width: 807px) {
  .btn.btn-studio, input.btn.btn-studio, a.btn.btn-studio {
    margin-top: 15px;
  }
}
.btn.btn-studio:after, input.btn.btn-studio:after, a.btn.btn-studio:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/btn-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 2px;
  right: 40px;
  transition: all 150ms;
}
@media (max-width: 991px) {
  .btn.btn-studio:after, input.btn.btn-studio:after, a.btn.btn-studio:after {
    background-size: cover;
    width: 60px;
    height: 30px;
  }
}
.btn.btn-studio:hover, .btn.btn-studio:focus, input.btn.btn-studio:hover, input.btn.btn-studio:focus, a.btn.btn-studio:hover, a.btn.btn-studio:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #81b3e1;
  transition: all 300ms;
}
.btn.btn-studio:hover:after, .btn.btn-studio:focus:after, input.btn.btn-studio:hover:after, input.btn.btn-studio:focus:after, a.btn.btn-studio:hover:after, a.btn.btn-studio:focus:after {
  transition: all 300ms;
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/btn-arrow-hover.svg");
  right: 20px;
}
.btn.btn-devis, input.btn.btn-devis, a.btn.btn-devis {
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0px 0 20px 0;
  margin-top: 0;
  transition: all 1s;
}
.btn.btn-devis:before, input.btn.btn-devis:before, a.btn.btn-devis:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Le%20theatre/icon-btn-devis-techique.svg");
  background-size: contain;
  width: 78px;
  height: 78px;
  margin-bottom: 20px;
}
@media (max-width: 807px) {
  .btn.btn-devis:before, input.btn.btn-devis:before, a.btn.btn-devis:before {
    width: 40px;
    height: 40px;
  }
}
.btn.btn-devis:hover, .btn.btn-devis:focus, .btn.btn-devis:active, input.btn.btn-devis:hover, input.btn.btn-devis:focus, input.btn.btn-devis:active, a.btn.btn-devis:hover, a.btn.btn-devis:focus, a.btn.btn-devis:active {
  opacity: 0.7 !important;
}
.btn.btn-360, input.btn.btn-360, a.btn.btn-360 {
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0px 0 20px 0;
  margin-top: 0;
  transition: all 1s;
}
.btn.btn-360:before, input.btn.btn-360:before, a.btn.btn-360:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Le%20theatre/icon-btn-360.svg");
  background-size: contain;
  width: 78px;
  height: 78px;
  margin-bottom: 20px;
}
@media (max-width: 807px) {
  .btn.btn-360:before, input.btn.btn-360:before, a.btn.btn-360:before {
    width: 40px;
    height: 40px;
  }
}
.btn.btn-360:hover, .btn.btn-360:focus, .btn.btn-360:active, input.btn.btn-360:hover, input.btn.btn-360:focus, input.btn.btn-360:active, a.btn.btn-360:hover, a.btn.btn-360:focus, a.btn.btn-360:active {
  opacity: 0.7 !important;
}
.btn.btn-link, input.btn.btn-link, a.btn.btn-link {
  background-color: transparent;
  color: #e8184c;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #00002b;
  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: #00002b;
  border: none;
  border-bottom: 1px solid #e8184c;
}
.btn.btn-arrow, input.btn.btn-arrow, a.btn.btn-arrow {
  font-size: 16px;
  line-height: 114%;
  height: auto;
  display: inline-flex;
  align-items: flex-center;
  justify-content: flex-start;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  transition: all 300ms;
}
.btn.btn-arrow br, input.btn.btn-arrow br, a.btn.btn-arrow br {
  display: block !important;
}
.btn.btn-arrow:after, input.btn.btn-arrow:after, a.btn.btn-arrow:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/btn-arrow.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  transition: all 300ms;
}
.btn.btn-arrow:hover, .btn.btn-arrow:focus, input.btn.btn-arrow:hover, input.btn.btn-arrow:focus, a.btn.btn-arrow:hover, a.btn.btn-arrow:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #81b3e1;
  transition: all 300ms;
}
.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 {
  transition: all 300ms;
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/btn-arrow-hover.svg");
}
.btn.btn-arrow-big, input.btn.btn-arrow-big, a.btn.btn-arrow-big {
  font-size: 40px;
  line-height: 105%;
  height: auto;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  transition: all 300ms;
}
.btn.btn-arrow-big br, input.btn.btn-arrow-big br, a.btn.btn-arrow-big br {
  display: block !important;
}
.btn.btn-arrow-big:after, input.btn.btn-arrow-big:after, a.btn.btn-arrow-big:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/carrousel-arrow-right.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 81px;
  height: 38px;
  animation-name: none;
}
.btn.btn-arrow-big:hover, .btn.btn-arrow-big:focus, input.btn.btn-arrow-big:hover, input.btn.btn-arrow-big:focus, a.btn.btn-arrow-big:hover, a.btn.btn-arrow-big:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #81b3e1;
}
.btn.btn-arrow-big:hover:after, .btn.btn-arrow-big:focus:after, input.btn.btn-arrow-big:hover:after, input.btn.btn-arrow-big:focus:after, a.btn.btn-arrow-big:hover:after, a.btn.btn-arrow-big: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-arrow-big-dark, input.btn.btn-arrow-big-dark, a.btn.btn-arrow-big-dark {
  font-size: 40px;
  line-height: 105%;
  height: auto;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #fff;
  text-transform: inherit;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  transition: all 300ms;
}
@media (max-width: 807px) {
  .btn.btn-arrow-big-dark, input.btn.btn-arrow-big-dark, a.btn.btn-arrow-big-dark {
    font-size: 30px;
  }
}
.btn.btn-arrow-big-dark br, input.btn.btn-arrow-big-dark br, a.btn.btn-arrow-big-dark br {
  display: block !important;
}
.btn.btn-arrow-big-dark:after, input.btn.btn-arrow-big-dark:after, a.btn.btn-arrow-big-dark:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/arrow-espace.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 81px;
  height: 38px;
  animation-name: none;
}
.btn.btn-arrow-big-dark:hover, .btn.btn-arrow-big-dark:focus, input.btn.btn-arrow-big-dark:hover, input.btn.btn-arrow-big-dark:focus, a.btn.btn-arrow-big-dark:hover, a.btn.btn-arrow-big-dark:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #81b3e1;
}
.btn.btn-arrow-big-dark:hover:after, .btn.btn-arrow-big-dark:focus:after, input.btn.btn-arrow-big-dark:hover:after, input.btn.btn-arrow-big-dark:focus:after, a.btn.btn-arrow-big-dark:hover:after, a.btn.btn-arrow-big-dark: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;
  border: none;
  color: #6CA4DC;
  margin-right: 32px;
  text-decoration: underline;
  text-transform: inherit;
}
.btn.btn-back:hover, .btn.btn-back:focus, .btn.btn-back:active, input.btn.btn-back:hover, input.btn.btn-back:focus, input.btn.btn-back:active, a.btn.btn-back:hover, a.btn.btn-back:focus, a.btn.btn-back:active {
  background: transparent;
  color: #a6ef97;
  border: none;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  position: relative;
  background-color: transparent;
  color: #00002b;
  transition: all 150ms;
  border-bottom: 1px solid #e8184c;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 90px;
}
.btn.btn-download:hover, .btn.btn-download:active, .btn.btn-download:focus, input.btn.btn-download:hover, input.btn.btn-download:active, input.btn.btn-download:focus, a.btn.btn-download:hover, a.btn.btn-download:active, a.btn.btn-download:focus {
  background-color: transparent;
  border-bottom: 1px solid #e8184c;
  color: #e8184c;
}
.btn.btn-download:hover:before, .btn.btn-download:active:before, .btn.btn-download:focus:before, input.btn.btn-download:hover:before, input.btn.btn-download:active:before, input.btn.btn-download:focus:before, a.btn.btn-download:hover:before, a.btn.btn-download:active:before, a.btn.btn-download:focus:before {
  background-color: #e8184c;
}
.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(100);
}
.btn.btn-download:before, input.btn.btn-download:before, a.btn.btn-download:before {
  content: "";
  border: 1px solid #e8184c;
  border-radius: 50px;
  width: 61px;
  height: 61px;
  position: absolute;
  left: -90px;
  top: 4px;
  transition: all 150ms;
}
.btn.btn-download:after, input.btn.btn-download:after, a.btn.btn-download:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYuU5C607f42zk9W8RyXQexD/asset/images/Assets/bt-download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 61px;
  height: 61px;
  position: absolute;
  left: -90px;
  top: 4px;
  transition: all 150ms;
}
.btn.btn-default, input.btn.btn-default, a.btn.btn-default {
  background-color: #f0f6fb;
  border: 1px solid #f0f6fb;
  color: #00002b;
  text-decoration: none;
  transition: all 150ms;
}
.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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #00002b;
  text-decoration: none;
}

.btn {
  margin-right: 30px;
  margin-bottom: 0;
}
.btn:last-child {
  margin-right: 0;
}
.back-to-list {
  background-color: transparent;
  color: #e8184c;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #00002b;
  border-radius: 0;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  color: #00002b;
  border: none;
  border-bottom: 1px solid #e8184c;
}

/*###########################  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: #00002b;
  -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 h2.section-title,
form.search-form h2.section-title {
  margin-top: 40px;
}
form.form-horizontal,
form.search-form {
  /*Fix col-md-12 full width qui affiche a moitié - width égale*/
}
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;
}
form.form-horizontal .form-group .col-md-12, form.form-horizontal .form-group .col-sm-17, form.form-horizontal .form-group .col-sm-24,
form.search-form .form-group .col-md-12,
form.search-form .form-group .col-sm-17,
form.search-form .form-group .col-sm-24 {
  padding: 0;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 2px;
  padding-left: 0;
  padding-top: 2px;
  color: #00002b;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /* Required Red Star Styles */
}
form.form-horizontal .form-group span.control-label--required,
form.search-form .form-group span.control-label--required {
  padding-left: 2px;
  color: #00002b;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /* Input Global Style */
}
form.form-horizontal .form-group input:not(.btn):not([type=file]), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn):not([type=file]),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #fff !important;
  color: #00002b !important;
  border: 1px solid #00002b;
}
form.form-horizontal .form-group input[type=checkbox],
form.search-form .form-group input[type=checkbox] {
  padding: 4px !important;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 5px;
}
form.form-horizontal .form-group input[type=radio],
form.search-form .form-group input[type=radio] {
  padding: 4px !important;
  /*width: 56px;
  height: 46px;*/
  width: 16px;
  height: 16px;
  margin-left: -23px;
  /*top: -3px;*/
  /*left: 5px;*/
}
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-radius: 0;
  margin-top: 5px;
  width: inherit;
}
form.form-horizontal .form-group .radio label, form.form-horizontal .form-group .checkbox label, form.form-horizontal .form-group .input-radio > div label,
form.search-form .form-group .radio label,
form.search-form .form-group .checkbox label,
form.search-form .form-group .input-radio > div label {
  padding-left: 28px;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /* Direct input overrides */
}
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 #00002b !important;
  padding: 5px 15px !important;
  height: 40px !important;
  border-radius: 6px;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
  border-radius: 6px;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #fff url(https://cdn.ca.yapla.com/company/CPY7p4CO2sE1afW3ImwiLyBND/asset/images/Site%20Web%202021/Icons/chevron-down-black%402x.png) no-repeat right 20px center !important;
  /*
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  */
}
form.form-horizontal .form-group select option,
form.search-form .form-group select option {
  color: #1a447b;
}
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,
form.search-form .form-group {
  /*Category Dropdown Styles*/
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.ca.yapla.com/images/icon-membogo-arrow-combo@2x.png) no-repeat right 5px center !important;
  background-size: 13px !important;
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /*Keywords Dropdown Styles*/
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices, form.form-horizontal .form-group .chosen-container-multi .chosen-choices,
form.search-form .form-group .form-element-keywords .chosen-choices,
form.search-form .form-group .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field {
  height: 21px !important;
  line-height: 22px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field input, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field input,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field input,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field input {
  height: 20px;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #e8184c !important;
  font-size: 15px;
  padding-left: 15px !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice span, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice span,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice span,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice span {
  vertical-align: -webkit-baseline-middle;
  margin: 0px 5px 0px 0 !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice .search-choice-close, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice .search-choice-close,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 0;
  top: 9px !important;
  filter: invert(1);
}
form.form-horizontal .form-group,
form.search-form .form-group {
  /*Error Text Style*/
}
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,
form.search-form {
  /*Static Text in forms*/
}
form.form-horizontal p.form-control-static,
form.search-form p.form-control-static {
  padding-top: 0;
  margin-top: 0;
}
form.form-horizontal .crm-footer-frame,
form.search-form .crm-footer-frame {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
form.form-horizontal .crm-footer-frame .btn-primary,
form.search-form .crm-footer-frame .btn-primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
form.form-horizontal .crm-footer-frame .btn-primary:hover, form.form-horizontal .crm-footer-frame .btn-primary:active, form.form-horizontal .crm-footer-frame .btn-primary:focus,
form.search-form .crm-footer-frame .btn-primary:hover,
form.search-form .crm-footer-frame .btn-primary:active,
form.search-form .crm-footer-frame .btn-primary:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(232, 24, 76, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #e8184c;
}

.overrideformtitle .zone-crm h1 {
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 42px;
    line-height: 100%;
  }
}
@media (max-width: 807px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.overrideformtitle .zone-crm h1 {
  text-align: center;
}

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

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

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

@media (max-width: 991px) {
  .zone-event h1.form-withProgress__title-main,
  .zone-member h1.form-withProgress__title-main {
    padding: 0 32px;
  }
}
@media (max-width: 807px) {
  .zone-event h1.form-withProgress__title-main,
  .zone-member h1.form-withProgress__title-main {
    font-size: 31px;
    line-height: 35px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  padding: 50px;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper,
  .zone-member .form-withProgress__wrapper {
    padding: 32px 16px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Formulaire*/
}
.zone-event .form-withProgress__wrapper h2.section-title,
.zone-member .form-withProgress__wrapper h2.section-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
.zone-event .form-withProgress__wrapper .form-group input, .zone-event .form-withProgress__wrapper .form-group select,
.zone-member .form-withProgress__wrapper .form-group input,
.zone-member .form-withProgress__wrapper .form-group select {
  background-color: #f7f7f7;
}
.zone-event .form-withProgress__wrapper fieldset h2,
.zone-member .form-withProgress__wrapper fieldset h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper fieldset h2,
  .zone-member .form-withProgress__wrapper fieldset h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.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,
.zone-member .form-withProgress__wrapper {
  /*Récapitulatif*/
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
  .zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
    font-size: 25px;
    line-height: 105%;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  color: #00002b;
}
@media (max-width: 807px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
  .zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
    font-size: 14px;
  }
}
.zone-event .form-withProgress__wrapper #service_terms-1,
.zone-member .form-withProgress__wrapper #service_terms-1 {
  left: 20px;
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Total box*/
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total,
.zone-event .form-withProgress__wrapper #fieldset-total,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total,
.zone-member .form-withProgress__wrapper #fieldset-total {
  padding: 15px 0 30px 0;
  margin-bottom: 0 !important;
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  text-transform: initial;
  font-size: 26px;
  color: #00002b !important;
}
@media (max-width: 807px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
  .zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title,
  .zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
  .zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  text-align: right;
  font-size: 26px;
  color: #00002b !important;
}
@media (max-width: 807px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
  .zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
  .zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
  .zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*Bottom Nav*/
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  /*
                  color: #6CA4DC;
                  margin-right: 32px;
                  text-decoration: underline;
                  &:hover, &:focus, &:active {
                      background: transparent;
                      color: $third;
                      border: none;
                  }
                      */
}
@media (max-width: 807px) {
  .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: #a6ef97;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #00002b !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #00002b !important;
  text-decoration: none !important;
}
.zone-event .membership-delegate-manage .footer .btn:hover, .zone-event .membership-delegate-manage .footer .btn:active, .zone-event .membership-delegate-manage .footer .btn:focus,
.zone-member .membership-delegate-manage .footer .btn:hover,
.zone-member .membership-delegate-manage .footer .btn:active,
.zone-member .membership-delegate-manage .footer .btn:focus {
  text-decoration: none !important;
  background-color: #e8184c !important;
  border: 1px solid #e8184c !important;
  color: #fff !important;
  text-decoration: none !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #00002b !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #00002b !important;
  text-decoration: none !important;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:active, .modal .modal-dialog .modal-content .modal-footer button:focus {
  text-decoration: none !important;
  background-color: #e8184c !important;
  border: 1px solid #e8184c !important;
  color: #fff !important;
  text-decoration: none !important;
}

/*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: 807px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form {
    padding: 0;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2 {
  font-family: "Instrument Sans", sans-serif;
  padding-bottom: 16px;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item {
  border: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .price-membership-badge {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@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: 25px;
    line-height: 105%;
  }
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .radio label {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@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: 25px;
    line-height: 105%;
  }
}
.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: #00002b;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description p, .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .adh-description ul li {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list ul.list-group li.list-group-item .memberships_options h4 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
  background: #e8184c;
  border-bottom: none;
  display: flex;
}
@media (max-width: 807px) {
  .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: 807px) {
  .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: 807px) {
  .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: 808px) {
  .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: 807px) {
  .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: 807px) {
  .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom .form-group .help-block button .yapla-icon {
    margin-right: 0;
  }
}
.zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom:first-child {
  margin-top: 20px;
}

/*Étapes 2 - information de l'adherent*/
.zone-member {
  padding-top: 90px;
}
.zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.zone-member .form-withProgress__wrapper h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.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: #00002b;
}
.zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.zone-member .form-withProgress__wrapper fieldset legend {
  color: #00002b !important;
  padding-top: 32px !important;
}
.zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section {
  background: #00002b;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  color: #fff !important;
}
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  color: #fff !important;
}

/*Étapes 4 - Paiements*/
.step-payment .zone-member h2 {
  padding-top: 56px;
}
@media (max-width: 991px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 50px 64px;
  }
}
@media (max-width: 807px) {
  .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: #F4F4F4;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  font-family: "Instrument Sans", sans-serif !important;
  text-transform: initial !important;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  padding: 10px 25px !important;
  margin-top: 3rem !important;
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 15px !important;
  border: none !important;
  min-width: 0 !important;
  border-radius: 50px !important;
  background-color: #fff !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: 1px solid #000 !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: #81b3e1 !important;
  border: 1px solid #81b3e1 !important;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  /*
  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.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;
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 807px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication p {
  padding-bottom: 32px;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication .form-group {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.zone-event .event-login h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 807px) {
  .zone-event .event-login h1 {
    padding: 0;
  }
}
@media (max-width: 807px) {
  .zone-event .event-subscription {
    padding: 0;
  }
}

/*Étapes 2 - Résumé Informations*/
.step-resume .zone-event .form-withProgress__wrapper {
  /*
  @include max-md {
      padding: 32px;
  }
  @include max-md {
      padding: 0px;
  }
  */
}
.step-resume .zone-event .form-withProgress__wrapper h2.section-title {
  margin-bottom: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-12 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper fieldset legend {
    font-size: 25px;
    line-height: 105%;
  }
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  padding-top: 32px;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
/*Étapes - Résumé Informations*/
.step-resume .field-object-temp h2 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: #00002b;
}
.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: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .step-resume .field-object-temp .object-main-title h2 {
    font-size: 28px;
    line-height: 105%;
  }
}
.step-resume .field-object-temp .field-object-next-element, .step-resume .field-object-temp .field-object-prev-element {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #00002b !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #00002b !important;
  text-decoration: none !important;
}
.step-resume .field-object-temp .field-object-next-element:hover, .step-resume .field-object-temp .field-object-next-element:active, .step-resume .field-object-temp .field-object-next-element:focus, .step-resume .field-object-temp .field-object-prev-element:hover, .step-resume .field-object-temp .field-object-prev-element:active, .step-resume .field-object-temp .field-object-prev-element:focus {
  text-decoration: none !important;
  background-color: #e8184c !important;
  border: 1px solid #e8184c !important;
  color: #fff !important;
  text-decoration: none !important;
}
.step-resume .field-object-temp .crm-entity__info-wrapper {
  border: 1px solid #DDDDDD;
}
.step-resume .field-object-temp .crm-entity__info-wrapper .section-title-toggle {
  display: none;
}
.step-resume .field-object-temp .list-group__wrapper .list-group__title {
  border: 1px solid #DDDDDD;
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .step-resume .field-object-temp .list-group__wrapper .list-group__title {
    font-size: 20px;
    line-height: 105%;
  }
}
.step-resume .field-object-temp .object-form-action {
  margin-bottom: 32px;
}
.step-resume .field-object-temp .object-form-action a.btn {
  margin-top: 0 !important;
}

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

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
.list-group__wrapper .list-group .list-group-item {
  color: #00002b;
}
.list-group__wrapper .list-group .list-group-item span {
  color: #00002b;
}
.list-group__wrapper .list-group .list-group-item.active {
  background-color: rgba(232, 24, 76, 0.25);
  border-color: #e8184c;
}

/*###########################  TAB BOTTIN DES MEMBRES  ###########################*/
.nav-tabs {
  margin-top: 60px;
}
.nav-tabs li {
  padding: 0px 20px;
}
.nav-tabs li:first-child {
  padding-left: 0;
}
.nav-tabs li a {
  border: none;
  border-bottom: 5px solid transparent;
  color: rgba(232, 24, 76, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(232, 24, 76, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #00002b;
  color: #e8184c;
}

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

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

.panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid #000 !important;
  background-color: transparent !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 28px;
    line-height: 105%;
  }
}
.panel-news-accordion .panel-heading .panel-title {
  margin-bottom: 0;
  padding-right: 90px;
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 20px 0 12px 0;
  color: #000;
  text-decoration: none;
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title a {
    font-size: 25px;
    line-height: 105%;
  }
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/accordion-moins.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 40px;
  right: 0;
  top: 16px;
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/accordion-plus.svg") no-repeat;
  transition: transform 150ms;
}
.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 */
  max-width: 960px;
  padding: 0 90px 35px 0;
  margin-top: -10px;
}
@media (max-width: 807px) {
  .panel-news-accordion .panel-body {
    padding: 0 0 35px 0;
  }
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #000;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p br {
  display: block !important;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

.accordeon-white .panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid #fff !important;
}
.accordeon-white .panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
}
.accordeon-white .panel-news-accordion .panel-heading .panel-title {
  /* title */
  color: #fff;
}
.accordeon-white .panel-news-accordion .panel-heading .panel-title a {
  color: #fff;
}
.accordeon-white .panel-news-accordion .panel-heading .panel-title a:after {
  filter: invert(1);
}
.accordeon-white .panel-news-accordion .panel-body p {
  color: #fff;
}
/* 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;
  padding-left: 105px;
}
@media (max-width: 807px) {
  table.accordeon {
    padding-left: 45px;
  }
}
table.accordeon.white tbody {
  border-bottom: 1px solid #fff !important;
}
table.accordeon.white tbody tr {
  /* Title/accordeon box */
}
table.accordeon.white tbody tr:first-child:after {
  filter: invert(1);
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon tbody {
  display: block;
  border-bottom: 1px solid #000 !important;
}
table.accordeon tbody tr {
  /* Title/accordeon box */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  background-color: transparent;
  padding: 15px 0;
  position: relative;
}
table.accordeon tbody tr:first-child:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/accordion-plus.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 40px;
  right: 0;
  top: 11px;
  transition: transform 150ms;
}
table.accordeon tbody tr:first-child td {
  margin-bottom: 0;
  padding-right: 80px;
}
table.accordeon tbody tr:first-child td h3 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  table.accordeon tbody tr:first-child td h3 {
    font-size: 25px;
    line-height: 105%;
  }
}
table.accordeon tbody tr:first-child td h3 {
  margin-bottom: 0;
}
table.accordeon tbody tr:first-child td h3 img {
  position: absolute;
  left: -100px;
  top: -4px;
}
@media (max-width: 807px) {
  table.accordeon tbody tr:first-child td h3 img {
    width: 44px !important;
    left: -55px;
    top: 6px;
  }
}
table.accordeon tbody tr:last-child {
  display: block;
  padding: 0 90px 10px 0 !important;
  max-width: 960px;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon {
  /* active and opened content */
}
table.accordeon.active tbody tr:first-child:after {
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/accordion-moins.svg") no-repeat;
  transition: transform 150ms;
}
table.accordeon.active tbody tr:last-child {
  padding: 15px 90px 10px 0 !important;
  background-color: transparent;
}
@media (max-width: 807px) {
  table.accordeon.active tbody tr:last-child {
    padding: 15px 0 10px 0 !important;
  }
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 8s;
}

table.accordeon-horizontal {
  display: flex;
  width: 100%;
  border: 0;
  overflow: hidden;
}
table.accordeon-horizontal tbody {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 807px) {
  table.accordeon-horizontal tbody {
    flex-direction: column;
  }
}
table.accordeon-horizontal tr {
  display: flex;
  flex-direction: column;
}
table.accordeon-horizontal {
  /* TITLE */
}
table.accordeon-horizontal tr:first-child {
  cursor: pointer;
  width: 201px;
  position: relative;
}
@media (max-width: 1399px) {
  table.accordeon-horizontal tr:first-child {
    width: 190px;
  }
}
@media (max-width: 807px) {
  table.accordeon-horizontal tr:first-child {
    width: 100%;
  }
}
table.accordeon-horizontal tr:first-child::after {
  content: "";
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-plus-red.svg") no-repeat;
  background-position: center;
  width: 21px;
  height: 23px;
  top: 35px;
  right: 0;
  transition: transform 0.3s;
}
table.accordeon-horizontal tr:first-child h6 {
  min-height: 58px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  table.accordeon-horizontal tr:first-child h6 {
    font-size: 20px;
    line-height: 110%;
  }
}
table.accordeon-horizontal tr:first-child img {
  border-bottom-right-radius: 80px;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 9/16;
}
@media (max-width: 807px) {
  table.accordeon-horizontal tr:first-child img {
    width: 100% !important;
    aspect-ratio: 16/12;
  }
}
table.accordeon-horizontal {
  /* CONTENT PANEL */
}
table.accordeon-horizontal tr:last-child {
  width: 0;
  overflow: hidden;
  max-height: 390px;
  display: flex;
  justify-content: center;
  transition: width 0.6s ease;
}
@media (max-width: 807px) {
  table.accordeon-horizontal tr:last-child {
    max-height: 0;
    height: 0;
    width: 100%;
    justify-content: flex-start;
    transition: height 0.6s ease, max-height 0.6s ease;
  }
}
table.accordeon-horizontal tr:last-child td {
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
table.accordeon-horizontal tr:last-child td p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
table.accordeon-horizontal {
  /* ACTIVE */
}
table.accordeon-horizontal.active tr:first-child::after {
  height: 3px;
  top: 48px;
}
table.accordeon-horizontal.active tr:last-child {
  width: 270px;
}
@media (max-width: 1399px) {
  table.accordeon-horizontal.active tr:last-child {
    width: 190px;
  }
}
@media (max-width: 991px) {
  table.accordeon-horizontal.active tr:last-child {
    width: 310px;
  }
}
@media (max-width: 807px) {
  table.accordeon-horizontal.active tr:last-child {
    width: 100%;
    height: 200px;
    max-height: 200px;
  }
}
table.accordeon-horizontal.active tr:last-child td {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.6s; /* EXACT width duration */
}

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

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

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.in {
  z-index: 1000000;
}
.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: #00002b;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #e8184c;
}
.modal .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
}
.modal .modal-dialog .modal-content .modal-body input:not(.btn), .modal .modal-dialog .modal-content .modal-body select, .modal .modal-dialog .modal-content .modal-body textarea {
  background-color: #F4F4F4 !important;
  color: #00002b !important;
  border: none;
}
#modal-term h2 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  #modal-term h2 {
    font-size: 28px;
    line-height: 105%;
  }
}
#modal-term h3 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  #modal-term h3 {
    font-size: 25px;
    line-height: 105%;
  }
}

#backgroundBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /*background: transparent url(../image/halftransparent.gif) repeat scroll 0 0;*/
}

.nav-progress {
  margin: 6rem 0 5rem 0 !important;
  background-image: none;
  justify-content: flex-start !important;
  gap: 70px;
}
@media (max-width: 807px) {
  .nav-progress {
    gap: 35px;
    margin: 4rem 0 3rem 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: #00002b !important;
  text-transform: inherit !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 807px) {
  .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: #00002b !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: 807px) {
  .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 #00002b !important;
}
.nav-progress li.active a {
  font-weight: 600 !important;
}
@media (max-width: 807px) {
  .nav-progress li.active a {
    display: block !important;
  }
}
.nav-progress li.active:before {
  color: #e8184c !important;
}
.nav-progress li.active:after {
  top: 30px !important;
  border-bottom: 3px solid #e8184c !important;
}
@media (max-width: 807px) {
  .nav-progress li.active:after {
    border-bottom: 1px solid #e8184c !important;
  }
}
.nav-progress li.active ~ li:before {
  color: #d9d9d9 !important;
}
.nav-progress li.active ~ li:after {
  border-bottom: 1px solid #d9d9d9 !important;
}

.line-banner {
  background-color: #00002b;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .line-banner {
    padding-top: 125px;
  }
}
.line-banner.home {
  padding-top: 5px;
}
@media (max-width: 991px) and (min-width: 808px) {
  .line-banner.home {
    padding-top: 0;
  }
}
@media (max-width: 807px) {
  .line-banner.home {
    padding-top: 10px;
  }
}
.line-banner.home .container > .row > div .content {
  text-align: center;
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.line-banner.home .container > .row > div .content h1, .line-banner.home .container > .row > div .content h2, .line-banner.home .container > .row > div .content h3, .line-banner.home .container > .row > div .content h4, .line-banner.home .container > .row > div .content h5, .line-banner.home .container > .row > div .content h6, .line-banner.home .container > .row > div .content p {
  position: relative;
  z-index: 10;
}
.line-banner.home .container > .row > div .content h1 {
  color: #fff;
  font-size: 110px;
  line-height: 80%;
  letter-spacing: 9px;
  margin-bottom: 10px;
}
@media (max-width: 1049px) {
  .line-banner.home .container > .row > div .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 807px) {
  .line-banner.home .container > .row > div .content h1 {
    font-size: 42px;
    letter-spacing: 3px;
  }
}
.line-banner.home .container > .row > div .content h1 br {
  display: block !important;
}
.line-banner.home .container > .row > div .content h4 {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-banner.home .container > .row > div .content h4 {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-banner.home .container > .row > div .content h4 {
  text-align: left;
  display: grid;
  justify-content: center;
  margin-bottom: 22px;
}
@media (max-width: 1049px) {
  .line-banner.home .container > .row > div .content h4 {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-banner.home .container > .row > div .content h4 br {
  display: block !important;
}
.line-banner.home .container > .row > div .content h4:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #fff;
}
.line-banner.home .container > .row > div .content .video-banner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.line-banner.home .container > .row > div .content .video-banner .video-banner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.line-banner.home .container > .row > div .content .video-banner .video-banner-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(129, 179, 225, 0) 20%, rgb(129, 179, 225) 100%);
}
.line-banner.home .container > .row > div .content .video-banner .video-banner-wrap iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 1440px !important;
  /*width: 100vw!important;*/
  height: 56.25vw !important; /* 16:9 ratio */
  /*min-width: 177.78vh!important;*/
  min-width: 1440px !important;
  min-height: 100vh !important;
  transform: translate(-50%, -50%) !important;
  border: 0 !important;
}
.line-banner.home .container > .row > div .content {
  /*
  div {
      position: absolute;
      top: -225px;
      left: 0;
      z-index: -1;
  }
  */
}
@media (max-width: 807px) {
  .line-banner.home .container > .row > div .content p:last-child {
    display: flex;
    flex-direction: column;
  }
  .line-banner.home .container > .row > div .content p:last-child .btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .line-banner.espace {
    padding-top: 125px !important;
  }
}
.line-banner.espace h1 {
  position: relative;
  z-index: 10 !important;
}
.line-banner.espace img {
  margin-top: -80px;
  border-bottom-right-radius: 180px;
}
@media (max-width: 1465px) {
  .line-banner.espace img {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  .line-banner.espace img {
    margin-top: -70px;
  }
}
@media (max-width: 807px) {
  .line-banner.espace img {
    margin-top: -33px;
    border-bottom-right-radius: 90px;
  }
}
.line-banner.small {
  min-height: 165px;
}
@media (max-width: 991px) {
  .line-banner.small {
    padding-top: 60px;
  }
}
.line-banner.small .container > .row > div .content {
  position: relative;
}
.line-banner.small .container > .row > div .content:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/element-small-header.svg");
  width: 75px;
  height: 77px;
  background-size: contain;
  position: absolute;
  right: -20px;
  margin-top: 120px;
}
.line-banner .container > .row > div .content {
  text-align: right;
}
.line-banner .container > .row > div .content h1, .line-banner .container > .row > div .content h2, .line-banner .container > .row > div .content h3, .line-banner .container > .row > div .content h4, .line-banner .container > .row > div .content h5, .line-banner .container > .row > div .content h6, .line-banner .container > .row > div .content p {
  z-index: 1;
  position: relative;
  color: #fff;
}
.line-banner .container > .row > div .content h1 {
  color: #fff;
}
@media (max-width: 1199px) {
  .line-banner .container > .row > div .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 807px) {
  .line-banner .container > .row > div .content h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 3px;
  }
}
.line-banner .container > .row > div .content h1 br {
  display: block !important;
}
@media (max-width: 991px) {
  .line-banner .container > .row > div .content p .btn {
    margin-right: 0;
    margin-left: 15px;
  }
}

.line-header {
  padding: 0;
  height: auto;
  background-color: #00002b;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    padding-bottom: 4px;
    padding-top: 10px;
    /*
    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 {
  /*opacity:0;*/
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger {
  background-color: #81b3e1;
  /*opacity:0;*/
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span:not(:first-child) {
  margin-top: 8px;
}
.line-header.opened .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 {
  transform: rotate(45deg);
  margin-left: -3px;
  margin-top: 0;
}
.line-header.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span:last-child {
  transform: rotate(-45deg);
  margin-left: -1px;
  margin-top: -2px;
}
.line-header.opened .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.opened .container .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus {
  cursor: pointer;
}
.line-header.opened .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.opened .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 {
  background-color: #e8184c;
}
.line-header .container .row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 0;
  margin-top: 0;
}
.line-header .container .row-fluid:after, .line-header .container .row-fluid:before {
  display: none;
}
.line-header .container .row-fluid > div {
  align-items: center;
  padding: 0;
}
.line-header .container .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 {
  display: flex;
}
.line-header .container .row-fluid > div.zone-html .content a {
  margin-top: 45px;
  margin-bottom: -140px;
}
@media (max-width: 991px) {
  .line-header .container .row-fluid > div.zone-html .content a img:nth-child(1) {
    width: 130px !important;
    margin-top: -55px;
  }
}
.line-header .container .row-fluid > div.zone-html .content a img:nth-child(2) {
  display: none;
}
.line-header .container .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 {
  order: 1;
  margin-right: 10px;
  text-align: right;
  color: #00002b;
}
@media (max-width: 807px) {
  .line-header .container .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) {
  padding-right: 20px;
  position: relative;
  margin-top: 17px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom a.btn {
  margin-bottom: 20px;
  margin-left: 20px;
  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-custom a.btn-primary-dark {
  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:not(.btn) {
  /*font-size: 13px;*/
  color: #00002b;
}
.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):hover {
  color: #e8184c;
  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 {
  order: 2;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  flex-direction: row-reverse;
}
@media (max-width: 807px) {
  .line-header .container .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 {
  font-size: 16px !important;
  color: #3b4180 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 15px !important;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  font-size: 16px;
  color: #00002b;
  font-weight: 400;
  vertical-align: text-bottom;
  line-height: 15px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #00002b;
}
.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 {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .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 {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.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 {
  background-color: #f0f6fb;
  border: 1px solid #f0f6fb;
  color: #00002b;
  text-decoration: none;
  transition: all 150ms;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #00002b;
  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-register {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  background-color: #f0f6fb;
  border: 1px solid #f0f6fb;
  color: #00002b;
  text-decoration: none;
  transition: all 150ms;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #00002b;
  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 .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 {
  order: 1;
  margin-left: 0;
  display: none;
}
@media (max-width: 807px) {
  .line-header .container .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 {
  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 {
  background-color: #28284E;
  overflow: hidden;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 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 {
    width: 53px;
    height: 53px;
  }
}
.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 {
  width: 28px;
  height: 2px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 0;
  transition: 0.6s;
  border-radius: 5px;
  font-size: 0;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger span:not(:first-child) {
  margin-top: 8px;
}
.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 {
  background-color: #81b3e1;
  cursor: pointer;
}
.line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:hover span, .line-header .container .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-hamburger .menu-hamburger:focus span {
  background-color: #fff;
}

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

.line-menu-container {
  padding-top: 30px;
  z-index: 10000;
  position: fixed;
  width: 740px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #000;
  left: -740px;
  transition: 1s left cubic-bezier(0, 0.77, 0.175, 1);
}
@media (max-width: 991px) {
  .line-menu-container {
    width: 100%;
    left: -100%;
  }
}
.line-menu-container.opened {
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.line-menu-container:-webkit-scrollbar {
  display: none;
}
.line-menu-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
  /* 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;
                  }
              }
          }
      }
  }
  */
}
.line-menu-container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.line-menu-container .container > .row {
  display: flex;
  flex-direction: column;
  margin: 0 5px 0 5px;
}
.line-menu-container .container > .row > div {
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 807px) {
  .line-menu-container .container > .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.line-menu-container .container > .row > div:nth-child(1) {
  padding-bottom: 20px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  background-color: #000;
  overflow: hidden;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 992px) {
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
    width: 53px;
    height: 53px;
  }
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span {
  width: 28px;
  height: 2px;
  background-color: #fff;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 0;
  transition: 0.6s;
  border-radius: 5px;
  font-size: 0;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:not(:first-child) {
  margin-top: 8px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus {
  background-color: #81b3e1;
  cursor: pointer;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover span, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus span {
  background-color: #fff;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger {
  background-color: #81b3e1;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:not(:first-child) {
  margin-top: 8px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:first-child {
  transform: rotate(45deg);
  margin-left: -3px;
  margin-top: 0;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger span:last-child {
  transform: rotate(-45deg);
  margin-left: -1px;
  margin-top: -2px;
}
.line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:hover, .line-menu-container .container > .row > div:nth-child(1) .menu-hamburger:focus {
  cursor: pointer;
  background-color: #1a447b;
}
.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: #fff;
}
.line-menu-container .container > .row > div:nth-child(2) {
  padding-top: 0;
}
.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: #81b3e1 !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: #81b3e1 !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: #e8184c;
  font-size: 40px;
  line-height: 116%;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 100%;
  z-index: 99;
  margin-left: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 807px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
    font-size: 30px;
  }
}
.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: #81b3e1;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:nth-last-child(3) {
  margin-top: 50px;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li:nth-last-child(-n+3) {
  padding: 1px 0 1px 0;
  width: 100%;
  color: #F4F4F4;
  margin-left: 0;
  background-color: transparent;
  border-radius: 0;
  white-space: normal;
  font-size: 16px;
  text-decoration: none !important;
  border-bottom: none;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a {
  padding: 6px 0 2px 0;
  height: auto !important;
  width: 100%;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff;
  opacity: 1;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle {
  display: block;
  text-align: right;
  margin-top: -54px;
  height: 54px !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
  content: "";
  width: 17px;
  height: 18px;
  margin-top: 16px;
  margin-right: 0;
  right: 0 !important;
  top: 0 !important;
  position: initial !important;
  display: block;
  float: right;
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-menu-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.5s;
}
@media (max-width: 807px) {
  .line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li > a.dropdown-toggle .caret {
    margin-top: 25px;
  }
}
.line-menu-container .container > .row > div:nth-child(2) div.navbar ul.nav > li {
  /*
  &[rel=data-menu-77265] {
  }
  */
}
.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/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-menu-moins.svg");
  width: 14px;
  height: 4px;
  margin-top: 23px;
  margin-right: 2px;
  transition: all 0.5s;
}
@media (max-width: 807px) {
  .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 {
    margin-top: 32px;
  }
}
.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: #81b3e1 !important;
}
.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;
  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 {
  padding: 5px 0 5px 0;
  width: 100%;
  color: #F4F4F4;
  margin-left: 0;
  background-color: transparent;
  border-radius: 0;
  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: #81b3e1;
}
.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: #81b3e1;
  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: #e8184c;
  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-top: 0;
  padding-bottom: 75px;
}
.line-menu-container .container > .row > div:nth-child(3) > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: 0;
}
.line-menu-container .container > .row > div:nth-child(3) > .content a, .line-menu-container .container > .row > div:nth-child(3) > .content .btn {
  opacity: 1 !important;
}
.line-menu-container .container > .row > div:nth-child(3) > .content .btn:hover {
  color: #fff !important;
}

.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: #04121e;*/
  position: fixed;
  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: .7;*/
  pointer-events: fill;
  cursor: pointer;
}

/**
 * ----------------------------------------
 * animation Sticky menu
 * ----------------------------------------
 */
@-webkit-keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
@keyframes slide-down-sticky-menu {
  0% {
    top: -130px;
  }
  100% {
    top: 0;
  }
}
.line-header:not(.sticked, .menuopened) {
  /*transition: top 250ms;*/
}
.line-header:not(.sticked, .menuopened) > .container {
  /*
  top: -100px;
  transition: top 250ms;*/
  /*position: static;*/
}
.line-header.sticked {
  -webkit-animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-down-sticky-menu 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.line-header.sticked > .container > .row {
  margin-top: 0;
  bottom: 0;
}
.line-header.sticked > .container > .row > div:nth-child(1) .content {
  display: flex;
}
.line-header.sticked > .container > .row > div:nth-child(1) .content a {
  margin-top: 10px;
  margin-bottom: 14px;
}
.line-header.sticked > .container > .row > div:nth-child(1) .content a img:nth-child(1) {
  display: none;
}
.line-header.sticked > .container > .row > div:nth-child(1) .content a img:nth-child(2) {
  display: block;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part .mod-header {
  margin-top: 0px;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part .header-ext-custom a:nth-child(1) {
  border-color: #000;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part .header-ext-custom a:nth-child(1):hover {
  border-color: #81b3e1;
  color: #fff !important;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part .menu-hamburger {
  background-color: #000;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login) {
  color: #00002b !important;
}
.line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):hover, .line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):focus, .line-header.sticked > .container > .row > div:nth-child(2) .mod-header-part a:not(.btn-top-header, .member-login):active {
  color: #e8184c !important;
}
.line-header.sticked:not(.menuopened) {
  position: sticky;
  top: 0;
}
/* OPTION - Hide munu item when logged
body {
	&.member--isConnected {
		.nav.navbar-nav {
			> li {
				&[rel=data-menu-67910] {
					display: none!important;
				}
			}
		}
	}
}
*/
.panel-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-header a {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .panel-header a {
    font-size: 14px;
    line-height: 114%;
  }
}
.panel-header a {
  margin-bottom: 0;
  color: #fff !important;
  font-weight: 500;
}
.panel-header a:hover {
  color: #81b3e1 !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .panel-header .btn {
    margin-right: 0;
  }
}
.panel-header .btn-primary-dark {
  margin-top: 5px;
  background-color: #81b3e1 !important;
  border-color: #81b3e1 !important;
}
.panel-header .btn-primary-dark:hover {
  background-color: transparent !important;
  border-color: #fff !important;
}
@media (min-width: 992px) {
  .panel-header .btn-primary-dark {
    display: none;
  }
}

.panel-connexion {
  display: none;
}
.panel-connexion .member-login {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .panel-connexion .member-login {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.panel-connexion .member-login {
  background-color: #fff;
  color: #000;
  transition: all 150ms;
  border: 1px solid #000;
}
.panel-connexion .member-login:hover, .panel-connexion .member-login:active, .panel-connexion .member-login:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}

.panel-copyright {
  font-size: 16px;
  font-weight: 500;
  line-height: 114%;
  color: #fff;
}
.panel-copyright strong {
  color: #81b3e1;
}

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

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

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

.panel-language a.switch-language {
  color: #fff !important;
  font-size: 16px !important;
}
.panel-language a.switch-language:hover {
  /*color: $secondary!important;*/
  text-decoration: none !important;
}

.line-footer-infolettre {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 807px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.line-footer-infolettre .container > .row > div:nth-child(1) .content img {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content img {
    width: 290px !important;
  }
}
@media (max-width: 807px) {
  .line-footer-infolettre .container > .row > div:nth-child(1) .content img {
    width: 230px !important;
  }
}
.line-footer-infolettre .container > .row > div:nth-child(1) .content h3 {
  font-weight: 400;
}
.line-footer-infolettre .container > .row > div:nth-child(2) .content {
  max-width: 525px;
}
.line-footer-infolettre .container > .row > div:nth-child(2) .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-footer-infolettre .container > .row > div:nth-child(2) .content p {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-footer-infolettre .container > .row > div:nth-child(2) .content .btn {
  margin-top: 25px;
}

.line-footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 807px) {
  .line-footer .container > .row > div:nth-child(1) .content {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .line-footer .container > .row > div:nth-child(1) .content p {
    font-size: 14px;
    line-height: 114%;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575px) {
  .line-footer .container > .row > div:nth-child(1) .content p:nth-child(1) {
    width: 98px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p:nth-child(2) {
  margin-top: 12px;
  margin-bottom: 15px;
}
.line-footer .container > .row > div:nth-child(1) .content p:last-child {
  margin-top: 35px;
}
@media (max-width: 807px) {
  .line-footer .container > .row > div:nth-child(1) .content p:last-child {
    margin-top: 5px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p:last-child u {
  color: #81b3e1;
  text-decoration: none;
}
.line-footer .container > .row > div:nth-child(1) .content p:last-child br {
  display: none !important;
}
@media (max-width: 807px) {
  .line-footer .container > .row > div:nth-child(1) .content p:last-child br {
    display: block !important;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p:not(:first-child) {
  margin-left: 220px;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(1) .content p:not(:first-child) {
    width: auto;
  }
}
@media (max-width: 575px) {
  .line-footer .container > .row > div:nth-child(1) .content p:not(:first-child) {
    margin-left: 120px;
  }
}
.line-footer .container > .row > div:nth-child(1) .content p br {
  display: block !important;
}
.line-footer .container > .row > div:nth-child(2) .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
}
@media (max-width: 1339px) {
  .line-footer .container > .row > div:nth-child(2) .content {
    margin-top: 10px;
  }
}
@media (max-width: 807px) {
  .line-footer .container > .row > div:nth-child(2) .content {
    margin-top: 50px;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .line-footer .container > .row > div:nth-child(2) .content {
    margin-top: 30px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0 !important;
  margin-top: 50px !important;
  gap: 60px;
}
@media (max-width: 1339px) {
  .line-footer .container > .row > div:nth-child(2) .content ul:not(.social) {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0px !important;
    padding-right: 0;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    gap: 0;
  }
}
@media (max-width: 807px) {
  .line-footer .container > .row > div:nth-child(2) .content ul:not(.social) {
    align-items: center;
    gap: 15px;
  }
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li a {
  font-size: 25px !important;
  line-height: 114% !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-decoration: none !important;
}
.line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li a:hover {
  color: #81b3e1 !important;
}
@media (max-width: 991px) {
  .line-footer .container > .row > div:nth-child(2) .content ul:not(.social) li a {
    font-size: 20px !important;
  }
}

.line-footer-partenaire {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  overflow-x: clip;
}
.line-footer-partenaire .container > .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row {
    flex-direction: column;
  }
}
.line-footer-partenaire .container > .row > div .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
  gap: 45px;
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div .content {
    gap: 10px;
    justify-content: end;
    flex-wrap: wrap;
  }
}
@media (max-width: 807px) {
  .line-footer-partenaire .container > .row > div .content {
    justify-content: center;
  }
}
.line-footer-partenaire .container > .row > div .content p {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-basis: fit-content;
  height: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div .content p {
    font-size: 14px;
    line-height: 114%;
  }
}
.line-footer-partenaire .container > .row > div .content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div .content p {
    flex-basis: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div .content p:nth-child(1) {
    align-items: flex-start;
    width: 100%;
  }
}
.line-footer-partenaire .container > .row > div .content p:not(:first-child) {
  flex-basis: auto;
  width: fit-content;
}
.line-footer-partenaire .container > .row > div .content p img {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div .content p img {
    margin-right: 10px;
  }
}
@media (max-width: 807px) {
  .line-footer-partenaire .container > .row > div .content p img {
    max-height: 60px;
    width: 100% !important;
    max-width: 80px;
  }
}
.line-footer-partenaire .container > .row > div .content hr {
  width: 1px;
  height: 100%;
  margin: 0;
  margin-bottom: 0;
  background-color: #000;
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div .content hr {
    display: none;
  }
}
@media (max-width: 1465px) {
  .line-footer-partenaire .container > .row > div:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 807px) {
  .line-footer-partenaire .container > .row > div:nth-child(1) .content img {
    max-height: 80px !important;
    width: 100% !important;
    max-width: 100px;
  }
}
@media (max-width: 1465px) {
  .line-footer-partenaire .container > .row > div:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .line-footer-partenaire .container > .row > div:nth-child(2) {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
  }
  .line-footer-partenaire .container > .row > div:nth-child(2):before {
    content: "";
    width: 2500px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: -50%;
  }
}
.line-footer-partenaire .container > .row > div:nth-child(2) .content {
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 807px) {
  .line-footer-partenaire .container > .row > div:nth-child(2) .content {
    justify-content: center;
  }
}

.line-footer-copyright {
  padding-top: 22px;
  padding-bottom: 0;
}
@media (max-width: 807px) {
  .line-footer-copyright .container > .row > div .content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-footer-copyright .container > .row > div .content {
  text-align: center;
}
.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: #00002b !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: #00002b;
  border-bottom: 1px solid #ccc;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  order: 1;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__category {
  order: 2;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content {
  order: 3;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__img {
  margin-bottom: 78px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  margin-bottom: 45px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
    font-size: 25px;
    line-height: 105%;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h3 {
  color: #a6ef97;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 50px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
    font-size: 28px;
    line-height: 105%;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content .quote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 64px;
  border-left: 11px solid #e8184c;
}
.line-article-retour {
  padding-top: 45px;
  padding-bottom: 90px;
}
.line-article-retour .container .row .zone-html .content a {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.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: 807px) {
  .line-article-retour .container .row .zone-html .content a {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.line-article-retour .container .row .zone-html .content a {
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #00002b !important;
  color: #fff !important;
  transition: all 150ms !important;
  border: 1px solid #00002b !important;
  text-decoration: none !important;
}
.line-article-retour .container .row .zone-html .content a:hover, .line-article-retour .container .row .zone-html .content a:active, .line-article-retour .container .row .zone-html .content a:focus {
  text-decoration: none !important;
  background-color: #e8184c !important;
  border: 1px solid #e8184c !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Module articles en vedette */
/*###########################  CONNEXION  ###########################*/
/* Global Fix*/
form.form-horizontal .zend_form .col-md-12 {
  width: 100%;
}
form.form-horizontal .zend_form .col-md-12 input,
form.form-horizontal .zend_form .col-md-12 select,
form.form-horizontal .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
/*Form Connexion Membre*/
@media (min-width: 808px) {
  .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;
  }
}
@media (max-width: 807px) {
  .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;
  }
}
.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: 100%;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
  text-transform: initial;
}
@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: 42px;
    line-height: 100%;
  }
}
@media (max-width: 807px) {
  .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: 32px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.zone-member .member-login-wrapper h1, .zone-member .login-wrapper__login h1, .zone-login .member-login-wrapper h1, .zone-login .login-wrapper__login h1 {
  padding-bottom: 32px;
  text-align: left;
}
.zone-member .member-login-wrapper #profile_login_form, .zone-member .member-login-wrapper #login_content_box, .zone-member .login-wrapper__login #profile_login_form, .zone-member .login-wrapper__login #login_content_box, .zone-login .member-login-wrapper #profile_login_form, .zone-login .member-login-wrapper #login_content_box, .zone-login .login-wrapper__login #profile_login_form, .zone-login .login-wrapper__login #login_content_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form, .zone-member .member-login-wrapper #login_content_box .zend_form, .zone-member .login-wrapper__login #profile_login_form .zend_form, .zone-member .login-wrapper__login #login_content_box .zend_form, .zone-login .member-login-wrapper #profile_login_form .zend_form, .zone-login .member-login-wrapper #login_content_box .zend_form, .zone-login .login-wrapper__login #profile_login_form .zend_form, .zone-login .login-wrapper__login #login_content_box .zend_form {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  max-width: 100%;
  gap: 10px; /* Optional: adds space between items */
  width: 500px; /* Adjust as needed */
}
.zone-member .member-login-wrapper #profile_login_form .zend_form div.form-element-email, .zone-member .member-login-wrapper #login_content_box .zend_form div.form-element-email, .zone-member .login-wrapper__login #profile_login_form .zend_form div.form-element-email, .zone-member .login-wrapper__login #login_content_box .zend_form div.form-element-email, .zone-login .member-login-wrapper #profile_login_form .zend_form div.form-element-email, .zone-login .member-login-wrapper #login_content_box .zend_form div.form-element-email, .zone-login .login-wrapper__login #profile_login_form .zend_form div.form-element-email, .zone-login .login-wrapper__login #login_content_box .zend_form div.form-element-email {
  width: 100%;
  order: 0;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form div.form-element-password, .zone-member .member-login-wrapper #login_content_box .zend_form div.form-element-password, .zone-member .login-wrapper__login #profile_login_form .zend_form div.form-element-password, .zone-member .login-wrapper__login #login_content_box .zend_form div.form-element-password, .zone-login .member-login-wrapper #profile_login_form .zend_form div.form-element-password, .zone-login .member-login-wrapper #login_content_box .zend_form div.form-element-password, .zone-login .login-wrapper__login #profile_login_form .zend_form div.form-element-password, .zone-login .login-wrapper__login #login_content_box .zend_form div.form-element-password {
  width: 100%;
  order: 1;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type, .zone-member .member-login-wrapper #login_content_box .zend_form > div:last-of-type, .zone-member .login-wrapper__login #profile_login_form .zend_form > div:last-of-type, .zone-member .login-wrapper__login #login_content_box .zend_form > div:last-of-type, .zone-login .member-login-wrapper #profile_login_form .zend_form > div:last-of-type, .zone-login .member-login-wrapper #login_content_box .zend_form > div:last-of-type, .zone-login .login-wrapper__login #profile_login_form .zend_form > div:last-of-type, .zone-login .login-wrapper__login #login_content_box .zend_form > div:last-of-type {
  text-align: left;
  margin-bottom: 32px;
  order: 5;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit, .zone-member .member-login-wrapper #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.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;
  background-color: #fff !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: 1px solid #000 !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: #81b3e1 !important;
  border: 1px solid #81b3e1 !important;
  color: #fff !important;
}
.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 {
  max-width: fit-content;
}
.zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 42px;
    line-height: 100%;
  }
}
@media (max-width: 807px) {
  .zone-member .member-resetpassword-wrapper > h1, .zone-login .member-resetpassword-wrapper > h1 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
@media (min-width: 808px) {
  .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 .form-element-email, .zone-login .member-resetpassword-wrapper #forget_password_form .form-element-email {
  margin-bottom: 32px;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn, .zone-login .member-resetpassword-wrapper #forget_password_form .btn {
  margin-right: 15px;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link {
  background-color: #fff !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: 1px solid #000 !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: #81b3e1 !important;
  border: 1px solid #81b3e1 !important;
  color: #fff !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn-link, .zone-login .member-resetpassword-wrapper #forget_password_form .btn-link {
  border-radius: 60px !important;
}

/*Espace Evenements - Vue Details*/
/* Espace Evenement - Mosaique */
/*###########################  ESPACE MEMBRE  ###########################*/
.member--isConnected .line-header {
  margin-right: 20px;
}
.member--isConnected .line-menu {
  background-color: #fff;
}
.member--isConnected .line-zone-membre .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 .sidebar__member-zone {
  width: 33%;
}
@media (max-width: 807px) {
  .zone-member .sidebar__member-zone {
    width: 100%;
  }
}
.zone-member .sidebar__member-zone {
  /*
  @include max-md {
      width: 100%;
  }

  @include max-sm {
      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: 807px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    margin-right: 0;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: #00002b;
  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: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.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: 807px) {
  .zone-member .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a {
  background-color: #fff;
  color: #000;
  transition: all 150ms;
  border: 1px solid #000;
}
.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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.zone-member .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 12px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #e8184c;
  text-transform: inherit;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #00002b;
  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: #00002b;
}
.zone-member .member {
  width: 66%;
}
@media (max-width: 807px) {
  .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: #00002b;
  margin-bottom: 5px;
  margin-top: 10px;
}
.zone-member .member h1 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  color: #00002b;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}
.zone-member .member h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #00002b;
}
.zone-member .member input#submit {
  float: left !important;
}
.zone-member .form-element-votre_photo .input-file .preview #preview {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 175px;
  width: 175px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .preview.row {
  margin-left: 0;
  margin-right: 0;
}
.zone-member .heading-container .heading {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
  color: #00002b;
}
.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: #fff !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: 1px solid #000 !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: #81b3e1 !important;
  border: 1px solid #81b3e1 !important;
  color: #fff !important;
}

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

.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart thead h6.table-cart__heading {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  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 thead h6.table-cart__heading {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item h3.cart-item__name {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  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 h3.cart-item__name {
    font-size: 28px;
    line-height: 105%;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item p.cart-item__description {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  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 p.cart-item__description {
    font-size: 25px;
    line-height: 105%;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit {
  background-color: transparent;
  color: #e8184c;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #00002b;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:focus {
  background-color: transparent;
  color: #00002b;
  border: none;
  border-bottom: 1px solid #e8184c;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-edit:hover {
  text-decoration: none !important;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete {
  background-color: transparent;
  color: #e8184c;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #00002b;
  border-radius: 0;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:active, .zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:focus {
  background-color: transparent;
  color: #00002b;
  border: none;
  border-bottom: 1px solid #e8184c;
}
.zone-cart .cart-summary__wrapper > .row > div:first-child .cart-wrapper table.table-cart tbody tr.cart-item .cart-item__controls a.item-delete:hover {
  text-decoration: none !important;
}
.zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-cart .cart-confirmation__wrapper .cart-wrapper--confirmation table.table-cart thead h6.table-cart__heading {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}

.zone-community .row .sidebar {
  width: 33.3333333%;
}
@media (max-width: 807px) {
  .zone-community .row .sidebar {
    width: 100%;
    padding-bottom: 40px;
  }
}
.zone-community .row .sidebar .jumbotron {
  margin-right: 10px;
  background-color: #F4F4F4;
  padding: 25px 25px 35px 25px;
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .zone-community .row .sidebar .jumbotron {
    margin-right: 0;
  }
}
@media (max-width: 807px) {
  .zone-community .row .sidebar .jumbotron {
    margin-bottom: 40px;
  }
}
.zone-community .row .sidebar .jumbotron strong {
  font-size: 21px;
  line-height: 26px;
  color: #00002b;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #00002b;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #00002b;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #00002b;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #00002b;
  /*@include btn-arrow;*/
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #00002b;
  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;
}
@media (max-width: 807px) {
  .zone-community .row .sidebar ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.zone-community .row .sidebar ul {
  list-style: none;
}
.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: #00002b;
  text-decoration: none;
}
.zone-community .row .content {
  width: 66.6666667%;
}
@media (max-width: 807px) {
  .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: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.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: 807px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.zone-community .row .content ul.nav li a {
  background-color: #fff !important;
  color: #000 !important;
  transition: all 150ms !important;
  border: 1px solid #000 !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: #81b3e1 !important;
  border: 1px solid #81b3e1 !important;
  color: #fff !important;
}
.zone-community .row .content ul.nav li a {
  letter-spacing: 0;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #00002b !important;
}
.zone-community .row .content .tab-content ul.errors li {
  list-style: none;
}
.zone-community .row .content .tab-content h3 {
  text-transform: inherit;
}
.zone-community .row .content .tab-content .forum-message-content-filter {
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
}
.zone-community .row .content .tab-content .forum-message-content-filter .add-mod-forum-item {
  margin-top: 10px;
}
.zone-community .row .content .tab-content .forum-item__btn-addMessage {
  margin-right: 25px;
}
.zone-community .row .content .tab-content .forum-list__title {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-community .row .content .tab-content .forum-list__title {
    font-size: 25px;
    line-height: 105%;
  }
}
.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: #00002b;
}
.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: #00002b !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding: 0 10px 0 0 !important;
  margin-right: 5px !important;
}
.forum-item__likes-wrapper button i:before {
  filter: hue-rotate(299deg);
}
.forum-item__likes-wrapper button[data-type=like] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-pouce.svg");
  width: 28px;
  height: 27px;
  display: block;
  margin-top: -9px;
  margin-right: 5px;
}
.forum-item__likes-wrapper button[data-type=follow] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-etoile.svg");
  width: 27px;
  height: 25px;
  display: block;
  margin-top: -7px;
  margin-right: 5px;
}
.forum-item__likes-wrapper .forum-item__action-count {
  margin: 0 5px 0 -5px;
}

.cookie-consent-modal {
  width: 90% !important;
  max-width: 550px !important;
}
@media (max-width: 807px) {
  .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: 25px;
  line-height: 114%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cookie-consent-modal P.consent-title {
    font-size: 20px;
    line-height: 114%;
  }
}
.cookie-consent-modal P.consent-title {
  color: #000 !important;
}
.cookie-consent-modal p.consent-description {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .cookie-consent-modal p.consent-description {
    font-size: 16px;
    line-height: 114%;
  }
}
.cookie-consent-modal p.consent-description {
  color: #000 !important;
  text-align: left;
}
.cookie-consent-modal p.consent-description a {
  text-decoration: underline;
  color: #e8184c !important;
  opacity: 1 !important;
}
.cookie-consent-modal p.consent-description a:hover {
  text-decoration: none !important;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-modal .cm-modal .cm-header a {
  color: #e8184c !important;
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-header p {
  opacity: 1 !important;
}
.cookie-modal .cm-modal .cm-header h1 {
  opacity: 1 !important;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .cookie-modal .cm-modal .cm-header h1 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.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: #e8184c !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: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.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: 807px) {
  .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline {
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #e8184c !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-decline:hover {
  color: #00002b !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.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: 807px) {
  .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success {
  border: 2px solid #e8184c !important;
  background-color: #e8184c !important;
  font-weight: 500 !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success:hover {
  border: 2px solid #00002b !important;
  background-color: #00002b !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #e8184c !important;
  background-color: transparent !important;
  color: #e8184c !important;
}
.cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #00002b !important;
  color: #00002b !important;
}

/* GRID SPACE **********/
/* columns */
/* rows */
/* ITEM **********/
/* img */
.prebuilt-articles-vedette-col3 .newsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 807px) {
  .prebuilt-articles-vedette-col3 .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage {
  margin-bottom: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: none;
}
@media (max-width: 1465px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 807px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item .itemImage a img.e-thumbnail {
    height: 100% !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: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
    font-size: 14px;
    line-height: 114%;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category {
  margin-bottom: 0;
  color: #00002b !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.itemInfos.e-date {
  order: 3;
  margin-bottom: 5px;
  font-weight: 600;
  color: #00002b !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: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
    font-size: 14px;
    line-height: 114%;
  }
}
.prebuilt-articles-vedette-col3 .newsList .row .item p.news-keywords {
  font-weight: 600;
  text-transform: inherit;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions {
  margin-top: 0;
}
.prebuilt-articles-vedette-col3 .newsList .row .item div.actions a {
  margin-top: 30px;
}
.prebuilt-articles-vedette-col3 a.viewAll {
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.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: 807px) {
  .prebuilt-articles-vedette-col3 a.viewAll {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll {
  background-color: transparent;
  color: #e8184c;
  padding: 15px 0;
  transition: all 150ms;
  border: none;
  border-bottom: 1px solid #00002b;
  border-radius: 0;
}
.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: #00002b;
  border: none;
  border-bottom: 1px solid #e8184c;
}

.prebuilt-articles-multiples-col3 {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: clip;
}
.prebuilt-articles-multiples-col3 #newsFilterForm {
  padding-bottom: 50px;
}
.prebuilt-articles-multiples-col3 .news-mosaic {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 807px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row:nth-child(1) > div > a:first-child {
  position: relative;
  display: block;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row:nth-child(1) > div > a:first-child:before {
  content: "";
  background-color: #00002b;
  position: absolute;
  display: block;
  width: 5000px;
  height: 1000px;
  top: auto;
  bottom: 0;
  left: -2500px;
  /*
  @include max-lg {
      top: -90px;
  }
  @include max-md {
      top: -50px;
  }
  @include max-sm{
      top: -185px;
  }
  */
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a {
  order: 1;
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a img.news-thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: none;
  aspect-ratio: 8/6;
}
@media (max-width: 1465px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div > a img.news-thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div > a img.news-thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 807px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div > a img.news-thumbnail {
    height: 100% !important;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div > a:first-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 {
  order: 2;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  line-height: 105%;
  font-weight: 400;
  text-transform: initial;
  margin-top: 20px;
  margin-bottom: 15px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a {
  color: #00002b !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
    font-size: 14px;
    line-height: 114%;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category {
  margin-bottom: 0;
  color: #00002b !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div .e-date {
  order: 3;
  font-size: 18px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
    font-size: 14px;
    line-height: 114%;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div p.news-keywords {
  font-weight: 600;
  text-transform: inherit;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro {
  order: 6;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro p {
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  order: 7;
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:active, .prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a {
  color: #fff !important;
  margin-left: 20px;
  margin-right: 20px;
  width: fit-content;
  margin-top: 20px;
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 {
  /*
  >a:not(&:first-child){
      order: 6;
      @include btn;
      @include btn-link;
  }
  */
}

.prebuilt-articles-details {
  padding-top: 60px;
  padding-bottom: 20px;
}
.prebuilt-articles-details .news-content {
  max-width: 960px;
}
.prebuilt-articles-details .news-content .mod-article__img {
  margin-bottom: 40px;
}
.prebuilt-articles-details .news-content .mod-article__content h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .prebuilt-articles-details .news-content .mod-article__content h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.prebuilt-articles-details .news-content .mod-article__content h2 {
  margin-bottom: 20px;
}
.prebuilt-articles-details .news-content .mod-article__content p u {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .prebuilt-articles-details .news-content .mod-article__content p u {
    font-size: 20px;
    line-height: 105%;
  }
}
.prebuilt-articles-details .news-content .mod-article__content p u {
  text-decoration: none;
}
.prebuilt-articles-details .news-content .mod-article__content p {
  margin-bottom: 45px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .prebuilt-articles-details .news-content .mod-article__content p {
    margin-bottom: 30px;
  }
}

.table-citation {
  width: auto !important;
  margin: 120px 100px 45px 100px;
  position: relative;
}
.table-citation:before {
  content: "";
  position: absolute;
  width: 47px;
  height: 1px;
  background-color: #00002b;
  top: -40px;
}
.table-citation p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .table-citation p {
    font-size: 20px;
    line-height: 105%;
  }
}
.table-citation p {
  font-weight: 600 !important;
  margin-bottom: 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(3, minmax(0, 1fr));
  gap: 15px 20px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 20px;
  }
}
@media (max-width: 807px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px 20px;
  }
}
.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: 0;
  border-radius: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: none;
}
@media (max-width: 1465px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 100% !important;
  }
}
@media (max-width: 807px) {
  .prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 100% !important;
  }
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
  font-size: 30px;
  line-height: 105%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
  margin-top: 20px;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item hr {
  display: none;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
  font-size: 18px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro {
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-intro p {
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  background-color: #f0f6fb;
  border: 1px solid #f0f6fb;
  color: #00002b;
  text-decoration: none;
  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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #00002b;
  text-decoration: none;
}
/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements {
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}
.prebuilt-espace-evenements .zone-event h2 {
  margin-bottom: 35px;
}
.prebuilt-espace-evenements .zone-event h1.form-withProgress__title-main {
  margin-top: 35px;
}
.prebuilt-espace-evenements .zone-event .event_list_filter {
  padding-bottom: 60px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 20px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 20px;
  }
}
@media (max-width: 807px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px 20px;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row {
  margin-top: 0 !important;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row:nth-child(1) > div .item > a:first-child {
  position: relative;
  display: block;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row:nth-child(1) > div .item > a:first-child:before {
  content: "";
  background-color: #00002b;
  position: absolute;
  display: block;
  width: 5000px;
  height: 1000px;
  top: auto;
  bottom: 0;
  left: -2500px;
  /*
  @include max-lg {
      top: -90px;
  }
  @include max-md {
      top: -50px;
  }
  @include max-sm {
      top: -90px;
  }
      */
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a img.e-thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border: none;
  aspect-ratio: 8/6;
}
@media (max-width: 1465px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a img.e-thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a img.e-thumbnail {
    height: 100% !important;
  }
}
@media (max-width: 807px) {
  .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a img.e-thumbnail {
    height: 100% !important;
  }
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item > a:first-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item h3 {
  font-size: 30px;
  line-height: 105%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .e-date {
  font-size: 18px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .address {
  display: none;
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .contact {
  display: none;
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description {
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .events-mosaic__short-description p {
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions {
  padding-left: 20px;
  padding-right: 20px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default {
  font-size: 16px;
  line-height: 114%;
  height: auto;
  display: inline-flex;
  align-items: flex-center;
  justify-content: flex-start;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #000;
  text-transform: inherit;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  transition: all 300ms;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default br {
  display: block !important;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/btn-arrow.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  transition: all 300ms;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default:hover, .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #81b3e1;
  transition: all 300ms;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default:hover:after, .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default:focus:after {
  transition: all 300ms;
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/btn-arrow-hover.svg");
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-default {
  margin-right: 45px;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-primary:hover, .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-primary:active, .prebuilt-espace-evenements .zone-event .events-mosaic .row > div .item .actions .btn-primary:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}

/*
body.activities-details {
    .line-evenements {
        padding-top: 60px;
    }
}
*/
/*
.line-evenements {
    padding-top: 30px;
    padding-bottom: 140px;
    */
body.calendrier-details .line-banner {
  min-height: 165px;
}
body.calendrier-details .line-banner .container > .row > div .content {
  position: relative;
}
body.calendrier-details .line-banner .container > .row > div .content:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/element-small-header.svg");
  width: 75px;
  height: 77px;
  background-size: contain;
  position: absolute;
  right: -20px;
  margin-top: 120px;
}
body.calendrier-details .prebuilt-espace-evenements {
  padding-top: 80px;
}

.zone-event .row .event-detail h1 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail h1 {
    margin-bottom: 0;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right {
  display: flex;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right {
    flex-direction: column;
    gap: 55px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  width: 42%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    margin-bottom: 0;
    width: 100%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  padding: 0;
  max-width: 350px;
  background-color: transparent;
  position: sticky;
  top: 120px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .itemInfos {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .itemInfos {
    font-size: 25px;
    line-height: 105%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address {
  gap: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #000;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .event-info__title {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .event-info__title {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .event-info__title {
  text-transform: uppercase;
  letter-spacing: 1.44px;
  font-weight: 600;
  margin-bottom: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-place {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-place {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-event {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-event {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-full {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-full {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-country {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__info .jumbotron__address-country {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #000;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .event-info__title {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .event-info__title {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .event-info__title {
  text-transform: uppercase;
  letter-spacing: 1.44px;
  font-weight: 600;
  margin-bottom: 10px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .phone {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .phone {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .email {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .email {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .address .address__contact-info .email a {
  color: #00002b !important;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional h6 {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional h6 {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional h6 {
  letter-spacing: 1.44px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional p {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional p {
    font-size: 16px;
    line-height: 114%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron .event-detail__description-additional p {
  margin-bottom: 0;
  color: #000;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron #jumbotron__singlebutton {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron #jumbotron__singlebutton:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron #jumbotron__singlebutton:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron #jumbotron__singlebutton:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron #jumbotron__singlebutton {
  margin-top: 2.2rem;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  width: 58%;
}
@media (max-width: 991px) {
  .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__category {
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper {
  margin-top: 40px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h2 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h2 {
    font-size: 28px;
    line-height: 105%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h2 {
  font-weight: 400;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h2 + p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h2 + p {
    font-size: 20px;
    line-height: 105%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h3 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h3 {
    font-size: 25px;
    line-height: 105%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-wrapper h3 {
  margin-bottom: 20px;
  font-weight: 400;
}
.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;
}
.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 {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.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: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-primary: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-primary:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.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 {
  margin-right: 20px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default {
  background-color: #f0f6fb;
  border: 1px solid #f0f6fb;
  color: #00002b;
  text-decoration: none;
  transition: all 150ms;
}
.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: #81b3e1;
  border: 1px solid #81b3e1;
  color: #00002b;
  text-decoration: none;
}

/*
}
    */
.line-alert-info {
  background-color: #00002b;
  padding-top: 20px;
  padding-bottom: 20px;
}
.line-alert-info .container > .row > div .content {
  display: flex;
  justify-content: space-between;
}
.line-alert-info .container > .row > div .content a {
  color: #fff !important;
}
.line-alert-info .container > .row > div .content .close {
  font-family: "Instrument Sans", sans-serif;
  color: #00002b;
  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);
}
@media (max-width: 807px) {
  .line-alert-info .container > .row > div .content .close {
    font-size: 4rem;
    line-height: 30px;
  }
}

body.lang-en .line-sticky .content {
  right: -214px;
}
body.lang-en .line-sticky .content .sticky-container .btn-sticky:after {
  right: -187px;
}

.line-sticky {
  position: relative;
  z-index: 10;
}
.line-sticky .content {
  opacity: 0;
  position: fixed;
  right: -234px;
  top: 115px;
  animation-name: anime-faire-don;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.4s;
}
.line-sticky .content .sticky-container {
  transform: rotate(90deg);
  -webkit-transform-origin: 0;
  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;
  display: block;
  background-color: #81b3e1;
  padding: 16px 54px 0px 27px;
  line-height: 6px;
  font-size: 18px;
  font-weight: 100;
  color: #000 !important;
  border-radius: 33px;
  text-decoration: none !important;
  text-align: right;
  transition: all 150ms;
}
.line-sticky .content .sticky-container .btn-sticky:after {
  content: "";
  width: 19px;
  height: 15px;
  display: block;
  background: url(https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/arrow-red.svg) center center no-repeat;
  position: relative;
  right: -206px;
  bottom: 11px;
  rotate: 270deg;
  filter: brightness(0) grayscale(1);
}
.line-sticky .content .sticky-container .btn-sticky:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 150ms;
}
.line-sticky .content .sticky-container .btn-sticky:hover:after {
  filter: brightness(1) grayscale(0);
}

/** 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;
  gap: 30px;
}
@media (max-width: 807px) {
  ul.social {
    gap: 5px;
  }
}
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("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-email.png");
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 807px) {
  ul.social li a.email {
    background-size: contain;
    width: 28px;
    height: 28px;
  }
}
ul.social li a.email:hover {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-email.png");
  opacity: 0.8 !important;
}
ul.social li a.bluesky {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23188af5%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  transition: all 0.5s ease-in-out;
}
ul.social li a.bluesky:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23%23074a8d%3B %7D %3C/style%3E%3C/defs%3E%3Cg id='jyutC3.tif'%3E%3Cpath class='st0' d='M7.79 6.3c2.51 1.89 5.22 5.73 6.21 7.8v5.44c0-.12-.04.02-.14.3-.52 1.53-2.54 7.49-7.17 2.72-2.44-2.51-1.31-5.02 3.13-5.78-2.54.43-5.39-.28-6.17-3.09-.23-.81-.61-5.78-.61-6.45 0-3.37 2.94-2.31 4.75-.94ZM20.21 6.3c-2.51 1.89-5.22 5.73-6.21 7.8v5.44c0-.12.04.02.14.3.52 1.53 2.54 7.49 7.17 2.72 2.44-2.51 1.31-5.02-3.13-5.78 2.54.43 5.39-.28 6.17-3.09.23-.81.61-5.78.61-6.45 0-3.37-2.94-2.31-4.75-.94h0Z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8 !important;
}
ul.social li a.instagram {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-insttagram.png");
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 807px) {
  ul.social li a.instagram {
    background-size: contain;
    width: 23px;
    height: 23px;
  }
}
ul.social li a.instagram:hover {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-insttagram.png");
  opacity: 0.8 !important;
}
ul.social li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4924' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4924)'%3E%3Cpath d='M6.07495 10.507H9.62585V21.932H6.07495V10.507ZM7.85095 4.828C8.25818 4.82781 8.65628 4.94836 8.995 5.17444C9.33371 5.40052 9.59776 5.72199 9.75378 6.09814C9.90981 6.4743 9.95084 6.88827 9.87158 7.28772C9.79233 7.68717 9.59641 8.05413 9.30859 8.34222C9.02078 8.63032 8.65401 8.82661 8.25464 8.90625C7.85527 8.98589 7.44125 8.94533 7.06494 8.78967C6.68863 8.63402 6.36691 8.37023 6.1405 8.03174C5.91409 7.69325 5.79317 7.29523 5.79297 6.888C5.79297 6.342 6.00962 5.81834 6.39551 5.43207C6.7814 5.0458 7.30495 4.82853 7.85095 4.828Z' fill='%23188af5'/%3E%3Cpath d='M11.8521 10.507H15.2581V12.0701H15.3071C15.6475 11.4872 16.1397 11.0077 16.7313 10.6827C17.3229 10.3577 17.9917 10.1996 18.6661 10.225C22.2661 10.225 22.925 12.5911 22.925 15.6662V21.9324H19.3761V16.3762C19.3761 15.0512 19.3532 13.3461 17.5302 13.3461C15.6832 13.3461 15.4021 14.7912 15.4021 16.2812V21.9324H11.8531L11.8521 10.507Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  transition: all 0.5s ease-in-out;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4924' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4924)'%3E%3Cpath d='M6.07495 10.507H9.62585V21.932H6.07495V10.507ZM7.85095 4.828C8.25818 4.82781 8.65628 4.94836 8.995 5.17444C9.33371 5.40052 9.59776 5.72199 9.75378 6.09814C9.90981 6.4743 9.95084 6.88827 9.87158 7.28772C9.79233 7.68717 9.59641 8.05413 9.30859 8.34222C9.02078 8.63032 8.65401 8.82661 8.25464 8.90625C7.85527 8.98589 7.44125 8.94533 7.06494 8.78967C6.68863 8.63402 6.36691 8.37023 6.1405 8.03174C5.91409 7.69325 5.79317 7.29523 5.79297 6.888C5.79297 6.342 6.00962 5.81834 6.39551 5.43207C6.7814 5.0458 7.30495 4.82853 7.85095 4.828Z' fill='%23074a8d'/%3E%3Cpath d='M11.8521 10.507H15.2581V12.0701H15.3071C15.6475 11.4872 16.1397 11.0077 16.7313 10.6827C17.3229 10.3577 17.9917 10.1996 18.6661 10.225C22.2661 10.225 22.925 12.5911 22.925 15.6662V21.9324H19.3761V16.3762C19.3761 15.0512 19.3532 13.3461 17.5302 13.3461C15.6832 13.3461 15.4021 14.7912 15.4021 16.2812V21.9324H11.8531L11.8521 10.507Z' fill='%23074a8d'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8 !important;
}
ul.social li a.facebook {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-facebook.png");
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 807px) {
  ul.social li a.facebook {
    background-size: contain;
    width: 32px;
    height: 32px;
  }
}
ul.social li a.facebook:hover {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-facebook.png");
  opacity: 0.8 !important;
}
ul.social li a.youtube {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-youtube.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 23px;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
ul.social li a.youtube:hover {
  background-image: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-social-youtube.png");
  opacity: 0.8 !important;
}
ul.social li a.x {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23188af5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  top: 2px;
  transition: all 0.5s ease-in-out;
}
ul.social li a.x:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_789_4937' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='28' height='28'%3E%3Cpath d='M28 0H0V28H28V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_789_4937)'%3E%3Cpath d='M7.08 6.12904H9.428L20.235 21.268H17.887L7.08 6.12904ZM20.236 5.00104L14.636 11.376L10.16 5.00104H5L11.765 14.642L5 22.342H6.528L12.442 15.608L17.166 22.342H22.325L15.312 12.342L21.764 5.00104H20.236Z' fill='%23074a8d'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8 !important;
}

.line-home-espace {
  background-color: #00002b;
  padding-top: 15px;
  padding-bottom: 80px;
}
.line-home-espace .container > .row > div:nth-child(1) {
  padding-right: 10px;
}
.line-home-espace .container > .row > div:nth-child(2) {
  padding-left: 10px;
}
.line-home-espace .container > .row > div img {
  margin-top: 5px;
  border-bottom-right-radius: 180px;
}
@media (max-width: 807px) {
  .line-home-espace .container > .row > div img {
    border-bottom-right-radius: 90px;
  }
}

@media (max-width: 991px) {
  .line-home-studio-title {
    padding-top: 60px !important;
    padding-bottom: 35px !important;
  }
}

.line-home-studio {
  position: relative;
  overflow-x: hidden;
}
.line-home-studio .container > .row > div .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 20px;
}
@media (max-width: 807px) {
  .line-home-studio .container > .row > div .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 20px;
  }
}
.line-home-studio .container > .row > div .news-mosaic > .row {
  margin-top: 0;
}
.line-home-studio .container > .row > div .news-mosaic > .row > div .news-intro p:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.line-home-studio .container > .row > div .news-mosaic > .row > div .news-intro p:first-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}

.line-home-evenements-title {
  background-color: #00002b;
}
.line-home-evenements-title .container > .row > div:nth-child(1) {
  width: 35%;
}
@media (max-width: 1465px) {
  .line-home-evenements-title .container > .row > div:nth-child(1) {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .line-home-evenements-title .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-home-evenements-title .container > .row > div:nth-child(2) {
  width: 55%;
}
@media (max-width: 991px) {
  .line-home-evenements-title .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .line-home-evenements-title .container > .row > div:nth-child(2) .content {
    padding-top: 40px;
  }
}

.line-home-evenements {
  background-color: #00002b;
  position: relative;
  overflow-x: clip;
}
.line-home-evenements:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/element-circle.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 802px;
  height: 802px;
  right: -520px;
  bottom: -310px;
}
.line-home-evenements .container > .row > div .content > .row {
  float: left;
  margin-top: 0;
  margin-right: 30px;
}
@media (min-width: 1401px) {
  .line-home-evenements .container > .row > div .content > .row:nth-child(4n) {
    margin-right: 0;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(5n) {
    clear: left;
  }
}
@media (max-width: 1399px) {
  .line-home-evenements .container > .row > div .content > .row {
    margin-right: 25px;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(3n) {
    margin-right: 0;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 808px) {
  .line-home-evenements .container > .row > div .content > .row {
    margin-right: 20px;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(3n) {
    margin-right: 20px;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(3n+1) {
    clear: none;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(2n) {
    margin-right: 0;
  }
  .line-home-evenements .container > .row > div .content > .row:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 807px) {
  .line-home-evenements .container > .row > div .content > .row {
    clear: left;
    width: 100%;
  }
}

.line-home-hospitalite-title {
  background-color: #00002b;
}
.line-home-hospitalite-title .container > .row > div h2 {
  font-size: 90px;
  font-weight: 600;
  line-height: 92%;
  letter-spacing: 9px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .line-home-hospitalite-title .container > .row > div h2 {
    font-size: 60px;
    line-height: 100%;
  }
}
@media (max-width: 807px) {
  .line-home-hospitalite-title .container > .row > div h2 {
    font-size: 42px;
    line-height: 80%;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1465px) {
  .line-home-hospitalite .container > .row > div:nth-child(1) {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .line-home-hospitalite .container > .row > div:nth-child(1) {
    width: 30%;
  }
}
@media (max-width: 807px) {
  .line-home-hospitalite .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 1465px) {
  .line-home-hospitalite .container > .row > div:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .line-home-hospitalite .container > .row > div:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 807px) {
  .line-home-hospitalite .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-home-hospitalite .container > .row > div h3 {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-home-hospitalite .container > .row > div h3 {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-home-hospitalite .container > .row > div ul {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none;
  columns: 2;
}
@media (max-width: 807px) {
  .line-home-hospitalite .container > .row > div ul {
    columns: 1;
  }
}
.line-home-hospitalite .container > .row > div ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.line-home-hospitalite .container > .row > div ul li strong {
  font-weight: 400;
}

.line-home-impact {
  background-color: #dbf9d5;
  position: relative;
}
@media (max-width: 807px) {
  .line-home-impact {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
}
.line-home-impact:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/element-triangle-vert.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
  width: 191px;
  height: 110px;
  top: -55px;
  left: 0;
}
@media (max-width: 991px) {
  .line-home-impact:after {
    width: 97px;
    height: 55px;
    top: -28px;
    margin-left: -2px;
  }
}
.line-home-impact .container > .row {
  display: flex;
}
@media (max-width: 807px) {
  .line-home-impact .container > .row {
    flex-direction: column-reverse;
  }
}
.line-home-impact .container > .row > div:nth-child(1) {
  width: 60%;
}
@media (max-width: 807px) {
  .line-home-impact .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-home-impact .container > .row > div:nth-child(1) .content h3 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-home-impact .container > .row > div:nth-child(1) .content h3 {
    font-size: 28px;
    line-height: 105%;
  }
}
.line-home-impact .container > .row > div:nth-child(1) .content h3 {
  font-weight: 400;
}
.line-home-impact .container > .row > div:nth-child(1) .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-home-impact .container > .row > div:nth-child(1) .content p {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-home-impact .container > .row > div:nth-child(1) .content .btn {
  margin-top: 25px;
}
.line-home-impact .container > .row > div:nth-child(2) {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (max-width: 807px) {
  .line-home-impact .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-home-impact .container > .row > div:nth-child(2) .content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.line-home-impact .container > .row > div:nth-child(2) .content img {
  margin-bottom: 40px;
}
@media (max-width: 807px) {
  .line-home-impact .container > .row > div:nth-child(2) .content img {
    width: 126px !important;
  }
}

.line-a-propos-img-double {
  background-color: #00002b;
}
.line-a-propos-img-double .container > .row > div .content {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 807px) {
  .line-a-propos-img-double .container > .row > div .content {
    flex-direction: column;
  }
}
.line-a-propos-img-double .container > .row > div .content img {
  object-fit: contain;
  object-position: center center;
}
@media (max-width: 1465px) {
  .line-a-propos-img-double .container > .row > div .content img:nth-child(1) {
    width: 34% !important;
  }
}
@media (max-width: 807px) {
  .line-a-propos-img-double .container > .row > div .content img:nth-child(1) {
    width: 100% !important;
  }
}
.line-a-propos-img-double .container > .row > div .content img:nth-child(2) {
  border-bottom-right-radius: 180px;
}
@media (max-width: 1465px) {
  .line-a-propos-img-double .container > .row > div .content img:nth-child(2) {
    width: 45% !important;
  }
}
@media (max-width: 807px) {
  .line-a-propos-img-double .container > .row > div .content img:nth-child(2) {
    width: 100% !important;
    border-bottom-right-radius: 90px;
  }
}

.line-a-propos-double {
  background-color: #00002b;
}
.line-a-propos-double .container > .row > div .content h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-a-propos-double .container > .row > div .content h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}

.line-a-propos-double-img-corner {
  background-color: #00002b;
}
.line-a-propos-double-img-corner img {
  border-bottom-right-radius: 180px;
}
@media (max-width: 807px) {
  .line-a-propos-double-img-corner img {
    border-bottom-right-radius: 90px;
    margin-bottom: 50px;
  }
}
.line-a-propos-double-img-corner h2 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-a-propos-double-img-corner h2 {
    font-size: 28px;
    line-height: 105%;
  }
}

.line-a-propos-engagement {
  background-color: #dbf9d5;
  position: relative;
}
.line-a-propos-engagement .container > .row {
  display: flex;
}
@media (max-width: 807px) {
  .line-a-propos-engagement .container > .row {
    flex-direction: column-reverse;
  }
}
.line-a-propos-engagement .container > .row > div:nth-child(1) {
  width: 75%;
}
@media (max-width: 807px) {
  .line-a-propos-engagement .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-a-propos-engagement .container > .row > div:nth-child(1) .content h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-a-propos-engagement .container > .row > div:nth-child(1) .content h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.line-a-propos-engagement .container > .row > div:nth-child(1) .content h3 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-a-propos-engagement .container > .row > div:nth-child(1) .content h3 {
    font-size: 28px;
    line-height: 105%;
  }
}
.line-a-propos-engagement .container > .row > div:nth-child(1) .content h3 {
  font-weight: 400;
}
.line-a-propos-engagement .container > .row > div:nth-child(1) .content .btn {
  margin-top: 25px;
  margin-bottom: 30px;
  margin-right: 100px;
}
.line-a-propos-engagement .container > .row > div:nth-child(2) {
  width: 35%;
  display: flex;
  justify-content: center;
}
@media (max-width: 807px) {
  .line-a-propos-engagement .container > .row > div:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 25px;
  }
}
.line-a-propos-engagement .container > .row > div:nth-child(2) .content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.line-a-propos-engagement .container > .row > div:nth-child(2) .content img {
  margin-bottom: 40px;
}
@media (max-width: 807px) {
  .line-a-propos-engagement .container > .row > div:nth-child(2) .content img {
    width: 70% !important;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

.line-a-propos-engagement-img {
  background-color: #dbf9d5;
}
.line-a-propos-engagement-img img {
  border-bottom-right-radius: 180px;
}
@media (max-width: 991px) {
  .line-a-propos-engagement-img img {
    margin-bottom: 10px;
  }
}
@media (max-width: 807px) {
  .line-a-propos-engagement-img img {
    border-bottom-right-radius: 90px;
  }
}

.line-a-propos-engagement-2col {
  background-color: #dbf9d5;
}

.line-louer-espace-scroll {
  background-color: #00002b;
}
@media (min-width: 992px) {
  .line-louer-espace-scroll {
    padding-top: 40px !important;
  }
}
@media (max-width: 991px) {
  .line-louer-espace-scroll {
    padding-top: 20px !important;
  }
}
.line-louer-espace-scroll.img-only img {
  margin-top: -125px;
}
.line-louer-espace-scroll .container > .row > div:nth-child(1) {
  width: 100px;
}
.line-louer-espace-scroll .container > .row > div:nth-child(1) img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media (max-width: 807px) {
  .line-louer-espace-scroll .container > .row > div:nth-child(1) {
    display: none;
  }
}
.line-louer-espace-scroll .container > .row > div:nth-child(2) {
  width: calc(100% - 100px);
}
@media (max-width: 807px) {
  .line-louer-espace-scroll .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-louer-espace-scroll .container > .row > div:nth-child(2) .content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.line-louer-espace-scroll .container > .row > div:nth-child(2) .content img {
  max-width: 950px;
  border-bottom-right-radius: 180px;
}
.line-louer-espace-scroll .container > .row > div:nth-child(2) .content img.modal-button:hover {
  cursor: pointer;
}
@media (max-width: 1465px) {
  .line-louer-espace-scroll .container > .row > div:nth-child(2) .content img {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .line-louer-espace-scroll .container > .row > div:nth-child(2) .content img {
    max-width: 600px;
  }
}
@media (max-width: 807px) {
  .line-louer-espace-scroll .container > .row > div:nth-child(2) .content img {
    max-width: 100%;
    border-bottom-right-radius: 90px;
  }
}

.line-louer-espace-intro {
  background-color: #00002b;
}
@media (min-width: 992px) {
  .line-louer-espace-intro {
    padding: 80px 0 !important;
  }
}
@media (max-width: 991px) {
  .line-louer-espace-intro {
    padding: 40px 0 !important;
  }
}
.line-louer-espace-intro .content {
  width: 720px;
}
.line-louer-espace-intro .content h1, .line-louer-espace-intro .content h2, .line-louer-espace-intro .content h3, .line-louer-espace-intro .content h4, .line-louer-espace-intro .content h5, .line-louer-espace-intro .content h6, .line-louer-espace-intro .content p, .line-louer-espace-intro .content small, .line-louer-espace-intro .content ul, .line-louer-espace-intro .content li, .line-louer-espace-intro .content .h1, .line-louer-espace-intro .content .h2, .line-louer-espace-intro .content .h3, .line-louer-espace-intro .content .h4, .line-louer-espace-intro .content .h5, .line-louer-espace-intro .content .h6, .line-louer-espace-intro .content .small, .line-louer-espace-intro .content :not(a) {
  color: #fff !important;
}
@media (max-width: 991px) {
  .line-louer-espace-intro .content {
    width: 100%;
  }
}
.line-louer-espace-intro .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-louer-espace-intro .content p {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-louer-espace-intro .content p {
  color: #fff;
}

.line-louer-espace-listes {
  background-color: #00002b;
}
.line-louer-espace-listes .container > .row > div .newsList {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .line-louer-espace-listes .container > .row > div .newsList {
    gap: 65px;
  }
}
.line-louer-espace-listes .container > .row > div .newsList > .row {
  margin-top: 0;
}
.line-louer-espace-listes .container > .row > div .newsList > .row > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 65px;
}
@media (max-width: 991px) {
  .line-louer-espace-listes .container > .row > div .newsList > .row > div {
    gap: 35px;
  }
}
@media (max-width: 807px) {
  .line-louer-espace-listes .container > .row > div .newsList > .row > div {
    flex-direction: column;
  }
}
.line-louer-espace-listes .container > .row > div .newsList > .row > div > .itemImage {
  flex-grow: 1;
  flex-basis: 0;
}
.line-louer-espace-listes .container > .row > div .newsList > .row > div > .itemImage img {
  /*
  width: 586px;
  flex: 1 1 586px;
  */
  max-width: 720px;
  margin-bottom: 0;
}
@media (max-width: 1465px) {
  .line-louer-espace-listes .container > .row > div .newsList > .row > div > .itemImage img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .line-louer-espace-listes .container > .row > div .newsList > .row > div > .itemImage img {
    max-width: 380px;
  }
}
@media (max-width: 807px) {
  .line-louer-espace-listes .container > .row > div .newsList > .row > div > .itemImage img {
    max-width: 100%;
  }
}
.line-louer-espace-listes .container > .row > div .newsList > .row > div .intro {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
}
.line-louer-espace-listes .container > .row > div .newsList > .row > div .intro h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .line-louer-espace-listes .container > .row > div .newsList > .row > div .intro h2 {
    margin-bottom: 20px;
  }
}
.line-louer-espace-listes .container > .row > div .newsList > .row > div .intro .btn {
  margin-top: 30px;
}

.line-theatre-intro {
  background-color: #00002b;
  padding-top: 70px;
}
@media (max-width: 807px) {
  .line-theatre-intro .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.line-theatre-intro .container > .row > div:nth-child(1) .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-theatre-intro .container > .row > div:nth-child(1) .content p {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-theatre-intro .container > .row > div:nth-child(1) .content p br {
  display: block !important;
}
.line-theatre-intro .container > .row > div:nth-child(2) .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 80px;
  position: relative;
  z-index: 10;
  margin-top: -120px;
  margin-right: 40px;
}
@media (max-width: 807px) {
  .line-theatre-intro .container > .row > div:nth-child(2) .content {
    gap: 50px;
  }
}
.line-theatre-intro .container > .row > div:nth-child(2) .content p {
  width: fit-content;
}

.line-theatre-configuration-title .container > .row > div:nth-child(1) .content img {
  margin-bottom: 15px;
}

.line-theatre-configuration {
  border-bottom: 1px solid #000;
  position: relative;
  overflow-x: clip;
}
.line-theatre-configuration .container > .row > div .newsList {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .line-theatre-configuration .container > .row > div .newsList {
    gap: 0;
  }
}
.line-theatre-configuration .container > .row > div .newsList > .row {
  margin-top: 0;
}
.line-theatre-configuration .container > .row > div .newsList > .row:after {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.line-theatre-configuration .container > .row > div .newsList > .row > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 807px) {
  .line-theatre-configuration .container > .row > div .newsList > .row > div {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 15px;
  }
}
.line-theatre-configuration .container > .row > div .newsList > .row > div > .itemImage {
  /*flex: 1 1 586px;*/
}
.line-theatre-configuration .container > .row > div .newsList > .row > div > .itemImage img {
  /*
  width: 586px;
  flex: 1 1 586px;
  */
  max-width: 720px;
  margin-bottom: 0;
}
@media (max-width: 1465px) {
  .line-theatre-configuration .container > .row > div .newsList > .row > div > .itemImage img {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .line-theatre-configuration .container > .row > div .newsList > .row > div > .itemImage img {
    max-width: 380px;
  }
}
@media (max-width: 807px) {
  .line-theatre-configuration .container > .row > div .newsList > .row > div > .itemImage img {
    max-width: 100%;
  }
}
.line-theatre-configuration .container > .row > div .newsList > .row > div .intro {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 540px;
}
.line-theatre-configuration .container > .row > div .newsList > .row > div .intro h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-theatre-configuration .container > .row > div .newsList > .row > div .intro h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-theatre-configuration .container > .row > div .newsList > .row > div .intro h2 {
  margin-bottom: 20px;
}
.line-theatre-configuration .container > .row > div .newsList > .row > div .intro .btn {
  margin-top: 30px;
}

.line-theatre-balcon {
  background-color: #00002b;
}
@media (max-width: 807px) {
  .line-theatre-balcon {
    padding-bottom: 15px;
  }
}
.line-theatre-balcon.img-only .container > .row > div .content p {
  text-align: left;
}
.line-theatre-balcon .container > .row > div .content {
  display: flex;
}
@media (max-width: 807px) {
  .line-theatre-balcon .container > .row > div .content {
    flex-direction: column;
    gap: 10px;
  }
}
.line-theatre-balcon .container > .row > div .content img {
  max-width: 955px;
  border-bottom-right-radius: 180px;
}
@media (max-width: 1465px) {
  .line-theatre-balcon .container > .row > div .content img {
    width: 865px !important;
  }
}
@media (max-width: 1299px) {
  .line-theatre-balcon .container > .row > div .content img {
    width: 645px !important;
  }
}
@media (max-width: 991px) {
  .line-theatre-balcon .container > .row > div .content img {
    width: 525px !important;
  }
}
@media (max-width: 807px) {
  .line-theatre-balcon .container > .row > div .content img {
    width: 100% !important;
    border-bottom-right-radius: 90px;
  }
}
.line-theatre-balcon .container > .row > div .content p {
  text-align: right;
}
.line-theatre-balcon .container > .row > div .content p br {
  display: block !important;
}
@media (max-width: 1465px) {
  .line-theatre-balcon .container > .row > div .content p:nth-child(1) {
    width: 75%;
  }
}
@media (max-width: 807px) {
  .line-theatre-balcon .container > .row > div .content p:nth-child(1) {
    width: 100%;
  }
}
.line-theatre-balcon-reservation {
  background-color: #00002b;
}
.line-theatre-balcon-reservation .container > .row > div .content h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-theatre-balcon-reservation .container > .row > div .content h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .line-theatre-balcon-reservation .container > .row > div .content {
    padding-right: 30px;
  }
}

/*
.line-theatre-balcon-captations {
    background-color: $seventh;
    .container {
        >.row {
            display: flex;
            align-items: center;
            >div {
                &:nth-child(1) {
                    .content {
                        img {
                            border-bottom-right-radius: 180px;
                        }
                    }
                }
                &:nth-child(2) {

                }
            }
        }
    }    
}
*/
.line-theatre-carrousel {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-theatre-carrousel .container > .row > div > h6 {
  text-align: center;
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .line-theatre-carrousel .container > .row > div > h6 {
    font-size: 16px;
    line-height: 114%;
  }
}
.line-theatre-carrousel .container > .row > div > h6 {
  margin-bottom: 15px;
}
.line-theatre-carrousel .container > .row > div > .carousel {
  overflow: visible;
  margin-bottom: 60px;
  max-height: 522px;
}
.line-theatre-carrousel .container > .row > div > .carousel:before {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
.line-theatre-carrousel .container > .row > div > .carousel:after {
  content: "";
  position: absolute;
  display: block;
  width: 5000px;
  height: 1px;
  left: -2500px;
  background-color: #000;
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container > .row > div > .carousel:after {
    bottom: -60px;
  }
}
.line-theatre-carrousel .container > .row > div > .carousel .carousel-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container > .row > div > .carousel .carousel-inner {
    width: 100%;
  }
}
.line-theatre-carrousel .container > .row > div > .carousel .carousel-inner .item {
  max-height: 522px;
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container > .row > div > .carousel .carousel-inner .item .carousel-text img {
    aspect-ratio: 5/4;
    object-fit: cover;
  }
}
.line-theatre-carrousel .container > .row > div > .carousel .carousel-control {
  margin-top: 5px;
  background-image: none;
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container > .row > div > .carousel .carousel-control {
    height: 60px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -57px;
  }
}
.line-theatre-carrousel .container > .row > div > .carousel .carousel-control .glyphicon {
  background-color: transparent;
  background-size: contain !important;
  width: 81px;
  height: 38px;
}
@media (max-width: 991px) {
  .line-theatre-carrousel .container > .row > div > .carousel .carousel-control .glyphicon {
    width: 51px !important;
  }
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container > .row > div > .carousel .carousel-control.left {
    left: 33%;
  }
}
.line-theatre-carrousel .container > .row > div > .carousel .carousel-control.left .glyphicon {
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/carrousel-arrow-left.svg") no-repeat center center;
}
@media (max-width: 807px) {
  .line-theatre-carrousel .container > .row > div > .carousel .carousel-control.right {
    right: 33%;
  }
}
.line-theatre-carrousel .container > .row > div > .carousel .carousel-control.right .glyphicon {
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/carrousel-arrow-right.svg") no-repeat center center;
  width: 81px;
  height: 38px;
}

.line-theatre-accordions-title .container > .row > div .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-theatre-accordions-title .container > .row > div .content p {
    font-size: 20px;
    line-height: 105%;
  }
}

.line-theatre-documentation {
  background-color: #00002b;
}
.line-theatre-documentation.documentation-left .container > .row {
  flex-direction: column-reverse;
}
.line-theatre-documentation.documentation-left .container > .row .content {
  margin-left: 0 !important;
}
.line-theatre-documentation .container > .row {
  display: flex;
}
@media (max-width: 807px) {
  .line-theatre-documentation .container > .row {
    flex-direction: column;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(1) {
  max-width: 365px;
}
@media (max-width: 807px) {
  .line-theatre-documentation .container > .row > div:nth-child(1) {
    margin-bottom: 45px;
    max-width: 100%;
    width: 100%;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(1) .content {
  margin-right: 50px;
}
@media (max-width: 1465px) {
  .line-theatre-documentation .container > .row > div:nth-child(1) .content {
    margin-right: 35px;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(1) .content img {
  border-bottom-right-radius: 160px;
}
@media (max-width: 807px) {
  .line-theatre-documentation .container > .row > div:nth-child(1) .content img {
    border-bottom-right-radius: 90px;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(1) .content ul {
  list-style: none;
  padding-left: 0 !important;
}
.line-theatre-documentation .container > .row > div:nth-child(1) .content ul li a {
  color: #81b3e1 !important;
  text-decoration: underline;
  text-decoration-color: #81b3e1 !important;
}
.line-theatre-documentation .container > .row > div:nth-child(1) .content ul li a:hover {
  color: #81b3e1 !important;
  text-decoration: none !important;
}
@media (max-width: 807px) {
  .line-theatre-documentation .container > .row > div:nth-child(2) {
    width: 100%;
    margin-bottom: 55px;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(2) h2 {
  font-size: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-theatre-documentation .container > .row > div:nth-child(2) h2 {
    font-size: 28px;
    line-height: 105%;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(2) ul {
  list-style: none;
  padding-left: 0 !important;
  /*
  h2 {
      @include max-lg-min-md {
          font-size: 42px;
          line-height: 100%;
      }

  }
  */
}
.line-theatre-documentation .container > .row > div:nth-child(2) ul li a {
  color: #81b3e1 !important;
  text-decoration: underline;
  text-decoration-color: #81b3e1 !important;
}
.line-theatre-documentation .container > .row > div:nth-child(2) ul li a:hover {
  color: #81b3e1 !important;
  text-decoration: none !important;
}
.line-theatre-documentation .container > .row > div:nth-child(3) {
  width: 40%;
}
@media (max-width: 1465px) {
  .line-theatre-documentation .container > .row > div:nth-child(3) {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .line-theatre-documentation .container > .row > div:nth-child(3) {
    min-width: 400px;
  }
}
@media (max-width: 807px) {
  .line-theatre-documentation .container > .row > div:nth-child(3) {
    min-width: 100%;
    width: 100%;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(3) .content {
  height: 100%;
  margin-left: 60px;
  padding-left: 90px;
  border-left: 1px solid #81b3e1;
}
@media (max-width: 1465px) {
  .line-theatre-documentation .container > .row > div:nth-child(3) .content {
    margin-left: 40px;
    padding-left: 70px;
  }
}
@media (max-width: 807px) {
  .line-theatre-documentation .container > .row > div:nth-child(3) .content {
    margin-left: 0;
    padding-left: 0;
    padding-top: 45px;
    border-top: 1px solid #81b3e1;
    border-left: none;
  }
}
.line-theatre-documentation .container > .row > div:nth-child(3) .content ul {
  list-style: none;
  padding-left: 0 !important;
}
.line-theatre-documentation .container > .row > div:nth-child(3) .content ul li a {
  color: #81b3e1 !important;
  text-decoration: underline;
  text-decoration-color: #81b3e1 !important;
}
.line-theatre-documentation .container > .row > div:nth-child(3) .content ul li a:hover {
  color: #81b3e1 !important;
  text-decoration: none !important;
}

.line-equipe-intro {
  background-color: #00002b;
}
.line-equipe-intro .container > .row > div .content {
  width: 420px;
}
@media (max-width: 575px) {
  .line-equipe-intro .container > .row > div .content {
    width: 100%;
  }
}
.line-equipe-intro .container > .row > div .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-equipe-intro .container > .row > div .content p {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-equipe-intro .container > .row > div .content img {
  margin-top: 25px;
}
.line-equipe-intro .container > .row > div .content img:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.line-equipe {
  background-color: #00002b;
  margin-top: 0;
}
.line-equipe:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Le%20theatre/element-bg-equipe.svg") no-repeat center center;
  background-size: cover;
  position: sticky;
  display: block;
  width: 374px;
  height: 508px;
  top: 0;
}
.line-equipe .container {
  margin-top: -500px;
}
.line-equipe .container > .row > div .news-mosaic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  gap: 40px 40px;
  max-width: 820px;
  margin-top: -35px;
}
@media (max-width: 991px) {
  .line-equipe .container > .row > div .news-mosaic {
    margin-top: 75px;
  }
}
.line-equipe .container > .row > div .news-mosaic > .row {
  margin-top: 0;
  flex: 1 1 calc(50% - 0.5rem);
}
@media (max-width: 991px) {
  .line-equipe .container > .row > div .news-mosaic > .row {
    flex: 1 1 calc(50% - 0.5rem);
  }
}
@media (max-width: 807px) {
  .line-equipe .container > .row > div .news-mosaic > .row {
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.line-equipe .container > .row > div .news-mosaic > .row > div {
  width: fit-content;
}
.line-equipe .container > .row > div .news-mosaic > .row > div .news-intro {
  width: 100%;
  max-width: 388px;
  border-bottom: 1px solid #313164;
}
@media (max-width: 991px) {
  .line-equipe .container > .row > div .news-mosaic > .row > div .news-intro {
    max-width: 350px;
  }
}
.line-equipe .container > .row > div .news-mosaic > .row > div .news-intro h3 {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .line-equipe .container > .row > div .news-mosaic > .row > div .news-intro h3 {
    font-size: 16px;
    line-height: 114%;
  }
}
.line-equipe .container > .row > div .news-mosaic > .row > div .news-intro h3 {
  letter-spacing: 1.44px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.line-equipe .container > .row > div .news-mosaic > .row > div .news-intro p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-equipe .container > .row > div .news-mosaic > .row > div .news-intro p {
    font-size: 14px;
    line-height: 114%;
  }
}

.line-equipe-cta {
  background-color: #00002b;
}
.line-equipe-cta .container > .row > div .content {
  margin-left: auto;
  margin-right: 0;
  max-width: 820px;
}

.line-don-right-text-top-margin .container > .row > div:nth-child(2) .content {
  margin-top: 90px;
}
@media (max-width: 807px) {
  .line-don-right-text-top-margin .container > .row > div:nth-child(2) .content {
    margin-top: 0;
  }
}

.line-don-left-img-center .container > .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 807px) {
  .line-don-left-img-center .container > .row {
    flex-direction: column;
  }
}
.line-don-left-img-center .container > .row > div:nth-child(1) .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 807px) {
  .line-don-left-img-center .container > .row > div:nth-child(1) .content {
    padding-bottom: 20px;
  }
}
@media (max-width: 807px) {
  .line-don-left-img-center .container > .row > div:nth-child(1) .content p {
    text-align: left !important;
  }
}
@media (max-width: 807px) {
  .line-don-left-img-center .container > .row > div:nth-child(1) .content p img {
    width: 90px !important;
  }
}
.line-don-en-ligne > .container {
  max-width: 860px;
}
.line-don-en-ligne h1.campaign-title {
  display: none;
}
.line-don-en-ligne .don-form-wrapper {
  margin-top: 50px;
}
.line-don-en-ligne .don-form-wrapper h4 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-don-en-ligne .don-form-wrapper h4 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-don-en-ligne .don-form-wrapper h4 {
  margin-bottom: 20px;
}
.line-don-en-ligne .don-form-wrapper h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-don-en-ligne .don-form-wrapper h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-don-en-ligne fieldset {
  margin-bottom: 30px;
}
.line-don-en-ligne .form-withProgress__grand-total h4 {
  margin-bottom: 0;
}
.line-don-en-ligne .form-withProgress__grand-total .total-amount-price {
  text-align: right;
}
.line-don-en-ligne .form-donation__info-step .col-md-12 {
  margin-left: 10px;
  width: auto;
}
.line-don-en-ligne .form-donation__info-step .radio-inline {
  border-radius: 25px;
  text-transform: inherit !important;
}
.line-don-en-ligne #fieldset-AmountInfos .radio-inline {
  font-size: 1.4rem !important;
  line-height: 39px !important;
}
.line-don-en-ligne .form-donation__info-step .radio-active,
.line-don-en-ligne .form-donation__info-step .radio-inline:focus,
.line-don-en-ligne .form-donation__info-step .radio-inline:hover {
  background-color: #e8184c !important;
}
.line-don-en-ligne .donation-footer-frame .btn-primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.line-don-en-ligne .donation-footer-frame .btn-primary:hover, .line-don-en-ligne .donation-footer-frame .btn-primary:active, .line-don-en-ligne .donation-footer-frame .btn-primary:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.line-don-en-ligne .donation-footer-frame .btn-link {
  margin-right: 30px;
  margin-top: 20px;
}
.line-don-en-ligne .form-element-terms a {
  color: #00002b !important;
  text-decoration: underline;
}
.line-don-en-ligne .form-element-terms a:hover {
  text-decoration: none;
}
.line-don-en-ligne .form-element-custom_amount .col-md-12:after {
  left: 15.5rem;
  line-height: 42px;
  font-size: 30px !important;
}
.line-don-en-ligne .form-element-custom_amountrecurrent .col-md-12::after {
  left: 15.5rem;
  line-height: 42px;
  font-size: 30px !important;
}
.line-don-en-ligne .checkbox input[type=checkbox] {
  left: 20px !important;
}

@media (max-width: 807px) {
  .form-element-custom_amountrecurrent {
    display: block !important;
  }
}

.line-joindre-coordonnees {
  background-color: #00002b;
}
.line-joindre-coordonnees .container > .row > div:nth-child(1) {
  width: 340px;
}
.line-joindre-coordonnees .container > .row > div:nth-child(1) .content p {
  margin-bottom: 20px;
}
.line-joindre-coordonnees .container > .row > div:nth-child(1) .content p a:hover {
  color: #e8184c !important;
  text-decoration: none !important;
}
.line-joindre-coordonnees .container > .row > div:nth-child(1) .content p br {
  display: block !important;
}
.line-joindre-coordonnees .container > .row > div:nth-child(2) {
  width: 760px;
}
@media (max-width: 1465px) and (min-width: 992px) {
  .line-joindre-coordonnees .container > .row > div:nth-child(2) {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .line-joindre-coordonnees .container > .row > div:nth-child(2) {
    width: calc(100% - 340px);
  }
}
@media (max-width: 807px) {
  .line-joindre-coordonnees .container > .row > div:nth-child(2) {
    width: 100%;
  }
}
.line-joindre-coordonnees .container > .row > div .content h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-joindre-coordonnees .container > .row > div .content h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-joindre-coordonnees .container > .row > div .content h2 {
  margin-bottom: 20px;
}

.line-joindre-formulaire {
  background-color: #f0f6fb;
}

.line-infolettre {
  background-color: #00002b;
}
@media (max-width: 991px) {
  .line-infolettre {
    padding-bottom: 60px !important;
  }
}
.line-infolettre .container > .row > div:nth-child(1) .content {
  max-width: 430px;
}
.line-infolettre .container > .row > div:nth-child(1) .content p {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-infolettre .container > .row > div:nth-child(1) .content p {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-infolettre .container > .row > div .btn-primary {
  background-color: #fff;
  color: #000;
  transition: all 150ms;
  border: 1px solid #000;
}
.line-infolettre .container > .row > div .btn-primary:hover, .line-infolettre .container > .row > div .btn-primary:active, .line-infolettre .container > .row > div .btn-primary:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.line-infolettre .container > .row > div .btn-primary {
  color: #000 !important;
}
.line-infolettre .container > .row > div .btn-primary:hover {
  color: #fff !important;
}

.line-services-accordeons-dark {
  background-color: #00002b;
}
.line-services-accordeons-dark .container > .row > div > h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-services-accordeons-dark .container > .row > div > h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.line-services-accordeons-dark .container > .row > div > h2 {
  margin-bottom: 55px;
}
.line-services-accordeons-dark .container > .row > div .news-mosaic > .row {
  margin-top: 0;
}
.line-services-accordeons-dark .panel-news-accordion .panel-heading .panel-title a {
  /*padding: 38px 0 15px 0;*/
}

.line-services-studio-img {
  background-color: #00002b;
}
.line-services-studio-img img {
  border-bottom-right-radius: 180px;
}
@media (max-width: 807px) {
  .line-services-studio-img img {
    border-bottom-right-radius: 90px;
  }
}

.line-services-studio {
  background-color: #00002b;
}

.line-services-accordeons {
  background-color: #f0f6fb;
}
.line-services-accordeons .container > .row > div > h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-services-accordeons .container > .row > div > h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.line-services-accordeons .container > .row > div > h2 {
  margin-bottom: 55px;
}

.line-carrieres-valeure-title {
  background-color: #00002b;
}
.line-carrieres-valeure-title .container {
  position: relative;
  padding-top: 80px;
}
.line-carrieres-valeure-title .container:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #f0f6fb;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.line-carrieres-valeure-title .container > .row > div .content {
  max-width: 640px;
}

.line-carrieres-valeurs {
  background-color: #00002b;
}
.line-carrieres-valeurs .container > .row > div .newsList {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 30px;
}
@media (max-width: 807px) {
  .line-carrieres-valeurs .container > .row > div .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 30px;
  }
}
.line-carrieres-valeurs .container > .row > div .newsList > .row {
  margin-top: 0;
  max-width: 640px;
}
.line-carrieres-valeurs .container > .row > div .newsList > .row .item {
  display: flex;
  gap: 60px;
}
@media (max-width: 1465px) {
  .line-carrieres-valeurs .container > .row > div .newsList > .row .item {
    gap: 30px;
  }
}
.line-carrieres-valeurs .container > .row > div .newsList > .row .item .itemImage {
  width: 85px;
}
@media (max-width: 575px) {
  .line-carrieres-valeurs .container > .row > div .newsList > .row .item .itemImage {
    width: 55px;
  }
}
.line-carrieres-valeurs .container > .row > div .newsList > .row .item .intro {
  width: calc(100% - 85px);
}
.line-carrieres-experience-img img {
  border-bottom-right-radius: 180px;
}
@media (max-width: 991px) {
  .line-carrieres-experience-img img {
    margin-bottom: 10px;
  }
}
@media (max-width: 807px) {
  .line-carrieres-experience-img img {
    border-bottom-right-radius: 90px;
  }
}

.line-carrieres-experience {
  border-bottom: 1px solid #000;
}

.line-carrieres-postes {
  background-color: #f0f6fb;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  overflow-x: clip;
}
.line-carrieres-postes #newsFilterForm {
  padding-bottom: 50px;
}
.line-carrieres-postes .news-mosaic {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 50px;
}
@media (max-width: 991px) {
  .line-carrieres-postes .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 50px;
  }
}
@media (max-width: 807px) {
  .line-carrieres-postes .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px 50px;
  }
}
.line-carrieres-postes .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.line-carrieres-postes .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 600px;
}
.line-carrieres-postes .news-mosaic .row > div > a {
  order: 1;
  margin-bottom: 0;
}
.line-carrieres-postes .news-mosaic .row > div h3 {
  order: 2;
  font-size: 30px;
  line-height: 105%;
  font-weight: 400;
  text-transform: initial;
  margin-top: 20px;
  margin-bottom: 20px;
}
.line-carrieres-postes .news-mosaic .row > div h3 a {
  color: #00002b !important;
}
.line-carrieres-postes .news-mosaic .row > div h3 a:hover {
  text-decoration: none !important;
}
.line-carrieres-postes .news-mosaic .row > div a.news-category {
  order: 4;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-carrieres-postes .news-mosaic .row > div a.news-category {
    font-size: 14px;
    line-height: 114%;
  }
}
.line-carrieres-postes .news-mosaic .row > div a.news-category {
  margin-bottom: 0;
  color: #00002b !important;
  font-weight: 600;
  text-transform: inherit;
  text-decoration: none !important;
}
.line-carrieres-postes .news-mosaic .row > div a.news-category:hover {
  text-decoration: none !important;
}
.line-carrieres-postes .news-mosaic .row > div .e-date {
  order: 3;
  font-size: 18px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 10px;
}
.line-carrieres-postes .news-mosaic .row > div p.news-keywords {
  order: 5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-carrieres-postes .news-mosaic .row > div p.news-keywords {
    font-size: 14px;
    line-height: 114%;
  }
}
.line-carrieres-postes .news-mosaic .row > div p.news-keywords {
  font-weight: 600;
  text-transform: inherit;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro {
  order: 6;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro p {
  font-size: 16px;
  line-height: 114%;
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  margin-bottom: 15px;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro + a {
  order: 7;
  font-family: "Instrument Sans", sans-serif;
  text-transform: initial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 25px;
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro + a:hover, .line-carrieres-postes .news-mosaic .row > div div.news-intro + a:active, .line-carrieres-postes .news-mosaic .row > div div.news-intro + a:focus {
  text-decoration: none;
}
@media (max-width: 807px) {
  .line-carrieres-postes .news-mosaic .row > div div.news-intro + a {
    white-space: normal !important;
    margin-top: 1.5rem;
  }
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro + a {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 150ms;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro + a:hover, .line-carrieres-postes .news-mosaic .row > div div.news-intro + a:active, .line-carrieres-postes .news-mosaic .row > div div.news-intro + a:focus {
  background-color: #81b3e1;
  border: 1px solid #81b3e1;
  color: #fff;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro + a {
  color: #fff !important;
  width: fit-content;
  margin-top: 20px;
  text-decoration: none !important;
}
.line-carrieres-postes .news-mosaic .row > div div.news-intro + a:hover {
  text-decoration: none !important;
}

.line-carrieres-cadidatures-spontanees {
  background-color: #f0f6fb;
}

.line-carrieres-poste-detail .news-content {
  max-width: 960px;
}
.line-carrieres-poste-detail .news-content .mod-article__img {
  margin-bottom: 40px;
}
.line-carrieres-poste-detail .news-content .mod-article__content h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-carrieres-poste-detail .news-content .mod-article__content h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-carrieres-poste-detail .news-content .mod-article__content h2 {
  margin-bottom: 20px;
}
.line-carrieres-poste-detail .news-content .mod-article__content p u {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-carrieres-poste-detail .news-content .mod-article__content p u {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-carrieres-poste-detail .news-content .mod-article__content p u {
  text-decoration: none;
}
.line-carrieres-poste-detail .news-content .mod-article__content p {
  margin-bottom: 45px;
  font-weight: 400;
}

.line-sdp-contact {
  background-color: #f0f6fb;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-sdp-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.line-sdp-contact .container > .row > div .mod-article__wrapper .news-content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 80px;
  position: relative;
}
@media (max-width: 807px) {
  .line-sdp-contact .container > .row > div .mod-article__wrapper .news-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.line-sdp-contact .container > .row > div .mod-article__wrapper .news-content .mod-article__img {
  width: 310px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.line-sdp-contact .container > .row > div .mod-article__wrapper .news-content .mod-article__intro {
  max-width: 560px;
}
.line-sdp-contact .container > .row > div .mod-article__wrapper .news-content .mod-article__intro h2 {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-sdp-contact .container > .row > div .mod-article__wrapper .news-content .mod-article__intro h2 {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-sdp-contact .container > .row > div .mod-article__wrapper .news-content .mod-article__intro h2 {
  font-weight: 400;
  margin-top: 30px;
  position: relative;
}
.line-sdp-contact .container > .row > div .mod-article__wrapper .news-content .mod-article__intro p br {
  display: block !important;
}

.line-sdp-logo {
  background-color: #f0f6fb;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 807px) {
  .line-sdp-logo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.line-sdp-logo .container {
  position: relative;
}
.line-sdp-logo .container:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  top: -80px;
  background-color: #00002b;
  position: absolute;
}
@media (max-width: 807px) {
  .line-sdp-logo .container:before {
    width: calc(100% - 60px);
    top: -50px;
  }
}
.line-sdp-logo .container > .row > div .mod-article__wrapper .news-content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 80px;
  position: relative;
}
@media (max-width: 807px) {
  .line-sdp-logo .container > .row > div .mod-article__wrapper .news-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__img {
  width: 310px;
  height: auto;
}
.line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__intro {
  max-width: 560px;
}
.line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__intro p {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__intro p {
    font-size: 16px;
    line-height: 114%;
  }
}
.line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__intro h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__intro h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-sdp-logo .container > .row > div .mod-article__wrapper .news-content .mod-article__intro h2 {
  font-weight: 400;
  margin-top: 30px;
  position: relative;
}

.line-sdp-revue {
  background-color: #1a447b;
  padding-top: 0;
  padding-bottom: 80px;
}

.line-sdp-actualites-titre {
  background-color: #00002b;
}
.line-sdp-actualites-titre .container > .row > div .content {
  display: flex;
}
@media (max-width: 807px) {
  .line-sdp-actualites-titre .container > .row > div .content {
    flex-direction: column;
  }
}
.line-sdp-actualites-titre .container > .row > div .content h2 {
  align-items: center;
  justify-content: space-between;
}
.line-sdp-actualites-titre .container > .row > div .content p {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 807px) {
  .line-sdp-actualites-titre .container > .row > div .content p {
    text-align: left;
    justify-content: flex-start;
  }
}
.line-sdp-actualites-titre .container > .row > div .content p .btn {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .line-sdp-actualites {
    padding-bottom: 60px;
  }
}
.line-sdp-actualites .news-mosaic {
  margin-top: 20px;
}
.line-sdp-actualites .news-mosaic > .row:nth-child(1):before {
  /*height: 350px!important;*/
  top: -95px;
}
@media (max-width: 1465px) {
  .line-sdp-actualites .news-mosaic > .row:nth-child(1):before {
    top: -165px;
  }
}
@media (max-width: 991px) {
  .line-sdp-actualites .news-mosaic > .row:nth-child(1):before {
    top: -120px;
  }
}
@media (max-width: 807px) {
  .line-sdp-actualites .news-mosaic > .row:nth-child(1):before {
    top: -185px;
  }
}

.line-politique-confidentialite .container > .row > div .content h2 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-politique-confidentialite .container > .row > div .content h2 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-politique-confidentialite .container > .row > div .content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.line-politique-confidentialite .container > .row > div .content u {
  font-size: 25px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-politique-confidentialite .container > .row > div .content u {
    font-size: 20px;
    line-height: 105%;
  }
}
.line-politique-confidentialite .container > .row > div .content u {
  text-decoration: none;
}

.line-formulaire-reservation .container {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.line-module-contextuel {
  background-color: #00002b;
  display: none;
}
@media (max-width: 807px) {
  .line-module-contextuel {
    display: none !important;
  }
}
.line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro {
  background-color: #81b3e1;
  padding: 6px 24px 6px 24px;
  margin-top: 10px;
  border-radius: 25px;
  margin-right: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro {
    margin-right: 76px;
  }
}
@media (max-width: 807px) {
  .line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro {
    padding: 6px 10px 6px 10px;
    border-radius: 10px;
    margin-right: 0px;
    align-items: flex-start;
    gap: 5px;
  }
}
.line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a {
  color: #000 !important;
  font-size: 18px;
}
@media (max-width: 807px) {
  .line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a {
    font-size: 16px;
    line-height: 114%;
  }
}
@media (max-width: 807px) {
  .line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(1) img {
    width: 10px !important;
    height: 10px !important;
  }
}
.line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2) {
  padding-right: 60px;
  position: relative;
}
.line-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:nth-child(2):after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Assets/icon-arrow-contextuel.svg") no-repeat;
  width: 19px;
  height: 15px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 2px;
}
@media (max-width: 807px) {
  .line-module-contextuel .container > .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-module-contextuel .container > .row > div .mod-article__wrapper .news-content .mod-article__intro a:hover {
  text-decoration: none !important;
}

@media (max-width: 991px) {
  .line-404 {
    /*padding: 130px 0 10px 0!important;*/
  }
}
.line-404 .row > div:first-child .content {
  text-align: center;
}
.line-404 .row > div:first-child .content h1 {
  color: #00002b;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 1;
}
.line-404 .row > div:first-child .content h1 strong {
  display: block;
  font-size: 200px;
  line-height: 160px;
}
@media (max-width: 991px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 160px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .line-404 .row > div:first-child .content h1 strong {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 807px) {
  .line-404 .row > div:last-child .content {
    margin-top: 60px;
    text-align: center;
  }
}
.line-404 .row > div:last-child .content p {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-404 .row > div:last-child .content p {
    font-size: 25px;
    line-height: 105%;
  }
}

.line-overflow {
  position: relativ;
  overflow-x: clip;
}

.grecaptcha-badge {
  z-index: 1;
}

.line-title-element-2col {
  background-color: #00002b;
  padding-top: 110px;
  padding-bottom: 30px;
}
.line-title-element-2col.element {
  position: relative;
}
.line-title-element-2col.element .container {
  position: relative;
}
.line-title-element-2col.element .container h2 {
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-title-element-2col.element .container h2 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
.line-title-element-2col.element .container h6 {
  font-size: 25px;
  line-height: 114%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-title-element-2col.element .container h6 {
    font-size: 20px;
    line-height: 114%;
  }
}
.line-title-element-2col.element .container:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/Accueil/icon-theatre.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 98px;
  height: 54px;
  top: -85px;
}
@media (max-width: 807px) {
  .line-title-element-2col.element .container:before {
    width: 49px;
    height: 27px;
    top: -55px;
  }
}
.line-title-element-2col.mission {
  position: relative;
}
.line-title-element-2col.mission .container {
  position: relative;
}
.line-title-element-2col.mission .container:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYbms4O5iZkL81RaIxFcBjAN/asset/images/A%20propos/icon-mission.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  width: 96px;
  height: 46px;
  top: -85px;
}
@media (max-width: 807px) {
  .line-title-link-all {
    padding-top: 50px;
  }
}
.line-title-link-all {
  padding-top: 108px;
  padding-bottom: 10px;
}
@media (max-width: 807px) {
  .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: 40px;
  line-height: 105%;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-title-link-all .container > .row > div:nth-child(1) .content h2 {
    font-size: 28px;
    line-height: 105%;
  }
}
.line-title-link-all .container > .row > div:nth-child(1) .content h2 {
  color: #e8184c;
  /*
  padding: 8px 14px 6px 10px;
  background-color: $third;
  border-radius: 5px;
  */
  max-width: fit-content;
  margin-bottom: 0;
}
@media (max-width: 807px) {
  .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 {
  text-align: right;
}
.line-title-link-all .container > .row > div:nth-child(2) .content .btn {
  margin-top: 0px;
}

.line-border-top {
  border-top: 1px solid #000;
}

.line-big-arrow-cta .container > .row > div .content {
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}

.line-small-container-content .container > .row > div .content {
  max-width: 820px;
}

.line-medium-container-content .container > .row > div .content {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.line-medium-container-content .container > .row > div .content h3 {
  font-size: 30px;
  line-height: 105%;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: initial;
}
@media (max-width: 991px) {
  .line-medium-container-content .container > .row > div .content h3 {
    font-size: 25px;
    line-height: 105%;
  }
}
.line-medium-container-content .container > .row > div .content h3 {
  margin-bottom: 20px;
}

.line-theatre-balcon-captations {
  background-color: #f0f6fb;
}
.line-theatre-balcon-captations .container > .row {
  display: flex;
  align-items: center;
}
.line-theatre-balcon-captations .container > .row > div:nth-child(1) .content img {
  border-bottom-right-radius: 180px;
}
@media (max-width: 807px) {
  .line-theatre-balcon-captations .container > .row > div:nth-child(1) .content img {
    border-bottom-right-radius: 90px;
  }
}
.line-global-2col.bg-seventh {
  background-color: #f0f6fb;
}
.line-global-2col .container > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 807px) {
  .line-global-2col .container > .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 807px) {
  .line-global-2col .container > .row > div:nth-child(1) {
    padding-bottom: 55px;
  }
}
.line-global-2col .container > .row > div:nth-child(1) .content img {
  border-bottom-right-radius: 180px;
}
@media (max-width: 807px) {
  .line-global-2col .container > .row > div:nth-child(1) .content img {
    border-bottom-right-radius: 90px;
    width: 100% !important;
  }
}
.table-partenaires {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}
.table-partenaires:before {
  content: "";
  background-color: #000;
  position: absolute;
  display: block;
  top: -25px;
  left: 0;
  width: 100%;
  height: 1px;
}
.table-partenaires:after {
  content: "";
  background-color: #000;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.table-partenaires tbody tr:nth-child(1) td, .table-partenaires tbody tr:nth-child(1) p {
  font-size: 18px;
  line-height: 114%;
}
@media (max-width: 991px) {
  .table-partenaires tbody tr:nth-child(1) td, .table-partenaires tbody tr:nth-child(1) p {
    font-size: 16px;
    line-height: 114%;
  }
}
.table-partenaires tbody tr:nth-child(1) td, .table-partenaires tbody tr:nth-child(1) p {
  margin-bottom: 0;
}
.table-partenaires tbody tr:nth-child(2) td {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 40px;
}
@media (max-width: 1465px) {
  .table-partenaires tbody tr:nth-child(2) td {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 20px;
  }
}
@media (max-width: 991px) {
  .table-partenaires tbody tr:nth-child(2) td {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 40px;
  }
}
@media (max-width: 807px) {
  .table-partenaires tbody tr:nth-child(2) td {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px;
  }
}
.table-partenaires tbody tr:nth-child(2) td p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-partenaires tbody tr:nth-child(2) td p img {
  max-width: 140px;
}

.modal-backdrop {
  z-index: 100000;
  background-color: rgba(4, 18, 30, 0.6588235294);
}
.modal-backdrop.in {
  opacity: 1 !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-open .modal#myModal, .modal-open .modal#modal-term {
  z-index: 1000000000000000000;
}

.modal#modalVideo {
  z-index: 1000001 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal#modalVideo.fade.in {
  display: flex !important;
}
.modal#modalVideo .modal-dialog {
  width: 90%;
  margin: 9.75rem auto 1.75rem auto;
  max-width: 880px;
}
@media (max-width: 575px) {
  .modal#modalVideo .modal-dialog {
    width: 80%;
  }
}
.modal#modalVideo .modal-dialog .modal-content {
  width: auto;
  border: 0;
  background-color: #00002b;
  aspect-ratio: 16/9;
  max-height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal#modalVideo .modal-dialog .modal-content .modal-header {
  margin-top: 0 !important;
  padding: 0 !important;
  flex-direction: column;
}
.modal#modalVideo .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
  font-size: 45px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 300;
  right: 0;
  position: absolute;
  margin-right: -35px;
  margin-top: -45px;
}
.modal#modalVideo .modal-dialog .modal-content .modal-header button.close:hover {
  color: #e8184c;
}
.modal#modalVideo .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
  max-height: inherit;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.modal#modalVideo .modal-dialog .modal-content .modal-body > div {
  padding: 0;
}
.modal#modalVideo .modal-dialog .modal-content .modal-body iframe {
  height: 100%;
}
.modal#modalVideo .modal-dialog .modal-content .modal-body input:not(.btn), .modal#modalVideo .modal-dialog .modal-content .modal-body select, .modal#modalVideo .modal-dialog .modal-content .modal-body textarea {
  background-color: #F4F4F4 !important;
  color: #00002b !important;
  border: none;
}
.form-withProgress__tip-options a {
  color: #00002b !important;
}

img.modal-button {
  transition: all 0.3s;
}
img.modal-button:hover {
  cursor: pointer;
  transition: all 0.3s;
  filter: brightness(0.8);
}

.bg-primary {
  background-color: #00002b;
}

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

a img:not(.line-header img, .line-footer-infolettre img, .line-footer img, .line-footer-partenaire img, .line-home-impact img) {
  transition: transform 0.3s ease, filter 0.3s ease;
}
a img:not(.line-header img, .line-footer-infolettre img, .line-footer img, .line-footer-partenaire img, .line-home-impact img):hover {
  /*transform: scale(1.01);*/
  filter: brightness(1.3);
}
.line-home-evenements img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.line-home-evenements img:hover {
  /*transform: scale(1.01);*/
  filter: brightness(1.3);
}
/*
@keyframes flash {
  0%   { filter: brightness(1); }
  15%  { filter: brightness(1.5); }
  100% { filter: brightness(1); }
}*/
.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 **/
.modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p, .modal a, .modal img, .modal .h1, .modal .h2, .modal .h3, .modal .h4, .modal .h5, .modal .h6, .v-modal h2, .v-modal h3, .v-modal h4, .v-modal h5, .v-modal h6, .v-modal p, .v-modal a, .v-modal img, .v-modal .h1, .v-modal .h2, .v-modal .h3, .v-modal .h4, .v-modal .h5, .v-modal .h6 {
  opacity: 1 !important;
  animation: none;
}

/** Blogue **/
.prebuilt-articles-multiples-col3 a, .prebuilt-espace-evenements a {
  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;
}

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