.single-prestation-content{width:95%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.single-prestation-content li{max-width:80ch}.single-prestation-content a{color:var(--primary-color,#0a54a3);text-decoration:underline}.single-prestation-intro{display:flex;flex-direction:column;gap:1rem;padding:1rem 1rem 1rem 2.5rem;line-height:1.6;border-left:2px solid var(--secondary-color);margin-left:2.5rem;margin-bottom:1.5rem}.single-prestation-intro h2{font-size:1.5rem;background:transparent;text-align:start}.single-prestation-intro p{font-size:1.1rem;background:transparent}.single-prestation-intro strong{color:var(--primary-color);font-weight:700;background:transparent}.single-prestation-section{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:8px}.single-prestation-section p{line-height:1.6;background:transparent}.single-prestation-section ol,.single-prestation-section ul{border-radius:6px;padding:1rem 1.5rem;margin:.5rem 0}.single-prestation-section h2{border-bottom:1px solid var(--secondary-color,#1e90ff);padding-bottom:.3em;margin-bottom:1em;display:inline-block;border-radius:1px;box-shadow:0 1px 0 0 rgba(30,144,255,.08)}.single-prestation-list-item{display:flex;align-items:center;gap:.5rem}.single-prestation-section li{margin-bottom:.5rem;line-height:1.6}.cta-links{display:flex;gap:1rem;margin-top:1rem}.cta-links a{background:var(--primary-color,#0a54a3);color:#fff;padding:.7rem 1.5rem;border-radius:5px;font-weight:700;text-decoration:none;transition:background .2s}.cta-links a:hover{background:var(--secondary-color,#1e90ff)}.single-prestation-section ul li:before{display:inline-block;width:1.2em;height:1.2em;margin-right:.6em;vertical-align:middle;background:url(/images/blueCheck.svg) no-repeat 50%/contain;content:""}.single-prestation-section ul{list-style:none;padding-left:0}@media (max-width:700px){.single-prestation-content,.single-prestation-intro,.single-prestation-section{padding:.5rem}}.single-prestation-content h2{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.prestation-contact-bar{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:2rem}.prestation-contactBar-list{display:flex;flex-wrap:wrap;flex-direction:column;gap:.5rem}.prestation-contactBar-list li{display:flex;align-items:center;gap:.5rem;font-size:1rem}.prestation-contactBar-list a{display:flex;align-items:center;text-decoration:none;gap:.5rem}.prestation-contactBar-list svg{width:24px;height:24px}@media screen and (min-width:768px){.prestation-contact-bar{justify-content:space-between;align-items:center}.prestation-contactBar-list{flex-direction:row;gap:1rem}}