:root {
    --Primary-color: #75787e;
    --text-secondary-color: #eaedf0;
}

#compPanier1 .totalValiderPanier .validerPanier a:hover {
    background: transparent;
    color: #feffff;
}

#compPanier1 .totalValiderPanier .validerPanier a {
    background: #feffff;
    border: solid 3px #feffff;
    color: #75787e;
}