@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
/* RESPONSIVE MIXINS BREAKPOINT */
/* CUSTOM WIDTH CONTAINER */
/*
$xlg-container: 1200px;
$lg-container: 90%;
$md-container: 90%;
$sm-container: 90%;
*/
/* CUSTOM WIDTH CONTAINER DEFAULT */
/* CUSTOM COLORS VARIABLES */
/* BASICS COLORS VARIABLES */
/* PADDINGS */
/* PADDINGS FORM ADHESION/INSCRIPTION */
/* Plus grand ou égal custom */
/* Plus petit ou égal custom */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1199px et 992px */
/* Entre 1199px et 768px */
/* Entre 1199px et 576px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/*Global variable for REM
    $rem : 16px;
*/
/* RESPONSIVE REM FONT-SIZE
html{
    font-size: $rem;
    @media only screen and (max-width : $lg) {
        html{font-size: 10px;}
    }
    @media only screen and (max-width : $md) {
        html{font-size: 8px;}
    }
    @media only screen and (max-width : $sm) {
        html{font-size: 5px;}
    }
    @media only screen and (max-width : $xs) {
        html{font-size: 5px;}
    }
}*/
.container {
  /*
  @include min-custom(1500px) {
      width: $xlg-container;
  }
  */
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}

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

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

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

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

/********************************************************************/
/* CLEAR AFTER */
/********************************************************************/
.clearafter:after {
  content: "";
  display: block;
  clear: both;
}

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

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.xsmallpadding {
  padding: 1rem 0 !important;
}

.xsmallpaddingtop {
  padding-top: 1rem !important;
}

.xsmallpaddingbottom {
  padding-bottom: 1rem !important;
}

.smallpadding {
  padding: 3.5rem 0 !important;
}

.smallpaddingtop {
  padding-top: 3.5rem !important;
}

.smallpaddingbottom {
  padding-bottom: 3.5rem !important;
}

.largepadding {
  padding: 7.5rem 0 !important;
}

.largepaddingtop {
  padding-top: 7.5rem !important;
}

.largepaddingbottom {
  padding-bottom: 7.5rem !important;
}

.xlargepadding {
  padding: 12.5rem 0 !important;
}

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

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

@media (max-width: 767px) {
  .smallpadding {
    padding: 40px 0;
  }

  .smallpaddingtop {
    padding-top: 40px;
  }

  .smallpaddingbottom {
    padding-bottom: 40px;
  }

  .largepadding {
    padding: 80px 0;
  }

  .largepaddingtop {
    padding-top: 80px;
  }

  .largepaddingbottom {
    padding-bottom: 80px;
  }
}
/********************************************************************/
/* ALIGNEMENTS */
/********************************************************************/
/* Alignement vertical flex */
.verticalalign .row {
  display: flex;
  flex-wrap: wrap;
}
.verticalalign .row > div {
  display: flex;
  flex-direction: column;
}
.verticalalign .row > div > div {
  width: 100%;
}
.verticalalign.center .row > div {
  align-items: center;
  justify-content: center;
}
.verticalalign.bottom .row > div {
  align-items: center;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

.whiteparagraphe p {
  color: #000;
}

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

.darkparagraphe p {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

/* ################################# */
/* Global animation */
/*
h1{
	opacity: 0;
}
.animate {
	@include text-fade-from-left;
}
*/
/*
.img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    animation: move 3s infinite ease alternate;
}
*/
/**
 * ----------------------------------------
 * Smooth bounce
 * ----------------------------------------
 */
@keyframes move {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
/**
 * ----------------------------------------
 * bounce_arrow
 * ----------------------------------------
 */
@keyframes bounce_arrow {
  0% {
    -webkit-transform: translateY(30);
    -ms-transform: translateY(30);
    transform: translateY(30);
  }
  40% {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-fade-from-left
 * ----------------------------------------
 */
/* Fade From Left */
@-webkit-keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes text-fade-from-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
* ----------------------------------------
* Menu logo
* ----------------------------------------
*/
@keyframes logo_img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
* ----------------------------------------
* Header Menu
* ----------------------------------------
*/
@keyframes hearderMenu {
  0% {
    margin-top: -200px;
  }
  100% {
    margin-top: 0;
  }
}
/**
* ----------------------------------------
* Menu
* ----------------------------------------
*/
@keyframes menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuLineUp {
  0% {
    top: 16px;
  }
  100% {
    top: 0;
  }
}
@keyframes menuLineDown {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes menuLineDown {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
/**
* ----------------------------------------
* Submenu
* ----------------------------------------
*/
@keyframes submenu {
  0% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
/**
* ----------------------------------------
* Banner
* ----------------------------------------
*/
@keyframes afterGrey {
  0% {
    width: 0;
  }
  100% {
    width: 890px;
  }
}
@keyframes bannerContent {
  0% {
    transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes bannerContentMobile {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes bannerContentElement {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerMedOrange {
  0% {
    transform: translate(-10%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bannerMedOrangeMobile {
  0% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/**
* ----------------------------------------
* h2
* ----------------------------------------
*/
@keyframes h2Bounce {
  0% {
    transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/**
* ----------------------------------------
* btn
* ----------------------------------------
*/
@keyframes btn {
  0% {
    transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale3d(1, 1, 1);
  }
  50% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.u--pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pulse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  text-transform: initial;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
h1.animate, .h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h2, .h2 {
  font-size: 50px;
  line-height: 61px;
  font-weight: 300;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
h2.animate, .h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h3, .h3 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
h3.animate, .h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h4, .h4 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 25px;
  }
}
h4.animate, .h4.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

h5, .h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
}

h6, .h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
}

.text_default {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #031735;
  opacity: 0;
}
p.intro, .line-404 .row > div:last-child .content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
p.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
p span {
  color: #D3691D;
}

.p-intro {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .p-intro {
    font-size: 18px;
    line-height: 26px;
  }
}

.p-small {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #031735;
}

hr {
  border-color: rgba(211, 105, 29, 0.35);
}

strong {
  font-weight: 600;
}

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(.news-title a) {
  color: #D3691D;
  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(.news-title a):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(.news-title a):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(.news-title a):focus {
  color: #D3691D;
  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: 25px;
}
ol li, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):not(.cm-services) li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #031735;
  opacity: 0;
  opacity: 1;
  margin-bottom: 0;
}
ol li.intro, 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.intro {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
ol li.animate, 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.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
ol li span, 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 span {
  color: #D3691D;
}
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: #D3691D;
}
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  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn.animate, input.btn.animate, a.btn.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.btn.btn-primary, input.btn.btn-primary, a.btn.btn-primary {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
}
.btn.btn-primary strong, input.btn.btn-primary strong, a.btn.btn-primary strong {
  color: #D3691D;
  font-weight: 300;
}
.btn.btn-primary strong, input.btn.btn-primary strong, a.btn.btn-primary strong {
  font-weight: 500 !important;
}
.btn.btn-primary br, input.btn.btn-primary br, a.btn.btn-primary br {
  display: block !important;
}
.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 {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #fff;
  color: #031735;
  transition: all 150ms;
  border: 2px solid #D3691D;
  border-radius: 5px;
}
.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: #D3691D;
  border: 2px solid #D3691D;
  color: #fff;
}
.btn.btn-secondary-download, input.btn.btn-secondary-download, a.btn.btn-secondary-download {
  color: #fff;
  background-color: #D3691D;
  border: 2px solid #D3691D;
  transition: all 150ms;
  border-radius: 5px;
  display: inline-flex;
  height: 55px;
  padding: 0px 30px;
  font-size: 20px;
}
.btn.btn-secondary-download:hover, .btn.btn-secondary-download:active, .btn.btn-secondary-download:focus, input.btn.btn-secondary-download:hover, input.btn.btn-secondary-download:active, input.btn.btn-secondary-download:focus, a.btn.btn-secondary-download:hover, a.btn.btn-secondary-download:active, a.btn.btn-secondary-download:focus {
  text-decoration: none;
  background-color: #ad500d;
  border: 2px solid #D3691D;
  color: #fff;
}
.btn.btn-secondary-download-important, input.btn.btn-secondary-download-important, a.btn.btn-secondary-download-important {
  color: #fff !important;
  background-color: #D3691D !important;
  border: 2px solid #D3691D !important;
  transition: all 150ms !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  font-size: 20px !important;
}
.btn.btn-secondary-download-important:hover, .btn.btn-secondary-download-important:active, .btn.btn-secondary-download-important:focus, input.btn.btn-secondary-download-important:hover, input.btn.btn-secondary-download-important:active, input.btn.btn-secondary-download-important:focus, a.btn.btn-secondary-download-important:hover, a.btn.btn-secondary-download-important:active, a.btn.btn-secondary-download-important:focus {
  text-decoration: none !important;
  background-color: #ad500d !important;
  border: 2px solid #D3691D !important;
  color: #fff !important;
}
.btn.btn-link, .btn.btn-back, .btn.btn-default, input.btn.btn-link, input.btn.btn-back, input.btn.btn-default, a.btn.btn-link, a.btn.btn-back, a.btn.btn-default {
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-back:hover, .btn.btn-back:active, .btn.btn-back:focus, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, input.btn.btn-back:hover, input.btn.btn-back:active, input.btn.btn-back:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus, a.btn.btn-back:hover, a.btn.btn-back:active, a.btn.btn-back:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: transparent;
  color: #D3691D;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  color: #fff;
  transition: all 150ms;
  background-color: #D3691D;
  border: 2px solid #D3691D;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
}
.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 {
  text-decoration: none;
  background-color: #ad500d;
  border: 2px solid #D3691D;
  color: #fff;
}

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

.back-to-list {
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  background-color: transparent;
  color: #D3691D;
}

.calendar-link-content .v-btn {
  color: #031735 !important;
  background-color: transparent !important;
  transition: all 150ms;
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  font-size: 17px !important;
  padding: 0 !important;
}
.calendar-link-content .v-btn:hover {
  color: #D3691D !important;
}
.calendar-link-content .v-btn:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_calendar.svg");
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calendar-link-content .v-btn i {
  display: none;
}

/*###########################  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: #031735;
  -webkit-box-shadow: 0 0 0 #050505 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

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

/* Formulaire - Style Global */
form.form-horizontal,
form.search-form {
  /*Fix col-md-12 full width qui affiche a moitié - width égale*/
  /*Static Text in forms*/
}
form.form-horizontal .section:not(:last-child),
form.search-form .section:not(:last-child) {
  margin-top: 30px;
}
form.form-horizontal .section .optin-field,
form.search-form .section .optin-field {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
}
form.form-horizontal .section .optin-field .help-block,
form.search-form .section .optin-field .help-block {
  font-size: 16px !important;
  line-height: 26px !important;
}
form.form-horizontal .col-sm-24 .col-md-12,
form.search-form .col-sm-24 .col-md-12 {
  width: 100%;
  /*
  @include min-md {
  	padding: 0 15px 0px 0!important;
  }
  */
}
form.form-horizontal .form-group,
form.search-form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  /* Required Red Star Styles */
  /* Input Global Style */
  /* Direct input overrides */
  /*Category Dropdown Styles*/
  /*Keywords Dropdown Styles*/
  /*Error Text Style*/
}
form.form-horizontal .form-group .col-md-12, form.form-horizontal .form-group .col-sm-17, form.form-horizontal .form-group .col-sm-24,
form.search-form .form-group .col-md-12,
form.search-form .form-group .col-sm-17,
form.search-form .form-group .col-sm-24 {
  padding: 0;
}
form.form-horizontal .form-group label.control-label,
form.search-form .form-group label.control-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 0;
}
form.form-horizontal .form-group label.control-label--required,
form.search-form .form-group label.control-label--required {
  padding-left: 5px;
  color: #031735;
}
form.form-horizontal .form-group input:not(.btn), form.form-horizontal .form-group select, form.form-horizontal .form-group textarea,
form.search-form .form-group input:not(.btn),
form.search-form .form-group select,
form.search-form .form-group textarea {
  background-color: #F5F5F5 !important;
  color: #031735 !important;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
}
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 {
  padding: 15px !important;
  height: 51px !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  padding: 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  background: #F5F5F5 url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/castl-carret.svg) no-repeat right 15px center !important;
  background-size: 25px !important;
}
form.form-horizontal .form-group .input-checkbox,
form.search-form .form-group .input-checkbox {
  margin-bottom: 30px;
}
form.form-horizontal .form-group .input-radio,
form.search-form .form-group .input-radio {
  margin-bottom: 30px;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  background: #F5F5F5 url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/castl-carret.svg) no-repeat right 10px center !important;
  background-size: 25px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices, form.form-horizontal .form-group .chosen-container-multi .chosen-choices,
form.search-form .form-group .form-element-keywords .chosen-choices,
form.search-form .form-group .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field {
  height: 21px !important;
  line-height: 22px !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-field input, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-field input,
form.search-form .form-group .form-element-keywords .chosen-choices .search-field input,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-field input {
  height: 20px;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #D3691D !important;
  font-size: 15px;
  padding-left: 15px !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice span, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice span,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice span,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice span {
  vertical-align: -webkit-baseline-middle;
  margin: 0px 5px 0px 0 !important;
}
form.form-horizontal .form-group .form-element-keywords .chosen-choices .search-choice .search-choice-close, form.form-horizontal .form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
form.search-form .form-group .form-element-keywords .chosen-choices .search-choice .search-choice-close,
form.search-form .form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 0;
  top: 9px !important;
  filter: invert(1);
}
form.form-horizontal .form-group ul.error,
form.search-form .form-group ul.error {
  margin: 0;
}
form.form-horizontal .form-group ul.error li.text-danger,
form.search-form .form-group ul.error li.text-danger {
  padding: 3px 10px 0px 10px;
  color: #000;
  background-color: #ffcece;
  font-size: 12px;
}
form.form-horizontal p.form-control-static,
form.search-form p.form-control-static {
  padding-top: 0;
  margin-top: 0;
}
form.form-horizontal .crm-footer-frame,
form.search-form .crm-footer-frame {
  /*margin-top: 30px;*/
  margin-top: 0;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(3, 23, 53, 0);
}
#ui-form .ui-section__content h2 {
  color: #D3691D;
}

.overrideformtitle .zone-crm h1 {
  font-size: 50px;
  line-height: 61px;
  font-weight: 300;
  text-transform: initial;
  opacity: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.overrideformtitle .zone-crm h1.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

#form-formbuilder .help-block {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  color: #031735;
  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: #fff;
}
@media (max-width: 767px) {
  .zone-member #login_content_box {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.zone-member #member_adhesion_form {
  background-color: #fff;
}

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

.zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
  /*font-size: 56px;*/
}
@media (max-width: 991px) {
  .zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
    font-size: 31px;
    line-height: 35px;
  }
}
.zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
  /*padding: 50px;*/
  padding: 0;
  /*Formulaire*/
  /*Récapitulatif*/
  /*Total box*/
  /*Bottom Nav*/
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
    padding: 32px 0;
  }
}
.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: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
}
.zone-event .form-withProgress__wrapper fieldset legend,
.zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
}
.zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  color: #031735;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__sub-total h4,
.zone-member .form-withProgress__wrapper .form-withProgress__sub-total h4 {
    font-size: 14px;
  }
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total,
.zone-event .form-withProgress__wrapper #fieldset-total,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total,
.zone-member .form-withProgress__wrapper #fieldset-total {
  padding: 15px 0 30px 0;
  margin-bottom: 0 !important;
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
  text-transform: initial;
  font-size: 26px;
  color: #fff !important;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-title,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-title {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
  text-align: right;
  font-size: 26px;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price span,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price span,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price span,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price span {
  color: #fff !important;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer {
  display: block;
  text-align: right;
}
.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 {
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
}
.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 {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:focus {
  background-color: transparent;
  color: #D3691D;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
    /*margin-right: 0;*/
    justify-content: center;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:hover {
  text-decoration: none;
}
.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: #EEEFF1;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  display: inline-block;
  text-align: left;
  font-size: 18px !important;
  line-height: 22px !important;
  background-color: transparent !important;
  height: 100% !important;
  color: #031735 !important;
  margin-right: 34px !important;
  border-left: 7px solid #D3691D !important;
  padding: 2px 10px 2px 20px !important;
  border-radius: 0 !important;
  transition: all 300ms !important;
}
.zone-event .membership-delegate-manage .footer .btn strong,
.zone-member .membership-delegate-manage .footer .btn strong {
  color: #D3691D;
  font-weight: 300;
}
.zone-event .membership-delegate-manage .footer .btn strong,
.zone-member .membership-delegate-manage .footer .btn strong {
  font-weight: 500 !important;
}
.zone-event .membership-delegate-manage .footer .btn br,
.zone-member .membership-delegate-manage .footer .btn br {
  display: block !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 {
  border-left: 26px solid #D3691D !important;
}

.stripe-payment button.btn-primary {
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
  margin-right: 0 !important;
  margin-bottom: 30px !important;
  margin-left: 40px !important;
  margin-top: 15px !important;
}
.stripe-payment button.btn-primary:hover, .stripe-payment button.btn-primary:active, .stripe-payment button.btn-primary:focus {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
  margin-right: 0;
}
.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: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}

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

/*Étapes 2 - information de l'adherent*/
.step-register .zone-member {
  padding-top: 90px;
}
.step-register .zone-member .form-withProgress__wrapper .form-horizontal .section .row .form-group input.form-control {
  background-color: #f7f7f7 !important;
}
/*Étapes 3 - Résumé Informations*/
.step-resume .zone-member .form-withProgress__wrapper h2 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .step-resume .zone-member .form-withProgress__wrapper h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.step-resume .zone-member .form-withProgress__wrapper h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.step-resume .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion {
  padding-left: 0px;
  padding-right: 0px;
}
.step-resume .zone-member .form-withProgress__wrapper #fieldset-adh_sumup .form-element-priceAdhesion span {
  color: #031735;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  color: #031735 !important;
  padding-top: 32px !important;
}
@media (max-width: 991px) {
  .step-resume .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 25px;
    line-height: 30px;
  }
}
.step-resume .zone-member .form-withProgress__wrapper fieldset legend.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset.row {
  margin-left: 0;
  margin-right: 0;
}
/*Étapes 4 - Paiements*/
.step-payment .zone-member h2 {
  padding-top: 56px;
}
@media (max-width: 991px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 50px 64px;
  }
}
@media (max-width: 767px) {
  .step-payment .zone-member .form-withProgress__wrapper {
    padding: 0;
  }
}
.step-payment .zone-member .form-withProgress__wrapper input.form-control {
  background-color: #fff !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-paymentmethod h2 {
  padding-top: 56px;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps h6 {
  width: 80%;
}
.step-payment .zone-member .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps span {
  width: fit-content;
}
/*Étapes 5 - Confirmation*/
#registration-member {
  margin: 0 auto;
}
#registration-member .member-step-confirm {
  text-align: center;
}
#registration-member .member-step-confirm .member-profile-container {
  padding: 32px 0;
}
#registration-member .member-step-confirm .form-withProgress__navigation-footer p {
  display: none;
}

/*ETAPES INSCRIPTION EVENEMENT*/
/*Étapes 1 - Inscription*/
.zone-event h1.form-withProgress__title-main {
  padding-top: 60px;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 0 0 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc h3 {
  display: none;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: #F5F5F5;
  border: 0;
  padding: 20px 25px 20px 25px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
    padding: 20px 15px 20px 15px;
  }
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  color: #fff !important;
  background-color: #D3691D !important;
  border: 2px solid #D3691D !important;
  transition: all 150ms !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding-left: 20px !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 {
  text-decoration: none !important;
  background-color: #ad500d !important;
  border: 2px solid #D3691D !important;
  color: #fff !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover {
  text-decoration: none !important;
}
.zone-event .form-withProgress__wrapper #event-authentication-form h2 {
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication p {
  padding-bottom: 32px;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication .form-group {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.zone-event .event-login h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .zone-event .event-login h1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .zone-event .event-subscription {
    padding: 0;
  }
}
.zone-event .eventsubscriptionconfirmation .form-withProgress__navigation-footer .btn-primary {
  color: #fff !important;
  background-color: #D3691D !important;
  border: 2px solid #D3691D !important;
  transition: all 150ms !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  font-size: 20px !important;
}
.zone-event .eventsubscriptionconfirmation .form-withProgress__navigation-footer .btn-primary:hover, .zone-event .eventsubscriptionconfirmation .form-withProgress__navigation-footer .btn-primary:active, .zone-event .eventsubscriptionconfirmation .form-withProgress__navigation-footer .btn-primary:focus {
  text-decoration: none !important;
  background-color: #ad500d !important;
  border: 2px solid #D3691D !important;
  color: #fff !important;
}

/*Étapes 2 - Résumé Informations*/
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 0px;
  }
}
.step-resume .zone-event .form-withProgress__wrapper h2.section-title {
  margin-bottom: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-12 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  padding-top: 32px;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset span {
  padding-left: 0;
}
/*Étapes 3 - Paiements*/
.step-payment .zone-event .form-withProgress__wrapper h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .step-payment .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .step-payment .zone-event .form-withProgress__wrapper {
    padding: 0;
  }
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-card_injectedinfo .form-element-card_owner_in div.col-md-24 input.form-control {
  border: 1px solid #d6d6d6 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary {
  margin-top: 40px;
  margin-bottom: 0 !important;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary h2 {
  padding-bottom: 0;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__sub-total {
  gap: 10px;
}
.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 {
  margin-top: 30px;
}
.zone-event .event-payment .form-withProgress__wrapper .payment-form-cms #fieldset-payment_billing .row .form-group .form-control {
  background: #fff !important;
}

#fieldset-paymentmethod {
  margin-top: 60px;
}

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

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

.paginationControl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  grid-column: span 3;
}
@media (max-width: 991px) {
  .paginationControl {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .paginationControl {
    grid-column: span 1;
  }
}
.paginationControl a {
  width: 35px;
  height: 35px;
  border: 1px solid #D3691D;
  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: #031735;
  border: 1px solid #031735;
}
.paginationControl a.active {
  background-color: #D3691D;
  color: #fff;
  font-weight: 200 !important;
}
.paginationControl a.active:hover, .paginationControl a.active:focus {
  color: #fff;
  border: 1px solid #D3691D;
}

/*###########################  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;
  margin-bottom: 16px;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 22px;
    line-height: 25px;
  }
}
.panel-news-accordion .panel-heading .panel-title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 15px 30px;
  color: #031735;
  font-size: 21px;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "−";
  display: block;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  right: 15px;
  top: 25px;
  width: 30px;
  height: 30px;
  font-size: 21px;
  font-weight: 400;
  color: #D3691D;
  transition: transform 150ms;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: "+";
}
.panel-news-accordion .panel-heading p {
  display: none;
}
.panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .panel-body {
  /* content */
  padding: 0px 15px 15px 15px;
  margin-top: -10px;
}
.panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body p {
  color: #000;
  margin-bottom: 15px;
}
.panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion {
  border-bottom: 0;
  margin-bottom: 18px;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title {
    font-size: 22px;
    line-height: 25px;
  }
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 60px 30px;
  color: #031735;
  font-size: 21px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a {
    padding: 30px 40px 30px 15px;
  }
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a:after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/-_Accordeon-team.svg);
  display: block;
  position: absolute;
  right: 45px;
  top: calc(50% - 18px);
  width: 37px;
  height: 37px;
  transition: transform 150ms;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_Accordeon-team.svg);
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading p {
  display: none;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-body {
  /* content */
  padding: 0px 60px 15px 60px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-body {
    padding: 0px 15px 15px 15px;
  }
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-body p {
  color: #000;
  margin-bottom: 15px;
}
.accordion-v2 .container .row .zone-news .panel-group .panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion {
  border-bottom: 0;
  margin-bottom: 16px;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title {
  /* title */
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a {
  padding: 35px 15px 35px 65px;
  color: #031735;
  text-decoration: none;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a {
    font-size: 22px;
    line-height: 25px;
  }
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a {
    padding: 35px 15px 35px 20px;
  }
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a:after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/-_Accordeon-PEI.svg);
  display: block;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 65px;
  height: 65px;
  transition: transform 150ms;
}
@media (max-width: 767px) {
  .accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a:after {
    top: 16px;
  }
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_Accordeon-PEI.svg);
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading p {
  display: none;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-body {
  /* content */
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-body {
    padding: 30px 20px;
  }
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-body h4 {
  margin-bottom: 15px;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-body p {
  color: #031735;
  margin-bottom: 15px;
}
.accordion-v3 .container .row .zone-news .panel-group .panel-news-accordion .panel-body .btn-link {
  margin-bottom: 40px;
}

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

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

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

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

*/
table.accordeon {
  display: block;
  width: 100% !important;
  border: 0;
  margin-bottom: 10px;
  /* active and opened content */
}
table.accordeon tbody, table.accordeon tr, table.accordeon td {
  border: 0;
}
table.accordeon tbody {
  display: block;
}
table.accordeon tbody tr {
  /* Title/accordeon box */
}
table.accordeon tbody tr:first-child {
  cursor: pointer;
  display: block;
  background-color: #fff;
  padding: 15px;
  position: relative;
}
table.accordeon tbody tr:first-child:after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_Accordeon.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #D3691D;
  right: calc(50% - 42px);
  top: 13px;
  font-size: 54px;
  font-weight: 400;
  width: 85px;
  height: 85px;
  transition: transform 150ms;
  border-radius: 0;
  top: 115px;
}
table.accordeon tbody tr:last-child {
  display: block;
}
table.accordeon tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon.active tbody tr:first-child:after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/-_Accordeon.svg);
}
table.accordeon.active tbody tr:last-child {
  padding: 30px;
  padding-top: 56px;
  padding-bottom: 0;
  margin-top: 44px;
  background-color: #fff;
  border-top: 1px solid rgba(3, 23, 53, 0.06);
}
table.accordeon.active tbody tr:last-child td {
  max-height: 5000px;
  transition: max-height 1.5s;
}
table.accordeon.team {
  display: block;
  width: 100% !important;
  border: 0;
  border-radius: 5px;
  margin-bottom: 24px;
}
table.accordeon.team.active tbody tr:first-child:after {
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/-_Accordeon-team.svg") no-repeat center center;
}
table.accordeon.team tbody, table.accordeon.team tr, table.accordeon.team td {
  border: 0;
}
table.accordeon.team tbody {
  display: block;
}
table.accordeon.team tbody tr {
  /* Title/accordeon box */
  border-radius: 5px;
}
table.accordeon.team tbody tr:first-child {
  cursor: pointer;
  display: block;
  background-color: #fff;
  padding: 15px 55px 15px 15px;
  position: relative;
}
table.accordeon.team tbody tr:first-child:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_Accordeon-team.svg") no-repeat center center;
  background-size: 37px 37px;
  color: #D3691D;
  right: 15px;
  top: 13px;
  font-size: 44px;
  font-weight: 400;
  width: 37px;
  height: 37px;
  transition: transform 150ms;
  border-radius: 50%;
  top: 100px;
}
table.accordeon.team tbody tr:first-child .team-info {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  table.accordeon.team tbody tr:first-child .team-info {
    align-items: flex-start;
  }
}
table.accordeon.team tbody tr:first-child .team-info .team-img img {
  max-width: 144px;
  margin-right: 45px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  table.accordeon.team tbody tr:first-child .team-info .team-img img {
    margin-bottom: 10px;
  }
}
table.accordeon.team tbody tr:first-child .team-info .person .name {
  color: #D3691D;
  font-size: 20px;
  font-weight: bold;
}
table.accordeon.team tbody tr:first-child .team-info .person .title {
  margin-bottom: 16px;
}
table.accordeon.team tbody tr:first-child .team-info .person .contact {
  display: flex;
  align-items: center;
}
table.accordeon.team tbody tr:first-child .team-info .person .contact .email {
  padding-right: 16px;
}
table.accordeon.gov tbody tr:first-child {
  pointer-events: none;
  cursor: default;
}
table.accordeon.gov tbody tr:first-child:after {
  display: none;
}
table.accordeon.gov tbody tr:first-child .linkedin {
  cursor: pointer;
  pointer-events: auto;
}
table.accordeon.bigplus {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #fff;
}
table.accordeon.bigplus.active tbody tr:last-child:before {
  display: block;
}
table.accordeon.bigplus tbody tr:first-child {
  z-index: 10;
}
table.accordeon.bigplus tbody tr:first-child:after {
  top: inherit;
  bottom: -65px;
}
table.accordeon.bigplus tbody tr:first-child td {
  display: flex;
}
table.accordeon.bigplus tbody tr:last-child {
  border-top: 0;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  table.accordeon.bigplus tbody tr:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  table.accordeon.bigplus tbody tr:last-child {
    /*
    padding-left: 60px;
    padding-right: 60px;
    */
  }
}
@media (max-width: 767px) {
  table.accordeon.bigplus tbody tr:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
table.accordeon.bigplus tbody tr:last-child:before {
  display: none;
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(3, 23, 53, 0.06);
  position: absolute;
  top: -20px;
  left: 0;
}

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

.modal {
  z-index: 10001 !important;
}
.modal .modal-dialog {
  justify-content: center;
}
.modal .modal-dialog .modal-content {
  background-color: #fff;
  width: 90%;
}
.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: #031735;
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 100;
  margin: -1rem -3rem -1rem auto;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #D3691D;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 20px;
  min-height: auto;
  /* Input Global Style */
}
.modal .modal-dialog .modal-content .modal-body input:not(.btn), .modal .modal-dialog .modal-content .modal-body select, .modal .modal-dialog .modal-content .modal-body textarea {
  background-color: #EFF0F4 !important;
  color: #031735 !important;
  border: none;
}
.nav-pills {
  background-image: none;
}

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

.cookie-notice {
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  border-radius: 10px !important;
  max-width: 790px !important;
  width: calc(100% - 40px) !important;
  padding: 35px 20px 35px 80px !important;
  background: #fff !important;
  position: relative;
  box-shadow: 0 14px 76px 5px rgba(0, 0, 0, 0.2), 4px 25px 20px 1px rgba(0, 0, 0, 0.19) !important;
}
@media (max-width: 767px) {
  .cookie-notice {
    padding: 35px 20px 35px 20px !important;
  }
}
.cookie-notice:before {
  content: "";
  width: 150px;
  height: 100%;
  background-color: #EFF0F4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 98;
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
@media (max-width: 767px) {
  .cookie-notice:before {
    width: 70px;
  }
}
.cookie-notice:after {
  content: "";
  width: 207px;
  height: 238px;
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/icon-gdpr.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
@media (max-width: 767px) {
  .cookie-notice:after {
    background-size: 100%;
    width: 100px;
    height: 115px;
    right: 10px;
  }
}
.cookie-notice h1, .cookie-notice h2, .cookie-notice h3, .cookie-notice h4, .cookie-notice h5, .cookie-notice h6, .cookie-notice p, .cookie-notice span {
  opacity: 1 !important;
}
.cookie-notice .cn-body {
  margin-right: 230px !important;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .cookie-notice .cn-body {
    margin-right: 70px !important;
  }
}
.cookie-notice .cn-body P.consent_notice_title_title {
  font-size: 30px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #031735 !important;
}
.cookie-notice .cn-body span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #031735;
  opacity: 0;
  color: #031735 !important;
}
.cookie-notice .cn-body span.intro {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.cookie-notice .cn-body span.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.cookie-notice .cn-body span span {
  color: #D3691D;
}
.cookie-notice .cn-learn-more {
  color: #031735 !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-learn-more:hover {
  color: #5d5d5d !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-ok {
  flex-direction: column-reverse !important;
  gap: 30px;
  margin-top: 15px !important;
}
.cookie-notice .cn-ok .cn-buttons {
  margin-top: 20px;
  display: flex !important;
  flex-direction: row-reverse;
  width: auto !important;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons {
    flex-direction: column-reverse !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #031735 !important;
  padding: 15px 0 !important;
  width: auto !important;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover, .cookie-notice .cn-ok .cn-buttons .cm-btn-danger:active, .cookie-notice .cn-ok .cn-buttons .cm-btn-danger:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
    white-space: normal !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover, .cookie-notice .cn-ok .cn-buttons .cm-btn-danger:active, .cookie-notice .cn-ok .cn-buttons .cm-btn-danger:focus {
  background-color: transparent;
  color: #D3691D;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover {
  color: #5d5d5d !important;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
  margin-right: 35px !important;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover, .cookie-notice .cn-ok .cn-buttons .cm-btn-success:active, .cookie-notice .cn-ok .cn-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover, .cookie-notice .cn-ok .cn-buttons .cm-btn-success:active, .cookie-notice .cn-ok .cn-buttons .cm-btn-success:focus {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-success {
    margin-top: 30px !important;
    width: auto !important;
  }
}

.cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal p, .cookie-modal span {
  opacity: 1 !important;
}
.cookie-modal .cm-modal {
  border-radius: 10px !important;
}
@media (max-width: 991px) {
  .cookie-modal .cm-modal {
    padding: 15px 15px 35px 15px !important;
    margin: 0px 20px;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .cookie-modal .cm-modal {
    padding: 15px 30px 35px 30px !important;
  }
}
.cookie-modal .cm-modal .cm-services {
  padding-left: 0 !important;
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .cookie-modal .cm-modal .cm-footer-buttons {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn {
    min-width: auto !important;
    width: fit-content;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #2F2F2F !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:focus {
  background-color: transparent;
  color: #D3691D;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #5d5d5d !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #2F2F2F !important;
  background-color: transparent !important;
  color: #2F2F2F !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #5d5d5d !important;
  color: #5d5d5d !important;
}

@media (max-width: 767px) {
  .cookie-consent-modal {
    margin-right: 70px !important;
  }
}
.cookie-consent-modal P.consent-title {
  font-size: 30px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  color: #031735 !important;
}
.cookie-consent-modal p.consent-description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #031735;
  opacity: 0;
  color: #031735 !important;
}
.cookie-consent-modal p.consent-description.intro, .cookie-consent-modal .line-404 .row > div:last-child .content p.consent-description, .line-404 .row > div:last-child .content .cookie-consent-modal p.consent-description {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.cookie-consent-modal p.consent-description.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.cookie-consent-modal p.consent-description span {
  color: #D3691D;
}
.cookie-consent-modal .actions-container {
  justify-content: space-between !important;
}
.cookie-consent-modal .actions-container .btn-primary {
  margin-top: 14px !important;
}

.cookie-consent-modal p {
  opacity: 1 !important;
}

.line-header {
  padding: 0;
  background-color: rgba(96, 132, 200, 0.06);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .line-header {
    height: 0;
    top: -100%;
    overflow: hidden;
    bottom: 100%;
    display: block;
    z-index: 99999999;
  }
}
.line-header.opened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext.header-ext-custom .menu-hamburger {
  opacity: 0;
}
.line-header .container-fluid {
  padding-left: 45px;
  padding-right: 20px;
  /*
  @include max-md {
  	padding-left: 0;
  }
  */
}
.line-header .container-fluid .row-fluid {
  display: flex;
  justify-content: flex-start;
  position: relative;
  bottom: 0;
  margin-top: 28px;
  width: 100%;
  margin: 0 auto;
}
.line-header .container-fluid .row-fluid div {
  align-items: center;
  padding: 0;
  min-height: 115px;
}
.line-header .container-fluid .row-fluid div.zone-header {
  width: 100%;
}
.line-header .container-fluid .row-fluid div.zone-header a {
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.line-header .container-fluid .row-fluid div.zone-header a:hover {
  color: #D3691D;
}
.line-header .container-fluid .row-fluid div.zone-header img.mod-header-logo, .line-header .container-fluid .row-fluid div.zone-header svg {
  padding: 0 15px 0 0;
  height: 108px !important;
  width: 138px;
  opacity: 0;
  animation-name: logo_img;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.line-header .container-fluid .row-fluid div.zone-header {
  padding: 0;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right {
  display: flex;
  justify-content: end;
  align-items: flex-start;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding: 0;
  margin: 0;
  margin-top: -200px;
  animation-name: hearderMenu;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  display: flex;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #031735;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header {
  height: 10px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header a {
  max-width: 190px;
  position: absolute;
  margin-top: 26px !important;
  right: -5px !important;
  margin-left: 0 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: auto;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: #D3691D;
  border: 2px solid #D3691D;
  color: #fff;
  transition: all 150ms;
  border-radius: 5px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header a:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header a:active, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header a:focus {
  text-decoration: none;
  background-color: #ad500d;
  border: 2px solid #D3691D;
  color: #fff;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header a {
    white-space: normal !important;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .p-btn-header a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom p {
  width: fit-content !important;
  margin-left: 16px !important;
  opacity: 1 !important;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom p a {
  color: #031735;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom p a:hover {
  color: #D3691D;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 992px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
    display: none;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span {
  width: 17px;
  height: 3px;
  background-color: #031735;
  color: transparent;
  display: block;
  line-height: 0;
  text-indent: -9999px;
  margin-top: 5px;
  transition: 0.5s;
  border-radius: 5px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger span:nth-child(2) {
  width: 24px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus {
  cursor: pointer;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:hover span, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger:focus span {
  background-color: #031735;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
  margin-left: 0;
  padding-bottom: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login {
    display: none;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-greeting {
  font-size: 16px !important;
  color: #3b4180 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 15px !important;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  vertical-align: text-bottom;
  line-height: 15px;
  margin-left: 16px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a:hover {
  color: #031735;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-login.btn {
  border: 0;
  padding: 0;
  height: auto;
  text-transform: inherit;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register {
    white-space: normal !important;
  }
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register strong {
  color: #D3691D;
  font-weight: 300;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register strong {
  font-weight: 500 !important;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register br {
  display: block !important;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:hover, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:active, .line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login a.member-register:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .separator {
  height: 4px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language {
  margin-left: 8px;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a {
  color: #031735;
}
.line-header .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-language a:hover {
  color: #D3691D;
}

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

.line-infolettre {
  background-color: #031735;
  padding: 75px 0;
  position: relative;
}
@media (max-width: 767px) {
  .line-infolettre {
    padding: 40px 0 20px 0;
  }
}
.line-infolettre .container .row .zone-html .content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .line-infolettre .container .row .zone-html .content {
    flex-direction: column;
  }
}
.line-infolettre .container .row .zone-html .content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .line-infolettre .container .row .zone-html .content h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-infolettre .container .row .zone-html .content h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-infolettre .container .row .zone-html .content h2 br {
  display: block !important;
}
.line-infolettre .container .row .zone-html .content a {
  color: #fff;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .line-infolettre .container .row .zone-html .content a {
    margin-left: 0;
  }
}

.line-footer-1 {
  background-color: rgba(3, 23, 53, 0.06);
  padding-top: 30px;
  padding-bottom: 26px;
}
.line-footer-1 .container {
  /*
  @include max-lg{
      width: 738px;
  }
  @include max-md{
      width: 738px;
  }
  */
  /*
  &:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: $grey15;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  */
}
.line-footer-1 .container .row .zone-html {
  /*
  border-bottom: 1px solid rgba($color: #707070, $alpha: .2);
  */
}
.line-footer-1 .container .row .zone-html .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0 20px 0;
}
@media (max-width: 1199px) {
  .line-footer-1 .container .row .zone-html .content {
    justify-content: space-evenly;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .line-footer-1 .container .row .zone-html .content {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .line-footer-1 .container .row .zone-html .content {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    padding: 20px 0 35px 0;
  }
}
.line-footer-1 .container .row .zone-html .content p {
  flex-basis: content;
  font-size: 20px;
  margin-bottom: 26px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer-1 .container .row .zone-html .content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .line-footer-1 .container .row .zone-html .content p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-footer-1 .container .row .zone-html .content p:nth-child(even):not(:last-child) {
    display: none;
  }
}
.line-footer-1 .container .row .zone-html .content p:nth-child(even):not(:last-child):after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #031735;
  position: absolute;
  margin-left: -2px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .line-footer-1 .container .row .zone-html .content p:nth-child(even):not(:last-child):after {
    display: none;
  }
}
.line-footer-1 .container .row .zone-html .content p a {
  color: #031735 !important;
}
.line-footer-1 .container .row .zone-html .content p a:hover, .line-footer-1 .container .row .zone-html .content p a:focus, .line-footer-1 .container .row .zone-html .content p a:active {
  text-decoration: none !important;
  color: #D3691D !important;
}

.line-footer-2 {
  background-color: rgba(3, 23, 53, 0.06);
  padding-top: 24px;
  padding-bottom: 40px;
}
.line-footer-2 .container .row .zone-html .content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .line-footer-2 .container .row .zone-html .content {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.line-footer-2 .container .row .zone-html .content p {
  line-height: 20px;
}
.line-footer-2 .container .row .zone-html .content br {
  display: block !important;
}
.line-footer-2 .container .row .zone-html .content > div {
  flex: 1 1 0px;
}
.line-footer-2 .container .row .zone-html .content > div:first-child {
  flex: 1 1 50px;
}
@media (max-width: 767px) {
  .line-footer-2 .container .row .zone-html .content > div:first-child {
    margin-bottom: 70px;
  }
  .line-footer-2 .container .row .zone-html .content > div:first-child:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(3, 23, 53, 0.15);
    position: absolute;
    left: 15px;
    top: 250px;
  }
}
.line-footer-2 .container .row .zone-html .content > div:first-child table {
  max-width: 145px;
}
.line-footer-2 .container .row .zone-html .content > div:first-child img {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .line-footer-2 .container .row .zone-html .content > div {
    text-align: center;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .line-footer-2 .container .row .zone-html .content > div:not(:first-child) {
    margin-bottom: 5px;
  }
}
.line-footer-2 .container .row .zone-html .content > div:not(:first-child) img {
  margin-top: 8px;
}

.line-footer-3 {
  background-color: rgba(3, 23, 53, 0.06);
}
.line-footer-3 .container .row .zone-html .content {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .line-footer-3 .container .row .zone-html .content {
    flex-direction: column;
  }
}
.line-footer-3 .container .row .zone-html .content > div {
  text-align: center;
}
.line-footer-3 .container .row .zone-html .content > div:last-child img {
  mix-blend-mode: darken;
}
.line-footer-3 .container .row .zone-html .content .separator {
  height: 160px;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.2);
}
@media (max-width: 767px) {
  .line-footer-3 .container .row .zone-html .content .separator {
    display: none;
    /*
    flex-direction: column;
    height: 1px;
    width: 100%;
    */
  }
}

.line-footer-4 {
  background-color: rgba(3, 23, 53, 0.06);
  padding: 20px 0 6px 0;
}
.line-footer-4 .container .row .zone-html .content p {
  font-size: 12px;
}
.line-footer-4 .container .row .zone-html .content p span {
  color: #031735;
}

@media (min-width: 992px) {
  .line-menu {
    background-color: rgba(96, 132, 200, 0.06);
    padding: 0 0 0;
    height: 36px !important;
    /*border-top: 1px solid rgba($color: #707070, $alpha: .2);
    border-bottom: 1px solid rgba($color: #707070, $alpha: .2);*/
    border: 0 !important;
  }
  .line-menu:after {
    content: "";
    height: 41px;
    width: 100%;
    background: linear-gradient(90deg, #d3691d 30%, #f6f8fc 30%);
    position: relative;
    left: 0;
    border: 0;
    top: 0;
    /*
    content: "";
    height: 41px;
    width: 2000px;
    background-color: $secondary;
    position: relative;
    left: -1500px;
    border: 0;
    top: -25px;
    */
  }
  .line-menu > .container-fluid {
    transition: top 250ms;
    padding-right: 10px;
  }
  .line-menu > .container-fluid:before {
    content: "";
    height: 1px;
    width: calc(100% + 25px);
    background: rgba(112, 112, 112, 0.2);
    position: relative;
    left: 0;
    right: 0;
    margin-left: -15px;
    border: 0;
    top: 16px;
    animation-name: menuLineUp;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .line-menu > .container-fluid:after {
    content: "";
    height: 1px;
    width: calc(100% + 25px);
    background: rgba(112, 112, 112, 0.2);
    position: relative;
    left: 0;
    right: 0;
    margin-left: -15px;
    border: 0;
    bottom: 20px;
    animation-name: menuLineDown;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .line-menu > .container-fluid .row {
    width: 100%;
    margin: 0 auto;
  }
  .line-menu > .container-fluid .row .zone-html {
    width: 140px;
  }
  .line-menu > .container-fluid .row .zone-html .content img {
    opacity: 0;
    position: absolute;
  }
  .line-menu > .container-fluid .row .zone-html .content img:nth-child(1) {
    display: block;
  }
  .line-menu > .container-fluid .row .zone-html .content img:nth-child(2) {
    display: none;
  }
  .line-menu > .container-fluid .row .zone-menu {
    /*
    width: calc(100% - 140px);
    */
    width: 100%;
    padding: 0;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-header {
    background-color: transparent !important;
    z-index: 1;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse {
    /*
    &::before{
        content: "";
        width: 1000%;
        height: 1px;
        background-color: rgba($color: #707070, $alpha: .2);
        position: relative;
        left: -500%;
    }
    &::after{
        content: "";
        width: 1000%;
        height: 1px;
        background-color: rgba($color: #707070, $alpha: .2);
        position: relative;
        left: -500%;
    }
    */
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav {
    z-index: 1;
    position: relative;
    float: right;
    text-align: right;
    background-color: transparent;
    opacity: 0;
    animation-name: menu;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.6s;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li {
    float: none;
    display: inline-block;
    min-height: 30px;
    padding-left: 10px;
    /* JQuery copy social to mobile menu
    &.menu-social-container {
        display:none;
    }
    */
    /* Selector
    &:nth-last-child(2) {
    }
    */
    /* Selector
    &[rel=data-menu-67896] {
    }
    */
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    height: 34px;
    color: #031735;
    padding: 5px 10px;
    text-transform: none;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a.dropdown-toggle {
    display: none;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container {
    display: none !important;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:hover, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:focus, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.active {
    background-color: transparent;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:hover a, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:focus a, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.active a {
    color: #D3691D;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu {
    overflow: hidden;
    box-shadow: 4px 3px 4px -2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 20px 0;
    margin-top: 0;
    border-radius: 8px;
    background-color: #fff;
    overflow: visible;
    right: auto;
    left: 50%;
    /*
                                            -webkit-transform: translate(-50%, 0);
                                            -o-transform: translate(-50%, 0);
                                            transform: translate(-50%, 0);
    */
    transform: translate(-50%, -50px);
    animation-name: submenu;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-delay: 0s;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li:hover, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li:focus, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li:active {
    background-color: transparent;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a {
    color: #031735;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    padding: 3px 30px !important;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a:hover, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a:focus, .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a:active {
    color: #D3691D !important;
    background-color: transparent;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:nth-last-child(3) .dropdown-menu {
    left: 20px;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header {
    display: none;
  }
  .line-menu > .container-fluid .row .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.menu-social-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-menu {
    background-color: rgba(96, 132, 200, 0.06);
    padding: 0;
    height: 70px;
    border-bottom: 2px solid #EEEFF1;
  }
  .line-menu:after {
    content: "";
    height: 11px;
    width: 100%;
    background: linear-gradient(90deg, #d3691d 30%, rgba(96, 132, 200, 0.06) 30%);
    position: relative;
    left: 0;
    border: 0;
    top: 70px;
  }
  .line-menu.menuopened > .container-fluid {
    background-color: #031735 !important;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .line-menu.menuopened > .container-fluid .zone-html a img {
    max-width: 60px;
  }
  .line-menu.menuopened > .container-fluid .zone-html a img:nth-child(2) {
    display: block;
  }
  .line-menu.menuopened > .container-fluid .zone-html a img:nth-child(1) {
    display: none;
  }
  .line-menu.menuopened > .container-fluid .icon-bar {
    background-color: #fff !important;
  }
  .line-menu > .container-fluid {
    width: 100% !important;
    padding-left: 45px;
    padding-right: 47px;
  }
  .line-menu > .container-fluid .zone-html {
    width: 70%;
    height: 70px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .line-menu > .container-fluid .zone-html a {
    opacity: 0;
    animation-name: logo_img;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
  }
  .line-menu > .container-fluid .zone-html a img {
    max-width: 60px;
  }
  .line-menu > .container-fluid .zone-html a img:nth-child(1) {
    display: block;
  }
  .line-menu > .container-fluid .zone-html a img:nth-child(2) {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu {
    padding: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar {
    z-index: 1;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle {
    margin-top: 20px;
    margin-right: 35px;
    margin-bottom: 12px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #6084C8;
    width: 27px;
    border-radius: 30px;
    height: 2px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed .icon-bar {
    height: 2px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed > span {
    width: 27px;
    margin-left: auto;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed > span:nth-child(3) {
    display: none !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse {
    transition: height 150ms linear;
    border-color: #fff;
    overflow-x: hidden;
    height: 0;
    width: calc(100% + 1px);
    background-color: #fff;
    border-top: 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse.collapse.in {
    height: 100vh;
    width: calc(100% + 1px);
    padding-bottom: 0;
    overflow-x: hidden;
    border: none;
    box-shadow: none;
    border-color: #fff;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav {
    background-color: #031735;
    float: none;
    text-align: left;
    padding: 58px 22px 200px 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li {
    width: 100%;
    display: block;
    text-align: left;
    background-color: transparent;
    padding: 0;
    min-height: 54px;
    /* JQuery copy social to mobile menu
    &.menu-social-container {
        order: 20;
        border-bottom: 0;
        padding-top: 40px;
        table {
            width: 220px!important;
            margin-left: auto;
            margin-right: auto;
            td {
                text-align: center;
                a {
                    padding: 0;
                    img {
                        width: 52px!important;
                        height: 52px!important;
                    }
                }
            }
        }
    }*/
    /* Selector
    &:nth-last-child(2) {
    }
    */
    /* Selector
    &[rel=data-menu-67896] {
    }
    */
    /* JQuery copy social to mobile menu*/
    /* JQuery copy Connexion to mobile menu*/
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:before {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYXY5pcsfVTdJxtOSKN2gQ3m/asset/images/Logos%20et%20Icons/menumobilearrow.svg);
    height: 29px;
    width: 35px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    display: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    padding: 19px 0 5px 0;
    text-transform: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a:focus {
    color: #D3691D !important;
    background-color: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a.dropdown-toggle {
    display: block;
    text-align: right;
    margin-top: -46px;
    height: 60px !important;
    padding: 0 !important;
    width: 100%;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a.dropdown-toggle .caret {
    content: "";
    width: 22px;
    height: 22px;
    margin-top: 18px;
    right: 10px !important;
    top: 17px !important;
    position: initial !important;
    display: block;
    float: right;
    background-image: url("https://cdn.ca.yapla.com/company/CPY2nGHhz9ydScmw4DjuNWQer/asset/images/Site%20web%20-%20Viens%20danser/assets/fleche-menu-mobile.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    filter: brightness(3.5);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container {
    border-bottom: 0;
    text-align: center;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links {
    display: block !important;
    order: 3;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links a.social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: -2px;
    background-size: cover !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links a.social-link span {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links a.social-link.facebook {
    background: url("https://cdn.ca.yapla.com/company/CPYT6QsC9eRqbNGU4hnWgujrY/asset/images/fb-round.svg") center center no-repeat;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links a.social-link.linkedin {
    background: url("https://cdn.ca.yapla.com/company/CPYT6QsC9eRqbNGU4hnWgujrY/asset/images/linkedin-rond.svg") center center no-repeat;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links a.social-link:hover {
    filter: brightness(4) hue-rotate(-244deg);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-social-container .header-ext-social-links a.social-link:not(:first-child) {
    margin-left: 18px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container {
    text-align: center;
    border-bottom: 0;
    min-height: 50px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login .member-greeting {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    margin-right: 0;
    margin-bottom: 10px !important;
    text-transform: initial !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile {
    display: inline-block;
    text-align: left;
    font-size: 18px !important;
    line-height: 22px !important;
    background-color: transparent !important;
    height: 100% !important;
    color: #031735 !important;
    margin-right: 34px !important;
    border-left: 7px solid #D3691D !important;
    padding: 2px 10px 2px 20px !important;
    border-radius: 0 !important;
    transition: all 300ms !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile strong {
    color: #D3691D;
    font-weight: 300;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile strong {
    font-weight: 500 !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile br {
    display: block !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile:active, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login a.member-myprofile:focus {
    border-left: 26px solid #D3691D !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login .separator {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.open .dropdown-toggle .caret {
    transform: rotate(-90deg);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.open .dropdown-menu {
    max-height: 800px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:hover a, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:focus a, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.active a {
    color: #D3691D;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu {
    overflow: hidden;
    box-shadow: none;
    border: none;
    display: block !important;
    transition: max-height 500ms;
    background-color: transparent;
    height: auto;
    max-height: 0;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu.dropdown-menu-level-2 li.active, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu.dropdown-menu-level-2 li:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu.dropdown-menu-level-3 li.active, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu.dropdown-menu-level-3 li:hover {
    /*background-color: $clrWhite;*/
    background-color: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li {
    width: 100%;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li:last-child {
    padding-bottom: 40px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    padding: 19px 0 5px 0;
    text-transform: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a:focus {
    color: #D3691D !important;
    background-color: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li.open .dropdown-menu {
    padding: 10px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li.active:hover a {
    color: #D3691D;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header {
    display: flex;
    flex-direction: column;
    padding: 30px 0 60px 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-custom .p-btn-header a {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    height: auto;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    border: none;
    min-width: 0;
    border-radius: 50px;
    background-color: #D3691D;
    border: 2px solid #D3691D;
    color: #fff;
    transition: all 150ms;
    border-radius: 5px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-custom .p-btn-header a:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-custom .p-btn-header a:active, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-custom .p-btn-header a:focus {
    text-decoration: none;
    background-color: #ad500d;
    border: 2px solid #D3691D;
    color: #fff;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-custom .p-btn-header a {
    white-space: normal !important;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-custom .p-btn-header a.animate {
    animation-name: btn;
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-language a:hover {
    color: #D3691D;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header .header-ext-login {
    position: relative;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header li {
    text-align: left;
    margin-left: 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header li p {
    margin-bottom: 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: inherit;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > ul.mod-header li a:hover {
    color: #D3691D;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.menu-social-container {
    width: 160px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.menu-social-container img {
    filter: hue-rotate(146deg) brightness(5.5) contrast(0.5);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav li.menu-social-container td {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .overflowhidden .line-menu {
    border-bottom: 0;
  }
  .overflowhidden .line-menu:not(.sticked) .navbar-header {
    height: 70px;
  }
  .overflowhidden .line-menu > .container-fluid {
    height: 70px;
    border-bottom: none;
  }
  .overflowhidden .line-menu > .container-fluid .zone-image a {
    margin-left: 5px;
  }
  .overflowhidden .line-menu > .container-fluid .collapse.collapse.in {
    background-color: #031735;
    width: calc(100% + 1px);
  }
}
@media (min-width: 992px) {
  .line-menu:not(.sticked, .menuopened) > .container-fluid {
    top: -100px;
    position: static;
  }
  .line-menu.sticked {
    height: 110px;
  }
  .line-menu.sticked > .container-fluid:after {
    opacity: 0;
  }
  .line-menu.sticked > .container-fluid > .row {
    max-width: 100%;
    margin: 0 auto;
  }
  .line-menu.sticked > .container-fluid > .row .zone-html {
    height: 88px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    z-index: 1;
  }
  .line-menu.sticked > .container-fluid > .row .zone-html .content img {
    width: 100px;
    opacity: 1;
    position: relative;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu {
    padding-right: 0;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav {
    margin-top: 8px;
    height: 92px;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav > li {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav > li > a {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav a {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav li.menu-type-separator a.dropdown-toggle span.caret {
    top: 5px !important;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked:not(.menuopened) > .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-color: #fff;
    padding: 0 20px 0 45px;
    border-bottom: 1px solid #E4E4E4;
  }
  .line-menu.sticked:not(.menuopened) > .container-fluid .zone-html .content {
    /*
    padding-top: 8px;
    */
    padding-top: 0px;
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .line-menu:not(.sticked, .menuopened) > .container-fluid {
    top: -100px;
    position: static;
    height: 0;
    padding-left: 45px;
    padding-right: 47px;
  }
  .line-menu.sticked {
    height: 70px;
  }
  .line-menu.sticked > .container-fluid > .row .zone-html .content img {
    opacity: 1;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-collapse.collapse.in {
    height: 100vh;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-collapse.collapse.in::before {
    display: none;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav {
    margin-top: 0;
    height: auto;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar .navbar-nav li.menu-type-separator a.dropdown-toggle span.caret {
    top: 5px !important;
  }
  .line-menu.sticked:not(.menuopened) > .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
    background-color: #fff;
    padding: 0 45px;
    border-bottom: 1px solid #E4E4E4;
    transition-property: top;
    transition-duration: 0.3s;
  }
  .line-menu.sticked:not(.menuopened) > .container-fluid .zone-html .content {
    padding-top: 8px;
  }
  .line-menu.sticked:not(.menuopened) > .container-fluid .zone-html .content img {
    max-width: 60px;
  }
  .line-menu.sticked.menuopened > .container-fluid {
    position: fixed;
    background-color: #fff;
    padding-left: 45px;
    padding-right: 47px;
    height: 70px;
  }
  .line-menu.sticked.menuopened .zone-html .content {
    padding-top: 15px;
  }
  .line-menu.sticked.menuopened .zone-html .content img {
    transition: width 250ms;
  }
  .line-menu.sticked.menuopened .zone-menu .navbar-toggle {
    /*
    margin-top: 30px!important;
    margin-bottom: 40px!important;
    */
  }
}
/* OPTION - Hide munu item when logged
body {
	&.member--isConnected {
		.nav.navbar-nav {
			> li {
				&[rel=data-menu-67910] {
					display: none!important;
				}
			}
		}
	}
}
*/
.zone-event_activities .event_activity_list_filter .search-form .form-horizontal .col-sm-12 .fc-datepicker > input {
  background: #f7f7f7 !important;
}
.zone-event_activities .activities-mosaic .row > div .item > h3 {
  color: #031735;
}
.article-main {
  padding-top: 105px;
  padding-bottom: 32px;
}
.article-main .container .row .zone-article .mod-article__wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.article-main .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  font-weight: 500;
  margin-bottom: 32px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__img {
  margin-bottom: 40px;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation {
  position: relative;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Quotes.svg);
  width: 52px;
  height: 44px;
  position: absolute;
  left: 10px;
  top: 85px;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:before {
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    left: 0;
    top: 30px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Quotes.svg);
  width: 52px;
  height: 44px;
  position: absolute;
  right: 30px;
  bottom: 140px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:after {
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    right: 0;
    bottom: 40px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td br {
  display: block !important;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.article-main .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td p {
  font-size: 18px;
  line-height: 22px;
}
.article-main-retour {
  padding-bottom: 50px;
}
.article-main-retour .container .row {
  max-width: 920px;
  margin: 0 auto;
}
.article-main-retour .container .row .zone-html {
  padding: 0;
}

.zone-news .search-form {
  padding-bottom: 70px;
}
.zone-news .search-form label {
  /*display: none;*/
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 16px !important;
}
.zone-news #news_content.news-mosaic .row > div h3.news-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 16px;
  opacity: 1 !important;
}
.zone-news #news_content.news-mosaic .row > div h3.news-title a {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div h3.news-title a:hover {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div a.news-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #031735;
  text-transform: initial;
  margin-bottom: 20px;
  margin-bottom: 0;
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div a.news-category:hover {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div p.news-published-date.e-date {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #031735;
  text-transform: initial;
  margin-bottom: 20px;
  margin-bottom: 0;
  opacity: 1 !important;
}
.zone-news #news_content.news-mosaic .row > div div.news-intro {
  padding: 16px 0;
  margin-right: 32px;
}
.zone-news #news_content.news-mosaic .row > div div.news-intro p {
  opacity: 1 !important;
}
.zone-news #news_content.news-mosaic .row > div div.news-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-bottom: 0px;
}
.zone-news #news_content.news-mosaic .row > div div.news-tags a.news-tags {
  width: auto;
  height: auto;
  min-height: 40px;
  border-radius: 8px;
  background-color: #fff;
  display: block;
  color: #031735;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 0px;
  margin-bottom: 0;
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div div.news-tags a.news-tags:hover {
  text-decoration: none;
}
.zone-news #news_content.news-mosaic .row > div img.news-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
  /*margin-top: 0;*/
  margin-top: 7px;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:hover, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:active, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type {
    white-space: normal !important;
  }
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type strong {
  color: #D3691D;
  font-weight: 300;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type strong {
  font-weight: 500 !important;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type br {
  display: block !important;
}
.zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:hover, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:active, .zone-news #news_content.news-mosaic .row > div > a:not(.news-category):last-of-type:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}

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

/* Bannière - container pleine largeur */
/*###########################  CONNEXION  ###########################*/
/* Global Fix*/
form.form-horizontal .zend_form .col-md-12 {
  width: 100%;
}
form.form-horizontal .zend_form .col-md-12 input,
form.form-horizontal .zend_form .col-md-12 select,
form.form-horizontal .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
/*Form Connexion Membre*/
.zone-login {
  padding: 64px;
}
@media (max-width: 767px) {
  .zone-login {
    padding: 64px 32px;
  }
}

.zone-member .member-login-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone-member .member-login-wrapper h1 {
  margin: 64px 0;
}
.zone-member .member-login-wrapper #profile_login_form {
  width: 60%;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type {
  padding: 16px 0 64px 0;
  text-align: right;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password {
  text-decoration: none;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password:hover {
  color: #D3691D;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit {
  margin-right: 25px;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:active, .zone-member .member-login-wrapper #profile_login_form .zend_form input#submit:focus {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .form-element-email {
  margin-bottom: 2.8rem;
}
.zone-member .member-resetpassword-wrapper #forget_password_form .btn {
  margin-right: 30px;
}
/* Contenue personalisé */
/*Espace Evenements - Vue Details*/
.event-page .banner-med {
  display: none;
}
.event-page .banner-med-fix:after {
  content: "";
  display: block !important;
  height: 41px;
  width: 100%;
  background: linear-gradient(90deg, #d3691d 30%, #f6f8fc 30%);
  position: relative;
  left: 0;
  border: 0;
  top: 0;
}
@media (max-width: 991px) {
  .event-page .banner-med-fix:after {
    height: 11px;
    top: 70px;
  }
}
.event-page .line-events {
  margin-top: 40px;
  background-color: #fff;
  padding: 70px 0 70px 0;
}
@media (max-width: 991px) {
  .event-page .line-events {
    padding: 60px 0 70px 0;
  }
}
@media (max-width: 767px) {
  .event-page .line-events {
    padding: 40px 0 60px 0;
  }
}
.event-page .line-events .zone-event {
  margin-top: 0px;
}
.event-page .line-events .zone-event .form-withProgress__title-main {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right {
    display: flex;
    flex-wrap: wrap;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  display: flex;
  border-right: 0;
  width: 28%;
}
@media (max-width: 991px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    order: 2;
    border: none;
    padding: 30px;
    width: 100%;
    text-align: left;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding: 32px;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  width: 100%;
  background-color: rgba(238, 239, 241, 0.55);
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  border-left: 4px solid #D3691D;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__info .event-info__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 1;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 10px;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  order: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  /*padding-top: 20px;*/
  border-bottom: none;
  opacity: 1;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  border-bottom: none;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact {
  order: 2;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone {
  order: 3;
  padding-top: 10px;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  order: 4;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places {
  order: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 16px;
  margin-top: 0;
  padding-bottom: 15px;
  width: 16ch;
  color: #031735;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .event-detail__description-additional strong {
  font-weight: 500;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  color: #fff !important;
  background-color: #D3691D !important;
  border: 2px solid #D3691D !important;
  transition: all 150ms !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  font-size: 20px !important;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:hover, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:active, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
    white-space: normal !important;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:hover, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:active, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:focus {
  text-decoration: none !important;
  background-color: #ad500d !important;
  border: 2px solid #D3691D !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
    display: none !important;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    margin: 0 0 50px 0;
    padding: 0 30px;
    order: 1;
    width: 100%;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  order: 1;
  font-style: normal;
  font-size: 21;
  font-weight: 500;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
  order: 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .plugin-addthis {
  display: none;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description {
  margin-top: 0;
  order: 2;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description .event-detail__description-wrapper br {
  display: block !important;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-additional strong {
  font-weight: 500 !important;
  display: none;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper {
  order: 4;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__tag {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #031735;
  background: transparent;
  padding-left: 5px;
  margin: 0;
  line-height: 27px;
  text-transform: none;
}
@media (max-width: 767px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__tag {
    margin-bottom: 32px;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav {
  /*
  @include max-sm{
      flex-direction: column;
  }
  */
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back:hover, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back:active, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back {
    white-space: normal !important;
  }
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back strong {
  color: #D3691D;
  font-weight: 300;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back strong {
  font-weight: 500 !important;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back br {
  display: block !important;
}
.event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back:hover, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back:active, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav > .btn-back:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}
.event-page .line-events .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;
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .event-page .line-events .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 {
    flex-direction: column;
  }
}
.event-page .line-events .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 {
  color: #fff !important;
  background-color: #D3691D !important;
  border: 2px solid #D3691D !important;
  transition: all 150ms !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  font-size: 20px !important;
}
.event-page .line-events .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, .event-page .line-events .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, .event-page .line-events .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 {
  text-decoration: none !important;
  background-color: #ad500d !important;
  border: 2px solid #D3691D !important;
  color: #fff !important;
}
.event-page .line-events .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: transparent !important;
  color: #031735 !important;
  white-space: wrap !important;
  transition: all 150ms !important;
  border-bottom: 2px solid #D3691D !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 55px !important;
  margin-right: 40px;
}
.event-page .line-events .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:before, .event-page .line-events .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:after {
  display: none !important;
}
.event-page .line-events .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, .event-page .line-events .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, .event-page .line-events .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .event-detail__nav__cta a.btn-default:focus {
  background-color: transparent !important;
  color: #D3691D !important;
}

/* Espace Evenement - Mosaique */
.line-events.short-courses .event-detail__section .event-detail__image-wrapper {
  display: none;
}

body.event-page .line-events {
  background-color: transparent !important;
}

.line-events {
  padding: 50px 0 100px 0;
  background-color: rgba(3, 23, 53, 0.06);
  margin-top: 250px;
}
.line-events .zone-event {
  margin-top: -250px;
}
.line-events .zone-event .search-form, .line-events .zone-event .event_list_filter {
  padding-bottom: 0;
}
.line-events .zone-event .search-form .col-sm-12 .form-element-category .col-sm-24, .line-events .zone-event .search-form .col-sm-12 .form-element-keyword .col-sm-24, .line-events .zone-event .event_list_filter .col-sm-12 .form-element-category .col-sm-24, .line-events .zone-event .event_list_filter .col-sm-12 .form-element-keyword .col-sm-24 {
  margin: 0 !important;
}
.line-events .zone-event .search-form .col-sm-12 .form-element-category label, .line-events .zone-event .search-form .col-sm-12 .form-element-keyword label, .line-events .zone-event .event_list_filter .col-sm-12 .form-element-category label, .line-events .zone-event .event_list_filter .col-sm-12 .form-element-keyword label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.line-events .zone-event .search-form .col-sm-12 .form-element-keyword label, .line-events .zone-event .event_list_filter .col-sm-12 .form-element-keyword label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.line-events .zone-event .events-mosaic {
  /*padding-top: 40px;*/
  padding-top: 100px;
}
@media (max-width: 767px) {
  .line-events .zone-event .events-mosaic {
    padding-top: 5px;
  }
}
.line-events .zone-event .events-mosaic > .row {
  margin-top: 45px;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12:first-child {
  padding-right: 35px;
}
@media (max-width: 991px) {
  .line-events .zone-event .events-mosaic > .row .col-sm-12:first-child {
    padding-right: 15px;
  }
}
.line-events .zone-event .events-mosaic > .row .col-sm-12:nth-child(2) {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .line-events .zone-event .events-mosaic > .row .col-sm-12:nth-child(2) {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .line-events .zone-event .events-mosaic > .row .col-sm-12:not(:first-child) {
    padding-top: 40px;
  }
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item {
  background-color: #fff;
  padding: 40px 40px 15px 40px;
}
@media (max-width: 767px) {
  .line-events .zone-event .events-mosaic > .row .col-sm-12 .item {
    padding: 20px 15px 20px 15px;
  }
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item a .e-thumbnail {
  /*max-width: 350px;*/
  width: 100%;
  margin-bottom: 20px;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  opacity: 1 !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item p {
  opacity: 1 !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .e-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
  color: #031735;
  opacity: 1 !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .e-date br {
  display: none;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .address {
  display: none;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .contact {
  display: none;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .events-mosaic__short-description {
  font-size: 16px;
  line-height: 26px;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-default {
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
  padding-left: 30px;
  border-bottom: 0;
  opacity: 1 !important;
  animation-name: none !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-default:hover, .line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-default:active, .line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-default:focus {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-primary {
  color: #fff !important;
  background-color: #D3691D !important;
  border: 2px solid #D3691D !important;
  transition: all 150ms !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  font-size: 20px !important;
  opacity: 1 !important;
  animation-name: none !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-primary:hover, .line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-primary:active, .line-events .zone-event .events-mosaic > .row .col-sm-12 .item .actions .btn-primary:focus {
  text-decoration: none !important;
  background-color: #ad500d !important;
  border: 2px solid #D3691D !important;
  color: #fff !important;
}
.line-events .zone-event .events-mosaic > .row .col-sm-12 .item p:nth-last-child(2) {
  display: none;
}
.line-events .zone-event .events .content h4 {
  opacity: 1 !important;
}

/*###########################  ESPACE MEMBRE  ###########################*/
.line-zone-membre {
  padding-bottom: 60px;
  margin-top: 40px;
}
.line-zone-membre .container-fluid {
  max-width: 80%;
}
@media (max-width: 991px) {
  .line-zone-membre .container-fluid {
    max-width: 100%;
  }
}

.zone-member .sidebar__member-zone, .ui-section__content .sidebar__member-zone {
  background-color: transparent;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone, .ui-section__content .sidebar__member-zone {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone, .ui-section__content .sidebar__member-zone {
    width: 100%;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__inner, .ui-section__content .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, .ui-section__content .sidebar__member-zone .member-sidebar__inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner, .ui-section__content .sidebar__member-zone .member-sidebar__inner {
    margin-right: 0;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header, .ui-section__content .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title, .ui-section__content .sidebar__member-zone .member-sidebar__member-header__title {
  color: #031735;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: inherit;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer {
  padding-left: 0;
  padding-right: 0;
  padding: 1.4rem 0;
  background: transparent;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #031735;
  text-transform: initial;
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:active, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:active, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:focus {
  background-color: transparent;
  color: #D3691D;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__member-footer a:focus {
  color: #D3691D;
  text-decoration: none;
}
.zone-member .sidebar__member-zone .member-sidebar__menu, .ui-section__content .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li, .ui-section__content .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a, .ui-section__content .sidebar__member-zone .member-sidebar__menu li a {
  color: #031735;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: initial;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover, .ui-section__content .sidebar__member-zone .member-sidebar__menu li a:hover {
  color: #D3691D;
  text-decoration: none;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active, .ui-section__content .sidebar__member-zone .member-sidebar__menu li.active {
  display: inline-block;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active a, .ui-section__content .sidebar__member-zone .member-sidebar__menu li.active a {
  color: #D3691D;
}
.zone-member .member .section, .ui-section__content .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section label.control-label, .ui-section__content .member .section label.control-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #323872;
  margin-bottom: 5px;
}
.zone-member .member h2, .ui-section__content .member h2 {
  color: #161E54;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  text-transform: inherit;
  padding: 5px 0 8px 0;
}
.zone-member .member input#submit, .ui-section__content .member input#submit {
  float: left !important;
}
.zone-member .form-element-votre_photo .input-file .preview #preview, .ui-section__content .form-element-votre_photo .input-file .preview #preview {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 175px;
  width: 175px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .preview.row, .ui-section__content .preview.row {
  margin-left: 0;
  margin-right: 0;
}

/*Événements en vedette - affichage mosaïque*/
.zone-event_flash .eventsList .row .col-sm .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.zone-event_flash .eventsList .row .col-sm .mod-eventflash__item a img {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
/*Formulaire de Contact*/
/* Formulaire - Module Donnes*/
/* Image - (Default alignée à gauche) */
/* CARROUSEL - pleine largeur */
.zone-carousel {
  max-height: 475px;
}
@media (max-width: 767px) {
  .zone-carousel {
    max-height: 100%;
  }
}
.zone-carousel::before {
  content: "";
  background-image: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Quotes.svg");
  width: 52px;
  height: 44px;
  position: absolute;
  left: 20px;
  top: 130px;
}
@media (max-width: 767px) {
  .zone-carousel::before {
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    top: 80px;
  }
}
.zone-carousel::after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Quotes.svg");
  width: 52px;
  height: 44px;
  position: absolute;
  right: 100px;
  bottom: 150px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zone-carousel::after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .zone-carousel::after {
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    bottom: 0;
  }
}
.zone-carousel .carousel {
  max-height: 540px;
}
@media (max-width: 767px) {
  .zone-carousel .carousel {
    max-height: 100%;
  }
}
.zone-carousel .carousel .carousel-indicators {
  margin-bottom: 40px;
  padding-left: 180px;
  padding-right: 180px;
  text-align: left;
  display: flex !important;
}
@media (max-width: 991px) {
  .zone-carousel .carousel .carousel-indicators {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .zone-carousel .carousel .carousel-indicators {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 70px;
    left: 0;
    width: 100%;
  }
}
.zone-carousel .carousel .carousel-indicators::before {
  content: "";
  width: 502px;
  height: 1px;
  position: absolute;
  background-color: #D3691D;
  text-align: left;
}
@media (max-width: 767px) {
  .zone-carousel .carousel .carousel-indicators::before {
    width: 100%;
  }
}
.zone-carousel .carousel .carousel-indicators li {
  width: 115px;
  border-top: 0px solid #D3691D;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 5px;
}
@media (max-width: 767px) {
  .zone-carousel .carousel .carousel-indicators li {
    width: 100%;
  }
}
.zone-carousel .carousel .carousel-indicators li::before {
  content: "0";
}
.zone-carousel .carousel .carousel-indicators li.active {
  border-top: 5px solid #D3691D;
  color: #D3691D;
}
.zone-carousel .carousel .carousel-indicators li.active::before {
  color: #D3691D;
}
.zone-carousel .carousel .carousel-inner .item {
  min-height: 650px;
}
@media (max-width: 767px) {
  .zone-carousel .carousel .carousel-inner .item {
    max-height: 100%;
    min-height: 100%;
  }
}
.zone-carousel .carousel .carousel-inner .item .carousel-text {
  text-align: left;
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 991px) {
  .zone-carousel .carousel .carousel-inner .item .carousel-text {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .zone-carousel .carousel .carousel-inner .item .carousel-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.zone-carousel .carousel .carousel-inner .item .carousel-text h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .zone-carousel .carousel .carousel-inner .item .carousel-text h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.zone-carousel .carousel .carousel-inner .item .carousel-text br {
  display: block !important;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
  margin-bottom: 30px;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail:hover, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail:active, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail {
    white-space: normal !important;
  }
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail strong {
  color: #D3691D;
  font-weight: 300;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail strong {
  font-weight: 500 !important;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail br {
  display: block !important;
}
.zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail:hover, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail:active, .zone-carousel .carousel.vertical-mode .carousel-inner .carousel-text a.carousel-link-detail:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}

/*###########################  FIL D'ARIANE  ###########################*/
.line-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 60px;
}
.line-breadcrumbs .zone-breadcrumbs {
  text-align: right;
}
.line-breadcrumbs .zone-breadcrumbs ul li a.pathway {
  text-decoration: none !important;
}
.line-breadcrumbs .zone-breadcrumbs ul li a.pathway:hover, .line-breadcrumbs .zone-breadcrumbs ul li a.pathway:focus, .line-breadcrumbs .zone-breadcrumbs ul li a.pathway:active {
  text-decoration: underline !important;
}
.line-breadcrumbs .zone-breadcrumbs ul li a, .line-breadcrumbs .zone-breadcrumbs ul li span {
  font-size: 13px;
  font-weight: 500;
}
.line-breadcrumbs .zone-breadcrumbs ul li + li:before {
  content: "/";
  color: #031735;
  font-weight: 500;
  padding: 0 10px;
}
.line-breadcrumbs .zone-breadcrumbs ul li.active {
  color: #D3691D;
}

.zone-community .row .sidebar {
  width: 33.3333333%;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar {
    width: 100%;
    padding-bottom: 40px;
  }
}
.zone-community .row .sidebar .jumbotron {
  margin-right: 10px;
  background-color: #EFF0F4;
  padding: 25px 25px 35px 25px;
  margin-bottom: 110px;
}
@media (max-width: 991px) {
  .zone-community .row .sidebar .jumbotron {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .zone-community .row .sidebar .jumbotron {
    margin-bottom: 40px;
  }
}
.zone-community .row .sidebar .jumbotron strong {
  font-size: 21px;
  line-height: 26px;
  color: #031735;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #031735;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #031735;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #031735;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #031735;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: none !important;
  padding: 10px 0 10px 0;
  color: #031735;
  text-transform: inherit;
  font-weight: 500;
  background-color: transparent;
  transition: all 300ms;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-arrow.svg");
  background-repeat: no-repeat;
  right: -13px;
  margin-top: -2px;
  position: relative;
  display: inline-block;
  width: 5px;
  height: 8px;
  animation-name: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover, .zone-community .row .sidebar .jumbotron a:last-of-type:focus {
  background-color: transparent !important;
  text-decoration: none;
  color: #D3691D;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover:after, .zone-community .row .sidebar .jumbotron a:last-of-type:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce_arrow;
  -moz-animation-name: bounce_arrow;
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #031735;
  font-weight: 700;
  display: block;
  margin-left: 25px;
  margin-bottom: 20px;
}
.zone-community .row .sidebar ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0 15px 0;
  margin-left: 25px;
  margin-right: 25px;
  list-style: none;
}
@media (max-width: 767px) {
  .zone-community .row .sidebar ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.zone-community .row .sidebar ul li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 9px;
}
.zone-community .row .sidebar ul li a:hover, .zone-community .row .sidebar ul li a:focus {
  color: #031735;
  text-decoration: none;
}
.zone-community .row .content {
  width: 66.6666667%;
}
@media (max-width: 767px) {
  .zone-community .row .content {
    width: 100%;
  }
}
.zone-community .row .content ul.nav {
  border-bottom: none;
  margin-top: 25px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.zone-community .row .content ul.nav li {
  padding: 0px 5px;
}
.zone-community .row .content ul.nav li a {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-flex !important;
  height: 55px !important;
  padding: 0px 30px !important;
  background-color: #fff !important;
  color: #031735 !important;
  transition: all 150ms !important;
  border: 1px solid #D3691D !important;
  border-radius: 5px !important;
  letter-spacing: 0;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
  }
}
.zone-community .row .content ul.nav li a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none !important;
  background-color: #D3691D !important;
  border: 1px solid #D3691D !important;
  color: #fff !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #031735 !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: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
}
.zone-community .row .content .forum-item, .zone-community .row .content .forum-item__wrapper {
  padding: 37px 0 30px;
}
.zone-community .row .content .forum-item:hover, .zone-community .row .content .forum-item__wrapper:hover {
  background-color: transparent;
}
.zone-community .row .content .forum-item .forum-item-title, .zone-community .row .content .forum-item__wrapper .forum-item-title {
  font-size: 18px;
  line-height: 21px;
}
.zone-community .row .content .forum-item .forum-item-author, .zone-community .row .content .forum-item__wrapper .forum-item-author {
  color: #031735;
}
.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: #031735 !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding: 0 10px 0 0 !important;
  margin-right: 5px !important;
}
.forum-item__likes-wrapper button i:before {
  filter: hue-rotate(299deg);
}
.forum-item__likes-wrapper button[data-type=like] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-pouce.svg");
  width: 28px;
  height: 27px;
  display: block;
  margin-top: -9px;
  margin-right: 5px;
}
.forum-item__likes-wrapper button[data-type=follow] i:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYGe16smuR54TfY2UDtgXaZp/asset/images/icon-etoile.svg");
  width: 27px;
  height: 25px;
  display: block;
  margin-top: -7px;
  margin-right: 5px;
}
.forum-item__likes-wrapper .forum-item__action-count {
  margin: 0 5px 0 -5px;
}

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

.prebuilt-articles-vedette-title-left-text-right .container > .row > div h2 {
  margin-bottom: 35px;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid #031735;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row:nth-child(1) {
  border-top: 1px solid #031735;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item {
    columns: 2;
    column-gap: 40px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a {
  color: #031735;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a:focus {
  color: #031735;
  text-decoration: none;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .e-date {
    padding-right: 100px;
    break-after: column;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item p {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item p {
    margin-left: -100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro p, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .line-404 .row > div:last-child .content > .row .item p p, .line-404 .row > div:last-child .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item p p {
  margin: 0;
  padding: 0;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions {
  margin-top: 0;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions {
    margin-left: -100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary:focus {
  background-color: transparent;
  color: #D3691D;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
  margin-top: 80px;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll strong {
  color: #D3691D;
  font-weight: 300;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll strong {
  font-weight: 500 !important;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll br {
  display: block !important;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}

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

/* 
Mosaique
1 collone
Résumer au centre
*/
.prebuilt-espace-evenements-col3 .zone-event .events-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-espace-evenements-col3 .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .prebuilt-espace-evenements-col3 .zone-event .events-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.prebuilt-espace-evenements-col3 .zone-event .events-mosaic .row {
  margin-top: 0;
}
.prebuilt-espace-evenements-col3 .zone-event .events-mosaic .row > div .item a img.e-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.prebuilt-evenement-en-vedette-list-3 {
  padding-top: 115px;
  padding-bottom: 80px;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash h2 {
  margin-bottom: 35px;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 15px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px 15px;
  }
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row {
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 235px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 175px !important;
  }
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 135px !important;
  }
}
@media (max-width: 767px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item img {
    height: 185px !important;
  }
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item hr {
  display: none;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos {
  margin-bottom: 25px;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #031735;
  opacity: 0;
  text-transform: inherit;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date.intro, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .line-404 .row > div:last-child .content p.e-date, .line-404 .row > div:last-child .content .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos p.e-date {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .mod-eventflash__item-itemInfos .e-date span {
  color: #D3691D;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary strong {
  color: #D3691D;
  font-weight: 300;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary strong {
  font-weight: 500 !important;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary br {
  display: block !important;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}
/* Menu & Footer social icons*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 50px;
}
ul.social li a {
  text-decoration: none !important;
}
ul.social li a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.027' height='19.859' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%231c1d1f'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  display: block;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.027' height='19.859' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23182cca'/%3E%3C/svg%3E%0A");
}
ul.social li a.facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 11px;
  height: 22px;
  display: block;
  position: relative;
  left: 5px;
}
ul.social li a.facebook:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li a.youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 24px;
  height: 17px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.youtube:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li a.twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%231c1d1f'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
  display: block;
  position: relative;
  top: 2px;
}
ul.social li a.twitter:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%23182cca'/%3e%3c/svg%3e");
}
ul.social li.blue a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.027' height='19.859' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23182CCA'/%3E%3C/svg%3E%0A");
}
ul.social li.blue a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.027' height='19.859' viewBox='0 0 21.027 19.859'%3E%3Cpath id='Color_Overlay' data-name='Color Overlay' d='M16.462,19.74V12.562c0-1.795-.6-2.991-2.283-2.991A2.494,2.494,0,0,0,11.9,11.246a2.941,2.941,0,0,0-.121,1.077v7.537H7.33V6.341h4.445V8.255A4.459,4.459,0,0,1,15.86,5.982c3,0,5.166,1.914,5.166,6.1v7.776Zm-16.1.12V6.341H4.807V19.859ZM0,2.273A2.276,2.276,0,0,1,2.523,0,2.275,2.275,0,0,1,5.046,2.273,2.341,2.341,0,0,1,2.523,4.546,2.416,2.416,0,0,1,0,2.273Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
ul.social li.blue a.facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23182CCA'/%3e%3c/svg%3e");
}
ul.social li.blue a.facebook:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11.451' height='22.052' viewBox='0 0 11.451 22.052'%3e%3cpath id='Path_3552' data-name='Path 3552' d='M691.142%2c422.661h-2.075c-1.628%2c0-1.944.773-1.944%2c1.907v2.5h3.883l-.506%2c3.921h-3.377v10.059h-4.048V430.994h-3.385v-3.921h3.385v-2.89c0-3.356%2c2.049-5.182%2c5.041-5.182a27.655%2c27.655%2c0%2c0%2c1%2c3.025.154Z' transform='translate(-679.691 -419)' fill='%23000000'/%3e%3c/svg%3e");
}
ul.social li.blue a.youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23182CCA'/%3e%3c/svg%3e");
}
ul.social li.blue a.youtube:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.881' height='16.718' viewBox='0 0 23.881 16.718'%3e%3cpath id='Path_3583' data-name='Path 3583' d='M107.932%2c87.649a2.991%2c2.991%2c0%2c0%2c0-2.111-2.111c-1.862-.5-9.33-.5-9.33-.5s-7.468%2c0-9.33.5a2.991%2c2.991%2c0%2c0%2c0-2.111%2c2.111%2c33.366%2c33.366%2c0%2c0%2c0%2c0%2c11.5%2c2.991%2c2.991%2c0%2c0%2c0%2c2.111%2c2.111c1.862.5%2c9.33.5%2c9.33.5s7.468%2c0%2c9.33-.5a2.991%2c2.991%2c0%2c0%2c0%2c2.111-2.111%2c33.365%2c33.365%2c0%2c0%2c0%2c0-11.5ZM94.1%2c96.98V89.815l6.2%2c3.583Z' transform='translate(-84.55 -85.039)' fill='%23000000'/%3e%3c/svg%3e");
}
ul.social li.blue a.twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%23182CCA'/%3e%3c/svg%3e");
}
ul.social li.blue a.twitter:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21.095' height='16.408' viewBox='0 0 21.095 16.408'%3e%3cpath id='Color_Overlay' data-name='Color Overlay' d='M2.918%2c15.914A14.188%2c14.188%2c0%2c0%2c1%2c0%2c14.667a5.923%2c5.923%2c0%2c0%2c1%2c1.216-.113%2c8.557%2c8.557%2c0%2c0%2c0%2c4.135-1.019l.85-.454-.973-.34a4.673%2c4.673%2c0%2c0%2c1-2.917-2.379c0-.34%2c0-.34.851-.34h.851l-.73-.34A4.478%2c4.478%2c0%2c0%2c1%2c1.216%2c7.871%2c4.012%2c4.012%2c0%2c0%2c1%2c.609%2c5.946c0-.113.365%2c0%2c.729.113%2c1.095.341%2c1.216.227.609-.34a3.8%2c3.8%2c0%2c0%2c1-.973-4.3L1.216.737l.973.906a13.311%2c13.311%2c0%2c0%2c0%2c7.3%2c3.285l.73.113V4.361A4.162%2c4.162%2c0%2c0%2c1%2c13.254.17a5.343%2c5.343%2c0%2c0%2c1%2c2.675%2c0%2c7.434%2c7.434%2c0%2c0%2c1%2c1.337.679l.729.453.851-.226A8.382%2c8.382%2c0%2c0%2c0%2c20.184.623%2c1.293%2c1.293%2c0%2c0%2c1%2c20.67.51%2c3.669%2c3.669%2c0%2c0%2c1%2c19.576%2c2.1c-.607.566-.486.679.851.227.729-.227.729-.227.607%2c0-.121.113-.607.679-1.094%2c1.133-.851.792-.851.906-.851%2c1.585a14.886%2c14.886%2c0%2c0%2c1-1.095%2c4.3%2c12.956%2c12.956%2c0%2c0%2c1-5.106%2c5.55%2c12.818%2c12.818%2c0%2c0%2c1-6.232%2c1.514A14.136%2c14.136%2c0%2c0%2c1%2c2.918%2c15.914Z' transform='translate(0 0)' fill='%23000000'/%3e%3c/svg%3e");
}

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

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

.banner-homepage {
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner-homepage {
    background-color: rgba(96, 132, 200, 0.06);
  }
}
.banner-homepage::before {
  content: "";
  width: 0;
  height: 1200px;
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(96, 132, 200, 0.06);
  animation-name: afterGrey;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 0.6s;
}
@media (max-width: 991px) {
  .banner-homepage::before {
    display: none;
  }
}
.banner-homepage::after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Triangle_Bleu.svg);
  height: 86px;
  width: 289px;
  position: absolute;
  left: -110px;
  margin-top: 50px;
}
.banner-homepage .line-header {
  background-color: transparent;
}
.banner-homepage .line-menu {
  background-color: transparent;
}
.banner-homepage .line-menu::after {
  display: none;
}
.banner-homepage .line-banner {
  margin-top: 30px;
}
.banner-homepage .line-banner.home .container-fluid .row {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .banner-homepage .line-banner.home .container-fluid .row {
    width: 95%;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content {
    flex-direction: column;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal {
  width: 50%;
  /*
  #exampleModalCenter{
      background-color: rgba($color: $primary, $alpha: 0.5);
      .modal-dialog{
          width: 960px;
          @include max-md {
              width: 100%;
          }
          .modal-content{
              .modal-header{
                  padding: 0 30px;
              }
              .modal-body{
                  min-height: auto;
                  iframe{
                      max-height: 350px;
                      min-height: auto;
                      aspect-ratio: 16 / 9 
                  }
              }
          }
      }
  }
  */
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal-backdrop {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal-backdrop.in {
  opacity: 1 !important;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal {
  z-index: 10001 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: rgba(3, 23, 53, 0.5);
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal.fade.in {
  display: flex !important;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog {
  width: 90%;
  max-width: 780px;
  margin: 9.75rem auto 1.75rem auto;
}
@media (max-width: 575px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog {
    width: 80%;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content {
  width: 100%;
  border: 0;
  background-color: #000;
  /*aspect-ratio: 9 / 16;*/
  margin-left: 0;
  margin-right: 0;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-header {
  margin-top: 0;
  padding: 0;
  flex-direction: column;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  right: 0;
  position: absolute;
  margin-right: -35px;
  margin-top: -45px;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #031735;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
  max-height: inherit;
  min-height: auto;
  padding: 0;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-body > div {
  padding: 0;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-body input:not(.btn), .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-body select, .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-body textarea {
  background-color: #EFF0F4 !important;
  color: #031735 !important;
  border: none;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal .modal .modal-dialog .modal-content .modal-body iframe {
  min-height: auto;
  aspect-ratio: 16/9;
  display: block;
}
@media (max-width: 991px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal {
    width: 80%;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal p {
  text-align: center;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-video-modal p .modal-button:hover {
  cursor: pointer;
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner {
  margin-left: 140px;
  margin-top: 100px;
  width: 50%;
  position: relative;
  opacity: 0;
  transform: translate(-100px, 0);
  animation-name: bannerContent;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
}
@media (max-width: 991px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner {
    margin-top: 100px;
    width: 90%;
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner {
    margin-top: 45px;
    margin-left: 0;
    width: 100%;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #D3691D;
  position: absolute;
  left: -120px;
  top: 27%;
  opacity: 0;
  animation-name: bannerContentElement;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 2s;
}
@media (max-width: 991px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner:before {
    width: 40px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner:before {
    left: 0;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner h1 br {
    display: none;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner h2 {
  font-size: 30px;
  line-height: 37px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.banner-homepage .line-banner.home .container-fluid .row .zone-html .content .home-banner .btn {
  float: left;
}

.banner-med {
  background-color: rgba(96, 132, 200, 0.06);
  padding-top: 74px;
  padding-bottom: 45px;
  padding-left: 40%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-med {
    height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.banner-med::before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/banner-med.svg") no-repeat;
  height: 230px;
  width: 1508px;
  position: absolute;
  right: 62vw;
  margin-top: -74px;
  transform: translate(-10%, 0);
  animation-name: bannerMedOrange;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .banner-med::before {
    transform: translate(-20%, 0);
    animation-name: bannerMedOrangeMobile;
    height: 135px;
    width: 100%;
    position: relative;
    background-position: center right 40px;
    background-size: auto 135px;
    margin-top: 0;
    right: 0;
    display: block;
  }
}
.banner-med .content {
  opacity: 0;
  transform: translate(-100px, 0);
  animation-name: bannerContent;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .banner-med .content {
    padding: 40px 0 32px 0;
    animation-name: bannerContentMobile;
  }
}

.banner-lg {
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .banner-lg {
    background-color: rgba(96, 132, 200, 0.06);
  }
}
@media (max-width: 767px) {
  .banner-lg {
    padding-bottom: 100px;
  }
}
.banner-lg::after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Triangle_Bleu.svg);
  height: 86px;
  width: 289px;
  position: absolute;
  right: -70px;
  margin-top: -35px;
}
@media (max-width: 767px) {
  .banner-lg::after {
    margin-top: 15px;
  }
}
.banner-lg.animate img {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.banner-lg .container-fluid .row .zone-html .content {
  display: flex;
}
@media (max-width: 767px) {
  .banner-lg .container-fluid .row .zone-html .content {
    flex-direction: column;
  }
}
.banner-lg .container-fluid .row .zone-html .content img {
  margin-right: 200px;
  height: 100% !important;
  position: relative;
  top: -2px;
  left: -50px;
  opacity: 0;
}
@media (max-width: 1199px) {
  .banner-lg .container-fluid .row .zone-html .content img {
    margin-right: 100px;
    width: 480px !important;
  }
}
@media (max-width: 991px) {
  .banner-lg .container-fluid .row .zone-html .content img {
    margin-right: 40px;
    width: 360px !important;
  }
}
@media (max-width: 767px) {
  .banner-lg .container-fluid .row .zone-html .content img {
    width: 330px !important;
  }
}
.banner-lg .container-fluid .row .zone-html .content h1 strong {
  color: #D3691D;
  font-weight: 700;
}
.banner-lg .container-fluid .row .zone-html .content div.txtbox {
  max-width: 500px;
  width: 100%;
  padding-top: 56px;
  margin-right: 30px;
  opacity: 0;
  transform: translate(-100px, 0);
  animation-name: bannerContent;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .banner-lg .container-fluid .row .zone-html .content div.txtbox {
    max-width: 100%;
    margin-left: 30px;
    padding-top: 86px;
    width: auto;
    animation-name: bannerContentMobile;
  }
}
.banner-lg .container-fluid .row .zone-html .content div.txtbox:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #D3691D;
  position: relative;
  left: -120px;
  top: 24px;
  opacity: 0;
  animation-name: bannerContentElement;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 2s;
}
@media (max-width: 991px) {
  .banner-lg .container-fluid .row .zone-html .content div.txtbox:before {
    width: 44px;
    left: -68px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .banner-lg .container-fluid .row .zone-html .content div.txtbox:before {
    left: 0;
    top: -36px;
  }
}
.banner-lg .container-fluid .row .zone-html .content div.btnbox {
  /*display: flex;*/
  margin-top: 36px;
}
.banner-lg .container-fluid .row .zone-html .content div.btnbox a {
  float: left;
}

@media (min-width: 992px) {
  .line-menu.banner-med-fix {
    height: 55px;
  }
}
@media (max-width: 991px) {
  .line-menu.banner-med-fix {
    height: 70px;
  }
}
.line-menu.banner-med-fix:after {
  display: none;
  /*
  height: 0px;
  */
}

.line-header.banner-lg-fix {
  background-color: transparent;
  z-index: 0;
}
.line-header.banner-lg-fix::before {
  content: "";
  display: block;
  width: 0;
  height: 660px;
  background-color: rgba(96, 132, 200, 0.06);
  position: absolute;
  right: 0;
  left: 0;
  animation-name: afterGrey;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 0.6s;
}
@media (max-width: 1024px) {
  .line-header.banner-lg-fix::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-header.banner-lg-fix::before {
    animation-name: bannerContentMobile;
  }
}

.line-menu.banner-lg-fix {
  /*height: 55px;*/
  background-color: transparent;
}
@media (max-width: 991px) {
  .line-menu.banner-lg-fix:not(.sticked) {
    background-color: rgba(96, 132, 200, 0.06);
  }
}
.line-menu.banner-lg-fix:after {
  height: 0px;
}

.line-blue-title {
  background-color: #031735;
  padding: 66px 0;
}
.line-blue-title .container .row .zone-html .content h2, .line-blue-title .container .row .zone-html .content p {
  color: #fff;
}
.line-blue-title .container .row .zone-html .content h2 {
  margin-bottom: 25px;
}

.line-blueBg_2col {
  background-color: #031735;
  padding: 66px 0;
}
.line-blueBg_2col .container > .row > div .content h1, .line-blueBg_2col .container > .row > div .content h2, .line-blueBg_2col .container > .row > div .content h3, .line-blueBg_2col .container > .row > div .content h4, .line-blueBg_2col .container > .row > div .content h5, .line-blueBg_2col .container > .row > div .content h6 {
  color: #fff;
}
.line-blueBg_2col .container > .row > div .content h2 {
  color: #fff;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 25px;
}
.line-blueBg_2col .container > .row > div .content p {
  color: #fff;
}
.line-blueBg_2col .container > .row > div .content ul li {
  color: #fff !important;
  margin-bottom: 30px !important;
}
.line-blueBg_2col .container > .row > div .content ul li strong {
  color: #6084C8 !important;
  font-weight: 700 !important;
}

.line-blue-video {
  background-color: #031735;
  padding: 84px 0;
  position: relative;
  /*
  overflow: hidden;
  */
}
@media (max-width: 991px) {
  .line-blue-video {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}
@media (max-width: 798px) {
  .line-blue-video .container {
    width: 100%;
  }
}
.line-blue-video .container .row {
  display: flex;
}
@media (max-width: 767px) {
  .line-blue-video .container .row {
    flex-direction: column-reverse;
  }
}
.line-blue-video .container .row:before, .line-blue-video .container .row:after {
  display: none;
}
.line-blue-video .container .row .zone-html:first-child {
  width: 50%;
  padding-right: 125px;
}
@media (max-width: 1199px) {
  .line-blue-video .container .row .zone-html:first-child {
    padding-right: 75px;
  }
}
@media (max-width: 991px) {
  .line-blue-video .container .row .zone-html:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .line-blue-video .container .row .zone-html:first-child {
    width: 100%;
    padding-right: 15px;
  }
}
.line-blue-video .container .row .zone-html:first-child h1, .line-blue-video .container .row .zone-html:first-child h2, .line-blue-video .container .row .zone-html:first-child h3, .line-blue-video .container .row .zone-html:first-child h4, .line-blue-video .container .row .zone-html:first-child h5, .line-blue-video .container .row .zone-html:first-child h6 {
  color: #fff;
}
.line-blue-video .container .row .zone-html:first-child h2 {
  color: #fff;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 25px;
}
.line-blue-video .container .row .zone-html:first-child p {
  color: #fff;
}
.line-blue-video .container .row .zone-html:last-child {
  width: 50%;
}
@media (max-width: 767px) {
  .line-blue-video .container .row .zone-html:last-child {
    width: 100%;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}
.line-blue-video .container .row .zone-html:last-child .content {
  position: sticky;
  top: 0;
}
.line-blue-video .container .row .zone-html:last-child .content .yt-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.line-blue-video .container .row .zone-html:last-child .content .yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.line-blue-video .container .row .zone-html:last-child .content .yt-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  object-fit: contain;
}

.line-img-left {
  padding-bottom: 110px;
}
.line-img-left .container-fluid .row > div .content img {
  float: left;
}
@media (max-width: 767px) {
  .line-img-left .container-fluid .row > div .content img {
    width: 80%;
  }
}

.line-img-right {
  padding-top: 160px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-img-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .line-img-right {
    padding-bottom: 60px;
    padding-bottom: 60px;
  }
}
.line-img-right .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-img-right .container .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .line-img-right .container .row .zone-html {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .line-img-right .container .row .zone-html:first-child .content {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .line-img-right .container .row .zone-html:first-child .content {
    margin-right: 0;
  }
}
.line-img-right .container .row .zone-html:first-child .content h2 {
  margin-bottom: 25px;
}
.line-img-right .container .row .zone-html:last-child {
  position: absolute;
  right: 1px;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .line-img-right .container .row .zone-html:last-child {
    position: relative;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-img-right .container .row .zone-html:last-child {
    padding-bottom: 40px;
  }
}
.line-img-right .container .row .zone-html:last-child .content img {
  float: right;
}
@media (max-width: 767px) {
  .line-img-right .container .row .zone-html:last-child .content img {
    width: 80% !important;
    margin-right: -30px;
  }
}
.line-privacy-policy {
  padding-top: 70px;
  padding-bottom: 70px;
}
.line-privacy-policy .container .row .zone-article .mod-article__content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.line-privacy-policy .container .row .zone-article .mod-article__content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-top: 55px;
}
@media (max-width: 991px) {
  .line-privacy-policy .container .row .zone-article .mod-article__content h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-privacy-policy .container .row .zone-article .mod-article__content h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.jumbotron p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #031735;
  opacity: 0;
}
.jumbotron p.intro, .jumbotron .line-404 .row > div:last-child .content p, .line-404 .row > div:last-child .content .jumbotron p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.jumbotron p.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.jumbotron p span {
  color: #D3691D;
}

#fieldset-subform_taxes {
  margin-top: 0;
}

.line-customized-why {
  background-color: rgba(3, 23, 53, 0.06);
  padding: 160px 0 80px;
}
@media (max-width: 991px) {
  .line-customized-why {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .line-customized-why {
    padding: 80px 0 60px 0;
  }
}
.line-customized-why .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-customized-why .container .row {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .line-customized-why .container .row {
    flex-direction: column;
  }
}
.line-customized-why .container .row .zone-html:first-child {
  position: absolute;
  left: 1px;
  padding: 0;
}
@media (max-width: 991px) {
  .line-customized-why .container .row .zone-html:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-customized-why .container .row .zone-html:first-child {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
  }
}
.line-customized-why .container .row .zone-html:first-child .content img {
  width: 75% !important;
}
@media (max-width: 767px) {
  .line-customized-why .container .row .zone-html:first-child .content img {
    width: 75% !important;
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
    margin-left: -15px;
    margin-top: -80px;
  }
}
.line-customized-why .container .row .zone-html:last-child {
  margin-left: 25%;
}
@media (max-width: 1399px) {
  .line-customized-why .container .row .zone-html:last-child {
    margin-left: 40%;
  }
}
@media (max-width: 1199px) {
  .line-customized-why .container .row .zone-html:last-child {
    margin-left: 32%;
  }
}
@media (max-width: 767px) {
  .line-customized-why .container .row .zone-html:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.line-customized-why .container .row .zone-html:last-child .content h2 {
  padding-bottom: 25px;
}
.line-customized-why .container .row .zone-html:last-child .content ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media (max-width: 767px) {
  .line-customized-why .container .row .zone-html:last-child .content ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.line-customized-why .container .row .zone-html:last-child .content ul li span {
  color: #031735 !important;
}
.line-customized-why .container .row .zone-html:last-child .content ul li strong {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 20px;
  color: #031735 !important;
  opacity: 1 !important;
  display: inline-block;
}
@media (max-width: 991px) {
  .line-customized-why .container .row .zone-html:last-child .content ul li strong {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-customized-why .container .row .zone-html:last-child .content ul li strong.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.line-customized-form {
  padding-bottom: 80px;
  padding-top: 80px;
}
.line-customized-form #formbuilder-add-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.line-customized-form #formbuilder-add-wrapper > div {
  margin-bottom: 60px;
}
.line-customized-form .formbuilder-confirmation-content {
  text-align: center;
}

.line-custom-accordeon {
  padding-bottom: 160px;
}
.line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon tbody tr:first-child, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon tbody tr:first-child, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon tbody tr:first-child, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon tbody tr:first-child, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon tbody tr:first-child, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon tbody tr:first-child {
  padding: 35px 15px 35px 65px;
}
@media (max-width: 767px) {
  .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon tbody tr:first-child, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon tbody tr:first-child, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon tbody tr:first-child, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon tbody tr:first-child, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon tbody tr:first-child, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon tbody tr:first-child {
    padding-left: 35px;
  }
}
.line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon tbody tr:first-child:after, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon tbody tr:first-child:after, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon tbody tr:first-child:after {
  top: 27px;
  right: 30px;
  width: 65px;
  height: 65px;
}
@media (max-width: 767px) {
  .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon tbody tr:first-child:after, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon tbody tr:first-child:after, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon tbody tr:first-child:after {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_Accordeon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon tbody tr:last-child, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon tbody tr:last-child, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon tbody tr:last-child, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon tbody tr:last-child, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon tbody tr:last-child, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon tbody tr:last-child {
  margin-top: 0;
  border-top: none;
  padding: 35px 15px 35px 65px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon tbody tr:last-child, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon tbody tr:last-child, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon tbody tr:last-child, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon tbody tr:last-child, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon tbody tr:last-child, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon tbody tr:last-child {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .intro table.accordeon.active tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row .line-404 .row > div:last-child .content p table.accordeon.active tbody tr:first-child:after, .line-404 .row > div:last-child .content .line-custom-accordeon .container > .row .zone-news_flash .newsList > .row p table.accordeon.active tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .content > .row .intro table.accordeon.active tbody tr:first-child:after, .line-custom-accordeon .container > .row .zone-news_flash .line-404 .row > div:last-child .content > .row p table.accordeon.active tbody tr:first-child:after, .line-404 .row > div:last-child .line-custom-accordeon .container > .row .zone-news_flash .content > .row p table.accordeon.active tbody tr:first-child:after {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/-_Accordeon.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
  }
}
.line-custom-accordeon .container > .row .zone-news_flash .newsList .row + .row, .line-custom-accordeon .container > .row .zone-news_flash .content .row + .row {
  margin-top: 0 !important;
}

.line-404 {
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .line-404 {
    padding: 100px 0 80px 0 !important;
  }
}
.line-404::after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Triangle_Bleu.svg);
  height: 86px;
  width: 289px;
  position: absolute;
  right: -70px;
  bottom: 0;
}
.line-404 .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-404 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-404 .row > div:first-child {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .line-404 .row > div:first-child .content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .line-404 .row > div:first-child .content {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .line-404 .row > div:last-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-404 .row > div:last-child .content {
    margin-top: 40px;
  }
}
.line-home-about {
  margin-top: 160px;
  min-height: 380px;
}
@media (max-width: 1199px) {
  .line-home-about {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .line-home-about {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .line-home-about {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.line-home-about .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-home-about .container .row {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .line-home-about .container .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .line-home-about .container .row > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-home-about .container .row .zone-html:first-child {
    margin-top: 65px;
  }
}
.line-home-about .container .row .zone-html:first-child .content {
  margin-right: 110px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .line-home-about .container .row .zone-html:first-child .content {
    margin-right: 70px;
  }
}
@media (max-width: 991px) {
  .line-home-about .container .row .zone-html:first-child .content {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .line-home-about .container .row .zone-html:first-child .content {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.line-home-about .container .row .zone-html:last-child {
  position: absolute;
  right: 1px;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .line-home-about .container .row .zone-html:last-child {
    position: relative;
  }
}
.line-home-about .container .row .zone-html:last-child .content img {
  float: right;
}
@media (max-width: 767px) {
  .line-home-about .container .row .zone-html:last-child .content img {
    width: 75% !important;
  }
}

.line-home-program-title {
  padding-bottom: 30px;
}
.line-home-program-title.grey {
  background-color: #EEEFF1;
}
.line-home-program-title h2 strong {
  color: #D3691D;
  font-weight: 300;
}

.line-home-program {
  border-top: 1px solid #707070;
  border-left: 27px solid #6084C8;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-home-program {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .line-home-program {
    flex-direction: column;
    padding: 40px 0 10px 0;
  }
}
.line-home-program.last {
  border-bottom: 1px solid #707070;
}
@media (max-width: 991px) {
  .line-home-program .container {
    width: calc(100% - 30px);
  }
}
.line-home-program .container .row .zone-html .content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-home-program .container .row .zone-html .content {
    flex-direction: column;
  }
}
.line-home-program .container .row .zone-html .content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-home-program .container .row .zone-html .content h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-home-program .container .row .zone-html .content h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .line-home-program .container .row .zone-html .content h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-home-program .container .row .zone-html .content p {
    text-align: left !important;
  }
}

.line-home-program-4 {
  padding: 30px 0 140px 0;
  background-color: #EEEFF1;
}
.line-home-program-4 .container > .row > div .newsList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 14px;
  gap: 28px;
}
@media (max-width: 1199px) {
  .line-home-program-4 .container > .row > div .newsList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
@media (max-width: 767px) {
  .line-home-program-4 .container > .row > div .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px 10px;
  }
}
.line-home-program-4 .container > .row > div .newsList .row {
  flex: 1 1 0px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 10px 40px 10px;
  background-color: #fff;
}
.line-home-program-4 .container > .row > div .newsList .row:nth-child(1) {
  border-bottom: 12px solid #6084C8;
}
.line-home-program-4 .container > .row > div .newsList .row:nth-child(2) {
  border-bottom: 12px solid #031735;
}
.line-home-program-4 .container > .row > div .newsList .row:nth-child(3) {
  border-bottom: 12px solid #D3691D;
}
.line-home-program-4 .container > .row > div .newsList .row:nth-child(4) {
  border-bottom: 12px solid #62A161;
}
.line-home-program-4 .container > .row > div .newsList .row .item {
  height: 100%;
}
.line-home-program-4 .container > .row > div .newsList .row .item .intro, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .item .content p, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .item .content p, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .content .item p, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .content .item p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.line-home-program-4 .container > .row > div .newsList .row .item .intro h3, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .item .content p h3, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .item .content p h3, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .content .item p h3, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .content .item p h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-home-program-4 .container > .row > div .newsList .row .item .intro h3, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .item .content p h3, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .item .content p h3, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .content .item p h3, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .content .item p h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-home-program-4 .container > .row > div .newsList .row .item .intro h3.animate, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .item .content p h3.animate, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .item .content p h3.animate, .line-home-program-4 .container > .row > div .newsList .line-404 .row > div:last-child .content .item p h3.animate, .line-404 .line-home-program-4 .container > .row > div .newsList .row > div:last-child .content .item p h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-home-partnership {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-home-partnership {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .line-home-partnership {
    padding-top: 25px;
  }
}
.line-home-partnership .container .row .zone-html:first-child {
  position: absolute;
  left: 1px;
  padding: 0;
}
@media (max-width: 991px) {
  .line-home-partnership .container .row .zone-html:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-home-partnership .container .row .zone-html:first-child {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-home-partnership .container .row .zone-html:first-child img {
    margin-left: -15px;
    width: 75% !important;
  }
}
.line-home-partnership .container .row .zone-html:last-child {
  margin-left: 30%;
  width: 60%;
  padding-top: 60px;
}
@media (max-width: 1399px) {
  .line-home-partnership .container .row .zone-html:last-child {
    margin-left: 40%;
  }
}
@media (max-width: 1199px) {
  .line-home-partnership .container .row .zone-html:last-child {
    margin-left: 45%;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .line-home-partnership .container .row .zone-html:last-child {
    margin-left: 0;
    width: 100%;
  }
}
.line-home-partnership .container .row .zone-html:last-child .content img {
  /*margin-top: 150px;*/
  margin-top: 45px;
}
@media (max-width: 767px) {
  .line-home-partnership .container .row .zone-html:last-child .content img {
    margin-top: 45px;
    margin-right: -30px;
  }
}
.line-home-partnership .container .row .zone-html:last-child .content h2 {
  margin-bottom: 25px;
}
.line-home-partnership .container .row .zone-html:last-child .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-home-partnership .container .row .zone-html:last-child .content p {
  max-width: 460px;
}
@media (max-width: 767px) {
  .line-home-partnership .container .row .zone-html:last-child .content p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .line-home-partnership .container .row .zone-html:last-child .content p:last-child {
    text-align: right;
  }
}

.line-home-slider {
  background-color: #EEEFF1;
  padding: 100px 0 75px 0;
  min-height: 600px;
}

.line-home-title-button {
  padding: 70px 0 30px 0;
}
.line-home-title-button.border-top {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.line-home-title-button .container .row .zone-html .content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .line-home-title-button .container .row .zone-html .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-home-title-button .container .row .zone-html .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-home-title-button .container .row .zone-html .content h2 br {
  display: block !important;
}
@media (max-width: 767px) {
  .line-home-title-button .container .row .zone-html .content p {
    text-align: left !important;
  }
}

.line-home-training {
  border-bottom: 1px solid #707070;
  position: relative;
  overflow: hidden;
}
.line-home-training::before {
  content: "";
  width: 27px;
  height: 125%;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #62A161;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-home-training .container {
    width: 100%;
  }
}
.line-home-training .container .row .zone-event_flash .news .row {
  margin-top: 0;
}
.line-home-training .container .row .zone-event_flash .news .row .item {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "a a" "b c" "b d" "b e";
}
@media (max-width: 1399px) {
  .line-home-training .container .row .zone-event_flash .news .row .item {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .line-home-training .container .row .zone-event_flash .news .row .item {
    padding-left: 60px;
    padding-right: 60px;
    grid-template-columns: 275px auto;
  }
}
@media (max-width: 767px) {
  .line-home-training .container .row .zone-event_flash .news .row .item {
    padding-left: 30px;
    padding-right: 0;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "a" "b" "c" "d" "e";
  }
}
.line-home-training .container .row .zone-event_flash .news .row .item::before {
  content: "";
  width: 2500px;
  height: 1px;
  position: absolute;
  left: -50%;
  background-color: #707070;
}
.line-home-training .container .row .zone-event_flash .news .row .item > h3 {
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  grid-area: a;
}
@media (max-width: 991px) {
  .line-home-training .container .row .zone-event_flash .news .row .item > h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-home-training .container .row .zone-event_flash .news .row .item > h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 991px) {
  .line-home-training .container .row .zone-event_flash .news .row .item > h3 {
    margin-bottom: 10px;
  }
}
.line-home-training .container .row .zone-event_flash .news .row .item hr {
  display: none;
}
.line-home-training .container .row .zone-event_flash .news .row .item > a {
  grid-area: b;
}
.line-home-training .container .row .zone-event_flash .news .row .item > a img {
  float: left;
  padding-right: 100px;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 350px;
}
@media (max-width: 991px) {
  .line-home-training .container .row .zone-event_flash .news .row .item > a img {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.line-home-training .container .row .zone-event_flash .news .row .item > h4, .line-home-training .container .row .zone-event_flash .news .row .item .e-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
  color: #031735;
  grid-area: c;
}
.line-home-training .container .row .zone-event_flash .news .row .item .events-mosaic__short-description {
  font-size: 16px;
  grid-area: d;
}
.line-home-training .container .row .zone-event_flash .news .row .item .itemInfos br {
  display: block !important;
}
.line-home-training .container .row .zone-event_flash .news .row .item .actions {
  margin-top: 5px;
  grid-area: e;
}
.line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
  border-bottom: 0 !important;
}
.line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn strong {
  color: #D3691D;
  font-weight: 300;
}
.line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn strong {
  font-weight: 500 !important;
}
.line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn br {
  display: block !important;
}
.line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn:hover, .line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn:active, .line-home-training .container .row .zone-event_flash .news .row .item .actions a.btn:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}

.line-home-training-3 {
  padding: 20px 0 20px 0;
}
.line-home-training-3 .zone-event_flash .eventsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 40px;
}
@media (max-width: 767px) {
  .line-home-training-3 .zone-event_flash .eventsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px 60px;
  }
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item {
  border-top: 1px solid #62A161;
  padding-top: 40px;
  position: relative;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background-color: #62A161;
  top: 0;
  left: 0;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item a .e-thumbnail {
  display: none;
  /*max-width: 350px;*/
  width: 100%;
  margin-bottom: 20px;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  opacity: 1 !important;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item p {
  opacity: 1 !important;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .e-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
  color: #031735;
  opacity: 1 !important;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .e-date br {
  display: none;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .city {
  color: #031735;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .address {
  display: none;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item hr {
  display: none;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .contact {
  display: none;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .events-mosaic__short-description {
  font-size: 16px;
  line-height: 26px;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
  padding-left: 30px;
  border-bottom: 0;
  opacity: 1 !important;
  animation-name: none !important;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default strong {
  color: #D3691D;
  font-weight: 300;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default strong {
  font-weight: 500 !important;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default br {
  display: block !important;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default:hover, .line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default:active, .line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-default:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}
.line-home-training-3 .zone-event_flash .eventsList > .row .col-sm-24 .item .actions .btn-primary {
  opacity: 1 !important;
  animation-name: none !important;
}
.line-home-news {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.line-home-news::after {
  content: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Triangle_Vert.svg);
  height: 97px;
  width: 309px;
  position: absolute;
  right: -80px;
  margin-top: -5px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-home-news .container .row .zone-news_flash .news {
    gap: 60px 20px;
  }
}
.line-home-news .container .row .zone-news_flash .news .item h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.line-home-news .container .row .zone-news_flash .news .item h3 a {
  color: #031735 !important;
}
.line-home-news .container .row .zone-news_flash .news .item h3 a:hover, .line-home-news .container .row .zone-news_flash .news .item h3 a:focus, .line-home-news .container .row .zone-news_flash .news .item h3 a:active {
  text-decoration: none !important;
}
.line-home-news .container .row .zone-news_flash .news .item .e-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #031735;
  text-transform: capitalize;
}

.line-home-roles {
  margin-top: 0;
  min-height: 380px;
  position: relative;
}
.line-home-roles .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-home-roles .container .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .line-home-roles .container .row > div {
    width: 100%;
  }
}
.line-home-roles .container .row .zone-html:first-child {
  margin-top: 70px;
}
.line-home-roles .container .row .zone-html:first-child .content {
  margin-right: 110px;
}
@media (max-width: 1199px) {
  .line-home-roles .container .row .zone-html:first-child .content {
    margin-right: 70px;
  }
}
@media (max-width: 991px) {
  .line-home-roles .container .row .zone-html:first-child .content {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .line-home-roles .container .row .zone-html:first-child .content {
    margin-right: 0;
  }
}
.line-home-roles .container .row .zone-html:first-child .content img {
  margin-top: 75px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .line-home-roles .container .row .zone-html:first-child .content img {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: -30px;
    width: 75% !important;
  }
}
.line-home-roles .container .row .zone-html:last-child {
  position: absolute;
  right: 1px;
  top: 0;
  padding: 0;
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-home-roles .container .row .zone-html:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-home-roles .container .row .zone-html:last-child {
    position: relative;
  }
}
.line-home-roles .container .row .zone-html:last-child .content img {
  float: right;
  top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .line-home-roles .container .row .zone-html:last-child .content img {
    margin-right: -15px;
  }
}
.line-map {
  padding-bottom: 65px;
}
.line-map .container .row .zone-news_flash .news .item h3 {
  font-size: 20px;
  line-height: 24px;
}
.line-map .container .row .zone-news_flash .news .item .intro a, .line-map .container .line-404 .row > div:last-child .zone-news_flash .news .item .content p a, .line-404 .line-map .container .row > div:last-child .zone-news_flash .news .item .content p a, .line-map .container .line-404 .row > div:last-child .content .zone-news_flash .news .item p a, .line-404 .line-map .container .row > div:last-child .content .zone-news_flash .news .item p a {
  display: grid;
  grid-template-columns: 35px auto;
  column-gap: 10px;
  margin-bottom: 5px;
  color: #031735 !important;
}
.line-map .container .row .zone-news_flash .news .item .intro a:hover, .line-map .container .line-404 .row > div:last-child .zone-news_flash .news .item .content p a:hover, .line-404 .line-map .container .row > div:last-child .zone-news_flash .news .item .content p a:hover, .line-map .container .line-404 .row > div:last-child .content .zone-news_flash .news .item p a:hover, .line-404 .line-map .container .row > div:last-child .content .zone-news_flash .news .item p a:hover, .line-map .container .row .zone-news_flash .news .item .intro a:focus, .line-map .container .line-404 .row > div:last-child .zone-news_flash .news .item .content p a:focus, .line-404 .line-map .container .row > div:last-child .zone-news_flash .news .item .content p a:focus, .line-map .container .line-404 .row > div:last-child .content .zone-news_flash .news .item p a:focus, .line-404 .line-map .container .row > div:last-child .content .zone-news_flash .news .item p a:focus, .line-map .container .row .zone-news_flash .news .item .intro a:active, .line-map .container .line-404 .row > div:last-child .zone-news_flash .news .item .content p a:active, .line-404 .line-map .container .row > div:last-child .zone-news_flash .news .item .content p a:active, .line-map .container .line-404 .row > div:last-child .content .zone-news_flash .news .item p a:active, .line-404 .line-map .container .row > div:last-child .content .zone-news_flash .news .item p a:active {
  text-decoration: none !important;
  color: #D3691D !important;
}
.line-map .container .row .zone-news_flash .news .item .intro a:nth-child(2) img, .line-map .container .line-404 .row > div:last-child .zone-news_flash .news .item .content p a:nth-child(2) img, .line-404 .line-map .container .row > div:last-child .zone-news_flash .news .item .content p a:nth-child(2) img, .line-map .container .line-404 .row > div:last-child .content .zone-news_flash .news .item p a:nth-child(2) img, .line-404 .line-map .container .row > div:last-child .content .zone-news_flash .news .item p a:nth-child(2) img {
  margin-left: 5px;
}

.line-team-contact {
  background: linear-gradient(90deg, #eeeff1 50%, rgba(3, 23, 53, 0.1) 50%);
  padding-top: 65px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .line-team-contact {
    background: linear-gradient(180deg, #eeeff1 50%, rgba(3, 23, 53, 0.1) 50%);
  }
}
.line-team-contact br {
  display: block !important;
}
@media (max-width: 767px) {
  .line-team-contact .container-fluid > .row > div:nth-child(2) {
    padding-top: 110px;
  }
}

.line-contact-title {
  padding-top: 70px;
}
.line-contact-title.newsletter {
  padding-top: 60px;
}
.line-contact-title.newsletter .container {
  position: relative;
}
.line-contact-title.newsletter .container::before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Losange.svg");
  background-size: 160px 191px;
  width: 160px;
  height: 191px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  margin-top: -30px;
}
@media (max-width: 1199px) {
  .line-contact-title.newsletter .container::before {
    background-size: 130px 141px;
    width: 130px;
    height: 141px;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .line-contact-title.newsletter .container::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .line-contact-title.newsletter .container::before {
    display: none;
  }
}

/*
.line-contact-form{
    padding-top: 0;
    padding-bottom: 70px;
    #formbuilder-add-wrapper {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
    }
}
*/
.line-main-news {
  padding-top: 70px;
  padding-bottom: 100px;
}
.line-main-news .container .row .zone-news .search-form .form-horizontal {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
.line-main-news .container .row .zone-news .search-form .form-horizontal .col-sm-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.line-main-news .container .row .zone-news .search-form .form-horizontal .col-sm-12 > div.form-group > div {
  width: 100%;
}
.line-main-news .container .row .zone-news .search-form .form-horizontal .col-sm-12 > div.form-group > div .chosen-choices {
  width: 100%;
  max-width: 100%;
}
.line-main-news .container .row .zone-news #news_content {
  gap: 90px 25px !important;
}
.line-partner-intro {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .line-partner-intro {
    padding: 50px 0 40px 0;
  }
}
.line-partner-intro .container .row .zone-html .content {
  display: flex;
}
@media (max-width: 767px) {
  .line-partner-intro .container .row .zone-html .content {
    flex-direction: column;
  }
}
.line-partner-1 {
  padding-top: 80px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-partner-1 .container .row .zone-news_flash {
  border-bottom: 1px solid #031735;
  padding-bottom: 70px;
}
.line-partner-1 .container .row .zone-news_flash .news {
  gap: 20px 30px !important;
}
.line-partner-1 .container .row .zone-news_flash .news .row .item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 244px;
  min-height: 244px;
}
@media (max-width: 1199px) {
  .line-partner-1 .container .row .zone-news_flash .news .row .item {
    min-height: 254px;
  }
}
.line-partner-1 .container .row .zone-news_flash .news .row .item div {
  order: 1;
}
.line-partner-1 .container .row .zone-news_flash .news .row .item h3 {
  order: 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-partner-1 .container .row .zone-news_flash .news .row .item h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-partner-1 .container .row .zone-news_flash .news .row .item h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 1199px) {
  .line-partner-1 .container .row .zone-news_flash .news .row .item h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-partner-1 .container .row .zone-news_flash .news .row .item .itemImage img {
  height: auto !important;
}

.line-partner-2 {
  padding-top: 80px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-partner-2 .container .row .zone-news_flash {
  border-bottom: 1px solid #031735;
  padding-bottom: 70px;
}
.line-partner-2 .container .row .zone-news_flash h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .line-partner-2 .container .row .zone-news_flash h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-partner-2 .container .row .zone-news_flash h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 1199px) {
  .line-partner-2 .container .row .zone-news_flash h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-partner-2 .container .row .zone-news_flash .news {
  gap: 20px 30px !important;
}
.line-partner-2 .container .row .zone-news_flash .news .row .item .itemImage img {
  height: auto !important;
}

.line-partner-3 {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-partner-3 .container .row .zone-news_flash h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .line-partner-3 .container .row .zone-news_flash h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-partner-3 .container .row .zone-news_flash h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 1199px) {
  .line-partner-3 .container .row .zone-news_flash h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-partner-3 .container .row .zone-news_flash .news {
  gap: 20px 30px !important;
}
.line-partner-3 .container .row .zone-news_flash .news .row .item .itemImage img {
  height: auto !important;
}

.line-partner-form-title {
  padding-top: 70px;
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .line-partner-form-title {
    padding-bottom: 0;
  }
}
/*
.line-partner-form{
    padding-bottom: 90px;
}
*/
.line-faq-intro {
  padding: 80px 0 50px 0;
  background-color: #EEEFF1;
  margin-top: 24px;
}

.line-faq {
  padding-bottom: 90px;
  background-color: #EEEFF1;
}

.line-faq-form-title {
  padding-top: 70px;
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .line-faq-form-title {
    padding-bottom: 0;
  }
}

/*
.line-faq-form{
    padding-bottom: 90px;
}
*/
.line-team-directory {
  background-color: rgba(3, 23, 53, 0.06);
  margin-top: 180px;
}
@media (max-width: 767px) {
  .line-team-directory {
    margin-top: 230px;
  }
}
.line-team-directory .container .row .zone-formbuilder_search {
  margin-top: -190px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .line-team-directory .container .row .zone-formbuilder_search {
    margin-top: -230px;
  }
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc {
  margin-left: 0;
  margin-right: 0;
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc .search-object-form {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 580px;
}
@media (max-width: 767px) {
  .line-team-directory .container .row .zone-formbuilder_search .search-object-bloc .search-object-form {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    width: 100%;
  }
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc .search-object-form form .search_input {
  width: 340px;
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc .search-object-form #section-footer-search {
  margin-left: 50px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .line-team-directory .container .row .zone-formbuilder_search .search-object-bloc .search-object-form #section-footer-search {
    margin-left: 0;
    margin-top: 10px;
  }
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc > div:nth-child(2) {
  position: relative;
  /*
  &:after {
      content:"";
      width:100%;
      height: 100%;
      position: absolute;
      background-color: $primary;
  }
  */
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc > div .search-object-result {
  padding-top: 115px;
}
@media (max-width: 767px) {
  .line-team-directory .container .row .zone-formbuilder_search .search-object-bloc > div .search-object-result {
    padding-top: 75px;
  }
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc > div .search-object-result table.accordeon {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .line-team-directory .container .row .zone-formbuilder_search .search-object-bloc > div .search-object-result table.accordeon .team-info {
    flex-direction: column;
  }
}
.line-team-directory .container .row .zone-formbuilder_search .search-object-bloc > div .search-object-result table.accordeon.active tbody tr:last-child {
  padding-top: 26px;
  margin-top: -1px;
  padding: 25px 55px 20px 15px;
}
.line-team-directory.gov {
  margin-top: 0;
  padding-top: 80px;
}

.line-team-join {
  padding: 70px 0;
}

.line-about-intro {
  padding: 95px 0 175px 0;
  position: relative;
}
@media (max-width: 991px) {
  .line-about-intro {
    padding-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .line-about-intro {
    padding-top: 50px;
  }
}
.line-about-intro::after {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/polygons.svg");
  background-repeat: no-repeat;
  width: 280px;
  height: 176px;
  position: absolute;
  left: calc(50% - 140px);
  bottom: -65px;
  z-index: 10;
}
@media (max-width: 767px) {
  .line-about-intro::after {
    bottom: -85px;
    background-size: 75%;
    left: calc(50% - 100px);
  }
}

.line-img-spacer .container-fluid .row .zone-html {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.line-img-spacer .container-fluid .row .zone-html img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-height: 612px;
}

.line-solutions-title {
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: rgba(3, 23, 53, 0.06);
}

.line-solutions {
  padding-bottom: 10px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-solutions .container .row .zone-news_flash .news .row .item {
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 991px) {
  .line-solutions .container .row .zone-news_flash .news .row .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-solutions .container .row .zone-news_flash .news .row .item .itemImage {
  padding: 85px;
}
@media (max-width: 991px) {
  .line-solutions .container .row .zone-news_flash .news .row .item .itemImage {
    padding: 45px 45px 15px 45px;
  }
}
.line-solutions .container .row .zone-news_flash .news .row .item .itemImage img {
  min-width: 180px;
}
.line-solutions .container .row .zone-news_flash .news .row .item .intro, .line-solutions .container .line-404 .row > div:last-child .zone-news_flash .news .row .item .content p, .line-404 .line-solutions .container .row > div:last-child .zone-news_flash .news .row .item .content p, .line-solutions .container .line-404 .row > div:last-child .content .zone-news_flash .news .row .item p, .line-404 .line-solutions .container .row > div:last-child .content .zone-news_flash .news .row .item p {
  padding: 55px 95px 40px 0;
}
@media (max-width: 991px) {
  .line-solutions .container .row .zone-news_flash .news .row .item .intro, .line-solutions .container .line-404 .row > div:last-child .zone-news_flash .news .row .item .content p, .line-404 .line-solutions .container .row > div:last-child .zone-news_flash .news .row .item .content p, .line-solutions .container .line-404 .row > div:last-child .content .zone-news_flash .news .row .item p, .line-404 .line-solutions .container .row > div:last-child .content .zone-news_flash .news .row .item p {
    padding: 0 45px 20px 45px;
  }
}

.line-partner {
  /*
  padding-bottom: 10px;
  background-color: $grey6;
  .container{
      .row{
          .zone-news_flash{
              .news{
                  .row{
                      .item{
                          @include col-grid(2, 0px, 0px);
                          align-items: center;
                          padding: 80px 110px 60px 0;
                          background-color: #fff;
                          .itemImage{
                              img{
                              }
                          }
                          .intro{
                              h3{
                                  @include h4;
                              }
                              h4{
                                  @include h6;
                                  color: $primary;
                              }
                          }
                      }
                  }
              }
          }
      }
  }
  */
}

.line-partner-more {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: rgba(3, 23, 53, 0.06);
}
@media (max-width: 991px) {
  .line-partner-more {
    padding: 26px 0 66px 0;
  }
}

.line-about-team {
  padding-top: 95px;
  padding-bottom: 125px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .line-about-team {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-about-team {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-about-team .container .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .line-about-team .container .row .zone-html:first-child {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .line-about-team .container .row .zone-html:first-child .content {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .line-about-team .container .row .zone-html:first-child .content {
    margin-right: 0;
  }
}
.line-about-team .container .row .zone-html:first-child .content h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .line-about-team .container .row .zone-html:first-child .content .btn {
    margin-top: 50px;
  }
}
.line-about-team .container .row .zone-html:last-child {
  position: absolute;
  right: 1px;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .line-about-team .container .row .zone-html:last-child {
    position: relative;
    padding-bottom: 80px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-about-team .container .row .zone-html:last-child {
    padding-bottom: 40px;
  }
}
.line-about-team .container .row .zone-html:last-child .content img {
  float: right;
}
@media (max-width: 767px) {
  .line-about-team .container .row .zone-html:last-child .content img {
    width: 80% !important;
    margin-right: -15px !important;
  }
}

.line-about-img-sep {
  padding-bottom: 125px;
}
@media (max-width: 991px) {
  .line-about-img-sep {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-about-img-sep {
    padding-bottom: 60px;
  }
}

.line-about-course-title {
  padding-bottom: 48px;
}

.line-location-intro {
  background-color: #031735;
  padding: 84px 0;
}
.line-location-intro .container .row {
  display: flex;
  align-items: center;
}
.line-location-intro .container .row .zone-html:first-child {
  padding-right: 125px;
}
.line-location-intro .container .row .zone-html:first-child h2 {
  color: #fff;
  font-size: 35px;
  line-height: 43px;
}
.line-location-intro .container .row .zone-html:first-child p {
  color: #fff;
}
.line-location-desc {
  padding-bottom: 220px;
}
@media (max-width: 991px) {
  .line-location-desc {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .line-location-desc {
    padding-bottom: 80px;
  }
}

.line-location-transport-title {
  background-color: #EFF0F4;
  padding: 70px 0;
  position: relative;
}

.line-location-transport.animate .container-fluid .row .zone-news_flash .news .row:nth-child(1) img {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0s;
}
.line-location-transport.animate .container-fluid .row .zone-news_flash .news .row:nth-child(2) img {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}
.line-location-transport.animate .container-fluid .row .zone-news_flash .news .row:nth-child(3) img {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 1s;
}
.line-location-transport .container-fluid .row .zone-news_flash .news {
  gap: 0px 0px !important;
}
.line-location-transport .container-fluid .row .zone-news_flash .news .row {
  background-color: rgba(3, 23, 53, 0.15);
}
.line-location-transport .container-fluid .row .zone-news_flash .news .row:nth-child(2) {
  background-color: rgba(3, 23, 53, 0.25);
}
.line-location-transport .container-fluid .row .zone-news_flash .news .row .item {
  text-align: center;
  padding: 65px;
}
.line-location-transport .container-fluid .row .zone-news_flash .news .row .item .itemImage img {
  opacity: 0;
}
.line-location-transport .container-fluid .row .zone-news_flash .news .row .item .intro, .line-location-transport .container-fluid .line-404 .row > div:last-child .zone-news_flash .news .row .item .content p, .line-404 .line-location-transport .container-fluid .row > div:last-child .zone-news_flash .news .row .item .content p, .line-location-transport .container-fluid .line-404 .row > div:last-child .content .zone-news_flash .news .row .item p, .line-404 .line-location-transport .container-fluid .row > div:last-child .content .zone-news_flash .news .row .item p {
  font-weight: 500;
  padding-top: 20px;
}
.line-location-transport .container-fluid .row .zone-news_flash .news .row .item .intro p, .line-location-transport .container-fluid .line-404 .row > div:last-child .zone-news_flash .news .row .item .content p p, .line-404 .line-location-transport .container-fluid .row > div:last-child .zone-news_flash .news .row .item .content p p, .line-location-transport .container-fluid .line-404 .row > div:last-child .content .zone-news_flash .news .row .item p p, .line-404 .line-location-transport .container-fluid .row > div:last-child .content .zone-news_flash .news .row .item p p {
  font-weight: 500;
}

.line-location-equipment {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .line-location-equipment {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-location-equipment .container > .row > div:nth-child(1) {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .line-location-equipment .container > .row > div:nth-child(2) {
    width: 100%;
  }
}

.line-industry-choose-title {
  background-color: rgba(3, 23, 53, 0.06);
  padding-top: 90px;
  padding-bottom: 40px;
}
.line-industry-choose-title h2 strong {
  color: #D3691D;
}

.line-industry-choose {
  background-color: rgba(3, 23, 53, 0.06);
  padding-top: 20px;
  padding-bottom: 20px;
}
.line-industry-choose .container > .row > div .content {
  counter-reset: section;
}
.line-industry-choose .container > .row > div .content > .row {
  margin-bottom: 45px;
  position: relative;
  display: flex;
}
.line-industry-choose .container > .row > div .content > .row:last-child:before {
  display: none;
}
.line-industry-choose .container > .row > div .content > .row:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 90px);
  left: 196px;
  top: 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .line-industry-choose .container > .row > div .content > .row:before {
    left: 156px;
  }
}
@media (max-width: 991px) {
  .line-industry-choose .container > .row > div .content > .row:before {
    left: 75px;
  }
}
@media (max-width: 767px) {
  .line-industry-choose .container > .row > div .content > .row:before {
    left: 36px;
  }
}
.line-industry-choose .container > .row > div .content > .row:after {
  counter-increment: section;
  content: counter(section);
  font-size: 77px;
  line-height: 94px;
  font-weight: 800;
  color: #D3691D;
  background: radial-gradient(circle, white 60%, #f0f1f3 60%);
  border: 1px solid #fff;
  width: 154px;
  height: 154px;
  border-radius: 154px;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 120px;
  margin-top: -20px;
}
@media (max-width: 1199px) {
  .line-industry-choose .container > .row > div .content > .row:after {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .line-industry-choose .container > .row > div .content > .row:after {
    margin-left: 25px;
    font-size: 50px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
}
@media (max-width: 767px) {
  .line-industry-choose .container > .row > div .content > .row:after {
    margin-left: 5px;
    font-size: 35px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
  }
}
.line-industry-choose .container > .row > div .content > .row.animate:after {
  animation-name: bounceIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0ms;
  /*
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 1s;
  */
}
.line-industry-choose .container > .row > div .content > .row .item .intro, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p {
  margin-left: 35%;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .line-industry-choose .container > .row > div .content > .row .item .intro, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p {
    margin-left: 90px;
    margin-right: 10px;
  }
}
.line-industry-choose .container > .row > div .content > .row .item .intro h6, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p h6, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p h6 {
  line-height: 12px;
  margin-bottom: 5px;
}
.line-industry-choose .container > .row > div .content > .row .item .intro h3, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .line-industry-choose .container > .row > div .content > .row .item .intro h3, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-industry-choose .container > .row > div .content > .row .item .intro h3.animate, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3.animate, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-industry-choose .container > .row > div .content > .row .item .intro h5, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p h5, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
  color: #031735;
  margin-bottom: 25px;
}
.line-industry-choose .container > .row > div .content > .row .item .intro p, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p p, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p p {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .line-industry-choose .container > .row > div .content > .row .item .intro br, .line-industry-choose .container > .row > div .line-404 .row > div:last-child .content > .row .item p br, .line-404 .row > div:last-child .line-industry-choose .container > .row > div .content > .row .item p br {
    display: none !important;
  }
}

.line-industry-choose-discover {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.line-industry-choose-discover:before {
  content: "";
  width: 27px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #6084C8;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-industry-choose-discover .container {
    width: 100%;
  }
}
.line-industry-choose-discover .container > .row > div .content > .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  /*
  .item {
      padding-top: 45px;
      padding-bottom: 25px;
      display:grid;
      grid-template-columns: 33.33333% 66.66666%;
      grid-template-rows: auto 100%;
      grid-template-areas:
      "b b"
      "a c";
      &:before{
          content: "";
          width: 2500px;
          height: 1px;
          position: absolute;
          left: -50%;
          background-color: #707070;
      }
      .itemImage {
          grid-area: a;
          img {
              width: 250px;
              height: 140px;
              object-fit: cover;
              object-position: center center;
          }
      }
      h3 {
          grid-area: b;
          @include h4;
          margin-bottom: 30px;
      }
      .intro {
          grid-area: c;
      }
  }
  &:last-child {
      .item {
          &:after{
              content: "";
              width: 2500px;
              height: 1px;
              position: absolute;
              left: -50%;
              bottom: 0;
              background-color: #707070;
          }
      }
  }
  */
}
.line-industry-choose-discover .container > .row > div .content > .row .item {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "a a" "b c" "b d" "b e";
}
@media (max-width: 1399px) {
  .line-industry-choose-discover .container > .row > div .content > .row .item {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .line-industry-choose-discover .container > .row > div .content > .row .item {
    padding-left: 60px;
    padding-right: 60px;
    grid-template-columns: 275px auto;
  }
}
@media (max-width: 767px) {
  .line-industry-choose-discover .container > .row > div .content > .row .item {
    padding-left: 30px;
    padding-right: 0;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "a" "b" "c" "d" "e";
  }
}
.line-industry-choose-discover .container > .row > div .content > .row .item::before {
  content: "";
  width: 2500px;
  height: 1px;
  position: absolute;
  left: -50%;
  background-color: #707070;
}
.line-industry-choose-discover .container > .row > div .content > .row .item > h3 {
  margin-bottom: 30px;
  padding-top: 60px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  grid-area: a;
}
@media (max-width: 991px) {
  .line-industry-choose-discover .container > .row > div .content > .row .item > h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-industry-choose-discover .container > .row > div .content > .row .item > h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
@media (max-width: 991px) {
  .line-industry-choose-discover .container > .row > div .content > .row .item > h3 {
    margin-bottom: 10px;
  }
}
.line-industry-choose-discover .container > .row > div .content > .row .item hr {
  display: none;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .itemImage {
  grid-area: b;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .itemImage img {
  float: left;
  padding-right: 100px;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 350px;
}
@media (max-width: 991px) {
  .line-industry-choose-discover .container > .row > div .content > .row .item .itemImage img {
    margin-top: 10px;
  }
}
.line-industry-choose-discover .container > .row > div .content > .row .item > h4, .line-industry-choose-discover .container > .row > div .content > .row .item .e-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
  color: #031735;
  grid-area: c;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .events-mosaic__short-description {
  font-size: 16px;
  grid-area: d;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .actions {
  margin-top: 5px;
  grid-area: e;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  height: fit-content !important;
  color: #031735;
  margin-right: 34px;
  border-left: 7px solid #D3691D;
  padding: 2px 10px 2px 20px;
  border-radius: 0;
  transition: all 300ms;
  border-bottom: 0 !important;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn strong {
  color: #D3691D;
  font-weight: 300;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn strong {
  font-weight: 500 !important;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn br {
  display: block !important;
}
.line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn:hover, .line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn:active, .line-industry-choose-discover .container > .row > div .content > .row .item .actions a.btn:focus {
  margin-right: 15px;
  border-left: 26px solid #D3691D;
}
.line-industry-choose-discover .container > .row > div .content > .row:last-child .item:after {
  content: "";
  width: 2500px;
  height: 1px;
  position: absolute;
  left: -50%;
  bottom: 0;
  background-color: #707070;
}

.line-post-secondary-center-li-bloc {
  padding-top: 75px;
  padding-bottom: 60px;
}
.line-post-secondary-center-li-bloc .container > .row .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.line-post-secondary-center-li-bloc .container > .row .content h2 {
  margin-bottom: 30px;
}
.line-post-secondary-center-li-bloc .container > .row .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-post-secondary-center-li-bloc .container > .row .content ul {
  padding-left: 0 !important;
  padding-top: 20px;
  list-style-type: none;
}
.line-post-secondary-center-li-bloc .container > .row .content ul li {
  border-bottom: 2px solid rgba(3, 23, 53, 0.25);
  padding-top: 10px;
  padding-bottom: 15px;
}
.line-post-secondary-center-li-bloc.customized .container > .row .content h2 {
  margin-bottom: 15px;
}
.line-post-secondary-center-li-bloc.customized .container > .row .content ul {
  text-align: center;
}
.line-post-secondary-center-li-bloc.customized .container > .row .content ul li {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.line-post-secondary-center-li-bloc.customized .container > .row .content ul li:last-child {
  border-bottom: none;
}

.line-post-secondary-cbrf-title {
  padding-top: 95px;
  padding-bottom: 40px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-post-secondary-cbrf-title .container > .row .content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.line-post-secondary-cbrf-title .container > .row .content h2 {
  margin-bottom: 30px;
}
.line-post-secondary-cbrf-title .container > .row .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-post-secondary-cbrf-title .container > .row .content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-post-secondary-cbrf-title .container > .row .content p {
    font-size: 18px;
    line-height: 26px;
  }
}

.line-post-secondary-cbrf {
  padding-top: 0;
  padding-bottom: 50px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-post-secondary-cbrf .container > .row > div .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 30px;
}
@media (max-width: 991px) {
  .line-post-secondary-cbrf .container > .row > div .content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
.line-post-secondary-cbrf .container > .row > div .content > .row {
  margin-top: 0;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.line-post-secondary-cbrf .container > .row > div .content > .row .item {
  padding: 60px 55px 25px 55px;
}
@media (max-width: 1199px) {
  .line-post-secondary-cbrf .container > .row > div .content > .row .item {
    padding: 40px 35px 15px 35px;
  }
}
@media (max-width: 991px) {
  .line-post-secondary-cbrf .container > .row > div .content > .row .item {
    padding: 60px 55px 25px 55px;
  }
}
@media (max-width: 767px) {
  .line-post-secondary-cbrf .container > .row > div .content > .row .item {
    padding: 40px 15px 15px 15px;
  }
}
.line-post-secondary-cbrf .container > .row > div .content > .row .item .intro, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p {
  text-align: center;
}
.line-post-secondary-cbrf .container > .row > div .content > .row .item .intro h3, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-post-secondary-cbrf .container > .row > div .content > .row .item .intro h3, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-post-secondary-cbrf .container > .row > div .content > .row .item .intro h3.animate, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3.animate, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-post-secondary-cbrf .container > .row > div .content > .row .item .intro p, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p p, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-post-secondary-cbrf .container > .row > div .content > .row .item .intro p, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p p, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p p {
    font-size: 18px;
    line-height: 26px;
  }
}
.line-post-secondary-cbrf .container > .row > div .content > .row .item .intro .btn, .line-post-secondary-cbrf .container > .row > div .line-404 .row > div:last-child .content > .row .item p .btn, .line-404 .row > div:last-child .line-post-secondary-cbrf .container > .row > div .content > .row .item p .btn {
  margin-top: 10px;
}

.line-post-secondary-cbrf-cta {
  padding-top: 0;
  padding-bottom: 65px;
  background-color: rgba(3, 23, 53, 0.06);
  border-bottom: 2px solid rgba(3, 23, 53, 0.25);
}

.line-post-secondary-current-title {
  padding-top: 85px;
  padding-bottom: 50px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-post-secondary-current-title h2 strong {
  color: #D3691D;
  font-weight: 300;
}

.line-post-secondary-current-cta {
  padding-top: 0;
  padding-bottom: 55px;
  background-color: rgba(3, 23, 53, 0.06);
}

.line-post-secondary-case-studies-title {
  padding-top: 80px;
  padding-bottom: 30px;
}
.line-post-secondary-case-studies-title h2 strong {
  color: #D3691D;
  font-weight: 300;
}

.line-blueBg-2col-iconOutside-content {
  background-color: #031735;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content {
    padding-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content {
    padding-top: 50px;
  }
}
.line-blueBg-2col-iconOutside-content.losange2 .container > .row > div:nth-child(1) .content img {
  /*margin-bottom: -220px;*/
}
.line-blueBg-2col-iconOutside-content.losange3 .container > .row > div:nth-child(1) .content img {
  /*margin-bottom: -170px;*/
}
.line-blueBg-2col-iconOutside-content.first-element-top .container > .row > div:nth-child(1) .content {
  color: #555;
}
.line-blueBg-2col-iconOutside-content.first-element-top .container > .row > div:nth-child(1) .content p:first-of-type img {
  position: absolute;
  margin-top: 0;
  top: 0;
  transform: none !important;
}
.line-blueBg-2col-iconOutside-content .container > .row {
  display: flex;
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content .container > .row {
    flex-direction: column-reverse;
  }
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(1) {
  width: 33.33333%;
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(1) .content img {
  /*margin-bottom: -160px;*/
  margin-bottom: -500px;
}
@media (max-width: 1199px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(1) .content img {
    width: 220px !important;
  }
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(1) .content img {
    width: 160px !important;
  }
}
@media (max-width: 767px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(1) .content img {
    margin-bottom: -700px;
  }
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) {
  width: 66.66666%;
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) {
    width: 100%;
    padding-bottom: 20px;
  }
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h1, .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h2, .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h3, .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h4, .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h5, .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content p {
  color: #fff;
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h2 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-blueBg-2col-iconOutside-content .container > .row > div:nth-child(2) .content p {
    font-size: 18px;
    line-height: 26px;
  }
}

.line-img-spacer-small .container-fluid .row .zone-html {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .line-img-spacer-small .container-fluid .row .zone-html {
    width: calc(100% + 2px);
  }
}
.line-img-spacer-small .container-fluid .row .zone-html img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-height: 426px;
}
@media (max-width: 991px) {
  .line-img-spacer-small .container-fluid .row .zone-html img {
    height: 286px !important;
  }
}

.line-accordeon-plus-under {
  background-color: rgba(3, 23, 53, 0.06);
  padding-bottom: 115px;
}
.line-accordeon-plus-under.titleh4 .container .row .zone-news_flash .news .row .item table tr:first-child td {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .line-accordeon-plus-under.titleh4 .container .row .zone-news_flash .news .row .item table tr:first-child td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.line-accordeon-plus-under.titleh4 .container .row .zone-news_flash .news .row .item table tr:first-child td h4 {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .line-accordeon-plus-under.titleh4 .container .row .zone-news_flash .news .row .item table tr:first-child td h4 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-accordeon-plus-under.titleh4 .container .row .zone-news_flash .news .row .item table tr:first-child td h4.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-accordeon-plus-under.biggertext .container .row .zone-news_flash .news .row .item table tr:last-child p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.line-accordeon-plus-under .container .row .zone-news_flash .news .row .item table tr:first-child h3 {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .line-accordeon-plus-under .container .row .zone-news_flash .news .row .item table tr:first-child h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-accordeon-plus-under .container .row .zone-news_flash .news .row .item table tr:first-child h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-accordeon-plus-under .container .row .zone-news_flash .news .row .item table tr:first-child p {
  margin-bottom: 25px;
}
.line-accordeon-plus-under .container .row .zone-news_flash .news .row .item table tr:first-child img {
  margin-bottom: 0;
}
body.lang-fr .line-blue-title.banner-alerte-espace {
  padding-top: 185px;
}
body.lang-fr .line-blueBg-2col-iconOutside-content.banner-alerte-espace,
body.lang-fr .line-blueBg_2col.banner-alerte-espace {
  padding-top: 195px;
}
body .line-banner.banner-alerte-espace {
  margin-bottom: 90px;
}
body .banner-lg.banner-alerte-espace {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  body .banner-lg.banner-alerte-espace {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  body .banner-lg.banner-alerte-espace {
    padding-bottom: 200px;
  }
}
body .banner-lg.banner-alerte-espace:after {
  margin-top: 15px;
}
@media (max-width: 991px) {
  body .banner-lg.banner-alerte-espace:after {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  body .banner-lg.banner-alerte-espace:after {
    margin-top: 115px;
  }
}
body .line-blue-title.banner-alerte-espace {
  padding-top: 145px;
}
body .line-blueBg-2col-iconOutside-content.banner-alerte-espace,
body .line-blueBg_2col.banner-alerte-espace {
  padding-top: 155px;
}

.line-banner-alerte .container {
  height: 0;
}
.line-banner-alerte .container > .row > div .content {
  position: absolute;
  width: 100%;
  max-width: 580px;
  min-height: 165px;
  margin-top: -140px;
  padding: 40px 20px 10px 80px;
  right: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.24);
}
.line-banner-alerte .container > .row > div .content:before {
  content: "";
  width: 56px;
  height: 100%;
  position: absolute;
  background-color: #D3691D;
  left: 0;
  top: 0;
  bottom: 0;
}
.line-banner-alerte .container > .row > div .content:after {
  content: "";
  width: 35px;
  height: 19px;
  position: absolute;
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/arrow.svg") no-repeat;
  background-position: center center;
  left: 10px;
  top: 48px;
}
.line-banner-alerte .container > .row > div .content .btn-primary {
  margin-right: 0;
}
@media (max-width: 767px) {
  .line-banner-alerte .container > .row > div .content .btn-primary br {
    display: none !important;
  }
}

.line-academy-intro {
  padding-top: 64px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .line-academy-intro {
    padding-bottom: 64px;
  }
}
.line-academy-intro .container .row {
  max-width: 100%;
  margin: 0 auto;
}
.line-academy-intro .container .row .zone-html .content {
  margin: 0 auto;
}
.line-academy-intro .container .row .zone-html .content h2, .line-academy-intro .container .row .zone-html .content p {
  padding: 0 10%;
}
@media (max-width: 575px) {
  .line-academy-intro .container .row .zone-html .content h2, .line-academy-intro .container .row .zone-html .content p {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .line-academy-intro .container .row .zone-html .content h2 br, .line-academy-intro .container .row .zone-html .content p br {
    display: none !important;
  }
}
.line-academy-intro .container .row .zone-html .content h2 {
  margin-bottom: 25px;
}
.line-academy-intro .container .row .zone-html .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-academy-intro .container .row .zone-html .content div.logobox {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .line-academy-intro .container .row .zone-html .content div.logobox {
    padding-top: 30px;
    flex-direction: column;
  }
}
.line-academy-intro .container .row .zone-html .content div.logobox img {
  width: 262px;
  height: 156px !important;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .line-academy-intro .container .row .zone-html .content div.logobox img {
    margin-right: 60px;
  }
}
@media (max-width: 575px) {
  .line-academy-intro .container .row .zone-html .content div.logobox img {
    margin-right: 0;
  }
}
.line-academy-intro .container .row .zone-html .content div.logobox hr {
  height: 200px;
  width: 1px;
  margin-left: 0;
  margin-right: 80px;
  background-color: #000;
}
@media (max-width: 991px) {
  .line-academy-intro .container .row .zone-html .content div.logobox hr {
    height: 0;
    width: 90%;
    margin-right: 0;
  }
}
.line-academy-intro .container .row .zone-html .content div.logobox p {
  padding: 0 5%;
}
@media (max-width: 575px) {
  .line-academy-intro .container .row .zone-html .content div.logobox p {
    padding: 0;
  }
}

.line-academy-why {
  background-color: rgba(3, 23, 53, 0.06);
  padding: 160px 0;
}
@media (max-width: 991px) {
  .line-academy-why {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .line-academy-why {
    padding: 80px 0 60px 0;
  }
}
.line-academy-why.bgWhite {
  background-color: #fff;
}
.line-academy-why .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-academy-why .container .row {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .line-academy-why .container .row {
    flex-direction: column;
  }
}
.line-academy-why .container .row .zone-html:first-child {
  position: absolute;
  left: 1px;
  padding: 0;
}
@media (max-width: 991px) {
  .line-academy-why .container .row .zone-html:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-academy-why .container .row .zone-html:first-child {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-academy-why .container .row .zone-html:first-child .content img {
    width: 75% !important;
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
    margin-left: -15px;
  }
}
.line-academy-why .container .row .zone-html:last-child {
  margin-left: 30%;
  width: 55%;
}
@media (max-width: 1399px) {
  .line-academy-why .container .row .zone-html:last-child {
    margin-left: 40%;
  }
}
@media (max-width: 1199px) {
  .line-academy-why .container .row .zone-html:last-child {
    margin-left: 50%;
  }
}
@media (max-width: 991px) {
  .line-academy-why .container .row .zone-html:last-child {
    margin-left: 44%;
  }
}
@media (max-width: 767px) {
  .line-academy-why .container .row .zone-html:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.line-academy-why .container .row .zone-html:last-child h2 {
  padding-bottom: 25px;
}
.line-academy-why .container .row .zone-html:last-child h2 strong {
  color: #D3691D;
  font-weight: 300;
}

.line-academy-carousel {
  background-color: #031735;
  padding: 100px 0 100px 0;
  min-height: 600px;
}
.line-academy-carousel .container .row .zone-carousel .carousel-indicators li {
  color: #fff;
}
.line-academy-carousel .container .row .zone-carousel .carousel-indicators li:before {
  color: #fff;
}
.line-academy-carousel .container .row .zone-carousel .carousel-indicators li.active {
  color: #D3691D;
}
.line-academy-carousel .container .row .zone-carousel .carousel-indicators li.active:before {
  color: #D3691D;
}
.line-academy-carousel .container .row .zone-carousel .caption-content h3, .line-academy-carousel .container .row .zone-carousel .caption-content p, .line-academy-carousel .container .row .zone-carousel .carousel-text h3, .line-academy-carousel .container .row .zone-carousel .carousel-text p {
  color: #fff;
}
.line-academy-carousel .container .row .zone-carousel .caption-content .btn, .line-academy-carousel .container .row .zone-carousel .carousel-text .btn {
  color: #fff !important;
}

.line-academy-course-title {
  padding: 68px 0;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-academy-form-title {
  padding-top: 70px;
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .line-academy-form-title {
    padding-bottom: 0;
  }
}
.line-academy-form-title.border-top {
  border-top: 1px solid #031735;
}
.line-academy-form-title .container .row .zone-html .content h2 strong {
  color: #D3691D;
  font-weight: 300;
}
@media (max-width: 991px) {
  .line-academy-form-title .container .row .zone-html .content h2 br {
    display: none;
  }
}
.line-academy-form-title .container .row .zone-html .content h4 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-academy-form {
  padding-bottom: 80px;
}
.line-academy-form #formbuilder-add-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.line-academy-form .formbuilder-confirmation-content {
  text-align: center;
}

.line-rp-subject-title {
  padding: 50px 0;
}
.line-rp-subject {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-rp-subject {
    padding-bottom: 90px;
  }
}
.line-rp-subject .container .row .zone-news_flash .news .row .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.line-rp-subject .container .row .zone-news_flash .news .row .item .itemImage img {
  width: 100%;
  max-width: 190px;
}
.line-rp-subject .container .row .zone-news_flash .news .row .item h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  max-width: 225px;
}

.line-pei-rp-intro {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-pei-rp-intro .container .row .zone-html:first-child {
  width: 40%;
}
@media (max-width: 767px) {
  .line-pei-rp-intro .container .row .zone-html:first-child {
    width: 100%;
  }
}
.line-pei-rp-intro .container .row .zone-html:first-child h2 strong {
  color: #D3691D;
  font-weight: 300;
}
.line-pei-rp-intro .container .row .zone-html:last-child {
  width: 60%;
}
@media (max-width: 767px) {
  .line-pei-rp-intro .container .row .zone-html:last-child {
    width: 100%;
  }
}
.line-pei-rp-intro .container .row .zone-html:last-child div.imgbox {
  display: flex;
  align-items: center;
  padding-top: 36px;
}
@media (max-width: 575px) {
  .line-pei-rp-intro .container .row .zone-html:last-child div.imgbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-pei-rp-intro .container .row .zone-html:last-child div.imgbox img {
  margin-right: 36px;
}
@media (max-width: 575px) {
  .line-pei-rp-intro .container .row .zone-html:last-child div.imgbox img {
    margin-bottom: 30px;
  }
}

.line-pei-rp-faq {
  background-color: rgba(3, 23, 53, 0.06);
}

.line-pei-rp-cta {
  padding: 66px 0;
  background-color: rgba(3, 23, 53, 0.06);
}
@media (max-width: 991px) {
  .line-pei-rp-cta {
    padding: 26px 0 66px 0;
  }
}
.line-pei-rp-cta .container .row .zone-html .content a {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
  color: #031735 !important;
}
.line-pei-rp-cta .container .row .zone-html .content a:hover, .line-pei-rp-cta .container .row .zone-html .content a:active, .line-pei-rp-cta .container .row .zone-html .content a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-pei-rp-cta .container .row .zone-html .content a {
    white-space: normal !important;
  }
}
.line-pei-rp-cta .container .row .zone-html .content a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-pei-rp-cta .container .row .zone-html .content a:hover, .line-pei-rp-cta .container .row .zone-html .content a:active, .line-pei-rp-cta .container .row .zone-html .content a:focus {
  background-color: transparent;
  color: #D3691D;
}
.line-pei-rp-cta .container .row .zone-html .content a:hover, .line-pei-rp-cta .container .row .zone-html .content a:focus, .line-pei-rp-cta .container .row .zone-html .content a:active {
  color: #D3691D !important;
  text-decoration: none !important;
}

.line-pei-rp-form-title {
  padding-top: 70px;
  padding-bottom: 36px;
}

.line-pei-rp-form {
  padding-bottom: 70px;
}

.line-elevate-partner {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .line-elevate-partner {
    padding-bottom: 40px;
  }
}
.line-elevate-partner.bioworks .content p {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .line-elevate-partner.bioworks .content p {
    flex-direction: column;
  }
}
.line-elevate-partner.bioworks .content p a:first-of-type {
  max-width: 135px;
}
@media (min-width: 768px) {
  .line-elevate-partner.bioworks .content p a:first-of-type {
    margin-right: 30px;
    margin-left: 60px;
  }
}

.line-post-secondary-delivery {
  background-color: #031735;
  position: relative;
}
.line-post-secondary-delivery .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(1) {
  width: 36%;
}
@media (max-width: 767px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(1) {
    width: 75%;
  }
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(1) .content {
  height: 100% !important;
  min-height: 560px;
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(1) .content img {
  position: absolute;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) {
  width: 64%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) {
    width: 100%;
    flex-direction: column;
  }
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content {
  padding: 60px 0 60px 100px;
  max-width: 540px;
}
@media (max-width: 991px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content {
    padding: 60px 0 60px 60px;
  }
}
@media (max-width: 767px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content {
    max-width: 100%;
    padding: 60px 30px 60px 20px;
  }
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content h2 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-post-secondary-delivery .container-fluid > .row > div:nth-child(2) .content p {
  color: #fff;
}

.line-post-secondary-delivery-partnerships-title {
  padding-top: 75px;
  padding-bottom: 35px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-post-secondary-delivery-partnerships-title h2 strong {
  color: #D3691D;
  font-weight: 300;
}

.line-post-secondary-delivery-partnerships {
  padding-top: 0;
  padding-bottom: 110px;
  background-color: rgba(3, 23, 53, 0.06);
}
.line-post-secondary-delivery-partnerships.aboutPage {
  padding-bottom: 0;
}
.line-post-secondary-delivery-partnerships.aboutPage .itemImage img {
  object-fit: contain !important;
  max-width: 100% !important;
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row {
  margin-left: 0;
  margin-right: 0;
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .itemImage {
  width: 50%;
  background-color: #fff;
  border-right: 2px solid rgba(3, 23, 53, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .itemImage {
    width: 100%;
  }
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .itemImage img {
  max-width: 422px;
  border: 0;
}
@media (max-width: 991px) {
  .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .itemImage img {
    max-width: 570px !important;
    width: 100%;
    margin-bottom: 0;
  }
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p {
  width: 50%;
  background-color: #fff;
  padding: 55px 85px 35px 90px;
}
@media (max-width: 1199px) {
  .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p {
    padding: 55px 45px 35px 45px;
  }
}
@media (max-width: 991px) {
  .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p {
    width: 100%;
    padding: 0 45px 20px 45px;
  }
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro h3, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro h3, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro h3.animate, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p h3.animate, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro h4, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p h4, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
  color: #031735;
  margin-bottom: 20px;
}
.line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item .intro .btn, .line-post-secondary-delivery-partnerships .container > .row > div .line-404 .row > div:last-child .content > .row .item p .btn, .line-404 .row > div:last-child .line-post-secondary-delivery-partnerships .container > .row > div .content > .row .item p .btn {
  margin-top: 20px;
}

.line-media-contact-title {
  padding-top: 80px;
  padding-bottom: 25px;
}

.line-media-contact {
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .line-media-contact {
    padding-bottom: 60px;
  }
}
.line-media-contact .container > .row > div:nth-child(1) {
  width: fit-content;
}
@media (max-width: 991px) {
  .line-media-contact .container > .row > div:nth-child(1) .content {
    padding-bottom: 20px;
  }
}
.line-media-contact .container > .row > div:nth-child(2) .content {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .line-media-contact .container > .row > div:nth-child(2) .content {
    margin-left: 0;
  }
}
.line-media-contact .container > .row > div:nth-child(2) .content h3 {
  margin-bottom: 0;
}
.line-media-contact .container > .row > div:nth-child(2) .content a {
  color: #D3691D !important;
}

.line-in-the-media-title {
  padding-top: 95px;
  padding-bottom: 0;
  background-color: #EFF0F4;
  border-top: 2px solid rgba(3, 23, 53, 0.2);
}
@media (max-width: 991px) {
  .line-in-the-media-title {
    padding-top: 65px;
  }
}

.line-in-the-media {
  padding-top: 30px;
  padding-bottom: 115px;
  background-color: #EFF0F4;
  border-bottom: 1px solid rgba(3, 23, 53, 0.4);
}
.line-in-the-media .news-accordion-panel-group .panel-news-accordion .panel-heading h3 a {
  font-size: 30px !important;
  line-height: 37px !important;
}
.line-in-the-media .news-accordion-panel-group .panel-news-accordion .accordion-pane .news-accordion-content ul {
  list-style-type: none;
  padding-left: 35px !important;
}
.line-in-the-media .news-accordion-panel-group .panel-news-accordion .accordion-pane .news-accordion-content ul li {
  margin-bottom: 20px !important;
}
.line-in-the-media .news-accordion-panel-group .panel-news-accordion .accordion-pane .news-accordion-content ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  background-color: #D3691D;
  margin-left: -30px;
  margin-top: 11px;
}
.line-in-the-media .news-accordion-panel-group .panel-news-accordion .accordion-pane .news-accordion-content ul li a {
  color: #D3691D !important;
}

.line-room-press-release {
  padding-bottom: 40px;
}
.line-room-press-release:after {
  display: none;
}
.line-room-press-release .item h3 a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: initial;
  color: #D3691D;
}

.line-room-press-release-cta {
  padding-bottom: 55px;
}

.line-courses-training-session {
  background-color: rgba(3, 23, 53, 0.06);
  padding-top: 88px;
  padding-bottom: 28px;
}
.line-courses-training-session.border-top {
  border-top: 1px solid #031735;
}
.line-courses-training-session h2 {
  margin-bottom: 58px;
}
.line-courses-training-session h2 strong {
  color: #D3691D;
  font-weight: 300;
}
@media (min-width: 576px) {
  .line-courses-training-session p a:first-child {
    margin-left: 33px;
  }
}

.line-case-study-survol {
  padding-top: 110px;
  padding-bottom: 100px;
}
.line-case-study-survol .container .row .zone-news #news_content {
  gap: 90px 25px !important;
}
.line-case-study-survol .container .row .zone-news #news_content .row .e-date {
  margin-bottom: 10px;
  margin-top: 24px;
}
.line-case-study-survol .container .row .zone-news #news_content .row .news-intro {
  margin-bottom: 24px;
}

.line-case-study-details {
  padding-top: 100px;
  padding-bottom: 32px;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .mod-article__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .mod-article__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .mod-article__title.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .mod-article__published-date {
  font-weight: 500;
  margin-bottom: 32px;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__img {
  margin-bottom: 40px;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation-container {
  margin-top: 32px;
  margin-bottom: 32px;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation-container tr td:first-child {
  min-width: 260px;
}
@media (max-width: 767px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation-container tr td:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation-container tr td:last-child {
    display: block;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation {
  position: relative;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:before {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Quotes.svg);
  width: 52px;
  height: 44px;
  position: absolute;
  left: 10px;
  top: 85px;
}
@media (max-width: 767px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:before {
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    left: 0;
    top: 30px;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:after {
  content: "";
  background: url(https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/Quotes.svg);
  width: 52px;
  height: 44px;
  position: absolute;
  right: 30px;
  bottom: 140px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation:after {
    width: 26px;
    height: 22px;
    background-size: 26px 22px;
    right: 0;
    bottom: 40px;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td br {
  display: block !important;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td h3.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content table.citation td p {
  font-size: 18px;
  line-height: 22px;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-case-study-details .container .row .zone-article .mod-article__wrapper .news-content .mod-article__content h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
  font-weight: 600;
}
.line-case-study-dl-intro {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .line-case-study-dl-intro {
    padding-bottom: 0;
  }
}
.line-case-study-dl-intro .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-case-study-dl-intro .container .row {
    flex-direction: column;
  }
}
.line-case-study-dl-intro .container .row .zone-html:first-child {
  width: 60%;
}
@media (max-width: 767px) {
  .line-case-study-dl-intro .container .row .zone-html:first-child {
    width: 100%;
  }
}
.line-case-study-dl-intro .container .row .zone-html:last-child {
  width: 40%;
}
@media (max-width: 767px) {
  .line-case-study-dl-intro .container .row .zone-html:last-child {
    width: 100%;
  }
}
.line-case-study-dl-intro .container .row .zone-html:last-child .content {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .line-case-study-dl-intro .container .row .zone-html:last-child .content {
    justify-content: flex-start;
  }
}

.line-case-study-dl-forms {
  padding-top: 50px;
}
.line-case-study-dl-forms .container .row .zone-html {
  width: 60%;
}
@media (max-width: 767px) {
  .line-case-study-dl-forms .container .row .zone-html {
    width: 100%;
  }
}
.line-case-study-dl-forms .container .row .zone-html .content {
  padding-right: 90px;
}
@media (max-width: 991px) {
  .line-case-study-dl-forms .container .row .zone-html .content {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .line-case-study-dl-forms .container .row .zone-html .content {
    padding-right: 0;
  }
}
.line-case-study-dl-forms .container .row .zone-html .content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0;
}
@media (max-width: 991px) {
  .line-case-study-dl-forms .container .row .zone-html .content h2 {
    font-size: 22px;
    line-height: 25px;
  }
}
.line-case-study-dl-forms .container .row .zone-html .content h2.animate {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.line-case-study-dl-forms .container .row .zone-html .content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
}
.line-case-study-dl-forms .container .row .zone-crm {
  width: 40%;
}
@media (max-width: 767px) {
  .line-case-study-dl-forms .container .row .zone-crm {
    width: 100%;
    padding-top: 50px;
  }
}
.line-case-study-dl-forms .container .row .zone-crm form h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: initial;
}
.line-case-study-dl-forms .container .row .zone-crm form .section {
  margin-top: 0;
}
.line-case-study-dl-forms .container .row .zone-crm form .crm-footer-frame {
  margin-top: 32px;
}

.line-case-study-dl-retour {
  padding-top: 0;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-case-study-dl-retour {
    padding-top: 50px;
  }
}
.line-arena-key-objective {
  background-color: rgba(3, 23, 53, 0.06);
  padding-top: 120px;
  padding-bottom: 140px;
}
.line-arena-key-objective .container > .row > div > h2 {
  text-align: center;
}
.line-arena-key-objective .container > .row > div .content {
  background-color: #fff;
  margin-top: 40px;
  padding: 60px 80px 40px 80px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .line-arena-key-objective .container > .row > div .content {
    padding: 60px 40px 40px 40px;
  }
}
.line-arena-key-objective .container > .row > div .content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-arena-key-objective .container > .row > div .content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.line-arena-key-objective .container > .row > div .content a {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  height: 55px;
  padding: 0px 30px;
  display: inline-flex;
  align-items: center;
  text-align: start;
  margin-right: 15px;
  border: none;
  min-width: 0;
  border-radius: 50px;
  background-color: transparent;
  color: #031735;
  transition: all 150ms;
  border-bottom: 2px solid #D3691D;
  white-space: wrap;
  border-radius: 0;
  padding: 0;
  color: #031735 !important;
  margin-top: 20px;
}
.line-arena-key-objective .container > .row > div .content a:hover, .line-arena-key-objective .container > .row > div .content a:active, .line-arena-key-objective .container > .row > div .content a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-arena-key-objective .container > .row > div .content a {
    white-space: normal !important;
  }
}
.line-arena-key-objective .container > .row > div .content a.animate {
  animation-name: btn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.line-arena-key-objective .container > .row > div .content a:hover, .line-arena-key-objective .container > .row > div .content a:active, .line-arena-key-objective .container > .row > div .content a:focus {
  background-color: transparent;
  color: #D3691D;
}
.line-arena-key-objective .container > .row > div .content a:hover, .line-arena-key-objective .container > .row > div .content a:focus, .line-arena-key-objective .container > .row > div .content a:active {
  color: #D3691D !important;
  text-decoration: none !important;
}
.line-arena-key-objective .container > .row > div .content img {
  margin-top: 30px;
}

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