.wysiwyg {
  hyphens: auto;
  color: var(--color-dark-grey);
}
.wysiwyg:not([class*=fs-]) {
  font-size: 20px;
}
.wysiwyg:not([class*=lh-]) {
  line-height: 1.6;
}
.wysiwyg > *:not(br) {
  margin: 0;
}
.wysiwyg > *:not(br):not(:last-child) {
  margin-bottom: 20px;
}
.wysiwyg a,
.wysiwyg a:link,
.wysiwyg a:visited {
  color: #ef5327;
  text-decoration: none;
}
.wysiwyg a:hover,
.wysiwyg a:link:hover,
.wysiwyg a:visited:hover {
  text-decoration: underline;
}
.wysiwyg a strong,
.wysiwyg a:link strong,
.wysiwyg a:visited strong {
  color: inherit;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  line-height: 1.2;
}
.wysiwyg * + h2,
.wysiwyg * + h3,
.wysiwyg * + h4 {
  padding-top: 1em;
}
.wysiwyg h2 {
  font-size: 1.6em;
}
.wysiwyg h3 {
  font-size: 1.4em;
}
.wysiwyg h4 {
  font-size: 1.2em;
}
.wysiwyg ul {
  list-style: none;
  padding-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--color-orange);
  transform: translateY(-50%);
}
.wysiwyg blockquote {
  max-width: 50rem;
  padding-top: 4.0625rem;
  padding-left: 1.875rem;
  margin: 6.25rem 0 4.375rem 0.625rem;
  border-left: 0.0625rem solid var(--color-light-grey-3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .wysiwyg blockquote {
    margin: 6.25rem 0 4.375rem 0;
  }
}
.wysiwyg blockquote::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 1.9375rem;
  width: 4.25rem;
  height: 2.9375rem;
  background-image: url("../../assets/images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wysiwyg blockquote p {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.wysiwyg blockquote p:not(:last-child) {
  margin-block-end: 1rem;
}
.wysiwyg iframe {
  max-width: 100%;
}
.wysiwyg .tweetable-quote {
  position: relative;
  color: #fff;
  background-image: linear-gradient(90deg, #ef5327, #ea7829);
  background-color: #ef5327;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wysiwyg .tweetable-quote {
    padding: 30px 160px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg .tweetable-quote {
    padding: 20px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg .tweetable-quote::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 60px);
    background-color: #fff;
  }
}
.wysiwyg .tweetable-quote::after {
  content: "Partager sur Twitter";
  font-size: 14px;
  background: url("/sites/mouvementdemocrate.fr/themes/md2/library/components/icons/svg/ic_partage_white.svg") center top no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wysiwyg .tweetable-quote::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 130px;
    padding: 30px 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg .tweetable-quote::after {
    display: block;
    margin-top: 20px;
    padding: 20px 0 20px 40px;
    background-position: left center;
    border-top: 1px solid #fff;
  }
}
.wysiwyg .tweetable-quote p {
  margin: 0;
  font-size: 24px;
  font-family: font("circularstd");
  letter-spacing: -0.52px;
  line-height: 32px;
}
.wysiwyg .tweetable-quote p:not(:last-child) {
  margin-bottom: 10px;
}

.twitter-tweet.twitter-tweet-rendered,
.instagram-media.instagram-media-rendered,
.flickr-embed-frame,
iframe[src*="open.spotify.com/embed"] {
  margin: 0 auto 1.6em !important;
}

.flickr-embed-frame,
iframe[src*="open.spotify.com/embed"] {
  display: block;
}

.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget > span {
  display: block !important;
  margin: 0 auto;
}