.aboutme{padding:3rem 1rem;display:flex}.aboutme .container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:left}.aboutme h2{grid-column:1 / -1;text-align:center;justify-self:center}.partners{padding:1rem;text-align:center}.partners h2{width:100%;text-align:center}.partners h2{width:100%;display:grid}.partners .container{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;text-align:center}.services{padding:3rem 1rem;text-align:center}.services .container{display:grid;gap:2rem}.services .cards-grid{display:grid;gap:2rem;max-width:1200px;margin:0 auto}.avis{padding:3rem 1rem;text-align:left}.avis .container{max-width:700px;display:flex;flex-direction:column;text-align:center}.stars{--rating: 4.5;--star-size: 1.5rem;--star-color: #ccc;--star-background: gold;font-size:var(--star-size);font-family:Arial,sans-serif;display:inline-block;position:relative;line-height:1}.card-title-avis{margin:2rem 0 -1rem}.stars:before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg,var(--star-background) calc(var(--rating) / 5 * 100%),var(--star-color) calc(var(--rating) / 5 * 100%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.aboutme .container{grid-template-columns:1fr;justify-items:center}.services .container{grid-template-columns:2fr}}@media (max-width: 640px){.services .container{grid-template-columns:1fr}.services .cards-grid>*:last-child{max-width:100%;grid-column:1}.services .cards-grid>*:last-child .card2{width:100%}.services .cards-grid>*:last-child .card2-image{width:100%;height:300px}.services .cards-grid>*:last-child .card2-image img{width:100%;object-fit:cover}}@media (min-width: 470px) and (max-width: 640px){.services .cards-grid>*:last-child{grid-column:auto;justify-self:stretch;max-width:none}.services .cards-grid>*:last-child .card2{width:100%}.services .cards-grid>*:last-child .card2-image{width:100%;height:300px}.services .cards-grid>*:last-child .card2-image img{width:100%;height:100%;object-fit:cover;object-position:center}}@media (max-width: 1024px){.aboutme .container{grid-template-columns:1fr;justify-items:center}}@media (min-width: 641px) and (max-width: 1023px){.services .cards-grid{grid-template-columns:repeat(2,1fr)}.services .cards-grid>*:last-child{grid-column:1 / -1}}@media (min-width: 1024px){.services .cards-grid{grid-template-columns:repeat(3,1fr)}.services .cards-grid>*:last-child{grid-column:1 / -1}}:root{--section-vertical: 2.5rem;--section-horizontal: 1rem}section,.aboutme,.partners,.services,.avis{margin:0;padding:var(--section-vertical) var(--section-horizontal)}@media (max-width: 640px){:root{--section-vertical: 1.5rem}.hr-gradient{width:92%;height:2px}}.hero{--hero:none;padding:4rem 0;text-align:center;position:relative;background-image:linear-gradient(#0b0f1875,#0b0f1875),url(/hero.avif);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;will-change:transform}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:600;margin-bottom:1.5rem;color:#fff;line-height:1.2}.hero h2{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:400;margin-bottom:1.5rem;color:#ddd;line-height:1.3;padding:0 .3rem}.hero h1 em{font-style:italic;background:linear-gradient(45deg,#4622a5,#5e9ca7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero h2 em{font-style:italic;background:linear-gradient(45deg,#4622a5,#5e9ca7);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;padding-right:2px;animation:gradientShift 6s ease-in-out infinite}.hero p{font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.container-hero{max-width:1200px;width:95%;margin-inline:auto}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}}.carousel-scroll{overflow:hidden;width:100%;position:relative}.carousel-scroll:before,.carousel-scroll:after{content:"";position:absolute;top:0;width:200px;height:100%;z-index:2}.carousel-scroll:before{left:0}.carousel-scroll:after{right:0}.carousel-track{display:flex;gap:2rem;width:max-content;animation:scroll 30s linear infinite}.carousel-item{flex-shrink:0;width:300px;height:100px;overflow:hidden;transition:transform .3s ease}.carousel-image{width:100%;height:100%;object-fit:cover}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-scroll:hover .carousel-track{animation-play-state:paused}@media (max-width: 768px){.carousel-item{width:300px;height:100px}.carousel-track{gap:1.5rem;animation:scroll 20s linear infinite}}
