/* pour le block des cookies */

.cky-consent-container,
.cky-consent-container.cky-box-bottom-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

    .cky-consent-bar {
        position: fixed;
        bottom: 0;
    }
}

@media screen and (min-width: 750px) {
    .cky-consent-container,
    .cky-consent-container.cky-box-bottom-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);

        .cky-consent-bar {
            position: fixed;
            top: 50%;
            bottom: auto;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 440px;
        }
    }
}
