/* 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.list {
  margin: 0 0 36px 0;
  min-height: 550px;
}
@media screen and (max-width: 1024px) {
  .banner.full.list {
    min-height: 570px;
  }
}
@media screen and (max-width: 960px) {
  .banner.full.list {
    min-height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.list {
    margin: 0;
  }
}
.banner.full.list:not(.load-js) .list-step-list .paragraph--type--liste-unitaire:first-child {
  display: block;
}
.banner.full.list > .content {
  flex-direction: column;
}
.banner.full.list .title.h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .banner.full.list .title.h1 {
    margin-bottom: 12px;
    justify-content: flex-start;
  }
}
.banner.full.list .paragraph-content {
  display: flex;
}
.banner.full.list .list-content {
  display: flex;
  width: 100%;
}
.banner.full.list .list-title-step-list {
  width: 37%;
}
.banner.full.list .list-title-step-list ul {
  position: relative;
  padding-right: 50px;
}
.banner.full.list .list-title-step-list ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: #EBEDEF;
  left: 0;
}
.banner.full.list .list-title-step-list ul li {
  position: relative;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  cursor: pointer;
  padding-left: 22px;
}
@media screen and (min-width: 1175px) {
  .banner.full.list .list-title-step-list ul li:hover {
    color: #008859;
  }
}
.banner.full.list .list-title-step-list ul li:focus, .banner.full.list .list-title-step-list ul li:active {
  color: #008859;
}
.banner.full.list .list-title-step-list ul li.active {
  color: #008859;
}
.banner.full.list .list-title-step-list ul li.active:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  background: #008859;
  left: 0;
}
.banner.full.list .list-title-step-list ul li:last-child {
  margin-bottom: 0;
}
.banner.full.list .list-step-list {
  width: 63%;
  position: relative;
}
.banner.full.list .list-step-list .list-step:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
}
.banner.full.list .list-step-list .list-step .title {
  margin-top: 0;
  margin-bottom: 12px;
}
.banner.full.list .list-step-list .list-step .paragraph {
  font-size: 14px;
  font-family: "BNPPSans-Light", "Open Sans";
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 36px;
}
.banner.full.list .list-step-list .list-step .img {
  width: 585px;
  height: 344px;
}
@media screen and (max-width: 1024px) {
  .banner.full.list .list-step-list .list-step .img {
    width: 485px;
    height: 294px;
  }
}
@media screen and (max-width: 960px) {
  .banner.full.list .list-step-list .list-step .img {
    width: 385px;
    height: 244px;
  }
}
.banner.full.list .list-step-list .list-step .img img {
  max-height: 344Px;
}
@media screen and (max-width: 1024px) {
  .banner.full.list .list-step-list .list-step .img img {
    max-height: 294px;
  }
}
@media screen and (max-width: 960px) {
  .banner.full.list .list-step-list .list-step .img img {
    max-height: 244px;
  }
}
@media screen and (max-width: 767px) {
  .banner.full.list {
    min-height: unset;
  }
  .banner.full.list > .content {
    padding: 0 20px !important;
  }
  .banner.full.list .accordion {
    border-top: none;
  }
  .banner.full.list .accordion-title {
    padding: 20px 0;
  }
  .banner.full.list .accordion-content {
    padding: 6px 0 20px 0 !important;
  }
  .banner.full.list .accordion li {
    border-color: #EBEDEF;
  }
  .banner.full.list .accordion li:first-child .accordion-title {
    border-top: none;
  }
  .banner.full.list .accordion li h3 {
    font-family: "BNPPSans", "Open Sans";
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
  }
  .banner.full.list .accordion li .paragraph {
    padding-bottom: 32px;
    line-height: 24px;
    font-family: "BNPPSans-Light", "Open Sans";
    font-weight: bold;
  }
  .banner.full.list .accordion li .img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=maps/slice-list.css.map */
