.consentement-pop-in {
    color: white;
    background-color: #3E454D;
    padding: 10px;
    width: 100%;
    top: 0;
    text-align: center;
}

.consentement-pop-in > .consentement-texte {
    padding-right: 25px;
}

.consentement-pop-in > .close-btn {
    float: right;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: smaller;
    line-height: 14px;
}

.consentement-pop-in > a:not(:hover) {
    color: white;
    text-decoration: underline !important;
}
