﻿/*!
Author: Rachel Pellin
Author URI: https://prachel.fr/
Package: webtopie-sass-starter
Version: 1.0
*/:root{--color-primary: #0AB8C7;--color-secondary: #A0C2C5;--color-tertiary: #00808B;--color-success: green;--color-error: red;--color-info: cyan;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-title: var(--font-body);--font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacer-auto: auto;--spacer-0: 0;--spacer-xs: 0.5rem;--spacer-s: 1rem;--spacer-m: 2rem;--spacer-l: 3rem;--spacer-xl: 4rem;--spacer-xxl: 5rem;--border-radius: 0;--color-text: #fff;--color-background: #1F1F1F;--color-background-accent: var(--color-background);--color-link: var(--color-primary);--color-button-bg: var(--color-primary);--color-button-text: #fff;--text-size-desktop: 1.75rem;--text-size-mobile: 1.25rem;--site-width: 60rem;--grid-gutter: 2rem;--grid-columns: 2;--grid-item-width: 250px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}*{box-sizing:border-box}*{box-sizing:border-box}*::before,*::after{box-sizing:inherit}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{line-height:1.5;color:var(--color-text);background:var(--color-background);font-family:var(--font-body);font-size:var(--text-size-mobile)}@media screen and (min-width: 50rem){body{font-size:var(--text-size-desktop)}}h1,h2,h3,h4,h5,h6,p,blockquote,dl,img,figure{margin:2rem 0}h1,h2,h3,h4,h5,h6{font-weight:bold;line-height:1.2}h1{font-size:.75em;letter-spacing:.05em;text-transform:uppercase;color:var(--color-secondary);margin-left:.5rem;margin-bottom:.5rem}h2{font-size:150%;margin-bottom:1.5em;margin-top:0;counter-reset:h3Counter}h2::before{content:"";display:inline-block;width:80px;height:7px;background-color:var(--color-primary);vertical-align:middle;margin-right:20px;margin-left:-90px}h2.is-style-2{position:relative;text-align:center}h2.is-style-2::before{display:block;width:80px;height:7px;margin:0;position:absolute;bottom:-0.75em;left:calc(50% - 40px)}h3{font-size:150%;counter-increment:h3Counter}h3::before{content:counter(h3Counter) ". ";color:var(--color-primary);margin-left:-0.6em}h4,h5,h6{font-size:150%;text-align:center}h5,h6{text-transform:uppercase}header h1{border-bottom:1px solid}p{margin:0}p+p{margin-top:1rem}a,a:visited{color:var(--color-link);opacity:1}a.is-unstyled,a:visited.is-unstyled{color:var(--color-text)}strong,time,b{font-weight:bold}em,dfn,i{font-style:italic}sub{font-size:60%;vertical-align:bottom}small{font-size:80%}blockquote,q{background:transparent;border-left:none;display:block;padding:0;position:relative}blockquote::before,blockquote::after,q::before,q::after{content:"«";font-size:4em;font-weight:bold;position:absolute;top:-3rem;left:-5rem;line-height:1;color:var(--color-primary);opacity:.2}blockquote::after,q::after{content:"»";top:unset;left:unset;bottom:-3rem;right:-5rem}blockquote p:first-child{margin-top:0}cite{font-family:"Georgia",serif;font-style:italic;font-weight:bold}kbd,code,samp,pre,var{font-family:monospace;font-size:1rem}code,pre{background:var(--color-tertiary);padding:.5rem 1rem}code pre,pre code{padding:0}ul,ol{margin:2rem 0;padding:0 0 0 2rem;color:var(--color-primary);font-weight:bold}ul ul,ul ol,ol ul,ol ol{color:var(--color-primary);margin:0 0 2rem;font-weight:bold}li{margin-top:1em}li>*{color:var(--color-text);font-weight:normal}ul{list-style-type:"› "}ul.is-plus{list-style-type:"+ "}ul.is-discrete{list-style-type:"- ";margin:0;font-weight:normal;color:var(--color-text);opacity:.75}ul.is-discrete>li{margin:0}dl dd{padding-left:2rem}img{display:block;height:auto;max-width:100%}figure{display:inline-block;width:auto}figure img{margin:0}figure figcaption{font-size:80%;margin-top:.5rem}table{border:1px solid var(--color-primary);border-collapse:collapse;table-layout:auto;width:100%}@media screen and (min-width: 50rem){table{table-layout:fixed}}table caption{margin:2rem 0}table thead{text-align:center}table tbody{text-align:right}table tr{border-bottom:1px solid var(--color-primary)}table tbody tr:nth-child(even){background:var(--color-tertiary)}table th{background:var(--color-secondary);font-weight:bold}table th,table td{padding:1rem}table th:not(last-of-type),table td:not(last-of-type){border-right:1px solid var(--color-primary)}input,select,optgroup,textarea,button{appearance:none;border:1px solid var(--color-text);display:block;margin:.5rem 0;padding:.8rem;border-radius:var(--border-radius);font:inherit}input:focus,input:active,select:focus,select:active,optgroup:focus,optgroup:active,textarea:focus,textarea:active,button:focus,button:active{background-color:var(--color-secondary);border-color:var(--color-link)}input[type=checkbox],input[type=radio]{display:initial;appearance:auto}input[type=color]{cursor:pointer;padding:.25rem;border:1px solid var(--color-secondary);height:2.25rem;width:2.25rem}input[type=range]{appearance:auto}button,[type=button],[type=submit],[type=reset]{border:none;background-color:var(--color-button-bg);color:var(--color-button-text)}input:disabled,button:disabled{background-color:#ccc;color:#777;user-select:none}select{cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 12.5L15 18.75L21.25 12.5H8.75Z' fill='%23666666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85em top 47%;padding-right:1.75rem;background-size:1.5em auto}meter,progress{width:100%;max-width:25rem;height:8px;border-radius:var(--border-radius);border:none}progress{appearance:none;background:var(--color-background-accent);color:var(--color-primary);overflow:hidden}progress::-webkit-progress-bar{background:var(--color-background-accent)}progress::-webkit-progress-value{background:var(--color-primary)}progress::-moz-progress-bar{background:var(--color-primary)}.icon{display:inline-block;fill:currentColor;height:1em;line-height:1;position:relative;top:-1px;vertical-align:middle;width:1em}section{padding:2em 1rem;display:none}section.is-active{display:block}[data-counter]{position:fixed;bottom:1rem;right:1rem}.logo{position:fixed;bottom:1rem;left:1rem}.graph_wrapper{position:relative;margin:1.5rem auto 2.5rem;display:inline-block;padding-right:3.5rem;padding:0}.graph_wrapper_outer{text-align:center;overflow-x:auto}.graph_grid{stroke:rgba(204,204,204,.5);stroke-dasharray:0;stroke-width:1}.graph_labels{font-size:13px;text-anchor:end;fill:#fff;font-family:inherit}.graph_labels .label-title{font-weight:bold;text-transform:uppercase;text-anchor:middle}@media screen and (min-width: 30rem){.graph_labels{font-size:15px}}.graph_labels--x text{transform:rotate(0 0 -45deg);transform-origin:100}.graph_labels--y text{transform:translateY(0.325em)}.graph_labels--y .label-title{text-anchor:end}.graph_data{--graph-color: #fff}.graph_data circle{cursor:pointer;fill:var(--graph-color);stroke-width:15;stroke:transparent;border-radius:50%}.graph_data circle[aria-labelledby*="2019"]{--graph-color: red}.graph_data circle[aria-labelledby*="2020"]{--graph-color: yellow}.graph_data circle[aria-labelledby*="2021"]{--graph-color: aqua}.graph_data circle[aria-labelledby*="2022"]{--graph-color: rgb(99, 199, 99)}.graph_data circle:focus{outline:2px solid var(--graph-color)}.graph_data polyline{fill:none;stroke-width:2;stroke:var(--graph-color);animation:drawLine 1s ease-out forwards}.graph_data polyline[aria-label*="2019"]{--graph-color: red}.graph_data polyline[aria-label*="2020"]{--graph-color: yellow}.graph_data polyline[aria-label*="2021"]{--graph-color: aqua}.graph_data polyline[aria-label*="2022"]{--graph-color: rgb(99, 199, 99)}.graph_tooltip{display:none;position:absolute;background-color:rgba(0,31,36,.85);color:#fff;padding:.5rem calc(.5rem + 15px) .5rem .5rem;clip-path:polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 0% 0%);min-width:8rem;text-align:left;font-size:13px;top:calc(var(--top) * 1px);left:calc(var(--left) * 1px);transform:translateY(-100%)}@media screen and (min-width: 30rem){.graph_tooltip{font-size:16px}}.graph_tooltip p{margin:0;font-weight:bold}.graph_tooltip p:first-of-type{font-weight:normal;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.graph_tooltip.is-active{display:block;z-index:3}.graph_legend{list-style:none;padding:0;margin:0;display:flex;align-items:center;display:flex}.graph_legend li{--graph-color: #fff;color:#fff;font-size:1rem;font-weight:500;margin-left:1rem}.graph_legend li:nth-of-type(1){--graph-color: red}.graph_legend li:nth-of-type(2){--graph-color: yellow}.graph_legend li:nth-of-type(3){--graph-color: aqua}.graph_legend li:nth-of-type(4){--graph-color: rgb(99, 199, 99)}.graph_legend li::before{content:"";display:inline-block;vertical-align:middle;width:1rem;height:1rem;border-radius:50%;background-color:var(--graph-color);border:2px solid #fff;margin-right:.25rem}.graph_table{margin:0 auto;width:var(--graph-width)}.graph_table td,.graph_table th{padding:.5rem;text-align:left}.graph_table tbody tr:nth-of-type(odd){background-color:rgba(0,128,139,.2)}.graph_toggle{position:absolute;top:-2rem;right:0;border:0;font-size:1rem;padding:.5rem;background-color:rgba(0,128,139,.2);color:inherit;cursor:pointer;transition:background-color .3s ease-out}.graph_toggle:hover,.graph_toggle:focus{background-color:rgba(0,128,139,.5)}.graph_toggle:focus{outline:2px solid rgba(0,128,139,.5);outline-offset:5px}[data-toggle-state=false]{display:none !important}@keyframes drawLine{from{stroke-dashoffset:var(--stroke-size)}to{stroke-dashoffset:0}}.switch{display:block;margin:2px;padding:.5rem .75rem;border:2px solid transparent;border-radius:5px;text-align:left;background-color:var(--color-background);color:inherit;cursor:pointer}.switch_label{position:relative;display:inline-block;padding:0;margin:0;vertical-align:middle;color:inherit}.switch_svg{display:inline-block;width:36px;height:20px;forced-color-adjust:auto;position:relative;vertical-align:middle}.switch_svg rect{fill-opacity:0;stroke-width:2;stroke:currentcolor}.switch_svg rect.off{display:block;stroke:currentcolor;fill:currentcolor;fill-opacity:1}.switch_svg rect.on{display:none}.switch_text{vertical-align:middle}.switch_text.off{display:inline-block}.switch_text.on{display:none}.switch:focus,.switch:hover{border-color:var(--color-primary);outline:none;background-color:rgba(255,255,255,.15)}[aria-checked=true] .switch_svg rect.off{display:none}[aria-checked=true] .switch_svg rect.on{color:var(--color-primary);display:block;stroke-color:currentcolor;fill:currentcolor;fill-opacity:1}[aria-checked=true] .switch_text.off{display:none}[aria-checked=true] .switch_text.on{display:inline-block}.container{margin:0 auto;max-width:var(--site-width)}.grid,.grid-auto{display:block;grid-template-columns:repeat(var(--grid-columns), 1fr);gap:var(--grid-gutter)}.grid-auto{grid-template-columns:repeat(auto-fit, minmax(var(--grid-item-width), 1fr))}@media screen and (min-width: 40rem){.grid,.grid-auto{display:grid}}.sr-only{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.skip-link{opacity:0;background:var(--color-primary);color:var(--color-background-blue);font-weight:700;top:0;z-index:99999;left:50%;padding:.5rem 1.5rem;position:absolute;transform:translateY(-100%) translateX(-50%);transition:transform .3s}.skip-link:focus{opacity:1;transform:translateY(0%) translateX(-50%)}.maauto{margin:auto}.mtauto{margin-top:auto}.mrauto{margin-right:auto}.mbauto{margin-bottom:auto}.mlauto{margin-left:auto}.mhauto{margin-left:auto;margin-right:auto}.mvauto{margin-top:auto;margin-bottom:auto}.paauto{padding:auto}.ptauto{padding-top:auto}.pbauto{padding-bottom:auto}.prauto{padding-right:auto}.plauto{padding-left:auto}.phauto{padding-left:auto;padding-right:auto}.pvauto{padding-top:auto;padding-bottom:auto}.ma0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0{margin-left:0}.mh0{margin-left:0;margin-right:0}.mv0{margin-top:0;margin-bottom:0}.pa0{padding:0}.pt0{padding-top:0}.pb0{padding-bottom:0}.pr0{padding-right:0}.pl0{padding-left:0}.ph0{padding-left:0;padding-right:0}.pv0{padding-top:0;padding-bottom:0}.maxs{margin:0.5rem}.mtxs{margin-top:0.5rem}.mrxs{margin-right:0.5rem}.mbxs{margin-bottom:0.5rem}.mlxs{margin-left:0.5rem}.mhxs{margin-left:0.5rem;margin-right:0.5rem}.mvxs{margin-top:0.5rem;margin-bottom:0.5rem}.paxs{padding:0.5rem}.ptxs{padding-top:0.5rem}.pbxs{padding-bottom:0.5rem}.prxs{padding-right:0.5rem}.plxs{padding-left:0.5rem}.phxs{padding-left:0.5rem;padding-right:0.5rem}.pvxs{padding-top:0.5rem;padding-bottom:0.5rem}.mas{margin:1rem}.mts{margin-top:1rem}.mrs{margin-right:1rem}.mbs{margin-bottom:1rem}.mls{margin-left:1rem}.mhs{margin-left:1rem;margin-right:1rem}.mvs{margin-top:1rem;margin-bottom:1rem}.pas{padding:1rem}.pts{padding-top:1rem}.pbs{padding-bottom:1rem}.prs{padding-right:1rem}.pls{padding-left:1rem}.phs{padding-left:1rem;padding-right:1rem}.pvs{padding-top:1rem;padding-bottom:1rem}.mam{margin:2rem}.mtm{margin-top:2rem}.mrm{margin-right:2rem}.mbm{margin-bottom:2rem}.mlm{margin-left:2rem}.mhm{margin-left:2rem;margin-right:2rem}.mvm{margin-top:2rem;margin-bottom:2rem}.pam{padding:2rem}.ptm{padding-top:2rem}.pbm{padding-bottom:2rem}.prm{padding-right:2rem}.plm{padding-left:2rem}.phm{padding-left:2rem;padding-right:2rem}.pvm{padding-top:2rem;padding-bottom:2rem}.mal{margin:3rem}.mtl{margin-top:3rem}.mrl{margin-right:3rem}.mbl{margin-bottom:3rem}.mll{margin-left:3rem}.mhl{margin-left:3rem;margin-right:3rem}.mvl{margin-top:3rem;margin-bottom:3rem}.pal{padding:3rem}.ptl{padding-top:3rem}.pbl{padding-bottom:3rem}.prl{padding-right:3rem}.pll{padding-left:3rem}.phl{padding-left:3rem;padding-right:3rem}.pvl{padding-top:3rem;padding-bottom:3rem}.maxl{margin:4rem}.mtxl{margin-top:4rem}.mrxl{margin-right:4rem}.mbxl{margin-bottom:4rem}.mlxl{margin-left:4rem}.mhxl{margin-left:4rem;margin-right:4rem}.mvxl{margin-top:4rem;margin-bottom:4rem}.paxl{padding:4rem}.ptxl{padding-top:4rem}.pbxl{padding-bottom:4rem}.prxl{padding-right:4rem}.plxl{padding-left:4rem}.phxl{padding-left:4rem;padding-right:4rem}.pvxl{padding-top:4rem;padding-bottom:4rem}.maxxl{margin:5rem}.mtxxl{margin-top:5rem}.mrxxl{margin-right:5rem}.mbxxl{margin-bottom:5rem}.mlxxl{margin-left:5rem}.mhxxl{margin-left:5rem;margin-right:5rem}.mvxxl{margin-top:5rem;margin-bottom:5rem}.paxxl{padding:5rem}.ptxxl{padding-top:5rem}.pbxxl{padding-bottom:5rem}.prxxl{padding-right:5rem}.plxxl{padding-left:5rem}.phxxl{padding-left:5rem;padding-right:5rem}.pvxxl{padding-top:5rem;padding-bottom:5rem}.is-bold{font-weight:700}.color--lighter{opacity:.85}.is-size-05{font-size:.75em}.is-size-2{font-size:1.25em}.is-size-3{font-size:1.75em}.text-align-center{text-align:center}.align-items-center{align-items:center}.is-highlight{display:inline-block;background:var(--color-tertiary)}section.is-active.has-big-quote{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center}section.is-active.has-big-quote blockquote{font-size:2em}.flex-align-center{display:flex;align-items:center;justify-content:center;flex-direction:column}
