.do-not-use {
    color: #E0081C;
    font-weight: bold;
    font-size: 18px;
}

.rteright {
    text-align: right;
}

.rteleft {
    text-align: left;
}

.rtecenter {
    text-align: center;
}

.blue-corporate {
    color: #0066AA;
}

.red-corporate {
    color: #E0081C;
}

.black-corporate {
    color: #363636;
}

.light-blue {
    color: #9BCBEB;
}

.light-green {
    color: #CBD34B;
}

.light-orange {
    color: #FFB549;
}

.white {
    color: white !important;
}

.text-small {
    font-size: 10px;
}

.text-big {
    font-size: 18px;
}

.text-bigger {
    font-size: 24px;
}

.text-large {
    font-size: 28px;
}
.text-larger {
    font-size: 32px;
}

/*correction d'un bug sur /admin/content/media-grid*/
.media-library-views-form .field-content {
    isplay: block;
    height: 100%;
}

.media-library-views-form .field-content img,
.media-library-item__preview .field--name-thumbnail img {
    min-height: 150px;
}

.media-library-views-form article.media-library-item__preview-wrapper {
    height: 100%;
}

.w-350 {
    max-width: 350px;
}