@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.inclusion-wrapper.inclusion-intro-famille {
  width: 100%;
  margin: 35px 0 15px;
  border-bottom: 1px solid #497962;
}
.inclusion-wrapper.inclusion-intro-famille .inclusion-bandeau {
  padding: 50px 15px 15px;
}
@media (min-width: 700px) {
  .inclusion-wrapper.inclusion-intro-famille .inclusion-bandeau br {
    display: none;
  }
}
.inclusion-wrapper.inclusion-intro-famille .nb-enfants {
  padding-left: 0;
}
.inclusion-wrapper.inclusion-intro-famille .box-famille {
  margin-bottom: 9px;
}
@media (min-width: 700px) {
  .inclusion-wrapper.inclusion-intro-famille .info-enfants {
    position: absolute;
    top: 25px;
    right: 0;
    max-width: 343px;
    border-left: 1px solid #EF4D49;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.inclusion-wrapper.inclusion-budget-famille {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 25px auto;
  box-sizing: border-box;
  background-color: white;
}
.inclusion-wrapper.inclusion-budget-famille .inclusion-bandeau {
  background: url("../images/bg-bandeau-budget.png") top center repeat-x;
}
.inclusion-wrapper.inclusion-budget-famille .box-famille {
  padding: 0;
}

.inclusion-bandeau {
  background: url("../images/menu-menu-bg.png") top center repeat-x;
  mix-blend-mode: multiply;
  background-size: auto 100%;
  border-radius: 4px 4px 0 0;
  padding: 15px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #497962;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.inclusion-bandeau .ho-ho-ho {
  position: absolute;
  top: -50px;
  left: 5px;
}
.inclusion-bandeau .ho-ho-ho img {
  width: 100%;
  margin: 0;
}
.inclusion-bandeau .inclusion-titre {
  color: #EF4D49;
  font-family: "Barlow Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 83%;
}
.inclusion-bandeau .inclusion-titre.nom-a-rallonge {
  font-size: 40px;
  word-break: break-word;
}

.box-famille {
  font-family: "Barlow Condensed", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #497962;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 5px 15px 15px;
  overflow: hidden;
  position: relative;
}
.box-famille .combien-titre {
  font-weight: 900;
  font-size: 25px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 10px;
}
.box-famille .info-famille {
  font-weight: 500;
  font-size: 18px;
  line-height: 138%;
}
.box-famille .info-famille .titre {
  color: #EF4D49;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 138%;
}
.box-famille .budget-ligne {
  display: flex;
  flex-direction: row;
  min-height: 106px;
}
.box-famille .budget-ligne .budget-item {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-family: "Barlow Condensed", sans-serif !important;
  text-align: center;
}
.box-famille .budget-ligne .budget-item img {
  margin: 0;
}
.box-famille .budget-ligne .budget-item.peanut {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.box-famille .budget-ligne .budget-item .titre {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #EF4D49;
}
.box-famille .budget-ligne .budget-item .montant {
  font-weight: 500;
  font-size: 26px;
  line-height: 111%;
  color: #497962;
}
.box-famille .budget-ligne .budget-item .nombre {
  font-weight: 300;
  font-size: 66px;
  line-height: 111%;
  color: #497962;
}
@media (min-width: 700px) {
  .box-famille .budget-annuel {
    position: relative;
  }
  .box-famille .budget-annuel::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    top: 0;
    right: -7px;
    border-right: 1px solid rgba(238, 69, 68, 0.5);
  }
}
.box-famille .budget-annuel {
  border-bottom: 1px solid #497962;
}
.box-famille .budget-annuel .budget-ligne {
  border-bottom: 1px solid #497962;
  padding: 5px 0;
}
.box-famille .budget-annuel .budget-ligne:nth-child(4) {
  border-bottom: none;
}
.box-famille .budget-annuel .budget-ligne .montant {
  margin-bottom: 10px;
}
.box-famille .hebdo-et-astuces .budget-ligne {
  min-height: 125px;
}
.box-famille .hebdo-et-astuces .ligne-truc {
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 138%;
  color: #EF4D49;
  position: relative;
  padding-left: 10px;
  margin-left: 20px;
}
.box-famille .hebdo-et-astuces .ligne-truc::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  top: 11px;
  position: absolute;
  background-color: #EF4D49;
}
.box-famille.box-budget {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.box-famille.box-budget .hebdo-et-astuces {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #497962;
}
@media (min-width: 700px) {
  .box-famille.box-budget {
    flex-direction: row;
  }
  .box-famille.box-budget .budget-annuel, .box-famille.box-budget .hebdo-et-astuces {
    flex-basis: 343px;
    max-width: 343px;
    padding-top: 0;
    box-sizing: border-box;
  }
}
.box-famille.box-budget .nb-econo {
  padding-top: 20px;
  border-top: 1px solid #497962;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

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