.wp-block-pullquote {
  font-style: italic;
  padding: 20px 0;
  padding-left: 50px !important;
  padding-top: 40px !important;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wp-block-pullquote blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.3;
  color: inherit;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  width: -webkit-fill-available;
  /* Chrome, Safari */
  width: -moz-available;
  /* Firefox */
  width: fill-available;
  /* standard, en développement */
}

.wp-block-pullquote blockquote p {
  display: block;
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.wp-block-pullquote blockquote cite {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #666;
  margin-top: 10px;
}

.wp-block-pullquote blockquote p::after {
  content: "\f10d";
  font-size: 50px;
  color: inherit;
  position: absolute;
  left: -50px;
  top: -15px;
  font-family: "FontAwesome";
  opacity: 0.9;
}

/* Mobile styles */
@media (max-width: 800px) {
  .wp-block-pullquote {
    padding: 30px !important;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .wp-block-pullquote blockquote p::after {
    font-size: 30px;
    left: -5px;
    top: 12px;
  }

  .wp-block-pullquote blockquote cite {
    font-size: 14px;
  }
}