.AbstractSubmitterInfo {
    background-color: #FFFFFF;
    border: 0px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}



/* ===== Responsive mobile ===== */

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

/* Smartphones */
@media (max-width:768px){

    /* Titres */
    h1{
        font-size:36px !important;
        line-height:1.2 !important;
    }

    h2{
        font-size:30px !important;
        line-height:1.3 !important;
    }

    /* Boutons */
    a{
        max-width:100%;
    }

    /* Éviter les débordements */
    div{
        max-width:100% !important;
    }

    /* Grilles CSS */
    [style*="grid-template-columns"]{
        grid-template-columns:1fr !important;
    }

    /* Flex */
    [style*="display:flex"]{
        flex-wrap:wrap !important;
    }

    /* Gros paddings */
    [style*="padding:85px"]{
        padding:45px 20px !important;
    }

    [style*="padding:60px"]{
        padding:30px 20px !important;
    }

    [style*="padding:55px"]{
        padding:30px 20px !important;
    }

    [style*="padding:50px"]{
        padding:30px 20px !important;
    }

    [style*="padding:45px"]{
        padding:25px 20px !important;
    }

}
