@keyframes spinnerAnimation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spinnerCenterAnimation{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}#CookieBanner{align-items:center;background-color:#fff;border-top:1px solid var(--primary);bottom:0;display:inline-flex;flex-direction:column;flex-wrap:nowrap;height:auto;justify-content:center;left:0;max-height:70vh;min-height:33vh;opacity:1;overflow:hidden;padding:20px;position:fixed;right:0;transition:opacity .34s;z-index:1000}#CookieBanner:not(.show){opacity:0}#CookieBanner .close{align-self:stretch;color:var(--grey);cursor:pointer;font-size:.66rem}#CookieBanner .content{max-height:100%}#CookieBanner .content,#CookieBanner .content>.wrapper{align-items:center;display:inline-flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;overflow:auto}#CookieBanner .content>.wrapper{background-color:#fff;cursor:default;height:auto;max-width:480px}#CookieBanner .content>.wrapper>.top{align-items:flex-start;display:inline-flex;flex-direction:column;flex-wrap:nowrap;height:auto;justify-content:flex-start;overflow:auto;padding:20px 0}#CookieBanner .content>.wrapper>.top::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3)}#CookieBanner .content>.wrapper>.top::-webkit-scrollbar{background-color:#f5f5f5;width:5px}#CookieBanner .content>.wrapper>.top::-webkit-scrollbar-thumb{background-color:#000}#CookieBanner .content>.wrapper>.top p{font-size:.72rem}@media (max-width:575px){#CookieBanner .content>.wrapper>.top p{font-size:.72rem}}#CookieBanner .content>.wrapper>.top>.title{display:block;font-size:1.2rem;font-weight:700;margin-bottom:10px}@media (max-width:575px){#CookieBanner .content>.wrapper>.top>.title{font-size:1.1rem}}#CookieBanner .content>.wrapper>.top .wrapped{align-items:center;display:inline-flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;overflow:auto}#CookieBanner .content>.wrapper>.top .wrapped::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3)}#CookieBanner .content>.wrapper>.top .wrapped::-webkit-scrollbar{background-color:#f5f5f5;width:5px}#CookieBanner .content>.wrapper>.top .wrapped::-webkit-scrollbar-thumb{background-color:#000}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper{display:inline-flex;flex-direction:column;flex-wrap:nowrap;gap:10px;padding-top:10px;width:100%}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting{background-color:var(--lightgrey);display:flex;flex-direction:column;flex-wrap:nowrap;width:100%}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;padding:10px;width:100%}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.libelle{flex-grow:1;font-weight:700}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.input{align-items:center;display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;--width-round:12px;--offset:2px}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.input input{display:none}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.input input:checked+label{background-color:var(--green)}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.input input:checked+label:before{left:calc(100% - var(--offset) - var(--width-round))}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.input label{background-color:var(--darkgrey);border-radius:32px;display:block;height:calc(var(--width-round) + var(--offset) + 4px);position:relative;transition:background-color .4s;width:30px}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.input label:before{aspect-ratio:1/1;background-color:#fff;border-radius:180px;content:"";left:var(--offset);position:absolute;top:50%;transform:translateY(-50%);transition:left .4s,right .4s;width:var(--width-round)}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.required{color:var(--primary);font-size:.75rem;letter-spacing:.5px}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.more{align-items:center;cursor:pointer;display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.top>.more:before{background-color:#000;content:"";display:block;height:14px;-webkit-mask-image:url(../images/icons/chevron_down.svg);mask-image:url(../images/icons/chevron_down.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:transform .3s;width:14px}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting>.more{font-size:.85rem;padding:0 10px 10px}#CookieBanner .content>.wrapper>.top .wrapped>.settings_wrapper>.setting.expand>.top>.more:before{transform:rotate(180deg)}#CookieBanner .content>.wrapper>.actions{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;width:100%}#CookieBanner .content>.wrapper>.actions>.action{align-items:center;background-color:var(--lightgrey);cursor:pointer;display:inline-flex;flex-direction:column;flex-wrap:nowrap;font-size:.8rem;justify-content:center;line-height:normal;padding:12px 10px;text-align:center}#CookieBanner .content>.wrapper>.actions>.action.save_all{background-color:var(--primary);color:#fff}
