:root{--rose:#FF6F61;--jaune:#F5C25C;--gris:#333333;--fond-clair:#FAF8F4}body{font-family:'Poppins',sans-serif;background:var(--fond-clair);color:var(--gris)}body:before{animation-timeline:bodyScroll;animation-name:haloScroll;animation-duration:1s;animation-fill-mode:both}h1,h2,h3,h4{font-family:'Poppins',sans-serif;font-weight:700;color:var(--gris)}p{font-size:16px;line-height:1.7}.et_pb_button{background:var(--rose)!important;color:#fff!important;padding:14px 28px!important;border-radius:12px!important;font-weight:600!important;transition:0.2s ease-in-out}.et_pb_button:hover{background:var(--jaune)!important;color:var(--gris)!important}.fiche-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,0.06);margin-bottom:30px}.footer{brackground-color:var(--fond-clair);color:#555}.footer h1,h2,h3,h4,h5,h6{color:var(--gris)}.footer:hover a{text-decoration:underline}.badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:13px;margin-right:6px;margin-bottom:4px;font-weight:600}.badge-ok-chats{background:#D4F8D4;color:#256029}.badge-ok-chiens{background:#D6E4FF;color:#1E3A8A}.badge-calme{background:#FFEFD6;color:#92400E}.badge-timide{background:#FDE2E4;color:#7F1D1D}body:before{content:"";position:fixed;top:0;left:0;width:160px;height:100vh;pointer-events:none;z-index:1;background:linear-gradient(180deg,#9fdb0f 0%,#c5e876 40%,#eaf7d8 75%,#ffffff 100%);background-size:100% 200%;animation:scrollGradient 14s ease-in-out infinite alternate;filter:brightness(var(--halo,1)) blur(3px);mask-image:linear-gradient(to right,black 70%,transparent);-webkit-mask-image:linear-gradient(to right,black 70%,transparent)}@keyframes scrollGradient{0%{background-position:0% 0%}100%{background-position:0% 100%}}:root{--halo:1}@supports (scroll-timeline-name:auto){@scroll-timeline bodyScroll{source:auto;orientation:block}@keyframes haloScroll{0%{filter:brightness(1) blur(3px)}50%{filter:brightness(1.15) blur(5px)}100%{filter:brightness(1.3) blur(7px)}}}@media (max-width:980px){body:before{width:110px}}@media (max-width:480px){body:before{width:70px;animation-duration:18s}}