@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap');

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}


.cc-revoke,
.cc-window {
    position: fixed;
    /*overflow: hidden;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}




    .cc-window.cc-theme-legalFR {
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
    /*padding: 16px;*/
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
    /*border-radius: 4px;*/
    border-radius: 30px;
    }
    .cc-window.cc-theme-legalFR .cc-header {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
    align-items: center;
    }
    .cc-window.cc-theme-legalFR .cc-header svg,
    .cc-window.cc-theme-legalFR .cc-header i {
    /*height: 24px;
    width: 24px;*/
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -27px;
    margin-left: -2px;
    height: 48px;
    width: 48px;
    /*margin-right: 8px;*/
    }

    .cc-col-copy span {
        /*margin-left: 8px;*/
    }


    .cc-window.cc-theme-legalFR .cc-message {
    padding-top: 8px;
    /*line-height: 2;*/
    line-height: 1.5;
    color: #4d4d4d;
    }
    .cc-window.cc-theme-legalFR .cc-link {
    color: black;
    font-weight: 600;
    padding: 0;
    }
    .cc-window.cc-theme-legalFR .cc-dismiss {
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: auto;
    white-space: nowrap;
    border-radius: 500px;
    padding: 8px;
    }
    .cc-theme-legalFR {
    font-family: Comfortaa, Avenir, sans-serif;
    font-size: 15px;
    color: #2f2f2f;
    }
    .cc-message-background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    }
    .cc-compliance .cc-btn {
    font-size: 14px;
    font-family: Comfortaa, Avenir, sans-serif;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.14286;
    padding: 6px 8px;
    color: #fff;
    background-color: #00b1b2;
    border: solid 2px transparent;
    border-radius: 2px;
    -webkit-transition: 250ms ease-in-out;
            -o-transition: 250ms ease-in-out;
            transition: 250ms ease-in-out;
    }
    .cc-compliance .cc-btn:hover {
    background-color: #272726;
    /*box-shadow: 0 0 4px 0 #2f2f2f;*/
    /*box-shadow: 0 0 4px 0 #2f2f2f;*/
    }
    .cc-compliance .cc-btn:active {
    color: #ffffff;
    border-color: #272726;
    background-color: #272726;
    }

@media (max-width: 648px) {
        .cc-col-btn {
            margin-top: 20px!important;
        }
}

@media (min-width: 649px) {
    .cc-window.cc-theme-legalFR .cc-message-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cc-window.cc-theme-legalFR {
        bottom: 20px;
        left: 40px;
        width: 550px;
        max-width: 550px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
    }
    .cc-window.cc-theme-legalFR .cc-header {
        -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
    }
    .cc-window.cc-theme-legalFR .cc-message {
        display: block;
        font-size: 12px;
        /*padding-right: 8px;*/
        padding-right: 18px;
    }
    .cc-window.cc-theme-legalFR .cc-compliance {
        -ms-flex-item-align: baseline;
                align-self: baseline;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .cc-window.cc-theme-legalFR .cc-dismiss {
        -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
    }
    }
    @media (min-width: 810px) and (max-height: 750px) {
    .cc-window.cc-theme-legalFR {
        width: 580px;
    }
    .cc-window.cc-theme-legalFR .cc-message-container {
        -webkit-box-flex: 1 !important;
                -ms-flex: 1 !important;
                    flex: 1 !important;
    }

}
@media (max-width: 648px) {
    .cc-window.cc-theme-legalFR {
        width: 90%;
        left: 5%;
        bottom: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }
    .cc-window.cc-theme-legalFR .cc-compliance {
        width: 100%;
        -ms-flex-item-align: start;
            align-self: flex-start;
        -webkit-box-flex: 2;
                -ms-flex: 2;
                    flex: 2;
    }
    .cc-window.cc-theme-legalFR .cc-btn {
        width: 100%;
    }
    .cc-window.cc-theme-legalFR .cc-message-container {
        padding: 8px 0;
    }
    .cc-window.cc-theme-legalFR .cc-message {
        line-height: 1.7;
    }
}


/*BEGIN Cookies*/
.cookiealert {
    transform: translateY(100%);
    transition: all 500ms ease-out;
    z-index: 999;
    opacity: 0;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
/*END Cookies*/