﻿[class*='CookiesRegulationMessage__container--'] {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: .5rem 1.5rem;
    width: 100%;
    z-index: 1500;
    background-color: #726b70;
}
.mobile,
.tablet {
    [class*='CookiesRegulationMessage__container--'] {
        padding: 10px;
    }
    [class*='CookiesRegulationMessage__buttons--'] {
        width: 100%;
    }  
}

[class*='CookiesRegulationMessage__wc--'] {
    width: 50%;
}   

.cookies-text{
    margin-bottom: 0;
    text-align: left;
    line-height: normal; /* No need on prod */
}
#cookiesSettings {
    display: none;
}
/* Buttons*/

[class*='CookiesRegulationMessage__buttons--'] {
    gap: 10px;
    display: flex;
}   
[class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='Button__regular--'],
.desktop [class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='Button__regular--']:hover,
[class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='CookiesRegulationMessage__accept--'],
.desktop [class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='CookiesRegulationMessage__accept--']:hover {
    display: inline-block;
    width: auto;
    min-width: auto;
    height: 40px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
    border-radius: 8px;
    box-shadow: none;
    text-decoration: none;
    font-family: 'GT-Walsheim-Pro', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    border: none;
    padding: .55rem 1.25rem;
    white-space: nowrap;
}
[class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='Button__regular--'],
.desktop [class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='Button__regular--']:hover {
    color:#fff !important;
    background-color: #4e454a;
}
.mobile [class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='Button__regular--'] {
    width:100%;
}
[class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='CookiesRegulationMessage__accept--'],
.desktop [class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='CookiesRegulationMessage__accept--']:hover {
    color: #000 !important;
    background-color: #5CFD86 !important;
}


[class*="CookieSettings__list--"] {
    padding: 10px;
    list-style-type: none;
    background: #fff;
    border-radius: 8px;
}
[class*="CookieSettings__formActions--"] {
  padding: 1rem 0 0;
}
[class*="CheckboxShallow__label--"] {
  font-size: 14px;
}
[class*="InfoList__list--"]>[class*="InfoList__item--"]:first-child:not(:empty){
  border-top: 0;
}
[class*="CookieSettings__description--"] {
  color: #000;
  margin-bottom: 10px;
}	

    .cookiePopup h3 {
        padding-top:0;
        padding-bottom: 10px;
        font-size: 1.71rem;
    }
    .cookiePopup article {
        padding: 20px;
    }
    [class*="CheckboxShallow__stretch--"] {
        justify-content: start;
    }
    [class*="CheckboxShallow__toggleMark--"] {
        margin-left: 5px;
        top:-2px;
    }
    [class*="CookieSettings__toggle--"] {
        font-weight: bold;
        height:auto;
        line-height: 30px;;
    }

    [class*="Button__primary--"][class*="Button__success--"] {
        background-color: #5CFD86;
        border-radius: 8px;
        width: 100%;
        height: 40px;
        font-weight: bold;
        font-size: 14px;
    }
    [class*="CookieSettings__container--"] {
        padding: 0;
    }
    [class*="CheckboxShallow__reverse--"] {
        flex-direction: row;
    }
    [class*="CheckboxShallow__disabledLabel--"]{
        color:#000;
    }
    [class*="CheckboxShallow__disabledCheckbox--"] + [class*="CookieSettings__description--"]{
        opacity: .6;
    }
.mobile {
    [class*="PagePopup__container--"] {
        max-height: 80%;
    }
    .root-cookie-settings {
        [class*="Popup__inner--"] {
            article {
                padding: 1rem;
            }
            [class*="InfoList__item--"] {
                padding: 0;
            }
        }
    }
    .loged-out [class*='Popup__container'].root-cookie-settings #main-content {
        margin-top: 0 !important;
    }
}
.desktop .root-popup-page.root-cookie-settings .Layout__layoutWrapper--2Sx.page-layout-width-1200 {
    overflow-y: auto;
}

.Popup__container--2nj {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    h1 {
        font-size: 1.71rem
    }
}
.Overlay__overlay--2IF {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}


.cookiePopup {
    width: 580px;
    background-color: #efefef !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 7px;
    max-height: 550px;
    color: #000;
    display: flex;
    flex-flow: column;
    pointer-events: auto;
    position: relative;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit;

    article > p {
     margin-bottom: 20px;
    }
}









/* No need on prod */
.header [class*=CookiesRegulationMessage__container] {display:flex;} 
@media (max-width: 840px){
    [class*='CookiesRegulationMessage__container--'] {
        flex-direction: column;
    }
    [class*='CookiesRegulationMessage__buttons--'] {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    [class*='CookiesRegulationMessage__container--'] {
        padding: 10px;
    }
    [class*='CookiesRegulationMessage__wc--'],
    [class*='CookiesRegulationMessage__buttons--'] [class*='CookiesRegulationMessage__button--'][class*='Button__regular--'] {
        width:100%;
    }
}
@media (max-width: 480px){
    .cookiePopup {
        width: 95%;
        max-height: 100%;
    }
}