@font-face{font-family:Press Start\ 2P;src:local("Press Start 2P"),url(../fonts/21503c6a5385ab41dde9.ttf) format("truetype")}@font-face{font-family:Roboto Mono;font-weight:400;src:local("Roboto  Mono"),url(../fonts/2ccde177314ac34f20b8.ttf) format("truetype")}body{margin:0}.app{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#191919;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Roboto Mono,sans-serif;height:100vh;max-height:100vh;min-height:100vh;min-width:100vw;overflow-x:hidden;text-align:center}.app h1{font-size:2rem}.app h2{font-size:1.5rem}.app h3{font-size:1rem}@media(min-width:750px){.app h1,.app h2,.app h3{font-family:Press Start\ 2P,Roboto Mono,sans-serif;margin:0;text-align:left}}.app .bold{font-weight:700}.app .pixel{font-family:Press Start\ 2P,Roboto Mono,sans-serif}.app img.icone{height:2rem}.app img.text-image{height:1rem}.app img.avatar{height:2rem}.app img.logo{height:3rem}@media(min-width:750px){.app img.icone{height:3rem}.app img.text-image{height:1rem}.app img.avatar{height:3rem}.app img.logo{height:5rem}}.app .button{background-color:#191919;border:none;border-radius:999px;color:#fff;font-family:Roboto Mono,sans-serif;font-size:.8rem;padding:.25rem 1rem;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.app .button:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.app .button-layout{background-color:#002cff;-webkit-box-shadow:2px 2px rgba(0,44,255,.502);box-shadow:2px 2px rgba(0,44,255,.502)}.app .button-active{background-color:#ff0;-webkit-box-shadow:2px 2px rgba(255,255,0,.502);box-shadow:2px 2px rgba(255,255,0,.502);color:#191919}.app .button-action1{background-color:#30c030;-webkit-box-shadow:2px 2px rgba(48,192,48,.502);box-shadow:2px 2px rgba(48,192,48,.502)}.app .button-action2{background-color:#ff0004;-webkit-box-shadow:2px 2px rgba(255,0,4,.502);box-shadow:2px 2px rgba(255,0,4,.502)}.app .button-round{background-color:#fff;border-radius:50%;-webkit-box-shadow:2px 2px hsla(0,0%,100%,.502);box-shadow:2px 2px hsla(0,0%,100%,.502);color:#191919;height:1.5rem!important;padding:0!important;width:1.5rem!important}.app .button-round-close{background-color:#ff0004;-webkit-box-shadow:2px 2px rgba(255,0,4,.502);box-shadow:2px 2px rgba(255,0,4,.502)}.app .button-round-close p{font-size:.8rem;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.app .button-round-pause{background-color:#ff0004;-webkit-box-shadow:2px 2px rgba(255,0,4,.502);box-shadow:2px 2px rgba(255,0,4,.502);margin:.5rem;padding:.2rem!important}.app .button-round-pause img{height:1.1rem}.app .button-round-play{background-color:#30c030;-webkit-box-shadow:2px 2px rgba(48,192,48,.502);box-shadow:2px 2px rgba(48,192,48,.502);margin:.5rem;padding:.2rem .3rem!important}.app .button-round-play img{height:1.1rem}.app .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;border:2px solid #fff;border-radius:10px;-webkit-box-shadow:2px 2px #fff,4px 4px #fff;box-shadow:2px 2px #fff,4px 4px #fff;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;height:100%;max-height:72vh;width:100%}.app .box,.app .box__header{display:-webkit-box;display:-ms-flexbox;display:flex}.app .box__header{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#fff;border-radius:7px 7px 0 0;color:#191919;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:0 0 0 1rem;text-align:left}@media(min-width:750px){.app .box__header{padding:.5rem}}.app .box__header__title{margin:.5rem}.app .box__content{height:100%;overflow-y:auto;padding:.5rem}@media(min-width:750px){.app .box__content{padding:1rem}}.app .cards__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;max-height:100%;padding:0}.app .cards__list__li{padding:0 0 max(3rem,min(3vw,10rem));width:100%}@media(min-width:750px){.app .cards__list__li{width:50%}}@media(min-width:1100px){.app .cards__list__li{width:33%}}@media(min-width:1600px){.app .cards__list__li{width:25%}}.app .cards__list p{margin:0}.app .card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#fff;border-radius:10px;-webkit-box-shadow:.1em .1em #000,.2em .2em #000;box-shadow:.1em .1em #000,.2em .2em #000;color:#191919;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;margin:1.1vw;max-height:12rem;min-height:80%;overflow-y:hidden;padding:2rem;text-align:center;text-decoration:none;will-change:transform}.app .card,.app .card:hover{-webkit-transition:.5s;transition:.5s}.app .card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.app .card h2{text-align:center}.app .card__dev__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.app .card__dev__avatar{background-color:#191919;border:3px solid #191919;border-radius:50%;height:4em;margin-right:1rem;min-height:4em;min-width:4em;width:4em}.app .card__dev__infos{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-pack:distribute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-around;text-align:left}.app .card__dev__button{-ms-flex-item-align:end;align-self:end}.app .card__dev__skills .skill-icon{margin-right:.1rem;width:1rem}.app .card__dev__skills .skill-icon--dark{-webkit-filter:brightness(10%);filter:brightness(10%)}.app .card__dev__skills .skill-icon--glow{-webkit-animation:glow 1.5s ease-in-out infinite alternate;animation:glow 1.5s ease-in-out infinite alternate}.app .card__project{overflow:auto}.app .card__project__dev-list{margin:.5rem 0;text-align:left}@-webkit-keyframes glow{0%{-webkit-filter:brightness(1);filter:brightness(1)}to{-webkit-filter:brightness(.775);filter:brightness(.775)}}@keyframes glow{0%{-webkit-filter:brightness(1);filter:brightness(1)}to{-webkit-filter:brightness(.775);filter:brightness(.775)}}.header{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-self:start;margin:1rem;width:90%}.header h1{margin:1rem;text-align:center}.header__content{border:2px solid #fff;border-radius:10px;-webkit-box-shadow:2px 2px #fff,4px 4px #fff;box-shadow:2px 2px #fff,4px 4px #fff;padding:.5rem;z-index:2}.header__content__title{margin:auto}@media(min-width:750px){.header__content__title{margin:1rem 0}}.header__content__title span{-webkit-transition:.5s;transition:.5s}.header__content__title--red:hover{color:#30c030;-webkit-transition:.05s;transition:.05s}.header__content__title--yellow:hover{color:#ff0;-webkit-transition:.05s;transition:.05s}.header__content__title--green:hover{color:#ff0004;-webkit-transition:.05s;transition:.05s}.header__content__title--blue:hover{color:#002cff;-webkit-transition:.05s;transition:.05s}.header__content__subtitle{display:none}@media(min-width:750px){.header__content__subtitle{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;margin-top:0}}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;justify-self:end;margin:.5rem;width:90%}.footer__content{border:2px solid #fff;border-radius:10px;-webkit-box-shadow:2px 2px #fff,4px 4px #fff;box-shadow:2px 2px #fff,4px 4px #fff;width:100%}.footer__content__links{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:.5rem}.footer__content__link{color:#fff;font-family:Press Start\ 2P,Roboto Mono,sans-serif;font-size:.8rem;margin:0 2rem;text-decoration:none}.footer__content__link:hover{color:rgba(255,255,0,.502)}.footer__content__link__active{color:#ff0}.footer__content__text{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.7rem;justify-content:center}@media(min-width:750px){.footer__content__text{font-size:1rem}}.footer__content__text p{margin:.5rem}.footer__content__text img{margin:0 .2rem}.footer__content a{color:#fff}.modal{background-color:rgba(25,25,25,.8);color:#191919;height:100%;position:absolute;top:0;width:100%;z-index:2}.modal,.modal__content{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.modal__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border-radius:10px;-webkit-box-shadow:2px 2px #191919;box-shadow:2px 2px #191919;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1rem;width:50%}.modal__content__button-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;width:100%}.modal__content__info{font-size:.6rem;font-style:italic;margin:0;text-align:right}.modal__content__info p{margin-right:.5rem;margin-top:0}@media(min-width:750px){.modal__content form{width:50%}}.modal__content form div{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:1rem}.modal__content form input{padding:.5rem}.modal__content__button{background-color:#30c030;-webkit-box-shadow:2px 2px rgba(48,192,48,.502);box-shadow:2px 2px rgba(48,192,48,.502)}.homepage{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-pack:distribute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #fff;border-radius:10px;-webkit-box-shadow:2px 2px #fff,4px 4px #fff;box-shadow:2px 2px #fff,4px 4px #fff;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-around;padding:1rem;width:100%}@media(min-width:750px){.homepage__text{font-size:1.2rem;margin:0 auto;width:50%}}.homepage__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media(min-width:750px){.homepage__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-ms-flex-direction:row;flex-direction:row;justify-content:space-evenly;width:100%}}.homepage__button{margin:1rem;width:150%!important}@media(min-width:750px){.homepage__button{font-size:1.5rem!important;width:30%!important}}@media(min-width:1200px){.homepage__button{width:20%!important}}.homepage__button:last-child{padding:.25rem 0}.homepage img{height:10rem}.homepage .startup__form__element ul{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;list-style:none;padding:.5rem}.homepage .startup__form__element ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.info-bar{justify-self:start;margin:.5rem;width:90%}.info-bar,.info-bar__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.info-bar__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #fff;border-radius:10px;-webkit-box-shadow:2px 2px #fff,4px 4px #fff;box-shadow:2px 2px #fff,4px 4px #fff;justify-content:space-between;z-index:2}@media(min-width:750px){.info-bar__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;padding:.5rem}}.info-bar__status{-webkit-box-flex:4;-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:4;flex:4;-ms-flex-direction:row;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.info-bar__status img{-ms-flex-item-align:center;align-self:center;height:4rem;margin:.5rem;width:4rem}@media(min-width:750px){.info-bar__status img{height:5rem;width:5rem}}.info-bar__status__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-evenly;margin:.5rem}@media(min-width:1000px){.info-bar__status__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.info-bar__status__content h2,.info-bar__status__content h3{margin:.25rem}.info-bar__status__content h3{margin-bottom:1rem}.info-bar__status__content__slogan{display:none}@media(min-width:1000px){.info-bar__status__content__slogan{display:inline}}.info-bar__status__content .button{padding:0}.info-bar__status__content__button{padding:.25rem 1rem!important}.info-bar__infos{-webkit-box-flex:4;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-ms-flex:4;flex:4;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.info-bar__infos,.info-bar__infos .info-bar__infos,.info-bar__infos .info-bar__infos__elt{display:-webkit-box;display:-ms-flexbox;display:flex}.info-bar__infos .info-bar__infos__elt{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;margin:0 .5rem;max-height:1.1rem}@media(min-width:750px){.info-bar__infos .info-bar__infos__elt{margin:0 1rem;max-height:1.5rem}}.info-bar__infos .info-bar__infos__elt img{height:1.1rem;width:1.1rem}@media(min-width:750px){.info-bar__infos .info-bar__infos__elt img{height:1.5rem;margin-right:.5rem;width:1.5rem}}@media(min-width:1450px){.info-bar__infos .info-bar__infos__elt img{height:2rem;margin-right:.5rem;width:2rem}}.info-bar__infos .info-bar__infos__elt__value{display:-webkit-box;display:-ms-flexbox;display:flex}.info-bar__infos .info-bar__infos__elt p:last-child{display:none}@media(min-width:750px){.info-bar__infos .info-bar__infos__elt p:last-child{display:inline;margin-left:.5rem}}.info-bar__timer{-webkit-box-flex:1;-ms-flex:1;flex:1}.info-bar__timer,.timer{display:-webkit-box;display:-ms-flexbox;display:flex}.timer{font-size:1rem}@media(min-width:750px){.timer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:1rem}}.wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-self:start;margin:.5rem .5rem 1rem;width:90%}@media(min-width:750px){.wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:.5rem}}.wrapper__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}@media(min-width:750px){.wrapper__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.navbar{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-evenly;margin:0 1rem .5rem 0;width:100%}@media(min-width:750px){.navbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.navbar__element{-ms-flex-pack:distribute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#002cff;border-radius:50%;-webkit-box-shadow:2px 2px rgba(0,44,255,.502);box-shadow:2px 2px rgba(0,44,255,.502);display:-webkit-box;display:-ms-flexbox;display:flex;height:2.8rem;justify-content:space-around;position:relative;width:2.8rem}.navbar__element__name{display:none}@media(min-width:750px){.navbar__element{height:4.5rem;width:4.5rem}.navbar__element__active{background-color:#ff0;-webkit-box-shadow:2px 2px rgba(255,255,0,.502);box-shadow:2px 2px rgba(255,255,0,.502)}.navbar__element__active .navbar__element__icon{-webkit-filter:invert(.9);filter:invert(.9)}.navbar__element:hover{background-color:rgba(0,44,255,.502);-webkit-box-shadow:2px 2px #141414;box-shadow:2px 2px #141414}}@media(min-width:750px)and (min-width:750px){.navbar__element .navbar__element__name{background-color:#191919;border:2px solid #fff;border-radius:64px;color:#fff;display:none;left:110%;padding:.05rem 1rem;pointer-events:none;position:absolute;white-space:nowrap;z-index:5}.navbar__element:hover .navbar__element__name{display:block;pointer-events:auto}}@media(min-width:750px){.navbar__element .shake{-webkit-animation:shake 2.3s ease-in-out infinite;animation:shake 2.3s ease-in-out infinite}}@-webkit-keyframes shake{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}10%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}15%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}20%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}25%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}30%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes shake{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}10%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}15%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}20%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}25%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}30%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.progress-bar{background-color:#191919;border:3px solid #191919;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;width:100%}.progress-bar__notch{background-color:#4db344;border:2px solid #191919;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;width:5%}.progress-bar__notch--medium{background-color:#e28e11}.progress-bar__notch--strong{-webkit-animation:blink .3s linear infinite alternate;animation:blink .3s linear infinite alternate;background-color:#e20909}@-webkit-keyframes blink{0%{-webkit-filter:opacity(1);filter:opacity(1)}to{-webkit-filter:opacity(0);filter:opacity(0)}}@keyframes blink{0%{-webkit-filter:opacity(1);filter:opacity(1)}to{-webkit-filter:opacity(0);filter:opacity(0)}}.startup{height:100%}.startup h3{margin-bottom:.5rem}.startup p{margin:.5rem .5rem .5rem 0;text-align:center}@media(min-width:750px){.startup p{text-align:left}.startup p.dev__name{text-align:center}}.startup__places{margin-bottom:2rem}.startup__places__infos{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width:750px){.startup__places__infos{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.startup__places__infos__number{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:.5rem}@media(min-width:750px){.startup__places__infos__number{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:0;margin-right:1rem}}.startup__places__infos__number .place{background-color:#002cff;border-radius:50%;height:1em;margin:.25rem;width:1em}.startup__places__infos__number .place--occupied{background-color:#ff0}.startup__team{margin-bottom:2rem;width:100%}.startup__team__infos{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width:750px){.startup__team__infos{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.startup__team__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;list-style:none;padding:0}@media(min-width:750px){.startup__team__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}}.startup__team__list__dev{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:.5rem 1rem;width:max(5rem,min(12vw,10rem))}@media(min-width:750px){.startup__team__list__dev{margin:.5rem}}.startup__team__list__dev p{margin:0}.startup__team__list__dev .card__avatar{background-color:#fff;margin:0}.startup__team__list__dev__infos{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.startup__team__button,.startup__team__list__dev__infos{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.startup__team__button{margin-bottom:.5rem;width:100%}@media(min-width:750px){.startup__team__button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.startup__costs{font-size:1.2rem;font-weight:700}.startup__costs,.startup__projects{margin-bottom:2rem}.startup__projects__infos{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width:750px){.startup__projects__infos{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.startup__projects__button{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@media(min-width:750px){.startup__projects__button{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.relocate h3{text-align:center}.relocate p{margin-bottom:2rem}.relocate__select{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:1rem 1rem 2rem}.relocate__select p{margin:0 .5rem}.newProject__content,.newProject__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.newProject__form label{font-family:Press Start\ 2P,Roboto Mono,sans-serif}.newProject__form input,.newProject__form select,.newProject__form textarea{font-size:1rem;margin:.5rem .5rem 1rem;padding:.5rem}@media(min-width:750px){.newProject__form input,.newProject__form select,.newProject__form textarea{margin:1rem;width:100%}}.newProject__form div.individualProject__team__devs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newProject__form div.individualProject__team__devs,.newProject__form ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.newProject__form ul{margin-top:0;padding-left:0}.newProject__form ul li{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between}.newProject__form ul li,.newProject__form ul li div.newDev__infos{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.newProject__form ul li div.newDev__infos{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}.newProject__form ul li div.newDev__infos p{margin-right:.5rem}.newProject__form .difficulty__range{margin:.5rem}.newProject__benefits{margin-bottom:1rem}.newProject__benefits__title{font-family:Press Start\ 2P,Roboto Mono,sans-serif}.newProject__benefits div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center}.newProject__benefits div img{height:1rem;width:1rem}@media(min-width:750px){.newProject__benefits div img{height:1.5rem;width:1.5rem}}.newProject__benefits div p{margin:.5rem}.individualProject__infos{text-align:left}.individualProject__infos h3{margin:.5rem}.individualProject__infos h3:first-child{font-family:Press Start\ 2P,Roboto Mono,sans-serif}.individualProject__infos__elmt{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-items:start}.individualProject__infos__elmt,.individualProject__infos__elmt p{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.individualProject__infos__elmt img{height:1rem;margin:0 .5rem}@media(min-width:800px){.individualProject__infos__elmt img{height:2rem;margin-left:1rem}}.individualProject__team select,.individualProject__team__devs select{padding:.5rem}.individualProject__team ul,.individualProject__team__devs ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:0;padding-left:0;width:100%}.individualProject__team ul li,.individualProject__team__devs ul li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:.25rem}.individualProject__team ul li,.individualProject__team ul li div.newDev__infos,.individualProject__team__devs ul li,.individualProject__team__devs ul li div.newDev__infos{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start;margin:0}.individualProject__team ul li div.newDev__infos,.individualProject__team__devs ul li div.newDev__infos{-ms-flex-wrap:wrap;flex-wrap:wrap}.individualProject__team ul li div.newDev__infos p,.individualProject__team__devs ul li div.newDev__infos p{margin-right:.5rem}.contact h3{text-align:center}.contact__content{padding:1rem;text-align:center}@media(min-width:750px){.contact__content{padding:1rem 10rem}}.contact__content div{margin-bottom:2rem}.contact__content__team ul{-webkit-box-orient:horizontal;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-evenly;list-style:none;padding-left:0}.contact__content__team ul,.contact__content__team ul li{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.contact__content__team ul li{-webkit-box-orient:vertical;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;font-size:.8rem;line-height:.1rem;margin-bottom:1rem}@media(min-width:750px){.contact__content__team ul li{font-size:1rem;margin-bottom:0}}.contact__content__team ul li img{height:3rem;width:3rem}@media(min-width:750px){.contact__content__team ul li img{height:8rem;width:8rem}}.legals__content{padding:1rem;text-align:justify}.legals__content h3,.legals__content h4{text-align:center}.legals__content a{color:#fff}@media(min-width:750px){.legals__content{padding:1rem 5rem}}.rules__content{padding:1rem;text-align:center}.rules__content h3{margin-bottom:.5rem;margin-top:2rem;text-align:center}@media(min-width:750px){.rules__content{padding:1rem 10rem}}.error{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;justify-content:center}.error,.error__button-close{display:-webkit-box;display:-ms-flexbox;display:flex}.error__button-close{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:1rem;width:100%}.error h2{font-size:4rem;margin:1rem}.error h3{font-size:1.5rem;margin:1rem}.error img{height:10rem;width:10rem}.error__link{color:#fff;font-family:Press Start\ 2P,Roboto Mono,sans-serif;font-size:1.5rem;margin-left:1rem;text-decoration:none;text-transform:uppercase}iframe{height:100%;width:100%}.notification__content{text-align:left}.notification__content__element{margin:1rem}.notification__content__element p{margin:0}.notification__content__element .bold{margin-right:.5rem}