html {
    color: #000 !important;
}

p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
    display: block;
    color: #000 !important
}

a:hover,
a:visited {
    color: #9E9E9E !important;
}

.listeAb {
    background-image: url(vendors/pictures/error.png);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 20px;
    background-position: 0px 7px;
}

.mdl-layout__drawer {
    background-color: #FFF !important;
}

.mdl-navigation {
    padding-top: 5px !important;
}

.mdl-grid {
    padding: 0 !important;
}

.page-content {
    padding-top: 20px;
}

.logo {
    width: 100%;
    margin-bottom: 30px;
}

.click-imprimer {
    cursor: pointer;
}

.color-text {
    color: #03A9F4 !important;
}

.color-background {
    background-color: #03A9F4 !important;
}

.align-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.text-drawer {
    color: #FFF;
    padding: 10px;
}

.city-field {
    font-size: 30px !important;
}

.info-text {
    font-size: 17px !important;
}

.float-right {
    float: right;
}

.button-res {
    color: #FFF !important;
}

.first-line {
    height: 0 !important;
}

.liste-bureau tr {
    height: 30px;
}

.res {
    color: #FFF;
    padding: 5px;
}

.logoCandidat {
    width: 15%;
}

.ligne-candidat {
    position: relative;
    min-height: 40px;
}

.candidat {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nom-candidat {
    padding-left: 10px;
}

.style-bar {
    height: 35px;
}

.preview-color {
    height: 18px;
    width: 25px;
    float: left;
}

.intituler-participation {
    padding: 5px;
}

.espacement-legende {
    margin-bottom: 30px !important;
}

.padding-vote {
    padding-left: 40%;
}

.pourcentage-mobile {
    min-width: 75px;
}

@media screen and (max-width: 1280px) {
    .padding-vote {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .hide-bar {
        display: none;
    }
    .mobile-remove-padding {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 500px) {
    .info-text {
        font-size: 15px !important;
    }
    .logoCandidat {
        padding-left: 0;
    }
    .style-bar {
        width: 30% !important;
    }
    .pourcentage-mobile {
        padding-left: 35% !important;
    }
    .city-field {
        font-size: 20px !important;
    }
}