/* BUREAU */ 
@media screen and (min-width: 540px) and (max-width: 5120px) {
  .rich-text__wrapper {
  width: 70% !important;
}
}

/* MOBILE */
@media screen and (max-width: 540px) {
.rich-text__wrapper {
    margin: auto;
    width: 100% !important;
}
}