@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..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 à 1400px */
/* Plus petit ou égal à 1399px */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1399px et 1199px */
/* Entre 1199px et 992px */
/* Entre 1199px et 768px */
/* Entre 1199px et 576px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/*Global variable for REM
    $rem : 16px;
*/
/* RESPONSIVE REM FONT-SIZE
html{
    font-size: $rem;
    @media only screen and (max-width : $lg) {
        html{font-size: 10px;}
    }
    @media only screen and (max-width : $md) {
        html{font-size: 8px;}
    }
    @media only screen and (max-width : $sm) {
        html{font-size: 5px;}
    }
    @media only screen and (max-width : $xs) {
        html{font-size: 5px;}
    }
}*/
.container {
  /*
  @include min-custom(1500px) {
      width: $xlg-container;
  }
  */
}

/* 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: 30px 0 !important;
}

.xsmallpaddingtop {
  padding-top: 30px !important;
}

.xsmallpaddingbottom {
  padding-bottom: 30px !important;
}

.smallpadding {
  padding: 70px 0 !important;
}

.smallpaddingtop {
  padding-top: 70px !important;
}

.smallpaddingbottom {
  padding-bottom: 70px !important;
}

.largepadding {
  padding: 130px 0 !important;
}

.largepaddingtop {
  padding-top: 130px !important;
}

.largepaddingbottom {
  padding-bottom: 130px !important;
}

.xlargepadding {
  padding: 200px 0 !important;
}

.xlargepaddingtop {
  padding-top: 200px !important;
}

.xlargepaddingbottom {
  padding-bottom: 200px !important;
}

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

  .smallpaddingtop {
    padding-top: 40px !important;
  }

  .smallpaddingbottom {
    padding-bottom: 40px !important;
  }

  .largepadding {
    padding: 80px 0 !important;
  }

  .largepaddingtop {
    padding-top: 80px !important;
  }

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

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

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

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

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

/* Full Width 80% */
@media (min-width: 768px) {
  .fullwidth-80 .container {
    width: 94%;
  }
}
@media (min-width: 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;
}

.dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5, .dark-background h6, .dark-background p, .dark-background .h1, .dark-background .h2, .dark-background .h3, .dark-background .h4, .dark-background .h5, .dark-background .h6 {
  color: #fff !important;
}
.dark-background-h1 h1, .dark-background-h2 h2, .dark-background-h3 h3, .dark-background-h4 h4, .dark-background-h5 h5, .dark-background-h6 h6 {
  color: #fff !important;
}
.dark-background ul li {
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 100;
  color: #fff !important;
}
.dark-background ul li::marker {
  color: #fff !important;
  font-size: 13px;
}
.dark-background ul li ol {
  margin-top: 0;
  margin-bottom: 0;
}
.dark-background .btn-primary:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0A297B !important;
}
.dark-background .btn-link {
  color: #fff !important;
}
.dark-background .btn-link:hover {
  color: #fff !important;
}
.dark-background .btn-link:hover:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-hover.svg);
}
.dark-background .panel-news-accordion .panel-heading .panel-title a {
  color: #fff;
}
.dark-background .panel-news-accordion .panel-heading .panel-title a:after {
  color: #fff;
}
.dark-background .panel-news-accordion .accordion-pane .panel-body .news-accordion-content ul li {
  color: #fff !important;
}

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

::selection {
  color: #fff;
  background: #0A297B;
}

/* 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;
  }
}
@-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: "Geologica", sans-serif;
}
body.overflowhidden {
  overflow: hidden;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Geologica", sans-serif;
  width: 100%;
  color: #0A297B;
}
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: keep-all;
  }
}

h1, .h1 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
h2, .h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 100;
  text-transform: none;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
h3, .h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
h4, .h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 100;
  text-transform: none;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
h5, .h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
}
h6, .h6 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: initial;
  color: #000;
}
.citation {
  font-size: 25px;
  line-height: 37px;
  font-weight: 300;
  font-style: italic;
}

.credit-photo {
  font-weight: normal;
  font-size: 12px;
  color: #868686;
}

p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  color: #000;
}
.p-small {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
}
hr {
  border-color: rgba(124, 199, 255, 0.35);
}

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

ol, ul:not(.menu-vertical-items):not(.nav):not(.nav-sidebar-sticky):not(.chosen-choices):not(.chosen-results):not(.mod-header):not(.dropdown-menu):not(.dropdown-menu-level-2):not(.list-group):not(.list-unstyled):not(.error):not(.errors):not(#menu):not(.breadcrumb):not(.social):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 {
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 100;
  color: #000;
}
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: #000;
  font-size: 13px;
}
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 ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol 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) ul {
  list-style-type: square !important;
  margin-top: 0;
  margin-bottom: 0;
}
ol ul 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) ul li::marker {
  font-size: 16px;
  color: #000;
}

ol {
  padding-left: 15px;
}

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

/*###########################  BOUTONS RESET  ###########################*/
.btn, input.btn, a.btn {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.btn:hover, .btn:active, .btn:focus, input.btn:hover, input.btn:active, input.btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn, input.btn, a.btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, .btn.btn-default, input.btn.btn-primary, input.btn.btn-default, a.btn.btn-primary, a.btn.btn-default {
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus, input.btn.btn-default:hover, input.btn.btn-default:active, input.btn.btn-default:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:focus, a.btn.btn-default:hover, a.btn.btn-default:active, a.btn.btn-default:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
.btn.btn-secondary, input.btn.btn-secondary, a.btn.btn-secondary {
  background-color: #fff;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
}
.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: #7CC7FF;
  border: 1px solid #7CC7FF;
  color: #0A297B;
}
.btn.btn-link, .btn.btn-back, input.btn.btn-link, input.btn.btn-back, a.btn.btn-link, a.btn.btn-back {
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.btn.btn-link:after, .btn.btn-back:after, input.btn.btn-link:after, input.btn.btn-back:after, a.btn.btn-link:after, a.btn.btn-back:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-back:hover, .btn.btn-back:active, .btn.btn-back:focus, input.btn.btn-link:hover, input.btn.btn-link:active, input.btn.btn-link:focus, input.btn.btn-back:hover, input.btn.btn-back:active, input.btn.btn-back:focus, a.btn.btn-link:hover, a.btn.btn-link:active, a.btn.btn-link:focus, a.btn.btn-back:hover, a.btn.btn-back:active, a.btn.btn-back:focus {
  color: #7CC7FF;
  border: none;
}
.btn.btn-download, input.btn.btn-download, a.btn.btn-download {
  margin-left: 70px;
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
  position: relative;
}
.btn.btn-download:before, input.btn.btn-download:before, a.btn.btn-download:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: -70px;
}
.btn.btn-download:hover, .btn.btn-download:active, .btn.btn-download:focus, input.btn.btn-download:hover, input.btn.btn-download:active, input.btn.btn-download:focus, a.btn.btn-download:hover, a.btn.btn-download:active, a.btn.btn-download:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
.btn.btn-menu, input.btn.btn-menu, a.btn.btn-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: rgba(159, 159, 159, 0.27);
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #fff;
}
.btn.btn-menu:hover, .btn.btn-menu:active, .btn.btn-menu:focus, input.btn.btn-menu:hover, input.btn.btn-menu:active, input.btn.btn-menu:focus, a.btn.btn-menu:hover, a.btn.btn-menu:active, a.btn.btn-menu:focus {
  background-color: #7CC7FF;
  border: 1px solid #7CC7FF;
  color: #0A297B !important;
}

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

.back-to-list {
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.back-to-list:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.back-to-list:hover, .back-to-list:active, .back-to-list:focus {
  color: #7CC7FF;
  border: 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: #7CC7FF;
  -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 .col-sm-24 .col-md-12,
form.search-form .col-sm-24 .col-md-12 {
  width: 100%;
  /*
  @include min-md {
  	padding: 0 15px 0px 0!important;
  }
  */
}
form.form-horizontal .form-group,
form.search-form .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  /* 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: 12px;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 30px;
}
form.form-horizontal .form-group p.help-block,
form.search-form .form-group p.help-block {
  color: #0A297B;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
form.form-horizontal .form-group .control-label--required,
form.search-form .form-group .control-label--required {
  padding-left: 5px;
  color: #0A297B !important;
}
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: #f9f9f9 !important;
  color: #000 !important;
  border: none;
  border-radius: 22px;
}
form.form-horizontal .form-group select, form.form-horizontal .form-group input.form-control, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select,
form.search-form .form-group input.form-control,
form.search-form .form-group .chosen-choices {
  border-radius: 30px;
  border: 1px solid #e6e6e6 !important;
  padding: 15px !important;
  height: 51px !important;
}
form.form-horizontal .form-group textarea,
form.search-form .form-group textarea {
  border: 1px solid #e6e6e6 !important;
  padding: 15px !important;
}
form.form-horizontal .form-group select,
form.search-form .form-group select {
  -webkit-border-radius: 22px !important;
  border-radius: 22px !important;
}
form.form-horizontal .form-group .input-file,
form.search-form .form-group .input-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
form.form-horizontal .form-group select.moteur-recherche, form.form-horizontal .form-group select#category_id, form.form-horizontal .form-group .chosen-choices,
form.search-form .form-group select.moteur-recherche,
form.search-form .form-group select#category_id,
form.search-form .form-group .chosen-choices {
  width: 100%;
  position: relative;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9f9f9 url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/caret-blue-down.svg) no-repeat right 23px center !important;
  background-size: 13px !important;
}
form.form-horizontal .form-group select.moteur-recherche:after, form.form-horizontal .form-group select#category_id:after, form.form-horizontal .form-group .chosen-choices:after,
form.search-form .form-group select.moteur-recherche:after,
form.search-form .form-group select#category_id:after,
form.search-form .form-group .chosen-choices:after {
  content: "";
  background: #cccc;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 60px;
  top: 0;
}
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: #7CC7FF !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: 0px;
  text-align: center;
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: rgba(124, 199, 255, 0.1);
}
#ui-form .ui-section__content h2 {
  color: #7CC7FF;
}

.overrideformtitle .zone-crm h1 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 100;
  text-transform: none;
  text-align: center;
}
@media (max-width: 991px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
#form-formbuilder .help-block {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  color: #0A297B;
  font-size: 14px;
  line-height: 24px;
}

.line-form .container .row > div #formbuilder-add-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .line-form .container .row > div #formbuilder-add-wrapper {
    max-width: 70%;
  }
}
.line-form .container .row > div #formbuilder-add-wrapper h2 {
  margin-bottom: 30px;
}
.line-form .container .row > div #formbuilder-add-wrapper p {
  margin-bottom: 50px;
}

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

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

.zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
  font-size: 56px;
}
@media (max-width: 991px) {
  .zone-event h1.form-withProgress__title-main,
.zone-member h1.form-withProgress__title-main {
    padding: 0 32px;
    padding-left: 0;
    padding-bottom: 25px;
  }
}
@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: 0px;
  background: #fff !important;
  /*Formulaire*/
  /*Récapitulatif*/
  /*Total box*/
  /*Bottom Nav*/
}
@media (max-width: 991px) {
  .zone-event .form-withProgress__wrapper,
.zone-member .form-withProgress__wrapper {
    padding: 32px 0px;
  }
}
.zone-event .form-withProgress__wrapper h2.section-title,
.zone-member .form-withProgress__wrapper h2.section-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
.zone-event .form-withProgress__wrapper .form-group label.control-label,
.zone-member .form-withProgress__wrapper .form-group label.control-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 30px;
}
.zone-event .form-withProgress__wrapper .form-group label.control-label p.help-block,
.zone-member .form-withProgress__wrapper .form-group label.control-label p.help-block {
  color: #0A297B;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
.zone-event .form-withProgress__wrapper .form-group select,
.zone-member .form-withProgress__wrapper .form-group select {
  background-color: #f7f7f7;
  border-radius: 22px;
  border: 1px solid #e6e6e6 !important;
  padding: 15px !important;
}
.zone-event .form-withProgress__wrapper .form-group input,
.zone-member .form-withProgress__wrapper .form-group input {
  background-color: #f7f7f7;
  border-radius: 22px;
  border: 1px solid #e6e6e6 !important;
  padding: 15px !important;
}
.zone-event .form-withProgress__wrapper .form-group.static-infos label.control-label,
.zone-member .form-withProgress__wrapper .form-group.static-infos label.control-label {
  padding-left: 0;
}
.zone-event .form-withProgress__wrapper fieldset h2,
.zone-member .form-withProgress__wrapper fieldset h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  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: 22px;
  font-weight: 600;
  text-transform: initial;
  color: #0A297B;
}
@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;
}
@media (max-width: 767px) {
  .zone-event .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-event .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-section_payment_grand_total .total-amount-section .total-amount-price,
.zone-member .form-withProgress__wrapper #fieldset-total .total-amount-section .total-amount-price {
    font-size: 20px;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment {
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active, .zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#singlebutton:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#submit:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#singlebutton:focus,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:hover,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:active,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer button#external_payment:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
@media (max-width: 767px) {
  .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 {
    max-width: fit-content;
  }
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step {
  color: #0A297B;
  margin-right: 32px;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #0A297B;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:after,
.zone-event .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#step_previous:after,
.zone-member .form-withProgress__wrapper .form-withProgress__navigation-footer a#prev_reg_step:after {
  display: none;
}
.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 {
  background: transparent;
  color: #7CC7FF;
  border-color: #7CC7FF;
}
@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;
    max-width: fit-content;
  }
}
.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: #0069B7;
}
.zone-event .membership-delegate-manage .footer .btn,
.zone-member .membership-delegate-manage .footer .btn {
  padding: 1.5rem 3rem !important;
  background-color: #7CC7FF !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: 1px solid #7CC7FF !important;
}
.zone-event .membership-delegate-manage .footer .btn:hover, .zone-event .membership-delegate-manage .footer .btn:active, .zone-event .membership-delegate-manage .footer .btn:focus,
.zone-member .membership-delegate-manage .footer .btn:hover,
.zone-member .membership-delegate-manage .footer .btn:active,
.zone-member .membership-delegate-manage .footer .btn:focus {
  text-decoration: none !important;
  background-color: #0A297B !important;
  border: 1px solid #0A297B !important;
  color: #fff !important;
}

.modal .modal-dialog .modal-content .modal-footer button {
  padding: 1.5rem 3rem !important;
  background-color: #7CC7FF !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: 1px solid #7CC7FF !important;
}
.modal .modal-dialog .modal-content .modal-footer button:hover, .modal .modal-dialog .modal-content .modal-footer button:active, .modal .modal-dialog .modal-content .modal-footer button:focus {
  text-decoration: none !important;
  background-color: #0A297B !important;
  border: 1px solid #0A297B !important;
  color: #fff !important;
}

/*ETAPES INSCRIPTION NOUVEAU MEMBRE*/
/*Étapes 1 - Type d'adhesion*/
.step-adhesion .zone-member {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .step-adhesion .zone-member {
    padding-top: 0;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form {
  margin-top: 0px;
  padding: 42px 0px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .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, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  font-weight: 100;
  font-family: "Geologica", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list h2, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel {
  margin-bottom: 20px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-heading, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-heading {
  position: relative;
}
@media (max-width: 767px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-heading, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-heading {
    padding-right: 50px;
    position: relative;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title {
  font-weight: 100;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title a.open_membership_toggle:after, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title a.open_membership_toggle:after {
  float: none;
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px !important;
  height: 40px !important;
  transform: rotate(45deg);
  transition: 0.3s ease;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 991px) {
  .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title a.open_membership_toggle:after, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title a.open_membership_toggle:after {
    width: 35px !important;
    height: 35px !important;
    top: 10px;
  }
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title a.open_membership_toggle.collapsed:after, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-heading .panel-title a.open_membership_toggle.collapsed:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/plus.svg);
  transition: 0.3s ease;
  transform: rotate(0deg);
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item {
  color: #0A297B;
  font-size: 20px;
  font-weight: 100;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 0;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .price-membership-badge, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .price-membership-badge {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .radio label, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .radio label {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .radio label input, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .radio label input {
  color: #0A297B !important;
  background: #0A297B !important;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .adh-date, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .adh-date {
  font-size: 14px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom label, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom label {
  font-size: 16px;
  line-height: 18px;
  padding-left: 0;
  margin-bottom: 20px;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom .form-control-static, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom .form-control-static {
  display: none;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom .help-block button, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom .help-block button {
  background: #7CC7FF;
  border-color: #7CC7FF;
}
.step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form .wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom .help-block button i, .step-adhesion .zone-member .form-withProgress__wrapper #member_adhesion_form #fieldset-wrapper_membership_list .membership_panel_group .panel .panel-body .list-group li.list-group-item .delegate_number_custom .help-block button i {
  margin-right: 10px !important;
  font-weight: 100 !important;
}
.step-adhesion .zone-member .form-withProgress__wrapper #fieldset-membership_list ul.list-group li.list-group-item .delegate_number_custom {
  background: #7CC7FF;
  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: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}
@media (max-width: 991px) {
  .step-resume .zone-member .form-withProgress__wrapper h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.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: #0A297B;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-member .form-withProgress__wrapper fieldset legend {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  color: #0A297B !important;
  padding-top: 32px !important;
}
@media (max-width: 991px) {
  .step-resume .zone-member .form-withProgress__wrapper fieldset legend {
    font-size: 28px;
    line-height: 32px;
  }
}
.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;
}
@media (max-width: 767px) {
  .zone-event h1.form-withProgress__title-main {
    padding-top: 0;
  }
}
.zone-event .form-withProgress__wrapper .registration-event-bloc {
  padding: 32px 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition {
  background-color: transparent;
  border: 0;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition .registration-event-bloc-title h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #0a297b;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add {
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.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 {
  color: #7CC7FF;
  border: none;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add.btn i.fa {
  display: none !important;
}
.zone-event .form-withProgress__wrapper .registration-event-bloc .form-edition a.btn-link.btn-add:hover {
  background-color: #fff !important;
  text-decoration: none !important;
}
.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-left: 0;
  margin-right: auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication .form-group {
    max-width: 50%;
  }
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication #org-search-box .form-group {
  max-width: 100%;
}
.zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication #org-search-box .form-group .col-md-12, .zone-event .form-withProgress__wrapper #event-authentication-form .event-authentication #org-search-box .form-group .search_input {
  padding-left: 0 !important;
}
.zone-event .event-login h1 {
  text-align: left;
  margin-bottom: 64px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .zone-event .event-login h1 {
    padding: 0;
  }
}
.zone-event .event-login a:hover {
  text-decoration: none !important;
  color: #0A297B !important;
}
@media (max-width: 767px) {
  .zone-event .event-subscription {
    padding: 0;
  }
}

/*Étapes 2 - Résumé Informations*/
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .step-resume .zone-event .form-withProgress__wrapper {
    padding: 0px;
  }
}
.step-resume .zone-event .form-withProgress__wrapper h2.section-title {
  margin-bottom: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-12 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset .col-sm-24 {
  padding: 0;
}
.step-resume .zone-event .form-withProgress__wrapper fieldset legend {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  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 .form-withProgress__tps h6 {
  width: 80%;
}
.step-payment .zone-event .form-withProgress__wrapper #fieldset-section_payment_summary .form-withProgress__tps span {
  width: fit-content;
}
/*Étapes 4 - Confirmation*/
.zone-event .event-payment .form-withProgress__wrapper .payment-form-cms #fieldset-payment_billing .row .form-group .form-control {
  background: #fff !important;
}

@media (min-width: 768px) {
  #membership-delegate-manage .modal-dialog {
    max-width: 992px !important;
  }
}

.zone-event .form-withProgress__wrapper .form-group .type_de_membership input {
  height: 15px !important;
}

/*###########################  TABLEAU  ###########################*/
/* basically le bottin de yapla */
/*###########################  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(124, 199, 255, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Geologica", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(124, 199, 255, 0.4);
  border-color: transparent;
}
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #0A297B;
  color: #7CC7FF;
}

.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 #0A297B;
  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: #7CC7FF;
}
.paginationControl a.active {
  background-color: #0A297B;
  color: #fff;
  font-weight: 200 !important;
}
.paginationControl a.active:hover, .paginationControl a.active:focus {
  color: #fff;
}

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

.panel-news-accordion {
  /* first accordion container */
  border-bottom: 1px solid #e5e5e5 !important;
  background: transparent !important;
}
.panel-news-accordion:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading {
  /* title box */
  background-color: transparent;
  padding: 0;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title {
  /* title */
  font-size: 28px;
  line-height: 34px;
  font-weight: 100;
  text-transform: none;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.panel-news-accordion .panel-heading .panel-title a {
  padding: 30px 230px 30px 0px;
  color: #0A297B;
  text-decoration: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .panel-news-accordion .panel-heading .panel-title a {
    padding: 30px 70px 30px 7px;
  }
}
.panel-news-accordion .panel-heading .panel-title a:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/-.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 49px !important;
  height: 49px !important;
  border: none !important;
  position: absolute;
  right: 15px;
  top: 25px;
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/%2B.svg);
}
.panel-news-accordion .panel-heading p {
  display: none;
}
.panel-news-accordion .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .panel-body {
  /* content */
  padding: 25px 15px 30px 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;
}
.panel-news-accordion .panel-body li {
  font-weight: 300 !important;
}

/* 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: transparent;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
}
@media (max-width: 767px) {
  table.accordeon > tbody tr:first-child {
    padding-right: 50px;
  }
}
table.accordeon > tbody tr:first-child:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 15px;
  top: 8px;
  transition: transform 150ms;
}
table.accordeon > tbody tr:first-child td:first-child {
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #0A297B;
}
table.accordeon > tbody tr:last-child {
  display: block;
}
table.accordeon > tbody tr:last-child td {
  display: block;
  max-height: 0;
  overflow: hidden;
}
table.accordeon > tbody tr:last-child td table.price-table {
  display: table !important;
  width: 650px !important;
  margin-bottom: 45px;
}
table.accordeon > tbody tr:last-child td table.price-table > tbody, table.accordeon > tbody tr:last-child td table.price-table tr, table.accordeon > tbody tr:last-child td table.price-table td {
  border: 1px solid #000 !important;
}
table.accordeon > tbody tr:last-child td table.price-table tr {
  display: table-row !important;
}
table.accordeon > tbody tr:last-child td table.price-table tr:after {
  display: none !important;
}
table.accordeon > tbody tr:last-child td table.price-table tr td {
  display: table-cell !important;
  padding: 7px !important;
}
table.accordeon > tbody tr:last-child td table.price-table tr:first-child {
  background: #7CC7FF !important;
}
table.accordeon > tbody tr:last-child td table.price-table tr:first-child td:first-child {
  font-size: 16px;
  line-height: 18px;
  color: inherit !important;
}
table.accordeon.active > tbody tr:first-child {
  border-bottom: none;
}
table.accordeon.active > tbody tr:first-child:after {
  transform: rotate(45deg);
}
table.accordeon.active > tbody tr:last-child {
  padding: 15px;
  background-color: transparent;
}
table.accordeon.active > tbody tr:last-child > td {
  max-height: 5000px;
  transition: max-height 1.5s;
}

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

.modal {
  z-index: 10001 !important;
}
.modal .modal-dialog {
  top: 100px;
}
.modal .modal-dialog .modal-content {
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-header {
  margin-top: 8px;
  padding: 16px 31px;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  color: #0A297B;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  color: #7CC7FF;
}
.modal .modal-dialog .modal-content .modal-body {
  /* Input Global Style */
}
.modal .modal-dialog .modal-content .modal-body input:not(.btn), .modal .modal-dialog .modal-content .modal-body select, .modal .modal-dialog .modal-content .modal-body textarea {
  background-color: #EFF0F4 !important;
  color: #000 !important;
  border: none;
}
.nav-pills {
  background-image: none;
}

.nav-progress {
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .nav-progress {
    flex-direction: column;
  }
}
.nav-progress li {
  padding: 20px 20px 20px 20px;
  border-bottom-right-radius: 20px;
  background: #F9F9F9;
  color: #0A297B;
  margin-bottom: 10px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .nav-progress li {
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .nav-progress li {
    padding-right: 10px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .nav-progress li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
.nav-progress li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .nav-progress li {
    margin-right: 20px;
  }
}
.nav-progress li.disabled {
  opacity: 1;
  background: #0A297B;
  color: #fff;
}
.nav-progress li.disabled a {
  font-family: "Geologica", sans-serif;
  text-align: left;
  padding-left: 0px;
  font-weight: 200;
  color: #fff;
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled a {
    text-align: center;
  }
}
.nav-progress li.disabled a:hover {
  padding-left: 0px;
  margin-top: 0px;
  text-transform: none;
  font-size: 14px;
}
.nav-progress li.disabled a:before {
  content: counter(count-steps) " ·";
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  border: none;
  color: #fff;
  background-color: transparent;
  padding: 0 4px 0 0;
}
.nav-progress li.disabled a:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/white-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  display: block;
  width: 16px;
  height: 10px;
  top: 6px;
  border: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-progress li.disabled a:after {
    right: 16px;
    width: 16px;
    height: 11px;
    top: 6px;
  }
}
.nav-progress li.disabled:before {
  display: none;
}
.nav-progress li.disabled:after {
  display: none;
}
.nav-progress li.disabled.active {
  opacity: 1;
  color: #0A297B;
  background: #7CC7FF;
}
.nav-progress li.disabled.active a {
  color: #0A297B;
}
.nav-progress li.disabled.active a:before {
  color: #0A297B;
}
.nav-progress li.disabled.active a:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/arrow-right.svg);
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled.active a:after {
    display: none;
  }
}
.nav-progress li.disabled.active:before {
  display: none;
}
.nav-progress li.disabled.active:after {
  display: none;
}
.nav-progress li.disabled.active ~ li {
  background: #f9f9f9;
}
.nav-progress li.disabled.active ~ li a {
  opacity: 0.5;
  color: #0A297B;
}
.nav-progress li.disabled.active ~ li a:before {
  color: #0A297B;
}
.nav-progress li.disabled.active ~ li a:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/arrow-right.svg);
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav-progress li.disabled.active ~ li a:after {
    display: none;
  }
}
.nav-progress li.disabled.active ~ li:before {
  content: counter(count-steps) " ·";
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  border: none;
  color: #fff;
  background-color: transparent;
  padding: 0 4px 0 0;
}
@media (max-width: 991px) {
  .nav-progress li:last-child a:after {
    right: 0;
  }
}

.cookie-notice .cn-learn-more {
  color: #2F2F2F !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-learn-more:hover {
  color: #5d5d5d !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-buttons .cm-btn-danger {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #2F2F2F !important;
}
.cookie-notice .cn-buttons .cm-btn-danger:hover, .cookie-notice .cn-buttons .cm-btn-danger:active, .cookie-notice .cn-buttons .cm-btn-danger:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-buttons .cm-btn-danger {
    white-space: normal !important;
  }
}
.cookie-notice .cn-buttons .cm-btn-danger:hover {
  color: #5d5d5d !important;
}
.cookie-notice .cn-buttons .cm-btn-success {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: 2px solid #2F2F2F !important;
  background-color: #2F2F2F !important;
  font-weight: 500 !important;
}
.cookie-notice .cn-buttons .cm-btn-success:hover, .cookie-notice .cn-buttons .cm-btn-success:active, .cookie-notice .cn-buttons .cm-btn-success:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cookie-notice .cn-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-notice .cn-buttons .cm-btn-success:hover {
  border: 2px solid #5d5d5d !important;
  background-color: #5d5d5d !important;
}

.cookie-modal .cm-footer-buttons .cm-btn-decline {
  padding: 1.5rem 3rem !important;
  background-color: #7CC7FF !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: 1px solid #7CC7FF !important;
  border-radius: 45px !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-decline:hover, .cookie-modal .cm-footer-buttons .cm-btn-decline:active, .cookie-modal .cm-footer-buttons .cm-btn-decline:focus {
  text-decoration: none !important;
  background-color: #0A297B !important;
  border: 1px solid #0A297B !important;
  color: #fff !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success {
  padding: 1.5rem 3rem !important;
  background-color: #7CC7FF !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: 1px solid #7CC7FF !important;
  border-radius: 45px !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success:hover, .cookie-modal .cm-footer-buttons .cm-btn-success:active, .cookie-modal .cm-footer-buttons .cm-btn-success:focus {
  text-decoration: none !important;
  background-color: #0A297B !important;
  border: 1px solid #0A297B !important;
  color: #fff !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  padding: 1.5rem 3rem !important;
  background-color: #7CC7FF !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: 1px solid #7CC7FF !important;
  border-radius: 45px !important;
}
.cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover, .cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:active, .cookie-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:focus {
  text-decoration: none !important;
  background-color: #0A297B !important;
  border: 1px solid #0A297B !important;
  color: #fff !important;
}
.cookie-consent-modal {
  left: initial !important;
  right: 0 !important;
  border-radius: 0 !important;
  padding: 60px 110px 105px 90px !important;
  background: #f9f9f9 !important;
  width: 47% !important;
  bottom: 0 !important;
}
@media (max-width: 991px) {
  .cookie-consent-modal {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  .cookie-consent-modal {
    width: 100% !important;
    padding: 60px 30px 105px 30px !important;
  }
}
.cookie-consent-modal:before {
  content: "";
  background: #0A297B;
  height: 24px;
  border-radius: 0px 0px 0px 24px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.cookie-consent-modal:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/smol-bluewaves.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 89px;
  position: absolute;
  bottom: 45px;
  right: 77px;
}
@media (max-width: 767px) {
  .cookie-consent-modal:after {
    width: 100px;
    bottom: 0;
  }
}
.cookie-consent-modal .consent-title {
  color: #0A297B !important;
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: 600 !important;
}
.cookie-consent-modal .consent-description {
  font-size: 18px !important;
  line-height: 22px !important;
  text-align: left;
  color: #000;
  font-weight: 100 !important;
}
.cookie-consent-modal .actions-container {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
.cookie-consent-modal .actions-container .btn-link {
  order: 1;
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
}
.cookie-consent-modal .actions-container .btn-link:hover, .cookie-consent-modal .actions-container .btn-link:active, .cookie-consent-modal .actions-container .btn-link:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
.cookie-consent-modal .actions-container .btn-link:after {
  display: none !important;
}
.cookie-consent-modal .actions-container .btn-primary {
  order: 0;
}

.line-header {
  padding: 0;
  height: 28px;
  background-color: transparent;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 555;
}
@media (max-width: 991px) {
  .line-header {
    display: none;
  }
}
.line-header.menuopened {
  display: block;
  background: #0A297B;
  position: fixed;
  top: auto;
  bottom: 0;
  height: 75px;
  z-index: 88888;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper {
  padding-left: 15px;
  padding-right: 30px;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom {
    padding-top: 0;
  }
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom .search-up {
  display: none;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom .search-white {
  display: inline-block;
  width: 35px !important;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom p {
  display: none;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom p#connexion {
  display: inline-block;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom p#connexion a {
  font-size: 14px;
  color: #fff;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom ul.social li:first-child {
  margin-right: 15px;
}
.line-header.menuopened .container-fluid .row-fluid div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header-part__right .mod-header.mod-header-wrapper .header-ext-custom .menu-hamburger {
  opacity: 0;
}
.line-header.menuopened .container-fluid .row-fluid div .zone-html {
  display: none;
}
.line-header .container-fluid {
  /*
  @include max-md {
  	padding-left: 0;
  }
  */
}
.line-header .container-fluid .row-fluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  bottom: 6px;
  margin-top: 0px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .line-header .container-fluid .row-fluid {
    padding-right: 0;
  }
}
.line-header .container-fluid .row-fluid > div {
  align-items: center;
  padding: 0;
}
.line-header .container-fluid .row-fluid > div.zone-header a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.line-header .container-fluid .row-fluid > div.zone-header a:hover {
  color: #7CC7FF;
}
.line-header .container-fluid .row-fluid > div.zone-header {
  padding: 0;
}
@media (max-width: 1999px) and (min-width: 991px) {
  .line-header .container-fluid .row-fluid > div.zone-header {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .line-header .container-fluid .row-fluid > div.zone-header {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .line-header .container-fluid .row-fluid > div.zone-header {
    width: 100%;
  }
}
.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;
  padding: 5px 0 0 0;
}
@media (max-width: 991px) {
  .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom {
  order: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom ul, .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 {
  flex-grow: 0;
  flex-shrink: 0;
  width: fit-content;
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom .search-white {
  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 ul.social li {
  justify-content: flex-end;
}
.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 {
  margin-left: 22px;
}
.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: #0A297B;
  font-size: 12px;
  line-height: 14px;
}
.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:focus, .line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-custom p 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 a:active {
  color: #7CC7FF;
}
.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:last-of-type {
  margin-left: 17px;
}
.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 !important;
}
@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 {
    position: relative;
    background: transparent;
    box-shadow: 0 !important;
    box-shadow: none !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 {
  border: none;
  color: #0A297B;
  font-size: 12px;
  line-height: 14px;
  padding-left: 0;
  padding-right: 0;
  text-align: left !important;
}
@media (max-width: 991px) {
  .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 {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
  }
}
.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, .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-myprofile, .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-logout {
  color: #0A297B;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
}
@media (max-width: 991px) {
  .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, .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-myprofile, .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-logout {
    color: #fff;
  }
}
.line-header .container-fluid .row-fluid > div.zone-header .rf-mod-header-wrapper .mod-header-container .mod-header.mod-header-wrapper .header-ext-login .member-logout {
  margin-right: 10px;
  text-decoration: underline;
}
@media (max-width: 1999px) and (min-width: 991px) {
  .line-header .container-fluid .row-fluid > div.zone-html {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .line-header .container-fluid .row-fluid > div.zone-html {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .line-header .container-fluid .row-fluid > div.zone-html {
    display: none;
  }
}
.line-header .container-fluid .row-fluid > div.zone-html .content {
  display: flex;
}
.line-header .container-fluid .row-fluid > div.zone-html .content p {
  text-align: right;
}
.line-header .container-fluid .row-fluid > div.zone-html .content p:last-child a {
  margin-left: 15px;
}

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

.line-newsletter {
  margin-top: 170px;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 991px) {
  .line-newsletter {
    margin-top: 80px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.line-newsletter:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/Infolettre.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 267px;
  height: 289px;
  position: absolute;
  top: -120px;
  left: 50%;
}
@media (max-width: 991px) {
  .line-newsletter:after {
    width: 170px;
    height: 185px;
    top: -75px;
  }
}
.line-newsletter .container .row {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .line-newsletter .container .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .line-newsletter .container .row > div:first-child {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-newsletter .container .row > div:first-child {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .line-newsletter .container .row > div:first-child .content {
    max-width: 85%;
  }
}
.line-newsletter .container .row > div:first-child .content h1 {
  font-weight: 100;
}
.line-newsletter .container .row > div:last-child {
  position: relative;
}
@media (min-width: 992px) {
  .line-newsletter .container .row > div:last-child {
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-newsletter .container .row > div:last-child {
    width: 25%;
  }
}
.line-newsletter .container .row > div:last-child .content {
  text-align: right;
}

.line-footer {
  background: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer .container .row {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-footer .container .row > div:first-child .content {
    text-align: center;
    margin-bottom: 35px;
  }
}
.line-footer .container .row > div:first-child .content img {
  max-width: 300px;
}
@media (max-width: 991px) {
  .line-footer .container .row > div:first-child .content img {
    max-width: 210px;
  }
}
@media (min-width: 992px) {
  .line-footer .container .row > div:nth-child(2) .content {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .line-footer .container .row > div:nth-child(2) .content {
    text-align: center;
    margin-bottom: 70px;
  }
}
.line-footer .container .row > div:nth-child(2) .content p {
  color: #0A297B;
  font-weight: 600;
}
.line-footer .container .row > div:nth-child(2) .content ul {
  list-style: none;
  padding-left: 0 !important;
}
.line-footer .container .row > div:nth-child(2) .content ul li {
  padding-left: 0 !important;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 7px !important;
  font-weight: 100 !important;
}
.line-footer .container .row > div:nth-child(2) .content ul li a {
  color: #000 !important;
}
.line-footer .container .row > div:nth-child(2) .content ul li a:hover {
  text-decoration: none !important;
  color: #0069B7 !important;
}
.line-footer .container .row > div:nth-child(2) .content ul:last-child {
  margin-bottom: 0 !important;
}
.line-footer .container .row > div:last-child .content {
  text-align: right;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer .container .row > div:last-child .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .line-footer .container .row > div:last-child .content {
    text-align: center;
  }
}
.line-footer .container .row > div:last-child .content #top-els {
  margin-bottom: 130px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer .container .row > div:last-child .content #top-els {
    margin-bottom: 195px;
  }
}
@media (max-width: 767px) {
  .line-footer .container .row > div:last-child .content #top-els {
    margin-bottom: 40px;
  }
}
.line-footer .container .row > div:last-child .content p {
  margin-bottom: 0;
}
.line-footer .container .row > div:last-child .content .btn-secondary {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.line-footer .container .row > div:last-child .content .btn-link {
  margin-right: 35px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .line-footer .container .row > div:last-child .content #bottom-els p:last-of-type .btn-link {
    padding-left: 0 !important;
  }
}
.line-footer .container .row > div:last-child .content ul.social {
  margin-top: 25px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .line-footer .container .row > div:last-child .content ul.social {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-footer .container .row > div:last-child .content ul.social li {
    justify-content: flex-end;
  }
}
.line-footer .container .row > div:last-child .content ul.social li a {
  width: 35px;
  height: 34px;
}

@media (max-width: 767px) {
  .qc-logos {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.qc-logos .container .row > div:first-child .content {
  margin-top: -135px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .qc-logos .container .row > div:first-child .content {
    flex-direction: column;
    margin-top: -185px;
  }
}
@media (max-width: 767px) {
  .qc-logos .container .row > div:first-child .content {
    margin-top: 0;
    flex-direction: column;
  }
}
.qc-logos .container .row > div:first-child .content > div {
  display: flex;
}
@media (max-width: 991px) {
  .qc-logos .container .row > div:first-child .content > div {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .qc-logos .container .row > div:first-child .content > div p {
    text-align: center;
  }
}
.qc-logos .container .row > div:first-child .content > div:first-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .qc-logos .container .row > div:first-child .content > div:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .qc-logos .container .row > div:first-child .content > div:first-child p {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .qc-logos .container .row > div:first-child .content > div:first-child p {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .qc-logos .container .row > div:first-child .content > div:first-child p {
    margin-bottom: 30px;
  }
}
.qc-logos .container .row > div:first-child .content > div:first-child p img {
  max-width: 160px;
}
@media (max-width: 991px) {
  .qc-logos .container .row > div:first-child .content > div:first-child p img {
    max-width: 135px;
  }
}
@media (max-width: 767px) {
  .qc-logos .container .row > div:first-child .content > div:last-child p {
    margin-bottom: 0;
  }
}
.qc-logos .container .row > div:first-child .content > div:last-child p img {
  max-width: 108px;
}
@media (max-width: 991px) {
  .qc-logos .container .row > div:first-child .content > div:last-child p img {
    max-width: 96px;
  }
}

.sub-footer .content {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .sub-footer .content {
    border: none;
  }
}
.sub-footer .content p, .sub-footer .content a {
  font-size: 12px;
  color: #868686 !important;
}

/*@import "menu_v4_desktop_mobile/_menu.scss";*/
@media (min-width: 992px) {
  .line-menu {
    background-color: transparent;
    padding: 0px 30px 0px 30px;
  }
  .line-menu:after {
    border-top: 1px solid #d9d9d9;
  }
  .line-menu > .container-fluid {
    transition: top 250ms;
  }
  .line-menu > .container-fluid > .row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .line-menu > .container-fluid .zone-html {
    z-index: 999999;
  }
  .line-menu > .container-fluid .zone-html .content #mobile-logo {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu {
    padding: 20px 0 0 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header {
    background-color: transparent !important;
    z-index: 1;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav {
    float: right;
    text-align: right;
    background-color: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li {
    float: none;
    display: inline-block;
    min-height: 50px;
    padding-left: 15px;
    /* 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 .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: "Geologica", sans-serif;
    color: #0A297B;
    padding: 15px 10px;
    text-transform: none;
    letter-spacing: 0;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a.dropdown-toggle {
    display: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container {
    display: none !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li:focus, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.active {
    background-color: transparent;
  }
  .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: #7CC7FF;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 {
    overflow: hidden;
    box-shadow: 4px 3px 4px -2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 20px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow: visible;
    right: auto;
    left: 125%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li:focus {
    background: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li a {
    color: #0A297B;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    padding: 3px 30px !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li a:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li a:focus {
    color: #7CC7FF !important;
    background-color: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li.has-children {
    position: relative;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li.has-children:after {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/caret-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li.has-children:active {
    background: transparent !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li.active {
    background: transparent;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 li.active > a {
    background: transparent !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu-level-2 .dropdown-menu-level-3 {
    overflow: hidden;
    box-shadow: 4px 3px 4px -2px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 20px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow: visible;
    right: auto;
    left: 143%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94209] .dropdown-menu-level-2 {
    left: 90%;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94211] .dropdown-menu-level-2, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94210] .dropdown-menu-level-2 {
    left: 62%;
    max-width: 212px;
  }
}
@media (max-width: 991px) {
  .line-menu {
    background-color: #fff;
    padding: 0;
    height: 102px;
  }
  .line-menu:after {
    border-top: 1px solid #d9d9d9;
  }
  .line-menu.menuopened > .container-fluid {
    background-color: #0A297B !important;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .line-menu.menuopened > .container-fluid .zone-html .content a #reg-logo {
    display: none;
  }
  .line-menu.menuopened > .container-fluid .zone-html .content a #mobile-logo {
    display: block;
  }
  .line-menu.menuopened > .container-fluid .zone-menu .navbar-default {
    background: #0A297B;
  }
  .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse.in {
    background: #0A297B;
  }
  .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse .nav, .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse .navbar-nav {
    background: #0A297B;
  }
  .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse .nav > li a, .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse .navbar-nav > li a {
    color: #fff;
  }
  .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse .nav > li .dropdown-menu li a, .line-menu.menuopened > .container-fluid .zone-menu .navbar-default .navbar-collapse.collapse .navbar-nav > li .dropdown-menu li a {
    color: #fff;
  }
  .line-menu.menuopened > .container-fluid .icon-bar {
    background-color: #fff !important;
  }
  .line-menu > .container-fluid {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .line-menu > .container-fluid .zone-html {
    width: 70%;
    height: 105px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .line-menu > .container-fluid .zone-html a #mobile-logo {
    display: none;
  }
  .line-menu > .container-fluid .zone-html a img {
    max-width: 230px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu > .container-fluid .zone-html a img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu {
    padding: 0;
    width: 100%;
    height: 150px;
    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: 40px;
    margin-right: 45px;
    margin-bottom: 25px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #0A297B;
    width: 30px;
    border-radius: 30px;
    height: 3px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed .icon-bar {
    height: 3px;
  }
  .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: 40px;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed > span:nth-child(2), .line-menu > .container-fluid .zone-menu .navbar .navbar-header .navbar-toggle.collapsed > span:last-child {
    width: 40px;
    margin-left: auto;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse {
    transition: height 150ms linear;
    border-color: #fff;
    overflow-x: hidden;
    height: 0;
    width: 100%;
    background-color: #fff;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse.collapse.in {
    height: calc(100vh - 75px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    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: #fff;
    float: none;
    text-align: left;
    padding: 0 50px 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 180px;
    overflow: scroll;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li {
    width: 100%;
    display: block;
    text-align: left;
    background-color: transparent;
    border-bottom: 1px solid #1d3f98;
    padding: 0;
    min-height: 60px;
    /* 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:first-child {
    border-top: 1px solid #1d3f98;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a {
    font-family: "Geologica", sans-serif;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 1rem 3rem;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 1.5rem 3rem !important;
    background-color: #7CC7FF !important;
    color: #0A297B !important;
    transition: all 150ms !important;
    border: 1px solid #7CC7FF !important;
    position: relative;
    padding-left: 65px !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:active, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:focus {
    text-decoration: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a {
    white-space: normal !important;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:hover, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:active, .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:focus {
    text-decoration: none !important;
    background-color: #0A297B !important;
    border: 1px solid #0A297B !important;
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li[rel=data-menu-94237] a:before {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/search-icon.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 29px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .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;
  }
}
@media (max-width: 991px) {
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    font-family: "Geologica", sans-serif;
    color: #0A297B;
    padding: 19px 0 5px 0;
    text-transform: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li a:hover {
    color: #7CC7FF !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: 12px;
    height: 10px;
    margin-top: 22px;
    right: 10px !important;
    top: 17px !important;
    position: initial !important;
    display: block;
    float: right;
    background-image: url("https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/white-caret-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
  }
}
@media (max-width: 991px) {
  .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;
  }
}
@media (max-width: 991px) {
  .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 {
    padding: 1.5rem 3rem !important;
    background-color: #7CC7FF !important;
    color: #0A297B !important;
    transition: all 150ms !important;
    border: 1px solid #7CC7FF !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 {
    text-decoration: none !important;
    background-color: #0A297B !important;
    border: 1px solid #0A297B !important;
    color: #fff !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li.menu-login-container .header-ext-login .separator {
    display: none;
  }
}
@media (max-width: 991px) {
  .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;
  }
}
@media (max-width: 991px) {
  .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: #7CC7FF;
  }
}
@media (max-width: 991px) {
  .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 10px !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: 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[rel=data-children-94221] a.child-link {
    z-index: 99999999;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li[rel=data-children-94221] .caret-right {
    transform: rotate(0deg);
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li:last-child {
    padding-bottom: 15px;
  }
  .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: "Geologica", sans-serif;
    color: #0A297B;
    padding: 10px 0 5px 0;
    text-transform: none;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li a:hover {
    color: #7CC7FF !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 a {
    background: transparent !important;
  }
  .line-menu > .container-fluid .zone-menu .navbar .navbar-collapse .nav.navbar-nav > li .dropdown-menu li.active:hover a {
    color: #7CC7FF;
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  .overflowhidden .line-menu:not(.sticked) .navbar-header {
    height: 110px;
  }
  .overflowhidden .line-menu > .container {
    height: 110px;
    border-bottom: none;
  }
  .overflowhidden .line-menu > .container .zone-image a {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .line-menu:not(.sticked, .menuopened) > .container-fluid {
    top: -100px;
    position: static;
  }
  .line-menu.sticked {
    height: 106px;
  }
  .line-menu.sticked > .container-fluid > .row {
    max-width: 100%;
    margin: auto;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .line-menu.sticked > .container-fluid > .row {
    width: 732px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .line-menu.sticked > .container-fluid > .row {
    width: 952px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .line-menu.sticked > .container-fluid > .row {
    width: 1152px;
  }
}
@media (min-width: 992px) {
  .line-menu.sticked > .container-fluid > .row .zone-html {
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .line-menu.sticked > .container-fluid > .row .zone-html .content img {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .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 > .container-fluid > .row .zone-menu .navbar .navbar-nav > li > a {
    padding: 15px 10px;
  }
  .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: 98px;
    z-index: 9999;
    background-color: #fff;
    padding: 0 45px;
    border-bottom: 1px solid #E4E4E4;
  }
  .line-menu.sticked:not(.menuopened) > .container-fluid .zone-html .content {
    padding-top: 8px;
  }
}
@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: 106px;
  }
  .line-menu.sticked > .container-fluid > .row .zone-html {
    height: 97px;
  }
  .line-menu.sticked > .container-fluid > .row .zone-html .content img {
    width: 210px;
  }
  .line-menu.sticked > .container-fluid > .row .zone-menu .navbar-toggle {
    margin-right: 30px !important;
    margin-top: 30px;
  }
  .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-nav {
    margin-top: 8px;
  }
  .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: 98px;
    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: 170px;
  }
  .line-menu.sticked.menuopened > .container-fluid {
    position: fixed;
    background-color: #fff;
    padding-left: 45px;
    padding-right: 47px;
    height: 120px;
  }
  .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: #0A297B;
}
/* 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;
}
.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: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.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:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.zone-news_flash a.viewAll:hover, .zone-news_flash a.viewAll:active, .zone-news_flash a.viewAll:focus {
  color: #7CC7FF;
  border: none;
}

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

.zone-member .member-login-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone-member .member-login-wrapper h1 {
  margin: 64px 0;
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .zone-member .member-login-wrapper h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .zone-member .member-login-wrapper #profile_login_form {
    width: 50%;
  }
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type {
  padding: 0px 20px 30px 0;
  text-align: right;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password {
  text-decoration: none;
  color: #000 !important;
  font-size: 12px !important;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form > div:last-of-type a.reset-password:hover {
  color: #7CC7FF !important;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form input#submit {
  margin-right: 20px;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #0A297B !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:focus, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:hover, .zone-member .member-login-wrapper #profile_login_form .zend_form a.profile-subscription:active {
  color: #7CC7FF !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;
}
.zone-member table#delegate-manage-list thead {
  background: #0A297B !important;
}

/* Contenue personalisé */
/*Espace Evenements - Vue Details*/
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right {
    display: flex;
    flex-wrap: wrap;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  display: flex;
  border-left: 4px solid #0A297B;
  width: 28%;
  padding: 0;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    order: 2;
    border: none;
    background-color: #fff;
    padding: 64px;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
    padding: 32px;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .jumbotron {
  width: 100%;
  background-color: #fff;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  padding: 30px 45px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #0a297b;
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__date {
    text-align: center;
  }
}
.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: bold;
  margin-bottom: 5px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info {
    align-items: center;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info:after {
  content: "";
  margin-top: 5px;
  border: none;
  background: url(https://cdn.ca.yapla.com/company/CPYT6QsC9eRqbNGU4hnWgujrY/asset/images/%C3%89l%C3%A9ments%20graphique/line-dashed.png) repeat-x left center;
  display: block;
  width: 100%;
  height: 7px;
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
  order: 1;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
  padding-top: 20px;
  border-bottom: none;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .event-info__title {
    text-align: center;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  border-bottom: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .contact {
  order: 2;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .phone {
  order: 3;
  padding-top: 0px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .email {
  order: 4;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places {
  order: 5;
  font-size: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #000;
  padding-bottom: 25px;
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 15px;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left .event-jumbotron__contact-wrapper .address .address__contact-info .places:before {
  content: "";
  order: 5;
  margin-top: 15px;
  margin-bottom: 20px;
  border: none;
  background: url(https://cdn.ca.yapla.com/company/CPYT6QsC9eRqbNGU4hnWgujrY/asset/images/%C3%89l%C3%A9ments%20graphique/line-dashed.png) repeat-x left center;
  display: block;
  width: 100%;
  height: 7px;
  display: none;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
    white-space: normal !important;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:active, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left a.jumbotron__btn_subscribe {
    display: none;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right {
    margin: 0 0 50px 0;
    padding: 0 30px;
    order: 1;
    width: 100%;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__category {
  order: 1;
  font-style: normal;
  font-size: 21;
  font-weight: 800;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-jumbotron__left-right__title {
  order: 0;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description {
  order: 2;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__row-image-description h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__description-additional {
  order: 3;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper {
  order: 4;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__tag {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #0A297B;
  background: transparent;
  padding-left: 5px;
  margin: 0;
  line-height: 27px;
  text-transform: none;
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__tag {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav {
    flex-direction: column;
  }
}
.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: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #7cc7ff !important;
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .btn-back:hover, .zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .btn-back:active, .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) {
  .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;
  }
}
.zone-event .row .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__right .event-detail__actions-wrapper .event-detail__nav .btn-back:after {
  display: none !important;
}
/* Espace Evenement - Mosaique */
/*###########################  ESPACE MEMBRE  ###########################*/
.line-zone-membre {
  /*
  .container-fluid{
      max-width: 80%;

      @include max-md{
          max-width: 100%;
      }

  }
  */
}

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

  @include max-sm {
      width: 100%;
  }
  */
}
.zone-member .sidebar__member-zone .member-sidebar__inner {
  background-color: transparent;
  padding: 0px 25px 35px 25px;
  margin-right: 15px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .zone-member .sidebar__member-zone .member-sidebar__inner {
    margin-right: 0;
  }
}
.zone-member .sidebar__member-zone .member-sidebar__member-header {
  padding: 0;
  border: none;
}
.zone-member .sidebar__member-zone .member-sidebar__member-header__title {
  color: #7CC7FF;
  font-size: 21px;
  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 {
  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 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #0A297B;
  text-transform: initial;
}
.zone-member .sidebar__member-zone .member-sidebar__member-footer a:hover, .zone-member .sidebar__member-zone .member-sidebar__member-footer a:focus {
  color: #0A297B;
  text-decoration: underline;
}
.zone-member .sidebar__member-zone .member-sidebar__menu {
  padding-left: 0;
  padding-right: 0;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li {
  padding: 0;
  margin-bottom: 5px;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a {
  color: #0A297B;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: initial;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li a:hover, .zone-member .sidebar__member-zone .member-sidebar__menu li a:focus, .zone-member .sidebar__member-zone .member-sidebar__menu li a:active {
  color: #7CC7FF;
  text-decoration: none;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active {
  display: inline-block;
}
.zone-member .sidebar__member-zone .member-sidebar__menu li.active a {
  color: #7CC7FF;
}
.zone-member .member .section {
  margin-bottom: 40px;
}
.zone-member .member .section label.control-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #323872;
  margin-bottom: 5px;
}
.zone-member .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 {
  float: left !important;
}
.zone-member .member .membership-title, .zone-member .member .registrations-title {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  text-transform: none;
  color: #0A297B;
}
.zone-member .form-element-votre_photo .input-file .preview #preview {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 175px;
  width: 175px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.zone-member .preview.row {
  margin-left: 0;
  margin-right: 0;
}

/*Événements en vedette - affichage mosaïque*/
.zone-event_flash .eventsList .row .col-sm .mod-eventflash__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.zone-event_flash .eventsList .row .col-sm .mod-eventflash__item a img {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
/*Formulaire de Contact*/
/* Formulaire - Module Donnes*/
/* Image - (Default alignée à gauche) */
/*###########################  FIL D'ARIANE  ###########################*/
.line-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 60px;
}
.line-breadcrumbs .zone-breadcrumbs {
  text-align: right;
}
.line-breadcrumbs .zone-breadcrumbs ul li a.pathway {
  text-decoration: none !important;
}
.line-breadcrumbs .zone-breadcrumbs ul li a.pathway:hover, .line-breadcrumbs .zone-breadcrumbs ul li a.pathway:focus, .line-breadcrumbs .zone-breadcrumbs ul li a.pathway:active {
  text-decoration: underline !important;
}
.line-breadcrumbs .zone-breadcrumbs ul li a, .line-breadcrumbs .zone-breadcrumbs ul li span {
  font-size: 13px;
  font-weight: 500;
}
.line-breadcrumbs .zone-breadcrumbs ul li + li:before {
  content: "/";
  color: #0A297B;
  font-weight: 500;
  padding: 0 10px;
}
.line-breadcrumbs .zone-breadcrumbs ul li.active {
  color: #7CC7FF;
}

.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: #0A297B;
  display: block;
}
.zone-community .row .sidebar .jumbotron a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #0A297B;
  text-transform: initial;
  padding-top: 17px;
  padding-bottom: 17px;
}
.zone-community .row .sidebar .jumbotron a:first-of-type {
  border-top: 1px solid #0A297B;
}
.zone-community .row .sidebar .jumbotron a:first-of-type:hover, .zone-community .row .sidebar .jumbotron a:first-of-type:focus {
  color: #0A297B;
  text-decoration: none;
}
.zone-community .row .sidebar .jumbotron a:last-of-type {
  border-top: 1px solid #0A297B;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.zone-community .row .sidebar .jumbotron a:last-of-type:hover, .zone-community .row .sidebar .jumbotron a:last-of-type:active, .zone-community .row .sidebar .jumbotron a:last-of-type:focus {
  color: #7CC7FF;
  border: none;
}
.zone-community .row .sidebar .jumbotron + p {
  font-size: 21px;
  line-height: 26px;
  color: #0A297B;
  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: #0A297B;
  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: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  padding: 1.5rem 3rem !important;
  background-color: #fff !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: 1px solid #7CC7FF !important;
  letter-spacing: 0;
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .zone-community .row .content ul.nav li a {
    white-space: normal !important;
  }
}
.zone-community .row .content ul.nav li a:hover, .zone-community .row .content ul.nav li a:active, .zone-community .row .content ul.nav li a:focus {
  text-decoration: none !important;
  background-color: #7CC7FF !important;
  border: 1px solid #7CC7FF !important;
  color: #0A297B !important;
}
.zone-community .row .content ul.nav li.active a {
  font-weight: 600;
  color: #0A297B !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: 22px;
  font-weight: 600;
  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: #0A297B;
}
.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: #0A297B !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: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .prebuilt-articles-vedette-col3 a.viewAll {
    white-space: normal !important;
  }
}
.prebuilt-articles-vedette-col3 a.viewAll:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.prebuilt-articles-vedette-col3 a.viewAll:hover, .prebuilt-articles-vedette-col3 a.viewAll:active, .prebuilt-articles-vedette-col3 a.viewAll:focus {
  color: #7CC7FF;
  border: none;
}

.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 #0A297B;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row:nth-child(1) {
  border-top: 1px solid #0A297B;
}
@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: 28px;
  line-height: 34px;
  font-weight: 100;
  text-transform: none;
}
@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: 24px;
    line-height: 30px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item h3 a {
  color: #0A297B;
}
.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: #0A297B;
  text-decoration: none;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .e-date {
    padding-right: 100px;
    break-after: column;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro {
    margin-left: -100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .intro p {
  margin: 0;
  padding: 0;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions {
  margin-top: 0;
}
@media (min-width: 768px) {
  .prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions {
    margin-left: -100px;
  }
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div .content > .row .item .actions .btn-primary {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.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:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.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 {
  color: #7CC7FF;
  border: none;
}
.prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
  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:hover, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:active, .prebuilt-articles-vedette-title-left-text-right .container > .row > div a.viewAll:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}

.prebuilt-articles-multiples-col3 .news-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
@media (max-width: 767px) {
  .prebuilt-articles-multiples-col3 .news-mosaic {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.prebuilt-articles-multiples-col3 .news-mosaic .row {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item .itemImage {
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item .itemImage a img.e-thumbnail {
  margin-bottom: 2.2rem;
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center center;
  border: 1px solid #efe6e6;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item h3 a:hover {
  text-decoration: none !important;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item p.itemInfos.e-date {
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 .news-mosaic .row .item p.news-keywords {
  margin-bottom: 0;
}
.prebuilt-articles-multiples-col3 a.viewAll {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
}
.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:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.prebuilt-articles-multiples-col3 a.viewAll:hover, .prebuilt-articles-multiples-col3 a.viewAll:active, .prebuilt-articles-multiples-col3 a.viewAll:focus {
  color: #7CC7FF;
  border: none;
}

/* 
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: 28px;
  line-height: 34px;
  font-weight: 100;
  text-transform: none;
  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: 24px;
    line-height: 30px;
  }
}
.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: 18px;
  line-height: 22px;
  font-weight: 100;
  color: #000;
  text-transform: inherit;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions {
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a {
  margin-top: 20px;
  margin-bottom: 0;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary {
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
}
.prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:hover, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:active, .prebuilt-evenement-en-vedette-list-3 .zone-event_flash .eventsList > .row > div .mod-eventflash__item .actions a.btn-primary:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
/* Menu & Footer social icons*/
ul.social {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.social li {
  width: 50px;
  display: flex;
  justify-content: center;
}
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='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_651' data-name='Group 651' transform='translate(-787 -24)'%3E%3Cg id='Objet_dynamique_vectoriel' data-name='Objet dynamique vectoriel' transform='translate(794.617 30.159)'%3E%3Cpath id='Path_3665' data-name='Path 3665' d='M392.182,296.263V291.9c0-2.352-1.11-3.427-2.651-3.427a2.268,2.268,0,0,0-2.1,1.277V288.67h-2.281v7.593h2.281V292.03a1.811,1.811,0,0,1,.062-.6,1.3,1.3,0,0,1,1.171-.941c.863,0,1.171.672,1.171,1.68V296.2l2.343.067Zm-9.494-8.6a1.252,1.252,0,0,0,1.295-1.277,1.295,1.295,0,0,0-2.589,0,1.291,1.291,0,0,0,1.295,1.277Zm1.171,8.6V288.67h-2.281v7.593Z' transform='translate(-381.394 -285.109)' fill='%230a297b'/%3E%3C/g%3E%3Cg id='Ellipse_26' data-name='Ellipse 26' transform='translate(787 24)' fill='none' stroke='%230a297b' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
}
ul.social li a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_651' data-name='Group 651' transform='translate(-787 -24)'%3E%3Cg id='Objet_dynamique_vectoriel' data-name='Objet dynamique vectoriel' transform='translate(794.617 30.159)'%3E%3Cpath id='Path_3665' data-name='Path 3665' d='M392.182,296.263V291.9c0-2.352-1.11-3.427-2.651-3.427a2.268,2.268,0,0,0-2.1,1.277V288.67h-2.281v7.593h2.281V292.03a1.811,1.811,0,0,1,.062-.6,1.3,1.3,0,0,1,1.171-.941c.863,0,1.171.672,1.171,1.68V296.2l2.343.067Zm-9.494-8.6a1.252,1.252,0,0,0,1.295-1.277,1.295,1.295,0,0,0-2.589,0,1.291,1.291,0,0,0,1.295,1.277Zm1.171,8.6V288.67h-2.281v7.593Z' transform='translate(-381.394 -285.109)' fill='%237cc7ff'/%3E%3C/g%3E%3Cg id='Ellipse_26' data-name='Ellipse 26' transform='translate(787 24)' fill='none' stroke='%237cc7ff' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3C/g%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='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_650' data-name='Group 650' transform='translate(-752 -24)'%3E%3Cpath id='Path_4756' data-name='Path 4756' d='M686.664,421.229H685.4c-.991,0-1.183.471-1.183,1.161v1.524h2.364l-.308,2.388h-2.056v6.125h-2.465V426.3h-2.061v-2.388h2.061v-1.76a2.876,2.876,0,0,1,3.07-3.156,16.841,16.841,0,0,1,1.842.094Z' transform='translate(80.997 -389.141)' fill='%230a297b'/%3E%3Cg id='Ellipse_25' data-name='Ellipse 25' transform='translate(752 24)' fill='none' stroke='%230a297b' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  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='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_650' data-name='Group 650' transform='translate(-752 -24)'%3E%3Cpath id='Path_4756' data-name='Path 4756' d='M686.664,421.229H685.4c-.991,0-1.183.471-1.183,1.161v1.524h2.364l-.308,2.388h-2.056v6.125h-2.465V426.3h-2.061v-2.388h2.061v-1.76a2.876,2.876,0,0,1,3.07-3.156,16.841,16.841,0,0,1,1.842.094Z' transform='translate(80.997 -389.141)' fill='%237cc7ff'/%3E%3Cg id='Ellipse_25' data-name='Ellipse 25' transform='translate(752 24)' fill='none' stroke='%237cc7ff' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
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.white a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cg id='Group_651' data-name='Group 651' transform='translate(-0.5)'%3E%3Cg id='Objet_dynamique_vectoriel' data-name='Objet dynamique vectoriel' transform='translate(12.594 10.419)'%3E%3Cpath id='Path_3665' data-name='Path 3665' d='M399.644,303.979V296.59c0-3.979-1.877-5.8-4.484-5.8a3.837,3.837,0,0,0-3.546,2.16v-1.819h-3.859v12.845h3.859v-7.161a3.062,3.062,0,0,1,.1-1.023A2.2,2.2,0,0,1,393.7,294.2c1.46,0,1.982,1.137,1.982,2.842v6.82l3.963.114Zm-16.06-14.55a2.119,2.119,0,0,0,2.19-2.16,2.19,2.19,0,0,0-4.38,0,2.184,2.184,0,0,0,2.19,2.16Zm1.981,14.55V291.133h-3.859v12.845Z' transform='translate(-381.394 -285.109)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Ellipse_26' data-name='Ellipse 26' transform='translate(0.5)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='21' cy='21' r='21' stroke='none'/%3E%3Ccircle cx='21' cy='21' r='20.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  width: 42px;
  height: 42px;
}
ul.social li.white a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_651' data-name='Group 651' transform='translate(-787 -24)'%3E%3Cg id='Objet_dynamique_vectoriel' data-name='Objet dynamique vectoriel' transform='translate(794.617 30.159)'%3E%3Cpath id='Path_3665' data-name='Path 3665' d='M392.182,296.263V291.9c0-2.352-1.11-3.427-2.651-3.427a2.268,2.268,0,0,0-2.1,1.277V288.67h-2.281v7.593h2.281V292.03a1.811,1.811,0,0,1,.062-.6,1.3,1.3,0,0,1,1.171-.941c.863,0,1.171.672,1.171,1.68V296.2l2.343.067Zm-9.494-8.6a1.252,1.252,0,0,0,1.295-1.277,1.295,1.295,0,0,0-2.589,0,1.291,1.291,0,0,0,1.295,1.277Zm1.171,8.6V288.67h-2.281v7.593Z' transform='translate(-381.394 -285.109)' fill='%237cc7ff'/%3E%3C/g%3E%3Cg id='Ellipse_26' data-name='Ellipse 26' transform='translate(787 24)' fill='none' stroke='%237cc7ff' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.social li.white a.facebook {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_650' data-name='Group 650' xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath id='Path_4756' data-name='Path 4756' d='M691.487,422.771h-2.138c-1.677,0-2,.8-2,1.965v2.578h4l-.521,4.039h-3.478v10.361h-4.169V431.354h-3.487v-4.039h3.487v-2.977c0-3.457,2.111-5.338,5.193-5.338a28.505,28.505,0,0,1,3.116.159Z' transform='translate(-664.994 -409.088)' fill='%23fff'/%3E%3Cg id='Ellipse_25' data-name='Ellipse 25' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='21' cy='21' r='21' stroke='none'/%3E%3Ccircle cx='21' cy='21' r='20.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  width: 42px;
  height: 42px;
}
ul.social li.white a.facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_650' data-name='Group 650' transform='translate(-752 -24)'%3E%3Cpath id='Path_4756' data-name='Path 4756' d='M686.664,421.229H685.4c-.991,0-1.183.471-1.183,1.161v1.524h2.364l-.308,2.388h-2.056v6.125h-2.465V426.3h-2.061v-2.388h2.061v-1.76a2.876,2.876,0,0,1,3.07-3.156,16.841,16.841,0,0,1,1.842.094Z' transform='translate(80.997 -389.141)' fill='%237cc7ff'/%3E%3Cg id='Ellipse_25' data-name='Ellipse 25' transform='translate(752 24)' fill='none' stroke='%237cc7ff' stroke-width='1'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' stroke='none'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.social li.white 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.white 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.white 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.white 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");
}
ul.social li.blue a.mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_72328' data-name='Group 72328' transform='translate(-290 -1096)'%3E%3Ccircle id='Ellipse_40' data-name='Ellipse 40' cx='18.5' cy='18.5' r='18.5' transform='translate(290 1096)' fill='%237cc7ff'/%3E%3Cg id='Group_71918' data-name='Group 71918' transform='translate(298.761 1107.854)'%3E%3Cg id='Rectangle_5827' data-name='Rectangle 5827' transform='translate(0 0)' fill='none' stroke='%230a297b' stroke-width='1.5'%3E%3Crect width='19.545' height='13.027' rx='2' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='18.045' height='11.527' rx='1.25' fill='none'/%3E%3C/g%3E%3Cpath id='Path_73520' data-name='Path 73520' d='M-17700.893-23602.609l6.559,3.611,6.709-3.611' transform='translate(17703.824 23605.471)' fill='none' stroke='%230a297b' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 37px;
  height: 37px;
}
ul.social li.blue a.mail:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_72328' data-name='Group 72328' transform='translate(-290 -1096)'%3E%3Ccircle id='Ellipse_40' data-name='Ellipse 40' cx='18.5' cy='18.5' r='18.5' transform='translate(290 1096)' fill='%237cc7ff'/%3E%3Cg id='Group_71918' data-name='Group 71918' transform='translate(298.761 1107.854)'%3E%3Cg id='Rectangle_5827' data-name='Rectangle 5827' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='19.545' height='13.027' rx='2' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='18.045' height='11.527' rx='1.25' fill='none'/%3E%3C/g%3E%3Cpath id='Path_73520' data-name='Path 73520' d='M-17700.893-23602.609l6.559,3.611,6.709-3.611' transform='translate(17703.824 23605.471)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%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='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_72329' data-name='Group 72329' transform='translate(-241 -1096)'%3E%3Ccircle id='Ellipse_39' data-name='Ellipse 39' cx='18.5' cy='18.5' r='18.5' transform='translate(241 1096)' fill='%237cc7ff'/%3E%3Cg id='Group_71917' data-name='Group 71917' transform='translate(252.671 1106.915)'%3E%3Cpath id='Path_16096' data-name='Path 16096' d='M1776.785,627.322h2.9v9.329h-2.9Zm1.45-4.637a1.681,1.681,0,1,1-1.68,1.682,1.682,1.682,0,0,1,1.68-1.682' transform='translate(-1776.554 -622.684)' fill='%230a297b'/%3E%3Cpath id='Path_16097' data-name='Path 16097' d='M1811.669,654.185h2.781v1.276h.04a3.044,3.044,0,0,1,2.743-1.507c2.935,0,3.477,1.932,3.477,4.443v5.116h-2.9v-4.536c0-1.082-.018-2.474-1.507-2.474-1.508,0-1.738,1.18-1.738,2.4v4.614h-2.9Z' transform='translate(-1806.721 -649.547)' fill='%230a297b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 37px;
  height: 37px;
}
ul.social li.blue a.linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_72329' data-name='Group 72329' transform='translate(-241 -1096)'%3E%3Ccircle id='Ellipse_39' data-name='Ellipse 39' cx='18.5' cy='18.5' r='18.5' transform='translate(241 1096)' fill='%237cc7ff'/%3E%3Cg id='Group_71917' data-name='Group 71917' transform='translate(252.671 1106.915)'%3E%3Cpath id='Path_16096' data-name='Path 16096' d='M1776.785,627.322h2.9v9.329h-2.9Zm1.45-4.637a1.681,1.681,0,1,1-1.68,1.682,1.682,1.682,0,0,1,1.68-1.682' transform='translate(-1776.554 -622.684)' fill='%23fff'/%3E%3Cpath id='Path_16097' data-name='Path 16097' d='M1811.669,654.185h2.781v1.276h.04a3.044,3.044,0,0,1,2.743-1.507c2.935,0,3.477,1.932,3.477,4.443v5.116h-2.9v-4.536c0-1.082-.018-2.474-1.507-2.474-1.508,0-1.738,1.18-1.738,2.4v4.614h-2.9Z' transform='translate(-1806.721 -649.547)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.social li.blue a.mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_72329' data-name='Group 72329' transform='translate(-290 -1096)'%3E%3Ccircle id='Ellipse_40' data-name='Ellipse 40' cx='18.5' cy='18.5' r='18.5' transform='translate(290 1096)' fill='%237cc7ff'/%3E%3Cg id='Group_71918' data-name='Group 71918' transform='translate(298.761 1107.854)'%3E%3Cg id='Rectangle_5827' data-name='Rectangle 5827' transform='translate(0 0)' fill='none' stroke='%230a297b' stroke-width='1.5'%3E%3Crect width='19.545' height='13.027' rx='2' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='18.045' height='11.527' rx='1.25' fill='none'/%3E%3C/g%3E%3Cpath id='Path_73520' data-name='Path 73520' d='M-17700.893-23602.609l6.559,3.611,6.709-3.611' transform='translate(17703.824 23605.471)' fill='none' stroke='%230a297b' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  display: block;
}
ul.social li.blue a.mail:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Cg id='Group_72329' data-name='Group 72329' transform='translate(-290 -1096)'%3E%3Ccircle id='Ellipse_40' data-name='Ellipse 40' cx='18.5' cy='18.5' r='18.5' transform='translate(290 1096)' fill='%230069b7'/%3E%3Cg id='Group_71918' data-name='Group 71918' transform='translate(298.761 1107.854)'%3E%3Cg id='Rectangle_5827' data-name='Rectangle 5827' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='19.545' height='13.027' rx='2' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='18.045' height='11.527' rx='1.25' fill='none'/%3E%3C/g%3E%3Cpath id='Path_73520' data-name='Path 73520' d='M-17700.893-23602.609l6.559,3.611,6.709-3.611' transform='translate(17703.824 23605.471)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
}

.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 #0A297B;
  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 #0A297B;
}
@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: #0A297B;
  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: #0A297B;
  margin-top: 0;
  margin-right: -95px;
  right: 0;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row .item > h3:before {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item > h3:before {
    right: 36px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item > h3:before {
    left: -44px;
    right: auto;
  }
}
.line-ligne-du-temps .newsList .row .item h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item h3 {
    margin-bottom: 8px;
  }
}
.line-ligne-du-temps .newsList .row .item .intro {
  padding: 0 50px 0 65px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .line-ligne-du-temps .newsList .row .item .intro {
    padding: 0 50px 0 95px;
  }
}
@media (max-width: 991px) {
  .line-ligne-du-temps .newsList .row .item .intro {
    padding: 0 0 0 65px;
  }
}
@media (max-width: 767px) {
  .line-ligne-du-temps .newsList .row .item .intro {
    padding: 0;
    margin-left: 30px;
  }
}

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

.line-banner {
  padding-bottom: 140px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .line-banner {
    padding-bottom: 60px;
  }
}
.line-banner .container-fluid .row > div:first-child {
  padding-top: 130px;
}
@media (max-width: 991px) {
  .line-banner .container-fluid .row > div:first-child {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .line-banner .container-fluid .row > div:first-child {
    padding-top: 40px;
  }
}
.line-banner .container-fluid .row > div:first-child .content {
  max-width: 750px;
  margin-left: auto;
  padding-left: 130px;
  margin-right: 15px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .line-banner .container-fluid .row > div:first-child .content {
    padding-left: 65px;
  }
}
@media (max-width: 991px) {
  .line-banner .container-fluid .row > div:first-child .content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-banner .container-fluid .row > div:first-child .content {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .line-banner .container-fluid .row > div:first-child .content h1 br {
    display: none !important;
  }
}
.line-banner .container-fluid .row > div:first-child .content p {
  margin-top: 25px;
  color: #0A297B;
}
.line-banner .container-fluid .row > div:first-child .content h4 {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .line-banner .container-fluid .row > div:first-child .content h4 br {
    display: none !important;
  }
}
.line-banner .container-fluid .row > div:last-child {
  position: relative;
}
.line-banner .container-fluid .row > div:last-child .content {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .line-banner .container-fluid .row > div:last-child .content {
    left: 30px;
  }
}
.line-banner .container-fluid .row > div:last-child .content img {
  height: 350px !important;
  width: auto !important;
  border-radius: 0px 0px 0px 43px;
}
@media (max-width: 991px) {
  .line-banner .container-fluid .row > div:last-child .content img {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .line-banner .container-fluid .row > div:last-child .content img {
    height: auto !important;
    width: 100% !important;
  }
}
.line-banner.smol-pt .container-fluid .row > div:first-child {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .line-banner.smol-pt .container-fluid .row > div:first-child {
    padding-top: 45px;
  }
}
@media (min-width: 768px) {
  .line-banner.repertoire {
    padding-bottom: 80px;
  }
}
.line-banner.repertoire .container-fluid .row > div:first-child .content h2 {
  font-weight: 700;
}
.line-banner.no-banner {
  padding-bottom: 85px;
  position: relative;
}
@media (max-width: 991px) {
  .line-banner.no-banner {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.line-banner.no-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 29px;
  background: #0a297b;
  height: 30px;
  width: 40%;
}
.line-banner.no-banner .content {
  padding-top: 65px;
}
.line-banner.no-banner .content h1 {
  margin-bottom: 21px;
}
.line-banner.no-banner .content h3 {
  font-weight: 100;
  color: #0A297B;
}
.line-banner.no-banner.no-pb {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .line-banner.no-banner.no-content .content {
    padding-top: 0;
  }
}
.line-banner.contact {
  padding-bottom: 30px !important;
}

.page-intro {
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 991px) {
  .page-intro {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .page-intro {
    padding-top: 130px !important;
    padding-bottom: 45px !important;
  }
}
@media (max-width: 767px) {
  .page-intro .container .row > div .content {
    text-align: left !important;
  }
}
.page-intro .container .row > div .content h4:first-of-type {
  display: block;
  max-width: 53%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .page-intro .container .row > div .content h4:first-of-type {
    max-width: 72%;
  }
}
@media (max-width: 767px) {
  .page-intro .container .row > div .content h4:first-of-type {
    max-width: 100%;
    text-align: left !important;
  }
}
.page-intro .container .row > div .content h4:first-of-type span {
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-intro .container .row > div .content h4:first-of-type br {
    display: none !important;
  }
}
.page-intro .container .row > div .content h4.black, .page-intro .container .row > div .content p {
  display: block;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}
@media (max-width: 991px) {
  .page-intro .container .row > div .content h4.black, .page-intro .container .row > div .content p {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .page-intro .container .row > div .content h4.black, .page-intro .container .row > div .content p {
    text-align: left !important;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .page-intro .container .row > div .content h4.black br, .page-intro .container .row > div .content p br {
    display: none !important;
  }
}
.page-intro .container .row > div strong {
  font-weight: 600 !important;
}
.page-intro.wider .container .row > div .content h4.black {
  max-width: 87%;
}
@media (max-width: 767px) {
  .page-intro.wider .container .row > div .content h4.black {
    max-width: 100%;
  }
}
.page-intro.membres .container .row > div .content h4 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-intro.sm-textcenter .container .row > div .content h4 {
    text-align: center !important;
  }
}
.page-intro.avantages {
  padding-top: 80px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 991px) {
  .page-intro.avantages {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .page-intro.avantages {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }
}
.page-intro.ca {
  padding-top: 0 !important;
  padding-bottom: 75px !important;
}
@media (max-width: 767px) {
  .page-intro.ca {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .page-intro.equipe {
    padding-top: 110px !important;
  }
}
.page-intro.equipe .container-fluid .row > div .content h4:first-of-type {
  font-weight: 600;
}

.credit-photo .content {
  padding-right: 40px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .credit-photo .content {
    padding-right: 15px;
  }
}
.credit-photo .content .p-small {
  color: #868686;
}

p.credit-photo {
  color: #868686;
  padding-top: 15px;
}
p.credit-photo.left {
  text-align: left;
}
p.credit-photo.right {
  text-align: right;
  padding-right: 8px;
}

@media (max-width: 991px) {
  .large-title {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.large-title .content {
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .large-title .content {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .large-title .content {
    max-width: 100%;
  }
}
.large-title .content h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 100;
}
.large-title .content .btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .large-title .content .btn {
    margin-top: 30px;
  }
}

.line-title.border-top .container {
  padding-top: 90px;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .temoignage-details .container {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}
.temoignage-details .container .mod-article__content h5 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 100;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 991px) {
  .temoignage-details .container .mod-article__content h5 {
    font-size: 28px;
    line-height: 34px;
  }
}
.temoignage-details .container .mod-article__content .p-small {
  margin-bottom: 50px;
  color: #0A297B;
}
.temoignage-details .container .mod-article__content img, .temoignage-details .container .mod-article__content iframe {
  margin-bottom: 50px;
  aspect-ratio: 16/9;
  width: 100%;
}

@media (min-width: 992px) {
  .smol-container .container {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}

.border-bottom .container {
  padding-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}

.line-infolettre {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .line-infolettre {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-infolettre .container .row .zone-html {
    margin-bottom: 45px;
  }
}
.line-infolettre .container .row .zone-html .content {
  padding-top: 85px;
}
@media (max-width: 767px) {
  .line-infolettre .container .row .zone-html .content {
    padding-top: 0;
  }
}
.line-infolettre .container .row .zone-html .content img {
  margin-bottom: 10px;
}
.line-infolettre .container .row .zone-html .content h4 {
  margin-bottom: 30px;
}
.line-infolettre .container .row .zone-html .content p {
  max-width: 90%;
}
.line-infolettre .container .row .zone-crm {
  background: #0A297B;
  border-radius: 43px;
  padding: 85px 90px 60px 90px;
  position: relative;
}
@media (max-width: 991px) {
  .line-infolettre .container .row .zone-crm {
    padding: 85px 45px 60px 45px;
  }
}
.line-infolettre .container .row .zone-crm:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/wave.svg);
  background-repeat: no-repeat;
  width: 256px;
  height: 104px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.line-infolettre .container .row .zone-crm form .form-group label {
  color: #fff;
}
.line-infolettre .container .row .zone-crm form .form-group label .control-label--required {
  color: #fff !important;
}
.line-infolettre .container .row .zone-crm form .crm-footer-frame {
  margin-top: 0;
  text-align: left;
}

.line-404 {
  padding-bottom: 150px;
}
@media (min-width: 992px) {
  .line-404 {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .line-404 {
    padding-bottom: 40px;
  }
}
.line-404 .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-404 .container .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-404 .container .row > div:first-child {
    width: 100%;
  }
}
.line-404 .container .row > div:first-child .content {
  text-align: right;
}
@media (max-width: 991px) {
  .line-404 .container .row > div:first-child .content {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .line-404 .container .row > div:first-child .content img {
    max-width: 220px !important;
  }
}
@media (max-width: 991px) {
  .line-404 .container .row > div:last-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .line-404 .container .row > div:last-child .content {
    text-align: center;
  }
}
.line-404 .container .row > div:last-child .content h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #7cc7ff;
  text-transform: none;
}
@media (max-width: 991px) {
  .line-404 .container .row > div:last-child .content h1 {
    text-align: center;
  }
}
.line-404 .container .row > div:last-child .content h2 {
  margin-bottom: 30px;
  font-weight: 600;
}
.line-404 .container .row > div:last-child .content p {
  font-weight: 100;
  margin-bottom: 20px;
}

.special-accordeon .panel-news-accordion .panel-heading .panel-title a {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.special-accordeon .panel-news-accordion .panel-heading .panel-title a:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/minus-bluebg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 49px !important;
  height: 49px !important;
  border: none !important;
}
.special-accordeon .panel-news-accordion .panel-heading .panel-title a.collapsed:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/plus-bluebg.svg);
}

.blue-form .form-group {
  margin-bottom: 10px !important;
}
.blue-form .crm-footer-frame .btn:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0A297B !important;
}
.blue-form .formbuilder-confirmation-content h1, .blue-form .formbuilder-confirmation-content h2, .blue-form .formbuilder-confirmation-content h3, .blue-form .formbuilder-confirmation-content h4, .blue-form .formbuilder-confirmation-content h5, .blue-form .formbuilder-confirmation-content h6, .blue-form .formbuilder-confirmation-content p {
  color: #fff !important;
}
.blue-form .formbuilder-confirmation-content .btn:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0A297B !important;
}

@media (min-width: 768px) {
  .politique .container {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.politique .container .mod-article__wrapper h1 {
  margin-bottom: 45px;
}
.politique .container .mod-article__wrapper h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #0A297B;
}
.politique .container .mod-article__wrapper p {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .lastfold-mb {
    margin-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .recherche-single .container .row > div:first-child {
    margin-bottom: 0px;
  }
}
.recherche-single .container .row > div:first-child .mod-article__title {
  margin-bottom: 30px;
}
.recherche-single .container .row > div:first-child .mod-article__published-date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
.recherche-single .container .row > div:first-child .mod-article__content {
  display: flex;
  flex-direction: column;
}
.recherche-single .container .row > div:first-child .mod-article__content .mod-article__intro {
  order: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.recherche-single .container .row > div:first-child .mod-article__content .mod-article__img {
  order: 1;
  margin-bottom: 45px;
}
.recherche-single .container .row > div:first-child .mod-article__content .mod-article__content {
  order: 2;
}

.articlemultiple-title .container .row > div {
  padding-left: 0;
}

@media (max-width: 991px) {
  .line-credit .content {
    padding-right: 15px;
  }
}

table#document_list tbody tr td:last-child {
  position: relative;
}
table#document_list tbody tr td:last-child a {
  visibility: hidden;
  pointer-events: none;
}
table#document_list tbody tr td:last-child a:after {
  visibility: visible;
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  position: absolute;
  top: 20%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%);
  opacity: 1;
  pointer-events: all;
}

.line-recherche .container .row .zone-html .content .gsc-search-box table {
  max-width: 500px;
  margin-left: 15px;
}
.line-recherche .container .row .zone-html .content .gsc-search-box table tbody tr .gsc-input .gscb_a {
  position: relative;
  left: -15px;
}
.line-recherche .container .row .zone-html .content .gsc-search-box table tbody tr .gsc-search-button button {
  display: flex;
  padding: 8px 30px;
}

.vidflex tr td {
  display: flex !important;
}
.vidflex tr td .vidbox {
  margin-right: 16px;
}
.vidflex tr td .vidbox:hover {
  cursor: pointer !important;
}
.vidflex tr td .vidbox h5 {
  color: #0a297b !important;
  margin-bottom: 0;
  padding-top: 16px;
}
.vidflex tr td .vidbox p {
  font-weight: 400 !important;
  color: #0a297b !important;
  margin-bottom: 0;
}
.line-home-banner .container-fluid .row {
  position: relative;
}
.line-home-banner .container-fluid .row .zone-html {
  width: 20%;
  z-index: 2;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-html {
    padding-left: 0px;
    float: none !important;
  }
}
.line-home-banner .container-fluid .row .zone-html .content {
  padding-top: 50px;
  z-index: 5;
  position: absolute;
  top: 0;
  width: 354px;
  height: 580px;
  background: #fff;
  border-radius: 0px 0px 43px 0px;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-html .content {
    padding-top: 38px;
    width: 316px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-home-banner .container-fluid .row .zone-html .content {
    position: relative;
    height: 520px;
  }
}
.line-home-banner .container-fluid .row .zone-html .content h1 {
  margin-bottom: 37px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-html .content h1 {
    margin-bottom: 35px;
  }
}
.line-home-banner .container-fluid .row .zone-html .content p:first-of-type {
  max-width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-html .content p:first-of-type {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.line-home-banner .container-fluid .row .zone-html .content p#buttons {
  display: flex;
  width: fit-content;
  max-width: fit-content;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-html .content p#buttons {
    flex-direction: column;
  }
}
.line-home-banner .container-fluid .row .zone-html .content p#buttons .btn-primary:last-child {
  padding-left: 90px;
  padding-right: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-html .content p#buttons .btn-primary:last-child {
    margin-top: 0;
  }
}
.line-home-banner .container-fluid .row .zone-html .content p#buttons .btn-primary:last-child:before {
  content: "";
  background: #0A297B;
  height: 22px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
}
.line-home-banner .container-fluid .row .zone-html .content p#buttons .btn-primary:last-child:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/Icon_Loupe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.line-home-banner .container-fluid .row .zone-banner {
  z-index: 1;
  width: 80%;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-banner {
    padding-left: 0;
    width: 100%;
  }
}
.line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
  height: 750px;
}
@media (max-width: 1199px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    background-position: 0 -98px;
  }
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 644px;
    background-position: -140px 0;
  }
}
@media (max-width: 767px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 337px;
  }
}
@media (max-width: 767px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    top: 90%;
  }
}
.line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content #home-banner-waves {
  position: absolute;
  top: -110px;
  left: 45%;
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content #home-banner-waves {
    display: none;
  }
}
.line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content #home-banner-credit {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 48%;
  bottom: 190px;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content #home-banner-credit {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .line-home-banner .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img .mod-banner__content #home-banner-credit {
    transform: none;
    left: 30px;
    bottom: -32px;
    width: 60%;
  }
}

.line-banner-home {
  padding-bottom: 180px;
  position: relative;
}
.line-banner-home:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/arf-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 78%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1444px) {
  .line-banner-home:before {
    background-position: -110px;
  }
}
.line-banner-home:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_home/waves.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 164px;
  position: absolute;
  top: 30%;
  left: 53%;
}
.line-banner-home .container-fluid .row {
  padding-left: 60px;
}
.line-banner-home .container-fluid .row > div .content {
  border-radius: 0px 0px 43px 0px;
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 30px;
  background: #fff;
  max-width: 25%;
}
.line-banner-home .container-fluid .row > div .content h1 {
  margin-bottom: 90px;
}
.line-banner-home .container-fluid .row > div .content p:first-of-type {
  max-width: 92%;
  margin-bottom: 55px;
}
.line-banner-home .container-fluid .row > div .content p#buttons {
  display: flex;
  width: fit-content;
  max-width: fit-content;
}
.line-banner-home .container-fluid .row > div .content p#buttons .btn-primary:last-child {
  padding-left: 90px;
  padding-right: 35px;
  position: relative;
}
.line-banner-home .container-fluid .row > div .content p#buttons .btn-primary:last-child:before {
  content: "";
  background: #0A297B;
  height: 22px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
}
.line-banner-home .container-fluid .row > div .content p#buttons .btn-primary:last-child:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/Icon_Loupe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.line-banner-home .container-fluid .row > div .content #img-credit {
  position: absolute;
  transform: rotate(270deg);
  color: #fff;
  top: 20vh;
  left: 48vw;
  font-size: 12px;
}

.line-info {
  padding-bottom: 75px;
  position: relative;
  z-index: 5;
}
.line-info .container-fluid .row > div .content {
  max-width: 43%;
  background: #0A297B;
  border-radius: 25px;
  padding: 30px 92px 15px 110px;
  margin-right: 60px;
  margin-left: auto;
  margin-top: -130px;
  position: relative;
}
@media (max-width: 1199px) {
  .line-info .container-fluid .row > div .content {
    width: 70%;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .line-info .container-fluid .row > div .content {
    width: 78%;
    max-width: 78%;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .line-info .container-fluid .row > div .content {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 120px 40px 30px 30px;
  }
}
.line-info .container-fluid .row > div .content #exclamation {
  position: absolute;
  top: 22px;
  left: 25px;
}
@media (max-width: 767px) {
  .line-info .container-fluid .row > div .content #exclamation {
    top: 42px;
  }
}
.line-info .container-fluid .row > div .content h5 {
  max-width: 90%;
  margin-bottom: 25px;
}
.line-info .container-fluid .row > div .content p .btn {
  padding-left: 0;
}

.line-pub-horizontale {
  padding-bottom: 85px;
}
@media (min-width: 1200px) {
  .line-pub-horizontale .container .row > div .content img {
    max-width: 745px;
  }
}
@media (max-width: 767px) {
  .line-pub-horizontale.not-home {
    padding-top: 120px !important;
  }
}

@media (max-width: 767px) {
  .line-15ans .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
}
.line-15ans .container-fluid .row .zone-banner {
  max-width: 40%;
}
@media (max-width: 1199px) {
  .line-15ans .container-fluid .row .zone-banner {
    max-width: 44%;
  }
}
@media (max-width: 767px) {
  .line-15ans .container-fluid .row .zone-banner {
    order: 1;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .line-15ans .container-fluid .row .zone-banner .mod-banner__wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .line-15ans .container-fluid .row .zone-banner .mod-banner__wrapper {
    padding-top: 15px;
  }
}
.line-15ans .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
  height: 657px;
}
@media (max-width: 991px) {
  .line-15ans .container-fluid .row .zone-banner .mod-banner__wrapper .mod-banner__img {
    height: 379px;
  }
}
.line-15ans .container-fluid .row .zone-html {
  padding-top: 100px;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .line-15ans .container-fluid .row .zone-html {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .line-15ans .container-fluid .row .zone-html {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .line-15ans .container-fluid .row .zone-html {
    order: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.line-15ans .container-fluid .row .zone-html .content h2 {
  margin-bottom: 30px;
}
.line-15ans .container-fluid .row .zone-html .content h2 span {
  font-weight: 700;
}
.line-15ans .container-fluid .row .zone-html .content p:first-of-type {
  margin-bottom: 30px;
  max-width: 79%;
}
@media (max-width: 991px) {
  .line-15ans .container-fluid .row .zone-html .content p:first-of-type {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .line-reseau-intro {
    padding-top: 75px !important;
    padding-bottom: 30px !important;
  }
}
.line-reseau-intro .container .row > div .content {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .line-reseau-intro .container .row > div .content {
    max-width: 100%;
  }
}
.line-reseau-intro .container .row > div .content h2 span {
  font-weight: 700;
}

@media (max-width: 991px) {
  .line-events-title .container .row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .line-events-title .container .row > div:first-child {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-events-title .container .row > div:first-child {
    width: 100%;
  }
}
.line-events-title .container .row > div:first-child .content h3 {
  color: #0A297B;
}
@media (max-width: 991px) {
  .line-events-title .container .row > div:last-child {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-events-title .container .row > div:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .line-events-title .container .row > div:last-child .content p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .line-chiffres {
    padding-bottom: 75px !important;
  }
}
.line-chiffres .container > .row > div .newsList > .row .item {
  position: relative;
}
.line-chiffres .container > .row > div .newsList > .row .item .intro {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
}
@media (max-width: 991px) {
  .line-chiffres .container > .row > div .newsList > .row .item .intro {
    top: 53px;
  }
}
@media (max-width: 767px) {
  .line-chiffres .container > .row > div .newsList > .row .item .intro {
    top: 90px;
  }
}
.line-chiffres .container > .row > div .newsList > .row .item .intro h3 {
  color: #0A297B;
}
@media (max-width: 1199px) {
  .line-chiffres .container > .row > div .newsList > .row .item .intro h3 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .line-chiffres .container > .row > div .newsList > .row .item .intro h3 {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .line-chiffres .container > .row > div .newsList > .row .item .intro h3 {
    font-size: 27px;
    line-height: 33px;
  }
}
.line-chiffres .container > .row > div .newsList > .row .item .intro h3 span {
  font-weight: 100;
}
.line-chiffres .container > .row > div .newsList > .row:first-child .item .intro {
  top: 115px;
}
@media (max-width: 991px) {
  .line-chiffres .container > .row > div .newsList > .row:first-child .item .intro {
    top: 68px;
  }
}
@media (max-width: 767px) {
  .line-chiffres .container > .row > div .newsList > .row:first-child .item .intro {
    top: 118px;
  }
}

.line-home-events {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .line-home-events {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-home-events .eventsList > .row > div .item {
    margin-bottom: 60px;
  }
}
.line-home-events .eventsList > .row > div .item .e-thumbnail {
  max-width: 350px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .line-home-events .eventsList > .row > div .item .e-thumbnail {
    max-width: 275px;
  }
}
@media (max-width: 991px) {
  .line-home-events .eventsList > .row > div .item .e-thumbnail {
    max-width: 224px;
  }
}
.line-home-events .eventsList > .row > div .item .mod-eventflash__item-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
  color: #0A297B;
  margin-bottom: 0;
  font-weight: 600;
}
.line-home-events .eventsList > .row > div .item .mod-eventflash__item-title a {
  color: #0A297B !important;
  font-weight: 600;
}
.line-home-events .eventsList > .row > div .item .itemInfos {
  margin-bottom: 20px;
}
.line-home-events .eventsList > .row > div .item .itemInfos .e-date {
  color: #0A297B;
  font-size: 12px;
  font-weight: 400;
}
.line-home-events .eventsList > .row > div .item .itemInfos .city {
  display: none;
}
.line-home-events .eventsList > .row > div .item hr {
  display: none;
}
.line-home-events .eventsList > .row > div .item .intro p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: initial;
  color: #000;
  line-height: 18px;
  font-weight: 100;
}
.line-home-events .eventsList > .row > div .item .actions {
  margin-top: 0;
}
.line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register {
  position: relative;
  background-color: transparent !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: none !important;
  padding-left: 0 !important;
}
.line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:hover, .line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:active, .line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #7CC7FF !important;
  border: none !important;
}
.line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:hover:after, .line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:active:after, .line-home-events .eventsList > .row > div .item .actions .mod-eventflash__btn-register:focus:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}

@media (min-width: 768px) {
  .event-btns-mobile {
    display: none;
  }
}
.event-btns-mobile .content p {
  margin-bottom: 75px;
  display: flex;
}
@media (max-width: 767px) {
  .event-btns-mobile .content p {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
  }
}
.event-btns-mobile .content p .btn {
  margin-right: 0;
}

.news-btns-mobile {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .news-btns-mobile {
    display: none;
  }
}
.news-btns-mobile .content p .btn {
  margin-right: 0;
}

.line-home-news-title {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .line-home-news-title .container .row > div:first-child {
    padding-left: 0;
  }
}
.line-home-news-title .container .row > div:first-child .content h4 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .line-home-news-title .container .row > div:last-child {
    display: none;
  }
}
.line-home-news-title .container .row > div:last-child .content p {
  margin-bottom: 0;
}
.line-home-news-title .container .row > div:last-child .content .btn {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .line-home-news {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-home-news .container .row .zone-news_flash > .content .row + .row {
    margin-top: 0 !important;
  }
}
.line-home-news .newsList > .row {
  padding-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-home-news .newsList > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .line-home-news .newsList > .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 35px;
  }
}
.line-home-news .newsList > .row .item h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 7px;
}
.line-home-news .newsList > .row .item h3 a {
  color: #0A297B !important;
}
.line-home-news .newsList > .row .item .e-date {
  text-transform: none;
  color: #0A297B;
  font-size: 12px;
  margin-bottom: 20px !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .line-home-news .newsList > .row .item .news-keywords {
    display: flex;
    flex-direction: column;
  }
}
.line-home-news .newsList > .row .item .news-keywords span {
  color: #0A297B;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 14.5px;
  margin-right: 7px;
  background: rgba(159, 159, 159, 0.27);
}
@media (max-width: 767px) {
  .line-home-news .newsList > .row .item .news-keywords span {
    margin-bottom: 10px;
    max-width: fit-content;
  }
}
.line-home-news .newsList > .row .item .intro {
  max-width: 65%;
}
.line-home-news .newsList > .row .item .actions {
  text-align: right;
}
@media (max-width: 767px) {
  .line-home-news .newsList > .row .item .actions {
    text-align: left;
  }
}
.line-home-news .newsList > .row .item .actions .btn {
  margin-right: 50px;
  margin-top: -65px;
  position: relative;
  background-color: transparent !important;
  color: #0A297B !important;
  transition: all 150ms !important;
  border: none !important;
}
@media (max-width: 767px) {
  .line-home-news .newsList > .row .item .actions .btn {
    margin-top: 0;
    padding-left: 0;
  }
}
.line-home-news .newsList > .row .item .actions .btn:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.line-home-news .newsList > .row .item .actions .btn:hover, .line-home-news .newsList > .row .item .actions .btn:active, .line-home-news .newsList > .row .item .actions .btn:focus {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #7CC7FF !important;
  border: none !important;
}
.line-home-news .newsList > .row .item .actions .btn:hover:after, .line-home-news .newsList > .row .item .actions .btn:active:after, .line-home-news .newsList > .row .item .actions .btn:focus:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}

.line-membres-table .container .row {
  padding-top: 70px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .line-membres-table .container .row {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .line-membres-table .container .row > div:first-child {
    margin-bottom: 50px;
  }
}
.line-membres-table .container .row > div:first-child .content {
  max-width: 95%;
}
@media (min-width: 1200px) {
  .line-membres-table .container .row > div:last-child {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .line-membres-table .container .row > div:last-child .content table {
    width: 100% !important;
  }
}
.line-membres-table .container .row > div:last-child .content table tbody tr td {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .line-membres-table .container .row > div:last-child .content table tbody tr td {
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .line-membres-table .container .row > div:last-child .content table tbody tr td img {
    width: 80px !important;
  }
}
.line-membres-table .container .row > div:last-child .content table tbody tr td:last-child {
  padding-left: 45px;
}
@media (max-width: 991px) {
  .line-membres-table .container .row > div:last-child .content table tbody tr td:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .line-membres-table .container .row > div:last-child .content table tbody tr td:last-child {
    padding-left: 35px;
  }
}
.line-membres-table .container .row > div:last-child .content table tbody tr td:last-child h5 {
  margin-bottom: 0;
}
.line-membres-table .container .row > div:last-child .content table tbody tr td:last-child h6 {
  color: #0A297B;
  font-weight: 100;
}

.line-bordered-btn {
  padding-top: 70px;
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .line-bordered-btn {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .line-bordered-btn .content {
    padding-bottom: 50px;
  }
}
.line-bordered-btn .content p {
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: relative;
}
.line-bordered-btn .content p:before {
  content: "";
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 30px);
}
@media (max-width: 991px) {
  .line-bordered-btn .content p:before {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-bordered-btn .content p:before {
    display: none;
  }
}
.line-bordered-btn .content p:after {
  content: "";
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 30px);
}
@media (max-width: 991px) {
  .line-bordered-btn .content p:after {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-bordered-btn .content p:after {
    display: none;
  }
}

.line-regroupement {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_membres/Background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .line-regroupement {
    background-position: -642px 0px;
  }
}
.line-regroupement .line-title {
  padding-top: 95px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .line-regroupement .line-title .container .row .zone-html .content {
    text-align: center;
  }
}
.line-regroupement .line-title .container .row .zone-html .content h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-regroupement .line-title .container .row .zone-html .content h1 br {
    display: none !important;
  }
}
.line-regroupement .line-title .container .row .zone-html .content h3 {
  font-weight: 300;
}
.line-regroupement .line-title .container .row .zone-image {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .line-regroupement .line-title .container .row .zone-image {
    display: none;
  }
}
.line-regroupement .line-items {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-regroupement .line-items .newsList {
    gap: 20px;
  }
}
.line-regroupement .line-items .newsList > .row:first-child, .line-regroupement .line-items .newsList > .row:nth-child(4) {
  margin-left: 0;
  margin-right: auto;
}
.line-regroupement .line-items .newsList > .row:nth-child(2), .line-regroupement .line-items .newsList > .row:nth-child(5) {
  margin: 0 auto;
}
.line-regroupement .line-items .newsList > .row:nth-child(3), .line-regroupement .line-items .newsList > .row:nth-child(6) {
  margin-left: auto;
  margin-right: 0;
}
.line-regroupement .line-items .newsList > .row:not(:last-child) .item {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .line-regroupement .line-items .newsList > .row:not(:last-child) .item {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  .line-regroupement .line-items .newsList > .row:not(:last-child) .item {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .line-regroupement .line-items .newsList > .row:not(:last-child) .item .intro h1 {
    font-size: 25px;
    line-height: 34px;
  }
}
.line-regroupement .line-items .newsList > .row:not(:last-child) .item .intro h6 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
  color: #000;
  max-width: 63%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .line-regroupement .line-items .newsList > .row:not(:last-child) .item .intro h6 {
    font-size: 11px;
    line-height: 14px;
    max-width: 80%;
  }
}
.line-regroupement .line-items .newsList > .row:not(:last-child) .item .intro h4 br {
  display: none !important;
}
.line-regroupement .line-items .newsList > .row:last-child {
  display: flex;
  align-items: center;
}
.line-regroupement .line-items .newsList > .row:last-child .item .intro h4 {
  color: #fff;
}
.line-regroupement .line-items .newsList > .row:last-child .item .intro h4 br {
  display: none !important;
}

.line-decouvrez {
  padding-top: 85px;
  padding-bottom: 60px;
}
.line-decouvrez .container .row > div:first-child .content img {
  max-width: 428px;
}
@media (max-width: 991px) {
  .line-decouvrez .container .row > div:first-child .content img {
    max-width: 285px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .line-decouvrez .container .row > div:first-child .content img {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.line-decouvrez .container .row > div:last-child .content h2 {
  max-width: 90%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line-decouvrez .container .row > div:last-child .content h2 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.line-decouvrez .container .row > div:last-child .content p:first-of-type {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-decouvrez .container .row > div:last-child .content p:first-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .line-services-perso .container .row > div:first-child {
    margin-bottom: 60px;
  }
}
.line-services-perso .container .row > div:first-child .content h2 {
  margin-bottom: 25px;
}
.line-services-perso .container .row > div:first-child .content p:first-of-type {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .line-services-perso .container .row > div:first-child .content p:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .line-services-perso .container .row > div:first-child .content .flex-btns {
    display: flex;
  }
}
@media (max-width: 991px) {
  .line-services-perso .container .row > div:first-child .content .flex-btns .btn:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .line-services-perso .container .row > div:last-child {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .line-services-perso .container .row > div:last-child .content {
    padding-left: 70px;
  }
}
.line-services-perso .container .row > div:last-child .content .badges {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .line-services-perso .container .row > div:last-child .content .badges {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-services-perso .container .row > div:last-child .content .badges img:first-child {
  max-width: 262px;
  height: auto !important;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .line-services-perso .container .row > div:last-child .content .badges img:first-child {
    margin-bottom: 45px;
  }
}
.line-services-perso .container .row > div:last-child .content .badges img:last-child {
  max-width: 170px;
}

.line-img-content {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .line-img-content .container .row {
    display: flex;
    align-items: center;
  }
}
.line-img-content .container .row > div:first-child .content {
  max-width: 350px;
}
.line-img-content .container .row > div:first-child .content img {
  border-radius: 43px 0px 0px 43px;
}
.line-img-content .container .row > div:last-child .content h2 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .line-img-content .container .row > div .logo-cert {
    width: 275px !important;
  }
}
@media (max-width: 767px) {
  .line-img-content .container .row > div .logo-cert {
    width: 235px !important;
  }
}
@media (min-width: 768px) {
  .line-img-content.content-pb .container .row > div:last-child {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .line-img-content.no-credit .container .row > div:first-child {
    margin-bottom: 30px;
  }
}
.line-img-content.pb {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-img-content.sm-smolpt {
    padding-top: 0;
  }
}

.line-content-img {
  padding-top: 110px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .line-content-img {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .line-content-img .container .row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .line-content-img .container .row {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .line-content-img .container .row > div:first-child {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .line-content-img .container .row > div:first-child {
    order: 1;
  }
}
.line-content-img .container .row > div:first-child .content h2 {
  margin-bottom: 25px;
}
.line-content-img .container .row > div:first-child .content p:not(:last-child) {
  margin-bottom: 20px;
}
.line-content-img .container .row > div:first-child .content p strong {
  font-weight: 300 !important;
}
@media (min-width: 992px) {
  .line-content-img .container .row > div:last-child {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .line-content-img .container .row > div:last-child {
    order: 0;
  }
}
.line-content-img .container .row > div:last-child .content {
  max-width: 350px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .line-content-img .container .row > div:last-child .content {
    margin-right: auto;
    margin-left: 0;
  }
}
.line-content-img .container .row > div:last-child .content img {
  border-radius: 0px 43px 43px 0px;
}
@media (max-width: 767px) {
  .line-content-img .container .row > div:last-child .content img {
    margin-bottom: 0px;
  }
}
.line-content-img.p-b {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .line-content-img.no-credit .container .row > div:last-child {
    margin-bottom: 30px;
  }
}
.line-content-img.content-pb .container .row > div:first-child {
  padding-bottom: 30px;
}

.line-offres .container .row > div .content .grid-row:first-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 145px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .line-offres .container .row > div .content .grid-row:first-child {
    grid-gap: 35px;
  }
}
@media (max-width: 767px) {
  .line-offres .container .row > div .content .grid-row:first-child {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .line-offres .container .row > div .content .grid-row:first-child .btn-link:after {
    right: -20px;
  }
}
.line-offres .container .row > div .content .grid-row:last-child {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
@media (max-width: 767px) {
  .line-offres .container .row > div .content .grid-row:last-child {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
}
@media (min-width: 768px) {
  .line-offres .container .row > div .content .grid-row:last-child .grid-item:first-child {
    grid-column: 2/span 1;
  }
  .line-offres .container .row > div .content .grid-row:last-child .grid-item:last-child {
    grid-column: 4/span 1;
  }
}
.line-offres .container .row > div .content .grid-row .grid-item {
  text-align: center;
}
@media (max-width: 767px) {
  .line-offres .container .row > div .content .grid-row .grid-item p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.line-offres .container .row > div .content .grid-row .grid-item p span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
}
.line-offres .container .row > div .content .grid-row .grid-item p a {
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-offres .container .row > div .content .grid-row .grid-item p a {
    text-align: center;
  }
}
.line-offres .container .row > div .content .grid-row .grid-item p a:after {
  right: -50px;
  top: 25px;
}

.half-content-lined .container .row {
  display: flex;
}
@media (max-width: 767px) {
  .half-content-lined .container .row {
    flex-direction: column;
  }
}
.half-content-lined .container .row > div a {
  color: #7CC7FF !important;
}
.half-content-lined .container .row > div h3 {
  font-weight: 100;
}
@media (max-width: 991px) {
  .half-content-lined .container .row > div h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .half-content-lined .container .row > div h3 {
    text-align: center !important;
  }
}
.half-content-lined .container .row > div:first-child {
  position: relative;
}
@media (min-width: 768px) {
  .half-content-lined .container .row > div:first-child {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .half-content-lined .container .row > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}
.half-content-lined .container .row > div:first-child:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .half-content-lined .container .row > div:first-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .half-content-lined .container .row > div:last-child {
    padding-left: 60px;
  }
}

.line-temoignages {
  padding-top: 55px;
  padding-bottom: 90px !important;
}
@media (max-width: 767px) {
  .line-temoignages {
    padding-top: 35px;
  }
}
.line-temoignages .container .row > div .newsList {
  padding-left: 0;
}
@media (max-width: 767px) {
  .line-temoignages .container .row > div .newsList {
    padding-left: 0;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .line-temoignages .container .row > div .newsList > .row .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .line-temoignages .container .row > div .newsList > .row .item .itemImage img {
    max-width: 90%;
  }
}
.line-temoignages .container .row > div .newsList > .row .item .intro {
  max-width: 90%;
}
.line-temoignages .container .row > div .newsList > .row .item .intro img {
  margin-bottom: 40px;
}
.line-temoignages .container .row > div .newsList > .row .item .intro h5 {
  margin-bottom: 0;
}
.line-temoignages .container .row > div .newsList > .row .item .intro .p-small {
  color: #0A297B;
}
.line-temoignages .container .row > div .newsList > .row .item .actions {
  margin-top: 0 !important;
}

.line-paliers {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .line-paliers {
    padding-bottom: 60px;
  }
}
.line-paliers .container .row > div .content ul#avantages-list {
  list-style: none;
  padding-left: 0 !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .line-paliers .container .row > div .content ul#avantages-list {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .line-paliers .container .row > div .content ul#avantages-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.line-paliers .container .row > div .content ul#avantages-list li {
  padding-left: 0 !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  color: #000;
  display: block;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .line-paliers .container .row > div .content ul#avantages-list li {
    font-size: 18px !important;
    line-height: 20px !important;
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .line-paliers .container .row > div .content ul#avantages-list li {
    width: 160px;
    height: 160px;
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
}
.line-paliers .container .row > div .content ul#avantages-list li:first-child {
  background: #7CC7FF;
  color: #0A297B !important;
}
.line-paliers .container .row > div .content ul#avantages-list li:nth-child(2) {
  background: #0069B7;
  color: #fff !important;
}
.line-paliers .container .row > div .content ul#avantages-list li:nth-child(3) {
  background: #0A297B;
  color: #fff !important;
}
.line-paliers .container .row > div .content ul#avantages-list li:last-child {
  background: #000;
  color: #fff !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-paliers .container .row > div .content p:last-of-type {
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .line-paliers .container .row > div .content p:last-of-type br {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .line-avantages-table .container {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .line-avantages-table .container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.line-avantages-table .mod-article__content table.member-table {
  width: 100%;
  border-collapse: collapse;
  /* Ensures borders between cells are merged */
  border: none;
  /* Hides the outer border of the table */
}
.line-avantages-table .mod-article__content table.member-table tbody td, .line-avantages-table .mod-article__content table.member-table tbody th {
  border: 1px solid #909DC7;
  padding: 20px;
  /* Adds some padding inside cells */
}
.line-avantages-table .mod-article__content table.member-table tbody tr td:first-child {
  border-left: none;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 100;
}
@media (min-width: 992px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr td:first-child {
    width: 50%;
  }
}
.line-avantages-table .mod-article__content table.member-table tbody tr td:nth-child(3) {
  background: #F0F7EB;
}
.line-avantages-table .mod-article__content table.member-table tbody tr td:last-child {
  border-right: none;
  background: #E5F1DD;
}
.line-avantages-table .mod-article__content table.member-table tbody tr td:nth-child(2), .line-avantages-table .mod-article__content table.member-table tbody tr td:nth-child(3), .line-avantages-table .mod-article__content table.member-table tbody tr td:last-child {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #0A297B;
}
.line-avantages-table .mod-article__content table.member-table tbody tr:first-child td {
  border-top: none;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.line-avantages-table .mod-article__content table.member-table tbody tr:first-child td p {
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  margin-bottom: 20px;
  font-weight: 500;
}
.line-avantages-table .mod-article__content table.member-table tbody tr:first-child td span {
  font-size: 33px;
  line-height: 31px;
  font-weight: 700;
  color: #0A297B;
}
@media (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:first-child td span {
    font-size: 27px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:first-child td .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:first-child td .btn {
    font-size: 7px;
    line-height: 7px;
  }
}
.line-avantages-table .mod-article__content table.member-table tbody tr:first-child td:first-child {
  font-size: 28px;
  line-height: 34px;
  font-weight: 100;
  text-transform: none;
  color: #0A297B;
  vertical-align: bottom;
  padding-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:first-child td:first-child {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:first-child td:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}
.line-avantages-table .mod-article__content table.member-table tbody tr:last-child td {
  border-bottom: none;
}
.line-avantages-table .mod-article__content table.member-table tbody tr.heading td {
  background: #0A297B;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  color: #000;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:not(.heading) {
    display: flex;
    flex-wrap: wrap;
  }
  .line-avantages-table .mod-article__content table.member-table tbody tr:not(.heading) td:first-child {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:not(.heading) td:first-child {
    border-right: none !important;
    background: #F2F9FF;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:not(.heading) td:nth-child(2), .line-avantages-table .mod-article__content table.member-table tbody tr:not(.heading) td:nth-child(3), .line-avantages-table .mod-article__content table.member-table tbody tr:not(.heading) td:last-child {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .line-avantages-table .mod-article__content table.member-table tbody tr:last-child td .btn {
    font-size: 7px;
    line-height: 10px;
  }
}

.line-comparer {
  padding-top: 40px;
  padding-bottom: 80px;
}
.line-comparer .container {
  padding-top: 50px;
  padding-bottom: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .line-comparer .container {
    padding-bottom: 50px;
  }
}
.line-comparer .container .row .content h3 {
  color: #0A297B;
}
@media (max-width: 767px) {
  .line-comparer .container .row .content h3 {
    margin-bottom: 30px;
  }
}

.line-exigences {
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .line-exigences .container .row > div:first-child {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .line-exigences .container .row > div:last-child {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .line-exigences .container .row > div:last-child .content {
    max-width: 90%;
  }
}

.line-consulter-offres .container {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .line-consulter-offres .container {
    padding-top: 65px;
  }
}
.line-consulter-offres .container .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-consulter-offres .container .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-consulter-offres .container .row > div:first-child .content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .line-consulter-offres .container .row > div:first-child .content {
    flex-direction: column;
  }
}
.line-consulter-offres .container .row > div:first-child .content img {
  margin-right: 60px;
}
@media (max-width: 767px) {
  .line-consulter-offres .container .row > div:first-child .content img {
    margin-bottom: 30px;
  }
}
.line-consulter-offres .container .row > div:first-child .content h2 {
  display: flex;
}
@media (min-width: 768px) {
  .line-consulter-offres .container .row > div:first-child .content h2 {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .line-consulter-offres .container .row > div:last-child .content p {
    text-align: left !important;
  }
}

.autres-adhesions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.autres-adhesions .container .row > div .content ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 30px;
}
@media (max-width: 767px) {
  .autres-adhesions .container .row > div .content ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.autres-adhesions .container .row > div .content ul li {
  width: 540px;
  height: 233px;
  border-radius: 25px;
  background: blue;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .autres-adhesions .container .row > div .content ul li {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .autres-adhesions .container .row > div .content ul li {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .autres-adhesions .container .row > div .content ul li {
    width: calc(100vw - 60px);
    height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.autres-adhesions .container .row > div .content ul li .btn {
  padding-left: 0;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .autres-adhesions .container .row > div .content ul li .btn {
    font-size: 22px;
  }
}
.autres-adhesions .container .row > div .content ul li .btn:hover {
  color: #0A297B;
}
.autres-adhesions .container .row > div .content ul li:first-child {
  background: #B8E1FF;
}
.autres-adhesions .container .row > div .content ul li:first-child .btn {
  color: #0A297B;
}
.autres-adhesions .container .row > div .content ul li:first-child .btn:hover {
  color: #fff;
}
.autres-adhesions .container .row > div .content ul li:nth-child(2) {
  background: #0369B7;
}
.autres-adhesions .container .row > div .content ul li:nth-child(3) {
  background: #0A297B;
}
.autres-adhesions .container .row > div .content ul li:nth-child(3) .btn:hover {
  color: #7CC7FF;
}
.autres-adhesions .container .row > div .content ul li:last-child {
  background: #000;
}
.autres-adhesions .container .row > div .content ul li:hover {
  opacity: 0.9;
}

.line-offres-partenaires .container > .row {
  padding-top: 260px;
  position: relative;
}
@media (max-width: 991px) {
  .line-offres-partenaires .container > .row {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
  }
}
.line-offres-partenaires .container > .row:after {
  content: "";
  background: #e5e5e5;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: 170px;
  left: 15px;
}
@media (max-width: 991px) {
  .line-offres-partenaires .container > .row:after {
    top: 145px;
  }
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row:after {
    display: none;
  }
}
.line-offres-partenaires .container > .row > div:first-child {
  width: 100%;
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:first-child {
    order: 0;
    padding-top: 100px;
    margin-bottom: 60px;
  }
}
.line-offres-partenaires .container > .row > div:first-child form {
  position: absolute;
  top: -200px;
  left: 45%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .line-offres-partenaires .container > .row > div:first-child form {
    left: 30%;
    transform: none;
  }
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:first-child form {
    left: 0;
    top: -30px;
  }
}
.line-offres-partenaires .container > .row > div:first-child form .form-horizontal {
  width: 445px;
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:first-child form .form-horizontal {
    width: calc(100vw - 30px);
  }
}
.line-offres-partenaires .container > .row > div:first-child form .form-horizontal > .col-sm-12 {
  min-width: 100%;
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:first-child form .form-horizontal > .col-sm-12 {
    padding-left: 30px;
  }
}
.line-offres-partenaires .container > .row > div:first-child form .form-horizontal > .col-sm-12 .form-group label {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.line-offres-partenaires .container > .row > div:first-child form .form-horizontal > .col-sm-12 .form-group .col-sm-17 {
  min-width: 100%;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic > .row + .row {
  margin-top: 0 !important;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div:after {
  content: "";
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div .news-title {
  order: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 10px;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div .news-title a {
  color: #0A297B !important;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div .news-tags {
  order: 1;
  margin-bottom: 10px;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div .news-tags a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  color: #0A297B !important;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div .news-intro {
  order: 2;
  margin-bottom: 35px;
  max-width: 90%;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div .news-intro h6 {
  color: #000;
  font-weight: 100;
  margin-bottom: 15px;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type {
  order: 3;
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
  max-width: fit-content;
  color: #0A297B !important;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:hover, .line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:active, .line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type {
    white-space: normal !important;
  }
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:hover, .line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:active, .line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.line-offres-partenaires .container > .row > div:first-child .news-mosaic .paginationControl {
  justify-content: flex-start;
}
.line-offres-partenaires .container > .row > div:last-child {
  display: none;
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:last-child {
    order: 1;
  }
}
@media (max-width: 767px) {
  .line-offres-partenaires .container > .row > div:last-child .content .itemImage {
    width: 90%;
    margin: 0 auto;
  }
}
.line-offres-partenaires .container > .row > div:last-child .content img {
  margin-bottom: 70px;
}

.line-code {
  padding-top: 0;
  padding-bottom: 100px !important;
}
@media (max-width: 991px) {
  .line-code {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .line-code .container .row > div:first-child .content img {
    max-width: 260px !important;
    margin-bottom: 30px;
  }
}
.line-code .container .row > div:last-child .content h4 {
  color: #000;
  margin-bottom: 55px;
}

.apropos-intro {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .apropos-intro {
    padding-top: 140px;
  }
}
.apropos-intro .content h4 {
  margin-bottom: 30px;
}
.apropos-intro .content h4:first-child {
  font-weight: 600;
}
.apropos-intro .content h4:last-of-type {
  color: #000;
}
@media (max-width: 991px) {
  .apropos-intro .content h4 br {
    display: none !important;
  }
}
.apropos-intro .content p {
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.line-arf-qc {
  padding-top: 70px;
  padding-bottom: 70px;
}
.line-arf-qc .container .row > div .content {
  background: #fff;
  border-radius: 43px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .line-arf-qc .container .row > div .content {
    flex-direction: column;
  }
}
.line-arf-qc .container .row > div .content .logo-text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .line-arf-qc .container .row > div .content .logo-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-arf-qc .container .row > div .content .logo-text p {
  margin-right: 30px;
}
.line-arf-qc .container .row > div .content .logo-text h6 {
  color: #000;
  font-weight: 100;
  display: block;
  max-width: 205px;
}
@media (max-width: 991px) {
  .line-arf-qc .container .row > div .content .logo-text:first-child {
    margin-bottom: 45px;
  }
}

.flex-circles .container .row > div .content {
  display: flex;
}
@media (max-width: 1199px) {
  .flex-circles .container .row > div .content {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .flex-circles .container .row > div .content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .flex-circles .container .row > div .content img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .flex-circles .container .row > div .content img {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .flex-circles .container .row > div .content img:first-child {
    margin-bottom: 30px;
  }
}

.line-decouvrir .container {
  padding-top: 70px;
  border-top: 1px solid #e5e5e5;
}
.line-decouvrir .container .row > div .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .line-decouvrir .container .row > div .content {
    flex-direction: column;
  }
}
.line-decouvrir .container .row > div .content a {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 105px 150px 105px 77px;
  background: blue;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 1199px) {
  .line-decouvrir .container .row > div .content a {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .line-decouvrir .container .row > div .content a {
    padding: 80px 120px 80px 60px;
    white-space: pre-wrap;
  }
}
@media (max-width: 767px) {
  .line-decouvrir .container .row > div .content a {
    width: 100%;
  }
}
.line-decouvrir .container .row > div .content a:first-of-type {
  background: #B8E1FF;
}
@media (max-width: 767px) {
  .line-decouvrir .container .row > div .content a:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.line-decouvrir .container .row > div .content a:first-of-type:after {
  right: 65px;
}
.line-decouvrir .container .row > div .content a:last-of-type {
  color: #fff;
  background: #0369B7;
}
.line-decouvrir .container .row > div .content a:last-of-type:hover {
  color: #0A297B;
}
.line-decouvrir .container .row > div .content a:last-of-type:after {
  right: 35px;
}

@media (max-width: 991px) {
  .sticky-banner-right .container-fluid .row {
    display: flex;
    flex-direction: column;
  }
}
.sticky-banner-right .container-fluid .row > div:first-child {
  width: 58%;
}
@media (max-width: 991px) {
  .sticky-banner-right .container-fluid .row > div:first-child {
    order: 1;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sticky-banner-right .container-fluid .row > div:first-child .content {
  max-width: 645px;
  margin-left: auto;
  padding-left: 0px;
  margin-right: 15px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .sticky-banner-right .container-fluid .row > div:first-child .content {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.sticky-banner-right .container-fluid .row > div:first-child .content h3, .sticky-banner-right .container-fluid .row > div:first-child .content p {
  margin-bottom: 25px;
}
.sticky-banner-right .container-fluid .row > div:first-child .content h3:last-of-type {
  padding-top: 30px;
}
.sticky-banner-right .container-fluid .row > div:first-child .content ul li {
  margin-bottom: 15px !important;
}
.sticky-banner-right .container-fluid .row > div:last-child {
  width: 42%;
  position: relative;
}
@media (max-width: 991px) {
  .sticky-banner-right .container-fluid .row > div:last-child {
    order: 0;
    width: 75%;
    margin-bottom: 45px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sticky-banner-right .container-fluid .row > div:last-child {
    width: 100%;
  }
}
.sticky-banner-right .container-fluid .row > div:last-child .mod-banner__wrapper {
  position: initial;
}
.sticky-banner-right .container-fluid .row > div:last-child .mod-banner__img {
  height: 750px;
  position: initial;
  border-radius: 43px 0px 0px 43px;
}
@media (max-width: 991px) {
  .sticky-banner-right .container-fluid .row > div:last-child .mod-banner__img {
    height: 330px;
  }
}
.sticky-banner-right .container-fluid .row > div:last-child .mod-banner__img .mod-banner__content {
  top: 101%;
  transform: none;
  right: 15px;
}
.sticky-banner-right .container-fluid .row > div:last-child .mod-banner__img .mod-banner__content p {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  color: #868686;
}

.line-apropos-dropwdowns {
  margin-bottom: 70px;
}
.line-apropos-dropwdowns.no-mb {
  margin-bottom: 0;
}

.dropdown-text-content h3 {
  margin-bottom: 30px;
}
.dropdown-text-content .content p {
  margin-bottom: 30px;
}

.programmes-intro .container {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.programmes-intro .container .row > div .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}
@media (max-width: 991px) {
  .programmes-intro .container .row > div .content {
    max-width: 100%;
  }
}
.programmes-intro .container .row > div .content h3 {
  color: #0A297B;
  margin-bottom: 25px;
  font-weight: 100;
}
.programmes-intro .container .row > div .content h6 {
  font-weight: 100;
}
.programmes-intro .container .row > div .content h4 {
  color: #000;
}

.programmes-list .container .row > div form {
  padding-bottom: 75px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .programmes-list .container .row > div form {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.programmes-list .container .row > div form .form-horizontal .col-sm-12 {
  width: 100%;
}
.programmes-list .container .row > div form .form-horizontal .col-sm-12 .form-group label {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #0A297B;
}
.programmes-list .container .row > div form .form-horizontal .col-sm-12 .form-group .col-sm-17 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .programmes-list .container .row > div form .form-horizontal .col-sm-12 .form-group .col-sm-17 {
    width: 325px;
  }
}
.programmes-list .container .row > div form .form-horizontal .col-sm-12 .form-group .col-sm-17 .chosen-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .programmes-list .container .row > div form .form-horizontal .col-sm-12 .form-group .col-sm-17 .chosen-container {
    max-width: 100%;
  }
}
.programmes-list .container .row > div form .form-horizontal .col-sm-12 .form-group .col-sm-17 .chosen-container .chosen-choices {
  margin-left: auto;
  margin-right: auto;
}
.programmes-list .container .row > div .news-mosaic > .row {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.programmes-list .container .row > div .news-mosaic > .row:last-child {
  margin-bottom: 60px;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 {
  display: flex;
  flex-direction: column;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-title {
  order: 0;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-title a {
  color: #0A297B !important;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-tags {
  order: 1;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-tags a {
  color: #0A297B !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-intro {
  order: 2;
  max-width: 65%;
}
@media (max-width: 767px) {
  .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-intro {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 .news-intro p:not(.p-small) {
  margin-bottom: 40px;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type {
  order: 3;
  text-align: right !important;
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
  color: #0A297B !important;
  padding-right: 70px;
  margin-top: -53px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type {
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
  }
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:hover, .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:active, .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type {
    white-space: normal !important;
  }
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:hover, .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:active, .programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:focus {
  color: #7CC7FF;
  border: none;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:hover {
  text-decoration: none !important;
  color: #7CC7FF !important;
}
.programmes-list .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:after {
  right: -13px;
}

@media (max-width: 991px) {
  .line-prog-details .container-fluid {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .line-prog-details .container-fluid .row > div:first-child {
    margin-bottom: 60px;
  }
}
.line-prog-details .container-fluid .row > div:first-child > h4 {
  max-width: 780px;
  margin-left: auto;
  padding-left: 8px;
  margin-right: 15px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .line-prog-details .container-fluid .row > div:first-child > h4 {
    padding-left: 8%;
  }
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper {
  max-width: 780px;
  margin-left: auto;
  padding-left: 8px;
  margin-right: 15px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper {
    padding-left: 8%;
    padding-right: 0;
  }
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__title {
    max-width: 55%;
  }
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content h4 {
  color: #000;
  margin-bottom: 40px;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content h5 {
  color: #000;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content .btn {
  margin-bottom: 45px;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content p > img {
  margin-top: 45px;
  margin-bottom: 45px;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.accordeon:first-of-type {
  padding-top: 55px;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.accordeon tbody tr {
  padding-left: 0;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.accordeon tbody tr:first-child {
  padding-right: 60px;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.accordeon tbody tr:first-child td {
  font-weight: 100;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.flex-logos {
  margin-top: 45px;
  width: 100% !important;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.flex-logos tbody {
  min-width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.flex-logos tbody tr td {
  vertical-align: bottom;
}
.line-prog-details .container-fluid .row > div:first-child .mod-article__wrapper .mod-article__content table.flex-logos tbody tr td img {
  max-width: 180px;
}
.line-prog-details .container-fluid .row > div:last-child {
  padding-top: 50px;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper {
  background: #0A297B;
  border-radius: 43px 0px 0px 43px;
  padding: 65px 65px 60px 105px;
}
@media (max-width: 1199px) {
  .line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper {
    padding: 65px 45px 60px 60px;
  }
}
@media (max-width: 991px) {
  .line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper {
    padding: 50px 30px 60px 30px;
  }
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper h5 {
  color: #fff;
  margin-bottom: 30px;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .form-group label {
  color: #fff;
  padding-left: 24px;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .form-group label .control-label--required {
  color: #fff !important;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .form-group .input-radio {
  display: flex;
  padding-left: 24px;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .form-group.form-element-je_suis_membre_de_larf_quebec label {
  padding-left: 0 !important;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .form-group.form-element-je_suis_membre_de_larf_quebec label:first-child {
  margin-right: 40px;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .form-group.form-element-je_suis_membre_de_larf_quebec label > input[type=radio] {
  width: 20px;
  height: 20px;
  margin-left: -28px;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .crm-footer-frame {
  text-align: left;
  margin-top: 0;
}
.line-prog-details .container-fluid .row > div:last-child #formbuilder-add-wrapper .form-horizontal .crm-footer-frame .btn:hover {
  background: #fff !important;
  color: #7CC7FF !important;
}
.line-prog-details .container-fluid .row > div:last-child .formbuilder-confirmation-content .btn-primary:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #0A297B !important;
}

@media (min-width: 992px) {
  .offre-partenaire-single .container {
    max-width: 55%;
  }
}
.offre-partenaire-single .container .zone-article .mod-article__content .mod-article__intro {
  margin-bottom: 30px;
}
.offre-partenaire-single .container .zone-article .mod-article__content .mod-article__content h3 {
  color: #0A297B;
}
.offre-partenaire-single .container .zone-article .mod-article__content .mod-article__content ul {
  margin-bottom: 0 !important;
}
.offre-partenaire-single .container .zone-article .mod-article__content .mod-article__content ul li {
  margin-bottom: 15px !important;
}

@media (max-width: 991px) {
  .line-lois {
    padding-bottom: 80px;
  }
}
.line-lois .container > .row {
  position: relative;
}
.line-lois .container > .row > div:first-child form {
  position: absolute;
  top: -166px;
  left: 50%;
  transform: translateY(-50%);
}
.line-lois .container > .row > div:first-child form .form-horizontal {
  width: 445px;
}
.line-lois .container > .row > div:first-child form .form-horizontal > .col-sm-12 {
  min-width: 100%;
}
.line-lois .container > .row > div:first-child form .form-horizontal > .col-sm-12 .form-group label {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  margin-bottom: 15px;
}
.line-lois .container > .row > div:first-child form .form-horizontal > .col-sm-12 .form-group .col-sm-17 {
  min-width: 100%;
}
.line-lois .container > .row > div:first-child .news-mosaic > .row + .row {
  margin-top: 0 !important;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .line-lois .container > .row > div:first-child .news-mosaic .row > div {
    margin-bottom: 50px;
  }
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div:after {
  content: "";
  background: #e5e5e5;
  height: 1px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-title {
  order: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-transform: none;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-lois .container > .row > div:first-child .news-mosaic .row > div .news-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-title a {
  color: #0A297B !important;
  pointer-events: none;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-tags {
  order: 1;
  margin-bottom: 10px;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-tags a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  color: #0A297B !important;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-intro {
  order: 2;
  max-width: 90%;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-intro h6 {
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .line-lois .container > .row > div:first-child .news-mosaic .row > div .news-intro ul {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .line-lois .container > .row > div:first-child .news-mosaic .row > div .news-intro ul > li:last-child {
    margin-bottom: 0 !important;
  }
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-intro ul > li > ul {
  margin-top: 30px !important;
  margin-bottom: 30p !important;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div .news-intro ul + ul {
  margin-top: 30px !important;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type {
  order: 3;
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: #7CC7FF;
  color: #0A297B;
  transition: all 150ms;
  border: 1px solid #7CC7FF;
  max-width: fit-content;
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:hover, .line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:active, .line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type {
    white-space: normal !important;
  }
}
.line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:hover, .line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:active, .line-lois .container > .row > div:first-child .news-mosaic .row > div > a:last-of-type:focus {
  background-color: #0A297B;
  border: 1px solid #0A297B;
  color: #fff;
}
.line-lois .container > .row > div:first-child .news-mosaic .paginationControl {
  justify-content: flex-start;
}
.line-lois .container > .row > div:last-child {
  padding-left: 50px;
}
.line-lois .container > .row > div:last-child .newsList img {
  max-width: 75%;
}

.outils-liste {
  padding-bottom: 60px;
}
.outils-liste .container .row > div .news-mosaic .row .col-sm-24 .news-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .outils-liste .container .row > div .news-mosaic .row .col-sm-24 .news-title {
    margin-bottom: 18px;
  }
}
.outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
  color: #0A297B !important;
  padding-left: 0;
}
.outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:hover, .outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:active, .outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type {
    white-space: normal !important;
  }
}
.outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:hover, .outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:active, .outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:focus {
  color: #7CC7FF;
  border: none;
}
.outils-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:hover {
  color: #7CC7FF !important;
  text-decoration: none !important;
}

.etudes-liste {
  padding-bottom: 60px;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 {
  display: flex;
  flex-direction: column;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 .news-title {
  order: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 .news-title a {
  color: #0A297B !important;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 .news-tags {
  order: 1;
  color: #0A297B !important;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 .e-date {
  order: 2;
  text-transform: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  color: #0A297B;
  margin-bottom: 20px;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 .news-intro {
  order: 3;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type {
  order: 4;
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
  padding-left: 0;
  text-align: left;
  max-width: fit-content;
  color: #0A297B !important;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:hover, .etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:active, .etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type {
    white-space: normal !important;
  }
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:hover, .etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:active, .etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:focus {
  color: #7CC7FF;
  border: none;
}
.etudes-liste .container .row > div .news-mosaic .row .col-sm-24 > a:last-of-type:hover {
  color: #7CC7FF !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .line-events .container .row > div .events-mosaic > .row {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-events .container .row > div .events-mosaic > .row .col-sm-8 {
    margin-bottom: 60px;
  }
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item {
  max-width: 90%;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
  color: #0A297B;
  margin-bottom: 10px;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .e-date {
  text-transform: none;
  line-height: 20px;
  color: #0A297B;
  font-size: 12px;
  font-weight: 400;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .address {
  display: none;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item p:nth-last-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions {
    display: flex;
  }
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions .btn {
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
  color: #0A297B;
  padding-left: 0 !important;
  margin-right: 30px;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions .btn:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions .btn:hover, .line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions .btn:active, .line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions .btn:focus {
  color: #7CC7FF;
  border: none;
}
.line-events .container .row > div .events-mosaic > .row .col-sm-8 .item .actions .btn:after {
  right: -15px !important;
}
.line-events .container .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left {
  background: #F9F9F9;
}
.line-events .container .row > div .event-detail .row-event-jumbotron__left-right .row-event-jumbotron__left .event-jumbotron__left {
  background: #F9F9F9;
}
@media (max-width: 991px) {
  .line-contact {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .line-contact .container .row {
    display: flex;
    flex-direction: column;
  }
}
.line-contact .container .row .zone-banner {
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-contact .container .row .zone-banner {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .line-contact .container .row .zone-banner {
    order: 1;
    padding-bottom: 60px;
  }
}
.line-contact .container .row .zone-banner > h2 {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #868686;
  position: absolute;
  bottom: -60px;
}
@media (max-width: 991px) {
  .line-contact .container .row .zone-banner > h2 {
    bottom: -55px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .line-contact .container .row .zone-banner > h2 {
    bottom: 15px;
  }
}
.line-contact .container .row .zone-banner .mod-banner__img {
  border-radius: 0px 25px 0px 0px;
  height: 719px;
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content {
  text-align: center;
  color: #fff;
  top: 41%;
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content h4, .line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content p, .line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content h4 br, .line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content p br, .line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content a br {
    display: block !important;
  }
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content img {
  margin-bottom: 30px;
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content h4 {
  margin-bottom: 75px;
  font-weight: 600;
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content p:first-of-type {
  margin-bottom: 50px;
  font-weight: 600;
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content #photo-credit {
  position: absolute;
}
.line-contact .container .row .zone-banner .mod-banner__img .mod-banner__content #email {
  padding-bottom: 8px;
  border-bottom: 2px solid #7cc7ff;
}
.line-contact .container .row .zone-crm {
  padding-left: 125px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-contact .container .row .zone-crm {
    padding-left: 30px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .line-contact .container .row .zone-crm {
    padding-left: 15px;
    order: 0;
    margin-bottom: 45px;
  }
}
.line-contact .container .row .zone-crm h2 {
  margin-bottom: 5px;
}
.line-contact .container .row .zone-crm h2 + p {
  margin-bottom: 45px;
}
.line-contact .container .row .zone-crm .crm-footer-frame {
  text-align: left;
}

.line-quote {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .line-quote {
    padding-top: 140px;
  }
}
.line-quote .container {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .line-quote .container {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .line-quote .container .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .line-quote .container .row > div:first-child {
    order: 1;
  }
}
@media (max-width: 991px) {
  .line-quote .container .row > div:first-child img {
    width: 200px !important;
  }
}
.line-quote .container .row > div:first-child p:last-child {
  font-weight: normal;
  font-size: 12px;
  color: #868686;
}
@media (max-width: 767px) {
  .line-quote .container .row > div:last-child {
    order: 0;
    margin-bottom: 60px;
  }
}
.line-quote .container .row > div:last-child .content h3 {
  color: #0A297B;
  font-weight: 100;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 40px;
}
.line-quote .container .row > div:last-child .content p {
  margin-bottom: 0;
}

.line-video {
  padding-top: 105px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .line-video {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .line-video .container .row {
    display: flex;
  }
}
@media (max-width: 767px) {
  .line-video .container .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .line-video .container .row > div:first-child {
    order: 1;
  }
}
@media (max-width: 767px) {
  .line-video .container .row > div:first-child iframe {
    max-width: 100%;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .line-video .container .row > div:last-child {
    order: 0;
    margin-bottom: 30px;
  }
}
.line-video .container .row > div:last-child .content {
  padding-left: 105px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .line-video .container .row > div:last-child .content {
    padding-left: 0;
    padding-top: 0;
  }
}
.line-video .container .row > div:last-child .content h2 {
  margin-bottom: 30px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .line-video .container .row > div:last-child .content h2 {
    margin-bottom: 15px;
  }
}
.line-video .container .row > div:last-child .content h3 {
  color: #0A297B;
  font-weight: 100;
}

.fifty-title-line {
  padding-top: 95px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .fifty-title-line {
    padding-top: 50px;
  }
}
.fifty-title-line .container .row > div:first-child .content h2 {
  font-weight: 600;
}
@media (min-width: 992px) {
  .fifty-title-line .container .row > div:last-child .content {
    padding-left: 105px;
  }
}

@media (max-width: 991px) {
  .line-cta {
    padding-bottom: 60px;
  }
}
.line-cta .content h2 {
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .line-cta .content h2 {
    margin-bottom: 15px;
  }
}

.line-baleine .mod-banner__img {
  height: 608px;
}
@media (max-width: 991px) {
  .line-baleine .mod-banner__img {
    height: 350px;
  }
}
.line-baleine .mod-banner__img .mod-banner__content {
  top: 78%;
}
@media (max-width: 991px) {
  .line-baleine .mod-banner__img .mod-banner__content img {
    width: 400px !important;
  }
}

.line-numbered-table .container .row > div .content table {
  width: 100% !important;
}
.line-numbered-table .container .row > div .content table tbody {
  display: block;
}
.line-numbered-table .container .row > div .content table tbody tr {
  display: block;
  padding-top: 33px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 767px) {
  .line-numbered-table .container .row > div .content table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .line-numbered-table .container .row > div .content table tbody tr:last-child {
    padding-bottom: 70px;
  }
}
.line-numbered-table .container .row > div .content table tbody tr td {
  width: 50%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .line-numbered-table .container .row > div .content table tbody tr td {
    width: 100%;
  }
}
.line-numbered-table .container .row > div .content table tbody tr td:first-child {
  font-size: 28px;
  line-height: 34px;
  font-weight: 100;
  color: #0A297B;
}
@media (max-width: 767px) {
  .line-numbered-table .container .row > div .content table tbody tr td:first-child {
    margin-bottom: 10px;
  }
}
.line-numbered-table .container .row > div .content table tbody tr td:last-child {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: initial;
  color: #000;
  font-weight: 100;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .line-numbered-table .container .row > div .content table tbody tr td:last-child {
    padding-left: 105px;
  }
}
@media (max-width: 767px) {
  .line-numbered-table .container .row > div .content table tbody tr td:last-child {
    padding-right: 0;
  }
}
.line-numbered-table .container .row > div .content table tbody tr:after {
  content: "";
  background: #0a297b;
  width: calc(100% - 65px);
  height: 1px;
  position: absolute;
  top: 0px;
  right: 15px;
}
.line-numbered-table .container .row > div .content table tbody tr:first-child:before {
  content: "01";
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  position: absolute;
  top: -12px;
  left: 0;
}
.line-numbered-table .container .row > div .content table tbody tr:nth-child(2):before {
  content: "02";
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  position: absolute;
  top: -12px;
  left: 0;
}
.line-numbered-table .container .row > div .content table tbody tr:nth-child(3):before {
  content: "03";
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  position: absolute;
  top: -12px;
  left: 0;
}
.line-numbered-table .container .row > div .content table tbody tr:nth-child(4):before {
  content: "04";
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  position: absolute;
  top: -12px;
  left: 0;
}
.line-numbered-table .container .row > div .content table tbody tr:nth-child(5):before {
  content: "05";
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0A297B;
  position: absolute;
  top: -12px;
  left: 0;
}

.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 65px 90px;
}
@media (max-width: 991px) {
  .line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 65px 30px;
  }
}
@media (max-width: 767px) {
  .line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div {
  position: relative;
  text-align: center;
  color: #0A297B;
  text-align: center;
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div .credit {
  font-size: 10px;
  position: absolute;
  top: 158px;
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div img {
  max-width: 160px;
  margin-bottom: 30px;
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div h5 {
  margin-bottom: 0;
  white-space: pre-wrap;
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div p {
  color: #0A297B;
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div p.p-small {
  margin-bottom: 0;
}
.line-repertoire-equipe .container .row > div .search-object-result .tab-content .tab-pane > div ul.social {
  margin-top: 17px;
  justify-content: center;
}

.rapport-featured {
  padding-top: 150px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .rapport-featured {
    padding-top: 140px;
  }
}
.rapport-featured .container {
  width: 90%;
}
@media (max-width: 991px) {
  .rapport-featured .container .row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .rapport-featured .container .row > div:first-child {
    width: 100%;
    margin-bottom: 45px;
  }
}
.rapport-featured .container .row > div:first-child .content {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .rapport-featured .container .row > div:first-child .content {
    padding-top: 0px;
  }
}
.rapport-featured .container .row > div:first-child .content img {
  max-width: 475px;
}
@media (max-width: 1199px) {
  .rapport-featured .container .row > div:first-child .content img {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .rapport-featured .container .row > div:first-child .content img {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .rapport-featured .container .row > div:last-child {
    width: 100%;
  }
}
.rapport-featured .container .row > div:last-child .content h2 {
  margin-bottom: 20px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .rapport-featured .container .row > div:last-child .content h2 {
    margin-bottom: 30px;
  }
}
.rapport-featured .container .row > div:last-child .content h5 {
  line-height: 32px;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 25px;
}
.rapport-featured .container .row > div:last-child .content .btn {
  margin-top: 20px;
}

.line-rapports .container .row > div .newsList > .row .item .itemImage {
  max-width: 350px;
}
@media (max-width: 767px) {
  .line-rapports .container .row > div .newsList > .row .item .itemImage {
    margin-bottom: 0;
  }
}
.line-rapports .container .row > div .newsList > .row .item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.line-rapports .container .row > div .newsList > .row .item h3 a {
  color: #0A297B !important;
}
.line-rapports .container .row > div .newsList > .row .item .actions {
  margin-top: 0;
}
.line-rapports .container .row > div .newsList > .row .item .actions .btn {
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
  padding-left: 0;
}
.line-rapports .container .row > div .newsList > .row .item .actions .btn:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.line-rapports .container .row > div .newsList > .row .item .actions .btn:hover, .line-rapports .container .row > div .newsList > .row .item .actions .btn:active, .line-rapports .container .row > div .newsList > .row .item .actions .btn:focus {
  color: #7CC7FF;
  border: none;
}

.repertoire-agences {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .repertoire-agences {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .repertoire-agences {
    padding-top: 140px;
  }
}
.repertoire-agences .container .row .zone-directory {
  position: relative;
}
.repertoire-agences .container .row .zone-directory .mod_directory__article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #0a297b;
  position: absolute;
  top: 370px;
  width: 100%;
}
@media (max-width: 991px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__article {
    top: 445px;
  }
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__article {
    display: none;
  }
}
.repertoire-agences .container .row .zone-directory .mod_directory__article table tbody tr {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__article table tbody tr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.repertoire-agences .container .row .zone-directory .mod_directory__article table tbody tr td {
  font-size: 18px;
  min-width: 30%;
  width: 30%;
}
.repertoire-agences .container .row .zone-directory .mod_directory__article table tbody tr td:last-child {
  text-align: center;
}
.repertoire-agences .container .row .zone-directory .js-directory-search-box {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .js-directory-search-box {
    margin-bottom: 80px;
  }
}
.repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form {
    justify-content: space-between;
  }
}
.repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form .form-group {
  width: 33%;
}
@media (max-width: 1199px) {
  .repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form .form-group {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form .form-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form .form-group label {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form .form-group .search_input {
  min-width: 90%;
}
.repertoire-agences .container .row .zone-directory .js-directory-search-box form.search-form .form-group .chosen-action__wrapper {
  display: none;
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc #directory-tabs {
  display: none;
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table {
  background: #F9F9F9;
  margin-bottom: 10px;
  overflow: hidden;
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 30px 30px;
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td {
  min-width: 30%;
  width: 30%;
  vertical-align: top;
  color: #0A297B;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td {
    width: 100%;
    margin-bottom: 20px;
  }
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td ul li {
  margin-bottom: 5px !important;
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child {
  text-align: center;
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a {
    padding-left: 70px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a:after {
    right: -30px;
  }
}
.repertoire-agences .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td ul li {
  color: #0A297B !important;
  font-size: 16px;
  line-height: 18px;
  padding-left: 0 !important;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper h2 {
  max-width: 40%;
  font-weight: 600;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper h4 {
  margin-bottom: 30px;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper hr {
  border-color: #e5e5e5;
  margin-top: 40px;
  margin-bottom: 70px;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info {
  display: flex;
}
@media (max-width: 991px) {
  .repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info {
    flex-direction: column;
  }
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo {
  width: 40%;
  text-align: center;
}
@media (max-width: 991px) {
  .repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo {
    width: 100%;
  }
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo img {
  max-width: 350px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo img {
    max-width: 325px;
  }
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons .btn {
  margin-top: 0;
  margin-bottom: 0;
  color: #0A297B !important;
  padding-left: 80px;
  padding-right: 80px;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons .btn span {
  color: #0A297B !important;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons p:first-of-type a:hover span {
  color: #fff !important;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons p:last-of-type {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo p.address {
  font-size: 16px;
  line-height: 18px;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones {
  margin-bottom: 30px;
  padding-bottom: 30px;
  max-width: fit-content;
  border-bottom: 1px solid #E5E5E5;
  margin-left: auto;
  margin-right: auto;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p {
  margin-bottom: 0;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number {
  font-size: 30px;
  line-height: 36px;
  color: #0A297B;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number span {
  color: #0A297B;
  font-weight: 600;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number:hover {
  color: #7CC7FF !important;
  text-decoration: none !important;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number:hover span {
  color: #7CC7FF !important;
  text-decoration: none !important;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p:first-child .phone-number:hover {
  color: #fff;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p:first-child .phone-number:hover span {
  color: #fff;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information {
  width: 60%;
}
@media (min-width: 992px) {
  .repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information {
    width: 100%;
  }
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information p {
  color: #000;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information table.accordeon > tbody tr:first-child:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/plus-bluebg.svg);
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information table.accordeon.active > tbody tr:first-child:after {
  transform: none;
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/minus-bluebg.svg);
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper .all-info .information hr {
  border-color: #e5e5e5;
  margin-top: 40px;
  margin-bottom: 40px;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper p {
  color: #0A297B;
  margin-bottom: 25px;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper p span {
  color: #000;
}
.repertoire-agences .container .row .zone-directory .directory-member-detail-wrapper p + ul {
  margin-bottom: 0;
}
.repertoire-agences.all-members .container .row .zone-directory .mod_directory__article {
  top: 256px;
}
@media (max-width: 767px) {
  .repertoire-agences.all-members .container .row .zone-directory .mod_directory__article {
    top: 470px;
  }
}
.repertoire-agences.all-members .container .row .zone-directory .mod_directory__article table tbody tr {
  justify-content: space-between;
}
.repertoire-agences.all-members .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr {
  justify-content: space-between;
}

.repertoire-membres {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .repertoire-membres {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .repertoire-membres {
    padding-top: 140px;
  }
}
.repertoire-membres .container .row .zone-directory {
  position: relative;
}
.repertoire-membres .container .row .zone-directory .mod_directory__article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #0a297b;
  position: absolute;
  top: 370px;
  width: 100%;
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__article {
    top: 580px;
  }
}
.repertoire-membres .container .row .zone-directory .mod_directory__article table tbody tr {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__article table tbody tr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.repertoire-membres .container .row .zone-directory .mod_directory__article table tbody tr td {
  font-size: 18px;
  min-width: 25%;
  width: 325%;
}
.repertoire-membres .container .row .zone-directory .mod_directory__article table tbody tr td:last-child {
  text-align: center;
}
.repertoire-membres .container .row .zone-directory .js-directory-search-box {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .js-directory-search-box {
    margin-bottom: 80px;
  }
}
.repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form {
    justify-content: space-between;
  }
}
.repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form .form-group {
  width: 33%;
}
@media (max-width: 1199px) {
  .repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form .form-group {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form .form-group {
    width: 100%;
    margin-bottom: 30px;
  }
}
.repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form .form-group label {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form .form-group .search_input {
  min-width: 90%;
}
.repertoire-membres .container .row .zone-directory .js-directory-search-box form.search-form .form-group .chosen-action__wrapper {
  display: none;
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc #directory-tabs {
  display: none;
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table {
  background: #F9F9F9;
  margin-bottom: 10px;
  overflow: hidden;
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px 30px 30px;
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td {
  min-width: 25%;
  width: 25%;
  vertical-align: top;
  color: #0A297B;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td {
    width: 100%;
    margin-bottom: 20px;
  }
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td ul li {
  margin-bottom: 5px !important;
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child {
  text-align: center;
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a {
    padding-left: 70px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a:after {
    left: 144px;
  }
}
@media (max-width: 767px) {
  .repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td:last-child a:after {
    left: 100px;
  }
}
.repertoire-membres .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr td ul li {
  color: #0A297B !important;
  font-size: 16px;
  line-height: 18px;
  padding-left: 0 !important;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper h2 {
  max-width: 40%;
  font-weight: 600;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper h4 {
  margin-bottom: 30px;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper hr {
  border-color: #e5e5e5;
  margin-top: 40px;
  margin-bottom: 70px;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info {
  display: flex;
}
@media (max-width: 991px) {
  .repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info {
    flex-direction: column;
  }
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo {
  width: 40%;
  text-align: center;
}
@media (max-width: 991px) {
  .repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo {
    width: 100%;
  }
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo img {
  max-width: 350px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo img {
    max-width: 325px;
  }
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons .btn {
  margin-top: 0;
  margin-bottom: 0;
  color: #0A297B !important;
  padding-left: 80px;
  padding-right: 80px;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons .btn span {
  color: #0A297B !important;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons p:first-of-type a:hover span {
  color: #fff !important;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .buttons p:last-of-type {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo p.address {
  font-size: 16px;
  line-height: 18px;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones {
  margin-bottom: 30px;
  padding-bottom: 30px;
  max-width: fit-content;
  border-bottom: 1px solid #E5E5E5;
  margin-left: auto;
  margin-right: auto;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p {
  margin-bottom: 0;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number {
  font-size: 26px;
  line-height: 32px;
  color: #0A297B;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number span {
  color: #0A297B;
  font-weight: 600;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number:hover {
  color: #7CC7FF !important;
  text-decoration: none !important;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p .phone-number:hover span {
  color: #7CC7FF !important;
  text-decoration: none !important;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p:first-child .phone-number:hover {
  color: #fff;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .logo .phones p:first-child .phone-number:hover span {
  color: #fff;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information {
  width: 60%;
}
@media (min-width: 992px) {
  .repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information {
    width: 100%;
  }
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information p {
  color: #000;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information table.accordeon > tbody tr:first-child:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/plus.svg);
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information table.accordeon.active > tbody tr:first-child:after {
  transform: none;
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/-.svg);
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper .all-info .information hr {
  border-color: #e5e5e5;
  margin-top: 40px;
  margin-bottom: 40px;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper p {
  color: #0A297B;
  margin-bottom: 25px;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper p span {
  color: #000;
}
.repertoire-membres .container .row .zone-directory .directory-member-detail-wrapper p + ul {
  margin-bottom: 0;
}
.repertoire-membres.all-members .container .row .zone-directory .mod_directory__article {
  top: 256px;
}
@media (max-width: 991px) {
  .repertoire-membres.all-members .container .row .zone-directory .mod_directory__article {
    top: 325px;
  }
}
@media (max-width: 767px) {
  .repertoire-membres.all-members .container .row .zone-directory .mod_directory__article {
    display: none;
  }
}
.repertoire-membres.all-members .container .row .zone-directory .mod_directory__article table tbody tr {
  justify-content: space-between;
}
.repertoire-membres.all-members .container .row .zone-directory .mod_directory__result_bloc .tab-content .tab-pane table tr {
  justify-content: space-between;
}

.line-actualites .container .row > div form#newsFilterForm {
  margin-bottom: 75px;
}
.line-actualites .container .row > div form#newsFilterForm .form-horizontal .col-sm-12 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.line-actualites .container .row > div form#newsFilterForm .form-horizontal .col-sm-12 .form-group label {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #0a297b;
  padding-left: 0;
  padding-right: 0;
}
.line-actualites .container .row > div form#newsFilterForm .form-horizontal .col-sm-12 .form-group .col-sm-17 {
  margin-left: auto;
  margin-right: auto;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-thumbnail {
  max-width: 350px;
  margin-bottom: 35px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 10px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-title a {
  color: #0A297B !important;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .e-date {
  color: #0A297B;
  text-transform: none;
  font-size: 12px;
  margin-bottom: 15px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-intro {
  display: none;
  margin-bottom: 30px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-intro p {
  font-size: 16px;
  line-height: 18px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-tags {
  margin-bottom: 15px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-tags a.news-tags {
  color: #0A297B !important;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 14.5px;
  margin-right: 7px;
  margin-bottom: 0;
  background: rgba(159, 159, 159, 0.27);
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 .news-tags a.news-tags:hover {
  text-decoration: none !important;
  color: #7CC7FF !important;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type {
  font-family: "Geologica", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  color: #0A297B;
  border: none;
  transition: all 150ms;
  position: relative;
  padding-left: 0;
  color: #0A297B !important;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:hover, .line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:active, .line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type {
    white-space: normal !important;
  }
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYADBP4RPKCI0uacSimXys/asset/images/ARF-2024/_icons-shapes/btn-arrow-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:hover, .line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:active, .line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:focus {
  color: #7CC7FF;
  border: none;
}
.line-actualites .container .row > div .news-mosaic > .row .col-sm-24 > a:last-of-type:hover {
  color: #7CC7FF !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .actualite-single .container .row > div:first-child {
    margin-bottom: 60px;
  }
}
.actualite-single .container .row > div:first-child .mod-article__title {
  margin-bottom: 30px;
}
.actualite-single .container .row > div:first-child .mod-article__published-date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
.actualite-single .container .row > div:first-child .mod-article__content {
  display: flex;
  flex-direction: column;
}
.actualite-single .container .row > div:first-child .mod-article__content .mod-article__intro {
  order: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.actualite-single .container .row > div:first-child .mod-article__content .mod-article__img {
  order: 1;
  margin-bottom: 45px;
}
.actualite-single .container .row > div:first-child .mod-article__content .mod-article__content {
  order: 2;
}
@media (min-width: 768px) {
  .actualite-single .container .row > div:last-child {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .line-back-smolcont .container {
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
}

.demo-title .container .row .zone-html .content {
  padding: 64px 0 32px 0;
}
.demo-title .container .row .zone-html .content h2 {
  color: inherit;
  font-size: 48px;
  text-align: center;
}

.line-anim-test .zone-html .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px 50px;
  padding-bottom: 50px;
}
.line-anim-test .zone-html .content img:nth-child(1):hover {
  -webkit-animation: pulse 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pulse 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pulse 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pulse 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.line-anim-test .zone-html .content img:nth-child(2):hover {
  -webkit-animation: flash 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: flash 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: flash 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: flash 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.line-anim-test .zone-html .content img:nth-child(3):hover {
  -webkit-animation: bounce 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: bounce 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounce 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounce 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.line-anim-test .zone-html .content img:nth-child(4):hover {
  -webkit-animation: shake 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: shake 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: shake 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: shake 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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