/* POLICES DE CARACTERES
------------------------------------------
*/
/* @include rem-fallback(margin, 10, 20, 30, 40);
---------------------------------------------
*/
/* line 41, ../sass/_mixins.scss */
.hide {
  display: none;
}

/* line 44, ../sass/_mixins.scss */
.valign_img {
  vertical-align: middle;
  margin-right: 10px;
}

/* line 48, ../sass/_mixins.scss */
strong {
  font-weight: bold;
}

/* PIXELS TO EM
------------------------------------------------------
*/
/* line 8, ../sass/typography.scss */
html {
  line-height: 1.5;
}

/* line 11, ../sass/typography.scss */
.regular {
  font-weight: 400 !important;
}

/* line 14, ../sass/typography.scss */
.breadcrumbs {
  margin-bottom: 20px;
}
/* line 16, ../sass/typography.scss */
.breadcrumbs a {
  text-decoration: none;
  color: black !important;
}
/* line 19, ../sass/typography.scss */
.breadcrumbs a:hover {
  color: #bc1a55 !important;
}
/* line 23, ../sass/typography.scss */
.breadcrumbs span.current_page {
  font-size: 1.1875em;
  font-weight: 800;
  color: #30313a;
}

/* line 30, ../sass/typography.scss */
.titre_bleu, .titre_fleche_rose, .titre_fleche_bleu {
  color: #025dae;
  text-transform: uppercase;
  padding-left: 30px;
  background-image: url("../images/flecheverte.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}

/* line 38, ../sass/typography.scss */
.titre_fleche_rose {
  background-image: url("../images/flecherose.png");
}

/* line 41, ../sass/typography.scss */
.titre_fleche_bleu {
  background-image: url("../images/flechebleue.png");
}

/* line 46, ../sass/typography.scss */
.page .post-body a {
  color: #084E8C;
  text-decoration: none;
}
/* line 49, ../sass/typography.scss */
.page .post-body a:hover {
  color: #ba1c54;
}
/* line 53, ../sass/typography.scss */
.page .post-body .btn-rose {
  color: white !important;
}
/* line 56, ../sass/typography.scss */
.page .post-body h1, .page .post-body h2, .page .post-body h3, .page .post-body h4, .page .post-body h5, .page .post-body h6 {
  font-weight: 800;
  margin-bottom: 0.3125em;
}
/* line 60, ../sass/typography.scss */
.page .post-body h2, .page .post-body h3, .page .post-body h4, .page .post-body h5, .page .post-body h6 {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
/* line 66, ../sass/typography.scss */
.page .post-header {
  margin-bottom: 1.75em;
}
/* line 68, ../sass/typography.scss */
.page .post-header h1 {
  font-weight: 800;
}
/* line 73, ../sass/typography.scss */
.page .post-meta {
  color: #afacac;
  font-size: 0.875em;
  border-bottom: 1px solid #afacac;
  display: block;
  padding-bottom: 0.625em;
}
/* line 80, ../sass/typography.scss */
.page .post-desc {
  font-size: 1.5em;
  color: #30313a;
  font-weight: 800;
  margin-bottom: 0.625em;
}
/* line 87, ../sass/typography.scss */
.page .post-content ul {
  padding-left: 5.0625em;
  margin-bottom: 2.5em;
}
/* line 90, ../sass/typography.scss */
.page .post-content ul li {
  background-image: url("../images/puce_triangle.png");
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 15px;
  color: #084E8C;
  font-weight: 800;
  margin-bottom: 10px;
}
/* line 102, ../sass/typography.scss */
.page .post-content h1 {
  font-size: 1.9375em;
  color: #30313a;
}
/* line 107, ../sass/typography.scss */
.page .post-content h2 {
  font-size: 1.5em;
}
/* line 110, ../sass/typography.scss */
.page .post-content h3 {
  font-size: 1.1875em;
}
/* line 113, ../sass/typography.scss */
.page .post-content p {
  color: #30313a;
  margin-bottom: 0.625em;
}
/* line 117, ../sass/typography.scss */
.page .post-content .gris {
  color: #30313a;
}
/* line 120, ../sass/typography.scss */
.page .post-content .rose {
  color: #ba1c54;
}
/* line 123, ../sass/typography.scss */
.page .post-content .fleche_rond {
  color: #ba1c54;
  padding-left: 1.75em;
  font-size: 1.5em;
  text-transform: uppercase;
  background-image: url("../images/fleche_rond.png");
  background-repeat: no-repeat;
  background-position: left 8px;
}
/* line 132, ../sass/typography.scss */
.page .post-content .fleche {
  background-image: url("../images/fleche_orange.png");
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 0.9375em;
}
/* line 140, ../sass/typography.scss */
.page blockquote {
  text-align: center;
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  width: 100%;
  margin: 1.75em auto;
  padding: 0 1.75em;
  position: relative;
}
/* line 149, ../sass/typography.scss */
.page blockquote:before {
  content: "";
  background-image: url("../images/quote_orange.png");
  display: block;
  width: 33px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0em;
}
/* line 157, ../sass/typography.scss */
.page blockquote .author {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 0.625em;
  font-weight: 400;
}

/* line 167, ../sass/typography.scss */
.barre_menu .post-body {
  color: white;
  text-transform: uppercase;
  font-size: 2.8125em;
  font-weight: 800;
}
