:root{--light_body_bg:#f3f4f6;--light_container_bg:#ffffff;--dark_gray:#6c6b70;--light_gray:#c3c2c4;--dark_blue:#4F01BC;--medium_blue:#2848BA;--light_blue:#378fff;--white:#ffffff;--dark:#000000;--orange:#ffa737;--light_orange:#ffdcaf;--dark_body_bg:#111827;--dark_container_bg:#1f2933}*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}body{margin:0;background:var(--light_body_bg);line-height:1.45;font-size:20px}.mainContainer{position:relative;max-width:1200px;margin:1.5rem auto;margin-top:0;margin-bottom:0;background:var(--light_container_bg);color:#5d5d5d;border-radius:6px}header{padding-bottom:.8rem;margin-bottom:1.2rem;background:linear-gradient(to bottom right,var(--dark_blue),var(--light_blue))}.header-top{color:var(--white);display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;padding-top:3rem;margin-left:2rem;margin-right:2rem}.header-infos{display:flex;flex-direction:column;justify-content:center;gap:.3rem;flex-grow:1}.header-infos h1{margin:0}.header-infos .title{font-weight:700;font-size:1.4rem;margin-top:.2rem}.header-infos .contact{margin-top:.6rem}.header-infos .contact a{text-decoration:none;margin-right:.5rem}.header-actions{display:flex;align-items:flex-start;top:1rem;right:1rem;display:flex;gap:.3rem;z-index:10}.header-actions button{display:flex;align-items:center;justify-content:center;gap:.2rem;font-size:1.4rem;padding:.3rem .5rem;height:2rem;line-height:1;background:0 0;border:none;cursor:pointer;color:var(--white)}.header-actions button:hover{color:var(--orange)}.header-actions i{display:inline-flex;align-items:center;justify-content:center}.photo-box{margin-top:-4rem;margin-bottom:-5rem;overflow:hidden;flex-shrink:0;text-align:right;margin-right:5%}.photo-box img{width:200px;height:200px;margin:1rem;object-fit:cover;border-radius:50%;border:3px solid var(--white);box-shadow:0 0 10px var(--medium_blue)}.profilContainer{width:100%;margin-top:4rem;padding:1rem}.profilContainer input[type=radio]{display:none}.profilContainer label{display:inline-block;padding:.5rem 1rem;cursor:pointer;border-bottom:none;font-weight:700;font-size:1.4rem;border-top-right-radius:6px}.profilContainer input:checked+label{background:var(--orange);color:var(--white);font-weight:700}.parcours{border-top:2px solid var(--orange);padding-top:2rem}.tab-parcours{display:none}#tab1:checked~.parcours .tab1,#tab2:checked~.parcours .tab2,#tab3:checked~.parcours .tab3,#tab4:checked~.parcours .tab4{display:block}.skills{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;list-style:none;padding:0;margin-left:0}.skills li{background:var(--white);box-shadow:3.3px 6.6px 6.6px hsl(0deg 0% 0% / .4);margin:2rem 2rem 2rem 0}.skillsTitle{background:linear-gradient(to bottom right,var(--dark_gray) 0,var(--dark_gray) 50%,var(--light_gray) 100%);color:var(--white);font-weight:700;padding:.2rem 0 .2rem .5rem}.skillsList{padding:.5rem}.sectionTitleWrapper{width:100%;border-bottom:2px solid var(--orange);margin-top:3rem}.sectionTitle{font-weight:700;background:var(--orange);color:var(--white);font-weight:700;display:inline-block;font-size:1.4rem;padding:.5rem 1rem;border-top-right-radius:6px}.sectionDetails{list-style:none;padding:0;margin-left:0;margin-bottom:4rem}a:active,a:hover,a:link,a:visited{color:var(--orange)}.footer{padding:20px;text-align:center;background:var(--medium_blue)}.footer a{color:var(--white)}.scrollTopBtn:hover{color:var(--orange)}html{scroll-behavior:smooth}.hidden{display:none}body.dark{background:var(--dark_body_bg);color:var(--white)}body.dark .skills li{background-color:var(--light_gray)}body.dark .mainContainer{background:var(--dark_container_bg);color:var(--white)}body.dark .skills{color:var(--dark)}@media (max-width:700px){.skills{grid-template-columns:repeat(2,1fr);margin-left:0}.header-top{flex-direction:column;align-items:flex-start}.photo-box{text-align:center;margin-top:2rem;margin-bottom:-5rem}}