@charset "UTF-8";
/**
 * Style du bloc Paragraphe
 * Styles additionnels du thème qui s'ajoutent aux paragraphes
 */
/**
 * Mixin
 * Fonctions qui aide à faire du CSS
 */
p.is-style-paragraphe-fleche-01 a, p.is-style-paragraphe-fleche-02 a, p.is-style-paragraphe-fleche-01-icone a, p.is-style-paragraphe-fleche-02-icone a, p.is-style-paragraphe-lien-externe a {
  color: var(--wp--preset--color--nuance);
  color: inherit;
}
p.is-style-paragraphe-fleche-01 a:hover, p.is-style-paragraphe-fleche-02 a:hover, p.is-style-paragraphe-fleche-01-icone a:hover, p.is-style-paragraphe-fleche-02-icone a:hover, p.is-style-paragraphe-lien-externe a:hover {
  text-decoration: underline;
}
p.is-style-paragraphe-fleche-01 a:after, p.is-style-paragraphe-fleche-02 a:after, p.is-style-paragraphe-fleche-01-icone a:after, p.is-style-paragraphe-fleche-02-icone a:after, p.is-style-paragraphe-lien-externe a:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-color: var(--wp--preset--color--nuance);
}
p.is-style-paragraphe-fleche-02, p.is-style-paragraphe-fleche-01-icone, p.is-style-paragraphe-fleche-02-icone {
  font-weight: 500;
}
p.is-style-paragraphe-fleche-01 a:after, p.is-style-paragraphe-fleche-01-icone a:after {
  background-color: var(--wp--preset--color--bleu-uqam);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/fleche3.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 15px 15px;
  mask-image: url("../../assets/icones/fleche3.svg");
  mask-repeat: no-repeat;
  mask-size: 15px 15px;
  height: 15px;
  width: 15px;
}
p.is-style-paragraphe-fleche-02 a:after, p.is-style-paragraphe-fleche-02-icone a:after {
  background-color: var(--wp--preset--color--nuance);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/fleche.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
  mask-image: url("../../assets/icones/fleche.svg");
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  height: 20px;
  width: 20px;
}
p.is-style-paragraphe-fleche-01-icone a:before, p.is-style-paragraphe-fleche-02-icone a:before {
  background-color: var(--wp--preset--color--nuance);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/telephone.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  mask-image: url("../../assets/icones/telephone.svg");
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  height: 24px;
  width: 24px;
}
p.is-style-paragraphe-fleche-01-icone a:before, p.is-style-paragraphe-fleche-02-icone a:before {
  vertical-align: middle;
  margin-right: var(--wp--preset--spacing--small);
}
p.is-style-paragraphe-icone:before {
  background-color: var(--wp--preset--color--nuance);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/telephone.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  mask-image: url("../../assets/icones/telephone.svg");
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  height: 24px;
  width: 24px;
}
p.is-style-paragraphe-icone:before {
  vertical-align: middle;
  margin-right: var(--wp--preset--spacing--small);
}
p.is-style-paragraphe-lien-externe a {
  font-weight: 400;
}
p.is-style-paragraphe-lien-externe a:after {
  background-color: var(--wp--preset--color--nuance);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/externe.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
  mask-image: url("../../assets/icones/externe.svg");
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
  height: 20px;
  width: 20px;
}
p.is-style-paragraphe-lien-externe a:after {
  transform: translate(0, -3px);
}
p.is-style-paragraphe-tag {
  background-color: black;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: var(--wp--preset--font-size--xx-small);
  padding: 0 var(--wp--preset--spacing--xx-small);
  text-transform: uppercase;
}

.wp-site-blocks .has-blanc-color a, .wp-site-blocks .has-blanc-color p {
  color: white;
}
.wp-site-blocks .has-blanc-color a:after, .wp-site-blocks .has-blanc-color a:before, .wp-site-blocks .has-blanc-color p:after, .wp-site-blocks .has-blanc-color p:before {
  background-color: white;
}
.wp-site-blocks .has-nuance-color a, .wp-site-blocks .has-nuance-color p {
  color: var(--wp--preset--color--nuance);
}
.wp-site-blocks .has-nuance-color a:after, .wp-site-blocks .has-nuance-color a:before, .wp-site-blocks .has-nuance-color p:after, .wp-site-blocks .has-nuance-color p:before {
  background-color: var(--wp--preset--color--nuance);
}

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