<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */@keyframes astronaut{0%{transform:rotate(xx) translate(0) translateY(0)}20%{transform:translate(-5%) translateY(-10%)}60%{transform:translate(-25%) translateY(-15%)}to{transform:rotate(xx) translate(0) translateY(0)}}@keyframes planet{0%{transform:rotate(0) translate(0)}10%{transform:rotate(-5deg) translate(5%) translateY(-10%)}20%{transform:rotate(5deg) translate(12%) translateY(-6%)}50%{transform:rotate(15deg) translate(3%) translateY(5%)}70%{transform:rotate(3deg) translate(9%) translateY(12%)}85%{transform:rotate(12deg) scale(.9) translate(12%) translateY(-22%)}to{transform:rotate(0)}}*{box-sizing:border-box}:before,:after{box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;vertical-align:bottom}embed,object,iframe{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}button[disabled],[type=button][disabled],[type=reset][disabled],[type=submit][disabled]{cursor:default}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{margin:0;padding:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top}th{text-align:left;font-weight:700}template{display:none}[hidden]{display:none}html{font-family:Lato,sans-serif;background:url(/stars-e4bdf3fc.jpg) no-repeat center center fixed;background-size:cover;overflow-x:hidden}body{overflow-x:hidden}a{text-decoration:underline;font-weight:600}.container{margin-left:auto;margin-right:auto;max-width:1100px}@media only screen and (max-width: 530px){.container{margin-left:15px;margin-right:15px}}@media only screen and (max-width: 1100px){.container{max-width:900px}}@media only screen and (max-width: 815px){.container{max-width:600px}}main{margin-bottom:20px}.header{background-color:#7ebb37;height:90px;display:flex;align-items:center;padding-left:15vw;margin-bottom:15px}@media only screen and (max-width: 530px){.header{padding-left:5vw}}.header__logo{height:50px}.info__error{padding-top:20px}.info__title{font-size:77px;font-weight:700;line-height:64px}@media only screen and (max-width: 500px){.info__title{font-size:40px}}.info__title--fr{color:#fff}.info__title--en{color:#9298a4;margin-left:12rem;margin-top:1rem}.info__phrase{margin-top:1rem}@media only screen and (max-width: 530px){.info__phrase{margin-top:2rem;margin-bottom:2rem}}.info__phrase--fr{color:#fff}.info__phrase--en{color:#9298a4}.cards{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));column-gap:30px;row-gap:50px;border-radius:15px}.card__container{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border-radius:15px;padding:1rem;position:relative;background-color:#fff;height:auto;display:flex;flex-direction:column;justify-content:space-evenly}.card__logo{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;padding:5px;width:65px;height:65px;position:absolute;top:-2rem;background-color:#fff}.card__img{width:60px;height:60px;padding:5px}.card__title{text-align:center;margin-top:2rem;font-size:18px;color:#233654;font-weight:700;font-family:Lato,sans-serif}.card__info{text-align:justify;margin-top:1rem;color:#233654;font-family:Lato,sans-serif}hr{width:10rem;margin:20px auto auto;border:none;height:3px;background:#233654;position:relative}.planet{width:250px;height:auto;position:absolute;left:30px;top:170px;animation:planet 15s infinite 0s ease;z-index:-1}@media only screen and (max-width: 815px){.planet{width:150px}}.astronaut{position:absolute;right:0;top:400px;animation:astronaut 12s infinite 0s ease;animation-direction:alternate;height:400px;z-index:-1}.caution{width:auto;height:64px;float:left;padding-right:15px}
</pre></body></html>