:root{--progress-expert: rgb(0, 170, 0);--progress-medium: rgb(164, 167, 0);--progress-beginner: rgb(168, 11, 0)}*{color:var(--primary-dark);font-family:system-ui,monospace;transition:all .3s ease-in-out}body{background-color:var(--background-dark);padding-bottom:100px}h2{font-size:3rem;text-align:center;margin:10rem 0 2rem}a{text-decoration:none}.is-visible{animation-name:fadeIn;animation-duration:1s;animation-timing-function:linear;opacity:1}.domains_container:not(.is-visible),.profile_description:not(.is-visible),#projects:not(.is-visible){opacity:0;transform:translateY(20px)}.image-white{filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(159deg) brightness(104%) contrast(102%)}.image-dark{filter:invert(0%) sepia(5%) saturate(24%) hue-rotate(228deg) brightness(102%) contrast(100%)}@media all and (max-width: 768px){h2{font-size:2.25rem}}@media all and (max-width: 600px){h2{font-size:1.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes progressIn{0%{width:0%}to{width:100%}}.profile_container{display:flex;flex-direction:row;justify-content:center;margin:5rem auto;width:100%}.profile_container>img{width:10rem;height:10rem;border-radius:50%;margin:auto 0}.profile_container>.profile_infos{display:flex;flex-direction:column;justify-content:center;margin:0 2rem}.profile_container>.profile_infos>h3{font-size:xx-large;margin-bottom:0}.profile_container>.profile_infos>.profile_speciality{font-size:larger;color:var(--tertiary-dark)}.profile_description{text-align:center;font-size:large;font-style:italic;margin:5rem 0}.profile_description>p{margin:0 10%}.profile_resume{width:fit-content}.profile_resume>div{border:1px solid var(--primary-dark);border-radius:10px;transition:all .3s ease-in-out;padding:.75rem;text-align:center;font-size:larger;display:flex;fill:var(--primary-dark)}.profile_resume>div>svg{height:1.3rem;margin-right:.5rem}.profile_resume>div:hover{box-shadow:0 0 2rem var(--primary-dark);background-color:var(--primary-dark);color:var(--primary-light);fill:var(--primary-light)}.profile_media{display:flex;justify-content:space-evenly;flex-wrap:wrap}@media all and (max-width: 768px){.profile_container>img{width:8rem;height:8rem}.profile_container>.profile_infos{margin:0 1.5rem}.profile_container>.profile_infos>h3{font-size:x-large}.profile_container>.profile_infos>.profile_speciality{font-size:large}.profile_description{font-size:larger}}@media all and (max-width: 600px){.profile_container>img{width:6rem;height:6rem}.profile_container>.profile_infos{margin:0 1rem}.profile_container>.profile_infos>h3{font-size:larger}.profile_container>.profile_infos>.profile_speciality{font-size:medium}.profile_description{font-size:large}}.framework_link{margin:.25rem}.framework_container{padding:20px;border:2px solid var(--primary-dark);border-radius:50%;width:127px;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out}.framework_container:hover{background-color:var(--secondary-dark);box-shadow:0 0 5rem var(--secondary-dark);color:var(--primary-light)}.framework_image{width:100%;display:flex;justify-content:center}.framework_name{text-align:center;font-size:22px;color:inherit}@media all and (max-width: 768px){.framework_container{margin:1.5rem}.framework_name{font-size:18px}}@media all and (max-width: 600px){.framework_container{margin:1rem}.framework_name{font-size:14px}}.performance-table-entries_container{margin:10rem 0}.performance-table-entries_title{font-size:xx-large}.performance-table-entry_logo{width:15rem;text-align:center;font-size:large}.performance-table-entry_image{width:3rem;height:3rem;border-radius:50%}.performance-table-entry_progress_container{display:flex;height:.6rem;overflow:hidden;font-size:.75rem;background-color:var(--secondary-dark);border-radius:1rem;margin:1rem 0}.performance-table-entry_progress{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;transition:width .6s ease}.performance-table-entry_progress.is-visible{width:100%;animation-name:progressIn;animation-duration:3s;animation-timing-function:ease-in-out;animation-fill-mode:"forwards"}.performance-table-entry_years{width:15rem;text-align:center;font-size:large}@media all and (max-width: 768px){.performance-table-entries_title{font-size:x-large}.performance-table-entry_logo{width:10rem;font-size:medium}.performance-table-entry_image{width:2rem;height:2rem}.performance-table-entry_progress_container{height:1rem}.performance-table-entry_progress_container{margin:.75rem 0}.performance-table-entry_years{width:10rem;font-size:medium}}@media all and (max-width: 600px){.performance-table-entries_title{font-size:large}.performance-table-entry_logo{width:5rem;font-size:small}.performance-table-entry_image{width:2rem;height:2rem}.performance-table-entry_progress_container{height:1rem}.performance-table-entry_progress_container{margin:.5rem 0}.performance-table-entry_years{width:5rem;font-size:small}}.projects_container{display:flex;flex-direction:row;flex-wrap:wrap;padding:0 1rem;gap:2rem}.projects_container>*{flex:1 1;margin-bottom:1rem}.project{width:100%;min-width:16rem;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem;gap:.25rem;border:1px solid var(--tertiary-dark);border-radius:1rem;background-color:color-mix(in srgb,var(--background-dark) 50%,transparent)}.project:hover{background-color:var(--secondary-dark);box-shadow:0 0 2rem var(--secondary-dark);color:var(--primary-light)}.project_link{display:flex}.project_header{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;min-height:2rem}.project_title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.project_image{height:3rem;width:auto}.project_info{display:flex;flex-direction:column;margin:.5rem}.project_name{font-size:1.5rem;font-style:bold}.project:hover .project_name{color:var(--primary-light)}.project_description{font-size:1rem;color:var(--secondary-dark);text-align:justify;width:100%}.project:hover .project_description{color:var(--secondary-light)}.project_body{margin:0 0 auto}.project_platforms_section{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;min-height:2rem;font-size:1rem}.project_platforms_section .project_platforms_text,.project_platforms_section .project_platforms_text_icon{color:var(--secondary-dark);fill:var(--secondary-dark);font-weight:700}.project_platforms_section .project_platforms_text{margin:0 8px}.project_platforms_text_icon{margin:0 .25rem}.project:hover .project_platforms_section .project_platforms_text,.project:hover .project_platforms_section .project_platforms_text_icon{color:var(--secondary-light);fill:var(--secondary-light)}.project_platforms_section .project_platforms{color:var(--primary-dark)}.project:hover .project_platforms_section .project_platforms{color:var(--primary-light)}@media all and (max-width: 768px){.project{padding:.75rem}.project_image{height:75px;width:75px}.project_name{font-size:1.5rem}}@media all and (max-width: 600px){.project{padding:.5rem}.project_image{height:50px;width:50px}.project_name{font-size:1.25rem}}.project_ticket{border-radius:5rem;text-align:center;padding:5px 8px;font-size:1rem}.header{display:flex;flex-direction:row-reverse}.header>.select_language{border:1px solid var(--primary-dark);display:flex;transition:box-shadow .3s ease-in-out}.header>.select_language:hover{box-shadow:0 0 5rem var(--primary-dark)}.header .language_icon{height:16px;width:16px;align-self:center;margin:0 5px}.header .page_language{background-color:var(--background-dark);height:35px;width:60px;border:0px;cursor:pointer}.header .page_language option{background-color:inherit}.toggle_image{height:16px;width:16px;align-self:center;margin:0 5px 0 1px}.toggle_button{background-color:var(--background-dark);border:0px;display:flex;cursor:pointer}.toggle_button.dark_mode{fill:#fff}.toggle_mode:hover{box-shadow:0 0 5rem var(--primary-dark)}.toggle_button.light_mode{fill:#000}.toggle_mode{margin:0 2rem;display:flex;border:1px solid var(--primary-dark);cursor:pointer;transition:box-shadow .3s ease-in-out}.toggle_mode_text{align-self:center;margin:0 2rem 0 0}.version{align-self:center;width:100%;font-size:larger}.controls{position:fixed;z-index:10;top:50%;right:3%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 768px){.controls{justify-content:center!important;align-items:center!important;flex-direction:row!important;top:auto!important;bottom:0!important;left:50%!important;transform:translate(-50%)!important;width:100%!important;background-color:var(--secondary-light)!important}}.control{cursor:pointer;background-color:var(--secondary-light);width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:.7rem 0;box-shadow:var(--secondary-light);border:1px solid var(--secondary-dark)}.control:hover{background-color:var(--secondary-dark);border:1px solid var(--secondary-light)}.control_active{background-color:var(--secondary-dark);border:1px solid var(--secondary-light);transition:all .4s ease-in-out}.control svg{width:23px;height:23px}.control svg{fill:var(--secondary-dark)}.control:hover svg{fill:var(--secondary-light)}.control_active svg{fill:var(--secondary-light)}@media (max-width: 768px){.control{margin:1rem .3rem!important}}
