@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{background:url(/assets/sc%C3%A8ne-BkLJVd6z.jpg) center center / cover no-repeat;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.7);padding:2rem;box-sizing:border-box;overflow:hidden}.home-header{text-align:center;margin-bottom:2rem;flex-shrink:0}.home-title{font-size:4rem;font-weight:800;background:radial-gradient(circle,#fffacd,#ff69b4,#8a2be2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glow 2s ease-in-out infinite alternate}.home-subtitle{font-size:1.5rem;color:#fff}@keyframes glow{0%{text-shadow:0 0 5px #fffacd,0 0 10px #ff69b4}50%{text-shadow:0 0 15px #ff69b4,0 0 25px #8a2be2}to{text-shadow:0 0 5px #fffacd,0 0 10px #ff69b4}}.home-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;width:100%;max-height:50vh;overflow-y:auto;padding:1rem;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}@media (min-width: 640px){.home-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.home-grid{grid-template-columns:repeat(3,1fr)}}.home-card{background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s;cursor:pointer}.home-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 20px 25px #0000004d}.home-card-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(90deg,#ffea00,#f0f,#0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-card-desc{color:#fff}.portfolio-container{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#2c0b0b,#1a1a1a);color:#f5d76e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;overflow:hidden;padding:10px}.portfolio-header{text-align:center;padding:5px 0}.portfolio-header h1{font-size:clamp(1.5rem,3.5vw,2.5rem);color:#f5d76e;text-shadow:0 0 8px #a52a2a;margin:0}.portfolio-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:10px 0}.portfolio-content{flex:1;width:90%;max-width:1000px;background:#323232b3;padding:20px;border-radius:12px;box-shadow:0 0 20px #0009;overflow-y:auto;margin:5px 0}.tab-btn{padding:10px 20px;background:#3d0c0c;color:#f5d76e;border:2px solid #f5d76e;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease}.tab-btn:hover{background:#7a1f1f;color:#fff3c2}.tab-btn.active{background:brown;color:#fff3c2;box-shadow:0 0 10px #f5d76eb3}.portfolio-footer{text-align:center;padding:10px;border-top:1px solid #a52a2a}.portfolio-footer p{margin:5px 0;color:#f5d76e}.portfolio-footer span{font-weight:700;color:#fc0}@media (max-width: 768px){.portfolio-tabs{flex-direction:column;align-items:center}.tab-btn{width:80%;text-align:center}}.profils-wrapper{width:100%;height:100%;position:relative;background:#000;overflow:hidden}.profils-container{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.profils-container::-webkit-scrollbar{display:none}.profil-slide{flex:0 0 100%;height:100%;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5%;box-sizing:border-box;background:linear-gradient(135deg,#600,#fb0);color:#fff;text-align:center;font-family:Arial,sans-serif}.profil-slide h2{font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:1rem}.profil-slide p,.profil-slide ul{font-size:clamp(1rem,2vw,1.4rem);max-width:80%;line-height:1.6}.profil-slide ul{list-style:none;padding:0}.profil-slide ul li{margin:.5rem 0;font-weight:700}.dots{position:absolute;bottom:20px;width:100%;display:flex;justify-content:center;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background:#fff5;transition:background .3s;cursor:pointer}.dot.active{background:#fff}.about-me-container{display:flex;align-items:center;justify-content:center;gap:2rem;width:80%;max-width:1200px;height:100%}.photo-container{flex:1;display:flex;justify-content:center;align-items:center}.photo-container img{width:200px;height:200px;object-fit:cover;border-radius:50%;border:4px solid #fff}.text-container{flex:2;color:#fff;text-align:left;border-left:2px solid #fff;padding-left:2rem}.text-container h2{font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:1rem}.text-container p{font-size:clamp(1rem,2vw,1.4rem);line-height:1.6}.projet-container{display:flex;flex-direction:column;height:100%;width:100%;background:linear-gradient(135deg,#500,#a50);color:#fff;padding:20px;box-sizing:border-box}.projet-titre{text-align:center;font-size:2.5rem;margin-bottom:20px}.projet-liste{flex:1;overflow-y:auto;scrollbar-width:none}.projet-liste::-webkit-scrollbar{display:none}.projet-item{margin-bottom:10px;border-radius:8px;overflow:hidden;background:#0000004d}.projet-header{width:100%;padding:15px;text-align:left;background:#ffffff1a;font-size:1.2rem;font-weight:700;color:#ffd166;border:none;cursor:pointer}.projet-header:hover{background:#fff3}.projet-contenu{display:flex;flex-direction:row;align-items:center;height:300px;width:100%;background:#0003}.projet-texte{flex:1;padding:20px;font-size:1rem;line-height:1.4rem}.projet-image{flex:1;height:100%;object-fit:cover}.competences-container{text-align:center;color:#f5d76e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:20px}.skills-list{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin:20px 0}.skill-btn{background:#3d0c0c;border:2px solid #f5d76e;color:#f5d76e;padding:10px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:8px}.skill-btn:hover{background:#7a1f1f}.skill-btn.active{background:brown;color:#fff3c2;box-shadow:0 0 10px #f5d76eb3}.progress-bar{width:80%;height:25px;background:#333;border-radius:12px;margin:20px auto;overflow:hidden;border:2px solid #f5d76e}.progress-fill{height:100%;background:linear-gradient(90deg,#f5d76e,#f90);transition:width .5s ease-in-out}.skill-info{margin-top:15px;font-size:1.2rem;display:flex;justify-content:center;gap:8px}.univ-container{display:flex;height:100%;width:100%;background:#323232b3;border-radius:10px;overflow:hidden;color:#f5d76e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.univ-tabs{display:flex;flex-direction:column;background:#3d0c0c;padding:10px;min-width:180px;border-right:2px solid #a52a2a}.univ-tab{background:none;border:none;color:#f5d76e;font-size:1rem;padding:12px;margin:5px 0;text-align:left;cursor:pointer;transition:.3s;border-radius:6px}.univ-tab:hover{background:#7a1f1f}.univ-tab.active{background:brown;font-weight:700;color:#fff3c2;box-shadow:inset 0 0 5px #f5d76e80}.univ-content{flex:1;padding:20px;overflow-y:auto}.univ-content h2{color:#fc0;margin-bottom:10px}.univ-content ul{margin-top:15px;padding-left:20px;list-style-type:disc}.univ-content li{margin:8px 0}.highlight{background:#f5d76e33;color:#fc0;font-weight:700;padding:5px 10px;border-radius:6px}
