/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
/* Cible globale pour bouton flottant */
a[class*="vmenu-create"] {
    width: 200px !important;
    height: 70px !important;
    font-size: 32px !important;
    line-height: 70px !important;
    border-radius: 35px !important;
    background-color: #0073e6 !important;
    color: white !important;
    bottom: 25px !important;
    right: 25px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
