.mshow {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;       /* taille par défaut desktop */
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;


}

.hide {
    display: none !important;
}

.transparent-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: black !important;
    float: right !important;
}

.whicon {
    font-size: 20px;
    margin-right: 20px;
}