body {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* Transition fluide sur 500ms */
}
body.loaded {
    opacity: 1;
}


.brxe-text-basic{
 /*word-break: break-all;*/
}


.maj{
    text-transform: uppercase;
        font-size: 15px !important;
}