/* Single page article - section 1 */

/* Single page article - section 2 */
/* blocs images */
.single_page_article-section_2 .articleContent figure.wp-block-image {
  width: 100%;
  margin-top: 2rem;
}
.single_page_article-section_2 .articleContent figure.wp-block-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* blocs citations*/
.single_page_article-section_2 .articleContent blockquote.wp-block-quote {
  background-color: var(--e-global-color-background);
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 20px;
  position: relative;
  padding-left: 120px;
}
.single_page_article-section_2 .articleContent blockquote.wp-block-quote::before {
  content: '“';
  position: absolute;
  left: 30px;
  top: 80px;
  transform-origin: center;
  font-size: 150px;
  line-height: 1rem;
  color: var(--e-global-color-hover);
}
.single_page_article-section_2 .articleContent blockquote.wp-block-quote cite {
  margin-top: 10px !important;
}
@media all and (max-width: 767px) {
  .single_page_article-section_2 .articleContent blockquote.wp-block-quote {
    padding-left: 90px !important;
  }
  .single_page_article-section_2 .articleContent blockquote.wp-block-quote::before {
    top: 60px;
    left: 20px;
    font-size: 115px;
  }
}
/* blocs titres */
.single_page_article-section_2 .articleContent h2 {
  color: #4258e6;
  margin-top: 3rem;
}
.single_page_article-section_2 .articleContent h2:first-of-type {
  margin-top: 0;
}
.single_page_article-section_2 .articleContent h3 {
  margin-top: 2rem;
}

/* Single page article - section 3 */

.single_page_article-section_3 .modele-content_text {
  display: none;
}
