/* 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-mini-blocks ul.mini-blocks > li .mini-block--text > *.light {
  font-family: "BNPPSans", "Open Sans";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.45;
  padding-top: 5px;
}
.banner-mini-blocks .sub-text {
  width: 100%;
  margin: auto;
  max-width: 80%;
  padding: 0 40px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .banner-mini-blocks .sub-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-mini-blocks .sub-text {
    line-height: 30px;
    text-align: left;
    padding: 0 20px;
  }
}
.banner-mini-blocks .content {
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.banner-mini-blocks .top .title > *,
.banner-mini-blocks .top .intro > * {
  text-align: center;
}
@media only screen and (max-width : 600px) {
  .banner-mini-blocks .top .title > *,
  .banner-mini-blocks .top .intro > * {
    text-align: left;
  }
}
.banner-mini-blocks .top .intro > * {
  font-family: "BNPPSans-Light", "Open Sans";
  font-weight: 300;
  font-size: 15px;
  line-height: 1.85;
}
.banner-mini-blocks ul.mini-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px;
}
@media only screen and (max-width : 600px) {
  .banner-mini-blocks ul.mini-blocks {
    padding: 0;
  }
}
.banner-mini-blocks ul.mini-blocks > li {
  border: 3px solid #D6DBDE;
  padding: 28px 20px 24px 20px;
  margin: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
}
@media only screen and (max-width : 600px) {
  .banner-mini-blocks ul.mini-blocks > li {
    margin: 24px 0;
    width: 100%;
  }
}
.banner-mini-blocks ul.mini-blocks > li .mini-block--number,
.banner-mini-blocks ul.mini-blocks > li .mini-block--picto {
  position: absolute;
  display: inline-block;
  background-color: white;
  padding: 0 16px;
}
.banner-mini-blocks ul.mini-blocks > li .mini-block--number {
  text-align: center;
  color: #008859;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
  font-size: 40px;
  top: -33px;
  white-space: nowrap;
}
.banner-mini-blocks ul.mini-blocks > li .mini-block--picto {
  top: -23px;
}
.banner-mini-blocks ul.mini-blocks > li .mini-block--picto img {
  width: 36px;
}
.banner-mini-blocks ul.mini-blocks > li .mini-block--text > * {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.89;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner-mini-blocks ul.mini-blocks > li .mini-block--text > * {
    font-size: 16px;
    line-height: 1.88;
  }
}
.banner-mini-blocks ul.mini-blocks.small {
  padding: 0;
}
@media only screen and (max-width : 600px) {
  .banner-mini-blocks ul.mini-blocks.small {
    padding: 0 24px;
  }
}
.banner-mini-blocks ul.mini-blocks.small li {
  max-width: 250px;
  flex: 1 0 21%;
  margin: 36px 16px;
}
@media only screen and (max-width : 600px) {
  .banner-mini-blocks ul.mini-blocks.small li {
    margin: 24px 0;
    max-width: unset;
    flex: 1 1 100%;
  }
}
.banner-mini-blocks ul.mini-blocks.small li .mini-block--picto {
  width: 68px;
  height: 36px;
}
.banner-mini-blocks ul.mini-blocks.small li .mini-block--picto .picto {
  width: 36px;
  height: 36px;
}
.banner-mini-blocks ul.mini-blocks.small li .mini-block--text p {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .banner-mini-blocks ul.mini-blocks.small {
    max-width: unset;
    margin: 0 auto;
  }
  .banner-mini-blocks ul.mini-blocks.small li {
    flex: 1 0 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-mini-blocks ul.mini-blocks.small li {
    flex: 1 0 100% !important;
  }
}
@media screen and (min-width: 1175px) {
  .banner-mini-blocks.five-and-more .small {
    max-width: 1100px;
    margin: 0 auto;
  }
  .banner-mini-blocks.five-and-more .small li {
    flex: 1 0 25% !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner-mini-blocks.five-and-more .small {
    max-width: 1100px;
  }
  .banner-mini-blocks.five-and-more .small li {
    flex: 1 0 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-mini-blocks.five-and-more .small li {
    flex: 1 0 100% !important;
  }
}
.banner-mini-blocks.large .title {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .banner-mini-blocks.large .title {
    text-align: left;
    max-width: 100%;
  }
}
.banner-mini-blocks.large .title h2 {
  margin-bottom: 0 !important;
}
.banner-mini-blocks.large .intro {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}
.banner-mini-blocks.large .intro p {
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .banner-mini-blocks.large .intro {
    max-width: 100%;
    text-align: left;
  }
  .banner-mini-blocks.large .intro p {
    line-height: 30px;
  }
}

.residentiel .banner.full.banner-mini-blocks {
  margin: auto !important;
}
.residentiel .banner-mini-blocks {
  padding: 0 4rem;
}
@media screen and (max-width: 960px) {
  .residentiel .banner-mini-blocks {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .residentiel .banner-mini-blocks {
    padding: 0 1rem;
  }
}
.residentiel .banner-mini-blocks .content {
  max-width: 90rem;
  margin: 6.5rem auto 0 auto !important;
  padding: unset !important;
  gap: 2rem !important;
}
@media screen and (max-width: 960px) {
  .residentiel .banner-mini-blocks .content {
    margin: 4rem auto 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .residentiel .banner-mini-blocks .content {
    margin: 2rem auto 0 auto !important;
  }
}
.residentiel .banner-mini-blocks .content .title::after {
  content: none !important;
}
.residentiel .banner-mini-blocks .content .title h2 {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
}
@media screen and (max-width: 960px) {
  .residentiel .banner-mini-blocks .content .title h2 {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }
}
/*# sourceMappingURL=maps/slice-mini-blocs.css.map */
