/* COLORS */
/** shades of grey **/
/** basics colors **/
/** backgrounds colors **/
/** texts colors **/
/** overlays colors **/
/** specifics colors **/
/* overrides materializecss color */
/* FONTS */
/*** MARGINS AND PADDINGS ***/
/**** BORDER RADIUS ****/
/**** CUSTOM ****/
/**** SHADOWS ****/
/***** MEDIA QUERIES ******/
/*** font color depending on bg color ***/
/*
@mixin gradientSass () {
  background-color: rgba(252,240,244,1);
  background: @include filter-gradient(#fcf0f4, #6b418f, horizontal);
  // IE9 SVG, needs conditional override of 'filter' to 'none'
  $experimental-support-for-svg: true;
  background: @include background-image(linear-gradient(left, rgba(252,240,244,1) 0%, rgba(252,240,244,1) 14%, rgba(217,193,219,1) 14%, rgba(217,193,219,1) 28%, rgba(198,168,204,1) 28%, rgba(198,168,204,1) 42%, rgba(183,147,191,1) 42%, rgba(183,147,191,1) 56%, rgba(151,120,179,1) 56%, rgba(151,120,179,1) 70%, rgba(130,89,155,1) 70%, rgba(130,89,155,1) 85%, rgba(107,65,143,1) 85%, rgba(107,65,143,1) 100%));
}
*/
.banner.full.argumentaire > .content {
  display: flex;
  justify-content: space-between;
}
.banner.full.argumentaire > .content .left {
  width: 45%;
  flex: unset;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .banner.full.argumentaire > .content .left {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .banner.full.argumentaire > .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.banner.full.argumentaire > .content .left .primary-separator {
  margin-bottom: 46px;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .banner.full.argumentaire > .content .left .primary-separator {
    margin-bottom: 32px;
  }
}
.banner.full.argumentaire > .content .left .h1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .banner.full.argumentaire > .content .left .h1 {
    margin-bottom: 16px;
  }
}
.banner.full.argumentaire > .content .left .paragraph {
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .banner.full.argumentaire > .content .left .paragraph {
    line-height: 30px;
  }
}
.banner.full.argumentaire > .content .right {
  width: 42%;
  flex: unset;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .banner.full.argumentaire > .content .right {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .banner.full.argumentaire > .content .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.argumentaire > .content .right {
    flex-flow: column wrap;
    margin-top: 0;
  }
}
.banner.full.argumentaire > .content .right .argumentaire {
  width: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner.full.argumentaire > .content .right .argumentaire {
    margin-bottom: 48px;
    width: 100%;
  }
  .banner.full.argumentaire > .content .right .argumentaire:last-child {
    margin-bottom: 0 !important;
  }
}
.banner.full.argumentaire > .content .right .argumentaire:nth-child(-n+2) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .banner.full.argumentaire > .content .right .argumentaire:nth-child(-n+2) {
    margin-bottom: 48px;
  }
}
.banner.full.argumentaire > .content .right .argumentaire .picto {
  padding-bottom: 16px;
}
.banner.full.argumentaire > .content .right .argumentaire h3 {
  margin: 0;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .banner.full.argumentaire > .content .right .argumentaire h3 {
    font-size: 24px;
  }
}
.banner.full.argumentaire > .content .right .argumentaire .text {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .banner.full.argumentaire > .content .right .argumentaire .text {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.argumentaire > .content .right .argumentaire .cta {
    margin-top: 12px;
  }
}
.banner.full.argumentaire > .content .right .argumentaire .cta a,
.banner.full.argumentaire > .content .right .argumentaire .cta .js-link {
  color: #1C2D37;
  border: 2px solid #1C2D37;
  background: #FFF;
  padding: 7px 18px;
  line-height: 1.2;
}
.banner.full.argumentaire > .content .right .argumentaire .cta a:hover, .banner.full.argumentaire > .content .right .argumentaire .cta a:active, .banner.full.argumentaire > .content .right .argumentaire .cta a:focus,
.banner.full.argumentaire > .content .right .argumentaire .cta .js-link:hover,
.banner.full.argumentaire > .content .right .argumentaire .cta .js-link:active,
.banner.full.argumentaire > .content .right .argumentaire .cta .js-link:focus {
  background: #1C2D37;
  color: #FFF;
}
.banner.full.argumentaire > .content .right .argumentaire .cta .js-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-family: "BNPPSans-Light", "Open Sans";
  font-size: 17px !important;
  font-weight: 700 !important;
}
.banner.full.argumentaire > .content .right .argumentaire .cta a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*# sourceMappingURL=maps/slice-hub-argumentaire.css.map */
