
html,body{max-width:100%;overflow-x:hidden;height:100%;font-size:15px;}*{box-sizing:border-box;}#body-index,#body-particularite{font-family:'Signika', sans-serif;font-size:0.95rem;line-height:1.5;margin:0;padding:0;min-height:100%;}#body-index{margin:0;font-family:sans-serif;background:url("../img/landing_pic.png") no-repeat center center fixed;background-size:cover;color:#222;}.overlay-index-index{background-color:rgba(255, 255, 255, 0.2);min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem;}@-moz-document url-prefix(){.overlay-index-index{min-height:calc(100dvh - 1px);}}ul.landing-list{display:flex;flex-direction:column;gap:2rem;background-color:rgba(255, 255, 255, 0.5);border-radius:1rem;padding:2rem;box-shadow:0 0 15px rgba(0, 0, 0, 0.2);max-width:500px;width:100%;}ul.landing-list li{display:flex;align-items:center;gap:1rem;font-size:1.2rem;}ul.landing-list li i{font-size:32px;color:#3ba39c;min-width:32px;text-align:center;}.cooker{width:32px;height:32px;display:block;margin:auto;}ul.landing-list li a{color:#161650;text-decoration:none;font-weight:bold;}.tooltip-wrap{position:relative;display:flex;align-items:center;gap:1rem;font-size:1.2rem;cursor:pointer;outline:none;}.tooltip-wrap svg{width:32px;height:32px;display:block;margin:auto;flex-shrink:0;}.tooltip{position:absolute;top:120%;left:0;z-index:10;background:#fff;border:1px solid #3ba39c;border-radius:6px;padding:1rem;width:260px;font-size:1rem;color:#333;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);display:none;}.tooltip a{display:inline-block;margin-top:0.5rem;color:#3ba39c;font-weight:bold;text-decoration:underline;}.tooltip-wrap:focus-within .tooltip{display:block;}.tooltip-wrap > a{pointer-events:none;}.tooltip-wrap:focus-within > a{pointer-events:auto;}@media (hover:hover){.tooltip-wrap:hover .tooltip{display:block;}.tooltip-wrap:hover > a{pointer-events:auto;}}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0, 0, 0, 0.7);display:none;justify-content:center;align-items:center;z-index:1000;opacity:0;transition:opacity 0.4s ease;}.lightbox.show{display:flex !important;opacity:1;}.lightbox-content{background:white;width:90vw;max-width:900px;max-height:90vh;overflow:hidden;padding:1rem;position:relative;border-radius:10px;display:flex;flex-direction:column;transform:scale(0.95);animation:scaleIn 0.3s ease forwards;}@keyframes scaleIn{to{transform:scale(1);}}iframe#cvEmbed{width:100%;height:70vh;border:none;flex:1 1 auto;}.lightbox-buttons{display:flex;justify-content:center;gap:10px;margin-top:1rem;flex-wrap:wrap;}.lightbox-buttons button{background:#3ba39c;border:none;padding:0.5rem 1rem;color:white;border-radius:5px;cursor:pointer;}.close-btn{position:absolute;top:1em;right:1em;width:2.5em;height:2.5em;background:#3ba39c;color:white;border:none;border-radius:50%;font-size:1.5em;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;}@media (min-width:1024px){.lightbox-content{width:70vw;}}@media (max-width:767px),(hover: none) and (pointer:coarse){iframe#cvEmbed{height:60vh !important;}}#body-particularite{margin:0;background:#f0f0f0;}.top-bar{width:100%;padding:1rem;padding-top:1.5rem;text-align:right;background-color:#ffffffcc;}.top-bar a{display:inline-block;background-color:#3ba39c;color:white;padding:0.6rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color 0.3s ease;}.top-bar a:hover{background-color:#328c85;}.overlay{position:absolute;right:0;top:0;width:33.3%;height:100%;background-color:rgba(255, 255, 255, 0.5);padding:0.75rem 1rem 0.75rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:#222;backdrop-filter:blur(2px);z-index:2;}.overlay h2{color:#3ba39c;margin-bottom:0.4rem;margin-top:0;}.overlay p{margin:0.25rem 0 0.25rem 0;}.overlay a{display:inline-flex;align-items:center;gap:0.5rem;background-color:rgba(59, 163, 156, 0.9);color:#fff;text-decoration:none;padding:0.5rem 0.85rem;border-radius:12px;font-weight:600;font-size:1rem;margin-top:0.5rem;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);transition:transform 0.2s ease;position:relative;z-index:1;}.overlay a::before{content:"🔗";font-size:1.2rem;transform:translateY(1px);}.overlay a:hover{transform:scale(1.05);}@media screen and (max-width:768px){.overlay{width:100%;}}.carousel{position:relative;overflow:hidden;width:100%;max-width:960px;margin:0 auto 2rem auto;border-radius:10px;box-shadow:0 0 15px rgba(0, 0, 0, 0.1);background-color:white;min-height:400px;}.carousel-track{display:flex;transition:transform 0.4s ease-in-out;}.carousel-slide{min-width:100%;position:relative;overflow:hidden;}.carousel-slide img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;max-height:80vh;}.slide-content{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap;padding:1rem 0;}.video-wrapper{flex:1 1 400px;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);min-width:300px;}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.carousel-controls{position:absolute;bottom:1rem;left:0;width:100%;display:flex;justify-content:center;gap:1rem;z-index:3;}.carousel-button{background:#3ba39c;color:white;border:none;padding:0.5rem 1rem;cursor:pointer;font-size:1.2rem;border-radius:5px;}.carousel-button:hover{opacity:0.9;}@media screen and (max-width:768px){.overlay{position:relative;width:100%;height:auto;}.carousel-controls{position:relative;margin-top:1rem;padding-bottom:1rem;}.carousel-button{font-size:1rem;padding:0.4rem 0.8rem;}}#body-quiz,#body-result{background-color:#f0f0f0;font-family:'Signika', sans-serif;padding:2rem;max-width:800px;margin:auto;}h1{color:#3ba39c;text-align:center;margin-bottom:2rem;}form{display:flex;flex-direction:column;gap:1.5rem;}.question-block{background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);}.question-title{font-weight:bold;color:#161650;margin-bottom:0.75rem;}label{display:block;margin-top:0.5rem;cursor:pointer;}button{background-color:#3ba39c;color:white;padding:1em;margin-bottom:3.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;align-self:center;}button:hover{background-color:#328c85;}.top-bar2{width:100%;padding:1rem;padding-top:1.5rem;text-align:right;background-color:transparent;}.top-bar2 a{display:inline-block;background-color:#3ba39c;color:white;padding:0.6rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color 0.3s ease;}.top-bar2 a:hover{background-color:#328c85;}.result-block{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}.result-block h2{color:#161650;margin-top:0;}.result-block p{margin:0.5rem 0;}.icon{font-size:2rem;color:#3ba39c;margin-bottom:1rem;}.inspiration{background-color:#f9f9f9;border-left:4px solid #3ba39c;padding:1rem;margin-top:2rem;border-radius:6px;}.replay-btn{margin-top:2rem;display:flex;justify-content:center;}.replay-btn a{background-color:#3ba39c;color:white;padding:0.7rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;}