.modal-cookie {
    color: rgb(255, 255, 255);
    background-color: rgb(9, 9, 9);
    border-radius: 5px;
    padding: 40px;
    max-width: 24em;
    flex-direction: column;
    overflow: visible;
    justify-content: space-between;
    bottom: 1em;
    right: 1em;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    border: 2px solid rgba(99, 110, 124, 0.2);
    box-shadow: rgba(99, 110, 124, 0.1) 1px 2px 4px;
}
