@charset "UTF-8";
/* RESPONSIVE MIXINS */
/* 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://use.typekit.net/ihd5yye.css");
/* line 33, ../sass/style.scss */
.displaynone {
  display: none;
}

@media (max-width: 991px) {
  /* line 34, ../sass/style.scss */
  .md-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 35, ../sass/style.scss */
  .sm-hidden {
    display: none;
  }
}

/* FONTS */
/* COLORS VARIABLES */
/* TOOL MIXINS */
/* PAGES IMPORT, ORDER IMPORTANT */
/* line 1, ../sass/general/_general.scss */
body {
  font-family: "brandon-grotesque", sans-serif;
  color: #221F1C;
}
@media (max-width: 991px) {
  /* line 1, ../sass/general/_general.scss */
  body {
    padding-top: 100px;
  }
}
/* line 7, ../sass/general/_general.scss */
body.overflowhidden {
  overflow: hidden;
}

/* line 12, ../sass/general/_general.scss */
a:focus {
  outline: none;
}

/*#################################### TOOLS ###################################### */
/* float clear on mobile */
@media (max-width: 767px) {
  /* line 20, ../sass/general/_general.scss */
  .sm-clear:before {
    content: "";
    display: block;
    clear: both;
  }
}

/* Classe display none */
/* line 29, ../sass/general/_general.scss */
.displaynone {
  display: none;
}

/* Centrer les ├⌐l├⌐ments d'une grille mosaic */
/* line 35, ../sass/general/_general.scss */
.centeredmosaicitem .news-mosaic, .centeredmosaicitem .newsList {
  text-align: center;
}
/* line 37, ../sass/general/_general.scss */
.centeredmosaicitem .news-mosaic .row > div, .centeredmosaicitem .newsList .row > div {
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 41, ../sass/general/_general.scss */
.centeredmosaicitem .news-mosaic .row:last-child > div:last-child, .centeredmosaicitem .newsList .row:last-child > div:last-child {
  margin-bottom: 0;
}

/* Intro des pages : texte centr├⌐, container plus petit */
/* line 48, ../sass/general/_general.scss */
.pageIntroduction {
  text-align: center;
}
/* line 50, ../sass/general/_general.scss */
.pageIntroduction .mod-article__intro {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 991px) {
  /* line 50, ../sass/general/_general.scss */
  .pageIntroduction .mod-article__intro {
    max-width: 600px;
  }
}
/* line 58, ../sass/general/_general.scss */
.pageIntroduction .mod-article__intro h2 {
  color: #262A82;
  margin-bottom: 30px;
}
/* line 62, ../sass/general/_general.scss */
.pageIntroduction .mod-article__intro .btn {
  margin-top: 30px;
}

/* Centrer un titre pour un formulaire full width */
/* line 70, ../sass/general/_general.scss */
.formtitlecenter .zone-crm > h2 {
  text-align: center;
}

/* Grand titre section personnalis├⌐ pour les partenaires */
/* line 78, ../sass/general/_general.scss */
.partnercustomtitle h4 {
  color: #ED3024 !important;
  margin-bottom: 0;
}

/* Alignement flex */
/* line 86, ../sass/general/_general.scss */
.rowEqualHeightCentered .row {
  display: flex;
  flex-wrap: wrap;
}
/* line 89, ../sass/general/_general.scss */
.rowEqualHeightCentered .row > div {
  display: flex;
  align-items: center;
}

/* line 97, ../sass/general/_general.scss */
.rowEqualHeightBottom .row {
  display: flex;
  flex-wrap: wrap;
}
/* line 100, ../sass/general/_general.scss */
.rowEqualHeightBottom .row > div {
  display: flex;
  align-items: flex-end;
}

/* padding-left for div last child of an article */
/* line 111, ../sass/general/_general.scss */
.lastchildleftpadding .row > div:last-child .mod-article__wrapper {
  padding-left: 40px;
}

/* style for inpage banner */
/* line 120, ../sass/general/_general.scss */
.inpagebanner .mod-banner__img {
  height: 625px;
}

/* Centrer une image d'un article */
/* line 127, ../sass/general/_general.scss */
.centeredimage .mod-article__wrapper {
  margin: 0 auto;
}

/* Centrer tous les ├⌐l├⌐ments d'un article en mobile */
@media (max-width: 767px) {
  /* line 133, ../sass/general/_general.scss */
  .mobileallcenter {
    text-align: center;
  }
  /* line 136, ../sass/general/_general.scss */
  .mobileallcenter .zone-article, .mobileallcenter .zone-article div {
    width: 100%;
  }
}

/* Centrer uniquement l'image d'un article en mobile */
@media (max-width: 767px) {
  /* line 143, ../sass/general/_general.scss */
  .mobileimgcenter {
    text-align: center;
  }
  /* line 146, ../sass/general/_general.scss */
  .mobileimgcenter .zone-article, .mobileimgcenter .zone-article div {
    width: 100%;
  }
  /* line 149, ../sass/general/_general.scss */
  .mobileimgcenter .mod-article__intro {
    margin-top: 30px;
  }
  /* line 152, ../sass/general/_general.scss */
  .mobileimgcenter .mod-article__intro, .mobileimgcenter .mod-article__content .mod-article__content {
    text-align: left;
  }
}

/* ajuster les 1/4 en mobile pour les titres de sections */
@media (max-width: 991px) {
  /* line 160, ../sass/general/_general.scss */
  .onequartermobile .col-sm-6 {
    width: 33%;
  }
}
@media (max-width: 767px) {
  /* line 160, ../sass/general/_general.scss */
  .onequartermobile .col-sm-6 {
    width: 100%;
  }
}

/* Overlay gradient primary and secondary */
/* line 172, ../sass/general/_general.scss */
.gradiantoverlay .mod-banner__img {
  position: relative;
  z-index: 1;
}
/* line 79, ../sass/style.scss */
.gradiantoverlay .mod-banner__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #EC1D39, #435780);
  opacity: 0.5;
  z-index: 0;
}

/* clear float after */
/* line 179, ../sass/general/_general.scss */
.clearafter:after {
  content: "";
  display: block;
  clear: both;
}

/* PADDINGS */
/* line 194, ../sass/general/_general.scss */
.smallpadding {
  padding: 70px 0;
}

/* line 195, ../sass/general/_general.scss */
.smallpaddingtop {
  padding-top: 70px;
}

/* line 196, ../sass/general/_general.scss */
.smallpaddingbottom {
  padding-bottom: 70px;
}

/* line 197, ../sass/general/_general.scss */
.largepadding {
  padding: 110px 0;
}

/* line 198, ../sass/general/_general.scss */
.largepaddingtop {
  padding-top: 110px;
}

/* line 199, ../sass/general/_general.scss */
.largepaddingbottom {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  /* line 201, ../sass/general/_general.scss */
  .smallpadding {
    padding: 70px 0;
  }

  /* line 202, ../sass/general/_general.scss */
  .smallpaddingtop {
    padding-top: 70px;
  }

  /* line 203, ../sass/general/_general.scss */
  .smallpaddingbottom {
    padding-bottom: 70px;
  }

  /* line 204, ../sass/general/_general.scss */
  .largepadding {
    padding: 110px 0;
  }

  /* line 205, ../sass/general/_general.scss */
  .largepaddingtop {
    padding-top: 110px;
  }

  /* line 206, ../sass/general/_general.scss */
  .largepaddingbottom {
    padding-bottom: 110px;
  }
}
/* cancel footer margin */
/* line 210, ../sass/general/_general.scss */
.cancelmarginfooter {
  padding-bottom: 160px;
  margin-bottom: -160px;
}
@media (max-width: 991px) {
  /* line 214, ../sass/general/_general.scss */
  .cancelmarginfooter .cancelmarginfooter {
    padding-bottom: 230px;
    margin-bottom: -230px;
  }
}

/* Line separator */
/* line 223, ../sass/general/_general.scss */
.bottomseparatorsmallpadding > .container > .row {
  padding-bottom: 70px;
  border-bottom: 1px solid #435780;
}

/* IMAGE Z LAYOUT */
@media (max-width: 767px) {
  /* line 232, ../sass/general/_general.scss */
  .zlayout > .container > .row {
    display: flex;
    flex-flow: column;
  }
  /* line 236, ../sass/general/_general.scss */
  .zlayout > .container > .row > div:first-child {
    order: 1;
  }
  /* line 239, ../sass/general/_general.scss */
  .zlayout > .container > .row > div:last-child {
    order: 0;
  }
  /* line 244, ../sass/general/_general.scss */
  .zlayout .mod-article__img {
    margin-bottom: 30px;
  }
}

/* BACKGROUNDS SET-UP */
/* line 264, ../sass/general/_general.scss */
.turquoisebackground {
  background-color: rgba(237, 48, 36, 0.5);
}
/* line 255, ../sass/general/_general.scss */
.turquoisebackground .btn.btn-primary:hover, .turquoisebackground .btn.btn-default:hover {
  transition: border-color 0ms;
  border-color: #fff !important;
}
/* line 258, ../sass/general/_general.scss */
.turquoisebackground .btn.btn-primary:hover:before, .turquoisebackground .btn.btn-default:hover:before {
  background-color: #fff;
}

/* line 283, ../sass/general/_general.scss */
.darkbackground {
  background-color: #262A82;
}
/* line 271, ../sass/general/_general.scss */
.darkbackground h1, .darkbackground h2, .darkbackground h3, .darkbackground h4, .darkbackground h5, .darkbackground h6 .h1, .darkbackground .h2, .darkbackground .h3, .darkbackground .h4, .darkbackground .h5, .darkbackground .h6, .darkbackground p {
  color: #fff;
}
/* line 275, ../sass/general/_general.scss */
.darkbackground .btn.btn-primary, .darkbackground .btn.btn-link, .darkbackground .actions.btn-primary {
  color: #fff !important;
}
/* line 277, ../sass/general/_general.scss */
.darkbackground .btn.btn-primary:hover, .darkbackground .btn.btn-link:hover, .darkbackground .actions.btn-primary:hover {
  color: #F37163 !important;
  border-color: #fff !important;
}

/* EXCEEDING IMAGES */
/* Image d├⌐passe en haut */
/* line 290, ../sass/general/_general.scss */
.exceedtop .mod-article__img {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}
/* line 295, ../sass/general/_general.scss */
.exceedtop .mod-article__intro {
  padding-top: 40px;
}

/* Image d├⌐passe en bas */
/* line 302, ../sass/general/_general.scss */
.exceedbottom .mod-article__img {
  margin-bottom: -60px;
  position: relative;
  z-index: 10;
}
/* line 307, ../sass/general/_general.scss */
.exceedbottom .mod-article__intro {
  padding-bottom: 40px;
}

/*#################################### FIXES ###################################### */
/* FIX YAPLA UI HEADER */
/* line 315, ../sass/general/_general.scss */
.logoWrap {
  z-index: 10 !important;
}

/* MOBILE CONTAINER PADDING */
@media (max-width: 767px) {
  /* line 322, ../sass/general/_general.scss */
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* FIX FLEX ON SAFARI */
@media (min-width: 768px) {
  /* line 329, ../sass/general/_general.scss */
  .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 */
/* line 334, ../sass/general/_general.scss */
.plugin-addthis {
  display: none;
}

/* CHANGE CONTINER WIDTH */
@media (max-width: 767px) {
  /* line 339, ../sass/general/_general.scss */
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 339, ../sass/general/_general.scss */
  .container {
    width: 95%;
  }
}
@media (min-width: 992px) {
  /* line 339, ../sass/general/_general.scss */
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  /* line 339, ../sass/general/_general.scss */
  .container {
    width: 80%;
  }
}

/* line 356, ../sass/general/_general.scss */
.line-banner.regularpage {
  position: relative;
}
/* line 360, ../sass/general/_general.scss */
.line-banner.regularpage:before, .line-banner.regularpage:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
/* line 367, ../sass/general/_general.scss */
.line-banner.regularpage:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/circle.png);
  top: -125px;
  left: 33%;
  height: 165px;
  width: 165px;
  z-index: 9;
}
@media (max-width: 767px) {
  /* line 367, ../sass/general/_general.scss */
  .line-banner.regularpage:before {
    top: -125px;
    left: auto;
    right: 0px;
    height: 165px;
    width: 165px;
    z-index: 9;
  }
}
/* line 383, ../sass/general/_general.scss */
.line-banner.regularpage:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/dots.png);
  bottom: -60px;
  right: 23%;
  height: 120px;
  width: 120px;
}
@media (max-width: 767px) {
  /* line 383, ../sass/general/_general.scss */
  .line-banner.regularpage:after {
    bottom: -40px;
    right: 18%;
    height: 80px;
    width: 80px;
  }
}
/* line 397, ../sass/general/_general.scss */
.line-banner.regularpage .mod-banner__img {
  height: 200px;
}
/* line 400, ../sass/general/_general.scss */
.line-banner.regularpage .mod-banner__content {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  /* line 400, ../sass/general/_general.scss */
  .line-banner.regularpage .mod-banner__content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 400, ../sass/general/_general.scss */
  .line-banner.regularpage .mod-banner__content {
    width: 95%;
  }
}
@media (min-width: 992px) {
  /* line 400, ../sass/general/_general.scss */
  .line-banner.regularpage .mod-banner__content {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  /* line 400, ../sass/general/_general.scss */
  .line-banner.regularpage .mod-banner__content {
    width: 80%;
  }
}
/* line 419, ../sass/general/_general.scss */
.line-banner.regularpage .mod-banner__content h3, .line-banner.regularpage .mod-banner__content h5 {
  margin-bottom: 0;
}
/* line 422, ../sass/general/_general.scss */
.line-banner.regularpage .mod-banner__content h5 {
  color: #fff;
}

/* line 1, ../sass/general/_ui-guide.scss */
h1, h2, h3, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 6, ../sass/general/_ui-guide.scss */
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br {
    display: none !important;
  }
}

/* line 22, ../sass/general/_ui-guide.scss */
h1, .h1 {
  font-size: 60px;
  line-height: 70px;
  color: #262A82;
  font-weight: 900;
}
@media (max-width: 767px) {
  /* line 22, ../sass/general/_ui-guide.scss */
  h1, .h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

/* line 34, ../sass/general/_ui-guide.scss */
h2, .h2 {
  font-size: 40px;
  line-height: 50px;
  color: #262A82;
  font-weight: 900;
}
@media (max-width: 767px) {
  /* line 34, ../sass/general/_ui-guide.scss */
  h2, .h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

/* line 43, ../sass/general/_ui-guide.scss */
h3, .h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #262A82;
  font-weight: 900;
}

/* line 51, ../sass/general/_ui-guide.scss */
h4, .h4 {
  font-size: 20px;
  line-height: 30px;
  color: #262A82;
  font-weight: 600;
}

/* line 60, ../sass/general/_ui-guide.scss */
h5, .h5 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #262A82;
  font-weight: 400;
}

/* line 68, ../sass/general/_ui-guide.scss */
h6, .h6 {
  font-size: 16px;
  line-height: 20px;
  color: #262A82;
  font-weight: 900;
}

/* line 78, ../sass/general/_ui-guide.scss */
p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #262A82;
}

/* line 136, ../sass/general/_ui-guide.scss */
.btn {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
}
/* line 139, ../sass/general/_ui-guide.scss */
.btn.btn-primary, .btn.btn-default {
  background-color: #ED3024;
  color: #fff;
  transition: background-color 150ms;
}
/* line 100, ../sass/general/_ui-guide.scss */
.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #262A82;
}
/* line 142, ../sass/general/_ui-guide.scss */
.btn.btn-link, .btn.btn-back {
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.btn.btn-link:hover, .btn.btn-back:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}
/* line 145, ../sass/general/_ui-guide.scss */
.btn.btn-infolettre {
  background-color: #ED3024;
  position: relative;
  padding-right: 80px;
  height: 80px;
  padding-left: 40px;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #262A82;
}
/* line 92, ../sass/style.scss */
.btn.btn-infolettre:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 70px;
  height: 50px;
  display: inline-block;
  margin-bottom: 6px;
  vertical-align: top;
  margin-top: 5px;
  background-image: url(https://cdn.ca.yapla.com/company/CPYzMVYPnDumHYFg8thIfkJV/asset/images/website-2020/icons-logos/Groupe%2037.png);
  background-size: 28px;
  background-position: center right;
  background-repeat: no-repeat;
}
/* line 127, ../sass/general/_ui-guide.scss */
.btn.btn-infolettre:after {
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
}

/* line 150, ../sass/general/_ui-guide.scss */
.back-to-list {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.back-to-list:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}

/* line 155, ../sass/general/_ui-guide.scss */
.back-to-list {
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.back-to-list:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}

/* line 159, ../sass/general/_ui-guide.scss */
.category {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ED3024;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 6px;
}

/* line 167, ../sass/general/_ui-guide.scss */
.keyword, .chosen-choices .search-choice, span.news-tags, span.news-blog__tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  background-color: #262A82 !important;
  display: inline-block;
  width: auto;
  padding: 2px 10px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}

/* line 179, ../sass/general/_ui-guide.scss */
span.news-tags, span.news-blog__tag {
  margin-right: 10px;
}

/* line 182, ../sass/general/_ui-guide.scss */
.search-form {
  margin-bottom: 30px;
}
/* line 184, ../sass/general/_ui-guide.scss */
.search-form label {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #262A82;
  font-weight: 900;
  color: #262A82 !important;
}

/* line 189, ../sass/general/_ui-guide.scss */
.chosen-choices {
  height: 51px !important;
  min-height: 0 !important;
}
/* line 192, ../sass/general/_ui-guide.scss */
.chosen-choices .search-choice {
  padding-right: 25px !important;
  border: none !important;
  background-image: none !important;
  margin: 0 !important;
}

/* line 199, ../sass/general/_ui-guide.scss */
.formatdate, .e-date, .adh-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ED3024;
  font-style: italic;
  font-weight: 700;
  text-transform: none !important;
}

/* line 208, ../sass/general/_ui-guide.scss */
.zend_form {
  background-color: rgba(38, 42, 130, 0.2);
  padding: 60px 60px 40px 60px;
  display: inline-block;
}
/* line 212, ../sass/general/_ui-guide.scss */
.zend_form .col-md-12 {
  width: 100%;
}
/* line 214, ../sass/general/_ui-guide.scss */
.zend_form .col-md-12 input, .zend_form .col-md-12 select, .zend_form .col-md-12 textarea {
  box-shadow: none !important;
}

/* line 221, ../sass/general/_ui-guide.scss */
#ui-form .ui-section__content {
  background-color: #E4DDE3;
}
/* line 223, ../sass/general/_ui-guide.scss */
#ui-form .ui-section__content h2 {
  color: #262A82;
}

/* line 229, ../sass/general/_ui-guide.scss */
form.form-horizontal {
  max-width: 800px;
  margin: auto;
}
/* line 232, ../sass/general/_ui-guide.scss */
form.form-horizontal .col-md-12 {
  width: 50%;
}
/* line 235, ../sass/general/_ui-guide.scss */
form.form-horizontal h2 {
  font-size: 40px;
  line-height: 50px;
  color: #262A82;
  font-weight: 900;
  color: #262A82;
}
@media (max-width: 767px) {
  /* line 235, ../sass/general/_ui-guide.scss */
  form.form-horizontal h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
/* line 239, ../sass/general/_ui-guide.scss */
form.form-horizontal label.control-label {
  color: #262A82;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
/* line 246, ../sass/general/_ui-guide.scss */
form.form-horizontal .event-price-description {
  color: #fff;
}
/* line 249, ../sass/general/_ui-guide.scss */
form.form-horizontal input, form.form-horizontal select, form.form-horizontal textarea {
  background-color: #EAEAEA;
  border: none;
  border-radius: 30px !important;
}
/* line 254, ../sass/general/_ui-guide.scss */
form.form-horizontal .crm-footer-frame {
  margin-top: 30px;
}
/* line 258, ../sass/general/_ui-guide.scss */
form.form-horizontal .form-control-static {
  padding: 10px;
  background-color: #EAEAEA;
  border-radius: 30px !important;
  color: #555555;
}
/* line 265, ../sass/general/_ui-guide.scss */
form.form-horizontal .control-label {
  color: #252a82;
  font-size: 15px;
}

/* line 271, ../sass/general/_ui-guide.scss */
#fieldset-1_subform {
  margin-top: 30px;
}

/* line 275, ../sass/general/_ui-guide.scss */
#fieldset-2_subform_total {
  margin-top: 30px;
}
/* line 277, ../sass/general/_ui-guide.scss */
#fieldset-2_subform_total .total-amount-section {
  background-color: #ED3024;
}

/* line 282, ../sass/general/_ui-guide.scss */
.payment-billing {
  margin-top: 30px;
}

/* line 286, ../sass/general/_ui-guide.scss */
.payment-summary .form-withProgress__grand-total {
  background-color: #ED3024;
}

/* line 290, ../sass/general/_ui-guide.scss */
.form-withProgress__wrapper .subscription-title legend, .form-withProgress__wrapper legend, .form-withProgress__wrapper fieldset, .form-withProgress__wrapper p {
  color: #262A82 !important;
}

/* line 294, ../sass/general/_ui-guide.scss */
.event-summary form > .subscription-title {
  margin-top: 30px !important;
}

/* line 298, ../sass/general/_ui-guide.scss */
.darkbackground form {
  background-color: #262A82;
}
/* line 300, ../sass/general/_ui-guide.scss */
.darkbackground form h2 {
  color: #fff;
}
/* line 303, ../sass/general/_ui-guide.scss */
.darkbackground form label.control-label {
  color: #fff;
}
/* line 306, ../sass/general/_ui-guide.scss */
.darkbackground form .btn-primary {
  color: #fff;
}
/* line 309, ../sass/general/_ui-guide.scss */
.darkbackground form input, .darkbackground form select, .darkbackground form textarea {
  background-color: #EAEAEA;
  border-bottom: none !important;
}

/* line 316, ../sass/general/_ui-guide.scss */
.form-withProgress__wrapper .subscription-title legend, .form-withProgress__wrapper legend, .form-withProgress__wrapper fieldset, .form-withProgress__wrapper p {
  color: #fff;
}

/* line 320, ../sass/general/_ui-guide.scss */
.control-label--required {
  float: left;
  padding-right: 5px;
  color: #262A82;
}

/* line 326, ../sass/general/_ui-guide.scss */
select, input.form-control, .chosen-choices {
  border: none !important;
  padding: 15px !important;
  height: 51px !important;
}

/* line 332, ../sass/general/_ui-guide.scss */
select {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-image: url("https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/fleche.png") !important;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 94% 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px !important;
}

/* line 344, ../sass/general/_ui-guide.scss */
.nav-progress {
  margin-top: 60px;
}
@media (max-width: 991px) {
  /* line 344, ../sass/general/_ui-guide.scss */
  .nav-progress {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 344, ../sass/general/_ui-guide.scss */
  .nav-progress {
    flex-direction: column;
    display: flex !important;
  }
}
@media (max-width: 991px) {
  /* line 353, ../sass/general/_ui-guide.scss */
  .nav-progress li {
    margin-bottom: 15px;
    display: inline-block;
    width: 32%;
  }
}
/* line 359, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 1;
}
/* line 364, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled a {
  text-align: left;
  padding-left: 0px;
  font-weight: 400;
  color: #262A82;
  color: #ED3024;
  margin-top: 10px;
  padding-left: 65px;
  text-transform: none;
  font-size: 15px;
  position: relative;
}
/* line 375, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled a:hover {
  padding-left: 65px;
  margin-top: 10px;
  text-transform: none;
  font-size: 15px;
}
/* line 383, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled:before {
  float: left;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border: none;
  color: #fff;
  background-color: #ED3024;
  padding: 8px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
/* line 396, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled:after {
  display: none;
}
/* line 399, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active {
  opacity: 1;
}
/* line 401, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active a {
  color: #ED3024;
}
/* line 405, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active:before {
  color: #fff;
  background-color: #ED3024;
}
/* line 409, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active:after {
  display: none;
}
/* line 413, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active ~ li {
  opacity: .2;
}
/* line 415, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active ~ li a {
  color: #ED3024;
}
/* line 418, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active ~ li:before {
  color: #fff;
  background-color: #ED3024;
}
/* line 422, ../sass/general/_ui-guide.scss */
.nav-progress li.disabled.active ~ li:after {
  display: none;
}

/* line 431, ../sass/general/_ui-guide.scss */
.sidebar__member-zone {
  background-color: rgba(38, 42, 130, 0.2);
}
/* line 434, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__inner {
  background: transparent;
  padding: 30px 15px 30px 15px;
}
/* line 438, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__member-header {
  border: none;
}
/* line 440, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__member-header__title {
  color: #262A82;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
/* line 448, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__member-footer {
  background: transparent;
}
/* line 450, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__member-footer a {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
  background-color: #ED3024;
  color: #fff;
  transition: background-color 150ms;
}
/* line 100, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__member-footer a:hover {
  background-color: #262A82;
}
/* line 456, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__menu li {
  padding: 3px 0;
  margin-bottom: 5px;
}
/* line 459, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__menu li a {
  color: #262A82;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 465, ../sass/general/_ui-guide.scss */
.sidebar__member-zone .member-sidebar__menu li.active {
  border-bottom: 5px solid #262A82;
  display: inline-block;
}

/* line 476, ../sass/general/_ui-guide.scss */
.news-accordion-panel-group > .panel-news-accordion:nth-child(odd) .panel-heading {
  background-color: #fef1ef !important;
}
/* line 479, ../sass/general/_ui-guide.scss */
.news-accordion-panel-group > .panel-news-accordion:nth-child(odd) .panel-body {
  background-color: #fef1ef !important;
}

/* line 485, ../sass/general/_ui-guide.scss */
.panel-default > .panel-heading {
  border-bottom: none;
}

/* line 489, ../sass/general/_ui-guide.scss */
.panel-collapse.in {
  border: none;
}

/* line 495, ../sass/general/_ui-guide.scss */
.panel-news-accordion:after, .tabwrap:after {
  content: "";
  width: 100%;
  display: block;
}
/* line 500, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading, .panel-news-accordion .bigtab, .tabwrap .panel-heading, .tabwrap .bigtab {
  background-color: #fff;
  padding: 20px 40px 20px 30px;
  color: #ED3024;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 510, ../sass/general/_ui-guide.scss */
  .panel-news-accordion .panel-heading h3, .panel-news-accordion .bigtab h3, .tabwrap .panel-heading h3, .tabwrap .bigtab h3 {
    font-size: 18px;
  }
}
/* line 515, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .trigger, .panel-news-accordion .bigtab .trigger, .tabwrap .panel-heading .trigger, .tabwrap .bigtab .trigger {
  color: transparent;
  float: right;
  transition: transform 250ms;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
/* line 525, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .trigger:after, .panel-news-accordion .bigtab .trigger:after, .tabwrap .panel-heading .trigger:after, .tabwrap .bigtab .trigger:after {
  content: " ";
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/plus.png);
  color: #ED3024;
  font-size: 14px;
}
/* line 531, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .trigger.up, .panel-news-accordion .bigtab .trigger.up, .tabwrap .panel-heading .trigger.up, .tabwrap .bigtab .trigger.up {
  transform: rotate(45deg);
}
/* line 537, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .panel-title a, .panel-news-accordion .bigtab .panel-title a, .tabwrap .panel-heading .panel-title a, .tabwrap .bigtab .panel-title a {
  color: #ED3024;
  text-decoration: none;
}
/* line 540, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .panel-title a:after, .panel-news-accordion .bigtab .panel-title a:after, .tabwrap .panel-heading .panel-title a:after, .tabwrap .bigtab .panel-title a:after {
  content: " ";
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/plus.png);
  transition: transform 250ms;
  color: #ED3024;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  /* line 540, ../sass/general/_ui-guide.scss */
  .panel-news-accordion .panel-heading .panel-title a:after, .panel-news-accordion .bigtab .panel-title a:after, .tabwrap .panel-heading .panel-title a:after, .tabwrap .bigtab .panel-title a:after {
    font-size: 18px;
    height: 30px;
  }
}
/* line 559, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .panel-title a.collapsed, .panel-news-accordion .bigtab .panel-title a.collapsed, .tabwrap .panel-heading .panel-title a.collapsed, .tabwrap .bigtab .panel-title a.collapsed {
  color: #ED3024;
  text-decoration: none;
}
/* line 562, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading .panel-title a.collapsed:after, .panel-news-accordion .bigtab .panel-title a.collapsed:after, .tabwrap .panel-heading .panel-title a.collapsed:after, .tabwrap .bigtab .panel-title a.collapsed:after {
  transform: rotate(0deg);
}
/* line 568, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading p, .panel-news-accordion .bigtab p, .tabwrap .panel-heading p, .tabwrap .bigtab p {
  display: none;
}
/* line 571, ../sass/general/_ui-guide.scss */
.panel-news-accordion .panel-heading:hover, .panel-news-accordion .bigtab:hover, .tabwrap .panel-heading:hover, .tabwrap .bigtab:hover {
  cursor: pointer;
}
/* line 575, ../sass/general/_ui-guide.scss */
.panel-news-accordion .tabcontent, .panel-news-accordion .panel-body, .tabwrap .tabcontent, .tabwrap .panel-body {
  background-color: #fff;
  padding: 0px 40px 30px 40px;
  margin-top: -10px;
}
/* line 580, ../sass/general/_ui-guide.scss */
.panel-news-accordion .tabcontent h4, .panel-news-accordion .panel-body h4, .tabwrap .tabcontent h4, .tabwrap .panel-body h4 {
  margin-bottom: 15px;
}
/* line 583, ../sass/general/_ui-guide.scss */
.panel-news-accordion .tabcontent p, .panel-news-accordion .panel-body p, .tabwrap .tabcontent p, .tabwrap .panel-body p {
  margin-bottom: 15px;
}
/* line 586, ../sass/general/_ui-guide.scss */
.panel-news-accordion .tabcontent hr, .panel-news-accordion .panel-body hr, .tabwrap .tabcontent hr, .tabwrap .panel-body hr {
  margin-bottom: 40px;
  border-top: 1px solid rgba(37, 42, 130, 0.2);
}
/* line 590, ../sass/general/_ui-guide.scss */
.panel-news-accordion .tabcontent li, .panel-news-accordion .panel-body li, .tabwrap .tabcontent li, .tabwrap .panel-body li {
  margin-bottom: 15px;
}

/* line 599, ../sass/general/_ui-guide.scss */
.zend_form .btn-link {
  margin-left: 30px;
}

/* line 607, ../sass/general/_ui-guide.scss */
.table-striped thead tr th {
  background-color: #262A82;
  border-bottom: none !important;
  padding: 20px 15px;
  color: #fff !important;
}
/* line 612, ../sass/general/_ui-guide.scss */
.table-striped thead tr th a {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #262A82;
  font-weight: 900;
  color: #fff !important;
}
/* line 622, ../sass/general/_ui-guide.scss */
.table-striped tbody > tr:nth-child(even) > td {
  background-color: #D2DBE8;
}
/* line 627, ../sass/general/_ui-guide.scss */
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #F1F4F8;
}
/* line 633, ../sass/general/_ui-guide.scss */
.table-striped tbody > tr:hover > td {
  /* to come :D */
}
/* line 638, ../sass/general/_ui-guide.scss */
.table-striped tbody tr td {
  padding: 15px 15px;
  color: #221F1C;
}
/* line 641, ../sass/general/_ui-guide.scss */
.table-striped tbody tr td .table__field-image {
  max-width: 130px;
  width: 100%;
}

/* line 649, ../sass/general/_ui-guide.scss */
.nav-tabs {
  margin-top: 60px;
}
/* line 651, ../sass/general/_ui-guide.scss */
.nav-tabs li {
  padding: 0px 20px;
}
/* line 653, ../sass/general/_ui-guide.scss */
.nav-tabs li:first-child {
  padding-left: 0;
}
/* line 656, ../sass/general/_ui-guide.scss */
.nav-tabs li a {
  border: none;
  border-bottom: 5px solid transparent;
  color: rgba(38, 42, 130, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 2px;
  padding: 10px 0px;
}
/* line 666, ../sass/general/_ui-guide.scss */
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: transparent;
  color: rgba(38, 42, 130, 0.4);
  border-color: transparent;
}
/* line 673, ../sass/general/_ui-guide.scss */
.nav-tabs li.active:hover a, .nav-tabs li.active a {
  border-bottom: 5px solid #ED3024;
  color: #262A82;
}

/* line 681, ../sass/general/_ui-guide.scss */
.breadcrumb {
  padding: 15px 0px;
}
/* line 684, ../sass/general/_ui-guide.scss */
.breadcrumb li a, .breadcrumb li span {
  font-size: 14px;
  font-weight: 600;
}
/* line 688, ../sass/general/_ui-guide.scss */
.breadcrumb li a {
  color: #262A82;
}
/* line 691, ../sass/general/_ui-guide.scss */
.breadcrumb li span {
  color: #ED3024;
}
/* line 695, ../sass/general/_ui-guide.scss */
.breadcrumb > li + li:before {
  content: "/";
  color: #262A82;
  font-weight: 400;
}

/* line 703, ../sass/general/_ui-guide.scss */
.zone-cart .table-cart__heading, .zone-cart .order-summary__title {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #262A82;
  font-weight: 900;
  color: #262A82;
  border-color: #fff;
}
/* line 708, ../sass/general/_ui-guide.scss */
.zone-cart .cart-wrapper__text-empty, .zone-cart .order-summary__subtotal, .zone-cart .order-summary__subtotal-amount, .zone-cart .order-summary__total {
  font-size: 20px;
  line-height: 30px;
  color: #262A82;
  font-weight: 600;
  font-weight: 700 !important;
  color: #262A82;
  border-color: #fff;
}
/* line 714, ../sass/general/_ui-guide.scss */
.zone-cart .order-totals__wrapper {
  background-color: rgba(38, 42, 130, 0.2);
  border-radius: 12px;
}
/* line 718, ../sass/general/_ui-guide.scss */
.zone-cart .table-order-taxes > tfoot > tr > td {
  border-color: #fff;
}

/* line 723, ../sass/general/_ui-guide.scss */
.zone-event .jumbotron .jumbotron__btn_subscribe {
  margin-top: 3.4rem;
}

/* line 729, ../sass/general/_ui-guide.scss */
.eventsList .item .e-thumbnail {
  box-shadow: 0 3px 6px rgba(34, 31, 28, 0.15);
}

@media (max-width: 767px) {
  /* line 736, ../sass/general/_ui-guide.scss */
  .news-mosaic .row > div {
    margin-bottom: 60px;
  }
}

/* line 743, ../sass/general/_ui-guide.scss */
ul, ol {
  padding-left: 20px;
  margin-top: 0;
  color: #262A82;
}
/* line 747, ../sass/general/_ui-guide.scss */
ul li, ol li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
/* line 751, ../sass/general/_ui-guide.scss */
ul li:before, ol li:before {
  font-weight: 900;
}

/* line 757, ../sass/general/_ui-guide.scss */
ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

/* line 763, ../sass/general/_ui-guide.scss */
ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

/* line 771, ../sass/general/_ui-guide.scss */
ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

/* line 780, ../sass/general/_ui-guide.scss */
.form-withProgress__navigation-footer {
  margin-top: 15px;
}

/* line 1, ../sass/general/_header.scss */
.main-menu, .line-menu {
  height: 110px;
  background-color: #fff;
  z-index: 99999999999;
}
/* line 6, ../sass/general/_header.scss */
.main-menu:after, .line-menu:after {
  display: none;
}
@media (max-width: 991px) {
  /* line 10, ../sass/general/_header.scss */
  .main-menu .container, .line-menu .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 14, ../sass/general/_header.scss */
  .main-menu .zone-menu, .line-menu .zone-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 20, ../sass/general/_header.scss */
.main-menu .navbar, .line-menu .navbar {
  margin-top: 10px;
}
/* line 22, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav, .line-menu .navbar .navbar-nav {
  float: right;
}
@media (max-width: 991px) {
  /* line 22, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav, .line-menu .navbar .navbar-nav {
    float: none;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  /* line 31, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav > li:first-child a, .line-menu .navbar .navbar-nav > li:first-child a {
    padding-left: 0;
  }
}
/* line 36, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav > li:last-child .dropdown-menu, .line-menu .navbar .navbar-nav > li:last-child .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 40, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav > li:last-child a, .line-menu .navbar .navbar-nav > li:last-child a {
  background-color: #262A82;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 24px;
  margin-left: 9px;
  transition: background-color 150ms;
}
@media (max-width: 991px) {
  /* line 40, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav > li:last-child a, .line-menu .navbar .navbar-nav > li:last-child a {
    background-color: #ED3024;
    padding: 20px 40px;
    display: inline-block;
  }
}
/* line 53, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav > li:last-child a.active, .line-menu .navbar .navbar-nav > li:last-child a.active {
  color: #fff !important;
}
/* line 56, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav > li:last-child a:hover, .line-menu .navbar .navbar-nav > li:last-child a:hover {
  background-color: #ED3024;
}
/* line 63, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  color: #262A82;
  padding: 35px 10px 20px 10px;
  transition: margin-top 250ms;
  text-transform: none;
}
@media (min-width: 992px) {
  /* line 73, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li a:after, .line-menu .navbar .navbar-nav li a:after {
    content: "";
    height: 5px;
    position: absolute;
    left: 101%;
    right: 100%;
    bottom: 5px;
    background-color: transparent;
    border-radius: 50px;
    transition: background-color 150ms, right 350ms, left 350ms;
  }
}
@media (max-width: 1199px) {
  /* line 63, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /* line 63, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li a, .line-menu .navbar .navbar-nav li a {
    font-size: 22px;
    padding: 15px 10px 5px 10px;
    color: #fff;
  }
}
/* line 94, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li a.dropdown-toggle, .line-menu .navbar .navbar-nav li a.dropdown-toggle {
  display: none;
}
@media (max-width: 991px) {
  /* line 94, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li a.dropdown-toggle, .line-menu .navbar .navbar-nav li a.dropdown-toggle {
    display: block;
    width: 100%;
    text-align: right;
    margin-right: 10px;
    height: 50px;
    margin-top: -49px;
  }
  /* line 103, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li a.dropdown-toggle .caret, .line-menu .navbar .navbar-nav li a.dropdown-toggle .caret {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    background-image: url(https://cdn.ca.yapla.com/company/CPYAtFaZ54iJqrwjxWzsQH1YV/asset/images/2019/icons/arrowwhite.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: transform 150ms ease;
    border: none;
    margin-top: 5px;
  }
}
/* line 122, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li.open a.dropdown-toggle .caret, .line-menu .navbar .navbar-nav li.open a.dropdown-toggle .caret {
  transform: rotate(0deg);
}
/* line 127, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li:hover, .main-menu .navbar .navbar-nav li:focus, .main-menu .navbar .navbar-nav li.active, .main-menu .navbar .navbar-nav li.active:hover, .line-menu .navbar .navbar-nav li:hover, .line-menu .navbar .navbar-nav li:focus, .line-menu .navbar .navbar-nav li.active, .line-menu .navbar .navbar-nav li.active:hover {
  background-color: transparent;
}
/* line 129, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li:hover a, .main-menu .navbar .navbar-nav li:focus a, .main-menu .navbar .navbar-nav li.active a, .main-menu .navbar .navbar-nav li.active:hover a, .line-menu .navbar .navbar-nav li:hover a, .line-menu .navbar .navbar-nav li:focus a, .line-menu .navbar .navbar-nav li.active a, .line-menu .navbar .navbar-nav li.active:hover a {
  color: #ED3024;
}
/* line 136, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li .dropdown-menu, .line-menu .navbar .navbar-nav li .dropdown-menu {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #BABABA;
}
/* line 141, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li .dropdown-menu li a, .line-menu .navbar .navbar-nav li .dropdown-menu li a {
  color: #221F1C;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
/* line 145, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li .dropdown-menu li a:after, .line-menu .navbar .navbar-nav li .dropdown-menu li a:after {
  display: none;
}
/* line 148, ../sass/general/_header.scss */
.main-menu .navbar .navbar-nav li .dropdown-menu li a:hover, .line-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
  background-color: #fff;
  color: #ED3024;
}
@media (max-width: 991px) {
  /* line 141, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li .dropdown-menu li a, .line-menu .navbar .navbar-nav li .dropdown-menu li a {
    font-weight: 600;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  /* line 136, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li .dropdown-menu, .line-menu .navbar .navbar-nav li .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px 0 15px;
    margin-bottom: 10px;
    background-color: #ED3024;
    border: none;
  }
  /* line 165, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li .dropdown-menu li a, .line-menu .navbar .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
    text-transform: none;
    font-weight: 400;
  }
  /* line 169, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li .dropdown-menu li a:hover, .line-menu .navbar .navbar-nav li .dropdown-menu li a:hover {
    background-color: #ED3024;
    color: #262A82 !important;
  }
}
@media (max-width: 991px) {
  /* line 179, ../sass/general/_header.scss */
  .main-menu .navbar .navbar-nav li.active:hover a, .line-menu .navbar .navbar-nav li.active:hover a {
    color: #fff;
  }
}
@media (max-width: 991px) {
  /* line 1, ../sass/general/_header.scss */
  .main-menu, .line-menu {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999999;
    padding: 5px 0 0 0;
    height: auto;
  }
  /* line 195, ../sass/general/_header.scss */
  .main-menu .container, .line-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 199, ../sass/general/_header.scss */
  .main-menu .container > .row > div:first-child, .line-menu .container > .row > div:first-child {
    width: 50%;
    float: left;
  }
  /* line 206, ../sass/general/_header.scss */
  .main-menu .navbar, .line-menu .navbar {
    background-color: #262A82;
  }
  /* line 209, ../sass/general/_header.scss */
  .main-menu .navbar-header, .line-menu .navbar-header {
    background-color: #fff;
  }
  /* line 212, ../sass/general/_header.scss */
  .main-menu .navbar-nav, .line-menu .navbar-nav {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 216, ../sass/general/_header.scss */
  .main-menu .navbar-nav li, .line-menu .navbar-nav li {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 219, ../sass/general/_header.scss */
  .main-menu .navbar-nav li a, .line-menu .navbar-nav li a {
    padding: 15px 35px;
  }
  /* line 222, ../sass/general/_header.scss */
  .main-menu .navbar-nav li.open a, .line-menu .navbar-nav li.open a {
    color: #262A82 !important;
  }
  /* line 227, ../sass/general/_header.scss */
  .main-menu .zone-header, .line-menu .zone-header {
    float: left;
    padding-left: 15px !important;
    position: relative;
    z-index: 9999;
    margin-top: 0px;
  }
  /* line 234, ../sass/general/_header.scss */
  .main-menu .zone-menu, .line-menu .zone-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
  /* line 239, ../sass/general/_header.scss */
  .main-menu .zone-menu .navbar-header, .line-menu .zone-menu .navbar-header {
    padding-right: 15px;
  }
  /* line 243, ../sass/general/_header.scss */
  .main-menu .navbar-toggle, .line-menu .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 17px;
  }
  /* line 247, ../sass/general/_header.scss */
  .main-menu .navbar-toggle .icon-bar, .line-menu .navbar-toggle .icon-bar {
    background-color: #262A82;
    width: 30px;
    border-radius: 30px;
  }
  /* line 252, ../sass/general/_header.scss */
  .main-menu .navbar-toggle.collapsed, .line-menu .navbar-toggle.collapsed {
    margin-right: 15px;
  }
  /* line 254, ../sass/general/_header.scss */
  .main-menu .navbar-toggle.collapsed .icon-bar, .line-menu .navbar-toggle.collapsed .icon-bar {
    height: 3px;
  }
  /* line 259, ../sass/general/_header.scss */
  .main-menu .navbar-collapse, .line-menu .navbar-collapse {
    transition: height 150ms linear;
    border-color: #fff;
    overflow-x: hidden;
    height: 0;
  }
  /* line 264, ../sass/general/_header.scss */
  .main-menu .navbar-collapse.collapse.in, .line-menu .navbar-collapse.collapse.in {
    height: calc(100vh - 80px);
    background-color: #262A82;
    padding-bottom: 70px;
    overflow-x: hidden;
    border-top: none;
    box-shadow: none;
    border-color: #262A82;
  }
}

/* sticky menu only on website */
/* line 279, ../sass/general/_header.scss */
.line-menu .logoswrap, .main-menu .logoswrap {
  margin-top: 30px;
  position: relative;
  display: block;
  height: 27px;
  width: 216px;
  z-index: 10;
}
/* line 286, ../sass/general/_header.scss */
.line-menu .logoswrap img, .main-menu .logoswrap img {
  position: absolute;
}
/* line 288, ../sass/general/_header.scss */
.line-menu .logoswrap img.logofull, .main-menu .logoswrap img.logofull {
  left: 0;
  top: 0;
}
/* line 292, ../sass/general/_header.scss */
.line-menu .logoswrap img.logosmol, .main-menu .logoswrap img.logosmol {
  position: fixed;
  left: 43px;
  top: 35px;
}
@media (min-width: 992px) {
  /* line 300, ../sass/general/_header.scss */
  .line-menu.sticked, .main-menu.sticked {
    height: 100px;
  }
  /* line 303, ../sass/general/_header.scss */
  .line-menu.sticked > .container-fluid, .main-menu.sticked > .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    padding: 5px 45px;
    transition: top 250ms;
    background-color: #fff;
  }
  /* line 313, ../sass/general/_header.scss */
  .line-menu.sticked > .container-fluid .navbar-nav li a, .main-menu.sticked > .container-fluid .navbar-nav li a {
    padding: 25px 10px 20px 10px;
  }
}
/* line 321, ../sass/general/_header.scss */
.line-menu.menuhidden > .container-fluid, .main-menu.menuhidden > .container-fluid {
  top: -100px;
}

@media (max-width: 767px) {
  /* line 328, ../sass/general/_header.scss */
  .overflowhidden .main-menu > .container {
    border-bottom: none;
  }
}

/* line 335, ../sass/general/_header.scss */
.mod-header-logo {
  max-width: 250px;
}

/* line 3, ../sass/general/_footer.scss */
.line-footer .customfooter h3 {
  margin-top: 165px;
}
@media (max-width: 767px) {
  /* line 2, ../sass/general/_footer.scss */
  .line-footer .customfooter {
    text-align: center;
  }
}
/* line 9, ../sass/general/_footer.scss */
.line-footer .customfooter > .row {
  border-bottom: 1px solid #DEDEDE;
}
/* line 12, ../sass/general/_footer.scss */
.line-footer .customfooter > .row h3 {
  margin-top: 30px;
  color: #262A82;
  margin-bottom: 0;
}
/* line 18, ../sass/general/_footer.scss */
.line-footer .customfooter > .row ul {
  margin-top: 5px;
  width: 100%;
}
/* line 179, ../sass/general/_general.scss */
.line-footer .customfooter > .row ul:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  /* line 18, ../sass/general/_footer.scss */
  .line-footer .customfooter > .row ul {
    margin-top: 60px;
  }
}
/* line 26, ../sass/general/_footer.scss */
.line-footer .customfooter > .row ul li {
  display: inline-block;
  margin-right: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 26, ../sass/general/_footer.scss */
  .line-footer .customfooter > .row ul li {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    margin-right: 0;
  }
}
/* line 37, ../sass/general/_footer.scss */
.line-footer .customfooter > .row ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #262A82;
  transition: color 150ms;
}
/* line 42, ../sass/general/_footer.scss */
.line-footer .customfooter > .row ul li a:hover {
  text-decoration: none;
  color: #ED3024;
}
/* line 47, ../sass/general/_footer.scss */
.line-footer .customfooter > .row ul li:last-child {
  float: right;
  padding-top: 25px;
}
@media (max-width: 767px) {
  /* line 47, ../sass/general/_footer.scss */
  .line-footer .customfooter > .row ul li:last-child {
    float: none;
  }
}
/* line 55, ../sass/general/_footer.scss */
.line-footer .customfooter > .row ul li:last-child a {
  color: #fff;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
  background-color: #ED3024;
  color: #fff;
  transition: background-color 150ms;
}
/* line 100, ../sass/general/_ui-guide.scss */
.line-footer .customfooter > .row ul li:last-child a:hover {
  background-color: #262A82;
}
@media (max-width: 767px) {
  /* line 55, ../sass/general/_footer.scss */
  .line-footer .customfooter > .row ul li:last-child a {
    margin-right: 0px;
  }
}
/* line 68, ../sass/general/_footer.scss */
.line-footer .customfooter > .row:last-child {
  padding-bottom: 20px;
}
/* line 71, ../sass/general/_footer.scss */
.line-footer .customfooter > .row:last-child > .col-md-6 img {
  margin-left: 30px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  /* line 82, ../sass/general/_footer.scss */
  .partnersfooter img, .partnersection img {
    max-width: 125px;
  }
}

/* line 3, ../sass/general/_listings.scss */
.eventsList .item h3, .newsList .item h3 {
  margin-bottom: 10px;
}
/* line 5, ../sass/general/_listings.scss */
.eventsList .item h3 a, .newsList .item h3 a {
  font-size: 22px;
  color: #ED3024;
}
/* line 10, ../sass/general/_listings.scss */
.eventsList .item .e-date, .newsList .item .e-date {
  font-size: 20px;
  line-height: 30px;
  color: #262A82;
  font-weight: 600;
  font-style: normal;
}
/* line 14, ../sass/general/_listings.scss */
.eventsList .item hr, .newsList .item hr {
  display: none;
}
/* line 18, ../sass/general/_listings.scss */
.eventsList .item .actions .btn-primary, .newsList .item .actions .btn-primary {
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.eventsList .item .actions .btn-primary:hover, .newsList .item .actions .btn-primary:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}
/* line 20, ../sass/general/_listings.scss */
.eventsList .item .actions .btn-primary:hover, .newsList .item .actions .btn-primary:hover {
  color: #ED3024 !important;
  background-color: #fff !important;
}

/* line 30, ../sass/general/_listings.scss */
.zone-news_flash a.viewAll {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.zone-news_flash a.viewAll:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}

/* line 38, ../sass/general/_listings.scss */
.zone-news .news-blog__items .news-blog__box {
  border: none;
}
/* line 41, ../sass/general/_listings.scss */
.zone-news .news-blog__items .news-blog__box .news-blog__cta {
  text-align: left;
}
/* line 44, ../sass/general/_listings.scss */
.zone-news .news-blog__items .news-blog__box .news-blog__readmore {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.zone-news .news-blog__items .news-blog__box .news-blog__readmore:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}

/* line 53, ../sass/general/_listings.scss */
.news-mosaic h3 {
  margin-bottom: 10px;
}
/* line 56, ../sass/general/_listings.scss */
.news-mosaic .btn-link {
  margin-top: 0px;
}
/* line 60, ../sass/general/_listings.scss */
.news-mosaic .row > div > a:last-child {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  height: 50px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  border: none;
  border-radius: 30px;
  min-width: 0;
  transition: background-color 150ms, color 150ms, border 150ms;
  color: #262A82;
  border: 2px solid #F37163;
  background-color: transparent;
}
/* line 110, ../sass/general/_ui-guide.scss */
.news-mosaic .row > div > a:last-child:hover {
  text-decoration: none;
  background-color: #F37163;
  color: #fff;
}
/* line 65, ../sass/general/_listings.scss */
.news-mosaic .row {
  margin-top: 0 !important;
}

/* line 71, ../sass/general/_listings.scss */
.mosaicroundarticleimage .row > div > a:first-child {
  display: block;
  border: 5px solid #F37163;
  border-radius: 50%;
  width: 177px;
  height: 177px;
  margin-left: auto;
  margin-right: auto;
}
/* line 80, ../sass/general/_listings.scss */
.mosaicroundarticleimage .row > div > a:first-child .news-thumbnail {
  margin: 5px;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

/* line 89, ../sass/general/_listings.scss */
.directroundimage {
  display: block;
  border: 5px solid #F37163;
  border-radius: 50%;
  width: 177px;
  height: 177px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

/* Banni├¿res */
/* line 5, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img {
  height: calc(100vh - 200px);
  overflow: visible;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img {
    height: calc(100vh - 140px);
  }
  /* line 12, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img p img {
    display: none;
  }
}
/* line 17, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img:before, .line-banner.homepage .mod-banner__wrapper .mod-banner__img:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
/* line 24, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/circle.png);
  top: 30px;
  left: -82px;
  height: 165px;
  width: 165px;
}
@media (max-width: 575px) {
  /* line 24, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img:before {
    background-size: 165px;
    background-position: center left;
    top: 120px;
    left: auto;
    right: 0px;
    width: 40px;
  }
}
/* line 39, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/dots.png);
  bottom: -95px;
  left: 120px;
  height: 190px;
  width: 190px;
}
@media (max-width: 991px) {
  /* line 39, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img:after {
    bottom: -60px;
    left: 80px;
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  /* line 39, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img:after {
    bottom: -50px;
    left: 40px;
    height: 100px;
    width: 100px;
  }
}
/* line 60, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content {
  bottom: 0;
  top: 0;
  margin: auto;
  height: max-content;
  text-align: left;
  transform: none;
  left: 50%;
  width: 50%;
}
@media (max-width: 1395px) {
  /* line 60, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    left: 40%;
    width: 60%;
  }
}
@media (max-width: 991px) {
  /* line 60, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    left: 20%;
    width: 70%;
  }
}
@media (max-width: 767px) {
  /* line 60, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    left: 15%;
    width: 70%;
  }
}
@media (max-width: 575px) {
  /* line 60, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content {
    left: 5%;
    width: 90%;
  }
  /* line 88, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 360px) {
  /* line 94, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 100, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content h3 {
  margin-bottom: 0;
  color: #ED3024;
  padding: 20px 0 20px 0;
  border-top: 5px solid #262A82;
  border-bottom: 5px solid #262A82;
  display: inline-block;
}
/* line 108, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content h5 {
  color: #262A82;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  text-transform: none;
}
/* line 115, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content .btn-primary {
  background-color: #262A82;
  margin-right: 60px;
  font-size: 20px;
}
/* line 119, ../sass/pages/_homepage.scss */
.line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content .btn-primary:hover {
  background-color: #ED3024;
}
@media (max-width: 360px) {
  /* line 115, ../sass/pages/_homepage.scss */
  .line-banner.homepage .mod-banner__wrapper .mod-banner__img .mod-banner__content .btn-primary {
    margin-right: 0;
  }
}

/* line 132, ../sass/pages/_homepage.scss */
.linearoundtitle {
  position: relative;
  text-align: center;
}
/* line 135, ../sass/pages/_homepage.scss */
.linearoundtitle:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  margin: auto;
  background-color: #ED3024;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 135, ../sass/pages/_homepage.scss */
  .linearoundtitle:after {
    width: 75%;
  }
}
@media (max-width: 991px) {
  /* line 135, ../sass/pages/_homepage.scss */
  .linearoundtitle:after {
    width: 85%;
  }
}
@media (max-width: 767px) {
  /* line 135, ../sass/pages/_homepage.scss */
  .linearoundtitle:after {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 135, ../sass/pages/_homepage.scss */
  .linearoundtitle:after {
    left: -15px;
    right: -15px;
  }
}
/* line 160, ../sass/pages/_homepage.scss */
.linearoundtitle h4 {
  background-color: #fff;
  color: #ED3024;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
}

/* line 170, ../sass/pages/_homepage.scss */
.iconsbeforeafter {
  position: relative;
}
/* line 173, ../sass/pages/_homepage.scss */
.iconsbeforeafter .zone-news_flash h2 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
/* line 180, ../sass/pages/_homepage.scss */
.iconsbeforeafter .zone-news_flash .itemImage {
  border: 5px solid #fff;
  border-radius: 50%;
  max-width: 177px;
  max-height: 177px;
  margin-left: auto;
  margin-right: auto;
}
/* line 187, ../sass/pages/_homepage.scss */
.iconsbeforeafter .zone-news_flash .itemImage img {
  margin: 5px;
  border-radius: 50%;
  max-width: 156px;
  max-height: 156px;
}
/* line 195, ../sass/pages/_homepage.scss */
.iconsbeforeafter:before, .iconsbeforeafter:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
/* line 202, ../sass/pages/_homepage.scss */
.iconsbeforeafter:before {
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/circle.png);
  top: -82px;
  left: -82px;
  height: 165px;
  width: 165px;
}
/* line 209, ../sass/pages/_homepage.scss */
.iconsbeforeafter:after {
  background-image: url(https://cdn.ca.yapla.com/company/CPYtXvSko5xGbIJ6LKQ4No2d/asset/images/GES-2020/dots.png);
  bottom: -60px;
  right: 120px;
  height: 120px;
  width: 120px;
}
@media (max-width: 767px) {
  /* line 209, ../sass/pages/_homepage.scss */
  .iconsbeforeafter:after {
    right: 40px;
    bottom: -50px;
    height: 100px;
    width: 100px;
  }
}

/* line 3, ../sass/pages/_about.scss */
.roundarticleimage .row > div:first-child .mod-article__content {
  border: 5px solid #F37163;
  border-radius: 50%;
  width: 177px;
  height: 177px;
  margin-left: auto;
  margin-right: auto;
}
/* line 11, ../sass/pages/_about.scss */
.roundarticleimage .row > div:first-child .mod-article__content .mod-article__img {
  margin: 5px;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}
@media (max-width: 767px) {
  /* line 3, ../sass/pages/_about.scss */
  .roundarticleimage .row > div:first-child .mod-article__content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 24, ../sass/pages/_about.scss */
  .roundarticleimage .row > div:last-child .mod-article__content {
    margin-top: 60px;
  }
}

/* line 32, ../sass/pages/_about.scss */
.adminwords h3 {
  color: #ED3024;
}
/* line 35, ../sass/pages/_about.scss */
.adminwords h4 {
  margin-bottom: 0;
}

/* line 41, ../sass/pages/_about.scss */
.aboutsection h3 {
  margin-bottom: 0;
}
/* line 44, ../sass/pages/_about.scss */
.aboutsection h4 {
  color: #ED3024;
}
@media (max-width: 767px) {
  /* line 48, ../sass/pages/_about.scss */
  .aboutsection .mod-article__img {
    margin-bottom: 30px;
  }
}

/* line 2, ../sass/pages/_speakers.scss */
.news-detail .intro-text.news-article__intro-text {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 5, ../sass/pages/_speakers.scss */
.news-detail .intro-text.news-article__intro-text h3 {
  font-size: 60px;
  line-height: 70px;
  color: #262A82;
  font-weight: 900;
  position: relative;
  z-index: 10;
  background-color: #fff;
  margin-top: -100px;
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_speakers.scss */
  .news-detail .intro-text.news-article__intro-text h3 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_speakers.scss */
  .news-detail .intro-text.news-article__intro-text h3 {
    margin-top: -80px;
  }
}
/* line 16, ../sass/pages/_speakers.scss */
.news-detail .news-text .floatwrap {
  float: left;
  display: inline-block;
  height: 100%;
}
/* line 20, ../sass/pages/_speakers.scss */
.news-detail .news-text .floatwrap:first-child {
  width: 33%;
}
@media (max-width: 767px) {
  /* line 20, ../sass/pages/_speakers.scss */
  .news-detail .news-text .floatwrap:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 26, ../sass/pages/_speakers.scss */
  .news-detail .news-text .floatwrap:first-child .directroundimage {
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 26, ../sass/pages/_speakers.scss */
  .news-detail .news-text .floatwrap:first-child .directroundimage {
    margin-bottom: 30px;
  }
}

/* line 34, ../sass/pages/_speakers.scss */
.news-detail .news-text .floatwrap:last-child {
  width: 66%;
}
@media (max-width: 767px) {
  /* line 34, ../sass/pages/_speakers.scss */
  .news-detail .news-text .floatwrap:last-child {
    width: 100%;
  }
}

/* line 45, ../sass/pages/_speakers.scss */
.hidepartnersfooter .partnersfooter {
  display: none;
}

/* line 2, ../sass/pages/_inscription.scss */
.inscriptionzonemembre .form-withProgress__wrapper {
  padding: 0;
}
/* line 5, ../sass/pages/_inscription.scss */
.inscriptionzonemembre h1 {
  display: none;
}
/* line 8, ../sass/pages/_inscription.scss */
.inscriptionzonemembre p {
  display: none;
}
/* line 11, ../sass/pages/_inscription.scss */
.inscriptionzonemembre .register-form {
  margin-top: 0;
}

/* line 20, ../sass/pages/_inscription.scss */
.tariftablestyleexposants {
  width: 100%;
}
/* line 24, ../sass/pages/_inscription.scss */
.tariftablestyleexposants tr td:last-child {
  text-align: right;
}

/* line 30, ../sass/pages/_inscription.scss */
.tariftabletopstyle, .tariftablestyle {
  width: 100%;
}
/* line 32, ../sass/pages/_inscription.scss */
.tariftabletopstyle td, .tariftablestyle td {
  width: 33%;
}
/* line 36, ../sass/pages/_inscription.scss */
.tariftabletopstyle tr td:last-child, .tariftabletopstyle tr td:nth-last-child(2), .tariftablestyle tr td:last-child, .tariftablestyle tr td:nth-last-child(2) {
  text-align: right;
}

/* line 42, ../sass/pages/_inscription.scss */
.tariftabletopstyle {
  font-size: 16px;
  line-height: 20px;
  color: #262A82;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 45, ../sass/pages/_inscription.scss */
.tariftabletopstyle td {
  padding: 15px 30px;
}
@media (max-width: 767px) {
  /* line 45, ../sass/pages/_inscription.scss */
  .tariftabletopstyle td {
    padding: 15px 10px;
  }
}

/* line 55, ../sass/pages/_inscription.scss */
.tariftablestyle thead td, .tariftablestyleexposants thead td {
  background-color: #F37163;
  font-size: 16px;
  line-height: 20px;
  color: #262A82;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
/* line 60, ../sass/pages/_inscription.scss */
.tariftablestyle thead td:last-child, .tariftablestyleexposants thead td:last-child {
  border-right: none;
}
/* line 65, ../sass/pages/_inscription.scss */
.tariftablestyle td, .tariftablestyleexposants td {
  font-size: 16px;
  line-height: 20px;
  color: #262A82;
  font-weight: 900;
  text-transform: uppercase;
  padding: 30px 10px;
  border-right: 10px solid #fff;
}

/* line 75, ../sass/pages/_inscription.scss */
.tariftablestyle tbody tr:nth-child(even) {
  background-color: rgba(243, 113, 99, 0.1);
}

/* line 82, ../sass/pages/_inscription.scss */
.tariftablestyleexposants tbody tr:nth-child(odd) {
  background-color: rgba(243, 113, 99, 0.1);
}

/* line 89, ../sass/pages/_inscription.scss */
input[type="radio"] {
  margin-top: 5px;
}

/* line 94, ../sass/pages/_inscription.scss */
.exposantsection p {
  margin-bottom: 0;
}
/* line 97, ../sass/pages/_inscription.scss */
.exposantsection a {
  color: #ED3024;
}
/* line 100, ../sass/pages/_inscription.scss */
.exposantsection li {
  padding-bottom: 15px;
}
/* line 103, ../sass/pages/_inscription.scss */
.exposantsection h3 {
  color: #ED3024;
}

/* line 109, ../sass/pages/_inscription.scss */
.tariftablestyleexposants tr td:last-child {
  min-width: 131px;
}

/* line 115, ../sass/pages/_inscription.scss */
#organizer_form .form-element-organizer_enable .col-md-12 {
  width: 100%;
}






</style>
<link href="http://localhost/ges2020/stylesheets/style.css" rel="stylesheet" type="text/css" />
<style>