﻿@keyframes pulsation{0%,100%{bottom:0;}50%{bottom:15px;}}@keyframes slideLeft{from{margin-left:-300%;width:300%;}to{margin-left:0%;width:100%;}}@keyframes slideRight{from{margin-left:100%;width:300%;}to{margin-left:0%;width:100%;}}@keyframes slideTop{from{top:-100%;}to{top:35%;}}@keyframes slideBottom{from{margin-bottom:100%;width:300%;}to{margin-bottom:-100%;width:100%;}}body.cookie-open{height:100vh;overflow-y:hidden;}#overlay-cookie{position:absolute;background:#1d3975;opacity:.8;z-index:100;width:100vw;height:100vh;overflow:hidden;}.cookie-container{position:fixed;z-index:101;background:#fff;width:50%;left:25%;top:25%;overflow:auto;max-height:calc(100vh - 30%);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);}@media(max-width:768px){.cookie-container{width:100%;height:100%;max-height:100%;left:0%;top:0%;}}.cookie-container p{margin-top:10px;margin-bottom:10px;}.cookie-container .cookie-nav{display:flex;flex-direction:row;justify-content:space-around;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);}.cookie-container .cookie-nav .cookie-nav-el{display:flex;justify-content:center;width:50%;text-align:center;height:50px;}.cookie-container .cookie-nav .cookie-nav-el span{margin:auto;}.cookie-container .cookie-nav .cookie-nav-active{background:#1d3975;color:#fff;}.cookie-container .cookie-nav .cookie-nav-inactive{cursor:pointer;}.cookie-container #cookie-consent-text,.cookie-container #cookie-config{padding:20px;font-size:18px;line-height:24px;}.cookie-container #cookie-config #anonymise-switch{display:flex;flex-direction:row;margin-bottom:10px;}.cookie-container #cookie-config input[type=checkbox]{height:0;width:0;visibility:hidden;}.cookie-container #cookie-config label{cursor:pointer;text-indent:-9999px;width:50px;height:25px;background:#808080;display:block;border-radius:100px;position:relative;}.cookie-container #cookie-config label:after{content:"";position:absolute;top:2.5px;left:2.5px;width:20px;height:20px;background:#fff;border-radius:90px;transition:.3s;}.cookie-container #cookie-config input:checked+label{background:#1d3975;}.cookie-container #cookie-config input:checked+label:after{left:calc(100% - 5px);transform:translateX(-100%);}.cookie-container #cookie-config label:active:after{width:30px;}.cookie-consent-btn{display:flex;flex-direction:row;justify-content:center;}.cookie-consent-btn .btn{width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;padding:5px 20px 5px 20px;border-radius:5px;font-size:18px;cursor:pointer;}.cookie-consent-btn .cookie-config{border:1px solid #1d3975;margin-right:30px;}.cookie-consent-btn .cookie-autorise{background:#1d3975;color:#fff;}.invisible{display:none;}.visible{display:block;}