@charset "UTF-8";
/* RESPONSIVE MIXINS */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 1200px */
/* Plus petit ou égal à 1199px */
/* Plus grand ou égal à 992px */
/* Plus petit ou égal à 991px */
/* Plus grand ou égal à 768px */
/* Plus petit ou égal à 767px */
/* Plus grand ou égal à 576px */
/* Plus petit ou égal à 575px */
/* Entre 1199px et 992px */
/* Entre 991px et 768px */
/* Entre 991px et 576px */
/* Entre 767px et 576px */
/* DISPLAY RESPONSIVE */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
.displaynone {
  display: none;
}

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

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

/* FONTS */
/* COLORS VARIABLES */
/*clr table*/
/* TOOL MIXINS */
/* PAGES IMPORT, ORDER IMPORTANT */
body {
  font-family: "Open Sans", sans-serif;
  color: #221F1C;
  border-top: 6px solid #1D1D1B;
}
@media (max-width: 991px) {
  body {
    padding-top: 0px;
    border-top: none;
  }
}
body.overflowhidden {
  overflow: hidden;
}

a {
  color: #F1BE48;
}
a:hover {
  text-decoration: none;
  color: #1D1D1B;
}

/*#################################### TOOLS ###################################### */
/* Fake container */
/* float clear on mobile */
@media (max-width: 767px) {
  .sm-clear:before {
    content: "";
    display: block;
    clear: both;
  }
}

/* Classe display none */
.displaynone {
  display: none;
}

/* Centrer les éléments d'une grille mosaic */
.centeredmosaicitem .news-mosaic {
  text-align: center;
}
.centeredmosaicitem .news-mosaic .row > div {
  margin-bottom: 60px;
}
.centeredmosaicitem .news-mosaic .row:last-child > div:last-child {
  margin-bottom: 0;
}

/* IMAGE D'ARTICLE NO CLICK EVENT !!! */
.articleimgnoclick .col-sm-8 > a:first-child {
  pointer-events: none;
}

/* Intro des pages : texte centré, container plus petit */
.pageIntroduction {
  text-align: center;
}
.pageIntroduction .mod-article__intro, .pageIntroduction .mod-article__content {
  max-width: 590px;
  margin: auto;
}
.pageIntroduction .mod-article__intro h6, .pageIntroduction .mod-article__content h6 {
  color: #5B6770;
}

.halfintro .mod-article__content h6, .halfintro .mod-article__content p {
  margin-top: 0;
  color: #5B6770;
}
@media (max-width: 991px) {
  .halfintro .mod-article__content h2 br {
    display: none !important;
  }
}

/* Centrer un titre pour un formulaire full width */
.formtitlecenter .zone-crm > h2 {
  text-align: center;
}

/* Alignement flex */
.rowEqualHeightCentered .row {
  display: flex;
  flex-wrap: wrap;
}
.rowEqualHeightCentered .row > div {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .rowCenteredItems .row {
    display: flex;
    justify-content: center;
  }
}

.verticalalign > div > .row {
  display: flex;
  flex-wrap: wrap;
}
.verticalalign > div > .row > div {
  display: flex;
  flex-direction: column;
}
.verticalalign > div > .row > div > div {
  width: 100%;
}
.verticalalign.center > div > .row > div {
  justify-content: center;
}
.verticalalign.center > div > .row > div .viewAll {
  width: fit-content;
}
.verticalalign.bottom > div > .row > div {
  justify-content: flex-end;
}

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

.centeredimageinparagraph .item p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .centeredimageinparagraph .item {
    margin-bottom: 60px;
  }
}

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

.marginbottom_e-thumbnail .e-thumbnail {
  margin-bottom: 30px !important;
}

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

/* Overlay gradient primary and secondary */
.gradiantoverlay .mod-banner__img {
  position: relative;
  z-index: 1;
}
.gradiantoverlay .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1D1D1B 5%, transparent 75%);
  opacity: 0.5;
  z-index: 0;
}

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

/* PADDINGS */
.xsmallpadding {
  padding: 30px 0;
}

.xsmallpaddingtop {
  padding-top: 30px;
}

.xsmallpaddingbottom {
  padding-bottom: 30px;
}

.smallpadding {
  padding: 70px 0;
}

.smallpaddingtop {
  padding-top: 70px;
}

.smallpaddingbottom {
  padding-bottom: 70px;
}

.largepadding {
  padding: 110px 0;
}

.largepaddingtop {
  padding-top: 110px;
}

.largepaddingbottom {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .smallpadding {
    padding: 50px 0;
  }
  .smallpaddingtop {
    padding-top: 50px;
  }
  .smallpaddingbottom {
    padding-bottom: 50px;
  }
  .largepadding {
    padding: 90px 0;
  }
  .largepaddingtop {
    padding-top: 90px;
  }
  .largepaddingbottom {
    padding-bottom: 90px;
  }
}
/* IMAGE Z LAYOUT */
@media (max-width: 767px) {
  .zlayout > .container > .row {
    display: flex;
    flex-flow: column;
  }
  .zlayout > .container > .row > div:first-child {
    order: 1;
  }
  .zlayout > .container > .row > div:last-child {
    order: 0;
  }
  .zlayout .mod-article__img {
    margin-bottom: 30px;
  }
}

.marginforimage .mod-article__img {
  margin-bottom: 30px;
}

/* BACKGROUNDS SET-UP */
.darkbackground {
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/linepattern.png) #5B6770;
}
.darkbackground h1, .darkbackground h2, .darkbackground h3, .darkbackground h4, .darkbackground h5, .darkbackground h6, .darkbackground .h1, .darkbackground .h2, .darkbackground .h3, .darkbackground .h4, .darkbackground .h5, .darkbackground .h6, .darkbackground p {
  color: #fff !important;
}
.darkbackground .btn.btn-primary, .darkbackground .btn.btn-default {
  color: #F1BE48 !important;
}
.darkbackground .btn.btn-primary:hover, .darkbackground .btn.btn-default:hover {
  color: #1D1D1B !important;
}
.darkbackground .input-radio label {
  color: #fff;
}
.darkbackground .control-label--required {
  color: #fff;
}
.darkbackground .text-danger {
  color: #e39d9c;
}

/*#################################### FIXES ###################################### */
/* FIX YAPLA UI HEADER */
.logoWrap {
  z-index: 10 !important;
}

/* MOBILE CONTAINER PADDING */
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* FIX FLEX ON SAFARI */
@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;
  }
}
/* REMOVE MEDIA SHARING BUTTON FOR ARTICLES */
.plugin-addthis {
  display: none;
}

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

.backgroundiconsquare .item {
  position: relative;
  width: 20%;
  margin: 0 5%;
  text-align: center;
  vertical-align: top;
  height: 205px;
  padding-bottom: 30px;
  background-color: #E9B335;
  display: inline-block;
  transition: background-color 150ms;
}
.backgroundiconsquare .item h5 {
  color: #1D1D1B !important;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .backgroundiconsquare .item {
    width: 25%;
    margin: 0 2.5%;
  }
}
@media (max-width: 767px) {
  .backgroundiconsquare .item {
    display: block;
    width: 200px;
    margin: 0 auto 30px auto;
  }
}
.backgroundiconsquare .item:after {
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  color: #fff;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/arrow-white.png) no-repeat;
  height: 15px;
  width: 10px;
  background-size: contain;
}
.backgroundiconsquare .item .intro {
  margin-bottom: 0;
}
.backgroundiconsquare .item .itemImage {
  padding-top: 30px;
}
.backgroundiconsquare .item .itemImage a {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
}
.backgroundiconsquare .item .itemImage a img {
  margin-bottom: 15px;
}
.backgroundiconsquare .item h5 {
  padding-top: 60px;
  color: #fff;
}
.backgroundiconsquare .item:hover {
  background-color: #ECB73D;
}

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

.whitetitles h1, .whitetitles h2, .whitetitles h3, .whitetitles h4, .whitetitles h5, .whitetitles h6,
.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;
}

.darkertitles-h1 h1, .darkertitles-h2 h2, .darkertitles-h3 h3, .darkertitles-h4 h4, .darkertitles-h5 h5, .darkertitles-h6 h6 {
  color: #1D1D1B !important;
}

/* max-width special */
.maxwidthspecial .item {
  margin-bottom: 60px;
}
.maxwidthspecial .item .e-thumbnail {
  width: 177px;
  margin-bottom: 0;
}

/* other tools */
.zone-crm h1 {
  margin: 0;
}

.smolcontainer .container {
  max-width: 730px;
}

.thirdformtablet .mod-article__intro {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .thirdformtablet .col-sm-8 {
    width: 75%;
  }
  .thirdformtablet .col-sm-16 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thirdformtablet .col-sm-8 {
    width: 100%;
  }
}

.statsmargin p.intro {
  margin-bottom: 0;
}

.intro-small-h2 h2 {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.intro-small-h2 p span {
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.line-video-grid {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F0F1F1;
}
@media (max-width: 767px) {
  .line-video-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.line-video-grid .container .row .zone-news_flash h2 {
  text-align: center;
}
.line-video-grid .container .row .zone-news_flash .newsList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 30px;
}
@media (max-width: 767px) {
  .line-video-grid .container .row .zone-news_flash .newsList {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 30px;
  }
}
.line-video-grid .container .row .zone-news_flash .newsList .row .item div.intro p:last-child {
  letter-spacing: 1.2px;
  color: #1D1D1B;
  text-transform: uppercase;
  font-weight: 700;
}
.line-video-grid .container .row .zone-news_flash .newsList .row .item div.intro .home-video-modal {
  cursor: pointer;
}
.line-video-grid .container .row .zone-news_flash .newsList .row .item div.intro .home-video-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  z-index: 10000;
  position: relative;
}
.line-video-grid .container .row .zone-news_flash .newsList .row .item div.intro .home-video-modal .modal-content .modal-header button span {
  color: #F1BE48;
  font-size: 36px;
  position: relative;
  left: 36px;
}
.line-video-grid .container .row .zone-news_flash .newsList .row .item div.intro .home-video-modal .modal-content .modal-body {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 0;
  position: relative;
  padding: 56.25% 0 0 0;
}
.line-video-grid .container .row .zone-news_flash .newsList .row .item div.intro .home-video-modal .modal-content .modal-body iframe {
  min-height: 315px;
}

.line-ap-valeurs {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #2C1627;
}
@media (max-width: 767px) {
  .line-ap-valeurs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .line-ap-valeurs .container .row .zone-html:first-child img {
    margin-bottom: 32px;
  }
}
.line-ap-valeurs .container .row .zone-html:last-child .content h3 {
  font-size: 40px !important;
  line-height: 46px !important;
  color: #fff !important;
}
.line-ap-valeurs .container .row .zone-html:last-child .content p {
  color: #fff;
  margin-bottom: 60px;
}
.line-ap-valeurs .container .row .zone-html:last-child .content img {
  position: relative;
  right: 310px;
  width: 825px;
  max-width: 825px;
}
@media (max-width: 991px) {
  .line-ap-valeurs .container .row .zone-html:last-child .content img {
    right: 390px;
    width: 768px;
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .line-ap-valeurs .container .row .zone-html:last-child .content img {
    width: 100%;
    max-width: 100%;
    right: 0;
  }
}

/* loading for webinaires */
.special-loading .mod-banner__img {
  background: #1D1D1B !important;
  height: 190px !important;
}

.special-loading .mod-banner__content {
  display: none !important;
}

.col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
  }
}
@media (max-width: 575px) {
  .col-grid.grid4 .newsList, .col-grid.grid4 .news-mosaic {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.col-grid .newsList, .col-grid .news-mosaic {
  display: grid;
}
.col-grid .newsList .row, .col-grid .news-mosaic .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 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/*###########################  TITRES  ###########################*/
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br, p br, .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br {
    display: none !important;
  }
}
@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
  }
}

h1, .h1 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2, .h2 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

h3, .h3 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
h6 a, .h6 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.p-small {
  font-size: 14px;
  color: #5B6770;
}

a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(.nav a):not(.ui-nav a):not(.line-header a):not(.line-top-menu a):not(.section-onglets a):not(.eventformationlist a):not(.themes-articles a):not(.section-alert a):not(.section-nouvelle a):not(.section-nouvelles a):not(.mod-eventflash__item-title a):not(.articles-relies a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.pathway) {
  color: #1D1D1B;
  word-break: break-word;
  font-weight: 700;
  text-decoration: underline;
}
a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(.nav a):not(.ui-nav a):not(.line-header a):not(.line-top-menu a):not(.section-onglets a):not(.eventformationlist a):not(.themes-articles a):not(.section-alert a):not(.section-nouvelle a):not(.section-nouvelles a):not(.mod-eventflash__item-title a):not(.articles-relies a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.pathway):hover, a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(.nav a):not(.ui-nav a):not(.line-header a):not(.line-top-menu a):not(.section-onglets a):not(.eventformationlist a):not(.themes-articles a):not(.section-alert a):not(.section-nouvelle a):not(.section-nouvelles a):not(.mod-eventflash__item-title a):not(.articles-relies a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.pathway):active, a:not(.btn):not(.switch-language):not(.page):not(.article-back-to-list-histo):not(.nav a):not(.ui-nav a):not(.line-header a):not(.line-top-menu a):not(.section-onglets a):not(.eventformationlist a):not(.themes-articles a):not(.section-alert a):not(.section-nouvelle a):not(.section-nouvelles a):not(.mod-eventflash__item-title a):not(.articles-relies a):not(.menu-item):not(.news-accordion-header):not(.viewAll):not(.forum-message-edit):not(.forum-message-actions):not(.theadLink):not(.pathway):focus {
  color: #1D1D1B;
  text-decoration: none;
}

ul, ol {
  color: #5B6770;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.5;
}
ul a, ol a {
  color: #F1BE48;
}

ul {
  list-style: square;
}

/*###########################  BOUTONS  ###########################*/
.btn {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
}
.btn:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal !important;
  }
}
.btn.btn-primary, .btn.btn-default {
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.btn.btn-link, .btn.btn-back {
  border: none;
  background-color: transparent;
  color: #1D1D1B;
  border: 1px solid #F1BE48;
  transition: all 150ms;
}
.btn.btn-link:hover, .btn.btn-back:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}

.back-to-list {
  background-color: transparent;
  color: #1D1D1B;
  border: 1px solid #F1BE48;
  transition: all 150ms;
}
.back-to-list:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}

/* Calendar event BTN  */
.calendar-link-content .v-btn {
  color: #1D1D1B !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: #1D1D1B !important;
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.calendar-link-content .v-btn:before {
  content: "";
  background: url("https://cdn.ca.yapla.com/company/CPYmVa1qSsf2Dxu9ZwPKEFGQd/asset/images/%2B_calendar.svg");
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calendar-link-content .v-btn i {
  display: none;
}

/* Icon PDF/DOC  */
.link-pdf {
  padding: 0px 0 0px 80px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #1D1D1B;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}
.link-pdf:hover, .link-pdf:active, .link-pdf:focus {
  color: #1D1D1B;
  text-decoration: none;
}
.link-pdf:before {
  content: "";
  width: 57px;
  height: 23px;
  background: url("https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/ico-pdf.svg");
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.link-word {
  padding: 0px 0 0px 80px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #1D1D1B;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.link-word:hover, .link-word:active, .link-word:focus {
  color: #1D1D1B;
  text-decoration: none;
}
.link-word:before {
  content: "";
  width: 57px;
  height: 23px;
  background: url("https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/ico-word.svg");
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.link-pdf.nouveau:after, .link-word.nouveau:after {
  content: "";
  width: 57px;
  height: 15px;
  background: url("https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/ico-nouveau.svg");
  position: absolute;
  display: block;
  left: 0;
  top: 24px;
}

/*###########################  FORMULAIRE  ###########################*/
/* formulaire de contact */
form.form-horizontal .col-md-12 {
  width: 100%;
}
form.form-horizontal h2 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
  color: #1D1D1B;
}
@media (max-width: 767px) {
  form.form-horizontal h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
form.form-horizontal label.control-label {
  color: #1D1D1B;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 0;
}
form.form-horizontal .form-control-static {
  padding: 10px;
}
form.form-horizontal .event-price-description {
  color: #fff;
}
form.form-horizontal input, form.form-horizontal select, form.form-horizontal textarea {
  background-color: #fff;
  border: none;
}
form.form-horizontal input#invitation_code {
  border: 1px solid #E2E5E7 !important;
}
form.form-horizontal .crm-footer-frame {
  margin-top: 30px;
}

/* formulaire de contact sur un fond foncé (facultatif, selon le design) */
.darkbackground form h2 {
  color: #fff;
}
.darkbackground form label.control-label {
  color: #fff;
}
.darkbackground form .btn-primary {
  color: #fff;
}
.darkbackground form input, .darkbackground form select, .darkbackground form textarea {
  background-color: #fff;
  border-bottom: none !important;
}
.darkbackground form .checkbox {
  margin-left: 15px;
}
.darkbackground form .checkbox label {
  color: #fff;
}

.overrideformtitle .zone-crm h1 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .overrideformtitle .zone-crm h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

.formdarkinput input, .formdarkinput select, .formdarkinput textarea {
  background-color: #F0F1F1 !important;
  border-bottom: none !important;
}
.formdarkinput .control-label--required {
  color: #221F1C;
}

/* note to self : SCSS file for backgrounds set-up including titles, btns, forms, etc instead of being in general and guide-ui  */
.centerconfirmationmessage .formbuilder-confirmation-title, .centerconfirmationmessage .formbuilder-confirmation-content {
  text-align: center;
}
.centerconfirmationmessage .formbuilder-confirmation-title h2, .centerconfirmationmessage .formbuilder-confirmation-content h2 {
  margin-top: 0;
}

/* Le "*" pour les labels required (default= rouge, à la fin du label) */
.control-label--required {
  padding-left: 5px;
  color: #fff;
}

/* Direct input overrides */
select, input.form-control, .chosen-choices {
  border: none !important;
  padding: 15px !important;
  height: 51px !important;
}

select {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

select.moteur-recherche, select#category_id, .chosen-choices {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0f1f1 url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/selectdropdown.png) no-repeat right 20px center !important;
}

.form-element-keywords .chosen-choices, .chosen-container-multi .chosen-choices {
  height: auto !important;
  padding-right: 60px !important;
}
.form-element-keywords .chosen-choices .search-choice, .chosen-container-multi .chosen-choices .search-choice {
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #1D1D1B !important;
  font-size: 15px;
  padding-left: 15px !important;
}
.form-element-keywords .chosen-choices .search-choice span, .chosen-container-multi .chosen-choices .search-choice span {
  vertical-align: -webkit-baseline-middle;
}
.form-element-keywords .chosen-choices .search-choice .search-choice-close, .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  right: auto;
  left: 0;
  top: 9px !important;
  filter: invert(1);
}

/* Miscellaneous forms */
#ui-form .ui-section__content {
  background-color: #E2E5E7;
}
#ui-form .ui-section__content h2 {
  color: #1D1D1B;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.slightydarker-formulaire .form-horizontal {
  background-color: #f1f0f0;
  padding: 30px 15px;
}
.slightydarker-formulaire .form-horizontal .section-title {
  padding: 0 15px;
}
.slightydarker-formulaire .form-horizontal .crm-footer-frame {
  padding: 0 15px;
}
.slightydarker-formulaire .form-horizontal label, .slightydarker-formulaire .form-horizontal .control-label--required {
  color: #5B6770 !important;
}
.slightydarker-formulaire .form-horizontal .checkbox span {
  color: #5B6770 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .slightydarker-formulaire .col-sm-8, .slightydarker-formulaire .col-sm-16 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .slightydarker-formulaire .col-sm-8 {
    margin-top: 60px;
  }
}

.form-group .col-md-12 {
  padding: 0;
}

/*###########################  BARRE DE PROGRÈS  ###########################*/
.nav-pills {
  background-image: none;
}

.nav-progress {
  counter-reset: count-steps;
}
.nav-progress li {
  list-style: none;
  /* Avant l'étape active*/
}
.nav-progress li.disabled {
  counter-increment: count-steps;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
  margin-bottom: 15px;
}
.nav-progress li.disabled:before {
  content: counter(count-steps);
  display: block;
  height: 90px;
  width: 90px;
  border: 1px solid #F1BE48;
  background-color: transparent;
  padding: 13px;
  float: left;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #F1BE48;
}
.nav-progress li.disabled a {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  float: none;
  font-weight: 600;
  color: #1D1D1B;
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
.nav-progress li.disabled a:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -10px;
  display: block;
  width: 60px;
  margin: auto;
  height: 1px;
  background-color: #F1BE48;
}
.nav-progress li.disabled a:hover {
  padding-left: 15px;
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
}
.nav-progress li.disabled.active {
  opacity: 1;
  /* titre ACTIVE */
}
.nav-progress li.disabled.active a {
  color: #F1BE48;
}
.nav-progress li.disabled.active ~ li {
  opacity: 1;
  /* à venir */
}
.nav-progress li.disabled.active ~ li:before {
  border-color: #5B6770;
  color: #5B6770;
}
.nav-progress li.disabled.active ~ li a {
  opacity: 1;
  color: #5B6770;
}
.nav-progress li.disabled.active ~ li a:before {
  color: #5B6770;
  background-color: #5B6770;
}

/*###########################  ESPACE MEMBRE  ###########################*/
.sidebar__member-zone {
  background-color: rgba(29, 29, 27, 0.2);
}
.sidebar__member-zone .member-sidebar__inner {
  background: transparent;
  padding: 30px 15px 30px 15px;
}
.sidebar__member-zone .member-sidebar__member-header {
  border: none;
}
.sidebar__member-zone .member-sidebar__member-header__title {
  color: #1D1D1B;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.sidebar__member-zone .member-sidebar__member-footer {
  background: transparent;
}
.sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.sidebar__member-zone .member-sidebar__member-footer a:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .sidebar__member-zone .member-sidebar__member-footer a {
    white-space: normal !important;
  }
}
.sidebar__member-zone .member-sidebar__member-footer a:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.sidebar__member-zone .member-sidebar__menu li {
  padding: 3px 0;
  margin-bottom: 5px;
}
.sidebar__member-zone .member-sidebar__menu li a {
  color: #1D1D1B;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.sidebar__member-zone .member-sidebar__menu li.active {
  border-bottom: 5px solid #1D1D1B;
  display: inline-block;
}

/*###########################  PANIER D'ACHAT  ###########################*/
.zone-cart .table-cart__heading, .zone-cart .order-summary__title {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1D1D1B;
  border-color: #fff;
}
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700 !important;
  color: #1D1D1B;
  border-color: #fff;
}
.zone-cart .order-totals__wrapper {
  background-color: rgba(29, 29, 27, 0.2);
  border-radius: 12px;
}
.zone-cart .table-order-taxes > tfoot > tr > td {
  border-color: #fff;
}

/*###########################  FIL D'ARIANE  ###########################*/
.breadcrumb {
  padding: 15px 0px;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb li a {
  color: #1D1D1B;
}
.breadcrumb li span {
  color: #F1BE48;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #1D1D1B;
  font-weight: 400;
}

/*###########################  ACCORDÉONS  ###########################*/
.panel-default > .panel-heading {
  border-bottom: none;
}

.panel-news-accordion:after, .tabwrap:after {
  content: "";
  width: 100%;
  display: block;
}
.panel-news-accordion .panel-heading, .tabwrap .panel-heading {
  border-bottom: 3px solid #F1BE48;
  background-color: #F5F5F5;
  padding: 15px;
  position: relative;
}
.panel-news-accordion .panel-heading .panel-title, .tabwrap .panel-heading .panel-title {
  padding-right: 30px;
}
.panel-news-accordion .panel-heading .panel-title a, .tabwrap .panel-heading .panel-title a {
  color: #5B6770;
  text-decoration: none;
}
.panel-news-accordion .panel-heading .panel-title a:after, .tabwrap .panel-heading .panel-title a:after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 20px;
  font-weight: bold;
  color: #5B6770;
  transition: transform 150ms;
  transform: rotate(45deg);
}
.panel-news-accordion .panel-heading .panel-title a.collapsed:after, .tabwrap .panel-heading .panel-title a.collapsed:after {
  transform: rotate(0deg);
}
.panel-news-accordion .panel-heading p, .tabwrap .panel-heading p {
  display: none;
}
.panel-news-accordion .panel-heading:hover, .tabwrap .panel-heading:hover {
  cursor: pointer;
}
.panel-news-accordion .panel-collapse.in, .tabwrap .panel-collapse.in {
  border-bottom: 0;
}
.panel-news-accordion .tabcontent, .panel-news-accordion .panel-body, .tabwrap .tabcontent, .tabwrap .panel-body {
  padding: 25px 15px 30px 15px;
  margin-top: -10px;
}
.panel-news-accordion .tabcontent h4, .panel-news-accordion .panel-body h4, .tabwrap .tabcontent h4, .tabwrap .panel-body h4 {
  margin-bottom: 15px;
}
.panel-news-accordion .tabcontent p, .panel-news-accordion .panel-body p, .tabwrap .tabcontent p, .tabwrap .panel-body p {
  margin-bottom: 15px;
}
.panel-news-accordion .tabcontent .btn-link, .panel-news-accordion .panel-body .btn-link, .tabwrap .tabcontent .btn-link, .tabwrap .panel-body .btn-link {
  margin-bottom: 40px;
}

/*###########################  CONNEXION  ###########################*/
.zend_form {
  background-color: rgba(29, 29, 27, 0.2);
  padding: 60px 60px 40px 60px;
  display: inline-block;
}
.zend_form .col-md-12 {
  width: 100%;
}
.zend_form .col-md-12 input, .zend_form .col-md-12 select, .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}
.zend_form .btn-link {
  margin-left: 30px;
}

/*###########################  TABLEAU  ###########################*/
.table-striped thead tr th {
  background-color: #1D1D1B;
  border-bottom: none !important;
  padding: 20px 15px;
  color: #fff !important;
}
.table-striped thead tr th a {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff !important;
}
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #D2DBE8;
}
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #F1F4F8;
}
.table-striped tbody > tr:hover > td {
  /* to come :D */
}
.table-striped tbody tr td {
  padding: 10px 15px;
  color: #221F1C;
}
.table-striped tbody tr td .table__field-image {
  max-width: 130px;
  width: 100%;
}

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

/*###########################  MISCELLANIOUS  ###########################*/
.category {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #F1BE48;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 6px;
}

.keyword, .chosen-choices .search-choice, span.news-tags, span.news-blog__tag {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  background-color: #1D1D1B !important;
  display: inline-block;
  width: auto;
  padding: 2px 10px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

span.news-tags, span.news-blog__tag {
  margin-right: 10px;
}

.search-form {
  margin-bottom: 30px;
}
.search-form label {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1D1D1B !important;
}

.chosen-choices {
  height: 51px !important;
  min-height: 0 !important;
}
.chosen-choices .search-choice {
  padding-right: 25px !important;
  border: none !important;
  background-image: none !important;
  margin: 0 !important;
}

.formatdate, .e-date, .adh-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #F1BE48;
  font-style: italic;
  font-weight: 700;
  text-transform: none !important;
}

.h1-to-h2 h1 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .h1-to-h2 h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

.h1-to-h3 h1 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h1-to-h4 h1 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h1-to-h5 h1 {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h1-to-h6 h1 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.h1-to-h6 h1 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .h1-to-h6 h1 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h1-to-p h1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.h2-to-h1 h2 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h2-to-h1 h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.h2-to-h3 h2 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h2-to-h4 h2 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h2-to-h5 h2 {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h2-to-h6 h2 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.h2-to-h6 h2 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .h2-to-h6 h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h2-to-p h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.h3-to-h1 h3 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h3-to-h1 h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

.h3-to-h2 h3 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .h3-to-h2 h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.h3-to-h4 h3 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h3-to-h5 h3 {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h3-to-h6 h3 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.h3-to-h6 h3 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .h3-to-h6 h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h3-to-p h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.h4-to-h1 h4 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h4-to-h1 h4 {
    font-size: 30px;
    line-height: 36px;
  }
}

.h4-to-h2 h4 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .h4-to-h2 h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.h4-to-h3 h4 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h4-to-h5 h4 {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h4-to-h6 h4 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.h4-to-h6 h4 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .h4-to-h6 h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h4-to-p h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.h5-to-h1 h5 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h5-to-h1 h5 {
    font-size: 30px;
    line-height: 36px;
  }
}

.h5-to-h2 h5 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .h5-to-h2 h5 {
    font-size: 20px;
    line-height: 25px;
  }
}

.h5-to-h3 h5 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h5-to-h4 h5 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h5-to-h6 h5 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.h5-to-h6 h5 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .h5-to-h6 h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

.h5-to-p h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.h6-to-h1 h6 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h6-to-h1 h6 {
    font-size: 30px;
    line-height: 36px;
  }
}

.h6-to-h2 h6 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .h6-to-h2 h6 {
    font-size: 20px;
    line-height: 25px;
  }
}

.h6-to-h3 h6 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h6-to-h4 h6 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.h6-to-h5 h6 {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.h6-to-p h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
}

.p-to-h1 p {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-to-h1 p {
    font-size: 30px;
    line-height: 36px;
  }
}

.p-to-h2 p {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .p-to-h2 p {
    font-size: 20px;
    line-height: 25px;
  }
}

.p-to-h3 p {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.p-to-h4 p {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.p-to-h5 p {
  font-size: 13px;
  line-height: 20px;
  color: #F1BE48;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.p-to-h6 p {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.p-to-h6 p a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .p-to-h6 p {
    font-size: 18px;
    line-height: 28px;
  }
}

.simplelistingpage .zone-news_flash h2 {
  border-bottom: 3px solid #F1BE48;
}

.nobacktolist .back-to-list, .nobacktolist .article-back-to-list-histo {
  display: none !important;
}

.eventsList .item, .newsList .item {
  padding: 0 15px;
  font-size: 14px;
}
.eventsList .item h3, .newsList .item h3 {
  text-transform: none !important;
  margin-bottom: 10px;
}
.eventsList .item h3 a, .newsList .item h3 a {
  color: #F1BE48;
}
.eventsList .item .e-date, .newsList .item .e-date {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-style: normal;
}
.eventsList .item .event-flash-tags, .newsList .item .event-flash-tags {
  display: none;
}
.eventsList .item hr, .newsList .item hr {
  display: none;
}
.eventsList .item .intro, .newsList .item .intro {
  margin-bottom: 0;
}

.news-mosaic .news-title {
  text-transform: none !important;
  color: #1D1D1B !important;
}
.news-mosaic .news-title > a {
  color: #1D1D1B !important;
}
.news-mosaic .news-title > a:hover {
  color: #F1BE48 !important;
}

.zone-news_flash {
  /*fix weird yapla*/
}
.zone-news_flash .news .item {
  border-top: 0;
}
.zone-news_flash .news .item img {
  display: block;
  float: none;
  max-width: 100%;
  margin-right: 0;
}
.zone-news_flash a.viewAll {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: transparent;
  color: #1D1D1B;
  border: 1px solid #F1BE48;
  transition: all 150ms;
}
.zone-news_flash a.viewAll:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .zone-news_flash a.viewAll {
    white-space: normal !important;
  }
}
.zone-news_flash a.viewAll:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}

.zone-news .news-blog__items .news-blog__box {
  border: none;
}
.zone-news .news-blog__items .news-blog__box .news-blog__cta {
  text-align: left;
}
.zone-news .news-blog__items .news-blog__box .news-blog__readmore {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: transparent;
  color: #1D1D1B;
  border: 1px solid #F1BE48;
  transition: all 150ms;
}
.zone-news .news-blog__items .news-blog__box .news-blog__readmore:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .zone-news .news-blog__items .news-blog__box .news-blog__readmore {
    white-space: normal !important;
  }
}
.zone-news .news-blog__items .news-blog__box .news-blog__readmore:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.news-mosaic p, .news-mosaic h6 {
  font-size: 14px;
  line-height: 20px;
}
.news-mosaic h3 {
  margin-bottom: 10px;
}
.news-mosaic .btn-link {
  margin-top: 0px;
}

/* DETAILS */
.news-article__intro-text {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-detail hr {
  border-top: 3px solid #f1be48;
}
.news-detail ul {
  padding-left: 20px;
  list-style-type: square;
}
.news-detail ul > li ul {
  list-style-type: disc;
}
.news-detail ul > li ul li {
  color: #F1BE48;
}
.news-detail .news-published-date, .news-detail .news-author {
  display: inline-block;
  padding-right: 5px;
  color: #5B6770;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
  margin-top: 30px;
}
.news-detail .news-published-date:after {
  display: none;
  /*
  content: "-";
  display: inline-block;
  padding-left: 5px;
  */
}

.section-nouvelle .e-date {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-style: normal;
}

.line-top-menu, .line-menu, .line-logo {
  position: absolute;
  z-index: 99999999;
  height: 50px;
}
@media (min-width: 992px) {
  .line-top-menu .mod-header-part__right, .line-menu .mod-header-part__right, .line-logo .mod-header-part__right {
    padding-left: 45px;
  }
}

.line-logo {
  left: 0;
  height: 100px;
  display: flex;
  align-items: flex-end;
  padding-left: 5%;
  width: 100%;
}
.line-logo .mod-header-logo {
  padding: 10px 15px 10px 0;
  max-width: 240px;
}
@media (max-width: 575px) {
  .line-logo .mod-header-logo {
    max-width: 180px !important;
  }
}
@media (max-width: 1199px) {
  .line-logo {
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  .line-logo {
    height: 50px;
    z-index: 999999999;
    max-width: 75%;
  }
  .line-logo .mod-header-logo {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-logo .mod-header-logo {
    margin-top: 60px;
    max-width: 285px;
  }
}
@media (max-width: 767px) {
  .line-logo .mod-header-logo {
    margin-top: 30px;
  }
}
.line-logo .container {
  width: 100%;
}
.line-logo.sticked {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  height: 60px;
  width: 30%;
}
@media (max-width: 991px) {
  .line-logo.sticked {
    height: 50px;
  }
  .line-logo.sticked img.mod-header-logo {
    margin-top: 0;
    margin-bottom: 8px;
    max-width: 240px;
  }
}

.line-top-menu, .line-menu {
  right: 0;
  width: 50%;
}
@media (max-width: 1500px) {
  .line-top-menu, .line-menu {
    width: 57%;
  }
}
@media (max-width: 1199px) {
  .line-top-menu, .line-menu {
    width: 70%;
  }
}
.line-top-menu > .container, .line-menu > .container {
  width: 100%;
}

.line-top-menu {
  background-color: #1D1D1B;
  box-shadow: 0px 7px 20px #000;
}
@media (max-width: 991px) {
  .line-top-menu {
    position: fixed;
    top: -100%;
    z-index: 999999999;
    height: 0;
    overflow: hidden;
    bottom: 100%;
  }
  .line-top-menu.opened {
    transition: top 300ms linear, bottom 300ms linear;
    height: 100px;
    top: auto;
    bottom: 0;
    width: 100%;
    animation: opacitytopmenu 300ms;
    display: block;
    position: fixed;
  }
  @keyframes opacitytopmenu {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.line-top-menu .mod-header.mod-header-wrapper {
  padding-top: 0;
}
.line-top-menu .header-ext-custom {
  float: left;
  width: 100%;
}
.line-top-menu .header-ext-custom ul {
  display: flex;
  padding: 7px 0px 7px 8px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .line-top-menu .header-ext-custom ul {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
.line-top-menu .header-ext-custom ul li {
  display: flex;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .line-top-menu .header-ext-custom ul li {
    display: inline-block;
    padding: 0 15px;
    /* cache le bouton parlez a un conseiller pour desktop */
  }
  .line-top-menu .header-ext-custom ul li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .line-top-menu .header-ext-custom ul li {
    padding: 0 5px;
  }
}
.line-top-menu .header-ext-custom ul li a {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  transition: opacity 150ms;
  text-align: center;
}
.line-top-menu .header-ext-custom ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.line-top-menu .header-ext-custom ul li.medias-icon {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .line-top-menu .header-ext-custom ul li.medias-icon {
    margin-top: 15px;
  }
}
.line-top-menu .header-ext-custom ul li.spacebetweenmedias {
  display: block !important;
}
@media (max-width: 991px) {
  .line-top-menu .header-ext-custom ul li.spacebetweenmedias {
    display: block;
    height: 0;
  }
}
.line-top-menu .header-ext-custom ul li:last-child {
  padding-right: 0;
}
.line-top-menu .header-ext-custom ul li:last-child a {
  border: 2px solid #F1BE48;
  padding: 7px 15px;
  margin-top: -5px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 15px;
  height: 37px;
  display: flex;
  align-items: center;
}
.line-top-menu .header-ext-custom ul li:last-child a:first-child {
  margin-right: 10px;
}

.line-menu {
  top: 50px;
  background-color: #F1BE48;
}
@media (max-width: 991px) {
  .line-menu {
    top: 0;
    width: 100% !important;
    background-color: transparent;
  }
  .line-menu .container {
    padding: 0 15px;
    height: 50px;
    transition: height 300ms linear;
  }
  .line-menu .zone-menu {
    padding: 0;
  }
  .line-menu .zone-menu .navbar {
    padding-top: 0;
  }
  .line-menu .zone-menu .navbar .navbar-nav {
    margin: 30px 1px 30px 30px;
    padding-bottom: 200px;
  }
  .line-menu .zone-menu .navbar .navbar-collapse {
    display: none;
  }
  .line-menu .zone-menu .navbar .navbar-toggle {
    width: 100px;
    height: 100px;
    border-radius: 0;
    background-color: #F1BE48;
    margin: 0;
    margin-right: -1px;
    padding-top: 16px;
    right: 1px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-toggle {
    padding-top: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .line-menu .zone-menu .navbar .navbar-toggle {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-menu .zone-menu .navbar .navbar-toggle.collapsed span {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 991px) {
  .line-menu .zone-menu .navbar .navbar-toggle span {
    margin-left: auto;
    margin-right: auto;
    background-color: #1D1D1B;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-menu .zone-menu .navbar .navbar-toggle span {
    width: 37px;
    height: 3px;
  }
}
@media (min-width: 992px) {
  .line-menu .navbar .collapse {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .line-menu .navbar .nav {
    display: flex;
    align-items: center;
  }
}
.line-menu .navbar .nav li a {
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 992px) {
  .line-menu .navbar .nav > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33668] a {
    white-space: nowrap;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33654] .dropdown-menu {
    margin-left: -100px;
    width: 400px;
    max-width: 400px;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33654] .dropdown-menu li {
    width: 350px;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33654] .dropdown-menu li > a {
    display: block;
    max-width: 100%;
    white-space: normal !important;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33655] .dropdown-menu {
    margin-left: -50px;
    width: 400px;
    max-width: 400px;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33655] .dropdown-menu li {
    width: 240px;
  }
  .line-menu .navbar .nav > li[rel=data-menu-33655] .dropdown-menu li > a {
    display: block;
    max-width: 100%;
    white-space: normal !important;
  }
}
.line-menu .navbar .nav > li[rel=data-menu-57375] {
  margin-top: 0px;
  padding-right: 0;
}
.line-menu .navbar .nav > li[rel=data-menu-57375] a {
  padding-bottom: 5px !important;
  border-bottom: 3px solid #F1BE48;
  display: inline-block;
}
@media (min-width: 992px) {
  .line-menu .navbar .nav > li[rel=data-menu-57375] {
    display: none;
  }
}
.line-menu .navbar .nav > li[rel=data-menu-33835] {
  margin-top: 0px;
  padding-right: 0;
}
.line-menu .navbar .nav > li[rel=data-menu-33835] a {
  padding-bottom: 5px !important;
  border-bottom: 3px solid #F1BE48;
  display: inline-block;
}
@media (min-width: 992px) {
  .line-menu .navbar .nav > li[rel=data-menu-33835] {
    display: none;
  }
}
.line-menu .navbar .nav > li a {
  border-bottom: 0;
  padding: 1px 0 !important;
  font-size: 12px;
  line-height: 16px;
  transition: color 150ms;
  color: #1D1D1B;
}
.line-menu .navbar .nav > li:hover > a {
  border-bottom: 0;
  color: rgba(29, 29, 27, 0.5);
}
.line-menu .navbar .nav > li .caret {
  display: none;
}
.line-menu .navbar .nav > li + li {
  border-left: 0;
}
.line-menu .navbar .nav .dropdown-menu {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .line-menu .navbar .nav .dropdown-menu {
    position: relative;
  }
}
.line-menu .navbar .nav .dropdown-menu li {
  background-color: #1D1D1B;
}
.line-menu .navbar .nav .dropdown-menu li a {
  background: none;
  background-color: #1D1D1B;
  color: #F1BE48;
  padding: 5px 20px !important;
  border: 0;
  font-size: 14px !important;
  transition: color 150ms;
}
.line-menu .navbar .nav .dropdown-menu li a:hover {
  color: #fff;
}
.line-menu .navbar .nav .dropdown-menu li:first-child {
  padding-top: 15px;
}
.line-menu .navbar .nav .dropdown-menu li:last-child {
  padding-bottom: 15px;
}
.line-menu.sticked {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #1d1d1b;
}
@media (max-width: 991px) {
  .line-menu.sticked {
    height: 55px;
  }
}
.line-menu.sticked .zone-menu .navbar .navbar-toggle {
  width: 60px !important;
  height: 55px !important;
  right: 0 !important;
}
@media (min-width: 768px) {
  .line-menu.sticked .zone-menu .navbar .navbar-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin-bottom: 0px !important;
  }
}
.line-menu.sticked .navbar {
  width: 70%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .line-menu.sticked .navbar {
    width: 100%;
  }
}
.line-menu.sticked .navbar .nav > li {
  padding: 5px 0;
}
.line-menu.sticked .navbar .nav > li:last-child {
  display: block;
  white-space: nowrap;
  padding-top: 11px;
}
.line-menu.sticked .navbar .nav > li:last-child a {
  border-bottom: 3px solid #F1BE48;
  padding-bottom: 5px;
  vertical-align: top;
  text-transform: uppercase;
}
.line-menu.sticked .navbar .nav > li > a {
  color: #fff;
}
@media (max-width: 1199px) {
  .line-menu.sticked .navbar .nav > li > a {
    font-size: 10px;
  }
}
.line-menu.sticked .navbar .nav > li:hover > a {
  opacity: 0.9;
}
.line-menu.sticked .navbar .nav .dropdown-menu {
  padding-top: 8px;
}
@media (max-width: 991px) {
  .line-menu.opened > .container {
    background-color: #1D1D1B;
    height: 100vh;
  }
  .line-menu.opened .navbar-header {
    background-color: #1D1D1B;
  }
  .line-menu.opened .navbar-nav {
    margin: 30px;
  }
  .line-menu.opened .navbar-collapse {
    overflow-x: hidden;
    display: block !important;
  }
}
@media (max-width: 991px) and (max-width: 1199px) {
  .line-menu.opened .zone-menu .navbar .navbar-toggle span {
    margin-bottom: 7px !important;
  }
}
@media (max-width: 991px) {
  .line-menu.opened .nav .dropdown-menu {
    padding-top: 0px;
  }
  .line-menu.opened .collapse.in, .line-menu.opened .collapsing {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    border-top: none;
    box-shadow: none;
  }
  .line-menu.opened .collapse.in .nav, .line-menu.opened .collapsing .nav {
    max-width: 100%;
  }
  .line-menu.opened .collapse.in .nav li, .line-menu.opened .collapsing .nav li {
    padding: 8px 40px 8px 10px;
    border: 0 !important;
  }
  .line-menu.opened .collapse.in .nav li a, .line-menu.opened .collapsing .nav li a {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
  }
  .line-menu.opened .collapse.in .nav li a.dropdown-toggle, .line-menu.opened .collapsing .nav li a.dropdown-toggle {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: right;
    height: 40px;
    border-bottom: 0;
  }
  .line-menu.opened .collapse.in .nav li a.dropdown-toggle .caret, .line-menu.opened .collapsing .nav li a.dropdown-toggle .caret {
    right: 0 !important;
    top: 3px !important;
    margin-top: 8px;
    display: inline-block;
    border: 0;
    background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/Fleche_2xnav.png);
    height: 22px;
    width: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 250ms;
    position: absolute;
  }
  .line-menu.opened .collapse.in .nav li .dropdown-menu, .line-menu.opened .collapsing .nav li .dropdown-menu {
    border: 0 !important;
    margin-top: 5px;
  }
  .line-menu.opened .collapse.in .nav li .dropdown-menu:hover, .line-menu.opened .collapsing .nav li .dropdown-menu:hover {
    border: 0 !important;
  }
  .line-menu.opened .collapse.in .nav li .dropdown-menu li, .line-menu.opened .collapsing .nav li .dropdown-menu li {
    padding-left: 0 !important;
    padding-bottom: 5px !important;
  }
  .line-menu.opened .collapse.in .nav li .dropdown-menu li a, .line-menu.opened .collapsing .nav li .dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    padding: 0 !important;
    white-space: normal;
    line-height: 1.5;
  }
  .line-menu.opened .collapse.in .nav li.open .dropdown-toggle .caret, .line-menu.opened .collapsing .nav li.open .dropdown-toggle .caret {
    transform: rotate(-90deg);
  }
}

.line-banner .mod-banner__content {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .line-footer-newsletter .mod-article__wrapper {
    border-bottom: 1px solid rgba(29, 29, 27, 0.3);
  }
}
.line-footer-newsletter .news-content {
  display: flex;
  align-items: center;
  padding: 60px 0 40px;
  margin-bottom: 40px;
  position: relative;
}
.line-footer-newsletter .news-content:before {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  right: -60px;
  height: 1px;
  bottom: 0;
  border-top: 1px solid rgba(29, 29, 27, 0.3);
}
@media (max-width: 1330px) {
  .line-footer-newsletter .news-content:before {
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .line-footer-newsletter .news-content:before {
    left: -25px;
    right: -25px;
  }
}
@media (max-width: 991px) {
  .line-footer-newsletter .news-content:before {
    left: -15px;
    right: -15px;
  }
}
@media (max-width: 991px) {
  .line-footer-newsletter .news-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .line-footer-newsletter .news-content {
    max-width: 290px;
    margin: 0 auto 30px auto;
  }
  .line-footer-newsletter .news-content:before {
    border: 0;
  }
}
.line-footer-newsletter .news-content:after {
  content: "";
  clear: both;
  display: block;
}
.line-footer-newsletter .news-content .mod-article__img, .line-footer-newsletter .news-content .mod-article__intro, .line-footer-newsletter .news-content .mod-article__content {
  float: left;
}
@media (max-width: 767px) {
  .line-footer-newsletter .news-content .mod-article__img, .line-footer-newsletter .news-content .mod-article__intro, .line-footer-newsletter .news-content .mod-article__content {
    float: none;
  }
}
.line-footer-newsletter .news-content .mod-article__img {
  padding-right: 80px;
  width: 240px;
}
@media (max-width: 991px) {
  .line-footer-newsletter .news-content .mod-article__img {
    width: 28%;
    padding-right: 40px;
    padding-bottom: 250px;
  }
}
@media (max-width: 767px) {
  .line-footer-newsletter .news-content .mod-article__img {
    width: 50%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.line-footer-newsletter .news-content .mod-article__intro {
  width: 50%;
}
.line-footer-newsletter .news-content .mod-article__intro h2 {
  color: #fff;
}
.line-footer-newsletter .news-content .mod-article__intro h2, .line-footer-newsletter .news-content .mod-article__intro h3 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .line-footer-newsletter .news-content .mod-article__intro {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .line-footer-newsletter .news-content .mod-article__intro {
    width: 100%;
  }
}
.line-footer-newsletter .news-content .mod-article__content {
  width: 25%;
  text-align: right;
}
.line-footer-newsletter .news-content .mod-article__content .btn-primary:hover {
  border: 1px solid #1D1D1B;
}
@media (min-width: 992px) {
  .line-footer-newsletter .news-content .mod-article__content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .line-footer-newsletter .news-content .mod-article__content {
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .line-footer-newsletter .news-content .mod-article__content {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .line-footer {
    text-align: center;
  }
}
.line-footer .content .row {
  margin-top: 15px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .line-footer .content .row {
    display: flex;
    flex-direction: column;
  }
}
.line-footer .content .row > div:first-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .line-footer .content .row > div.col-sm-24 img {
    margin-top: 30px;
  }
}
.line-footer .footermedia {
  margin-right: 15px;
  margin-top: 15px;
  display: inline-block;
}
.line-footer .footermedia img {
  max-height: 15px;
  max-width: 15px;
}
@media (max-width: 767px) {
  .line-footer .smoltxt {
    order: 8;
    margin-top: 30px;
  }
}
.line-footer .smoltxt p {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #1D1D1B;
}
.line-footer h3, .line-footer a {
  color: #1D1D1B !important;
  font-size: 10px;
  margin-bottom: 10px;
}
.line-footer a:hover {
  text-decoration: underline;
}
.line-footer .credits {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  margin-bottom: 15px;
  color: #1D1D1B;
  position: relative;
}
.line-footer .credits:after {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  right: -60px;
  height: 1px;
  top: 0;
  border-top: 1px solid rgba(29, 29, 27, 0.3);
}
@media (max-width: 1330px) {
  .line-footer .credits:after {
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .line-footer .credits:after {
    left: -25px;
    right: -25px;
  }
}
@media (max-width: 991px) {
  .line-footer .credits:after {
    left: -15px;
    right: -15px;
  }
}
@media (max-width: 767px) {
  .line-footer .credits:after {
    left: 0;
    right: 0;
  }
}
.line-footer .credits a {
  font-size: 12px;
}

.line-breadcrumb {
  width: 100%;
  background: none;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 991px) {
  .line-breadcrumb {
    margin-bottom: 80px;
  }
}
.line-breadcrumb:after {
  content: "";
  background-position: left;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/linepattern.png) #5B6770;
  height: 60px;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block !important;
}
@media (max-width: 1500px) {
  .line-breadcrumb:after {
    width: 20%;
  }
}
@media (min-width: 2201px) {
  .line-breadcrumb:after {
    width: 30%;
  }
}
@media (min-width: 2701px) {
  .line-breadcrumb:after {
    width: 35%;
  }
}
.line-breadcrumb .container {
  display: block !important;
  margin-top: -30px;
}
.line-breadcrumb .zone-breadcrumbs {
  position: initial;
  top: auto;
}
.line-breadcrumb ul.breadcrumb {
  background-position: left;
  position: absolute;
  top: 0;
  z-index: 999;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/linepattern.png) #5B6770;
  width: auto;
  max-width: 100%;
  display: inline-block;
  height: 60px;
  border-right: 5px solid #F1BE48;
  margin-top: 0;
  z-index: 999;
  padding: 16px 30px 0 15px;
  margin-bottom: 120px;
  margin-bottom: 0;
  text-align: right;
  margin-right: 30px;
  margin-left: -15px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .line-breadcrumb ul.breadcrumb {
    white-space: normal;
  }
}
@media (max-width: 555px) {
  .line-breadcrumb ul.breadcrumb {
    display: inline-block;
    padding: 8px 14px 0 15px;
    text-align: left;
    margin-right: 0px;
  }
}
.line-breadcrumb ul.breadcrumb li.active span {
  color: #fff;
}
.line-breadcrumb ul.breadcrumb li a {
  color: #F1BE48;
  font-weight: normal;
}
.line-breadcrumb ul.breadcrumb li span {
  font-weight: normal;
}
@media (max-width: 555px) {
  .line-breadcrumb ul.breadcrumb li:last-child {
    display: block;
  }
}
.line-breadcrumb ul.breadcrumb li:last-child span {
  max-width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .line-breadcrumb ul.breadcrumb li:last-child span {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .line-breadcrumb ul.breadcrumb li:last-child span {
    max-width: 200px;
  }
}
.line-breadcrumb ul.breadcrumb > li + li:before {
  content: "-";
  color: #F1BE48;
}

.line-banner .col-xs-1, .line-banner .col-sm-1, .line-banner .col-md-1, .line-banner .col-lg-1, .line-banner .col-xs-2, .line-banner .col-sm-2, .line-banner .col-md-2, .line-banner .col-lg-2, .line-banner .col-xs-3, .line-banner .col-sm-3, .line-banner .col-md-3, .line-banner .col-lg-3, .line-banner .col-xs-4, .line-banner .col-sm-4, .line-banner .col-md-4, .line-banner .col-lg-4, .line-banner .col-xs-5, .line-banner .col-sm-5, .line-banner .col-md-5, .line-banner .col-lg-5, .line-banner .col-xs-6, .line-banner .col-sm-6, .line-banner .col-md-6, .line-banner .col-lg-6, .line-banner .col-xs-7, .line-banner .col-sm-7, .line-banner .col-md-7, .line-banner .col-lg-7, .line-banner .col-xs-8, .line-banner .col-sm-8, .line-banner .col-md-8, .line-banner .col-lg-8, .line-banner .col-xs-9, .line-banner .col-sm-9, .line-banner .col-md-9, .line-banner .col-lg-9, .line-banner .col-xs-10, .line-banner .col-sm-10, .line-banner .col-md-10, .line-banner .col-lg-10, .line-banner .col-xs-11, .line-banner .col-sm-11, .line-banner .col-md-11, .line-banner .col-lg-11, .line-banner .col-xs-12, .line-banner .col-sm-12, .line-banner .col-md-12, .line-banner .col-lg-12, .line-banner .col-xs-13, .line-banner .col-sm-13, .line-banner .col-md-13, .line-banner .col-lg-13, .line-banner .col-xs-14, .line-banner .col-sm-14, .line-banner .col-md-14, .line-banner .col-lg-14, .line-banner .col-xs-15, .line-banner .col-sm-15, .line-banner .col-md-15, .line-banner .col-lg-15, .line-banner .col-xs-16, .line-banner .col-sm-16, .line-banner .col-md-16, .line-banner .col-lg-16, .line-banner .col-xs-17, .line-banner .col-sm-17, .line-banner .col-md-17, .line-banner .col-lg-17, .line-banner .col-xs-18, .line-banner .col-sm-18, .line-banner .col-md-18, .line-banner .col-lg-18, .line-banner .col-xs-19, .line-banner .col-sm-19, .line-banner .col-md-19, .line-banner .col-lg-19, .line-banner .col-xs-20, .line-banner .col-sm-20, .line-banner .col-md-20, .line-banner .col-lg-20, .line-banner .col-xs-21, .line-banner .col-sm-21, .line-banner .col-md-21, .line-banner .col-lg-21, .line-banner .col-xs-22, .line-banner .col-sm-22, .line-banner .col-md-22, .line-banner .col-lg-22, .line-banner .col-xs-23, .line-banner .col-sm-23, .line-banner .col-md-23, .line-banner .col-lg-23, .line-banner .col-xs-24, .line-banner .col-sm-24, .line-banner .col-md-24, .line-banner .col-lg-24 {
  margin: 0;
}
.line-banner.smallbanner {
  position: relative;
  padding-bottom: 189px;
}
.line-banner.smallbanner .mod-banner__img {
  height: 0px;
}
.line-banner.smallbanner:after {
  content: "";
  display: block;
  height: 190px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  background-color: #1D1D1B;
  width: 100%;
  z-index: 9;
}
.line-banner.mediumbanner {
  position: relative;
}
.line-banner.mediumbanner .mod-banner__img {
  height: 550px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 991px) {
  .line-banner.mediumbanner .mod-banner__img {
    min-height: 500px;
    height: 60vh;
  }
}
.line-banner.mediumbanner .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1D1D1B 23%, transparent 75%);
  opacity: 1;
  z-index: 0;
}
.line-banner.mediumbanner .mod-banner__content {
  max-width: 1152px;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0px;
  transform: none;
  position: absolute;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .line-banner.mediumbanner .mod-banner__content {
    padding: 0 30px;
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .line-banner.mediumbanner .mod-banner__content {
    bottom: 30px;
  }
}
.line-banner.mediumbanner .mod-banner__content h1, .line-banner.mediumbanner .mod-banner__content h2, .line-banner.mediumbanner .mod-banner__content p {
  color: #fff;
  margin-left: 0px;
}
.line-banner.mediumbanner .mod-banner__content h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .line-banner.mediumbanner .mod-banner__content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.line-banner.mediumbanner:before {
  content: "";
  display: block;
  position: absolute;
  width: 228px;
  height: 228px;
  right: 15%;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/banner-round.png);
  bottom: -100px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .line-banner.mediumbanner:before {
    width: 180px;
    height: 180px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .line-banner.mediumbanner:before {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line-banner.mediumbanner.bannersideimage .mod-banner__content h1, .line-banner.mediumbanner.bannersideimage .mod-banner__content h2 p {
    max-width: 60%;
  }
  .line-banner.mediumbanner.bannersideimage .mod-banner__content h1 br, .line-banner.mediumbanner.bannersideimage .mod-banner__content h2 p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .line-banner.mediumbanner.bannersideimage .mod-banner__content h1, .line-banner.mediumbanner.bannersideimage .mod-banner__content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .line-banner.mediumbanner.bannersideimage .mod-banner__img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .line-banner.mediumbanner.bannersideimage .mod-banner__img {
    height: 800px;
  }
}
.line-banner.mediumbanner.bannersideimage:before {
  display: none;
}
.line-banner.mediumbanner.bannersideimage .side-image {
  position: absolute;
  right: 0;
  z-index: 999;
  bottom: -125px;
}
.line-banner.mediumbanner.bannersideimage .side-image img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55);
}
@media (max-width: 1199px) {
  .line-banner.mediumbanner.bannersideimage .side-image {
    max-width: 270px !important;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .line-banner.mediumbanner.bannersideimage .side-image {
    max-width: 250px !important;
  }
}
@media (max-width: 767px) {
  .line-banner.mediumbanner.bannersideimage .side-image {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 170px;
    margin-left: 80px;
  }
}
.line-banner.mediumbanner.bannersideimage .side-image:before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/banner-round.png);
  background-size: 190px;
  width: 120px;
  height: 190px;
  right: 100%;
  bottom: 150px;
}
@media (max-width: 1199px) {
  .line-banner.mediumbanner.bannersideimage .side-image:before {
    bottom: 100px;
    width: 100px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .line-banner.mediumbanner.bannersideimage .side-image:before {
    width: 80px;
    height: 160px;
    bottom: 30px;
    background-size: 100px;
    background-repeat: no-repeat;
  }
}

.cookie-notice {
  right: 0 !important;
  left: auto !important;
  max-width: 790px !important;
  padding: 35px 20px 35px 80px !important;
  background: #fff !important;
  position: relative;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
@media (max-width: 767px) {
  .cookie-notice {
    max-width: 100% !important;
    padding: 35px 20px 35px 20px !important;
  }
}
.cookie-notice:before {
  content: "";
  width: 150px;
  height: 100%;
  background-color: #F1BE48;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 98;
}
@media (max-width: 767px) {
  .cookie-notice:before {
    width: 70px;
  }
}
.cookie-notice:after {
  content: "";
  width: 61px;
  height: 38px;
  background: url("https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/logo-ap-gdpr.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 55px;
  right: 41px;
  z-index: 99;
}
@media (max-width: 767px) {
  .cookie-notice:after {
    background-size: 70%;
    width: 61px;
    height: 38px;
    right: -3px;
    bottom: 35px;
  }
}
.cookie-notice h1, .cookie-notice h2, .cookie-notice h3, .cookie-notice h4, .cookie-notice h5, .cookie-notice h6, .cookie-notice p, .cookie-notice span {
  opacity: 1 !important;
}
.cookie-notice p {
  font-size: 17px;
  line-height: 24px;
}
.cookie-notice .cn-body {
  margin-right: 230px !important;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .cookie-notice .cn-body {
    margin-right: 70px !important;
  }
}
.cookie-notice .cn-body P.consent_notice_title_title {
  font-size: 30px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #1D1D1B !important;
}
.cookie-notice .cn-body a {
  color: #F1BE48 !important;
}
.cookie-notice .cn-body span {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
  color: #F1BE48 !important;
}
.cookie-notice .cn-learn-more {
  /*
  color: $secondary!important;
  font-weight: 600!important;
  &:hover {
  	color: $primary!important;
  	font-weight: 600!important;
  }
  */
}
.cookie-notice .cn-ok {
  flex-direction: column-reverse !important;
  gap: 30px;
  margin-top: 15px !important;
}
.cookie-notice .cn-ok .cm-link {
  color: #1D1D1B !important;
  text-decoration: underline;
}
.cookie-notice .cn-ok .cm-link:hover {
  color: #F1BE48 !important;
  font-weight: 600 !important;
}
.cookie-notice .cn-ok .cn-buttons {
  margin-top: 20px;
  display: flex !important;
  flex-direction: row-reverse;
  width: auto !important;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons {
    flex-direction: column-reverse !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: transparent;
  color: #1D1D1B;
  border: 1px solid #F1BE48;
  transition: all 150ms;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #1D1D1B !important;
  padding: 15px 0 !important;
  width: fit-content !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #1D1D1B !important;
  border-radius: 0;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-danger {
    white-space: normal !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-danger:hover {
  color: #5d5d5d !important;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
  text-decoration: none !important;
  background-color: #1D1D1B !important;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 0;
  margin-right: 35px;
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
@media (max-width: 767px) {
  .cookie-notice .cn-ok .cn-buttons .cm-btn-success {
    margin-top: 30px !important;
    width: auto !important;
  }
}
.cookie-notice .cn-ok .cn-buttons .cm-btn-success:hover {
  background-color: #F1BE48 !important;
  color: #1D1D1B !important;
}

.cookie-modal h1, .cookie-modal h2, .cookie-modal h3, .cookie-modal h4, .cookie-modal h5, .cookie-modal h6, .cookie-modal p, .cookie-modal span {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .cookie-modal .cm-modal {
    padding: 15px 15px 35px 15px !important;
    margin: 0px 20px;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .cookie-modal .cm-modal {
    padding: 15px 30px 35px 30px !important;
  }
}
.cookie-modal .cm-modal .cm-services {
  padding-left: 0 !important;
  margin-top: 20px !important;
}
@media (max-width: 575px) {
  .cookie-modal .cm-modal .cm-footer-buttons {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn {
    min-width: auto !important;
    width: fit-content;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #2F2F2F !important;
  padding: 15px 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #5d5d5d !important;
  font-size: 12px !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-decline:hover {
  color: #5d5d5d !important;
  border: 0 !important;
  border-bottom: 1px solid #5d5d5d !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none !important;
  font-size: 12px !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success {
    white-space: normal !important;
  }
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.cm-btn-info {
  border: 2px solid #2F2F2F !important;
  background-color: transparent !important;
  color: #2F2F2F !important;
}
.cookie-modal .cm-modal .cm-footer-buttons .cm-btn-success.cm-btn-info:hover {
  text-decoration: none !important;
  border: 2px solid #5d5d5d !important;
  color: #5d5d5d !important;
}

.homepage {
  /* image and content gap */
}
.homepage #site-wrapper {
  overflow: hidden;
}
.homepage .line-banner .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/module/banner/banner-accueil.png);
}
@media (max-width: 767px) {
  .homepage .line-banner .video {
    display: none;
  }
}
.homepage .line-banner .video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1D1D1B 5%, transparent 75%);
  opacity: 1;
  z-index: 0;
}
.homepage .line-banner .video video {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.homepage .line-banner .video img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .homepage .line-banner .video {
    left: -50%;
  }
}
.homepage .line-banner:before {
  display: none;
}
.homepage .line-banner .mod-banner__img {
  z-index: 9 !important;
  height: 93vh !important;
  position: relative;
  z-index: 1;
}
.homepage .line-banner .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #1D1D1B 5%, transparent 75%);
  opacity: 1;
  z-index: 0;
}
@media (min-width: 768px) {
  .homepage .line-banner .mod-banner__img {
    background-image: none !important;
  }
}
@media (max-height: 650px) {
  .homepage .line-banner .mod-banner__img {
    height: 600px !important;
  }
}
.homepage .line-banner .mod-banner__content, .homepage .line-banner .content {
  max-width: 1152px;
  margin: auto;
  left: 0;
  right: 0;
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .homepage .line-banner .mod-banner__content, .homepage .line-banner .content {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .homepage .line-banner .mod-banner__content, .homepage .line-banner .content {
    margin: 0 auto;
    max-width: 70%;
  }
  .homepage .line-banner .mod-banner__content h1 br, .homepage .line-banner .mod-banner__content h6 br, .homepage .line-banner .mod-banner__content p br, .homepage .line-banner .content h1 br, .homepage .line-banner .content h6 br, .homepage .line-banner .content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage .line-banner .mod-banner__content, .homepage .line-banner .content {
    margin: 0 auto;
    max-width: 80%;
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .homepage .line-banner .mod-banner__content h6, .homepage .line-banner .content h6 {
    font-size: 16px;
  }
}
.homepage .line-banner .mod-banner__content h1, .homepage .line-banner .mod-banner__content h6, .homepage .line-banner .mod-banner__content p, .homepage .line-banner .content h1, .homepage .line-banner .content h6, .homepage .line-banner .content p {
  color: #fff;
  margin-left: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage .line-banner .mod-banner__content h1, .homepage .line-banner .mod-banner__content h6, .homepage .line-banner .mod-banner__content p, .homepage .line-banner .content h1, .homepage .line-banner .content h6, .homepage .line-banner .content p {
    margin-left: 40px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .homepage .line-banner .mod-banner__content h1, .homepage .line-banner .mod-banner__content h6, .homepage .line-banner .mod-banner__content p, .homepage .line-banner .content h1, .homepage .line-banner .content h6, .homepage .line-banner .content p {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.homepage .line-banner .mod-banner__content p, .homepage .line-banner .content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  text-transform: none;
}
.homepage .line-banner .mod-banner__content:after, .homepage .line-banner .content:after {
  content: "";
  display: block;
  position: absolute;
  width: 228px;
  height: 228px;
  left: 0;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/banner-round.png);
  bottom: -100px;
  z-index: 0;
}
@media (max-width: 767px) {
  .homepage .line-banner .mod-banner__content:after, .homepage .line-banner .content:after {
    width: 160px;
    height: 160px;
    left: -40px;
    bottom: -60px;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .homepage .line-banner .mod-banner__content:after, .homepage .line-banner .content:after {
    display: none;
  }
}
.homepage .homepagevedette {
  background-color: #F0F1F1;
}
.homepage .homepagevedette > .container {
  width: 100%;
  padding: 0;
}
.homepage .homepagevedette .content {
  position: relative;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/linepattern.png) #5B6770;
  width: 40%;
  min-height: 80px;
  height: 10vh;
  border-right: 5px solid #F1BE48;
  margin-top: -5vh;
  z-index: 9;
}
@media (max-width: 991px) {
  .homepage .homepagevedette .content {
    width: 60%;
  }
}
.homepage .homepagevedette .content h5 {
  position: absolute;
  right: 15px;
  bottom: 30px;
  margin: 0;
  color: #fff;
}
.homepage .homepagevedette-articles .newsList > .row {
  display: flex;
  flex-wrap: wrap;
}
.homepage .homepagevedette-articles .zone-news_flash .row > div {
  padding: 140px 0 60px 0;
  margin-top: -5vh;
  border-left: 1px solid rgba(91, 103, 112, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}
.homepage .homepagevedette-articles .zone-news_flash .row > div .btn.btn-primary {
  margin-left: -15px;
  margin-top: 30px;
}
.homepage .homepagevedette-articles .zone-news_flash .row > div h4 {
  color: #5B6770;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .homepage .homepagevedette-articles .zone-news_flash .row > div h4 br {
    display: none;
  }
}
.homepage .homepagevedette-articles .zone-news_flash .row > div .itemImage {
  margin-bottom: 45px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .homepagevedette-articles .zone-news_flash .row > div {
    width: 50%;
    padding: 0 15px;
    padding-top: 120px;
  }
  .homepage .homepagevedette-articles .zone-news_flash .row > div:last-child {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .homepage .homepagevedette-articles .zone-news_flash .row > div {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .homepage .homepagevedette-articles .zone-news_flash .row > div:last-child {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .homepage .homepagevedette-articles {
    padding-bottom: 100px;
  }
}
.homepage .maincategory-images {
  margin-bottom: -100px;
}
.homepage .maincategory-images > .container {
  padding: 0;
}
@media (max-width: 991px) {
  .homepage .maincategory-images > .container .row > div {
    width: 100%;
  }
}
.homepage .maincategory-images .news-content.mod-article__content {
  position: relative;
  z-index: 1;
}
.homepage .maincategory-images .news-content.mod-article__content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 29, 27, 0.65);
  z-index: -1;
}
.homepage .maincategory-images .news-content.mod-article__content:before {
  z-index: 5;
}
.homepage .maincategory-images .news-content.mod-article__content .mod-article__img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 4;
}
.homepage .maincategory-images .news-content.mod-article__content .mod-article__intro {
  position: absolute;
  transform: rotate(-90deg);
  bottom: 79px;
  z-index: 10;
  left: -65px;
  width: 170px;
  height: 12px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-left: 10px solid #F1BE48;
}
.homepage .maincategory-images .news-content.mod-article__content .mod-article__intro h5 {
  margin: 0;
}
@media (max-width: 991px) {
  .homepage .maincategory-images {
    display: none;
  }
}
.homepage .maincategory-images.formobile {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homepage .maincategory-images.formobile .container {
    padding: 0 15px;
  }
}
.homepage .maincategory-images.formobile.first .row > div:first-child .news-content.mod-article__content {
  margin-top: -100px;
}
.homepage .maincategory-images.formobile .row > div:first-child .news-content.mod-article__content {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .homepage .maincategory-images.formobile .row > div:first-child .news-content.mod-article__content {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .homepage .maincategory-images.formobile .row > div:first-child .news-content.mod-article__content {
    height: 170px;
  }
}
.homepage .maincategory-images.formobile .row > div:last-child .news-content.mod-article__content:before {
  display: none;
}
@media (min-width: 992px) {
  .homepage .maincategory-images.formobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .homepage .maincategory-images.formobile {
    display: block;
  }
}
.homepage .maincategory-content {
  padding-top: calc(100px + 60px);
  padding-bottom: 60px;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/linepattern.png) #5B6770;
}
.homepage .maincategory-content .container .row > div:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .homepage .maincategory-content .container .row > div:first-child {
    padding-left: 15px;
  }
}
.homepage .maincategory-content .mod-article__content h3, .homepage .maincategory-content .mod-article__content p {
  color: #fff;
}
@media (max-width: 991px) {
  .homepage .maincategory-content {
    display: none;
  }
}
.homepage .maincategory-content.formobile {
  padding-top: 0;
}
.homepage .maincategory-content.formobile .mod-article__content > .mod-article__content {
  margin-top: 30px;
  max-width: 50%;
}
@media (max-width: 575px) {
  .homepage .maincategory-content.formobile .mod-article__content > .mod-article__content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .homepage .maincategory-content.formobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .homepage .maincategory-content.formobile {
    display: block;
  }
}
.homepage .twothirdwhitesection {
  position: relative;
  background: linear-gradient(to left, white 50%, transparent 50%);
}
@media (max-width: 991px) {
  .homepage .twothirdwhitesection {
    background: white !important;
  }
}
@media (max-width: 575px) {
  .homepage .twothirdwhitesection {
    padding-top: 60px;
  }
}
.homepage .twothirdwhitesection .mod-article__content h6 {
  color: #5B6770;
}
.homepage .twothirdwhitesection .zone-article {
  background-color: #fff;
}
.homepage .twothirdwhitesection .zone-article:first-child {
  background: linear-gradient(to left, white 65%, transparent 65%);
}
@media (max-width: 991px) {
  .homepage .twothirdwhitesection .zone-article:first-child {
    background: white;
  }
}
@media (max-width: 767px) {
  .homepage .twothirdwhitesection .zone-article:first-child .news-content {
    padding-top: 60px;
    padding-bottom: 0px;
    width: 75%;
  }
}
@media (max-width: 575px) {
  .homepage .twothirdwhitesection .zone-article:first-child .news-content {
    width: 65%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.homepage .twothirdwhitesection .zone-article:first-child h5 {
  color: #5B6770;
}
.homepage .twothirdwhitesection .zone-article:last-child .news-content .btn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homepage .twothirdwhitesection .zone-article:last-child .news-content {
    padding-top: 60px;
  }
}
.homepage .twothirdwhitesection .zone-article .news-content {
  padding-top: 100px;
  padding-bottom: 30px;
}
.homepage .twothirdwhitesection .zone-article .news-content h5 {
  margin-bottom: 0;
}
.homepage .twothirdwhitesection .zone-article .news-content h2 {
  margin-bottom: 0px;
}
.homepage .twothirdwhitesection .zone-article .news-content h3 {
  margin-bottom: 15px;
}
.homepage .twothirdwhitesection:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F0F1F1;
  height: 110px;
}
.homepage .formationenvedette-titles {
  padding-bottom: 30px;
}
.homepage .formationenvedette-titles h2 {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.homepage .formationenvedette .item {
  border-top: 0;
  border-left: 1px solid rgba(91, 103, 112, 0.1);
  margin-bottom: 60px;
  padding-left: 20px;
}
.homepage .formationenvedette .item p {
  font-size: 14px;
  margin-bottom: 15px;
}
.homepage .formationenvedette .item h3 a {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #F1BE48;
}
.homepage .formationenvedette .item .e-date {
  margin-bottom: 30px;
  margin-top: 15px;
  display: inline-block;
}
.homepage .formationenvedette .item .itemInfos span {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-transform: uppercase !important;
}
.homepage .formationenvedette .item .itemInfos span.city {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .homepage .formationenvedette .eventsList .row > div {
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.homepage .twothirdgreysection {
  position: relative;
  background: linear-gradient(to right, #5B6770 64%, transparent 64%);
}
@media (max-width: 991px) {
  .homepage .twothirdgreysection {
    background: #5B6770;
  }
}
.homepage .twothirdgreysection .zone-html {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to right, #5B6770 50%, transparent 50%);
  padding: 110px 0;
}
.homepage .twothirdgreysection .zone-html .content {
  padding-top: 80px;
}
.homepage .twothirdgreysection .zone-html .content img {
  margin-bottom: 15px;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .homepage .twothirdgreysection .zone-html {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 991px) {
  .homepage .twothirdgreysection .zone-html {
    background: #5B6770;
  }
}
.homepage .twothirdgreysection .zone-html h4 .btn {
  margin-right: 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .homepage .twothirdgreysection .zone-html h4 .btn {
    background: transparent;
    color: #fff;
  }
}
.homepage .twothirdgreysection .row {
  display: flex;
  flex-wrap: wrap;
}
.homepage .twothirdgreysection .zone-news_flash {
  padding: 110px 0;
  background-color: #5B6770;
}
@media (max-width: 767px) {
  .homepage .twothirdgreysection .zone-news_flash {
    padding: 70px 0 0 0;
  }
}
.homepage .twothirdgreysection .zone-news_flash > h2 {
  margin-bottom: 0;
}
.homepage .twothirdgreysection .zone-news_flash h2, .homepage .twothirdgreysection .zone-news_flash p, .homepage .twothirdgreysection .zone-news_flash h6 {
  color: #fff !important;
}
.homepage .twothirdgreysection .zone-news_flash h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
  max-width: 75%;
}
@media (max-width: 767px) {
  .homepage .twothirdgreysection .zone-news_flash h6 {
    max-width: 100%;
  }
}
.homepage .twothirdgreysection .zone-news_flash .e-date {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-transform: uppercase !important;
}
.homepage .twothirdgreysection .zone-news_flash .actions {
  display: none;
}
.homepage .twothirdgreysection .zone-news_flash .viewAll {
  color: #fff;
}
.homepage .twothirdgreysection .zone-news_flash .item {
  width: 100%;
  float: none;
  padding: 50px 0px;
  margin: 0 15px;
}
.homepage .twothirdgreysection .zone-news_flash .content > .row:first-child .item:first-child {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.homepage .twothirdgreysection .zone-news_flash .newsList h5 {
  margin-bottom: 0;
}
.homepage .twothirdgreysection .zone-news_flash .newsList h2 {
  margin-bottom: 0px;
}
.homepage .twothirdgreysection .zone-news_flash .newsList h3, .homepage .twothirdgreysection .zone-news_flash .newsList p {
  margin-bottom: 15px;
}
.homepage .twothirdgreysection .zone-news_flash .newsList h3 a {
  font-size: 16px;
}

.homepage-2021 .line-banner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.homepage-2021 .line-banner .content {
  padding: 160px 0 30px;
  margin-right: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .homepage-2021 .line-banner .content {
    margin-right: 29px;
  }
}
.homepage-2021 .line-banner .content h1 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .homepage-2021 .line-banner .content h1 {
    max-width: 269px;
    font-size: 26px;
    line-height: 32px;
  }
  .homepage-2021 .line-banner .content h1 br {
    display: none !important;
  }
}
@media (max-width: 390px) {
  .homepage-2021 .line-banner .content h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .homepage-2021 .line-banner .container {
    position: relative;
  }
  .homepage-2021 .line-banner .container:after {
    content: "";
    background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Accueil/2021/roundarrow2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 170px;
    width: 170px;
    display: block;
    position: absolute;
    bottom: -40px;
    right: 50px;
    z-index: 9;
    transform: rotate(90deg);
  }
}
.homepage-2021 .line-banner-content {
  padding-bottom: 60px;
}
.homepage-2021 .line-banner-content .container > .row {
  min-height: 430px;
}
@media (max-width: 767px) {
  .homepage-2021 .line-banner-content .container > .row {
    position: relative;
    padding-bottom: 70px;
  }
}
.homepage-2021 .line-banner-content .zone-html {
  z-index: 10;
}
@media (min-width: 992px) {
  .homepage-2021 .line-banner-content .zone-html {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .homepage-2021 .line-banner-content .zone-html {
    position: initial;
  }
}
@media (min-width: 992px) {
  .homepage-2021 .line-banner-content .zone-image {
    width: 65%;
  }
}
.homepage-2021 .line-banner-content .zone-html .content {
  padding-top: 30px;
}
.homepage-2021 .line-banner-content .zone-html .content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.homepage-2021 .line-banner-content .zone-html .content .btn {
  background-color: #F1BE48;
  color: #1D1D1B;
  padding-right: 100px;
  position: relative;
  z-index: 99;
  height: 55px;
  border: 0;
  transition: all 150ms;
  font-size: 14px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .homepage-2021 .line-banner-content .zone-html .content .btn {
    margin-right: -110px;
  }
}
@media (max-width: 767px) {
  .homepage-2021 .line-banner-content .zone-html .content .btn {
    position: absolute;
    margin-right: auto;
    margin-bottom: 0;
    bottom: 0;
    left: 15px;
  }
}
.homepage-2021 .line-banner-content .zone-html .content .btn:hover {
  background-color: #1D1D1B;
  color: #F1BE48;
}
.homepage-2021 .line-banner-content .zone-html .content .btn:hover:after {
  background-color: #1D1D1B;
}
.homepage-2021 .line-banner-content .zone-html .content .btn:hover:before {
  border-color: #F1BE48;
}
.homepage-2021 .line-banner-content .zone-html .content .btn:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #1D1D1B;
  border-right: 1px solid #1D1D1B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  z-index: 9;
  transition: all 150ms;
}
.homepage-2021 .line-banner-content .zone-html .content .btn:after {
  content: "";
  background-color: #D9A93B;
  display: block;
  width: 55px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 150ms;
}
.homepage-2021 .section-alert .content {
  position: relative;
  max-width: 940px;
  margin: 0 auto -60px;
  padding: 50px 60px;
  background-color: #5B6770;
  background-position: left;
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/linepattern.png);
}
@media (max-width: 767px) {
  .homepage-2021 .section-alert .content {
    padding: 20px 50px 20px 20px;
  }
}
.homepage-2021 .section-alert .content a {
  display: inline-block;
  border-bottom: 1px solid #F1BE48;
  padding-bottom: 15px;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #F1BE48;
  margin-bottom: 0;
  transition: all 150ms;
}
.homepage-2021 .section-alert .content a:hover {
  color: #1D1D1B;
  border-color: #1D1D1B;
}
.homepage-2021 .section-alert .content .popClose {
  transform: rotate(45deg);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 60px;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.homepage-2021 .section-alert .content .popClose:after {
  content: "+";
  font-weight: 500;
  font-size: 40px;
  line-height: 18px;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .homepage-2021 .section-alert .content .popClose {
    right: 15px;
  }
}
.homepage-2021 .section-intro {
  padding-top: 160px;
}
.homepage-2021 .section-intro.alertclosed {
  padding-top: 110px;
}
.homepage-2021 .section-intro.next-intro {
  padding-top: 5px;
}
@media (max-width: 991px) {
  .homepage-2021 .section-intro .row > div:first-child {
    margin-bottom: 60px;
  }
}
.homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__img {
  /*box-shadow: 0px 140px 0px 0px $secondary;*/
}
.homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__intro {
  background-color: #fff;
  padding: 40px 60px;
  margin-top: -130px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__intro {
    padding: 30px;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__intro {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__intro {
    margin-top: -22%;
  }
}
.homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__intro h2 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.homepage-2021 .section-intro .mod-article__wrapper .news-content.mod-article__content .mod-article__intro p {
  margin-bottom: 20px;
}
.homepage-2021 .section-nos-services .zone-news_flash > h2 {
  text-align: center;
  margin-bottom: 60px;
}
.homepage-2021 .section-nos-services .zone-news_flash .newsList .item {
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .homepage-2021 .section-nos-services .zone-news_flash .newsList .item {
    border-right: 1px solid rgba(112, 112, 112, 0.3);
  }
}
@media (max-width: 575px) {
  .homepage-2021 .section-nos-services .zone-news_flash .newsList .item {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding-bottom: 15px;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.homepage-2021 .section-nos-services .zone-news_flash .newsList .item .e-thumbnail {
  max-width: 130px;
  display: inline-block;
}
.homepage-2021 .section-nos-services .zone-news_flash .newsList .item .intro h3 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .homepage-2021 .section-nos-services .zone-news_flash .newsList > .row:last-child .item {
    border: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .homepage-2021 .section-nos-services .zone-news_flash .newsList > .row:nth-child(even) .item {
    border: 0;
  }
  .homepage-2021 .section-nos-services .zone-news_flash .newsList > .row .item {
    margin-bottom: 30px;
  }
  .homepage-2021 .section-nos-services .zone-news_flash .newsList > .row:last-child .item, .homepage-2021 .section-nos-services .zone-news_flash .newsList > .row:nth-last-child(2) .item {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .homepage-2021 .section-nos-services .zone-news_flash .newsList > .row:last-child .item {
    border: 0;
    margin-bottom: 0;
  }
}
.homepage-2021 .section-autoformation {
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/module/banner/bannerautoformation-1634922179.png);
  background-size: 60%;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1600px) {
  .homepage-2021 .section-autoformation {
    background-size: 70%;
  }
}
@media (max-width: 1400px) {
  .homepage-2021 .section-autoformation {
    background-size: 80%;
  }
}
@media (max-width: 1199px) {
  .homepage-2021 .section-autoformation {
    background: none;
  }
}
@media (min-width: 1200px) {
  .homepage-2021 .section-autoformation:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to right, #1D1D1B 50%, transparent 50%);
  }
}
@media (min-width: 1200px) {
  .homepage-2021 .section-autoformation > .container > .row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .homepage-2021 .section-autoformation > .container > .row > div:last-child {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .homepage-2021 .section-autoformation > .container > .row > div {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .homepage-2021 .section-autoformation .zone-banner {
    padding: 0;
  }
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img {
  height: 100%;
  padding: 100px 0 60px 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img {
    padding: 100px 60px;
  }
}
@media (max-width: 767px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img {
    padding: 100px 30px 60px;
  }
}
@media (max-width: 450px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img {
    padding: 100px 15px 60px;
  }
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content {
  border: 1px solid #F1BE48;
  padding: 0 60px 40px;
  position: initial;
  transform: none;
  text-align: center;
}
@media (max-width: 767px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content {
    padding: 0 30px 10px;
  }
}
@media (max-width: 450px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content {
    padding: 0 25px 10px;
  }
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content img {
  margin-top: -64px;
  margin-bottom: 10px;
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content h2 {
  font-size: 40px;
  line-height: 46px;
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content h2 span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (max-width: 410px) {
  .homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content p {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 30px;
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content .btn {
  color: #1D1D1B !important;
  background-color: #F1BE48 !important;
  margin-right: 0;
}
.homepage-2021 .section-autoformation .zone-banner .mod-banner__img .mod-banner__content .btn:hover {
  color: #F1BE48 !important;
  background-color: #1D1D1B !important;
}
.homepage-2021 .section-autoformation .zone-html .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .homepage-2021 .section-autoformation .zone-html .content {
    padding-right: 60px;
  }
}
.homepage-2021 .section-autoformation .zone-html .content h2.h1 {
  margin-bottom: 20px;
}
.homepage-2021 .section-autoformation .zone-html .content h2:not(.h1) {
  color: #F1BE48 !important;
}
.homepage-2021 .section-autoformation .zone-html .content hr {
  border-color: rgba(241, 190, 72, 0.6);
  clear: both;
}
.homepage-2021 .section-autoformation .zone-html .content img {
  float: left;
  width: 200px !important;
  padding: 30px 0 45px;
}
@media (max-width: 430px) {
  .homepage-2021 .section-autoformation .zone-html .content img {
    width: 150px !important;
  }
}
.homepage-2021 .section-autoformation .zone-html .content > h4 {
  float: left;
  width: calc(100% - 200px);
  padding: 90px 0 40px 30px;
}
.homepage-2021 .section-autoformation .zone-html .content ul {
  float: left;
  width: calc(100% - 200px);
  padding: 50px 0 45px 30px;
  list-style: none;
}
@media (max-width: 430px) {
  .homepage-2021 .section-autoformation .zone-html .content ul {
    width: calc(100% - 150px);
    padding: 25px 0 20px 15px;
  }
}
.homepage-2021 .section-autoformation .zone-html .content ul li {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.homepage-2021 .section-autoformation .zone-html .content ul li::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 22px;
  background-color: #F1BE48;
  position: absolute;
  top: 7px;
  left: 0;
}
.homepage-2021 .section-autoformation .zone-html .content .btn {
  margin-top: 30px;
  color: #1D1D1B !important;
  background-color: #F1BE48 !important;
}
.homepage-2021 .section-autoformation .zone-html .content .btn:hover {
  color: #F1BE48 !important;
  background-color: #1D1D1B !important;
}
.homepage-2021 .section-nouvelles > .container:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 90px;
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .item {
  border-bottom: 1px solid rgba(241, 190, 72, 0.6);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .item h3, .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .itemInfos, .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro, .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .actions {
  max-width: 600px;
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .item h3 {
  margin-bottom: 15px;
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro, .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro h6 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro a, .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro h6 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro, .homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .intro h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .item .btn {
  display: none;
}
.homepage-2021 .section-nouvelles .zone-news_flash .newsList .row:last-child .item {
  border: 0;
}
.homepage-2021 .section-nouvelles .zone-news_flash .viewAll {
  color: #fff !important;
}
.homepage-2021 .section-nouvelles .zone-news_flash .viewAll:hover {
  color: #1D1D1B !important;
}
.homepage-2021 .section-nouvelles .zone-html .content {
  position: relative;
}
@media (max-width: 767px) {
  .homepage-2021 .section-nouvelles .zone-html .content {
    max-width: 300px;
    margin: 60px auto 0;
    position: relative;
  }
  .homepage-2021 .section-nouvelles .zone-html .content p {
    text-align: left !important;
  }
}
.homepage-2021 .section-nouvelles .zone-html .content:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Accueil/2021/roundarrow2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 140px;
  width: 140px;
  display: block;
  position: absolute;
  bottom: 120px;
  right: 65px;
}
@media (max-width: 767px) {
  .homepage-2021 .section-nouvelles .zone-html .content:after {
    right: 0;
  }
}
.homepage-2021 .section-nouvelles .zone-html .content img {
  box-shadow: 0px 5px 10px -1px #221F1C;
}
.homepage-2021 .section-nouvelles .zone-html .content .btn {
  height: auto;
  padding: 10px 20px;
  background-color: #F1BE48 !important;
}
.homepage-2021 .section-nouvelles .zone-html .content .btn:hover {
  color: #F1BE48 !important;
  background-color: #1D1D1B !important;
}

.darkbackground .formbuilder-confirmation-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

.darkbackground .formbuilder-confirmation-content {
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .backgroundimgfix .mod-banner__img {
    background-position: -400px center;
  }
}

.thirdbannersection .container-fluid > .row, .thirdbannersection-withdecoration .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .thirdbannersection .zone-banner, .thirdbannersection-withdecoration .zone-banner {
    width: 100%;
    padding-right: 0;
  }
}
.thirdbannersection .zone-banner .mod-banner__wrapper, .thirdbannersection .zone-banner .mod-banner__img, .thirdbannersection-withdecoration .zone-banner .mod-banner__wrapper, .thirdbannersection-withdecoration .zone-banner .mod-banner__img {
  height: 100%;
}
@media (max-width: 991px) {
  .thirdbannersection .zone-banner .mod-banner__wrapper, .thirdbannersection .zone-banner .mod-banner__img, .thirdbannersection-withdecoration .zone-banner .mod-banner__wrapper, .thirdbannersection-withdecoration .zone-banner .mod-banner__img {
    height: 400px !important;
    width: 100%;
  }
}
.thirdbannersection .zone-banner .mod-banner__img, .thirdbannersection-withdecoration .zone-banner .mod-banner__img {
  background-position: center;
}
.thirdbannersection .zone-banner .mod-banner__content, .thirdbannersection-withdecoration .zone-banner .mod-banner__content {
  height: 400px;
}
.thirdbannersection.centeredbanner .mod-banner__img, .thirdbannersection-withdecoration.centeredbanner .mod-banner__img {
  background-position: left;
}
@media (max-width: 1199px) {
  .thirdbannersection.centeredbanner .mod-banner__img, .thirdbannersection-withdecoration.centeredbanner .mod-banner__img {
    background-position: -650px;
  }
}
@media (max-width: 991px) {
  .thirdbannersection.centeredbanner .mod-banner__img, .thirdbannersection-withdecoration.centeredbanner .mod-banner__img {
    background-position: center;
  }
}
.thirdbannersection .zone-article, .thirdbannersection-withdecoration .zone-article {
  max-width: 860px;
  padding-right: 15px !important;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .thirdbannersection .zone-article, .thirdbannersection-withdecoration .zone-article {
    width: 100%;
    padding: 0 15px !important;
  }
}
.thirdbannersection .news-content .mod-article__intro, .thirdbannersection-withdecoration .news-content .mod-article__intro {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .thirdbannersection .news-content .mod-article__intro, .thirdbannersection-withdecoration .news-content .mod-article__intro {
    padding: 70px 0;
  }
}
.thirdbannersection .news-content .mod-article__intro p, .thirdbannersection-withdecoration .news-content .mod-article__intro p {
  color: #1D1D1B;
}
.thirdbannersection .news-content .mod-article__intro h6, .thirdbannersection-withdecoration .news-content .mod-article__intro h6 {
  margin-bottom: 60px;
}
.thirdbannersection .news-content .mod-article__intro h5, .thirdbannersection-withdecoration .news-content .mod-article__intro h5 {
  position: relative;
  text-align: center;
  vertical-align: top;
  height: 235px;
  background-color: #E9B335;
  padding: 30px;
  margin-right: 30px;
  display: inline-block;
  transition: background-color 150ms;
  width: 200px;
}
@media (max-width: 1199px) {
  .thirdbannersection .news-content .mod-article__intro h5, .thirdbannersection-withdecoration .news-content .mod-article__intro h5 {
    max-width: 30%;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .thirdbannersection .news-content .mod-article__intro h5, .thirdbannersection-withdecoration .news-content .mod-article__intro h5 {
    max-width: 30%;
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .thirdbannersection .news-content .mod-article__intro h5, .thirdbannersection-withdecoration .news-content .mod-article__intro h5 {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 30px auto !important;
    display: block;
  }
}
.thirdbannersection .news-content .mod-article__intro h5:hover, .thirdbannersection-withdecoration .news-content .mod-article__intro h5:hover {
  background-color: #c09021;
}
.thirdbannersection .news-content .mod-article__intro h5 img, .thirdbannersection-withdecoration .news-content .mod-article__intro h5 img {
  display: block;
  margin: 0 auto 10px;
}
.thirdbannersection .news-content .mod-article__intro h5 a, .thirdbannersection-withdecoration .news-content .mod-article__intro h5 a {
  color: #1D1D1B;
}
.thirdbannersection .news-content .mod-article__intro h5:after, .thirdbannersection-withdecoration .news-content .mod-article__intro h5:after {
  content: "";
  display: block;
  margin: 15px auto 0 auto;
  color: #fff;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/arrow-white.png) no-repeat;
  height: 15px;
  width: 10px;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.thirdbannersection-withdecoration .col-xs-1, .thirdbannersection-withdecoration .col-sm-1, .thirdbannersection-withdecoration .col-md-1, .thirdbannersection-withdecoration .col-lg-1, .thirdbannersection-withdecoration .col-xs-2, .thirdbannersection-withdecoration .col-sm-2, .thirdbannersection-withdecoration .col-md-2, .thirdbannersection-withdecoration .col-lg-2, .thirdbannersection-withdecoration .col-xs-3, .thirdbannersection-withdecoration .col-sm-3, .thirdbannersection-withdecoration .col-md-3, .thirdbannersection-withdecoration .col-lg-3, .thirdbannersection-withdecoration .col-xs-4, .thirdbannersection-withdecoration .col-sm-4, .thirdbannersection-withdecoration .col-md-4, .thirdbannersection-withdecoration .col-lg-4, .thirdbannersection-withdecoration .col-xs-5, .thirdbannersection-withdecoration .col-sm-5, .thirdbannersection-withdecoration .col-md-5, .thirdbannersection-withdecoration .col-lg-5, .thirdbannersection-withdecoration .col-xs-6, .thirdbannersection-withdecoration .col-sm-6, .thirdbannersection-withdecoration .col-md-6, .thirdbannersection-withdecoration .col-lg-6, .thirdbannersection-withdecoration .col-xs-7, .thirdbannersection-withdecoration .col-sm-7, .thirdbannersection-withdecoration .col-md-7, .thirdbannersection-withdecoration .col-lg-7, .thirdbannersection-withdecoration .col-xs-8, .thirdbannersection-withdecoration .col-sm-8, .thirdbannersection-withdecoration .col-md-8, .thirdbannersection-withdecoration .col-lg-8, .thirdbannersection-withdecoration .col-xs-9, .thirdbannersection-withdecoration .col-sm-9, .thirdbannersection-withdecoration .col-md-9, .thirdbannersection-withdecoration .col-lg-9, .thirdbannersection-withdecoration .col-xs-10, .thirdbannersection-withdecoration .col-sm-10, .thirdbannersection-withdecoration .col-md-10, .thirdbannersection-withdecoration .col-lg-10, .thirdbannersection-withdecoration .col-xs-11, .thirdbannersection-withdecoration .col-sm-11, .thirdbannersection-withdecoration .col-md-11, .thirdbannersection-withdecoration .col-lg-11, .thirdbannersection-withdecoration .col-xs-12, .thirdbannersection-withdecoration .col-sm-12, .thirdbannersection-withdecoration .col-md-12, .thirdbannersection-withdecoration .col-lg-12, .thirdbannersection-withdecoration .col-xs-13, .thirdbannersection-withdecoration .col-sm-13, .thirdbannersection-withdecoration .col-md-13, .thirdbannersection-withdecoration .col-lg-13, .thirdbannersection-withdecoration .col-xs-14, .thirdbannersection-withdecoration .col-sm-14, .thirdbannersection-withdecoration .col-md-14, .thirdbannersection-withdecoration .col-lg-14, .thirdbannersection-withdecoration .col-xs-15, .thirdbannersection-withdecoration .col-sm-15, .thirdbannersection-withdecoration .col-md-15, .thirdbannersection-withdecoration .col-lg-15, .thirdbannersection-withdecoration .col-xs-16, .thirdbannersection-withdecoration .col-sm-16, .thirdbannersection-withdecoration .col-md-16, .thirdbannersection-withdecoration .col-lg-16, .thirdbannersection-withdecoration .col-xs-17, .thirdbannersection-withdecoration .col-sm-17, .thirdbannersection-withdecoration .col-md-17, .thirdbannersection-withdecoration .col-lg-17, .thirdbannersection-withdecoration .col-xs-18, .thirdbannersection-withdecoration .col-sm-18, .thirdbannersection-withdecoration .col-md-18, .thirdbannersection-withdecoration .col-lg-18, .thirdbannersection-withdecoration .col-xs-19, .thirdbannersection-withdecoration .col-sm-19, .thirdbannersection-withdecoration .col-md-19, .thirdbannersection-withdecoration .col-lg-19, .thirdbannersection-withdecoration .col-xs-20, .thirdbannersection-withdecoration .col-sm-20, .thirdbannersection-withdecoration .col-md-20, .thirdbannersection-withdecoration .col-lg-20, .thirdbannersection-withdecoration .col-xs-21, .thirdbannersection-withdecoration .col-sm-21, .thirdbannersection-withdecoration .col-md-21, .thirdbannersection-withdecoration .col-lg-21, .thirdbannersection-withdecoration .col-xs-22, .thirdbannersection-withdecoration .col-sm-22, .thirdbannersection-withdecoration .col-md-22, .thirdbannersection-withdecoration .col-lg-22, .thirdbannersection-withdecoration .col-xs-23, .thirdbannersection-withdecoration .col-sm-23, .thirdbannersection-withdecoration .col-md-23, .thirdbannersection-withdecoration .col-lg-23, .thirdbannersection-withdecoration .col-xs-24, .thirdbannersection-withdecoration .col-sm-24, .thirdbannersection-withdecoration .col-md-24, .thirdbannersection-withdecoration .col-lg-24, .thirdbannersection-withdecoration-withdecoration .col-xs-1, .thirdbannersection-withdecoration-withdecoration .col-sm-1, .thirdbannersection-withdecoration-withdecoration .col-md-1, .thirdbannersection-withdecoration-withdecoration .col-lg-1, .thirdbannersection-withdecoration-withdecoration .col-xs-2, .thirdbannersection-withdecoration-withdecoration .col-sm-2, .thirdbannersection-withdecoration-withdecoration .col-md-2, .thirdbannersection-withdecoration-withdecoration .col-lg-2, .thirdbannersection-withdecoration-withdecoration .col-xs-3, .thirdbannersection-withdecoration-withdecoration .col-sm-3, .thirdbannersection-withdecoration-withdecoration .col-md-3, .thirdbannersection-withdecoration-withdecoration .col-lg-3, .thirdbannersection-withdecoration-withdecoration .col-xs-4, .thirdbannersection-withdecoration-withdecoration .col-sm-4, .thirdbannersection-withdecoration-withdecoration .col-md-4, .thirdbannersection-withdecoration-withdecoration .col-lg-4, .thirdbannersection-withdecoration-withdecoration .col-xs-5, .thirdbannersection-withdecoration-withdecoration .col-sm-5, .thirdbannersection-withdecoration-withdecoration .col-md-5, .thirdbannersection-withdecoration-withdecoration .col-lg-5, .thirdbannersection-withdecoration-withdecoration .col-xs-6, .thirdbannersection-withdecoration-withdecoration .col-sm-6, .thirdbannersection-withdecoration-withdecoration .col-md-6, .thirdbannersection-withdecoration-withdecoration .col-lg-6, .thirdbannersection-withdecoration-withdecoration .col-xs-7, .thirdbannersection-withdecoration-withdecoration .col-sm-7, .thirdbannersection-withdecoration-withdecoration .col-md-7, .thirdbannersection-withdecoration-withdecoration .col-lg-7, .thirdbannersection-withdecoration-withdecoration .col-xs-8, .thirdbannersection-withdecoration-withdecoration .col-sm-8, .thirdbannersection-withdecoration-withdecoration .col-md-8, .thirdbannersection-withdecoration-withdecoration .col-lg-8, .thirdbannersection-withdecoration-withdecoration .col-xs-9, .thirdbannersection-withdecoration-withdecoration .col-sm-9, .thirdbannersection-withdecoration-withdecoration .col-md-9, .thirdbannersection-withdecoration-withdecoration .col-lg-9, .thirdbannersection-withdecoration-withdecoration .col-xs-10, .thirdbannersection-withdecoration-withdecoration .col-sm-10, .thirdbannersection-withdecoration-withdecoration .col-md-10, .thirdbannersection-withdecoration-withdecoration .col-lg-10, .thirdbannersection-withdecoration-withdecoration .col-xs-11, .thirdbannersection-withdecoration-withdecoration .col-sm-11, .thirdbannersection-withdecoration-withdecoration .col-md-11, .thirdbannersection-withdecoration-withdecoration .col-lg-11, .thirdbannersection-withdecoration-withdecoration .col-xs-12, .thirdbannersection-withdecoration-withdecoration .col-sm-12, .thirdbannersection-withdecoration-withdecoration .col-md-12, .thirdbannersection-withdecoration-withdecoration .col-lg-12, .thirdbannersection-withdecoration-withdecoration .col-xs-13, .thirdbannersection-withdecoration-withdecoration .col-sm-13, .thirdbannersection-withdecoration-withdecoration .col-md-13, .thirdbannersection-withdecoration-withdecoration .col-lg-13, .thirdbannersection-withdecoration-withdecoration .col-xs-14, .thirdbannersection-withdecoration-withdecoration .col-sm-14, .thirdbannersection-withdecoration-withdecoration .col-md-14, .thirdbannersection-withdecoration-withdecoration .col-lg-14, .thirdbannersection-withdecoration-withdecoration .col-xs-15, .thirdbannersection-withdecoration-withdecoration .col-sm-15, .thirdbannersection-withdecoration-withdecoration .col-md-15, .thirdbannersection-withdecoration-withdecoration .col-lg-15, .thirdbannersection-withdecoration-withdecoration .col-xs-16, .thirdbannersection-withdecoration-withdecoration .col-sm-16, .thirdbannersection-withdecoration-withdecoration .col-md-16, .thirdbannersection-withdecoration-withdecoration .col-lg-16, .thirdbannersection-withdecoration-withdecoration .col-xs-17, .thirdbannersection-withdecoration-withdecoration .col-sm-17, .thirdbannersection-withdecoration-withdecoration .col-md-17, .thirdbannersection-withdecoration-withdecoration .col-lg-17, .thirdbannersection-withdecoration-withdecoration .col-xs-18, .thirdbannersection-withdecoration-withdecoration .col-sm-18, .thirdbannersection-withdecoration-withdecoration .col-md-18, .thirdbannersection-withdecoration-withdecoration .col-lg-18, .thirdbannersection-withdecoration-withdecoration .col-xs-19, .thirdbannersection-withdecoration-withdecoration .col-sm-19, .thirdbannersection-withdecoration-withdecoration .col-md-19, .thirdbannersection-withdecoration-withdecoration .col-lg-19, .thirdbannersection-withdecoration-withdecoration .col-xs-20, .thirdbannersection-withdecoration-withdecoration .col-sm-20, .thirdbannersection-withdecoration-withdecoration .col-md-20, .thirdbannersection-withdecoration-withdecoration .col-lg-20, .thirdbannersection-withdecoration-withdecoration .col-xs-21, .thirdbannersection-withdecoration-withdecoration .col-sm-21, .thirdbannersection-withdecoration-withdecoration .col-md-21, .thirdbannersection-withdecoration-withdecoration .col-lg-21, .thirdbannersection-withdecoration-withdecoration .col-xs-22, .thirdbannersection-withdecoration-withdecoration .col-sm-22, .thirdbannersection-withdecoration-withdecoration .col-md-22, .thirdbannersection-withdecoration-withdecoration .col-lg-22, .thirdbannersection-withdecoration-withdecoration .col-xs-23, .thirdbannersection-withdecoration-withdecoration .col-sm-23, .thirdbannersection-withdecoration-withdecoration .col-md-23, .thirdbannersection-withdecoration-withdecoration .col-lg-23, .thirdbannersection-withdecoration-withdecoration .col-xs-24, .thirdbannersection-withdecoration-withdecoration .col-sm-24, .thirdbannersection-withdecoration-withdecoration .col-md-24, .thirdbannersection-withdecoration-withdecoration .col-lg-24 {
  margin: 0;
}
.thirdbannersection-withdecoration .zone-banner .mod-banner__wrapper:after, .thirdbannersection-withdecoration-withdecoration .zone-banner .mod-banner__wrapper:after {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/___PAGES/travailleurs/Comment%20pr%C3%A9venir%20les%20accidents%20du%20travail/exclamation.png);
  position: absolute;
  display: block;
  top: 0;
  right: -15px;
  bottom: auto;
  left: auto;
  height: 365px;
  width: 190px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .thirdbannersection-withdecoration .zone-banner .mod-banner__wrapper:after, .thirdbannersection-withdecoration-withdecoration .zone-banner .mod-banner__wrapper:after {
    right: 0;
    width: 180px;
  }
}
.thirdbannersection-withdecoration .news-content .mod-article__intro, .thirdbannersection-withdecoration-withdecoration .news-content .mod-article__intro {
  padding: 110px 0;
}
.thirdbannersection-withdecoration .news-content .mod-article__intro h5, .thirdbannersection-withdecoration-withdecoration .news-content .mod-article__intro h5 {
  padding: 15px;
  margin-right: 15px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .thirdbannersection-withdecoration .news-content .mod-article__intro h5, .thirdbannersection-withdecoration-withdecoration .news-content .mod-article__intro h5 {
    margin-right: auto;
  }
}
.thirdbannersection-withdecoration .news-content .mod-article__intro h5 a:after, .thirdbannersection-withdecoration-withdecoration .news-content .mod-article__intro h5 a:after {
  display: none;
}
@media (max-width: 991px) {
  .thirdbannersection.nonclickable .mod-article__intro, .thirdbannersection.nonclickable-dark .mod-article__intro, .thirdbannersection-withdecoration.nonclickable .mod-article__intro, .thirdbannersection-withdecoration.nonclickable-dark .mod-article__intro {
    padding: 110px 0 50px;
  }
}
.thirdbannersection.nonclickable h5, .thirdbannersection.nonclickable-dark h5, .thirdbannersection-withdecoration.nonclickable h5, .thirdbannersection-withdecoration.nonclickable-dark h5 {
  background-color: transparent !important;
  height: 205px !important;
  color: #1D1D1B;
}
.thirdbannersection.nonclickable h5 img, .thirdbannersection.nonclickable-dark h5 img, .thirdbannersection-withdecoration.nonclickable h5 img, .thirdbannersection-withdecoration.nonclickable-dark h5 img {
  margin-bottom: 30px;
}
.thirdbannersection.nonclickable h5:after, .thirdbannersection.nonclickable-dark h5:after, .thirdbannersection-withdecoration.nonclickable h5:after, .thirdbannersection-withdecoration.nonclickable-dark h5:after {
  display: none !important;
}
.thirdbannersection.nonclickable h5:hover, .thirdbannersection.nonclickable-dark h5:hover, .thirdbannersection-withdecoration.nonclickable h5:hover, .thirdbannersection-withdecoration.nonclickable-dark h5:hover {
  background-color: transparent !important;
}
.thirdbannersection.nonclickable-dark h5:hover, .thirdbannersection-withdecoration.nonclickable-dark h5:hover {
  background-color: transparent !important;
}

.imgfloatleft .item {
  position: relative;
}
@media (min-width: 768px) {
  .imgfloatleft .item {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .imgfloatleft .item {
    margin-top: 30px;
  }
}
.imgfloatleft .intro {
  margin: 0;
}
.imgfloatleft .itemImage {
  position: absolute;
  top: 40px;
  left: 0;
  margin: auto;
  height: 100px;
}
@media (max-width: 767px) {
  .imgfloatleft .itemImage {
    top: 0px;
  }
}
@media (max-width: 575px) {
  .imgfloatleft .itemImage {
    position: relative;
  }
}
.imgfloatleft h1, .imgfloatleft h2, .imgfloatleft h3, .imgfloatleft h4, .imgfloatleft h5, .imgfloatleft h6, .imgfloatleft p {
  padding-left: 100px;
}
@media (max-width: 575px) {
  .imgfloatleft h1, .imgfloatleft h2, .imgfloatleft h3, .imgfloatleft h4, .imgfloatleft h5, .imgfloatleft h6, .imgfloatleft p {
    padding-left: 0px;
  }
}

.page-faq h3 {
  margin-bottom: 15px;
}
.page-faq .news-accordion-panel-group {
  margin-bottom: 60px;
}
.page-faq .panel-heading h3 {
  margin-bottom: 0px;
}
.page-faq h2 {
  color: #1D1D1B !important;
}
@media (min-width: 1200px) {
  .page-faq .row-fluid.row {
    display: flex;
    justify-content: center;
  }
  .page-faq .zone-news {
    max-width: 70%;
  }
}

.styleiconslist h3 {
  margin-top: 40px;
}
.styleiconslist h5 {
  color: #1D1D1B;
}

.nosearchlabel .search-form {
  margin-left: 0px;
  margin-bottom: 60px;
}
.nosearchlabel .search-form .control-label {
  display: none;
}

.blogue-listing-page .search-form {
  margin-left: -15px;
  margin-bottom: 60px;
}
.blogue-listing-page .search-form .control-label {
  display: none;
}
.blogue-listing-page .news-mosaic .news-title {
  margin-top: 30px;
}
.blogue-listing-page .news-mosaic .news-published-date.e-date {
  color: #1D1D1B;
  font-style: normal;
  margin-bottom: 10px;
}
.blogue-listing-page .news-mosaic .news-intro {
  margin-bottom: 0;
}
.blogue-listing-page .news-mosaic .col-sm-8 {
  margin-bottom: 60px;
}
.blogue-listing-page .news-mosaic .col-sm-8 h6 {
  color: #5B6770;
  margin-top: 0;
}
.blogue-listing-page .news-mosaic .col-sm-8 .news-author {
  margin-bottom: 15px;
}
.blogue-listing-page .news-mosaic .col-sm-8 > a:last-child {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.blogue-listing-page .news-mosaic .col-sm-8 > a:last-child:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .blogue-listing-page .news-mosaic .col-sm-8 > a:last-child {
    white-space: normal !important;
  }
}
.blogue-listing-page .news-mosaic .col-sm-8 > a:last-child:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}

@media (max-width: 991px) {
  .blogue-details-page hr {
    padding: 0 !important;
    max-width: 670px !important;
  }
}
@media (max-width: 767px) {
  .blogue-details-page hr {
    padding: 0 !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    width: auto !important;
  }
}
.blogue-details-page .details-section > .container > .row {
  position: relative;
}
.blogue-details-page .details-section .zone-article {
  position: initial;
}
.blogue-details-page .details-section .zone-article .mod-article__img {
  margin-bottom: 30px;
}
.blogue-details-page .details-section .zone-article .mod-article__content > hr {
  border-top: 3px solid #f1c40f;
}
.blogue-details-page table.articles-relies tbody {
  display: block;
}
.blogue-details-page table.articles-relies tr, .blogue-details-page table.articles-relies td {
  border: 0;
  width: 100%;
  display: block;
}
.blogue-details-page table.articles-relies hr {
  border-top: 1px solid rgba(29, 29, 27, 0.3);
}
.blogue-details-page table.articles-relies p {
  margin-bottom: 0px;
}
.blogue-details-page table.articles-relies p > br {
  display: none;
}
.blogue-details-page table.articles-relies a {
  font-weight: bold;
  text-transform: uppercase;
}
.blogue-details-page table.articles-relies .btn {
  width: 100%;
  margin: 0 0;
  text-align: center;
  justify-content: center;
  height: 60px;
  margin-top: 30px;
  margin-bottom: -15px;
}
.blogue-details-page table {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}
@media (max-width: 991px) {
  .blogue-details-page table {
    padding: 0 30px;
  }
}
.blogue-details-page table.paragraphe-large td {
  font-size: 25px !important;
  line-height: 32px !important;
  color: #1D1D1B !important;
  font-weight: 600 !important;
}
.blogue-details-page table.paragraphe-large td p {
  font-size: 25px !important;
  line-height: 32px !important;
  color: #1D1D1B !important;
  font-weight: 600 !important;
}
.blogue-details-page table.citation2 {
  background-color: #5B6770;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.blogue-details-page table.citation2 td {
  padding: 50px 70px;
  font-size: 28px !important;
  line-height: 40px !important;
  color: #1D1D1B !important;
  font-weight: 500 !important;
  font-style: italic !important;
}
.blogue-details-page table.citation2 td p {
  font-size: 28px !important;
  line-height: 40px !important;
  color: #1D1D1B !important;
  font-weight: 500 !important;
  font-style: italic !important;
  margin-bottom: 20px !important;
}
.blogue-details-page table.citation2 td h3 {
  font-size: 25px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
  margin-bottom: 0;
  font-style: normal;
}
.blogue-details-page table.citation2 td h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
}
.blogue-details-page table.collaborateur tr td h3 {
  font-size: 25px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
  font-style: normal;
}
.blogue-details-page table.collaborateur tr td h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 0;
}
.blogue-details-page table.sources tr td h3 {
  font-size: 25px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
  margin-bottom: 0;
  font-style: normal;
}
.blogue-details-page table.sources tr td ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.blogue-details-page table.sources tr td ol li {
  margin-bottom: 0 !important;
}
.blogue-details-page table.sources tr td ol li a {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-decoration: underline;
}
.blogue-details-page table.sources tr td ol li a:hover {
  text-decoration: none !important;
}
.blogue-details-page table.sources tr td ol li::marker {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  color: #F1BE48;
}
.blogue-details-page table.sources tr td ol li img {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blogue-details-page table.relies {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .blogue-details-page table.relies {
    padding: 0;
  }
}
.blogue-details-page table.relies > tbody > tr {
  border-top: 1px solid #E2E5E7;
}
.blogue-details-page table.relies > tbody > tr:last-child {
  border-bottom: 1px solid #E2E5E7;
}
.blogue-details-page table.relies > tbody > tr > td {
  padding: 30px 0 33px 0;
}
.blogue-details-page table.relies > tbody > tr > td table tr td table {
  padding: 0 !important;
}
.blogue-details-page table.relies > tbody > tr > td table tr td:nth-child(1) {
  width: 210px;
}
@media (max-width: 767px) {
  .blogue-details-page table.relies > tbody > tr > td table tr td:nth-child(1) {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .blogue-details-page table.relies > tbody > tr > td table tr td:nth-child(1) {
    width: 100px;
  }
}
.blogue-details-page table.relies > tbody > tr > td table tr td:nth-child(3) {
  width: 170px;
  text-align: right;
}
@media (max-width: 767px) {
  .blogue-details-page table.relies > tbody > tr > td table tr td:nth-child(3) {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .blogue-details-page table.relies > tbody > tr > td table tr td:nth-child(3) {
    width: 50px;
  }
}
.blogue-details-page table.relies > tbody > tr > td table tr td img {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .blogue-details-page table.relies > tbody > tr > td table tr td img {
    width: 100px !important;
  }
}
@media (max-width: 575px) {
  .blogue-details-page table.relies > tbody > tr > td table tr td img {
    width: 80px !important;
  }
}
.blogue-details-page table.relies > tbody > tr > td table tr td h3 {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.blogue-details-page table.relies > tbody > tr > td table tr td h4 {
  font-size: 12px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.blogue-details-page table.relies > tbody > tr > td table tr td .btn-arrow {
  margin-left: auto;
  margin-right: 0;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.blogue-details-page table.relies > tbody > tr > td table tr td .btn-arrow:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.blogue-details-page table.articles-relies {
  margin-top: 80px;
  margin-bottom: 40px;
  border-color: #fff;
  max-width: 100%;
}
.blogue-details-page table.articles-relies > tbody > tr > td h3 {
  font-size: 32px !important;
  line-height: 37px !important;
  font-weight: 900 !important;
  margin-bottom: 40px;
}
.blogue-details-page table.articles-relies > tbody > tr > td p {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  text-transform: inherit;
}
.blogue-details-page table.articles-relies > tbody > tr > td hr {
  border: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #E2E5E7 !important;
  margin-top: 30px !important;
  margin-bottom: 33px !important;
}
.blogue-details-page table.pub-revue {
  margin-bottom: 40px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #F0F1F1;
  position: relative;
  padding: 60px 300px 40px 60px;
}
@media (max-width: 991px) {
  .blogue-details-page table.pub-revue {
    padding: 60px 60px 200px 60px;
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .blogue-details-page table.pub-revue {
    padding: 40px 30px 250px 30px;
    width: auto !important;
    text-align: center;
  }
  .blogue-details-page table.pub-revue tbody, .blogue-details-page table.pub-revue tbody > tr, .blogue-details-page table.pub-revue tbody > tr > td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 400px) {
  .blogue-details-page table.pub-revue {
    padding: 30px 20px 200px 20px;
  }
}
.blogue-details-page table.pub-revue p {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
.blogue-details-page table.pub-revue p a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .blogue-details-page table.pub-revue p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .blogue-details-page table.pub-revue p br {
    display: block !important;
  }
}
.blogue-details-page table.pub-revue .btn {
  margin-top: 25px;
}
.blogue-details-page table.pub-revue img {
  position: absolute;
  right: 30px;
  bottom: 0;
  padding-bottom: 0 !important;
}
@media (max-width: 575px) {
  .blogue-details-page table.pub-revue img {
    left: 30px;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .blogue-details-page table.pub-revue img {
    width: 200px !important;
  }
}
.blogue-details-page table.tableau {
  margin-top: 50px;
  margin-bottom: 50px;
}
.blogue-details-page table.tableau thead {
  background-color: #5B6770;
}
.blogue-details-page table.tableau thead tr th {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .blogue-details-page table.tableau thead tr th {
    padding: 10px 10px;
  }
}
.blogue-details-page table.tableau tbody tr td {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  padding: 30px 20px 0 20px;
}
@media (max-width: 767px) {
  .blogue-details-page table.tableau tbody tr td {
    padding: 30px 10px 0 10px;
  }
}
.blogue-details-page table.tableau tbody tr:last-child td {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 767px) {
  .blogue-details-page table.tableau tbody tr:last-child td {
    padding: 30px 10px 10px 10px;
  }
}
.blogue-details-page .back-to-list {
  display: none;
}
.blogue-details-page .e-date, .blogue-details-page .news-author {
  display: inline;
  padding-right: 5px;
}
.blogue-details-page .news-text ul, .blogue-details-page .news-text ol {
  color: #5B6770;
}
.blogue-details-page .news-list {
  margin-top: 40px;
  padding-left: 15px;
}
.blogue-details-page .news-list .news-image {
  display: none;
}
.blogue-details-page .news-list .news-list-title {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.blogue-details-page .news-list .news-item__info-wrapper .news-title {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E5E7;
}

.article-back-to-list-histo {
  display: none !important;
}

.blogue-listing-page.updated .blog-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.blogue-listing-page.updated .blog-section .container-fluid > .row {
  margin: 0;
}
.blogue-listing-page.updated .blog-section .container-fluid > .row > div {
  padding: 0;
}
.blogue-listing-page.updated .line-breadcrumb {
  background-color: #E2E5E7;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.blogue-listing-page.updated .search-form {
  background-color: #E2E5E7;
  margin-left: -15px;
  margin-bottom: 60px;
  padding-bottom: 50px;
}
.blogue-listing-page.updated .search-form > .row {
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .blogue-listing-page.updated .search-form > .row {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .blogue-listing-page.updated .search-form > .row {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .blogue-listing-page.updated .search-form > .row {
    width: 1152px;
  }
}
.blogue-listing-page.updated .search-form .control-label {
  display: none;
}
.blogue-listing-page.updated .search-form .form-element-keywords > div {
  padding: 0;
}
.blogue-listing-page.updated .search-form .chosen-choices {
  background-color: #fff !important;
}
.blogue-listing-page.updated .news-mosaic {
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .blogue-listing-page.updated .news-mosaic {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .blogue-listing-page.updated .news-mosaic {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .blogue-listing-page.updated .news-mosaic {
    width: 1152px;
  }
}
.blogue-listing-page.updated .news-mosaic .news-title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blogue-listing-page.updated .news-mosaic .news-title a {
  color: #1D1D1B;
}
.blogue-listing-page.updated .news-mosaic .news-tags a.news-tags {
  display: inline-block;
  background-color: #E2E5E7 !important;
  padding: 15px !important;
  border-radius: 50px;
  color: #5B6770 !important;
  margin-bottom: 30px;
  margin-right: 15px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.blogue-listing-page.updated .news-mosaic .news-published-date.e-date {
  color: #1D1D1B;
  font-style: normal;
  text-transform: uppercase !important;
  margin-bottom: 10px;
}
.blogue-listing-page.updated .news-mosaic .news-author {
  margin-bottom: 20px;
  color: #1D1D1B;
}
.blogue-listing-page.updated .news-mosaic .news-intro {
  margin-bottom: 0;
  color: #5B6770;
}
.blogue-listing-page.updated .news-mosaic .news-intro h6, .blogue-listing-page.updated .news-mosaic .news-intro p {
  color: #5B6770;
}
.blogue-listing-page.updated .news-mosaic > .row > div {
  margin-bottom: 60px;
}
.blogue-listing-page.updated .news-mosaic > .row > div > a:last-of-type {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.blogue-listing-page.updated .news-mosaic > .row > div > a:last-of-type:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .blogue-listing-page.updated .news-mosaic > .row > div > a:last-of-type {
    white-space: normal !important;
  }
}
.blogue-listing-page.updated .news-mosaic > .row > div > a:last-of-type:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}

.blogue-details-page.updated .details-section {
  position: relative;
}
.blogue-details-page.updated .details-section > .container > .row {
  position: relative;
}
.blogue-details-page.updated .details-section .zone-article {
  /*
  width: 100%;
  float: none;
  margin: auto;
  @include max-md {
  	padding-top: 60px;
  }
  */
}
.blogue-details-page.updated .details-section .zone-article .mod-article__wrapper > *:not(.news-content),
.blogue-details-page.updated .details-section .zone-article .mod-article__wrapper > .news-content > *:not(.mod-article__content),
.blogue-details-page.updated .details-section .zone-article .mod-article__wrapper > .news-content > .mod-article__content > *:not(table) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  width: 100%;
}
@media (max-width: 991px) {
  .blogue-details-page.updated .details-section .zone-article .mod-article__wrapper > *:not(.news-content),
  .blogue-details-page.updated .details-section .zone-article .mod-article__wrapper > .news-content > *:not(.mod-article__content),
  .blogue-details-page.updated .details-section .zone-article .mod-article__wrapper > .news-content > .mod-article__content > *:not(table) {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .blogue-details-page.updated .details-section .zone-article .mod-article__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blogue-details-page.updated .details-section .zone-article .mod-article__content iframe {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .blogue-details-page.updated .details-section .zone-article .mod-article__content iframe {
    height: 250px;
  }
}
.blogue-details-page.updated .details-section table.pub-revue {
  display: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
  width: 100%;
  background-color: #F0F1F1;
  position: relative;
  padding: 60px 300px 40px 60px;
}
@media (max-width: 991px) {
  .blogue-details-page.updated .details-section table.pub-revue {
    padding: 60px 60px 200px 60px;
    margin: 0 30px;
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .blogue-details-page.updated .details-section table.pub-revue {
    padding: 40px 30px 250px 30px;
    margin: 0 30px;
    width: auto !important;
    text-align: center;
  }
  .blogue-details-page.updated .details-section table.pub-revue tbody, .blogue-details-page.updated .details-section table.pub-revue tbody > tr, .blogue-details-page.updated .details-section table.pub-revue tbody > tr > td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 400px) {
  .blogue-details-page.updated .details-section table.pub-revue {
    padding: 30px 20px 200px 20px;
  }
}
.blogue-details-page.updated .details-section table.pub-revue p {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}
.blogue-details-page.updated .details-section table.pub-revue p a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .blogue-details-page.updated .details-section table.pub-revue p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .blogue-details-page.updated .details-section table.pub-revue p br {
    display: block !important;
  }
}
.blogue-details-page.updated .details-section table.pub-revue .btn {
  margin-top: 25px;
}
.blogue-details-page.updated .details-section table.pub-revue img {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 575px) {
  .blogue-details-page.updated .details-section table.pub-revue img {
    left: 30px;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .blogue-details-page.updated .details-section table.pub-revue img {
    width: 200px !important;
  }
}
.blogue-details-page.updated .details-section table.articles-relies {
  position: static;
  background-color: #1D1D1B;
  padding: 100px 0;
  width: 100% !important;
  display: block;
  margin-top: 120px;
}
.blogue-details-page.updated .details-section table.articles-relies tbody {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .blogue-details-page.updated .details-section table.articles-relies tbody {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .blogue-details-page.updated .details-section table.articles-relies tbody {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .blogue-details-page.updated .details-section table.articles-relies tbody {
    width: 1152px;
  }
}
.blogue-details-page.updated .details-section table.articles-relies h3 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 0 15px 105px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blogue-details-page.updated .details-section table.articles-relies h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.blogue-details-page.updated .details-section table.articles-relies h3:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/iconblogrelated.svg);
  background-size: contain;
  height: 55px;
  width: 65px;
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  left: 15px;
  top: 5px;
}
@media (max-width: 991px) {
  .blogue-details-page.updated .details-section table.articles-relies h3:before {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .blogue-details-page.updated .details-section table.articles-relies h3 {
    padding: 15px 0 15px 125px;
  }
}
.blogue-details-page.updated .details-section table.articles-relies p {
  letter-spacing: 3px;
  width: 33%;
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 15px;
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  .blogue-details-page.updated .details-section table.articles-relies p {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .blogue-details-page.updated .details-section table.articles-relies p {
    width: 100%;
  }
}
.blogue-details-page.updated .details-section table.articles-relies p a {
  color: #fff;
}
.blogue-details-page.updated .details-section table.articles-relies p a:hover {
  color: #F1BE48;
}
.blogue-details-page.updated .details-section table.articles-relies p:after {
  content: "";
  height: 1px;
  display: block;
  margin-top: 30px;
  background-color: #F1BE48;
}
.blogue-details-page.updated .details-section table.articles-relies hr {
  display: none;
}
.blogue-details-page.updated .back-to-list {
  display: none;
}
.blogue-details-page.updated .mod-article__wrapper .mod-article__published-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  text-transform: uppercase !important;
  margin-bottom: 10px;
}
.blogue-details-page.updated .mod-article__wrapper .mod-article__author {
  font-size: 14px;
  line-height: 20px;
}
.blogue-details-page.updated .mod-article__content > p:first-of-type {
  font-size: 20px;
  line-height: 30px;
}
.blogue-details-page.updated .mod-article__content .news-text ul, .blogue-details-page.updated .mod-article__content .news-text ol {
  color: #5B6770;
}
.blogue-details-page.updated .mod-article__content .news-list {
  margin-top: 40px;
  padding-left: 15px;
}
.blogue-details-page.updated .mod-article__content .news-list .news-image {
  display: none;
}
.blogue-details-page.updated .mod-article__content .news-list .news-list-title {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.blogue-details-page.updated .mod-article__content .news-list .news-item__info-wrapper .news-title {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E5E7;
}
.blogue-details-page.updated .mod-article__tags {
  margin-bottom: 60px;
}
.blogue-details-page.updated .mod-article__tags span.mod-article__tag {
  background-color: #E2E5E7 !important;
  padding: 15px !important;
  border-radius: 50px;
  color: #5B6770 !important;
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.blogue-details-page.updated .backsectionbtn .content {
  max-width: 730px;
  margin: auto;
}

.citation {
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.citation td {
  border: 0;
  margin-left: 70px;
  display: block;
  padding-left: 50px;
  border-left: 4px solid #F1BE48;
  font-size: 20px;
  line-height: 30px;
}
.citation td p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.page-equipements-list .zone-news_flash .item {
  margin-bottom: 60px;
}
.page-equipements-list .zone-news_flash .item .itemImage {
  float: left;
  width: 45%;
}
@media (max-width: 991px) {
  .page-equipements-list .zone-news_flash .item .itemImage {
    float: none;
    width: 100%;
  }
}
.page-equipements-list .zone-news_flash .item .intro {
  margin: 0;
}
.page-equipements-list .zone-news_flash .item p, .page-equipements-list .zone-news_flash .item h3, .page-equipements-list .zone-news_flash .item h5, .page-equipements-list .zone-news_flash .item .actions {
  padding-left: 50%;
}
@media (max-width: 991px) {
  .page-equipements-list .zone-news_flash .item p, .page-equipements-list .zone-news_flash .item h3, .page-equipements-list .zone-news_flash .item h5, .page-equipements-list .zone-news_flash .item .actions {
    padding-left: 0;
  }
}
.page-equipements-list .zone-news_flash .item h5 {
  color: #5B6770;
  margin-bottom: 10px;
}
.page-equipements-list .zone-news_flash .item ul {
  padding-left: calc(50% + 20px);
}
@media (max-width: 991px) {
  .page-equipements-list .zone-news_flash .item ul {
    padding-left: 20px;
  }
}
.page-equipements-list .zone-news_flash .item .actions > .btn {
  margin-top: 0;
}

.repertoire-equipements-details .news-text, .repertoire-equipements-details .news-content > .mod-article__content {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "photos contenu";
}
@media (max-width: 767px) {
  .repertoire-equipements-details .news-text, .repertoire-equipements-details .news-content > .mod-article__content {
    grid-template-columns: 100% 100%;
    grid-template-areas: "contenu" "photos";
  }
}
.repertoire-equipements-details .news-text > table, .repertoire-equipements-details .news-content > .mod-article__content > table {
  border: 0;
}
.repertoire-equipements-details .news-text > table tr, .repertoire-equipements-details .news-text > table td, .repertoire-equipements-details .news-content > .mod-article__content > table tr, .repertoire-equipements-details .news-content > .mod-article__content > table td {
  border: 0;
}
.repertoire-equipements-details .news-text > table img, .repertoire-equipements-details .news-text > table iframe, .repertoire-equipements-details .news-content > .mod-article__content > table img, .repertoire-equipements-details .news-content > .mod-article__content > table iframe {
  margin-bottom: 30px;
}
.repertoire-equipements-details .news-text > table iframe, .repertoire-equipements-details .news-content > .mod-article__content > table iframe {
  width: 100% !important;
  max-width: 476px;
}
.repertoire-equipements-details .news-text > table .accordeon tbody tr:first-child, .repertoire-equipements-details .news-content > .mod-article__content > table .accordeon tbody tr:first-child {
  border-bottom: 3px solid #F1BE48;
}
.repertoire-equipements-details .news-text > table h5, .repertoire-equipements-details .news-content > .mod-article__content > table h5 {
  color: #5B6770;
  margin-bottom: 10px;
}
.repertoire-equipements-details .news-text > table:first-child, .repertoire-equipements-details .news-content > .mod-article__content > table:first-child {
  grid-area: photos;
}
@media (max-width: 1199px) {
  .repertoire-equipements-details .news-text > table:first-child img, .repertoire-equipements-details .news-text > table:first-child iframe, .repertoire-equipements-details .news-content > .mod-article__content > table:first-child img, .repertoire-equipements-details .news-content > .mod-article__content > table:first-child iframe {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .repertoire-equipements-details .news-text > table:first-child, .repertoire-equipements-details .news-content > .mod-article__content > table:first-child {
    text-align: center;
  }
}
.repertoire-equipements-details .news-text > table:last-child, .repertoire-equipements-details .news-content > .mod-article__content > table:last-child {
  grid-area: contenu;
}
@media (max-width: 767px) {
  .repertoire-equipements-details .news-text > table:last-child, .repertoire-equipements-details .news-content > .mod-article__content > table:last-child {
    margin-bottom: 60px;
  }
}
.repertoire-equipements-details .news-text > table:last-child tr td, .repertoire-equipements-details .news-content > .mod-article__content > table:last-child tr td {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.repertoire-equipements-details .back-to-list {
  display: none;
}

div#site-wrapper {
  margin-top: -1px;
}

@media (max-width: 575px) {
  .contactdescriptioncheat .form-horizontal {
    padding-bottom: 100px;
  }
}
.contactdescriptioncheat .section-description {
  position: absolute;
  bottom: -15px;
  right: 30px;
  max-width: 100%;
  white-space: normal;
  width: 360px;
}
@media (max-width: 767px) {
  .contactdescriptioncheat .section-description span:not(.text) {
    white-space: nowrap;
    position: absolute;
    left: 35px;
    top: 40px;
  }
}
.contactdescriptioncheat .section-description img {
  margin-right: -20px;
}
@media (max-width: 767px) {
  .contactdescriptioncheat .section-description {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .contactdescriptioncheat .section-description {
    right: auto;
    left: 15px;
  }
}

.page-revue .row > div > h2 {
  border-bottom: 5px solid #F1BE48;
}
@media (min-width: 992px) {
  .page-revue .news-image {
    float: right;
    max-width: 45%;
    padding-left: 15%;
  }
}
.page-revue .item h3 {
  margin-top: 25px;
}
.page-revue .item img {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.29);
}

.rapports-section .item img {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.29);
}

.section-nouvelle .news-mosaic .col-sm-8 {
  margin-bottom: 60px;
}
.section-nouvelle .news-mosaic .col-sm-8 .news-thumbnail {
  margin-bottom: 30px;
}
.section-nouvelle .news-mosaic .col-sm-8 h6, .section-nouvelle .news-mosaic .col-sm-8 p {
  color: #5B6770;
}
.section-nouvelle .news-mosaic .col-sm-8 > a:last-child {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.section-nouvelle .news-mosaic .col-sm-8 > a:last-child:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .section-nouvelle .news-mosaic .col-sm-8 > a:last-child {
    white-space: normal !important;
  }
}
.section-nouvelle .news-mosaic .col-sm-8 > a:last-child:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.section-nouvelle-details .news-image.e-thumbnail {
  margin-bottom: 30px;
}

.page-equipe .row > div > h2 {
  border-bottom: 3px solid #F1BE48;
  margin-bottom: 60px;
}
.page-equipe .item {
  margin-bottom: 30px;
}
.page-equipe .item h4 {
  margin-bottom: 15px;
}
.page-equipe .item h4 a {
  text-transform: none !important;
  margin-bottom: 5px;
  display: inline-block;
}
.page-equipe .item h4 br {
  display: block !important;
}

@media (max-width: 991px) {
  .section-video iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .section-video iframe {
    height: 300px;
  }
}

.newslettersection .form-horizontal {
  max-width: 800px;
  margin: auto;
}
.newslettersection .form-horizontal h2 {
  display: none;
}
.newslettersection .form-horizontal .crm-footer-frame {
  text-align: center;
}
.newslettersection .checkbox {
  margin-left: 0 !important;
}

.repactivity .mod-article__content h2 {
  margin-bottom: 0px;
}
.repactivity .mod-article__content p {
  margin-bottom: 10px;
}

.lienutile-section .mod-article__intro h2 {
  margin-bottom: 0;
}

.personnelbureau .item h3 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .nousjoindre .zone-html .content {
    padding-top: 100px;
  }
}

.partslists hr {
  border-top: 5px solid #F1BE48;
  margin-top: 0;
  margin-bottom: 30px;
}
.partslists h2 {
  margin-bottom: 0;
}
.partslists h3 {
  margin-bottom: 5px;
}
.partslists h4 {
  margin-bottom: 5px;
}

.planstrategique .mod-article__img {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.29);
}
.planstrategique .mod-article__content h3 {
  margin-top: 25px;
}

.section-onglets .zone-html h2 {
  color: #fff;
  background-color: #1D1D1B;
  padding: 0 60px 0 0;
  display: inline-block;
}
.section-onglets .zone-html .content {
  border-top: 1px solid #F1BE48;
  border-bottom: 1px solid #F1BE48;
  padding: 60px 0 35px;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .section-onglets .zone-html .content {
    padding: 40px 0 30px;
  }
}
.section-onglets .zone-html .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
}
@media (max-width: 1199px) {
  .section-onglets .zone-html .content ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .section-onglets .zone-html .content ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
  }
}
.section-onglets .zone-html .content ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #F1BE48;
  height: 80px;
  transition: all 150ms;
  margin-bottom: 0;
}
.section-onglets .zone-html .content ul li a:hover {
  color: #1D1D1B;
  background-color: #F1BE48;
}

.section-documentation .content > p {
  margin-bottom: 0;
}
.section-documentation .content .accordeon.active tbody tr:last-child {
  padding: 30px 0 0 0;
}
.section-documentation .content .accordeon.active tbody tr:last-child td {
  padding-left: 15px;
}
.section-documentation .content .accordeon.active tbody tr:last-child td ul {
  padding-left: 40px;
  margin-bottom: 30px;
}
.section-documentation .content .accordeon.active tbody tr:last-child td ul li {
  color: #F1BE48;
}
.section-documentation .content .accordeon.active tbody tr:last-child td ul li a {
  text-transform: none;
  color: #F1BE48;
  font-weight: 400;
  font-size: 16px;
}

.sticksectiontobanner {
  margin-top: -121px;
  padding-top: 130px;
}

.singleevent .event-subscription .js-event-price-individual .btn-add {
  padding: 0px 20px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background-color: #F1BE48;
}
.singleevent .event-subscription .js-event-price-individual .btn-add:hover {
  color: #F1BE48;
  background-color: #1D1D1B;
}
.singleevent .event-subscription .js-event-price-individual .btn-add i {
  display: none;
}
.singleevent .event-summary .control-label {
  color: #1D1D1B;
  padding-left: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.singleevent .event-summary .form-control-static {
  padding-left: 0 !important;
}
.singleevent .event-summary .section .row > div, .singleevent .event-summary .section .col-md-12 {
  margin: 0;
}

.zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc > h3 {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc > h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.zone-event .event-subscription .form-withProgress__wrapper .registration-event-bloc .registration-event-bloc-title h5 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.zone-event .event-subscription .form-withProgress__wrapper .btn.btn-link.btn-add {
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
  padding: 0px 20px !important;
}
.zone-event .event-subscription .form-withProgress__wrapper .btn.btn-link.btn-add i {
  display: none;
}
.zone-event .event-subscription .form-withProgress__wrapper .btn.btn-link.btn-add:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.zone-event .event-subscription .form-withProgress__wrapper .btn.btn-link.btn-add:hover {
  text-decoration: none !important;
}
.zone-event .event-subscription .form-withProgress__wrapper #accordion .card .card-header > a {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding: 10px 0;
  font-style: normal !important;
}
.zone-event .event-subscription .form-withProgress__wrapper #accordion .card .card-body .accordion-option-label {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}
.zone-event .event-subscription .form-withProgress__wrapper #accordion .card .card-body .accordion-option-description {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(91, 103, 112, 0.3);
}
.zone-event .event-subscription .form-withProgress__wrapper #accordion .card .card-body .accordion-option-description p, .zone-event .event-subscription .form-withProgress__wrapper #accordion .card .card-body .accordion-option-description > strong {
  font-size: 14px;
  color: #5B6770;
  margin-bottom: 0;
}
.zone-event .modal#modal-event-add .modal-content {
  height: 80vh;
}
.zone-event .modal#modal-event-add .col-sm-12 .col-md-12 input, .zone-event .modal#modal-event-add .col-sm-12 .col-md-12 select {
  max-width: 100%;
}
.zone-event .modal#modal-event-add .participant-event-bloc-title {
  margin-bottom: 60px;
}
.zone-event .modal#modal-event-add .participant-event-bloc-title h5 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.zone-event .modal#modal-event-add .wrap-fees-options-block .fee-item {
  padding: 15px 15px;
  font-size: 14px;
  color: #5B6770;
}
.zone-event .modal#modal-event-add .wrap-fees-options-block .checkbox label {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 5px;
}
.zone-event .modal#modal-event-add .wrap-fees-options-block .checkbox label input {
  margin-top: 2px;
}
.zone-event .modal#modal-event-add .wrap-fees-options-block .badge {
  color: #1D1D1B;
}
.zone-event .control-label--required {
  color: #1D1D1B;
}
.zone-event .has-error .control-label--required {
  color: #F1BE48;
}
.zone-event .event-summary .subscription-title legend {
  font-size: 25px;
  line-height: 30px;
  color: #F1BE48;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #F1BE48;
  margin-bottom: 0;
}
.zone-event .event-summary .form-control-static {
  padding: 0;
}
.zone-event .event-summary #fieldset-1_subform .control-label, .zone-event .event-summary #fieldset-subform_taxes .control-label, .zone-event .event-summary #fieldset-subform_total .control-label {
  padding: 0;
  color: #1D1D1B;
}
.zone-event .event-summary #fieldset-1_subform .form-control-static, .zone-event .event-summary #fieldset-subform_taxes .form-control-static, .zone-event .event-summary #fieldset-subform_total .form-control-static {
  font-weight: 700;
}
.zone-event .event-summary #fieldset-subform_total .total-amount-title, .zone-event .event-summary #fieldset-subform_total .total-amount-price {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  margin-bottom: 0;
}
.zone-event .event-payment .payment-context.js-stripe-payment .stripe-label-cms {
  padding-left: 15px;
}
.zone-event .event-payment .payment-context.js-stripe-payment #js-stripe-wrapper {
  margin-bottom: 60px;
}
.zone-event .event-payment .payment-billing .col-sm-12 {
  float: none;
}
.zone-event .event-payment .payment-billing .col-sm-12 .col-md-12 input, .zone-event .event-payment .payment-billing .col-sm-12 .col-md-12 select {
  max-width: 100%;
}
.zone-event .event-payment .payment-summary h6 {
  margin-bottom: 5px;
}
.zone-event .event-payment .payment-summary > div {
  margin-bottom: 30px;
}
.zone-event .event-payment .payment-summary .form-withProgress__sub-total h4 {
  font-size: 20px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: normal;
  text-transform: none;
}
.zone-event .event-payment .payment-summary .form-withProgress__sub-total h4 a {
  color: #F1BE48;
}
@media (max-width: 767px) {
  .zone-event .event-payment .payment-summary .form-withProgress__sub-total h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.zone-event .event-payment .payment-summary .form-withProgress__sub-total strong {
  font-weight: 400;
}
.zone-event .event-payment .total-amount-section h4 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  margin-bottom: 0;
}
.zone-event .btn-link {
  text-decoration: none !important;
}

.modal-backdrop {
  opacity: 0.5 !important;
  z-index: 9998;
}

.popup-section .modal.in {
  z-index: 999999999;
}
.popup-section .modal .modal-dialog {
  transform: none;
  margin: 20vh auto 0;
  width: 740px;
  max-width: calc(100% - 60px);
}
.popup-section .modal .modal-dialog .modal-content {
  background-color: #fff;
  border: 0;
  border-radius: 15px;
}
.popup-section .modal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding: 30px 50px 0 30px;
}
@media (max-width: 991px) {
  .popup-section .modal .modal-dialog .modal-content .modal-header {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .popup-section .modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 0px;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  font-size: 40px;
  color: #fff;
  top: -21px;
  font-weight: 100 !important;
  line-height: 25px;
  padding: 5px;
}
.popup-section .modal .modal-dialog .modal-content .modal-header .row {
  display: flex;
}
@media (max-width: 991px) {
  .popup-section .modal .modal-dialog .modal-content .modal-header .row {
    flex-direction: column;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-header .row .col-xs-24 h1 {
  margin-top: 32px;
  color: #2C1627;
}
@media (max-width: 991px) {
  .popup-section .modal .modal-dialog .modal-content .modal-header .row .col-xs-24 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .popup-section .modal .modal-dialog .modal-content .modal-header .row .col-xs-24 p {
    max-width: 80%;
    color: #000;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-header .row .col-xs-24 .btn {
  color: #1D1D1B !important;
  background-color: #F1BE48 !important;
  margin-right: 0;
}
.popup-section .modal .modal-dialog .modal-content .modal-header .row .col-xs-24 .btn:hover {
  color: #F1BE48 !important;
  background-color: #1D1D1B !important;
}
.popup-section .modal .modal-dialog .modal-content .modal-body {
  margin-top: 0;
  padding: 0 40px 35px 40px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 121px;
  text-align: center;
  position: relative;
  background: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Popup/Mains-2.jpg) center bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body {
    background-position-x: center;
  }
}
@media (max-width: 575px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body {
    text-align: center;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-body h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #1D1D1B;
}
.popup-section .modal .modal-dialog .modal-content .modal-body h2 em {
  font-style: normal;
  color: #fff;
}
@media (max-width: 575px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body h2 em {
    display: block;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-body p {
  color: #1D1D1B;
  text-align: left;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body p br {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .popup-section .modal .modal-dialog .modal-content .modal-body p {
    text-align: center;
  }
}
.popup-section .modal .modal-dialog .modal-content .modal-body .btn {
  background-color: #1D1D1B;
  margin-right: 0;
}
.popup-section .modal .modal-dialog .modal-content .modal-body .btn:hover {
  background-color: #F1BE48;
}
.popup-section .modal .modal-dialog .modal-content .modal-body h2, .popup-section .modal .modal-dialog .modal-content .modal-body p, .popup-section .modal .modal-dialog .modal-content .modal-body .btn {
  opacity: 0;
  margin-top: -60px;
}
.popup-section .modal .modal-dialog .modal-content .modal-body h2 {
  transition-delay: 0ms;
  transition: all 500ms;
}
.popup-section .modal .modal-dialog .modal-content .modal-body p {
  transition-delay: 100ms;
  transition: all 500ms;
}
.popup-section .modal .modal-dialog .modal-content .modal-body .btn {
  transition: opacity 400ms linear 150ms, margin 400ms linear 150ms;
}
.popup-section .modal.titlefadein .modal-body h2, .popup-section .modal.titlefadein .modal-body p, .popup-section .modal.titlefadein .modal-body .btn {
  opacity: 1 !important;
  margin-top: 0px !important;
}
.popup-section .modal.titlefadein .modal-body:after {
  opacity: 1 !important;
}

/*
.popup-section {
	display:none;
	.modal {
		&.in {
			z-index: 999999999;
		}
		.modal-dialog {
			transform: none;
			margin: 20vh auto 0;
			width: 740px;
			max-width: calc(100% - 60px);
			.modal-content {
				background-color: $clrWhite;
				border: 0;
				border-radius: 15px;
				.modal-header {
					justify-content: center;
					padding-bottom: 15px;
					padding-top: 30px;
					.close {
						position: absolute;
						right: -15px;
						font-size: 40px;
						color: $clrWhite;
						top: -21px;
						font-weight: 100 !important;
						line-height: 25px;
						padding: 5px;
					}
				}
				.modal-body {
					margin-top: 15px;
					padding: 40px 40px 30px 230px;
					background-color: $primary;
					border-bottom-left-radius: 15px;
					border-bottom-right-radius: 15px;
					text-align: left;
					position: relative;
					@include max-xs {
						padding: 40px 40px 230px 30px;
						text-align: center;
					}
					h2 {
						margin-bottom: 10px;
						padding-bottom: 0;
						color: #2C1627;
						em {
							font-style: normal;
							color: $clrWhite;
							@include max-xs {
								display: block;
							}
						}
					}
					p {
						color: #2C1627;
						text-align: left;
						margin: 0 auto 20px;
						@include max-sm {
							br {
								display: none !important;
							}
						}
						@include max-xs {
							text-align: center;
						}
					}
					.btn {
						background-color: #2C1627;
						&:hover {
							background-color: #D39400;
						}
					}
					h2, p, .btn {
						opacity: 0;
						margin-top: -60px;
					}
					h2 {
						transition-delay: 0ms;
						transition: all 500ms;
					}
					p {
						transition-delay: 100ms;
						transition: all 500ms;
					}
					.btn {
						transition: opacity 400ms linear 150ms, margin 400ms linear 150ms;
					}
					&:after {
						content: "";
						background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/Megaphone.png);
						background-repeat: no-repeat;
						background-size: contain; 
						height: 150px;
						width: 150px;
						display: block;
						position: absolute;
						left: 40px;
						top: 0;
						bottom: 0;
						margin: auto;
						opacity: 0;
						transition: opacity 400ms linear 150ms, margin 400ms linear 150ms;
						animation: wiggle 1s infinite;
						@include max-xs {
							top: auto;
							bottom: 40px;
							left: 0;
							right: 0;
						}
					}
				}
			}
		}
		&.titlefadein {
			.modal-body {
				h2, p, .btn {
					opacity: 1!important;
					margin-top: 0px!important;
				}
				&:after {
					opacity: 1!important;
				}
			}
		} 
	}
}

@keyframes wiggle {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-15deg);
	}
	30% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
*/
.page404 .content h1 {
  position: relative;
}
.page404 .content h1 span {
  font-size: 300px;
  line-height: 230px;
  height: 244px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page404 .content h1 span {
    font-size: 200px;
    line-height: 140px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .page404 .content h1 span {
    font-size: 140px;
    line-height: 105px;
    height: 110px;
  }
}
.page404 .content h1 strong {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 200px;
}
.page404 .content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page404 .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page404 .content .btn-primary {
  margin-right: 0;
}

.section-revue .content h2 {
  margin-bottom: 0;
}
.section-revue .content h3 {
  color: #F1BE48;
  letter-spacing: 2px;
}
.section-revue .content ul {
  list-style: none;
  padding-left: 0;
}
.section-revue .content ul:after {
  content: "";
  display: block;
  clear: both;
}
.section-revue .content ul li {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #5B6770;
  float: left;
  display: inline-block;
  text-align: center;
  width: 33%;
  padding: 0 70px;
  vertical-align: text-top;
}
@media (max-width: 1199px) {
  .section-revue .content ul li {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .section-revue .content ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .section-revue .content ul li {
    display: block;
    float: none;
    width: 100%;
    max-width: 250px;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
}
.section-revue .content ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.cc-window {
  background-color: #fff !important;
  box-shadow: -1px 0px 15px -6px #1D1D1B;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  max-width: 650px !important;
  padding: 50px 40px;
  flex-direction: column !important;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .cc-window {
    max-width: 95%;
  }
}
.cc-window .cc-message {
  margin: 0 0 30px 0;
}
.cc-window .cc-message h4 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #221F1C;
}
.cc-window .cc-message p {
  margin-bottom: 0;
  color: #221F1C;
}
.cc-window .cc-compliance {
  width: auto;
}
.cc-window .cc-compliance .cc-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
  background-color: #F1BE48;
  color: #221F1C;
}
.cc-window .cc-compliance .cc-btn:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .cc-window .cc-compliance .cc-btn {
    white-space: normal !important;
  }
}
.cc-window .cc-compliance .cc-btn:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.cc-window .cc-compliance .cc-btn:hover {
  background-color: #221F1C;
  color: #F1BE48;
}

.gsc-control-cse {
  padding-left: 0 !important;
}

.gsc-control-cse .gs-result .gs-title {
  font-size: 16px !important;
  line-height: 21px !important;
  color: #221F1C !important;
  font-weight: bold !important;
}
.gsc-control-cse .gs-result .gs-title:hover {
  color: #F1BE48 !important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 14px !important;
}

.gsc-cursor-page, .gs-spelling a {
  color: #F1BE48 !important;
}

@media (min-width: 992px) {
  .resultsmolrow .container .row {
    max-width: 75%;
  }
}

.dossiertechniquelistingpage .content > h2 {
  margin-bottom: 15px;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 .news-intro {
  margin-bottom: 0;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 .news-title {
  order: 1;
  margin-bottom: 15px;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 .news-tags {
  order: 2;
  color: #1D1D1B !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 .news-tags span {
  margin-bottom: 0;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 .news-intro {
  order: 3;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #5B6770;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 > a {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
  order: 4;
  width: 115px;
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 > a:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .dossiertechniquelistingpage .news-mosaic .col-sm-8 > a {
    white-space: normal !important;
  }
}
.dossiertechniquelistingpage .news-mosaic .col-sm-8 > a:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}

.dossiertechniquedetailpage .content h5 {
  margin-bottom: 5px;
}
.dossiertechniquedetailpage .detailsection .article-back-to-list-histo {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.dossiertechniquedetailpage .detailsection .article-back-to-list-histo:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .dossiertechniquedetailpage .detailsection .article-back-to-list-histo {
    white-space: normal !important;
  }
}
.dossiertechniquedetailpage .detailsection .article-back-to-list-histo:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.dossiertechniquedetailpage .detailsection > .container > .row {
  position: relative;
}
.dossiertechniquedetailpage .detailsection .zone-article {
  position: initial;
}
.dossiertechniquedetailpage .detailsection .zone-article .mod-article__img {
  margin-bottom: 30px;
}
.dossiertechniquedetailpage .detailsection .zone-article p {
  font-size: 20px;
  line-height: 30px;
}
.dossiertechniquedetailpage .detailsection .zone-article table.accordeon p,
.dossiertechniquedetailpage .detailsection .zone-article table.fiche-documentation p {
  font-size: 16px;
  line-height: 24px;
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies {
  border: 0;
  width: 30% !important;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .dossiertechniquedetailpage .detailsection .zone-article table.articles-relies {
    position: relative;
    width: 100% !important;
    right: auto;
    top: auto;
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies tr, .dossiertechniquedetailpage .detailsection .zone-article table.articles-relies td {
  border: 0;
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies hr {
  border-top: 1px solid rgba(29, 29, 27, 0.3);
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies p > br {
  display: none;
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies a:not(.btn) {
  font-weight: bold;
  text-transform: uppercase;
  color: #D39400;
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies a:not(.btn):hover {
  color: #F1BE48;
}
.dossiertechniquedetailpage .detailsection .zone-article table.articles-relies .btn {
  width: 100%;
  margin: 0 0;
  text-align: center;
  justify-content: center;
  height: 60px;
  margin-top: 30px;
  margin-bottom: -15px;
}

.fiche-documentation {
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  width: 100%;
}
.fiche-documentation tbody {
  display: block;
  width: 100%;
}
.fiche-documentation tbody tr:nth-child(1) {
  display: block;
  background-color: #fff;
  padding: 30px 0 20px 0;
}
.fiche-documentation tbody tr:nth-child(1) h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -1.25px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.fiche-documentation tbody tr:nth-child(1) h4 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.fiche-documentation tbody tr:nth-child(2) {
  display: block;
  background-color: #F5F5F5;
  padding: 30px 35px 0 35px;
}
.fiche-documentation tbody tr:nth-child(2) p {
  color: #221F1C;
}
.fiche-documentation tbody tr:nth-child(2) ul {
  margin-bottom: 30px;
}

.eventformationlist.gratuite .search-form {
  margin-left: 0px;
  margin-left: -15px;
  margin-bottom: 60px;
}
.eventformationlist.gratuite .search-form .control-label {
  display: none;
}
.eventformationlist .form-withProgress__wrapper input, .eventformationlist .form-withProgress__wrapper select {
  background-color: #f1f0f0 !important;
}
@media (min-width: 992px) {
  .eventformationlist .form-withProgress__wrapper input, .eventformationlist .form-withProgress__wrapper select {
    max-width: 50%;
  }
}
.eventformationlist .form-withProgress__wrapper .section-title {
  margin-bottom: 0px;
  margin-top: 40px;
}
.eventformationlist .form-withProgress__wrapper .form-withProgress__navigation-footer {
  margin-top: 15px;
}
.eventformationlist .news-mosaic .col-sm-8 {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.eventformationlist .news-mosaic .col-sm-8 .news-title {
  order: 1;
}
.eventformationlist .news-mosaic .col-sm-8 .news-intro {
  margin-bottom: 30px;
}
.eventformationlist .news-mosaic .col-sm-8 .news-tags {
  order: 2;
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1D1D1B !important;
}
.eventformationlist .news-mosaic .col-sm-8 .news-intro {
  order: 3;
}
.eventformationlist .news-mosaic .col-sm-8 > a {
  order: 4;
  width: 117px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.eventformationlist .news-mosaic .col-sm-8 > a:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .eventformationlist .news-mosaic .col-sm-8 > a {
    white-space: normal !important;
  }
}
.eventformationlist .news-mosaic .col-sm-8 > a:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
.eventformationlist #event_filter {
  margin-bottom: 60px;
}
.eventformationlist #event_filter .control-label {
  font-size: 25px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .eventformationlist #event_filter .control-label {
    font-size: 20px;
    line-height: 25px;
  }
}
.eventformationlist .item {
  border: 0;
  box-shadow: none;
  padding: 0;
}
.eventformationlist .item hr {
  display: none;
}
.eventformationlist .item h3 {
  color: #F1BE48;
}
.eventformationlist .item h4 {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1D1D1B;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase !important;
  font-style: normal;
}
.eventformationlist .item .address, .eventformationlist .item .contact {
  display: none;
}
.eventformationlist .event-detail .jumbotron {
  background: transparent;
  color: #F1BE48;
  font-family: "Open Sans", sans-serif;
}
.eventformationlist .event-detail .jumbotron p {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}
.eventformationlist .event-detail .jumbotron .email {
  margin-bottom: 30px;
}
.eventformationlist .event-detail .jumbotron .email a {
  color: #F1BE48;
}
.eventformationlist .event-detail .jumbotron .places {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.eventformationlist .event-detail .jumbotron .h3.event-info__title {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
.eventformationlist .event-detail .row-event-jumbotron__left {
  background-color: #f0f2f1;
  border-top: 8px solid #f1be48;
  width: fit-content;
  margin-right: 8%;
  margin-bottom: 32px;
  padding: 16px 32px;
  max-width: 294px;
}
.eventformationlist .event-detail .row-event-jumbotron__left .address__info span {
  color: #1D1D1B;
}
@media (max-width: 1199px) {
  .eventformationlist .event-detail .row-event-jumbotron__left {
    margin-right: 3%;
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .eventformationlist .event-detail .row-event-jumbotron__left {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .eventformationlist .event-detail .row-event-jumbotron__left {
    width: 100%;
    max-width: 100%;
  }
}
.eventformationlist .event-detail .row-event-jumbotron__left .h3.event-info__title {
  margin-bottom: 5px;
}
.eventformationlist .event-detail__description-wrapper h2 {
  margin-bottom: 0px;
}

.slightydarker-formulaire .zone-news h2 {
  margin-bottom: 15px;
}

/* travailleurs - se former en ligne */
.section-seformer .item {
  margin-bottom: 50px;
}
.section-seformer .item .itemImage img {
  margin-bottom: 0;
  width: 100%;
}
.section-seformer .item p {
  margin-left: 15px;
}
.section-seformer .item p .btn {
  margin-top: 0;
}
.section-seformer .item h3 {
  background-color: #1D1D1B;
  color: #fff;
  padding: 20px 30px;
  margin-top: 0;
  height: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .section-seformer .item h3 br {
    display: none;
  }
}
.section-seformer .item p {
  padding: 15px;
  margin-bottom: 0;
}
.section-seformer .item .intro {
  margin-bottom: 0;
  padding: 0px;
}

.colloquelisting .item .itemImage img {
  margin: auto !important;
  max-width: 134px;
}
.colloquelisting .item .btn {
  margin-right: 0;
}

.colloque .event-jumbotron__left-right__title {
  margin-bottom: 15px;
}
.colloque .event-detail__description-wrapper, .colloque .event-detail__section {
  margin-top: 0;
}
.colloque .event-detail__description-wrapper form, .colloque .event-detail__section form {
  padding-left: 15px;
  padding-right: 15px;
}
.colloque .accordeon tr:first-child td:first-child {
  padding: 0 45px 0 30px;
  width: 210px;
}
@media (max-width: 991px) {
  .colloque .accordeon tr:first-child td:first-child {
    padding: 0 15px 0 0;
    width: 120px;
  }
  .colloque .accordeon tr:first-child td:first-child img {
    width: 100px !important;
    max-width: 100px !important;
  }
}
.colloque .accordeon tr:first-child td:last-child h4 {
  margin-bottom: 0;
}
.colloque .accordeon tr:first-child td:last-child p {
  margin-bottom: 10px;
  font-size: 14px;
}
.colloque .accordeon tr:first-child td:last-child h3 {
  color: #221F1C;
}

.events-mosaic .item .events-mosaic__short-description p {
  font-size: 14px;
  line-height: 20px;
}

.zone-event .modal-dialog {
  width: 50%;
  top: 10vh;
}
@media (max-width: 767px) {
  .zone-event .modal-dialog {
    width: 90%;
  }
}

div#modal-event-add {
  z-index: 100000000000000000000;
}

.special-loading .mod-banner__img {
  background: #1D1D1B !important;
  height: 190px !important;
}

.special-loading .mod-banner__content {
  display: none !important;
}

.updated2022 .theme-section .container > .row {
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .updated2022 .theme-section .container > .row {
    display: flex;
    align-items: flex-end;
  }
}
.updated2022 .theme-section .container > .row:after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: #F1BE48;
}
.updated2022 .theme-section .container > .row > div .content h3 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.updated2022 .theme-section .container > .row > div .content h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .updated2022 .theme-section .container > .row > div .content h2 {
    margin-bottom: 30px;
  }
}
.updated2022 .theme-section .container > .row > div .content p {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .updated2022 .theme-section .container > .row > div .content p {
    margin-bottom: 30px;
  }
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: #5B6770;
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-title a {
  color: #1D1D1B;
  letter-spacing: 0.75px;
  margin-bottom: 5px;
  display: inline-block;
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-title, .updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-intro {
  font-size: 14px;
  line-height: 20px;
  color: #5B6770;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-title, .updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-intro {
    max-width: calc(80% - 180px);
  }
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-title p, .updated2022 .eventformationlist.gratuite .news-mosaic .row > div .news-intro p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5B6770;
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div > a {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  height: 45px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 160px;
  background-color: #1D1D1B;
  color: #F1BE48;
  transition: all 150ms;
  border: 1px solid transparent;
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div > a:hover {
  text-decoration: none;
  border: 1px solid #F1BE48;
}
@media (max-width: 767px) {
  .updated2022 .eventformationlist.gratuite .news-mosaic .row > div > a {
    white-space: normal !important;
  }
}
.updated2022 .eventformationlist.gratuite .news-mosaic .row > div > a:hover {
  background-color: #F1BE48;
  color: #1D1D1B;
}
@media (min-width: 768px) {
  .updated2022 .eventformationlist.gratuite .news-mosaic .row > div > a {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .updated2022 .eventformationlist.gratuite .news-mosaic .row > div > a {
    margin-top: 30px;
  }
}
.updated2022 .breadcrumbcolored {
  background-color: #E2E5E7;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.updated2022 .customselect-section select#selectAnchor {
  width: 100%;
  max-width: 400px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/selectdropdown.png) no-repeat right 20px center !important;
}
.updated2022 .customselect-section select#selectAnchor:focus, .updated2022 .customselect-section select#selectAnchor:active {
  outline: none;
  box-shadow: none;
  border: 0;
}
.updated2022 .event-list-section .eventsList .row > div .item, .updated2022 .event-list-section .events-mosaic .row > div .item {
  box-shadow: none;
  padding: 15px 0;
  position: relative;
  border: 0;
}
@media (min-width: 768px) {
  .updated2022 .event-list-section .eventsList .row > div .item, .updated2022 .event-list-section .events-mosaic .row > div .item {
    display: grid;
    grid-template-columns: 220px 1fr 140px;
    grid-template-areas: "a b1 c" "a b2 c";
  }
}
.updated2022 .event-list-section .eventsList .row > div .item:after, .updated2022 .event-list-section .events-mosaic .row > div .item:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  background-color: #5B6770;
}
.updated2022 .event-list-section .eventsList .row > div .item hr, .updated2022 .event-list-section .events-mosaic .row > div .item hr {
  display: none;
}
@media (min-width: 768px) {
  .updated2022 .event-list-section .eventsList .row > div .item .itemInfos, .updated2022 .event-list-section .events-mosaic .row > div .item .itemInfos {
    grid-area: a;
  }
}
.updated2022 .event-list-section .eventsList .row > div .item .itemInfos > span, .updated2022 .event-list-section .eventsList .row > div .item .itemInfos .e-date, .updated2022 .event-list-section .events-mosaic .row > div .item .itemInfos > span, .updated2022 .event-list-section .events-mosaic .row > div .item .itemInfos .e-date {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #1D1D1B !important;
  letter-spacing: 0.75px;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 21px !important;
}
.updated2022 .event-list-section .eventsList .row > div .item .itemInfos .city, .updated2022 .event-list-section .events-mosaic .row > div .item .itemInfos .city {
  display: none;
}
.updated2022 .event-list-section .eventsList .row > div .item .mod-eventflash__item-title, .updated2022 .event-list-section .eventsList .row > div .item > h3, .updated2022 .event-list-section .events-mosaic .row > div .item .mod-eventflash__item-title, .updated2022 .event-list-section .events-mosaic .row > div .item > h3 {
  display: none;
}
@media (min-width: 768px) {
  .updated2022 .event-list-section .eventsList .row > div .item .intro, .updated2022 .event-list-section .eventsList .row > div .item .events-mosaic__short-description, .updated2022 .event-list-section .events-mosaic .row > div .item .intro, .updated2022 .event-list-section .events-mosaic .row > div .item .events-mosaic__short-description {
    grid-area: b1;
  }
}
.updated2022 .event-list-section .eventsList .row > div .item .intro p, .updated2022 .event-list-section .eventsList .row > div .item .events-mosaic__short-description p, .updated2022 .event-list-section .events-mosaic .row > div .item .intro p, .updated2022 .event-list-section .events-mosaic .row > div .item .events-mosaic__short-description p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.updated2022 .event-list-section .eventsList .row > div .item .intro p:first-of-type, .updated2022 .event-list-section .eventsList .row > div .item .events-mosaic__short-description p:first-of-type, .updated2022 .event-list-section .events-mosaic .row > div .item .intro p:first-of-type, .updated2022 .event-list-section .events-mosaic .row > div .item .events-mosaic__short-description p:first-of-type {
  margin-bottom: 0;
}
.updated2022 .event-list-section .eventsList .row > div .item .intro p strong, .updated2022 .event-list-section .eventsList .row > div .item .events-mosaic__short-description p strong, .updated2022 .event-list-section .events-mosaic .row > div .item .intro p strong, .updated2022 .event-list-section .events-mosaic .row > div .item .events-mosaic__short-description p strong {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  text-transform: uppercase;
}
.updated2022 .event-list-section .eventsList .row > div .item .actions, .updated2022 .event-list-section .events-mosaic .row > div .item .actions {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .updated2022 .event-list-section .eventsList .row > div .item .actions, .updated2022 .event-list-section .events-mosaic .row > div .item .actions {
    grid-area: c;
    text-align: right;
  }
}
.updated2022 .event-list-section .eventsList .row > div .item .actions .btn, .updated2022 .event-list-section .events-mosaic .row > div .item .actions .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .updated2022 .event-list-section .eventsList .row > div .item .actions .btn, .updated2022 .event-list-section .events-mosaic .row > div .item .actions .btn {
    margin: 0 0 20px 0;
  }
}
.updated2022 .eventformationlist .zone-event .address__info span {
  color: #1D1D1B;
}
.updated2022 .eventformationlist .zone-event .address__contact-info .contact {
  color: #1D1D1B;
}
.updated2022 .eventformationlist .zone-event .event-detail__description-wrapper > h2 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.updated2022 .eventformationlist .zone-event .event-detail__description-wrapper > p:first-of-type {
  font-size: 20px;
  line-height: 30px;
}
.updated2022 .eventformationlist .zone-event .event-detail__row-image-description .event-detail__actions-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 767px) {
  .updated2022 .eventformationlist .zone-event .jumbotron.event-jumbotron__left {
    padding: 30px 0;
  }
}
.updated2022 .eventformationlist .zone-event .zoom {
  border: 0;
  margin: 30px 0;
  border-top: 1px solid #5B6770;
  border-bottom: 1px solid #5B6770;
}
@media (max-width: 767px) {
  .updated2022 .eventformationlist .zone-event .zoom {
    display: block;
    padding-top: 30px;
  }
}
.updated2022 .eventformationlist .zone-event .zoom tr, .updated2022 .eventformationlist .zone-event .zoom td {
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #5B6770;
  color: #D39400;
  margin-bottom: 0;
}
.updated2022 .eventformationlist .zone-event .zoom tr .btn, .updated2022 .eventformationlist .zone-event .zoom td .btn {
  margin: 30px auto 30px auto;
}
@media (min-width: 768px) {
  .updated2022 .eventformationlist .zone-event .zoom tr .btn, .updated2022 .eventformationlist .zone-event .zoom td .btn {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .updated2022 .eventformationlist .zone-event .zoom tr, .updated2022 .eventformationlist .zone-event .zoom td {
    display: block;
    text-align: left !important;
  }
}
.updated2022 .eventformationlist .zone-event .accordeon p {
  margin-bottom: 15px;
}
.updated2022 .eventformationlist .zone-event .accordeon ul {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .section-detail-formation .zone-article .mod-article__wrapper {
    padding-right: 80px;
  }
}
.section-detail-formation .zone-article .mod-article__content h2 {
  font-size: 16px;
  line-height: 21px;
  color: #221F1C;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.section-detail-formation .zone-crm > h2 {
  background-color: #f1f0f0;
  margin-bottom: 0;
  padding: 30px 15px 0;
}

.webinairepayant .form-withProgress__wrapper {
  max-width: 80%;
}
.webinairepayant .form-withProgress__wrapper .form-horizontal > h2 .event-authentication-cpy-name {
  font-style: normal;
}
.webinairepayant .form-withProgress__wrapper .form-horizontal .form-withProgress__navigation-footer {
  justify-content: flex-start;
}
.webinairepayant .form-withProgress__wrapper .form-horizontal .event-authentication.type-identification-slave-member > p:fist-child {
  margin-left: 15px;
}
.webinairepayant .form-withProgress__wrapper .form-horizontal .type_identification_wrapper {
  margin-bottom: 30px;
}
.webinairepayant .form-withProgress__wrapper .form-horizontal .type_identification_wrapper .custom-control-label {
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1B;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.webinairepayant .form-withProgress__wrapper .form-horizontal .type_identification_wrapper .custom-control-input.type_identification {
  margin-top: 6px;
}

.sondagepage .zone-html .content h2 {
  margin-bottom: 0px;
}
.sondagepage .zone-html .content hr {
  border-top: 5px solid #F1BE48;
  margin-top: 0px;
}
.sondagepage .smallpaddingbottom {
  padding-bottom: 30px;
}
.sondagepage .diagramesection .zone-article .mod-article__img {
  margin-right: 60px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .sondagepage .diagramesection .zone-article .mod-article__img {
    padding: 0 60px;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .sondagepage .diagramesection .zone-article .mod-article__img {
    padding: 0;
  }
}
.sondagepage .diagramesection .zone-article .mod-article__content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sondagepage .diagramesection .zone-article .mod-article__content {
    margin-top: 30px;
  }
}
.sondagepage .diagramesection .zone-article table {
  border: 0;
  margin-left: 60px;
  width: 100% !important;
}
@media (max-width: 991px) {
  .sondagepage .diagramesection .zone-article table {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.sondagepage .diagramesection .zone-article table tr, .sondagepage .diagramesection .zone-article table td {
  border: 0;
}
.sondagepage .diagramesection .zone-article table tr:last-child td {
  padding-bottom: 0;
}
.sondagepage .diagramesection .zone-article table td {
  padding-bottom: 15px;
}
.sondagepage .diagramesection .zone-article table td:first-child {
  width: 100px;
  vertical-align: top;
}
.sondagepage .diagramesection .zone-article table h2 {
  color: #F1BE48;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 30px;
}
.sondagepage .diagramesection .zone-article table h4 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sondagepage.sondage2021 .smallpaddingbottom {
    padding-bottom: 60px !important;
  }
}
.sondagepage.sondage2021 .mod-article__content {
  display: block;
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .zone-article .mod-article__content {
  display: block;
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__intro h4 {
  margin-bottom: 10px;
  height: 60px;
  display: flex;
  align-items: flex-end;
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__intro hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 5px solid #F1BE48;
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table {
  margin-left: 0;
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td {
  vertical-align: middle;
}
@media (max-width: 575px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td:first-child {
  min-width: 285px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td:first-child {
    min-width: 230px;
  }
}
@media (max-width: 991px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td:first-child {
    min-width: 285px;
  }
}
@media (max-width: 767px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td:first-child {
    min-width: 100%;
  }
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td > p {
  display: none;
}
.sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td table {
  width: auto !important;
  width: auto;
}
@media (max-width: 1199px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td table {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td table {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td table {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .mod-article__content > table > tbody > tr > td table {
    margin: 30px auto 0;
  }
}
@media (max-width: 991px) {
  .sondagepage.sondage2021 .diagramesection.diagram2cols .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sondagepage.sondage2021 .fixmobile .mod-article__wrapper > .mod-article__content {
    display: block !important;
    width: 100%;
  }
  .sondagepage.sondage2021 .fixmobile .mod-article__wrapper > .mod-article__content > .mod-article__content {
    display: block !important;
  }
  .sondagepage.sondage2021 .fixmobile .zone-article {
    display: block !important;
    width: 100%;
  }
  .sondagepage.sondage2021 .fixmobile .zone-article table {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .sondagepage.sondage2022 .smallpaddingbottom {
    padding-bottom: 80px !important;
  }
}
.sondagepage.sondage2022 .upsidedownsimple .news-content {
  display: flex;
  flex-direction: column-reverse;
}
.sondagepage.sondage2022 .upsidedownsimple.content-intro .mod-article__content {
  order: 0;
}
.sondagepage.sondage2022 .upsidedownsimple.content-intro .mod-article__intro {
  order: 1;
}
.sondagepage.sondage2022 .upsidedownsimpleright .row > div:last-child .news-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.sondagepage.sondage2022 .upsidedown .news-content {
  display: grid;
  grid-template-areas: "a a" "b c";
  grid-template-columns: 50% 50%;
}
.sondagepage.sondage2022 .upsidedown .news-content .mod-article__intro {
  grid-area: a;
}
.sondagepage.sondage2022 .upsidedown .news-content .mod-article__img {
  grid-area: b;
}
.sondagepage.sondage2022 .upsidedown .news-content .mod-article__content {
  grid-area: c;
  margin-top: 15px;
}
.sondagepage.sondage2022 .upsidedownup .row {
  position: relative;
}
.sondagepage.sondage2022 .upsidedownup .row > div {
  position: initial;
}
.sondagepage.sondage2022 .upsidedownup .row > div .news-content {
  padding-top: 80px;
}
.sondagepage.sondage2022 .upsidedownup .row > div:first-child .mod-article__intro {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
}
.sondagepage.sondage2022 .upsidedownup .row > div:last-child .news-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sondagepage.sondage2022 .upsidedownup .row > div:last-child .news-content .mod-article__img {
  order: 1;
  margin: 0;
  max-width: calc(100% - 30px);
}
.sondagepage.sondage2022 .upsidedownup .row > div:last-child .news-content .mod-article__content {
  order: 0;
  margin-top: 30px;
}
.sondagepage.sondage2022 .upsidedownup .row > div:last-child .news-content .mod-article__content h4 {
  margin-bottom: 0;
}
.sondagepage.sondage2022 .zone-html .content hr {
  border-top: 1px solid #1D1D1B !important;
}
.sondagepage.sondage2022 .mod-article__intro hr {
  border-top: 1px solid #1D1D1B !important;
}
.sondagepage.sondage2022 .mod-article__content table td {
  padding: 10px 0;
}
.sondagepage.sondage2022 .mod-article__content table h2 {
  white-space: nowrap;
}
.sondagepage.sondage2022 .diagramesection.diagram2cols .mod-article__intro h4 {
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.sondagepage.sondage2022 .diagramesection.diagram2cols .zone-article .mod-article__content table td > table {
  margin-left: 15px;
}
.sondagepage.sondage2022 .inline-titles h2, .sondagepage.sondage2022 .inline-titles h3, .sondagepage.sondage2022 .inline-titles h4 {
  display: inline-block;
}
.sondagepage.sondage2022 .inline-titles h2 {
  margin: 0;
  white-space: nowrap;
}
.sondagepage.sondage2022 .inline-titles h3 {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .sondagepage.sondage2022 .inline-titles.smol {
    margin-left: 40px;
  }
}
.sondagepage.sondage2022 .inline-titles.smol h2 {
  min-width: 100px;
}
.sondagepage.sondage2022 .inline-titles:not(.smol) h2 {
  font-size: 40px;
  line-height: 46px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
  min-width: 140px;
}
@media (max-width: 767px) {
  .sondagepage.sondage2022 .inline-titles:not(.smol) h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.sondagepage.sondage2022 .inline-titles.margintop {
  margin-top: 30px;
}
.sondagepage.sondage2023 .upsidedownsimple hr {
  border-top: 1px solid #1D1D1B !important;
  border-color: #1D1D1B !important;
}
@media (max-width: 991px) {
  .sondagepage.sondage2023 .upsidedownsimple .container .row {
    display: flex;
    flex-direction: column;
  }
  .sondagepage.sondage2023 .upsidedownsimple .container .row > div {
    width: 100%;
  }
  .sondagepage.sondage2023 .upsidedownsimple .container .row > div h4 br {
    display: none !important;
  }
  .sondagepage.sondage2023 .upsidedownsimple .container .row > div:first-child {
    margin-bottom: 45px;
  }
}

.page-sondage-main .section-seformer .item .intro h5 {
  background-color: #1D1D1B;
  margin: 0;
  padding: 30px 30px 0 30px;
}
.page-sondage-main .section-seformer .item .intro h3 {
  height: 60px;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .page-sondage-main .section-seformer .item .intro h3 {
    height: 100px !important;
  }
}
.page-sondage-main .section-seformer .item .intro #title-2023 {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .themes-articles .news-mosaic .row {
    margin-bottom: 10px;
  }
}
.themes-articles .news-mosaic .row .col-sm-12 {
  position: relative;
}
@media (max-width: 767px) {
  .themes-articles .news-mosaic .row .col-sm-12 {
    margin-bottom: 30px;
  }
}
.themes-articles .news-mosaic .row .col-sm-12 .news-title {
  text-transform: none !important;
  display: block;
  max-width: 80%;
  margin-left: 40px;
}
.themes-articles .news-mosaic .row .col-sm-12 .news-title a {
  color: #1D1D1B !important;
  font-size: 16px;
}
.themes-articles .news-mosaic .row .col-sm-12 .news-title a:hover {
  color: #F1BE48 !important;
}
.themes-articles .news-mosaic .row .col-sm-12:before {
  content: "";
  background-image: url(https://cdn.ca.yapla.com/company/CPYh3egFLRCMIxmwyhmhL1L5/asset/images/Icons/circle-arrow-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 3px;
}

.theme-to-custom-page .container > .row > div:nth-child(1) {
  width: 66.66666%;
}
@media (max-width: 767px) {
  .theme-to-custom-page .container > .row > div:nth-child(1) {
    width: 100%;
  }
}
.theme-to-custom-page .container > .row > div:nth-child(2) {
  width: 33.33333%;
}
@media (max-width: 767px) {
  .theme-to-custom-page .container > .row > div:nth-child(2) {
    display: none;
  }
}
.theme-to-custom-page .container > .row > div:nth-child(2) .content {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .theme-to-custom-page .container > .row > div:nth-child(2) .content {
    padding-left: 40px;
  }
}
.theme-to-custom-page .container > .row > div:nth-child(2) .content p {
  margin-bottom: 0;
}
.theme-to-custom-page .container > .row > div:nth-child(2) .content a:not(.btn) {
  font-weight: bold;
  text-transform: uppercase;
}
.theme-to-custom-page .container > .row > div:nth-child(2) .content a.btn {
  width: 100%;
  margin: 0 0;
  text-align: center;
  justify-content: center;
  height: 60px;
  margin-top: 30px;
  margin-bottom: -15px;
}

.theme-to-custom-page-article-relie-mobile {
  display: none;
}
@media (max-width: 767px) {
  .theme-to-custom-page-article-relie-mobile {
    display: block;
  }
}
.theme-to-custom-page-article-relie-mobile .container > .row > div .content p {
  margin-bottom: 0;
}
.theme-to-custom-page-article-relie-mobile .container > .row > div .content a:not(.btn) {
  font-weight: bold;
  text-transform: uppercase;
}
.theme-to-custom-page-article-relie-mobile .container > .row > div .content a.btn {
  width: 100%;
  margin: 0 0;
  text-align: center;
  justify-content: center;
  height: 60px;
  margin-top: 30px;
  margin-bottom: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bounce Zoom Fade In */
@-webkit-keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInBounceZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
img:not(.img) {
  opacity: 0;
}
img:not(.img).animate {
  animation-name: fadeInBounceZoom;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
}

/*
img {
    animation: transform 0.3s ease-in-out;
    &:hover {
        animation: imgFlash .6s ease-in-out!important;
    }
}

@keyframes imgFlash {
    0%   { transform: scale(1); filter: brightness(100%); }
    25%  { transform: scale(1.02); filter: brightness(100%); }
    50%  { transform: scale(0.98); filter: brightness(100%); }
    75%  { transform: scale(1.01); filter: brightness(100%); }
    100% { transform: scale(1); filter: brightness(100%); }
}
*/
.btn:hover {
  transform: translateY(-3px) scale(1.05);
}
.btn:active {
  transform: translateY(-1px) scale(1.02);
}

/*###########################  TITRES  ###########################*/
h1, h2, .h1, .h2 {
  opacity: 0;
}
h1.animate, h2.animate, .h1.animate, .h2.animate {
  opacity: 0;
  animation-name: fadeInBounceZoom;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
}

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

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

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

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

/*
@import "elements/header.scss";
@import "elements/menu.scss";
@import "elements/home-banner.scss";
@import "elements/actualites.scss";
*/
/*@import "elements/cancel-animation.scss";*/

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