@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;padding:1rem 1.5rem;background:#0b1215;display:flex;align-items:center;justify-content:space-between;z-index:50;flex-wrap:wrap;gap:.8rem}@media(min-width:768px){.header{padding:1.5rem 3rem;flex-wrap:nowrap;gap:1rem}}@media(min-width:992px){.header{padding:1.5rem 3rem}}.header__center{display:flex;background:#e5e5e5;border-radius:999px;gap:.2rem;width:auto;order:3;flex:1 1 100%}@media(min-width:768px){.header__center{order:2;flex:0 1 auto;gap:.3rem}}@media(min-width:992px){.header__center{gap:.5rem}}.header__left{display:flex;gap:.5rem;order:1;flex:1 1 auto}@media(min-width:768px){.header__left{order:1;flex:0 1 auto}}.header__right{display:flex;gap:.3rem;order:2}@media(min-width:768px){.header__right{order:3;gap:.5rem}}@media(min-width:992px){.header__right{gap:.5rem}}.pill{display:inline-block;margin:0;padding:.4rem .8rem;background:#fff;color:#000;border-radius:50px;font-family:Playball,cursive;font-size:.75rem;text-decoration:none;transition:.2s ease;white-space:nowrap;flex-shrink:0;border:none}@media(min-width:480px){.pill{padding:.5rem 1rem;font-size:.85rem}}@media(min-width:768px){.pill{padding:.6rem 1.2rem;font-size:1rem}}@media(min-width:992px){.pill{padding:.7rem 1.6rem;font-size:1.2rem}}.pill:hover{box-shadow:0 4px 12px #ffffff26;background:#0b1215;color:#fff}.pill--brand{font-weight:600;white-space:nowrap;background:#0b1215;color:#e5e5e5;font-size:.8rem}@media(min-width:480px){.pill--brand{font-size:.9rem}}@media(min-width:768px){.pill--brand{font-size:1rem}}@media(min-width:992px){.pill--brand{font-size:1.1rem}}.pill--brand:hover{box-shadow:0 4px 12px #ffffff26;color:#fff}.pill--red{background:#841d1d;color:#fff}.pill--red:hover{box-shadow:0 4px 12px #7a111380;background:#c41e3a}.user-profile{position:relative;display:flex;align-items:center}.user-profile__avatar{width:40px;height:40px;border-radius:50%;border:2px solid #c41e3a;background-size:cover;background-position:center;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:16px;transition:all .3s ease}.user-profile__avatar:hover{transform:scale(1.1);box-shadow:0 0 10px #c41e3a80}.user-profile__avatar span{font-size:14px;font-weight:600}.user-profile__menu{position:absolute;top:100%;right:0;background:#0b1215;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:250px;margin-top:8px;animation:slideDown .3s ease}@media(max-width:480px){.user-profile__menu{right:-10px;min-width:220px}}.user-profile__menu-header{padding:12px 16px;border-bottom:1px solid #f0f0f0}.user-profile__menu-name{margin:0;font-size:14px;font-weight:600;color:#333}.user-profile__menu-email{margin:4px 0 0;font-size:12px;color:#999}.user-profile__menu-actions{padding:8px 0}.user-profile__menu-item{display:block;width:100%;padding:10px 16px;text-align:left;border:none;background:transparent;color:#333;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:none}.user-profile__menu-item:hover{background-color:#f5f5f5;color:#c41e3a}.user-profile__menu-item--logout{color:#c41e3a;border-top:1px solid #f0f0f0;background-color:#fff}.user-profile__menu-item--logout:hover{background-color:#fff5f5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pinyon-script-regular{font-family:Pinyon Script,cursive;font-weight:400;font-style:normal}.parisienne-regular{font-family:Parisienne,cursive;font-weight:400;font-style:normal}.hero{background-color:#0b1215;color:#fff;min-height:100vh;padding:8rem 2rem 6rem;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem;min-height:auto}}@media(max-width:480px){.hero{padding:5.5rem 1rem 2rem;min-height:auto}}.hero__content{max-width:1100px;margin:0 auto;z-index:2;position:relative}.hero__title{font-family:Parisienne,cursive;font-size:6.5rem;font-style:italic;font-weight:400;margin:1rem 0 .8rem;line-height:1.1}@media(max-width:768px){.hero__title{font-size:3.2rem}}@media(max-width:576px){.hero__title{font-size:2.4rem}}.hero__subtitle{font-family:Pinyon Script,cursive;font-size:3rem;color:#c41e3a;font-style:italic;margin:0;line-height:1.4}@media(max-width:768px){.hero__subtitle{font-size:1.2rem}}.hero__tattoo-icon{position:absolute;right:590px;top:50%;transform:translateY(-94%);width:220px;opacity:.7;pointer-events:none;z-index:1}.hero__tattoo-icon svg,.hero__tattoo-icon img{width:100%;height:auto;color:#c41e3a;filter:drop-shadow(0 0 10px rgba(196,30,58,.3))}@media(max-width:992px){.hero__tattoo-icon{right:-100px;width:190px}}@media(max-width:768px){.hero__tattoo-icon{position:static;transform:none;margin:2rem auto 0;width:160px;opacity:.8}}.infos-rdv{max-width:1200px;margin:5rem auto;padding:0 1rem}.infos-rdv__title{font-family:Playball,cursive;font-size:2rem;color:#fff;text-align:center;margin-bottom:1.5rem}.infos-rdv__box{background:#0b1215;border:2px solid #841D1D;border-radius:1.5rem;padding:2.5rem 3rem;color:#fff;box-shadow:0 18px 45px #0000004d;line-height:1.7;font-size:1.15rem}.infos-rdv h3{margin-top:2rem;margin-bottom:.6rem;color:#caa;font-weight:600;font-size:1.3rem}.infos-rdv ul{list-style:none;padding-left:1rem}.infos-rdv ul li{margin-bottom:.4rem;position:relative}.infos-rdv ul li:before{content:"•";position:absolute;left:-1rem;color:#841d1d}.footer{background-color:#0b1215;color:#fff;padding:3rem 2rem 1rem;border-top:2px solid #841D1D}.footer__container{max-width:1400px;margin:0 auto}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:576px){.footer__content{grid-template-columns:1fr}}.footer__section h3,.footer__section h4{font-family:Brush Script MT,cursive;font-style:italic;color:#841d1d;margin-bottom:1rem}.footer__section h3,.footer__section h4{font-size:2rem}.footer__section p{margin:0;font-size:.95rem;line-height:1.6}.footer__section ul{list-style:none;margin:0;padding:0}.footer__section ul li{margin-bottom:.5rem}.footer__section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer__section ul li a:hover{color:#841d1d}.footer__social{display:flex;gap:1rem}.footer__social li{margin-bottom:0!important}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.9rem;color:#ffffffb3}.footer__bottom p{margin:0}.gallery{background:#0b1215;padding:4rem 3rem 5rem;position:relative;z-index:1;opacity:0;transform:translateY(60px);transition:opacity .6s ease-out,transform .6s ease-out}@media(max-width:768px){.gallery{padding:3rem 1.5rem}}.gallery__inner{max-width:1200px;margin:0 auto}.gallery__grid{column-width:260px;column-gap:1.5rem}@media(max-width:992px){.gallery__grid{column-count:2}}@media(max-width:576px){.gallery__grid{column-count:1}}.gallery__item{break-inside:avoid;margin-bottom:1.8rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 18px 45px #00000040;background:#f5f5f5;transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease;display:inline-block;width:100%}.gallery__item img{width:100%;height:auto;display:block}.gallery__item:hover{transform:translateY(-6px);box-shadow:0 22px 60px #00000059}.gallery__title{font-family:Playball,cursive;font-size:2.5rem;font-style:italic;color:#fff;text-align:center;margin-bottom:2rem}.gallery--visible{opacity:1;transform:translateY(0)}.playball-regular{font-family:Playball,cursive;font-weight:600;font-style:normal}.card-stack{position:relative}.card--stack{position:relative;top:0;opacity:0;transform:translateY(40px) scale(.97);transition:opacity .5s ease,transform .5s ease}.card--visible{opacity:1;transform:translateY(0) scale(1)}.card--hidden{opacity:0;transform:translateY(40px) scale(.97)}.card-stack .card--stack+.card--stack{margin-top:-120px}.card-stack .card--stack:nth-child(1){z-index:1}.card-stack .card--stack:nth-child(2){z-index:2}.card-stack .card--stack:nth-child(3){z-index:3}.card-stack .card--stack:nth-child(4){z-index:4}@media(max-width:768px){.card--stack{position:static;margin:2rem auto;opacity:1;transform:none}.card-stack .card--stack+.card--stack{margin-top:2rem}}.card{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;background:#0b1215;color:#fff;border:2px solid #841D1D;border-radius:1.5rem;padding:2rem 3rem;width:100%;max-width:1200px;margin:1.5rem auto}@media(max-width:768px){.card{flex-direction:column;text-align:left;padding:2rem}}.card__image{width:clamp(200px,30vw,350px);height:clamp(140px,20vw,220px);border-radius:1.5rem;overflow:hidden;flex-shrink:0}.card__image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.card__image{width:100%;height:auto}}.card .card__image--lips{aspect-ratio:3/2;width:clamp(200px,25vw,300px)}.card__content{flex:1;min-width:240px}.card__content h1{margin-bottom:1rem;font-size:2rem;font-weight:600;font-family:Playball,cursive;color:#841d1d}.card__content ul{list-style:none;padding:0;margin:0}.card__content ul li{font-family:Rubik,sans-serif;height:auto;margin-bottom:.4rem;margin-left:.6rem;border-radius:4px;width:100%;font-size:1.2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.95rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s;-webkit-appearance:none;appearance:none}.form-group input:focus{outline:none;border-color:#c41e3a;box-shadow:0 0 0 3px #c41e3a1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-error{display:block;color:#c41e3a;font-size:.85rem;margin-top:.25rem}.form-button{width:100%;padding:.75rem;background-color:#c41e3a;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s,transform .15s;-webkit-appearance:none;appearance:none}.form-button:hover:not(:disabled){background-color:#a01630;transform:translateY(-2px);box-shadow:0 4px 12px #c41e3a4d}.form-button:active:not(:disabled){transform:translateY(0)}.form-button:disabled{opacity:.6;cursor:not-allowed}.form-error-message{background-color:#fee;color:#c41e3a;padding:1rem;border-radius:5px;margin-bottom:1.5rem;text-align:center;border-left:4px solid #c41e3a;font-weight:500}.oauth-button{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#fff;color:#333;-webkit-appearance:none;appearance:none}.oauth-button:hover:not(:disabled){border-color:#999;background-color:#f9f9f9;box-shadow:0 2px 8px #0000001a}.oauth-button:active:not(:disabled){transform:translateY(-1px)}.oauth-button:disabled{opacity:.6;cursor:not-allowed}.oauth-button--google:hover:not(:disabled){border-color:#4285f4;background-color:#f8f9ff}.oauth-button--apple:hover:not(:disabled){border-color:#000;background-color:#f5f5f5}.oauth-icon{width:20px;height:20px;flex-shrink:0}.oauth-buttons-group{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ddd}.oauth-buttons-group .oauth-buttons-label{text-align:center;font-size:.85rem;color:#666;margin-bottom:.5rem}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#0b1215}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{color:inherit;text-decoration:none}a:hover{color:#c41e3a}button{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border:none;padding:.7rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-2px)}button:active{transform:translateY(0)}h1,h2,h3,h4,h5,h6{line-height:1.2}img{max-width:100%;height:auto;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:5rem 2rem}@media(max-width:768px){.section{padding:3rem 2rem}}*{transition:background-color .3s ease,color .3s ease}.section-title{font-family:Brush Script MT,cursive;font-size:3rem;font-style:italic;color:#fff;text-align:center;margin-top:3rem}@media(max-width:768px){.section-title{font-size:2.2rem}}#soins-anchor,#gallery-anchor{position:relative;top:-200px}#infos-anchor{position:relative;top:-100px}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem}.login-card{background:#fff;padding:3rem 2rem;border-radius:10px;box-shadow:0 10px 40px #0000004d;max-width:400px;width:100%}.login-card h1{text-align:center;margin-bottom:2rem;color:#333;font-size:1.8rem}.signup-link{text-align:center;margin-top:1.5rem;color:#666}.signup-link a{color:#c41e3a;text-decoration:none;font-weight:600}.signup-link a:hover{text-decoration:underline}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem}.register-card{background:#fff;padding:3rem 2rem;border-radius:10px;box-shadow:0 10px 40px #0000004d;max-width:400px;width:100%}.register-card h1{text-align:center;margin-bottom:2rem;color:#333;font-size:1.8rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media(max-width:480px){.form-row{grid-template-columns:1fr;gap:.5rem}}.login-link{text-align:center;margin-top:1.5rem;color:#666}.login-link a{color:#c41e3a;text-decoration:none;font-weight:600}.login-link a:hover{text-decoration:underline}.dashboard-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem}.dashboard-card{background:#fff;padding:3rem 2rem;border-radius:10px;box-shadow:0 10px 40px #0000004d;max-width:500px;width:100%;text-align:center}.dashboard-card h1{color:#333;font-size:2rem;margin-bottom:2rem}.user-info{background-color:#f5f5f5;padding:2rem;border-radius:8px;margin-bottom:2rem}.user-info p{color:#666;font-size:1rem;margin:.5rem 0}.user-info p.email{color:#c41e3a;font-weight:600;font-size:1.2rem}.logout-btn{width:100%;padding:.75rem;background-color:#c41e3a;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.logout-btn:hover{background-color:#a01630}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;background-color:#0b1215;color:#fff;overflow-x:hidden;width:100%}#root{position:relative}.container{max-width:1200px;margin:0 auto;padding:0 20px}main{position:relative;z-index:1}
