.ei_cookie {
    background-color: #000;
    color: #fff;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

    .ei_cookie * {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .ei_cookie p {
        margin: 0 auto;
        color: inherit;
    }

.ei_cookie--perso p {
    margin-bottom: 5px;
}

.ei_cookie a {
    padding: 0;
    border: 0;
    color: #fff;
    text-decoration: underline;
}

    .ei_cookie a:focus,
    .ei_cookie a:hover {
        text-decoration: none;
        color: #fff;
    }

.ei_cookie button {
    margin: 5px 5px 0 0;
    padding: 5px 24px;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background-color: #607d8b;
}

    .ei_cookie button.choix,
    .ei_cookie button:focus,
    .ei_cookie button:hover {
        background-color: #4b626d;
    }

    .ei_cookie button.allow {
        background-color: #43a047;
    }

        .ei_cookie button.allow.choix,
        .ei_cookie button.allow:focus,
        .ei_cookie button.allow:hover {
            background-color: #347c37;
        }

    .ei_cookie button.deny {
        background-color: #e53935;
    }

        .ei_cookie button.deny.choix,
        .ei_cookie button.deny:focus,
        .ei_cookie button.deny:hover {
            background-color: #cd1e1a;
        }

@media screen and (max-width: "") {
    .ei_cookie button {
        width: 100%;
    }
}

.ei_cookie__wrapper {
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
    color: inherit;
}

.ei_cookie__label {
    display: inline-block;
    min-width: 230px;
    padding-left: 15px;
}

.ei_cookie__blocboutons {
    margin-top: 8px;
}

@media print {
    .ei_cookie {
        display: none !important;
    }
}

.ei_cookie p {
    color: #fff;
}
/* CSS Document */
