.Pokemon_card__ZSIrQ{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:200px;margin:20px;border-radius:20px;padding:10px 0;box-shadow:0 0 6px 6px rgba(3,3,3,.137);transition-duration:.3s}.Pokemon_card__ZSIrQ:hover{transform:scale(1.1)}.Pokemon_imgFrame__i5jPf{display:flex;width:150px;height:170px;border-radius:50%;background-color:rgba(255,254,254,.7);box-shadow:0 0 6px 6px rgba(3,3,3,.137);align-items:center;justify-content:center}.Pokemon_image__FWLWb{width:120px;-o-object-fit:contain;object-fit:contain;transition-duration:1s;filter:drop-shadow(5px 20px 5px rgba(3,3,3,.5))}.Pokemon_image__FWLWb:hover{animation:Pokemon_rotate__p4fSu .6s ease-in-out forwards}@keyframes Pokemon_rotate__p4fSu{0%{transform:scale(1.2) rotate(5deg)}50%{transform:scale(1.2) rotate(-5deg)}to{transform:scale(1.2) rotate(0deg)}}.Pokemon_name__vRhkK{font-weight:600;font-size:1.5em;text-shadow:3px 3px 4px #fff;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;margin:10px 0}.Pokemon_type__SeTvx{font-weight:300;font-size:14px;font-style:italic}.Pokemon_icon__UWwh2{width:1em}.Pokemon_number__rPkNW{font-size:.7em;align-self:flex-end;margin-right:20px}.Home_main__nLjiQ{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0}.Home_next__pfWNN{font-weight:700;background-color:hsla(0,0%,100%,.6);background-image:linear-gradient(135deg,#dd2c00,#f5f5af);border-radius:20px;width:80px;height:40px;text-align:center;margin:10px;cursor:pointer}.Home_next__pfWNN:hover{transition-duration:.5s;background-image:linear-gradient(135deg,#f5f5af,#dd2c00);color:#fff;cursor:pointer;border-color:gray;text-shadow:1px 1px 2px #000,3px 3px 4px #000}.Home_titre__JbitR{letter-spacing:3px;text-shadow:4px 4px 4px grey;align-items:center}.Home_pokeBall__BmgIV{width:.9em;vertical-align:text-bottom;box-shadow:2px 4px 4px gray;border-radius:50%;margin:0 0 .1em}.Home_pokeBall__BmgIV:hover{width:1.2em;transition-duration:1s;vertical-align:middle;animation:Home_rotate____XsI .6s ease-in-out forwards}@keyframes Home_rotate____XsI{0%{transform:rotate(10deg)}25%{transform:rotate(-10deg);margin:0 15px 30px}50%{transform:rotate(10deg);margin:0 15px}75%{transform:rotate(-10deg);margin:0 15px 20px}to{transform:rotate(0deg);margin:0 3px}}.Home_pokemonContainer__J8Fuh{background:linear-gradient(135deg,#cbc6f4,#efefbb);display:flex;justify-content:center;flex-wrap:wrap;max-width:100vw;margin:20px;border-radius:10px;box-shadow:0 0 6px 6px rgba(3,3,3,.137)}.Home_loadingText__kzRMD{margin-top:30px;font-style:italic}.Home_loading__IsZ5F{width:1.5em;animation:Home_loading__IsZ5F 1s linear infinite}@keyframes Home_loading__IsZ5F{0%{transform:translateY(-20px) translateX(-120px) rotate(0deg)}25%{transform:translateY(-12px) translateX(-30px) rotate(1turn)}50%{transform:translateY(-15px) translateX(40px) rotate(540deg)}75%{transform:translateY(0) translateX(100px) rotate(2turn)}to{transform:translateY(-5px) translateX(150px) rotate(900deg)}}.Home_select__wVnjG{border:2px solid #000;border-radius:4px}.Home_select__wVnjG:focus{border:2px solid blue}