.media-rendered, drupal-url {
  display: flex;
  position: relative;
  min-height: 80px;
  padding: 10px 20px;
  background-color: #e2deef;
}

.media-rendered .media-content {
  width: 100%;
}

.media-rendered.video .media-content,
.media-rendered .media-video {
  width: 50%;
}

.media-rendered .media-content {
  padding-right: 15px;
}

.media-rendered .media-content>[class*="media-content-"]:not(.media-content-title) {
  margin-top: 10px;
}

.media-rendered .media-content-title {
  position: relative;
  height: 50px;
  width: 100%;
}

.media-rendered .media-content-title .media-content-background {
  display: inline-block;
  height: 100%;
  width: 50px;
  margin-right: 20px;
  background-image: url(../../../../modules/modulo/back_custom/images/medias-icon-bo/technology.svg);
  background-size: 50px;
}

.media-rendered .media-content-title h3 {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  font-size: 16px;
}

.media-video {
  overflow: hidden;
  position: relative;
  width: 500px;
  padding-bottom: 30%;
}

.media-video>* {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-rendered.document .media-content-title .media-content-background {
  background-image: url('../../../../modules/modulo/back_custom/images/medias-icon-bo/download.svg');
}

.media-rendered.document .media-content {
  width: 100%;
}

.media-rendered.document .media-content-infos {
  float: right;
}

.media-rendered.map .media-content-background {
  background-image: url('../../../../modules/modulo/back_custom/images/medias-icon-bo/placeholder.svg');
}

.media-rendered.gallery .media-content-background {
  background-image: url('../../../../modules/modulo/back_custom/images/medias-icon-bo/gallery.svg');
}

.media-rendered.calameo .media-content-background {
  background-image: url('../../../../modules/modulo/back_custom/images/medias-icon-bo/book.svg');
}

.media-rendered.tweet .media-content-tweet {
  width: 50%;
  margin: 0 auto;
}

.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}

.visually-hidden {
  display: none;
}

drupal-entity {
  width: 100%;
}

.a-figure figcaption {
  padding: 20px 20px;
  background-color: #f4f4f4;
}

drupal-url blockquote{
  margin:0px;
}


.rte-item.image img{
  max-height: 400px;
  width: auto;
}
