/* Start custom CSS for page-settings */#cms #wrapper .fsize-13,
#cms #wrapper .fsize-13 p {
    font-size: 13px !important;
}

@media screen and (min-width: 768px) {
    .br {
        display:block;   
    }
}

@media screen and (max-width: 768px) {
    .br-mobile {
        display:block;   
    }
}

.titre-sous-partie .elementor-heading-title {
    font-size: 4vw;
    line-height: 1.4;
}

@media screen and (min-width: 450px) {
    .titre-sous-partie .elementor-heading-title {
        font-size: 6vw;
    }
}
    
@media screen and (min-width: 900px) {
    .titre-sous-partie .elementor-heading-title {
        font-size: 52px;
    }
}/* End custom CSS */