@media (min-width:992px) and (max-width:1400px) {
    div #revenu {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    div #revenu:hover {
        overflow: visible;
    }
}

@media (min-width:992px) and (max-width:1115px) {
    div #conseil {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    div #conseil:hover {
        overflow: visible;
    }
}

@media (min-width:992px) and (max-width:1115px) {
    div #membre {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    div #membre:hover {
        overflow: visible;
    }
}

.accent {
    text-transform: uppercase;
}

#notif {
    height: 350px;
    width: 650px;
    overflow: auto;
}

.policy {
    text-align: center;
}

.img {
    height: 50px;
    width: 115px;
}

.style:hover {
    text-decoration: underline;
}