:root{--aslgfgreen:#90ae72;--aslgfdarkgreen:#448871;--aslgfblue:#6888b2;--aslgfdarkblue:#243441;--aslgfyellow:#fad44f;--aslgfgold:#febc3e;--aslgforange:#fa874f;--aslgfsalmon:#ec918c;--aslgfred:#fe422c}@font-face{font-family:tahu;src:url(/polices/tahu.ttf)}@font-face{font-family:Inkfree;src:url(/polices/Inkfree.ttf)}@font-face{font-family:Hansip;src:url(/polices/Hansip.ttf)}body{padding:0;margin:0;font-family:Calibri,sans-serif;color:#fff;font-size:2.3vh;background-image:url(/images/foret_enchantee.webp);background-repeat:no-repeat;background-size:cover;background-position:50% 50%;height:calc(var(--doc-height) - .01px)}*{box-sizing:border-box}header{height:calc(var(--doc-height) * 15/100 - .01px);justify-content:space-between;align-items:center;padding-left:5vh}header,main{width:100vw;display:flex;flex-direction:row}main{height:calc(var(--doc-height) * 70/100);justify-content:space-around;align-items:flex-start;padding-top:2vh;overflow:auto}footer{height:calc(var(--doc-height) * 15/100);width:100vw;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}.label{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-bottom:1vh}.label span{color:var(--aslgfyellow);text-shadow:.2vh .2vh var(--aslgfdarkblue),0 0 .5vh var(--aslgfdarkblue);font-size:2.3vh;font-weight:700;margin-bottom:.5vh}.input{padding:1vh 1vh 1vh 2.5vh;font-size:2.1vh;border:.3vh solid var(--aslgfyellow);outline:none;width:34vh;border-radius:3vh;background:linear-gradient(to right,var(--aslgfyellow),var(--aslgfdarkblue) 7%);color:#fff;color-scheme:dark}.input:focus{border-color:#fff;box-shadow:0 0 1vh #fff}.inputFile{display:none}.timeInput{cursor:pointer}.textarea{padding:2vh 2vh 2vh 3vh;background:linear-gradient(to right,var(--aslgfyellow),var(--aslgfdarkblue) 5%);outline:none;font-size:1.9vh;text-align:left;border:.3vh solid var(--aslgfyellow);color:#fff;transition-duration:.3s;transition-property:border-color box-shadow}.textarea:focus{border-color:#fff;box-shadow:0 0 1vh #fff}.select{cursor:pointer}.select>option{background-color:var(--aslgfdarkblue)}.emailInput:not(:focus):invalid{border-color:red}.passwordBtn{margin-top:-4.1vh;margin-bottom:2vh;margin-left:28vh;cursor:pointer;color:var(--aslgfyellow);opacity:.8;display:flex;flex-direction:column;justify-content:center;align-items:center;transition-duration:.3s;transition-property:color}.passwordBtn:hover{color:#fff}.passwordBtnIcon{height:3vh}.btnSubmit{padding:2vh;border:solid #000;border-width:.1vh .1vh .4vh;margin:1vh;font-size:2.6vh;font-family:Inkfree,Arial;font-weight:700;cursor:pointer;min-width:25vh;text-align:center;color:#fff;text-shadow:.2vh .2vh var(--aslgfdarkblue);box-shadow:inset 0 1vh 2vh #fff;transition-duration:.3s;transition-property:background-color;background-color:var(--aslgfblue);-webkit-user-select:none;-moz-user-select:none;user-select:none}.btnSubmit:hover{background-color:var(--aslgfgold)}.redBtn{background-color:red}.greenBtn{background-color:green}.title{margin:2vh;font-family:tahu;color:var(--aslgfyellow);text-align:center;font-size:6vh;font-weight:400;text-shadow:.2vh .2vh #000}.title .icon{height:5vh;margin:2vh}.subTitle{margin:2vh;font-family:Inkfree;color:var(--aslgfyellow);text-align:center;font-size:3vh}.editBtn,.removeBtn{margin-left:1vh;margin-right:1vh;height:3vh;width:3vh;padding:1vh;border-radius:50%;cursor:pointer;transition-duration:.3s;transition-property:color,border}.removeBtn{color:var(--aslgfred);border:.3vh solid var(--aslgfred)}.editBtn{color:#fff;border:.3vh solid #fff}.editBtn:hover,.removeBtn:hover{color:var(--aslgfyellow);border-color:var(--aslgfyellow)}.popup{position:absolute;top:0;right:0;width:100vw;height:var(--doc-height);z-index:20;background-color:#243441f5;display:flex;flex-direction:column;justify-content:center;align-items:center}.requested{color:var(--aslgfred)!important}.toggle{width:6vh;height:3.3vh;border-radius:1.7vh;border:.3vh solid var(--aslgfyellow);display:flex;flex-direction:row;align-items:center;cursor:pointer;margin-left:2vh;margin-right:2vh;transition-property:box-shadow border-color;transition-duration:.3s}.toggle:hover{box-shadow:0 0 1vh #fff;border-color:#fff}.cursor{width:2.5vh;height:2.5vh;background-color:var(--aslgfdarkblue);border-radius:1.3vh;margin:.4vh}a{text-decoration:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#243441;opacity:.5}::-webkit-scrollbar-thumb{background:var(--aslgfyellow)}::-webkit-scrollbar-thumb:hover{background:var(--aslgforange)}.leaflet-container :focus,.leaflet-container path.leaflet-interactive:focus,.leaflet-container:focus{outline:none!important}.leaflet-layer{filter:invert(100%) brightness(100%) contrast(100%) hue-rotate(180deg)}@media only all and (max-width:641px){header{padding-left:2vh;align-items:flex-start}main{flex-direction:column;justify-content:flex-start;height:calc(var(--doc-height) * 75/100)}footer{height:calc(var(--doc-height) * 10/100);justify-content:center;align-items:center}.label{margin-bottom:.5vh}.label span{font-size:2.5vh;margin-bottom:.2vh}.input{font-size:2.3vh;padding:1.5vh 1.5vh 1.5vh 2.5vh}.input,.textarea{width:90vw}.btnSubmit{min-width:20vh;max-width:40vw;font-size:2.4vh;box-shadow:inset 0 .5vh 1vh #fff}.passwordBtn{margin-left:75vw;margin-top:-4.6vh;margin-bottom:2.5vh}.title{font-size:4.5vh}.subTitle{font-size:3.5vh}main>h2:first-child{position:absolute!important;top:auto!important;left:56vw!important;right:2vw!important;bottom:5vh!important;transform:translateY(50%)!important;margin:0!important;max-width:none!important;text-align:center!important;white-space:normal!important;line-height:1.1;font-size:3.2vh!important;z-index:15}.editBtn,.removeBtn{margin-top:1vh;margin-bottom:1vh}.label{margin-top:1vh;font-size:2.4vh}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{background:initial;opacity:1}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:initial}}.Header_title__u8Exk{color:#fff;text-shadow:.2vh .2vh var(--aslgfdarkblue),.4vh .4vh var(--aslgfdarkblue),0 0 .5vh var(--aslgfdarkblue);font-family:tahu;font-weight:400;font-size:4.5vh}.Header_memberWindow___Vq5j{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-right:3vh;border-radius:0 0 0 8vh;height:100%}.Header_memberWindow___Vq5j em{font-family:tahu;font-size:4.2vh;text-shadow:.2vh .2vh var(--aslgfdarkblue),.4vh .4vh var(--aslgfdarkblue),0 0 .5vh var(--aslgfdarkblue);margin:0 3vh 3vh}.Header_memberBtn__F7E53{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition-duration:.8s;transition-property:box-shadow color;color:var(--aslgfyellow)}.Header_memberBtn__F7E53 img{height:10vh;width:10vh;background-color:#e9eeb8;border:.5vh solid var(--aslgfyellow);box-shadow:0 0 2vh var(--aslgfyellow);border-radius:50%;object-fit:cover;object-position:50% 30%;margin-bottom:.4vh;transition-duration:.8s;transition-property:box-shadow border-color}.Header_memberBtn__F7E53 span{text-align:center;text-transform:uppercase;font-weight:700;font-size:2vh;text-shadow:.2vh .2vh var(--aslgfdarkblue),.3vh .3vh var(--aslgfdarkblue);font-family:Inkfree}.Header_memberBtn__F7E53:hover{box-shadow:0 .7vh #fff;color:#fff}.Header_memberBtn__F7E53:hover img{box-shadow:0 0 2vh #fff;border-color:#fff}.Header_infoPopup__o_TwI{position:absolute;top:calc(var(--doc-height) * 15/100 + 2vh);right:3vh;margin-left:3vh;text-align:justify;max-width:400px;z-index:10;background-color:rgba(255,255,255,.9);box-shadow:var(--aslgfdarkblue) 0 .5vh 1vh;color:var(--aslgfdarkblue);padding:2vh;border-radius:3vh;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.Header_triangle__MX1cz{position:absolute;top:calc(var(--doc-height) * 15/100 - 1vh);right:7vh;width:0;height:0;border-left:2vh solid transparent;border-right:2vh solid transparent;border-bottom:3vh solid rgba(255,255,255,.9)}.Header_popup__6G6sG p{margin:0}.Header_closePopupBtn__P6KgX{height:4.5vh;margin-left:2vh;cursor:pointer}@keyframes Header_popupSlide__Bxdc9{0%{transform:translateX(-100vw)}to{transform:translateX(0)}}.Header_profilePopup__ylDSg{animation-name:Header_popupSlide__Bxdc9;animation-duration:.8s}.Header_closeProfileBtn__COzr8{align-self:flex-end;height:8vh;margin:2vh 6vh -10vh 2vh;color:var(--aslgfyellow);cursor:pointer;transition-property:color;transition-duration:.3s;z-index:30}.Header_closeProfileBtn__COzr8:hover{color:#fff}@media only all and (max-width:641px){.Header_title__u8Exk{font-size:6.7vw}.Header_memberWindow___Vq5j{padding-right:3vw;padding-top:3vw;align-items:flex-start}.Header_memberWindow___Vq5j em{position:absolute;left:0;bottom:0;font-size:6vw;margin:2.5vh}.Header_memberBtn__F7E53 img{height:17vw;width:17vw}.Header_memberBtn__F7E53 span{font-size:3.5vw}.Header_popup__6G6sG{top:calc(var(--doc-height) * 15/100 + 1vh);right:0;margin-left:0;border-radius:1.5vh;font-size:2.4vh}.Header_triangle__MX1cz{top:calc(var(--doc-height) * 15/100 - 2vh);right:5vh}.Header_closeProfileBtn__COzr8{margin-right:2vh}}.Profile_profilePopup__KfZzN{height:100%;width:100%;justify-content:space-between;overflow:auto}.Profile_header__dPk19,.Profile_profilePopup__KfZzN{display:flex;flex-direction:column;align-items:center}.Profile_header__dPk19{justify-content:center}.Profile_function__HYGgH{margin:-2.55vh 1vh 1vh;font-family:Inkfree;color:#fff;text-align:center;font-size:3vh;font-weight:400}.Profile_inputsContainer__iYRhx{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;width:100%;flex-wrap:wrap;overflow:auto}.Profile_coordinates__Ed8z_,.Profile_localisation__gdIbJ,.Profile_parution__DvuGh,.Profile_password__ZA3_E,.Profile_profilePic__xPGtD{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:1vh}.Profile_picBox__4_J1g{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.Profile_smallPic__y2Ogn{height:25vh;width:25vh;border-radius:50%;border:.6vh ridge var(--aslgfyellow);object-fit:cover;object-position:50% 30%;margin-right:-3vh;margin-left:4.5vh;background-color:#e9eeb8}.Profile_removeBtnContainer__QHnd1{width:7vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.Profile_phonesList__3Fe11{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:auto;max-height:23vh;padding:1vh;margin-top:-1vh;margin-bottom:-1vh}.Profile_phoneNumberLine__d2zGZ{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:1vh}.Profile_addressTextarea___oSuq{width:33vh;height:10vh}.Profile_toggleLabel__Jkmwt{color:var(--aslgfyellow);text-shadow:.2vh .2vh var(--aslgfdarkblue),0 0 .5vh var(--aslgfdarkblue);font-size:2.3vh;font-weight:700;margin-bottom:.5vh}.Profile_toggleBox__AWsIK{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:2vh}.Profile_toggleBox__AWsIK span{width:10vh;text-align:right;margin:1vh}.Profile_toggleOption2__AyUku{text-align:left!important}.Profile_eyeIcon___KSki{height:3vh}.Profile_localisation__gdIbJ{width:37vh;text-align:center}.Profile_localisation__gdIbJ strong{color:var(--aslgfyellow);font-weight:400;font-family:Inkfree}.Profile_localisation__gdIbJ ul{padding:0;color:var(--aslgfyellow);margin-top:1vh}.Profile_localisation__gdIbJ li{list-style-type:none;font-family:Inkfree}.Profile_password__ZA3_E{justify-content:flex-start}.Profile_footer__GbRfV,.Profile_password__ZA3_E{display:flex;flex-direction:column;align-items:center}.Profile_footer__GbRfV{justify-content:center;width:100%}.Profile_statusBox__PgGJ8{height:10vh;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:2.5vh}.Profile_errorMsg__sOxus{color:var(--aslgfred)}.Profile_successMsg__Jrvq1{color:lime}.Profile_btnContainer__RCOTG{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 5vh 2vh}@media only all and (max-width:641px){.Profile_header__dPk19{align-items:flex-start;background:linear-gradient(to right,transparent 50%,var(--aslgfblue));border-image:linear-gradient(to right,var(--aslgfblue),var(--aslgfyellow)) 1;border-bottom-width:.3vh;border-bottom-style:solid}.Profile_header__dPk19 h3{text-align:left;margin-right:9vh}.Profile_function__HYGgH{font-size:2.5vh;text-align:left;margin-left:2vh;margin-top:-1.5vh}.Profile_coordinates__Ed8z_,.Profile_localisation__gdIbJ,.Profile_parution__DvuGh,.Profile_password__ZA3_E,.Profile_profilePic__xPGtD{width:100%;margin:0;padding:2vh 2vh 5vh}.Profile_coordinates__Ed8z_,.Profile_localisation__gdIbJ,.Profile_parution__DvuGh,.Profile_password__ZA3_E{border-image:linear-gradient(to right,var(--aslgfblue),var(--aslgfyellow)) 1;border-top-width:.3vh;border-top-style:solid}.Profile_password__ZA3_E{padding-bottom:15vh}.Profile_addressTextarea___oSuq{width:90vw;height:15vh}.Profile_toggleLabel__Jkmwt{font-size:2.6vh}.Profile_toggleBox__AWsIK span{width:25vw;font-size:2.7vh}.Profile_localisation__gdIbJ{font-size:2.5vh}.Profile_footer__GbRfV{border-image:linear-gradient(to right,var(--aslgfblue),var(--aslgfyellow)) 1;border-top-width:.3vh;border-top-style:solid;background:linear-gradient(to top,transparent 85%,var(--aslgfblue))}.Profile_btnContainer__RCOTG{padding-left:2vh;padding-right:2vh;padding-bottom:0;flex-wrap:wrap}.Profile_statusBox__PgGJ8{order:-1;width:100%;height:6vh}.Profile_requestedInfo__eCbLZ{order:1;margin:0 1vh 1vh}}.Menu_backLinkBtn__hiMKm{position:absolute;bottom:2vh;left:5vh;height:20vh;transition-duration:.8s;transition-property:transform;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Menu_aslgfLogo__juQM6{height:100%}.Menu_backLinkBtn__hiMKm:hover{transform:scale(1.1)}.Menu_linksContainer__Q0sSB{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;padding:2vh 2vh 1vh;background:linear-gradient(0deg,#24344199,transparent);height:100%;width:100%}.Menu_connexionPic__FvdIr{height:100%}.Menu_link__jJIRm{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition-duration:.8s;transition-property:color box-shadow;margin-left:.5vh;margin-right:.5vh;width:12vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:10;background:radial-gradient(var(--aslgfdarkblue),transparent 70%)}.Menu_activeLink__dfU5a{color:#fff!important}.Menu_link__jJIRm:hover{color:#fff!important;box-shadow:0 .7vh #fff}.Menu_linkIcon__VxVuG{font-size:4.5vh;filter:drop-shadow(.3vh .3vh #000)}.Menu_linkTitle__hmbU1{font-size:2.2vh;margin-top:.3vh;margin-bottom:.5vh;text-shadow:.3vh .3vh #000;font-weight:700;font-family:Inkfree}.Menu_menuIcon__1tpaI{height:7vw;width:7vw;padding:2vw;border:.5vh solid var(--aslgfyellow);border-radius:50%;color:var(--aslgfyellow);box-shadow:0 .5vh #000,inset 0 1vh 1vh var(--aslgfdarkblue)}.Menu_closeMenuBtn__zHYqD{display:none}.Menu_cybLink__9XZd3{position:absolute;bottom:5vh;right:var(--scrollbar-width);z-index:5;display:flex;flex-direction:column;justify-content:center;align-items:center}.Menu_lacybergerieLogo__WNH_v{stroke:#fff;height:5.5vh;margin-right:2.3vh;margin-bottom:-5vh;transform:rotateY(180deg);transition-duration:.8s;transition-property:transform}.Menu_lacybergerieLogo__WNH_v:hover{transform:rotateY(180deg) rotate(-45deg) translateY(-2vh)}.Menu_flower__G1ULd{height:28vh}.Menu_cybLink__9XZd3 span{display:none}@media only all and (max-width:641px){@keyframes Menu_menuSlide__Guc_M{0%{transform:translateY(100vh)}to{transform:translateY(0)}}.Menu_linksContainer__Q0sSB{z-index:20;position:absolute;top:0;right:0;width:100vw;height:var(--doc-height);padding:0;background-color:#243441ee;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden;animation-name:Menu_menuSlide__Guc_M;animation-duration:.5s}.Menu_closeMenuBtn__zHYqD{display:block;height:5vh;width:5vh;padding:1vh;color:var(--aslgfyellow);align-self:flex-end;margin:2vh 2vh -7vh}.Menu_backLinkBtn__hiMKm{left:auto;margin:auto;height:21vh}.Menu_link__jJIRm{flex-direction:row;justify-content:flex-start;margin:1.3vh 1.3vh 1.3vh 3vh;width:auto}.Menu_link__jJIRm:hover{box-shadow:none}.Menu_linkIcon__VxVuG{height:auto;width:6vh;max-height:6vh;margin-right:5vh}.Menu_linkTitle__hmbU1{font-size:4vh;margin:0}.Menu_cybLink__9XZd3{right:3vw;bottom:2vh}.Menu_lacybergerieLogo__WNH_v{height:7vh;margin:0}.Menu_flower__G1ULd{display:none}.Menu_cybLink__9XZd3 span{display:block;font-size:2vh;font-family:Hansip}}