#cookie-popup{animation:boxAnimation .5s ease-in-out forwards;border:1px solid #000;border-radius:10px;box-shadow:6px 10px 10px 0px #979292;font-size:1rem;padding:1.5rem;position:fixed;width:75vw;z-index:9999}#cookie-popup a:focus{font-weight:bold;outline:none !important;text-decoration:none !important}#cookie-popup h1,#cookie-popup h2,#cookie-popup h3,#cookie-popup h4,#cookie-popup h5{font-size:1.3rem;font-weight:bold;margin:0;padding:0}#cookie-popup p{margin:0;padding:0}#cookie-popup .cookie-message .cookie-buttons{display:flex;gap:15px;margin-top:1rem}@media(max-width: 992px){#cookie-popup .cookie-message .cookie-buttons{flex-wrap:wrap}}#cookie-popup .cookie-message .cookie-buttons button{border:0;border-radius:15px;color:#fff;cursor:pointer;padding:.5rem 1.5rem;transition:all .3s ease-in-out}#cookie-popup .cookie-message .cookie-buttons button:focus{outline:none}#cookie-popup .cookie-message .cookie-buttons button#accept-cookies{background-color:#059a36}#cookie-popup .cookie-message .cookie-buttons button#refuse-cookies{background-color:#a00}#cookie-popup .cookie-message .cookie-buttons button#manage-cookies{background-color:#656966}#cookie-popup .cookie-message .cookie-buttons button:hover{opacity:.8}#cookie-popup .manage-cookie{display:none}#cookie-popup .manage-cookie .cookie-buttons{display:flex;gap:15px;margin-top:1rem}@media(max-width: 992px){#cookie-popup .manage-cookie .cookie-buttons{flex-wrap:wrap}}#cookie-popup .manage-cookie .cookie-buttons button{border:0;border-radius:15px;color:#fff;cursor:pointer;padding:.5rem 1.5rem;transition:all .3s ease-in-out}#cookie-popup .manage-cookie .cookie-buttons button#return-cookies{background-color:#656966}#cookie-popup .manage-cookie .cookie-buttons button#save-cookies{background-color:#059a36}#cookie-popup .manage-cookie .cookie-buttons button:hover{opacity:.8}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex{align-items:center;display:grid;gap:1.5rem;grid-template-columns:20% 1fr 10%}@media(max-width: 992px){#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex{grid-template-columns:1fr;margin:1.25rem 0}}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex .takethiscookie-justify-start{justify-self:start}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex .takethiscookie-justify-end{justify-self:end}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex h3{font-size:1rem;font-weight:bold}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex p{padding:1rem 0;text-align:left}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex input[type=checkbox]{display:none;height:0;visibility:hidden;width:0}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex label{background:gray;border-radius:30px;cursor:pointer;height:30px;position:relative;text-indent:-9999px;width:70px}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex label:before{display:none !important}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex label:after{background:#fff;border-radius:250px;content:"";height:20px;left:5px;position:absolute;top:5px;transition:.3s;width:20px}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex input:checked+label{background:#059a36}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex input:checked:disabled+label{cursor:not-allowed}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex input:checked+label:after{left:calc(100% - 5px);transform:translateX(-100%)}#cookie-popup .manage-cookie .cookie-infos .takethiscookie-flex label:active:after{width:100px}@keyframes boxAnimation{0%{bottom:0;opacity:0;right:-3rem}100%{bottom:1rem;opacity:1;right:0rem}}/*# sourceMappingURL=frontend.min.css.map */