/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks Avantages ----------------------- */
.avantages {
  position: relative;
  display: flex;
  padding: 20px 10px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 33, 56, 0.1294117647);
}
@media screen and (min-width: 976px) {
  .avantages {
    padding: 50px 10px;
  }
}
.avantages__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  padding: 25px 10px;
  margin: auto;
}
@media screen and (min-width: 976px) {
  .avantages__container {
    gap: 50px;
  }
}
.avantages__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 976px) {
  .avantages__cta {
    align-items: flex-start !important;
  }
}
.avantages__cta h1, .avantages__cta h2, .avantages__cta h3 {
  text-align: center;
  letter-spacing: 0px;
  font-size: 25px !important;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #061620;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .avantages__cta h1, .avantages__cta h2, .avantages__cta h3 {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 976px) {
  .avantages__cta h1, .avantages__cta h2, .avantages__cta h3 {
    text-align: left;
    font-size: 35px !important;
  }
}
.avantages__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .avantages__content {
    gap: 15px !important;
  }
}
.avantages__cart {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .avantages__cart {
    align-items: flex-start !important;
    width: 45% !important;
    gap: 25px;
  }
}
.avantages__cart--icon {
  background-color: #DDEBFA;
  padding: 10px;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .avantages__cart--icon {
    padding: 10px;
    min-width: 70px;
    min-height: 70px;
  }
}
.avantages__cart--content .cart--title {
  color: #002138;
}
.avantages__cart--content .cart--title h2, .avantages__cart--content .cart--title h3, .avantages__cart--content .cart--title h4 {
  font-size: 20px !important;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .avantages__cart--content .cart--title h2, .avantages__cart--content .cart--title h3, .avantages__cart--content .cart--title h4 {
    margin-bottom: 15px;
  }
}
.avantages__cart--content .cart--text {
  color: #6D6D6D;
}

/*# sourceMappingURL=avantages.css.map */
