@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brun-fonce: #2b1810;--brun-table: #4a2f1f;--orange-vif: #d9731f;--orange-clair: #f0a868;--jaune-jeu: #e8c93a;--rouge-pion: #c0392b;--creme: #f5f0e8;--creme-fonce: #e8e0d0;--marron-doux: #b09a86;--blanc: #ffffff;--font-titre: "Fredoka", sans-serif;--font-corps: "Nunito", sans-serif}html{scroll-behavior:smooth}.proj-ludotheque .skip-link{position:absolute;top:-9999px;left:-9999px;z-index:99999;background:var(--jaune-jeu);color:var(--brun-fonce);padding:.75rem 1.5rem;font-family:var(--font-corps);font-weight:700;text-decoration:none}.proj-ludotheque .skip-link:focus{top:1rem;left:1rem}.proj-ludotheque .ludo-modal-dialog{border:none;background:transparent;padding:0;max-width:100vw;max-height:100vh}.proj-ludotheque .ludo-modal-dialog::backdrop{background:#2b1810e0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.proj-ludotheque .ludo-modal-box{background:var(--creme);border-top:6px solid var(--jaune-jeu);padding:2.5rem 2rem 2rem;text-align:center;max-width:380px;width:calc(100vw - 3rem);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:12px}.proj-ludotheque .ludo-modal-box h2{font-family:var(--font-titre);font-size:1.5rem;font-weight:700;color:var(--brun-fonce)}.proj-ludotheque .ludo-modal-box p{font-family:var(--font-corps);font-size:1rem;line-height:1.8;color:var(--brun-table)}.proj-ludotheque .ludo-modal-deco{display:flex;gap:1rem;font-size:1.5rem;color:var(--orange-vif);margin-bottom:.25rem}.proj-ludotheque .ludo-modal-fermer{background:var(--brun-fonce);color:var(--creme);border:none;padding:.7rem 2.5rem;border-radius:50px;font-family:var(--font-corps);font-weight:700;font-size:1rem;cursor:pointer;transition:background .25s;margin-top:.5rem}.proj-ludotheque .ludo-modal-fermer:hover{background:var(--orange-vif)}.proj-ludotheque .ludo-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:76px;background:var(--brun-fonce);border-bottom:3px solid var(--orange-vif)}.proj-ludotheque .ludo-logo{display:flex;align-items:center;gap:.85rem}.proj-ludotheque .ludo-logo-icone{width:44px;height:44px;background:var(--orange-vif);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.proj-ludotheque .ludo-logo-texte{display:flex;flex-direction:column;line-height:1}.proj-ludotheque .ludo-logo-nom{font-family:var(--font-titre);font-size:1.25rem;font-weight:700;color:var(--creme);letter-spacing:.01em}.proj-ludotheque .ludo-logo-sous{font-family:var(--font-corps);font-size:1rem;color:var(--marron-doux);margin-top:3px;letter-spacing:.05em}.proj-ludotheque .ludo-nav-desktop{display:flex;gap:2rem;align-items:center}.proj-ludotheque .ludo-nav-lien{font-family:var(--font-corps);font-size:1rem;font-weight:600;color:#f5f0e8bf;text-decoration:none;transition:color .25s;position:relative;padding-bottom:2px}.proj-ludotheque .ludo-nav-lien:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--jaune-jeu);transition:width .3s}.proj-ludotheque .ludo-nav-lien:hover{color:var(--jaune-jeu)}.proj-ludotheque .ludo-nav-lien:hover:after{width:100%}.proj-ludotheque .ludo-header-cta{font-family:var(--font-corps);font-weight:700;font-size:1rem;background:var(--jaune-jeu);color:var(--brun-fonce);border:none;padding:.6rem 1.6rem;border-radius:50px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .25s,transform .2s}.proj-ludotheque .ludo-header-cta:hover{background:var(--orange-clair);transform:translateY(-1px)}.proj-ludotheque .ludo-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:36px;height:36px}.proj-ludotheque .ludo-hamburger span{display:block;width:22px;height:2px;background:var(--creme);transition:all .3s}.proj-ludotheque .ludo-nav-mobile{display:none;position:fixed;top:76px;left:0;right:0;background:var(--brun-fonce);border-bottom:2px solid var(--orange-vif);flex-direction:column;padding:1rem 5%;z-index:199;gap:0}.proj-ludotheque .ludo-nav-mobile.ouvert{display:flex}.proj-ludotheque .ludo-nav-mobile .ludo-nav-lien{padding:.9rem 0;border-bottom:1px solid rgba(245,240,232,.08);display:block}.proj-ludotheque .ludo-nav-mobile .ludo-nav-lien:last-of-type{border-bottom:none}.proj-ludotheque .ludo-hero{min-height:100vh;padding-top:76px;background:var(--brun-fonce);display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden}.proj-ludotheque .ludo-hero-contenu{padding:2rem 6% 2rem 8%;position:relative;z-index:2}.proj-ludotheque .ludo-eyebrow{font-family:var(--font-corps);font-size:1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-clair);margin-bottom:1rem;display:flex;align-items:center;gap:.8rem;animation:slideUp .7s .1s both}.proj-ludotheque .ludo-eyebrow:before{content:"";width:24px;height:3px;background:var(--jaune-jeu);border-radius:2px}.proj-ludotheque .ludo-hero-titre{font-family:var(--font-titre);font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:700;line-height:1;color:var(--creme);margin-bottom:1.25rem;animation:slideUp .7s .25s both}.proj-ludotheque .ludo-hero-titre em{font-style:normal;color:var(--jaune-jeu);display:block}.proj-ludotheque .ludo-hero-desc{font-family:var(--font-corps);font-size:1.05rem;line-height:1.7;color:#f5f0e8b8;text-align:justify;margin-bottom:1.5rem;animation:slideUp .7s .4s both}.proj-ludotheque .ludo-hero-btns{display:flex;gap:1rem;margin-bottom:2rem;animation:slideUp .7s .55s both;flex-wrap:wrap}.proj-ludotheque .ludo-hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem;list-style:none;animation:slideUp .7s .7s both}.proj-ludotheque .ludo-stat{border-left:3px solid var(--orange-vif);padding-left:1rem}.proj-ludotheque .ludo-stat-val{display:block;font-family:var(--font-titre);font-size:1.8rem;font-weight:700;color:var(--jaune-jeu);line-height:1}.proj-ludotheque .ludo-stat-label{display:block;font-family:var(--font-corps);font-size:1rem;color:var(--marron-doux);margin-top:.2rem}.proj-ludotheque .ludo-hero-visuel{position:relative;height:calc(100vh - 68px);align-self:center;overflow:hidden}.proj-ludotheque .ludo-hero-visuel img{width:100%;height:100%;object-fit:cover;object-position:center top;animation:heroZoom 12s ease-out forwards}.proj-ludotheque .ludo-hero-visuel:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(43,24,16,.55) 0%,transparent 40%);z-index:1}@keyframes heroZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}.proj-ludotheque .ludo-hero-badge{position:absolute;bottom:3rem;left:-.5rem;z-index:3;background:var(--rouge-pion);color:var(--blanc);padding:1rem 1.5rem 1rem 2rem;border-radius:0 8px 8px 0;display:flex;align-items:center;gap:.75rem;animation:slideRight .8s 1s both}.proj-ludotheque .ludo-badge-icone{font-size:1.5rem;opacity:.85}.proj-ludotheque .ludo-badge-texte{font-family:var(--font-corps);font-size:1rem;font-weight:700;line-height:1.3}.proj-ludotheque .ludo-hero-deco{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.proj-ludotheque .ludo-deco-hexa{position:absolute;top:15%;left:48%;width:180px;height:180px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#d9731f14;animation:tourneLent 20s linear infinite}.proj-ludotheque .ludo-deco-cercle{position:absolute;bottom:10%;right:5%;width:120px;height:120px;border-radius:50%;border:2px solid rgba(232,201,58,.12);animation:tourneLent 30s linear infinite reverse}.proj-ludotheque .ludo-deco-triangle{position:absolute;top:60%;left:44%;width:0;height:0;border-left:35px solid transparent;border-right:35px solid transparent;border-bottom:60px solid rgba(192,57,43,.08);animation:flotteHaut 6s ease-in-out infinite}.proj-ludotheque .ludo-btn-primaire{font-family:var(--font-corps);font-weight:700;font-size:1rem;background:var(--jaune-jeu);color:var(--brun-fonce);border:none;padding:.85rem 2rem;border-radius:50px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .25s,transform .2s}.proj-ludotheque .ludo-btn-primaire:hover{background:var(--orange-clair);transform:translateY(-2px)}.proj-ludotheque .ludo-btn-secondaire{font-family:var(--font-corps);font-weight:700;font-size:1rem;background:var(--jaune-jeu);color:var(--brun-fonce);border:none;padding:.85rem 2rem;border-radius:50px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .25s,transform .2s}.proj-ludotheque .ludo-btn-secondaire:hover{background:var(--orange-clair);transform:translateY(-2px)}.proj-ludotheque .ludo-ruban{background:var(--orange-vif);overflow:hidden;height:50px;display:flex;align-items:center}.proj-ludotheque .ludo-ruban-track{display:flex;animation:rubanDefile 28s linear infinite;white-space:nowrap}.proj-ludotheque .ludo-ruban-item{font-family:var(--font-titre);font-size:1rem;font-weight:600;color:#f5f0e8e6;padding:0 2.5rem;display:flex;align-items:center;gap:.75rem}.proj-ludotheque .ludo-ruban-item:after{content:"◈";color:var(--jaune-jeu);font-size:1rem}.proj-ludotheque .ludo-section-services{padding:8rem 6%;background:var(--creme);position:relative}.proj-ludotheque .ludo-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:5rem}.proj-ludotheque .ludo-services-intro{font-family:var(--font-corps);font-size:1rem;line-height:1.9;color:#6b5240;padding-top:3.5rem;text-align:justify}.proj-ludotheque .ludo-section-label{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--rouge-pion);margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;gap:.6rem}.proj-ludotheque .ludo-section-label:before{content:"";width:18px;height:3px;background:var(--rouge-pion);border-radius:2px}.proj-ludotheque .ludo-section-label.ludo-section-label--clair{color:var(--orange-clair)}.proj-ludotheque .ludo-section-label.ludo-section-label--clair:before{background:var(--orange-clair)}.proj-ludotheque .ludo-section-titre{font-family:var(--font-titre);font-size:clamp(2rem,3.2vw,3.2rem);font-weight:700;line-height:1.1;color:var(--brun-fonce);text-align:center}.proj-ludotheque .ludo-section-titre em{font-style:normal;color:var(--orange-vif)}.proj-ludotheque .ludo-section-titre.ludo-section-titre--clair{color:var(--creme)}.proj-ludotheque .ludo-section-titre.ludo-section-titre--clair em{color:var(--jaune-jeu)}.proj-ludotheque .ludo-services-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--creme-fonce);list-style:none}.proj-ludotheque .ludo-service-carte{background:var(--blanc);padding:2.5rem 2rem;position:relative;transition:background .3s;overflow:hidden}.proj-ludotheque .ludo-service-carte:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--jaune-jeu);transition:width .4s}.proj-ludotheque .ludo-service-carte:hover{background:var(--creme)}.proj-ludotheque .ludo-service-carte:hover:after{width:100%}.proj-ludotheque .ludo-service-icone{display:block;font-size:2rem;color:var(--orange-vif);margin-bottom:.5rem;line-height:1}.proj-ludotheque .ludo-service-num{display:block;font-family:var(--font-titre);font-size:3rem;font-weight:700;color:#d9731f1f;line-height:1;margin-bottom:.75rem;position:absolute;top:1.5rem;right:1.5rem}.proj-ludotheque .ludo-service-nom{font-family:var(--font-titre);font-size:1.2rem;font-weight:600;color:var(--brun-fonce);margin-bottom:.75rem}.proj-ludotheque .ludo-service-desc{font-family:var(--font-corps);font-size:1rem;line-height:1.85;text-align:justify}.proj-ludotheque .ludo-section-catalogue{background:var(--brun-fonce);padding:8rem 6%;position:relative}.proj-ludotheque .ludo-catalogue-header{max-width:600px;margin-bottom:4rem}.proj-ludotheque .ludo-catalogue-desc{font-family:var(--font-corps);font-size:1rem;line-height:1.9;color:#f5f0e8b3;margin-top:1.25rem}.proj-ludotheque .ludo-jeux-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;margin-bottom:3.5rem}.proj-ludotheque .ludo-jeu-carte{background:var(--brun-table);border-radius:12px;overflow:hidden;transition:transform .3s}.proj-ludotheque .ludo-jeu-carte:hover{transform:translateY(-4px)}.proj-ludotheque .ludo-jeu-figure{position:relative;overflow:hidden;aspect-ratio:4 / 3}.proj-ludotheque .ludo-jeu-figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}.proj-ludotheque .ludo-jeu-figure:hover img{transform:scale(1.05)}.proj-ludotheque .ludo-jeu-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(43,24,16,.8) 100%);display:flex;align-items:flex-end;padding:1rem}.proj-ludotheque .ludo-jeu-categorie{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--jaune-jeu)}.proj-ludotheque .ludo-jeu-infos{padding:1.25rem 1.5rem 1.5rem}.proj-ludotheque .ludo-jeu-titre{font-family:var(--font-titre);font-size:1.1rem;font-weight:600;color:var(--creme);margin-bottom:.75rem}.proj-ludotheque .ludo-jeu-meta{display:flex;gap:1rem;margin-bottom:1rem;list-style:none}.proj-ludotheque .ludo-meta-item dt{font-family:var(--font-corps);font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--marron-doux);margin-bottom:.1rem}.proj-ludotheque .ludo-meta-item dd{font-family:var(--font-corps);font-size:1rem;font-weight:700;color:var(--creme)}.proj-ludotheque .ludo-jeu-cta{font-family:var(--font-corps);font-weight:700;font-size:1rem;background:none;color:var(--orange-clair);border:1.5px solid var(--orange-vif);padding:.5rem 1.25rem;border-radius:50px;cursor:pointer;transition:all .25s;width:100%}.proj-ludotheque .ludo-jeu-cta:hover{background:var(--orange-vif);color:var(--creme)}.proj-ludotheque .ludo-catalogue-footer{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.proj-ludotheque .ludo-catalogue-mention{font-family:var(--font-corps);font-size:1rem;color:#f5f0e8b3}.proj-ludotheque .ludo-catalogue-mention strong{color:var(--jaune-jeu)}.proj-ludotheque .ludo-section-ambiance{display:grid;grid-template-columns:55fr 45fr;min-height:32vh}.proj-ludotheque .ludo-ambiance-photo{position:relative;height:650px;align-self:center;overflow:hidden}.proj-ludotheque .ludo-ambiance-photo img{width:100%;height:100%;object-fit:cover;transform:scale(1.03);transition:transform 5s ease;display:block}.proj-ludotheque .ludo-ambiance-photo:hover img{transform:scale(1)}.proj-ludotheque .ludo-ambiance-texte{background:var(--creme);padding:3rem 7%;display:flex;flex-direction:column;justify-content:center;text-align:justify}.proj-ludotheque .ludo-ambiance-texte p{font-family:var(--font-corps);font-size:1rem;line-height:1.8;margin:1rem 0 1.5rem;text-align:justify}.proj-ludotheque .ludo-ambiance-atouts{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.proj-ludotheque .ludo-ambiance-atouts li{font-family:var(--font-corps);font-size:1rem;font-weight:600;color:var(--brun-fonce);display:flex;align-items:center;gap:.75rem}.proj-ludotheque .ludo-ambiance-atouts li span{color:var(--orange-vif);font-size:1rem}.proj-ludotheque .ludo-section-tarifs{padding:8rem 6%;background:var(--creme);text-align:center}.proj-ludotheque .ludo-tarifs-intro{font-family:var(--font-corps);font-size:1rem;margin:1rem auto 2rem;line-height:1.8}.proj-ludotheque .ludo-tarifs-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;max-width:960px;margin:0 auto 2.5rem}.proj-ludotheque .ludo-tarif-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:var(--jaune-jeu);color:var(--brun-fonce);font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem 1rem;border-radius:0 0 8px 8px}.proj-ludotheque .ludo-tarif-nom{font-family:var(--font-titre);font-size:1.3rem;font-weight:700;color:var(--brun-fonce);margin-bottom:1rem;margin-top:.75rem}.proj-ludotheque .ludo-tarif-prix{display:flex;align-items:baseline;gap:.35rem;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid var(--creme-fonce)}.proj-ludotheque .ludo-tarif-montant{font-family:var(--font-titre);font-size:2.8rem;font-weight:700;color:var(--brun-fonce);line-height:1}.proj-ludotheque .ludo-tarif-carte .ludo-tarif-periode{font-family:var(--font-corps);font-size:1rem;color:#8a7060}.proj-ludotheque .ludo-tarif-carte .ludo-tarif-avantages{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.proj-ludotheque .ludo-tarif-carte .ludo-tarif-avantages li{font-family:var(--font-corps);font-size:1rem;color:#6b5240;display:flex;align-items:flex-start;gap:.6rem;line-height:1.5}.proj-ludotheque .ludo-tarif-carte .ludo-tarif-avantages li span{color:var(--orange-vif);flex-shrink:0;margin-top:1px}.proj-ludotheque .ludo-tarif-carte{background:var(--blanc);border:2px solid var(--creme-fonce);border-radius:16px;padding:2.5rem 2rem;text-align:left;position:relative;display:flex;flex-direction:column;transition:border-color .3s,transform .3s}.proj-ludotheque .ludo-tarif-carte:hover{border-color:var(--orange-vif);transform:translateY(-4px)}.proj-ludotheque .ludo-tarif-carte>.ludo-btn-primaire,.proj-ludotheque .ludo-tarif-carte>.ludo-btn-secondaire{margin-top:auto;text-align:center}.proj-ludotheque .ludo-tarif-carte.accentue{background:var(--brun-fonce);border-color:var(--orange-vif)}.proj-ludotheque .ludo-tarif-carte.accentue .ludo-tarif-nom,.proj-ludotheque .ludo-tarif-carte.accentue .ludo-tarif-montant,.proj-ludotheque .ludo-tarif-carte.accentue .ludo-tarif-avantages li{color:var(--creme)}.proj-ludotheque .ludo-tarif-carte.accentue .ludo-tarif-periode{color:var(--marron-doux)}.proj-ludotheque .ludo-tarif-carte.accentue .ludo-tarif-avantages li span{color:var(--jaune-jeu)}.proj-ludotheque .ludo-tarifs-essai{font-family:var(--font-corps);font-size:1rem;color:#8a7060;font-style:italic;margin:0 auto}.proj-ludotheque .ludo-section-temoignages{background:var(--brun-table);padding:8rem 6%;position:relative;overflow:hidden}.proj-ludotheque .ludo-temoignages-inner{max-width:720px;margin:0 auto;position:relative;z-index:2}.proj-ludotheque .ludo-temoignage-slider{margin-top:3rem;text-align:center}.proj-ludotheque .ludo-temoignage-etoiles{color:var(--jaune-jeu);font-size:1.2rem;letter-spacing:.15rem;margin-bottom:1.5rem}.proj-ludotheque .ludo-temoignage-texte{font-family:var(--font-corps);font-size:clamp(1.05rem,2vw,1.3rem);font-style:italic;font-weight:600;color:var(--creme);line-height:1.8;margin-bottom:1.5rem}.proj-ludotheque .ludo-temoignage-auteur{font-family:var(--font-corps);font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-clair);display:block;margin-bottom:2rem}.proj-ludotheque .ludo-temoignage-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.proj-ludotheque .ludo-temoignage-btn{background:none;border:2px solid rgba(245,240,232,.2);color:var(--creme);width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .25s}.proj-ludotheque .ludo-temoignage-btn:hover{border-color:var(--jaune-jeu);color:var(--jaune-jeu)}.proj-ludotheque .ludo-temoignage-dots{display:flex;gap:.5rem}.proj-ludotheque .ludo-dot{width:8px;height:8px;border-radius:50%;border:none;background:#f5f0e840;cursor:pointer;transition:background .25s;padding:0}.proj-ludotheque .ludo-dot.actif{background:var(--jaune-jeu);width:24px;border-radius:4px}.proj-ludotheque .ludo-temoignages-deco{position:absolute;inset:0;pointer-events:none;z-index:1}.proj-ludotheque .ludo-deco-losange{position:absolute;right:6%;top:20%;width:100px;height:100px;background:#e8c93a0f;transform:rotate(45deg);animation:flotteHaut 7s ease-in-out infinite}.proj-ludotheque .ludo-deco-hexa-sm{position:absolute;left:4%;bottom:15%;width:70px;height:70px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#d9731f1a;animation:tourneLent 25s linear infinite}.proj-ludotheque .ludo-section-contact{background:var(--brun-fonce);padding:8rem 6%;display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:center}.proj-ludotheque .ludo-contact-titre{color:var(--creme)}.proj-ludotheque .ludo-contact-titre em{color:var(--jaune-jeu)}.proj-ludotheque .ludo-contact-desc{font-family:var(--font-corps);font-size:1rem;line-height:1.9;color:#f5f0e8b3;margin:1.25rem 0 2.5rem;text-align:justify}.proj-ludotheque .ludo-contact-coords{display:flex;flex-direction:column;gap:0;font-style:normal}.proj-ludotheque .ludo-coord-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid rgba(245,240,232,.08)}.proj-ludotheque .ludo-coord-item:first-child{border-top:1px solid rgba(245,240,232,.08)}.proj-ludotheque .ludo-coord-icone{font-size:1.1rem;color:var(--orange-clair);flex-shrink:0;margin-top:2px}.proj-ludotheque .ludo-coord-contenu{display:flex;flex-direction:column}.proj-ludotheque .ludo-coord-label{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--marron-doux);margin-bottom:.2rem}.proj-ludotheque .ludo-coord-valeur{font-family:var(--font-corps);font-size:1rem;font-weight:600;color:var(--creme)}.proj-ludotheque .ludo-footer{background:#180d07;padding:5rem 6% 2rem}.proj-ludotheque .ludo-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:2rem}.proj-ludotheque .ludo-footer-brand-nom{font-family:var(--font-titre);font-size:1.3rem;font-weight:700;color:var(--creme);margin-bottom:1rem}.proj-ludotheque .ludo-footer-brand p{font-family:var(--font-corps);font-size:1rem;line-height:1.9;color:#f5f0e88c}.proj-ludotheque .ludo-footer-col h3{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange-clair);margin-bottom:1.5rem}.proj-ludotheque .ludo-footer-col ul{list-style:none}.proj-ludotheque .ludo-footer-col ul li{font-family:var(--font-corps);font-size:1rem;line-height:2.4;color:#f5f0e899}.proj-ludotheque .ludo-footer-lien{background:none;border:none;color:#f5f0e899;font-family:var(--font-corps);font-size:1rem;cursor:pointer;transition:color .25s;padding:0;text-decoration:none;line-height:2.4;display:block}.proj-ludotheque .ludo-footer-lien:hover{color:var(--jaune-jeu)}.proj-ludotheque .ludo-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1rem}.proj-ludotheque .ludo-footer-bottom small{font-family:var(--font-corps);font-size:1rem;color:#f5f0e859}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes rubanDefile{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tourneLent{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes flotteHaut{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.proj-ludotheque .fade-in{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.proj-ludotheque .fade-in.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.proj-ludotheque *,.proj-ludotheque *:before,.proj-ludotheque *:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}@media(max-width:767px){.proj-ludotheque .ludo-header{padding:0 4%;height:60px}.proj-ludotheque .ludo-nav-desktop{display:none}.proj-ludotheque .ludo-hamburger{display:flex}.proj-ludotheque .ludo-nav-mobile{top:60px}.proj-ludotheque .ludo-logo-sous{display:none}.proj-ludotheque .ludo-logo-nom{font-size:1.05rem}.proj-ludotheque .ludo-logo-icone{width:36px;height:36px;font-size:1.1rem}.proj-ludotheque .ludo-header-cta{display:none}.proj-ludotheque .ludo-hero{grid-template-columns:1fr;padding-top:60px;min-height:auto}.proj-ludotheque .ludo-hero-contenu{padding:3rem 5%;order:2}.proj-ludotheque .ludo-hero-visuel{order:1;height:52vw;min-height:200px}.proj-ludotheque .ludo-hero-visuel img{object-position:center 60%}.proj-ludotheque .ludo-hero-stats{grid-template-columns:repeat(2,1fr)}.proj-ludotheque .ludo-hero-titre{font-size:clamp(2.6rem,10vw,3.5rem)}.proj-ludotheque .ludo-hero-btns{flex-direction:column}.proj-ludotheque .ludo-hero-btns button{width:100%;text-align:center}.proj-ludotheque .ludo-hero-badge{bottom:1rem;left:0;padding:.75rem 1.25rem .75rem 1.5rem}.proj-ludotheque .ludo-section-services{padding:4rem 5%}.proj-ludotheque .ludo-section-header{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.proj-ludotheque .ludo-services-intro{padding-top:0;max-width:100%}.proj-ludotheque .ludo-services-grille{grid-template-columns:1fr}.proj-ludotheque .ludo-service-carte{padding:2rem 1.5rem}.proj-ludotheque .ludo-section-catalogue{padding:4rem 5%}.proj-ludotheque .ludo-catalogue-header{margin-left:auto;margin-right:auto;text-align:center}.proj-ludotheque .ludo-jeux-grille{grid-template-columns:1fr}.proj-ludotheque .ludo-catalogue-footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.proj-ludotheque .ludo-section-ambiance{grid-template-columns:1fr}.proj-ludotheque .ludo-ambiance-photo{height:55vw;min-height:220px}.proj-ludotheque .ludo-ambiance-texte{padding:3.5rem 5%}.proj-ludotheque .ludo-section-tarifs{padding:4rem 5%}.proj-ludotheque .ludo-tarifs-grille{grid-template-columns:1fr;max-width:100%}.proj-ludotheque .ludo-section-temoignages{padding:4rem 5%}.proj-ludotheque .ludo-section-contact{grid-template-columns:1fr;gap:3rem;padding:4rem 5%}.proj-ludotheque .ludo-footer{padding:4rem 5% 2rem}.proj-ludotheque .ludo-footer-top{grid-template-columns:1fr;gap:2rem}.proj-ludotheque .ludo-footer-brand{grid-column:span 1}.proj-ludotheque .ludo-footer-brand p{max-width:100%}.proj-ludotheque .ludo-footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(min-width:768px)and (max-width:1023px){.proj-ludotheque .ludo-header{padding:0 4%;height:68px}.proj-ludotheque .ludo-nav-desktop{display:none}.proj-ludotheque .ludo-hamburger{display:flex}.proj-ludotheque .ludo-nav-mobile{top:68px}.proj-ludotheque .ludo-hero{grid-template-columns:1fr;padding-top:68px;min-height:auto}.proj-ludotheque .ludo-hero-contenu{padding:2.5rem 6% 2rem;order:2}.proj-ludotheque .ludo-hero-visuel{order:1;min-height:45vh;height:45vh}.proj-ludotheque .ludo-hero-visuel img{object-position:center 60%}.proj-ludotheque .ludo-hero-stats{grid-template-columns:repeat(2,1fr)}.proj-ludotheque .ludo-section-services{padding:5rem 5%}.proj-ludotheque .ludo-section-header{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.proj-ludotheque .ludo-services-intro{padding-top:0;max-width:100%}.proj-ludotheque .ludo-services-grille{grid-template-columns:repeat(2,1fr)}.proj-ludotheque .ludo-section-catalogue{padding:5rem 5%}.proj-ludotheque .ludo-catalogue-header{margin-left:auto;margin-right:auto;text-align:center}.proj-ludotheque .ludo-jeux-grille{grid-template-columns:repeat(2,1fr)}.proj-ludotheque .ludo-section-ambiance{grid-template-columns:1fr}.proj-ludotheque .ludo-ambiance-photo{height:40vh}.proj-ludotheque .ludo-ambiance-texte{padding:2.5rem 6%}.proj-ludotheque .ludo-section-tarifs{padding:5rem 5%}.proj-ludotheque .ludo-tarifs-grille{grid-template-columns:1fr}.proj-ludotheque .ludo-section-contact{grid-template-columns:1fr;gap:3rem;padding:5rem 5%}.proj-ludotheque .ludo-footer-top{grid-template-columns:1fr 1fr;gap:2rem}.proj-ludotheque .ludo-footer-brand{grid-column:span 2}}
