@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;color:#212529;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}body{overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}html{font-size:62.5%}*,a,h1,h2,h3,h4,h5,h6,label,li,p,span,strong,td,th{color:#262626;font-family:Poppins;font-size:1.4rem;font-weight:400}*{box-sizing:border-box}#root,body{min-height:100vh;width:100%}.background{-webkit-animation:AnimationName 30s ease infinite;animation:AnimationName 30s ease infinite;background:linear-gradient(270deg,#ce85ff,#7193ff);background-size:400% 400%}@-webkit-keyframes AnimationName{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes AnimationName{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.container{min-height:100vh;width:100%}.content{min-height:100%;width:100%}.header{left:0;position:fixed;top:0;z-index:999}.header__menubtn{align-items:center;background:linear-gradient(145deg,#90f,#7603c2);border:2px solid transparent;border-radius:50%;box-shadow:33px 33px 66px rgba(165,180,217,.5),-33px -33px 66px rgba(223,244,255,.5);display:flex;height:5rem;justify-content:center;left:1rem;position:absolute;text-align:center;top:1rem;transition:.5s;width:5rem}.header__menubtn path,.header__menubtn svg{fill:#fff;height:70%;transition:.5s;width:70%}.header__menubtn:hover{background:#fff;border:2px solid #90f;cursor:pointer}.header__menubtn:hover path,.header__menubtn:hover svg{fill:#90f}.header__menu{align-items:flex-start;display:flex;flex-direction:column;height:0;left:-100vw;opacity:0;position:fixed;top:-100vh;transition:.5s;width:0;z-index:-9}@media(min-width:992px){.header__menu{transition:.8s}}.header__menu--active{height:100vh;left:0;opacity:1;top:0;width:100vw;z-index:999}@media(min-width:992px){.header__menu--active{width:15vw}}.header__list{align-items:center;display:flex;flex-direction:column;height:80%;margin-top:3rem;overflow-y:auto;width:100%}.header__list--bottom{height:20%;margin-top:0}.header__list--bottom .header__link{font-size:1.2rem}.header__item{margin:1rem 0}.header__item--active .header__link,.header__item--active .header__link svg,.header__item:hover .header__link,.header__item:hover .header__link svg{fill:#fff;color:#fff}.header__link{align-items:center;background:none;border:none;color:#262626;display:flex;flex-direction:row;font-size:2.2rem;font-weight:500;text-shadow:1px 1px 1px rgba(0,0,0,.4);text-transform:uppercase;transition:.5s}.header__link--red{color:#f55}.header__link--red path,.header__link--red svg{fill:#f55}.header__link svg{fill:#262626;height:3rem;margin-right:1rem;text-shadow:1px 1px 1px rgba(0,0,0,.4);width:3rem}@media(min-width:992px){.header__link{font-size:1.8rem}}.header__btnclose{align-items:center;align-self:flex-end;background:#fff;border:2px solid #90f;border-radius:50%;box-shadow:33px 33px 66px rgba(165,180,217,.5),-33px -33px 66px rgba(223,244,255,.5);cursor:pointer;display:flex;height:5rem;justify-content:center;position:relative;right:1rem;text-align:center;top:1rem;transition:.5s;width:5rem}@media(min-width:992px){.header__btnclose{height:4rem;width:4rem}}.header__btnclose path,.header__btnclose svg{fill:#90f;height:60%;transition:.5s;width:60%}@media(min-width:992px){.header__btnclose path,.header__btnclose svg{height:50%;width:50%}}.header__btnclose:hover{background-color:#90f;border:2px solid #fff;cursor:pointer}.header__btnclose:hover path,.header__btnclose:hover svg{fill:#fff}.footer{background-color:#262626;bottom:-15%;left:0;padding:2rem;position:absolute;width:100vw;z-index:99}@media(min-width:992px){.footer{bottom:0;padding:1rem 15vw;position:fixed}}.footer__list{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}@media(min-width:992px){.footer__list{flex-direction:row}}.footer__item{margin:.8rem 0;width:100%}.footer__link{color:#fff;font-size:1.2rem;transition:.5s}.footer__link:hover{color:#90f;cursor:pointer}.btn{align-items:center;border:3px solid transparent;border-radius:20px;color:#fff;display:flex;flex-direction:row;font-weight:500;gap:.4rem;justify-content:space-around;min-height:1.6rem;padding:.5rem;transition:.5s;width:100%}@media(min-width:992px){.btn{padding:.8rem}}.btn:hover{background:#fff;border:3px solid #90f;color:#262626;cursor:pointer}.btn path,.btn svg{fill:#fff;height:2rem;width:2rem}.btn--secondary{background-color:#fff;border:3px solid #90f;color:#262626}.btn--secondary:hover{background-color:#90f;border:3px solid #fff;color:#fff;cursor:pointer}.btn--secondary:hover path,.btn--secondary:hover svg{fill:#fff}.btn--secondary path,.btn--secondary svg{fill:#90f}.btn--round{align-items:center;border-radius:50%;display:flex;justify-content:center}.btnlink{background:none;border:none;color:#262626;font-weight:400;text-align:left;transition:.5s}.btnlink:hover{color:#147aff;cursor:pointer}.form,.form__formgrp{display:flex;flex-direction:column;width:100%}.form__formgrp{margin-bottom:1.2rem}.form__formgrp--notif{align-items:center;display:flex;flex-direction:row;margin:.3rem 0}.form__formgrp--notif strong{color:#90f;font-weight:600}.form__checkbox{margin-right:.8rem}.form__label{font-weight:500;margin-bottom:.5rem}.form__input,.form__select{background:#eef0f4;border:none;border-radius:12px;box-shadow:inset 9.91px 9.91px 15px #d9dade,inset -9.91px -9.91px 15px #fff;color:#90f;min-height:1.6rem;padding:.5rem}.form__input:focus,.form__select:focus{outline:1px solid #90f}.form__listBtn{align-items:center;display:flex;flex-direction:column;margin-top:1.2rem;width:100%}.form__listBtn .btn:nth-child(2){margin-top:1.4rem}.form__listBtn--row{align-items:center;flex-direction:row;justify-content:space-around}.form__listBtn--row .btn:nth-child(2){margin-top:0}.form__listBtn .btn{width:40%!important}.form__listBtn--registration .btn{width:100%!important}.form__help{font-size:1.2rem;font-style:italic;margin-bottom:1.2rem}.alertbox{border:1px solid #fff;border-left-width:5px;border-radius:.375rem;margin-bottom:1rem;padding:1rem;position:relative}.alertbox--success{background-color:#d1e7dd;border-color:#a3cfbb;color:#0a3622}.alertbox--waiting,.alertbox--warning{background-color:#fff3cd;border-color:#ffe69c;color:#58151c}.alertbox--error{background-color:#f8d7da;border-color:#f1aeb5;color:#664d03}.alertbox--info{background-color:#cce5ff;border-color:#b8daff;color:#004085}.alertbox__ttl{font-size:2rem}.modal{background-color:rgba(0,0,0,.7);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal--open{display:block}.modal__content{align-items:center;background:linear-gradient(145deg,#fff,#dbdbdb);border-radius:50px;box-shadow:33px 33px 66px rgba(0,15,37,.5),-33px -33px 66px rgba(0,11,11,.5);display:flex;flex-direction:column;left:5vw;max-height:70%;padding:2.6rem 1.4rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.5s;width:90vw}@media(min-width:992px){.modal__content{left:35vw;width:30vw}}.modal__header{align-items:center;display:flex;flex-direction:column;width:100%}.modal__ttl{color:#90f;font-size:2.4rem;font-weight:600;margin-bottom:1.6rem;text-align:center}.modal__close{background:none;border:none;position:absolute;right:2rem;top:2rem}.modal__close path,.modal__close svg{fill:#90f;height:2rem;width:2rem}.modal__select{background:#eef0f4;border:none;border-radius:12px;box-shadow:inset 9.91px 9.91px 15px #d9dade,inset -9.91px -9.91px 15px #fff;color:#90f;min-height:1.6rem;padding:.5rem}.modal__select:focus{outline:1px solid #90f}.registrationDiv{height:100vh;width:100vw}.registration{background:linear-gradient(145deg,#fff,#dbdbdb);border-radius:50px;box-shadow:33px 33px 66px rgba(165,180,217,.5),-33px -33px 66px rgba(223,244,255,.5);display:flex;flex-direction:column;left:5vw;max-height:90vh;opacity:1;overflow-y:auto;padding:2.6rem 1.4rem;position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.5s;width:90vw;z-index:99}@media(min-width:992px){.registration{left:35vw;width:30vw}}.registration--left{left:-100vw;opacity:0}.registration--leftdouble{left:-200vw;opacity:0}.registration--right{left:100vw;opacity:0}.registration--rightdouble{left:200vw;opacity:0}.registration__img{margin:0 auto 1rem;width:40vw}@media(min-width:992px){.registration__img{width:7vw}}.registration__ttl{color:#90f;font-size:2.2rem;font-weight:600;margin-bottom:2.2rem}.registration__help{font-size:1.2rem;font-style:italic;margin-bottom:1.2rem}.map{height:400px;margin:auto;position:relative;width:400px}.map__background,.map__street,.map__streets{height:100%;left:0;position:absolute;top:0;width:100%}.map__street{fill:#90f}.map__path{transition:.5s}.map__path--not{fill:red}.map__path--attributed{fill:orange}.map__path--completed{fill:green}.map__path:hover{fill:#90f;cursor:pointer}.prospection{background:#f5f4f4;border:3px solid #90f;border-radius:50px;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;margin-bottom:1.4rem;padding:1.8rem;position:relative;width:100%}@media(min-width:992px){.prospection{width:30%}}.prospection--passed{background:#a0a0a0;border:3px solid #c266ff}.prospection--passed .event__bottom{border-top:1px solid #f2f2f2}.prospection__left{display:flex;flex-direction:column;gap:1rem;grid-column:1/3;grid-row:1;justify-self:center;width:90%}.prospection__right{grid-column:2;grid-row:1;justify-self:flex-end;width:50%}@media(min-width:992px){.prospection__right{width:20%}}.prospection__bottom{align-items:center;border-top:1px solid #a0a0a0;display:flex;flex-direction:row;grid-column:1/3;grid-row:2;justify-content:space-around;justify-self:center;margin-top:1.6rem;padding-top:1.6rem;width:90%}.prospection__btnbottom{background:none;border:none;color:#90f;transition:.5s}.prospection__btnbottom path,.prospection__btnbottom svg{fill:#90f;height:2rem;width:2rem}@media(min-width:992px){.prospection__btnbottom path,.prospection__btnbottom svg{height:3rem;margin-right:1rem;width:3rem}}.prospection__btnbottom:hover{color:#147aff;cursor:pointer}.prospection__btnbottom:hover path,.prospection__btnbottom:hover svg{fill:#147aff}.prospection__ttl{color:#90f;font-size:2rem;font-weight:500}.prospection__date{font-size:1rem;font-style:italic;line-height:1.4rem}.prospection__date strong{font-size:1rem;font-weight:600;line-height:1.4rem}.prospection__params{border-radius:5px;display:none;flex-direction:column;position:absolute;right:5rem;top:1rem;width:40vw}.prospection__params--open{display:flex}@media(min-width:992px){.prospection__params{width:15vw}}.prospection__btn{align-items:center;background:none;border:none;color:#fff;display:flex;flex-direction:row;padding:1rem;transition:.5s;width:100%}.prospection__btn:hover{color:#147aff;cursor:pointer}.prospection__btn:hover path,.prospection__btn:hover svg{fill:#147aff}.prospection__btn path,.prospection__btn svg{fill:#fff;height:2rem;margin-right:1rem;width:2rem}.bar{border:1px solid #a0a0a0;border-radius:15px;height:10px;margin-top:1.4rem;position:relative;width:100%}.bar__percent{top:0;top:-20px}.bar__fill,.bar__percent{position:absolute;transition:.5s}.bar__fill{border-radius:15px;height:100%;left:0;top:0}.dashboard{margin:8rem auto 15rem;width:90%}.dashboard__ttl{color:#90f;font-size:2.4rem;font-weight:600;margin-bottom:1rem}.dashboard__subttl{color:#262626;font-size:2rem;font-weight:500}.dashboard .alertbox{margin-top:2rem}@media(min-width:992px){.dashboard .alertbox{width:50%}}.annexe{margin:8rem auto;width:90%}.annexe__ttl{color:#90f;font-size:2.4rem;font-weight:600;margin-bottom:1rem}.annexe__subttl{color:#262626;font-size:2rem;font-weight:500}.annexe__list{display:flex;flex-direction:column;margin-top:1.8rem;width:100%}.annexe__item{width:100%}.annexe__link{align-items:center;display:flex;flex-direction:row;font-size:1.4rem;margin-bottom:1.2rem;width:100%}.annexe path,.annexe svg{fill:#90f;height:2rem;margin-right:1rem;width:2rem}.annexe strong,.annexe__link,.annexe__subsubttl,.annexe__subttl{color:#90f}.annexe strong,.annexe__subttl{font-weight:500}.annexe__subttl,.annexe__text{margin-top:1.2rem}.contact{margin:8rem auto;width:90%}.contact__ttl{color:#90f;font-size:2.4rem;font-weight:600;margin-bottom:1rem}.contact__subttl{color:#262626;font-size:2rem;font-weight:500}.contact__list{display:flex;flex-direction:column;margin-top:1.8rem;width:100%}.contact__item{width:100%}.contact__link{align-items:center;display:flex;flex-direction:row;font-size:1.4rem;margin-bottom:1.2rem;width:100%}.contact path,.contact svg{fill:#90f;height:2rem;margin-right:1rem;width:2rem}.events{margin:8rem auto 15rem;width:90%}.events__header{align-items:center;border-bottom:2px solid #f2f2f2;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.4rem;padding-bottom:1.4rem;position:relative;width:100%}@media(min-width:992px){.events__header{flex-direction:row;justify-content:space-between;padding:0 10% 1.4rem}}.events__ttl{color:#90f;font-size:2.2rem;font-weight:600}@media(min-width:992px){.events__ttl{font-size:2.6rem}}.events__menu{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:1.4rem;width:100%}.events__menu .btn{width:50%}@media(min-width:992px){.events__menu,.events__menu .btn{width:auto}}.events__list{display:flex;flex-direction:column;width:100%}@media(min-width:992px){.events__list{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem}}.events__date{font-size:1.4rem;margin-top:1rem}.events__badge{align-items:center;align-self:center;border-radius:3rem;color:#fff;display:flex;flex-direction:row;font-size:1rem;grid-column:1;grid-row:1/3;justify-content:center;margin-top:1rem;padding:1rem}@media(min-width:992px){.events__badge{font-size:1.4rem}}.events__content{display:flex;flex-direction:column;width:100%}@media(min-width:992px){.events__content{margin:auto;width:30%}}.events__infos{display:flex;flex-direction:row;flex-wrap:nowrap;font-size:1.4rem;margin-bottom:1rem;width:100%}.events__infos span{width:10rem}.events__infos strong{font-weight:500}.events__btnparams{fill:#90f;background:none;border:none;position:absolute;right:0;top:0;transition:.5s;width:10%}.events__btnparams:hover{cursor:pointer}.events__btnparams:hover path,.events__btnparams:hover svg{fill:#262626}.events__btnparams path,.events__btnparams svg{fill:#90f;height:100%;width:100%}@media(min-width:992px){.events__btnparams{top:.8rem;width:3%}}.events__params{border-radius:5px;display:none;flex-direction:column;position:absolute;right:5rem;top:7rem;width:40vw}.events__params--open{display:flex}@media(min-width:992px){.events__params{right:15rem;width:15vw}}.events__btn{align-items:center;background:none;border:none;color:#fff;display:flex;flex-direction:row;padding:1rem;transition:.5s;width:100%}.events__btn:hover{color:#147aff;cursor:pointer}.events__btn:hover path,.events__btn:hover svg{fill:#147aff}.events__btn path,.events__btn svg{fill:#fff;height:2rem;margin-right:1rem;width:2rem}.events__back{fill:#90f;background:none;border:none;left:0;position:absolute;top:0;transition:.5s;width:10%}.events__back:hover{cursor:pointer}.events__back:hover path,.events__back:hover svg{fill:#262626}.events__back path,.events__back svg{fill:#90f;height:100%;width:100%}@media(min-width:992px){.events__back{width:3%}}.event{background:#f5f4f4;border:3px solid #90f;border-radius:50px;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;margin-bottom:1.4rem;padding:1.8rem;position:relative;width:100%}@media(min-width:992px){.event{width:30%}}.event--passed{background:#a0a0a0;border:3px solid #c266ff}.event--passed .event__bottom{border-top:1px solid #f2f2f2}.event__left{grid-gap:1rem;display:grid;gap:1rem;grid-column:1;grid-row:1;grid-template-columns:auto auto;grid-template-rows:auto auto;width:100%}.event__right{grid-column:2;grid-row:1;justify-self:flex-end;width:50%}@media(min-width:992px){.event__right{width:20%}}.event__bottom{align-items:center;border-top:1px solid #a0a0a0;display:flex;flex-direction:row;grid-column:1/3;grid-row:2;justify-content:space-around;justify-self:center;margin-top:1.6rem;padding-top:1.6rem;width:90%}.event__btnbottom{background:none;border:none;color:#90f;transition:.5s}.event__btnbottom path,.event__btnbottom svg{fill:#90f;height:2rem;width:2rem}.event__btnbottom:hover{color:#147aff;cursor:pointer}.event__btnbottom:hover path,.event__btnbottom:hover svg{fill:#147aff}.event__badge{align-items:center;align-self:center;border-radius:3rem;color:#fff;display:flex;flex-direction:row;font-size:1rem;grid-column:1;grid-row:1/3;justify-content:center;padding:1rem;-webkit-transform:rotate(337deg);transform:rotate(337deg)}.event__btnparams{fill:#90f;background:none;border:none;transition:.5s;width:100%}.event__btnparams:hover{cursor:pointer}.event__btnparams:hover path,.event__btnparams:hover svg{fill:#262626}.event__btnparams path,.event__btnparams svg{fill:#90f;height:100%;width:100%}@media(min-width:992px){.event__btnparams path,.event__btnparams svg{height:3rem;width:3rem}.event__btnparams{margin-right:10rem}}.event__ttl{color:#90f;font-size:2rem;font-weight:500;grid-column:2;grid-row:1}.event__date{font-style:italic;grid-column:2;grid-row:2}.event__date,.event__date strong{font-size:1rem;line-height:1.4rem}.event__date strong{font-weight:600}.event__params{border-radius:5px;display:none;flex-direction:column;position:absolute;right:5rem;top:1rem;width:40vw}.event__params--open{display:flex}@media(min-width:992px){.event__params{width:15vw}}.event__btn{align-items:center;background:none;border:none;color:#fff;display:flex;flex-direction:row;padding:1rem;transition:.5s;width:100%}.event__btn:hover{color:#147aff;cursor:pointer}.event__btn:hover path,.event__btn:hover svg{fill:#147aff}.event__btn path,.event__btn svg{fill:#fff;height:2rem;margin-right:1rem;width:2rem}.streets{margin:8rem auto 15rem;width:90%}.streets__header{align-items:center;border-bottom:2px solid #f2f2f2;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.4rem;padding-bottom:1.4rem;position:relative;width:100%}.streets__ttl{color:#90f;font-size:2.2rem;font-weight:600}.streets__menu{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:1.4rem;width:100%}.streets__menu .btn{width:50%}.streets__table{width:100%}.streets__thead{text-align:center}.streets__td{border:1px solid #f2f2f2;padding:.6rem}.streets__btns{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.streets__btn{color:#90f;text-align:center}.streets__btn path,.streets__btn svg{fill:#90f}.streets__btnparams{fill:#90f;background:none;border:none;position:absolute;right:0;top:0;transition:.5s;width:10%}.streets__btnparams:hover{cursor:pointer}.streets__btnparams:hover path,.streets__btnparams:hover svg{fill:#262626}.streets__btnparams path,.streets__btnparams svg{fill:#90f;height:100%;width:100%}.streets__params{border-radius:5px;display:none;flex-direction:column;position:absolute;right:5rem;top:7rem;width:40vw}.streets__params--open{display:flex}.streets__btn{align-items:center;background:none;border:none;color:#fff;display:flex;flex-direction:row;padding:1rem;transition:.5s;width:100%}.streets__btn:hover{color:#147aff;cursor:pointer}.streets__btn:hover path,.streets__btn:hover svg{fill:#147aff}.streets__btn path,.streets__btn svg{fill:#fff;height:2rem;margin-right:1rem;width:2rem}.streets .map{margin-bottom:2rem}.prospections{margin:8rem auto 15rem;width:90%}.prospections__header{align-items:center;border-bottom:2px solid #f2f2f2;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.4rem;padding-bottom:1.4rem;position:relative;width:100%}@media(min-width:992px){.prospections__header{flex-direction:row;justify-content:space-between;padding:0 10% 1.4rem}}.prospections__ttl{color:#90f;font-size:2.2rem;font-weight:600}@media(min-width:992px){.prospections__ttl{font-size:2.6rem}}.prospections__menu{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:1.4rem;width:100%}.prospections__menu .btn{width:50%}@media(min-width:992px){.prospections__menu,.prospections__menu .btn{width:auto}}.prospections__list{display:flex;flex-direction:column;width:100%}@media(min-width:992px){.prospections__list{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem}}.prospections__date{font-size:1.4rem;margin-top:1rem}.prospections__badge{align-items:center;align-self:center;border-radius:3rem;color:#fff;display:flex;flex-direction:row;font-size:1rem;grid-column:1;grid-row:1/3;justify-content:center;margin-top:1rem;padding:1rem}@media(min-width:992px){.prospections__badge{font-size:1.4rem}}.prospections__content{display:flex;flex-direction:column;width:100%}@media(min-width:992px){.prospections__content{margin:auto;width:30%}}.prospections__infos{display:flex;flex-direction:row;flex-wrap:nowrap;font-size:1.4rem;margin-bottom:1rem;width:100%}.prospections__infos span{width:10rem}.prospections__infos strong{font-weight:500}.prospections__btnparams{fill:#90f;background:none;border:none;position:absolute;right:0;top:0;transition:.5s;width:10%}.prospections__btnparams:hover{cursor:pointer}.prospections__btnparams:hover path,.prospections__btnparams:hover svg{fill:#262626}.prospections__btnparams path,.prospections__btnparams svg{fill:#90f;height:100%;width:100%}@media(min-width:992px){.prospections__btnparams{top:.8rem;width:3%}}.prospections__params{border-radius:5px;display:none;flex-direction:column;position:absolute;right:5rem;top:7rem;width:40vw}.prospections__params--open{display:flex}@media(min-width:992px){.prospections__params{right:15rem;width:15vw}}.prospections__btn{align-items:center;background:none;border:none;color:#fff;display:flex;flex-direction:row;padding:1rem;transition:.5s;width:100%}.prospections__btn:hover{color:#147aff;cursor:pointer}.prospections__btn:hover path,.prospections__btn:hover svg{fill:#147aff}.prospections__btn path,.prospections__btn svg{fill:#fff;height:2rem;margin-right:1rem;width:2rem}.prospections__back{fill:#90f;background:none;border:none;left:0;position:absolute;top:-.5rem;transition:.5s;width:10%}.prospections__back:hover{cursor:pointer}.prospections__back:hover path,.prospections__back:hover svg{fill:#262626}.prospections__back path,.prospections__back svg{fill:#90f;height:100%;width:100%}@media(min-width:992px){.prospections__back{width:3%}}.prospections__choice{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:auto auto;grid-template-rows:auto auto auto;width:100%}@media(min-width:992px){.prospections__choice{grid-template-columns:auto auto auto auto;grid-template-rows:auto auto}}.prospections__choice .alertbox{grid-column:1/3;grid-row:1;margin:initial;width:auto}@media(min-width:992px){.prospections__choice .alertbox{grid-column:2/4}}.prospections .alertbox{margin:2rem auto}@media(min-width:992px){.prospections .alertbox{width:50%}}.prospections__subttl{color:#262626;font-size:1.6rem;grid-column:1/3;grid-row:1}@media(min-width:992px){.prospections__subttl{grid-column:1/5}}.prospections__choose:nth-child(2){grid-column:1;grid-row:2}.prospections__choose:nth-child(3){grid-column:2;grid-row:2}.prospections__choose:nth-child(4){grid-column:1;grid-row:3}@media(min-width:992px){.prospections__choose:nth-child(4){grid-column:3;grid-row:2}}.prospections__choose:nth-child(5){grid-column:2;grid-row:3}@media(min-width:992px){.prospections__choose:nth-child(5){grid-column:4;grid-row:2}}.prospections__choose{align-items:center;background:none;border:none;border-radius:2rem;box-shadow:inset 9.91px 9.91px 15px #d9dade,inset -9.91px -9.91px 15px #fff;display:flex;height:15rem;justify-content:center;margin:auto;overflow:hidden;position:relative;width:15rem}.prospections__chooseimg{height:100%;position:absolute;width:100%}.prospections__chooseimg:hover{cursor:pointer}.prospections__choose .bar{align-self:flex-end;margin-bottom:2rem}.prospections__subsubttl{color:#90f;font-size:2rem;font-weight:500;position:absolute}.prospections__f2r{display:flex;flex-direction:column;width:100%}@media(min-width:992px){.prospections__f2r{align-items:center;margin:auto;width:50%}.prospections__f2r .alertbox{width:100%}}.prospections__f2rchoice{height:50rem;margin-top:2rem;position:relative;width:50rem}.prospections__choicequarter,.prospections__f2rimg{height:100%;left:0;position:absolute;top:0;width:100%}.prospections__choicequarter{display:grid;grid-template-columns:auto auto auto auto auto;grid-template-rows:auto auto auto auto auto auto}.prospections__btnquarter{background:none;border:2px solid #262626;color:#90f;text-shadow:1px 1px 1px rgba(0,0,0,.4);transition:.5s}.prospections__btnquarter:hover{background:rgba(153,0,255,.5);color:#fff;cursor:pointer}.prospections__table{margin:2rem auto 0}.prospections__thead{text-align:center}.prospections__td,.prospections__th{border:1px solid #f2f2f2;padding:.6rem}.prospections__th{color:#90f}.prospections__td--attributed{background-color:orange}.prospections__td--completed{background-color:green}.prospections__td--not{background-color:red}.prospections__select{background:#eef0f4;border:none;border-radius:12px;box-shadow:inset 9.91px 9.91px 15px #d9dade,inset -9.91px -9.91px 15px #fff;color:#90f;min-height:1.6rem;padding:.5rem}.prospections__select:focus{outline:1px solid #90f}
/*# sourceMappingURL=main.75cbd619.css.map*/