html {
    font-size: 0.85rem !important;
}

.lds-dual-ring2-password {
    display: inline-block;
    align-self: center;
    width: 35px;
    height: 35px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #3d0f53;
    border-color: #3d0f53 transparent #3d0f53 transparent;
    animation: lds-dual-ring2-password 1.2s linear infinite;
}

@keyframes lds-dual-ring2-password {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.GRILLE_ENTETE:hover {
    cursor:pointer;
    color: white;
    background-color:#0178C4;
    transition:0.3s;
    border-radius: 1em;
}

.GRILLE_LINE:hover{
    cursor:default;
    background-color: rgba(164, 200, 255, 0.60);
    transition: 0.3s;
}

#content{
    background-image: url("images/deco_evacops.png");
    background-size: 100% 100%;
    opacity : 0.2;
}

#filigrane{
    background-image:url('images/deco_evacops.png');
    background-size: 100% 100%;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}

/*
body {
    opacity : 0.2;
    background: url("images/deco_evacops.png") no-repeat 40px 50px;

}
*/

