.tdSousTitreHommeMobile {
    box-shadow: rgba(57, 219, 148, 0.4) 5px 5px, rgba(57, 219, 148, .3) 10px 10px, rgba(57, 219, 148, .2) 15px 15px, rgba(57, 219, 148, .1) 20px 20px, rgba(57, 219, 148, .05) 25px 25px;
    padding-right: 40px;
    padding-bottom: 20px;
    vertical-align: middle;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lienPubApplicationMobile {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 255, .2);
    border-radius: 10% / 50%;
    background-color: var(--lien-pub-bg-color);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    /*width: 300px !important;*/
    text-align: center !important;
    /*
    margin-left: 20% !important;
    margin-right: 20% !important;
    */
}

.lienAppMobile {
    font-family: var(--family-roboto);
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
}

    .lienAppMobile:link {
        color: black;
        text-decoration: none;
    }

    .lienAppMobile:visited {
        color: black;
        text-decoration: none;
    }

    .lienAppMobile:hover {
        text-decoration: none;
        color: var(--jaune-ocre);
    }

    .lienAppMobile:active {
        text-decoration: none;
        color: black;
    }
.basPageMobile {
    font-size:1.2rem;
    font-weight:bold;
    margin-left:10px;
}