.home-container *{margin:0;box-sizing:border-box}.home-container{margin:0;padding-top:25rem;font-weight:500;display:flex;flex-direction:column;align-items:center}.header{text-align:left;background-position:50%;margin-bottom:50px;color:#000;border-radius:10px;padding:30px}.header h1{font-size:3.2rem;text-shadow:0 0 15px rgba(255,255,255,.8);margin-bottom:15px;text-align:center;margin-top:5rem}.services-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:white}.live-chat-hint{font-style:italic;margin-top:.5rem;color:white}.formulaire{margin:50px auto;padding:30px;background-color:rgba(255,255,255,.5);border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);font-family:Arial,sans-serif}.contact-title{font-size:2rem;font-weight:700;color:#0077b6;text-align:center;margin-bottom:25px;line-height:1.3;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.contact-title:after{content:" 👇";animation:bounce 1s infinite alternate;display:inline-block;padding-left:10px}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(8px)}}@media (max-width:480px){.contact-title{font-size:1.6rem}}form{display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;margin:0 auto;padding:0}form input[type=email],form input[type=text],form textarea{width:100%;padding:12px 15px;border:2px solid #ccc;border-radius:10px;font-size:1rem;transition:border-color .3s;box-sizing:border-box}form input[type=email]:focus,form input[type=text]:focus,form textarea:focus{border-color:#0077b6;outline:none}.button-container button{width:50%;padding:12px;display:block;margin:20px auto 0;padding:12px 20px;background-color:#0077b6;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s,transform .2s}.button-container button:hover{background-color:#0077b6;transform:translateY(-2px)}.asterix-container:last-of-type{font-size:.95rem;color:#555;text-align:center;margin-top:20px}.hidden{display:none}@media (max-width:600px){form input[type=email],form input[type=text],form textarea{font-size:.95rem;padding:10px 12px}}@media (max-width:480px){form input[type=email],form input[type=text],form textarea{font-size:.9rem;padding:8px 10px}.button-container button{font-size:.95rem;padding:10px}}.accroche{position:relative;display:inline-block;font-size:1rem;padding:10px 20px;white-space:nowrap;overflow:hidden;max-width:100%;font-weight:600;color:white;background-color:rgba(0,0,0,.6);animation:typing 7s steps(50)}.accroche:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:2px;height:1.3rem;background-color:white;animation:blink .7s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.section-wave{opacity:0;transform:translateX(-60px) translateY(10px) rotate(-2deg);animation:waveFloat 1.8s ease-out forwards}@keyframes waveFloat{0%{opacity:0;transform:translateX(-60px) translateY(10px) rotate(-2deg)}25%{opacity:1;transform:translateX(-30px) translateY(-8px) rotate(1deg)}50%{transform:translateX(-10px) translateY(6px) rotate(-1deg)}70%{transform:translateX(15px) translateY(-4px) rotate(1deg)}85%{transform:translateX(-5px) translateY(2px) rotate(-.5deg)}to{opacity:1;transform:translateX(0) translateY(0) rotate(0)}}@media (max-width:480px){.section-wave{transform:translateX(60px) translateY(10px) rotate(2deg);animation:waveFloatMobile 1.8s ease-out forwards}@keyframes waveFloatMobile{0%{opacity:0;transform:translateX(60px) translateY(10px) rotate(2deg)}25%{opacity:1;transform:translateX(30px) translateY(-8px) rotate(-1deg)}50%{transform:translateX(10px) translateY(6px) rotate(1deg)}70%{transform:translateX(-15px) translateY(-4px) rotate(-1deg)}85%{transform:translateX(5px) translateY(2px) rotate(.5deg)}to{opacity:1;transform:translateX(0) translateY(0) rotate(0)}}}.anchor-nav{text-align:left;background-color:rgba(0,0,0,.6);border-radius:12px;padding:1rem}.anchor-nav ul{list-style:none;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:0 0 0 1rem}.anchor-nav a{text-decoration:none;font-weight:500;transition:color .3s ease,border-bottom .3s ease;border-bottom:2px solid transparent;padding-bottom:2px;color:white}.anchor-nav a:focus,.anchor-nav a:hover{color:white;border-bottom:2px solid #0070f3}@media (max-width:768px){.anchor-nav ul{flex-direction:column;gap:1rem}}.services-rapides{display:flex;flex-wrap:wrap;gap:.8rem;padding:0;margin:1rem 0}.services-rapides li{background:#f4f8fc;padding:.5rem .9rem;border-radius:6px;font-weight:600;flex:1 1 auto;text-align:center;cursor:pointer;display:inline-block;transform:translateY(0);transition:transform .3s ease}.services-rapides:hover li{animation:wave .6s ease}@media (hover:hover) and (pointer:fine){.services-rapides li{display:inline-block;transform:translateY(0);transition:transform .3s ease}.services-rapides:hover li{animation:wave .6s ease forwards}}@media (hover:none) and (pointer:coarse){.services-rapides li{display:inline-block;transform:translateY(0);transition:transform .3s ease}.services-rapides:active li{animation:wave .6s ease forwards}}.services-rapides li:first-child{animation-delay:0s}.services-rapides li:nth-child(2){animation-delay:.1s}.services-rapides li:nth-child(3){animation-delay:.2s}.services-rapides li:nth-child(4){animation-delay:.3s}.services-rapides li:nth-child(5){animation-delay:.4s}.services-rapides li:nth-child(6){animation-delay:.5s}.services-rapides li:nth-child(7){animation-delay:.6s}.services-details{margin-top:1rem;padding-left:1.2rem}details{margin-top:1.2rem;padding:.8rem}details summary::-webkit-details-marker,details summary::marker{display:none}details summary{display:flex;align-items:center;font-weight:600;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.details-accueil summary:after{content:"▾";color:#0074d9;font-size:2.5rem;line-height:1;margin-left:.5rem;display:inline-block;transform:rotate(0deg);transition:transform .4s ease-in-out}details[open] summary:after{transform:rotate(180deg)}.details-parcours+.details-competences{margin-top:2rem;transition:margin .3s ease}h3{padding-bottom:1.5rem}.live-chat-hint{background-color:rgba(0,0,0,.6);color:#fff;padding:12px 16px;border-radius:12px;font-size:.95rem;box-shadow:0 4px 8px rgba(0,0,0,.2)}.highlight{border:2px solid #fff;border-left:6px solid #0077be;background:rgba(0,119,190,.1);padding:1rem;margin:1.5rem 0;font-weight:600;border-radius:.5rem;text-align:center}.highlight strong{color:#008cba}.highlight .emoji{font-size:2rem;vertical-align:middle;margin-right:.3rem}.accroche strong{color:#1fa2ff;font-weight:700}.services-details strong{color:#008cba}.cta-button{display:inline-block;background-color:#000;color:#fff;padding:.75rem 1.5rem;margin-top:1rem;border-radius:.5rem;text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#e5e7eb;color:#000}.header-subtitle_h2{background-color:rgba(0,123,255,.7);color:#fff;padding-left:2%}.rubrique{text-align:center;margin-bottom:1.5rem;font-size:2rem;color:#cceefff8}.header-subtitle{line-height:1.8;background:rgba(255,255,255,.5);padding:1rem;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.3);margin-top:1rem}.header-subtitle p{margin-left:1rem}.about-me-section{padding:0 1rem;color:#222;line-height:1.6;margin-top:24px}.about-me-section h2{color:#004e73;text-align:center;margin-bottom:1.5rem;font-size:2rem}.header-subtitle p,.header-subtitle ul{margin-bottom:1rem}.header-subtitle ul{list-style-type:none;padding-left:0;margin-left:0;font-weight:700}.target-section ul li{margin-top:2rem;line-height:1.6}.target-audience{margin:2rem 0}.cibles-rapides{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0}.cibles-rapides li{background:#f4f8fc;padding:.6rem 1rem;border-radius:8px;font-weight:600;flex:1 1 auto;text-align:center;cursor:pointer;display:inline-block;transform:translateY(0);transition:transform .3s ease}.cibles-rapides:hover li{animation:wave .6s ease forwards}@keyframes wave{0%{transform:translateY(0)}20%{transform:translateY(-10px)}40%{transform:translateY(0)}60%{transform:translateY(6px)}80%{transform:translateY(0)}to{transform:translateY(0)}}.cibles-rapides li:first-child{animation-delay:0s}.cibles-rapides li:nth-child(2){animation-delay:.1s}.cibles-rapides li:nth-child(3){animation-delay:.2s}.cibles-rapides li:nth-child(4){animation-delay:.3s}.cibles-rapides li:nth-child(5){animation-delay:.4s}.cibles-rapides li:nth-child(6){animation-delay:.5s}details{margin-top:1.5rem;border:2px solid #fff;border-radius:8px;padding:.8rem 1rem;cursor:pointer;font-size:1.4rem}details summary{font-weight:700;cursor:pointer}details[open]{background:#f9fcff;border-color:#bbb}.cibles-details{margin-top:1rem;padding-left:1.2rem}.important-note{margin-top:2rem;padding:1rem 1.2rem;border-left:4px solid #e63946;background-color:#fff5f5;color:#b71c1c;font-weight:500;border-radius:6px}.photo-intro-container{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:2rem;animation:fadeInUp 1s ease-out forwards;opacity:0;animation-delay:.3s}.photo-sarah{width:100px;height:auto;margin-bottom:.5rem;background-color:#0077be;border-radius:25%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.what-i-do-section{padding:4rem 2rem;margin:1rem auto 0;background-color:#ffffff80;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05);line-height:1.6}.what-i-do-section h2{font-size:2rem;margin-bottom:1.5rem;text-align:center;color:#004e73}.what-i-do-section h3{font-size:1.4rem;margin:2rem 0 .8rem;color:#1b2a41;border-left:4px solid #008cba;padding-left:.6rem}.what-i-do-section p{margin-bottom:1.2rem;font-size:1.1rem;color:#333}.what-i-do-section ul{list-style-type:none;padding-left:0;margin:1rem 0}.what-i-do-section ul li{position:relative;padding-left:1.6rem;margin-bottom:.8rem;font-size:1.05rem;color:#444;text-align:left}.what-i-do-section ul li:before{content:"•";position:absolute;left:0;color:#008cba;font-size:1.2rem;line-height:1}.services-rapides li:before{content:none!important}.services-rapides{list-style:none;padding-left:0;margin-left:0}.highlighted{color:#008cba;font-weight:600}strong.highlighted{background-color:#cceefff8;color:#000;font-weight:900;padding:0 4px;border-radius:4px}.highlight-text{text-decoration:underline;text-decoration-thickness:2px}.values-section{background:linear-gradient(135deg,rgba(0,123,255,.08),rgba(0,180,255,.15));padding:3rem 2rem;border-radius:1.5rem;margin:3rem auto;max-width:900px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08);position:relative;overflow:hidden}.values-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(0,153,255,.08),transparent 70%);animation:waveMove 12s ease-in-out infinite alternate;z-index:0}@keyframes waveMove{0%{transform:translateX(0) translateY(0) rotate(0deg)}to{transform:translateX(30px) translateY(20px) rotate(5deg)}}.values-section h2{font-size:2rem;font-weight:700;color:#004080;margin-bottom:2rem;position:relative;z-index:1}.values-section ul{list-style:none;padding:0;margin:0;position:relative;z-index:1}.values-section li{font-size:1.2rem;color:#1a1a1a;padding-left:2.5rem;position:relative;line-height:1.6;text-align:left;max-width:700px;margin:1rem auto}.values-section li:before{position:absolute;left:0;top:.2rem;font-size:1.3rem}@media (max-width:768px){.values-section{padding:2rem 1.2rem}.values-section h2{font-size:1.6rem}.values-section li{font-size:1rem;padding-left:2rem}}.cta-section{font-size:1.4rem;line-height:1.8;background-color:#008cff80;padding:1rem;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.3);margin-top:1rem;text-align:center}.cta-title{color:#000;font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-text{color:white;font-size:1.4rem;margin-bottom:1rem}.cta-section a{color:white;text-decoration:none;font-weight:700;background-color:#000;padding:.8rem 2rem;border-radius:999px;display:inline-block;transition:background-color .3s ease}.footer-image-container{text-align:center;margin:3rem 0 2rem}.footer-image{max-width:100%;height:auto;border-radius:1rem}.paragraph-spacing{padding-top:1.5rem;font-size:1rem}ul{padding-left:0;margin-left:0;color:#000;font-weight:700}@media (max-width:1200px){.header h1{font-size:2.8rem}.accroche{font-size:1.2rem;border-right:none;animation:none!important;white-space:normal;overflow:visible;width:auto}.accroche:after{display:none;content:none}}@media (min-width:480px) and (max-width:768px){.header ul{text-align:left}.header h1{font-size:2rem;margin-top:-127px}.accroche{font-size:1.2rem;border-right:none;animation:none!important;white-space:normal;overflow:visible;width:auto}.header-subtitle{font-size:1.3rem;line-height:1.6}}@media (max-width:480px){.about-me-section h2{text-align:left;font-weight:600;margin-bottom:1.5rem;padding-left:1rem;font-size:1.3rem}.accroche{font-size:1.2rem;border-right:none;animation:none!important;white-space:normal;overflow:visible;width:auto}.rubrique{text-align:left;margin-bottom:1.5rem;padding-left:1rem;font-size:1.3rem;font-weight:600}.services-rapides li:active{animation:wave .6s ease}.header h1{font-size:1.5rem;text-shadow:none}.photo-intro-container{align-items:center}.photo-sarah{width:50px}.home-container{margin:0;padding-top:3rem}}.target-section{background-color:#ffffffcc;border-radius:1rem;padding:3rem 2rem;margin:2rem auto;box-shadow:0 4px 12px rgba(0,0,0,.07);color:#222;font-weight:500;line-height:1.6;text-align:left}.target-section h2{font-size:2rem;margin-bottom:1.5rem;color:#004e73;text-align:center}.target-section p{margin-bottom:1.2rem;font-size:1.1rem;color:#333}.target-section ul{list-style-type:none;padding-left:0;margin:1.5rem 0;font-weight:600}.target-section ul li{position:relative;font-size:1.05rem}.target-section ul li:before{content:"";position:absolute;left:0;top:.2rem;font-size:1.3rem;line-height:1;color:#008cba}.target-section p.open-invitation{font-style:italic;color:#005f88;background-color:#d0eaff80;border-left:4px solid #008cff;padding:1rem 1.5rem;margin-top:1.5rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,140,255,.3);font-weight:600;max-width:700px}.target-section ul li strong{color:#008cba;font-weight:700;padding:0 4px;border-radius:4px}.faq-section{margin:4rem 0;padding:2rem;background:rgba(255,255,255,.8);border-radius:1rem}.faq-section h2{font-size:1.8rem;margin-bottom:1.5rem}.faq-item{margin-bottom:1rem;cursor:pointer;padding:1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 0 5px rgba(0,0,0,.05)}.faq-item h3{margin:0;font-size:1.2rem}.faq-answer{display:none;margin-top:.5rem;color:#444;transition:all .3s ease}@media (max-width:768px){.target-section{padding:2rem 1.5rem;max-width:100%}.target-section h2{font-size:1.7rem}.target-section p,.target-section ul li{font-size:1rem}}@media (max-width:480px){.home-container{margin-top:3rem}.about-me-section{color:#222;margin-top:24px;padding:0;line-height:1.6}.header-subtitle_h2{color:#fff;background-color:#007bffb3;padding-left:2%;font-size:.8rem}.paragraph-spacing{font-size:1rem}.target-section{padding:1.5rem 1rem}.target-section h2{font-size:1.5rem}.target-section p,.target-section ul li{font-size:.95rem}}.welcome-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(180deg,#ff6a00 0,#ff9a3c 20%,#004080);color:black;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;z-index:1000}.h2-welcome{font-size:2rem;border-left:none!important}.p-welcome{font-size:1.5rem;margin-bottom:2rem;max-width:600px;color:white;margin-top:2rem;font-weight:700}.welcome-button{margin-top:48px;padding:12px 24px;font-size:1rem;font-weight:600;color:white;background:linear-gradient(120deg,#005fa3,#007fcc);border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 10px rgba(0,64,128,.2);transition:background .25s ease,box-shadow .25s ease;touch-action:manipulation}.welcome-button:hover{background:linear-gradient(120deg,#004d99,#006bbf);box-shadow:0 6px 14px rgba(0,64,128,.25)}.welcome-button:active{background:linear-gradient(120deg,#003f7a,#005fa3);box-shadow:0 2px 6px rgba(0,64,128,.15)}@media (max-width:768px){.welcome-screen{background:linear-gradient(180deg,#ff6a00 0,#ff9a3c 30%,rgb(104,172,241) 70%,rgb(104,172,241))}}.welcome-screen h2.welcome{margin-bottom:5rem}@media (max-width:768px){.welcome-button{padding:8px 16px;font-size:.875rem}}@media (max-width:480px){.h2-welcome{font-size:1rem}.p-welcome{font-size:.7rem;margin-bottom:2rem;max-width:500px}.welcome-button{padding:6px 12px;font-size:.75rem;border-radius:4px}}@media (max-width:360px){.welcome-button{padding:4px 10px;font-size:.7rem}}