/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./parts/modules/texte-colonnes/texte-colonnes.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * VARIABLES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-texte-colonnes .texte p {
  font-size: 1.25rem;
  font-weight: 900;
}
.m-texte-colonnes .colonnes-titre {
  margin: 10px 0 40px 0;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .m-texte-colonnes .colonnes-titre {
    font-size: 1.75rem;
  }
}
.m-texte-colonnes .colonnes-titre.primary, .m-texte-colonnes .colonnes-titre.grey, .m-texte-colonnes .colonnes-titre.white {
  color: #000000;
}
.m-texte-colonnes .colonnes-texte h2, .m-texte-colonnes .colonnes-texte h3, .m-texte-colonnes .colonnes-texte h4, .m-texte-colonnes .colonnes-texte h5 {
  font-size: 1.25rem;
  font-weight: 900;
}
.m-texte-colonnes .colonnes-texte.primary li:before, .m-texte-colonnes .colonnes-texte.secondary li:before, .m-texte-colonnes .colonnes-texte.background-image li:before {
  background: #fff;
}
.m-texte-colonnes .colonnes-texte.primary h2, .m-texte-colonnes .colonnes-texte.primary h3, .m-texte-colonnes .colonnes-texte.primary h4, .m-texte-colonnes .colonnes-texte.primary h5, .m-texte-colonnes .colonnes-texte.grey h2, .m-texte-colonnes .colonnes-texte.grey h3, .m-texte-colonnes .colonnes-texte.grey h4, .m-texte-colonnes .colonnes-texte.grey h5, .m-texte-colonnes .colonnes-texte.white h2, .m-texte-colonnes .colonnes-texte.white h3, .m-texte-colonnes .colonnes-texte.white h4, .m-texte-colonnes .colonnes-texte.white h5 {
  color: #000000;
}
.m-texte-colonnes .colonnes-texte.grey li:before, .m-texte-colonnes .colonnes-texte.white li:before {
  background: #000000;
}
.m-texte-colonnes .colonnes-texte ul {
  padding-left: 18px;
}
.m-texte-colonnes .colonnes-texte ul li {
  position: relative;
  list-style: none;
}
.m-texte-colonnes .colonnes-texte ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 10px;
  left: -12px;
  border-radius: 50%;
}

/*# sourceMappingURL=texte-colonnes.min.css.map*/