#root{--pokeRed: #df3535;--pokeBlack: #222222;--pokeGrey: #828282}@font-face{font-family:Flexo-Medium;src:url(/fonts/Flexo-Medium.ttf) format("truetype");font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@media screen and (max-width: 992px){body{display:flex;justify-content:center;min-height:100vh;overflow:auto}}.app-container{display:flex;flex-direction:column;background-color:#df3535;width:100%;height:100vh}.app-content{margin:1.6em;background-color:#222;border-radius:5em;height:94vh}.pokeball-container{position:fixed;bottom:50px;right:50px;width:65px;height:65px;background-image:url(/pokeball.png);background-size:65px;background-repeat:no-repeat;z-index:1;animation:pulse 2s infinite ease-in-out}.controler-img{position:fixed;bottom:-10px;left:20px;width:165px;height:165px;background-image:url(/boutonsPoke.png);background-size:165px;background-repeat:no-repeat;z-index:1}@media (max-width: 992px){.controler-img{display:none}}.light-img{position:fixed;top:5px;right:0;width:65px;height:65px;background-image:url(/DiodePoke.png);background-size:65px;background-repeat:no-repeat;z-index:1}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}h1{font-family:Flexo-Medium,sans-serif;font-size:30px;color:#fff}.search-bar-container{flex-direction:column;padding:2em;border-radius:20px;margin-top:15px;height:75px;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;background-color:#df3535}.rechercher-par-type{border-radius:100px;display:flex;flex-direction:row;justify-items:center;align-items:center;background-color:#f9f9f9;font-family:Montserrat,sans-serif;width:40rem;margin-top:1em;box-shadow:0 0 12px #000}@media (min-width: 992px){.rechercher-par-type{margin:20px;width:20rem}}.search-bar-results-container{width:20%;margin-right:5%;display:flex;flex-direction:column}.app{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;height:92vh;box-sizing:border-box;overflow:auto}.app::-webkit-scrollbar{width:0px;height:0px}.search-results-container{position:absolute;top:calc(73% + 4px);left:1em;right:0;z-index:10;margin:0 auto}.pokemon-display{position:relative;margin-top:2em;width:100%;max-width:650px}.pokemonlist{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:1vh;height:60vh;max-height:90vh;overflow-y:auto;margin-top:.3em}.pokemon-list-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;background-color:var(--pokeGrey);border-radius:25px;margin:1em;cursor:pointer;width:11em;height:11em;scrollbar-width:none}.pokemonlist::-webkit-scrollbar{display:none}.pokemon-name{color:#fff;text-align:center;box-sizing:border-box;font-family:Flexo-Medium,sans-serif;margin-bottom:1em;text-transform:capitalize;font-weight:bolder}.pokemon-id{color:#fff;font-weight:bolder}.pokemon-display{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.seemore-button-section{position:fixed;bottom:auto;top:59%;left:4%;background-color:#df3535;color:#faebd7;font-size:12px;font-family:Montserrat,sans-serif;border-radius:20px;padding:15px 20px;box-shadow:0 10px 8px #08080833;text-align:center;text-decoration:none;z-index:0;animation:shake 20s infinite ease-in-out}@keyframes shake{0%{transform:translateY(-50%) translate(0)}25%{transform:translateY(-50%) translate(-10px)}50%{transform:translateY(-50%) translate(10px)}75%{transform:translateY(-50%) translate(-10px)}to{transform:translateY(-50%) translate(0)}}.lien-trainer{display:absolute;align-items:center;background-color:#df3535;color:#faebd7;font-size:16px;font-family:Montserrat,sans-serif;border-radius:20px;padding:10px;margin:5px auto;box-shadow:8px 10px 8px #08080833;text-align:center;text-decoration:none;z-index:20;opacity:0;animation:fadeIn 2.5s ease-in-out 2.2s forwards;position:absolute;top:calc(10vh + 40px);left:50%;transform:translate(-50%);z-index:1}@keyframes fadeIn{to{opacity:1}}@media (max-width: 992px){.lien-trainer{display:flex;justify-content:center;position:absolute;align-items:center;background-color:#df3535;color:#faebd7;font-size:10px;font-family:Montserrat,sans-serif;border-radius:20px;padding:10px 20px;box-shadow:0 10px 8px #08080833;text-align:center;z-index:4;width:45%;left:50%;transform:translate(-50%);top:21vh}.app-container{width:100%;overflow-y:hidden}.app-content{border-radius:5em}.app{width:100%;height:100vh;max-width:100%;padding-top:80px;margin:0;box-sizing:border-box;overflow:hidden}.search-bar-container{background-color:transparent;display:flex;flex-direction:column;padding:5px;margin-top:10px;width:100%;position:fixed;top:0;left:0;z-index:5;border-radius:0;gap:10px}.rechercher-par-type{margin:auto;display:flex;width:60%;justify-content:center}.pokemon-display{display:inline-flex;flex-direction:column;width:100%;max-width:100%;min-height:100vh;justify-content:center;align-items:center;border:none}.pokemonlist{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:0;margin:.1em 4em 2em;max-height:60vh;overflow-y:auto}.pokemonlist::-webkit-scrollbar{width:0;height:0}.pokemon-list-container{height:auto;padding:.5em}.pokemon-name{font-size:1.2em;margin-top:.5em;margin-bottom:0}h1{font-size:24px;text-align:center;margin-bottom:15px}.pokeball-container{display:flex;position:fixed;right:2.4em;bottom:2.3em;width:2.2em;height:2.5em;background-size:2.1em;z-index:10;animation:pulse 2s infinite ease-in-out}.controler-img{width:10em}.seemore-button-section{position:fixed;font-size:10px;top:90.5%;left:auto;background-color:#df3535;color:#faebd7;font-family:Montserrat,sans-serif;border-radius:20px;box-shadow:0 10px 8px #08080833;text-align:center;animation:none;text-decoration:none;z-index:20}}.background-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#df3535;transition:opacity 2s ease;z-index:1000}.background-container.hidden{opacity:0;pointer-events:none}.pokeflex{font-family:Pokemon Solid,sans-serif;font-size:200px;color:#fc0;text-shadow:13px 5px 0 #0075be,-10px -5px 0 #0075be,13px -5px 0 #0075be,-13px 5px 0 #0075be;background-color:transparent;padding:20px;text-align:center;height:100%;width:100%;cursor:pointer;transition:opacity 3s ease}.pokeflex.hidden{opacity:0;pointer-events:none}@media (max-width: 485px){.rectangle{width:100%;height:100%;box-sizing:border-box;margin:0;padding:0;overflow:hidden}.background-container{display:flex;justify-content:center;align-items:center;background-color:#df3535;padding:0}.pokeflex{font-size:80px;background-color:transparent;border:none;text-shadow:10px 4px 0 #0075be,-8px -4px 0 #0075be,10px -4px 0 #0075be,-10px 4px 0 #0075be;padding:0;height:auto;width:auto}}#root{--pokeRed: #df3535;--pokeBlack: rgba(34, 34, 34, .966);--pokeGrey: #828282}*{box-sizing:border-box}.modal-background{background-color:var(--pokeBlack);position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:60%;border:2px solid rgb(173,173,173);border-radius:20px;max-height:85vh;overflow-y:scroll;scrollbar-width:none;z-index:25}.modal-container{color:#fff}.name-button-container{display:flex;flex-direction:column-reverse}.close-button-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}#close-button-style{border-radius:5px;margin:1rem;background:none;color:inherit;border:none;padding:0;cursor:pointer}.name-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem;background-color:#8d8d8d;width:50%;align-self:center;border-radius:30px;padding:.5rem 0}.entry-infos-container{display:flex;justify-content:space-around}.desc-stats-container{display:flex;flex-direction:column;align-items:center;width:50%;justify-content:space-around;font-family:Montserrat,sans-serif}.name-container h2{font-family:Montserrat,sans-serif}.sprite-type-container{display:flex;flex-direction:column;align-items:center;font-family:Montserrat,sans-serif}.cry-button{margin-top:.5rem;padding:.5rem 2rem;border-radius:15px}.evolution-container{display:flex;justify-content:center;align-items:center;background-color:#8d8d8d;width:90%;margin:2rem auto;border-radius:30px;padding-top:1rem}.display-eevee{display:flex;justify-content:center;align-items:center;background-color:#8d8d8d;width:50%;margin:2rem auto;border-radius:30px;padding-top:1rem}#eeveelutions{width:70%}.pokemon-stats{display:flex;gap:2rem;background-color:#8d8d8d;border-radius:30px;padding:1rem}.stats-values{display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:.95rem;gap:2rem}.evolution-entry{display:flex;flex-direction:column;align-items:center}.evolution-name{text-transform:capitalize;font-size:1.2rem;font-family:Flexo-Medium,sans-serif}.capitalize-text{text-transform:capitalize}.evolution-arrow{width:10%}.main-sprite{width:12rem}.evolve-sprite{width:9rem}.pokemon-description{background-color:#8d8d8d;padding:1rem;border-radius:30px}.display-none{display:none}.one-sprite{flex-direction:column;width:50%}.two-sprites{width:70%}.low{color:#ff8686;font-weight:bolder}.medium{color:#ffbe32;font-weight:700}.high{color:#4cfd46;font-weight:700}.no-capitalize{text-transform:none}.type-list{margin-top:1rem}.normal{background-color:#a8a878;border-radius:100%;box-shadow:0 0 10px 5px #a8a878c4}.fire{background-color:#f08030;border-radius:100%;box-shadow:0 0 10px 5px #f08030c4}.water{background-color:#6890f0;border-radius:100%;box-shadow:0 0 10px 5px #6890f0c4}.grass{background-color:#78c850;border-radius:100%;box-shadow:0 0 10px 5px #78c850c4}.electric{background-color:#f8d030;border-radius:100%;box-shadow:0 0 10px 5px #f8d030c4}.ice{background-color:#98d8d8;border-radius:100%;box-shadow:0 0 10px 5px #98d8d8c4}.ground{background-color:#e0c068;border-radius:100%;box-shadow:0 0 10px 5px #e0c068c4}.flying{background-color:#a890f0;border-radius:100%;box-shadow:0 0 10px 5px #a890f0c4}.poison{background-color:#a040a0;border-radius:100%;box-shadow:0 0 10px 5px #a040a0c4}.fighting{background-color:#c03028;border-radius:100%;box-shadow:0 0 10px 5px #c03028c4}.psychic{background-color:#f85888;border-radius:100%;box-shadow:0 0 10px 5px #f85888c4}.dark{background-color:#705848;border-radius:100%;box-shadow:0 0 10px 5px #705848c4}.rock{background-color:#b8a038;border-radius:100%;box-shadow:0 0 10px 5px #b8a038c4}.bug{background-color:#a8b820;border-radius:100%;box-shadow:0 0 10px 5px #a8b820c4}.ghost{background-color:#705898;border-radius:100%;box-shadow:0 0 10px 5px #705898c4}.steel{background-color:#b8b8d0;border-radius:100%;box-shadow:0 0 10px 5px #b8b8d0c4}.dragon{background-color:#7038f8;border-radius:100%;box-shadow:0 0 10px 5px #7038f8c4}.fairy{background-color:#ffaec9;border-radius:100%;box-shadow:0 0 10px 5px #ffaec9c4}@media screen and (max-width: 992px){.name-container{width:75%}.evolution-name{font-size:10px}.modal-background{width:80%;max-height:75vh;overflow-y:auto}.entry-infos-container{display:flex;justify-content:space-around;flex-direction:column}.desc-stats-container{display:flex;flex-direction:column;align-items:center;width:85%;justify-content:space-around;margin-left:auto;margin-right:auto;margin-top:2rem;font-size:14px}.stats-values{font-size:13px}.main-sprite{width:9rem}.evolve-sprite{width:5rem}.evolution-container{display:flex;margin-bottom:1rem;margin-top:1rem;padding-left:4rem;padding-right:4rem}.pokemon-stats{display:flex;gap:.8rem;margin-top:1rem}.evolution-arrow{width:10%}#eeveelutions{width:15rem}.display-eevee{display:flex;justify-content:center;align-items:center;background-color:#8d8d8d;width:50%;margin:2rem auto;border-radius:30px;padding-top:1rem}.evolution-container-eevee{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;margin-top:1rem;padding-left:8rem;padding-right:8rem}.display-none,#up-button-container{display:none}}@media (min-width: 768px) and (max-width: 1024px){.name-container{width:85%;font-size:1.5rem}.name-container h1{font-size:3rem}.capitalize-text{font-size:2rem}.pokemon-description{font-size:1.55rem;padding:2rem}.modal-background{width:80%;max-height:75vh}.entry-infos-container{display:flex;justify-content:space-around;flex-direction:column}.desc-stats-container{display:flex;flex-direction:column;align-items:center;width:85%;justify-content:space-around;margin-left:auto;margin-right:auto;margin-top:2rem;font-size:14px}.main-sprite{width:15rem}.evolve-sprite{width:9rem}.evolution-container{display:flex;margin-bottom:1rem;margin-top:3rem}.pokemon-stats{display:flex;gap:2rem;margin-top:3rem}.stats-values{font-size:1.4rem}.evolution-arrow{width:15%}.evolution-name{font-size:1.25rem}#eeveelutions{width:32.5rem}.display-eevee{display:flex;justify-content:center;align-items:center;background-color:#8d8d8d;width:83%;margin:2rem auto;border-radius:30px;padding-top:1rem}.evolution-container-eevee{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;margin-top:1rem;padding-left:8rem;padding-right:8rem}.display-none,#up-button-container{display:none}}#normal{border:solid #a8a878 3px}#fire{border:solid #f08030 3px}#water{border:solid #6890f0 3px}#grass{border:solid #78c850 3px}#electric{border:solid #f8d030 3px}#ice{border:solid #98d8d8 3px}#ground{border:solid #e0c068 3px}#flying{border:solid #a890f0 3px}#poison{border:solid #a040a0 3px}#fighting{border:solid #c03028 3px}#psychic{border:solid #f85888 3px}#dark{border:solid #705848 3px}#rock{border:solid #b8a038 3px}#bug{border:solid #a8b820 3px}#ghost{border:solid #705898 3px}#steel{border:solid #b8b8d0 3px}#dragon{border:solid #7038f8 3px}#fairy{border:solid #ffaec9 3px}.input-wrapper{position:relative;background-color:#fff;width:22rem;border-radius:100px;height:2.5rem;padding:0 15px;box-shadow:0 0 12px #000;display:flex;align-items:center}input{background-color:transparent;height:100%;font-size:1.2rem;font-family:Montserrat,sans-serif;width:100%;margin-left:5px;border:none;color:#555353}.input-wrapper input::placeholder{font-family:Montserrat,sans-serif;color:#828282}input:focus{outline:none;font-family:Montserrat,sans-serif}#search-icon{width:2em;height:2em;color:#df3535}@media (min-width: 992px){#search-icon{width:1em;height:1em}}@media (max-width: 992px){.search-bar-wrapper{display:flex;width:100%;justify-content:center}.input-wrapper{width:65vh;margin-top:70px;font-size:9px;margin-left:11vh;margin-right:11vh}.input{font-size:.5rem;text-align:center}}.results-list{max-width:20rem;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 0 8px #ddd;border-radius:10px;max-height:50vh;overflow-y:scroll}.search-result{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:8px;cursor:pointer;outline:inherit;width:100%;font-family:Montserrat,sans-serif;flex-shrink:0;overflow:hidden;text-align:left;font-size:1.5rem}@media (min-width: 992px){.search-result{font-size:15px}}.search-result.selected{background-color:#e0e0e0;font-size:2rem;font-family:Montserrat,sans-serif}@media (min-width: 992px){.search-result.selected{font-size:20px}}.search-result:focus{outline:2px solid #df3535}.default-option{font-family:Montserrat,sans-serif;color:#828282}select option{background-color:#fff}select{position:relative;background-color:transparent;width:100vh;border-radius:100px;height:2.5rem;padding:0 15px;box-shadow:0 0 12px #000;display:flex;align-items:center;font-family:Montserrat,sans-serif;font-size:1.2rem;color:#828282}option{font-family:Montserrat,sans-serif;background-color:transparent;color:#fff;font-size:16px}.selectedType{border:none;height:100%;font-size:14px;font-family:Montserrat,sans-serif;width:100%;margin-left:5px}.type-selector{border:none;font-family:Montserrat,sans-serif;font-size:1.5rem;color:#555353}@media (min-width: 992px){.type-selector{font-size:1.2rem}}.type-normal{background-color:#a8a878}.type-fighting{background-color:#c03028}.type-flying{background-color:#a890f0}.type-poison{background-color:#a040a0}.type-ground{background-color:#e0c068}.type-rock{background-color:#b8a038}.type-bug{background-color:#a8b820}.type-ghost{background-color:#705898}.type-steel{background-color:#b8b8d0}.type-fire{background-color:#f08030}.type-water{background-color:#6890f0}.type-grass{background-color:#78c850}.type-electric{background-color:#f8d030}.type-psychic{background-color:#f85888}.type-ice{background-color:#98d8d8}.type-dragon{background-color:#7038f8}.type-dark{background-color:#705848}.type-fairy{background-color:#ffaec9}.default-type{color:#000;background-color:#c5c5c5}@media (max-width: 480px){.type-selector{font-size:1.1rem;text-align:center}}@font-face{font-family:Flexo-Medium;src:url(./fonts/Flexo-Medium.ttf) format("truetype");font-family:Montserrat;src:url(./fonts/Montserrat-Italic-VariableFont_wght.ttf) format("truetype");font-family:Pokemon-Hollow;src:url(./fonts/Pokemon-Hollow.ttf) format("truetype");font-weight:400;font-style:normal}*{margin:0;padding:0;scroll-behavior:smooth}body{background-color:#df3535}.trainers{background-color:#222;border-radius:5em;margin:5%}@media screen and (min-width: 992px){.trainers{margin:1.5em}}.trainersContent{padding:1.5em}@media screen and (min-width: 992px){.trainersContent{padding:0}}.trainersCardsContainer{margin:1em 0;display:flex;flex-direction:column;gap:2em}@media screen and (min-width: 992px){.trainersCardsContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:.5em;align-items:center;margin:0}}.trainer-cards{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;background-color:gray;border-radius:2em;padding:1em;border:#277dff solid 2px}@media screen and (min-width: 992px){.trainer-cards{width:90%;height:90%;margin:1.5em auto;padding:0}}.trainerInfos{display:grid;grid-template-columns:1fr}@media screen and (min-width: 992px){.trainerInfos{margin:1em auto}}.trainerPres{display:flex;flex-direction:column;align-items:center;justify-content:center}.trainerName{font-size:1.6em;color:#f5f5f5;font-family:Montserrat,sans-serif}@media screen and (min-width: 992px){.trainerName{font-size:2em}}.trainerImg{width:9em;height:12em;align-items:start;margin-top:.6em}@media screen and (min-width: 992px){.trainerImg{max-width:12em;max-height:15em}}.trainerDescription{text-align:center;color:#f5f5f5;font-size:1em;font-family:Flexo-Medium,sans-serif;margin:1.2em auto}@media screen and (min-width: 992px){.trainerDescription{margin:1em 1.2em;font-size:1.3em}}.favPoke{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;margin:auto}@media screen and (min-width: 992px){.favPoke{margin-bottom:1.2em;gap:1em}}.favPoke img{height:4em;width:3em;margin:.7em}@media screen and (min-width: 992px){.favPoke img{max-height:7em;max-width:6em}}.btnReturn{padding:2.5em}@media screen and (min-width: 992px){.btnReturn{padding:6em}}.btnReturn a{padding:.4em;font-size:1.8em;width:100%;font-family:Montserrat,sans-serif;text-decoration:none;color:#f5f5f5;border-radius:2em;background-color:#df3535}@media screen and (min-width: 992px){.btnReturn a{font-size:2em;margin-left:2.5em}}.trainerTitle{display:flex;flex-direction:column;align-items:center}.trainerdex{width:98%}@media screen and (min-width: 992px){.trainerdex{width:50%}}.load{display:flex;height:100vh;width:100vw;justify-content:center;align-items:center}.imgload{width:30%}@media screen and (min-width: 992px){.imgload{width:10%}}
