/* Block editorial */
.editorial_block {margin-bottom: 2em;background: var(--clair);overflow: hidden;font: "Fira Sans", sans-serif;position: relative;border-radius: 20px;max-height: 500px;}
.editorial_block .rte { background: transparent none repeat scroll 0 0 }

#editorial_block_center p { padding-left: 0 }
#editorial_block_center .rte p { }

.editorial_block div.col-md-6:first-child img {height: 100%; width: auto; min-width: 130%}
.editorial_block div.col-md-6 {padding: 0;/* max-height: 450px; *//* overflow: auto; */}
.editorial_block div.col-md-6:last-child {padding: 30px;color: var(--bordeaux);display: flex;flex-direction: column;align-content: flex-start;align-items: flex-start;justify-content: center;height: 500px;/* background: red; */}
.editorial_block div.col-md-6:first-child {overflow: hidden}

@media (max-width: 992px) {
  #editorial_block_center {display: block;max-height: initial;}
  #editorial_block_center img {width: 100%;  }
  .editorial_block div.col-md-6 {max-height: 100%;width: 100% !important;float: left;/* display: flex; */}
  .editorial_block div.col-md-6:last-child  {height: auto}
}