.homeHero{padding:5rem var(--main-padding);color:#fff;background-image:linear-gradient(to top right,#6b7b4a,#324420);position:relative}.homeHero-contentBadge{background-color:#fff3;border-radius:20px;align-items:center;width:fit-content;margin-bottom:1rem;padding:7px 12px;display:flex}.homeHero-contentBadgeIcon{color:orange;width:15px;height:15px;margin-right:5px}.homeHero-contentBadgeText{color:#fff;font-size:.8rem}.homeHero-contentTitle{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:600}.homeHero-contentTitle span{color:orange}.homeHero-contentDescription{margin-bottom:1.4rem;font-weight:500;line-height:1.6}.homeHero-contentTags{flex-flow:wrap;justify-content:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex}.homeHero-contentTagsItem{white-space:nowrap;align-items:center;display:flex}.homeHero-contentTagsItemIcon{color:orange;width:15px;height:15px;margin-right:10px}.homeHero-contentTagsItem p{font-size:.875rem;font-weight:500}.homeHero-image{margin-bottom:2rem;position:relative}.homeHero-imagePicture{place-content:center;margin:0 auto;display:flex;position:relative}.homeHero-imagePicture img{z-index:1;aspect-ratio:1;width:calc(100vw - var(--main-padding)*2);height:calc(100vw - var(--main-padding)*2);border-radius:1rem}.homeHero-imageOverlayTop,.homeHero-imageOverlayBottom{z-index:2;color:var(--black);background-color:var(--white);border-radius:.5rem;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute}.homeHero-imageOverlayTopIcon,.homeHero-imageOverlayBottomIcon{background-color:var(--orange);opacity:.8;border-radius:100%;padding:8px}.homeHero-imageOverlayTopIcon svg,.homeHero-imageOverlayBottomIcon svg{stroke:var(--white);display:flex}.homeHero-imageOverlayTopText,.homeHero-imageOverlayBottomText{padding-left:.75rem}.homeHero-imageOverlayTopText p:first-child,.homeHero-imageOverlayBottomText p:first-child{font-weight:600}.homeHero-imageOverlayTopText p:last-child,.homeHero-imageOverlayBottomText p:last-child{font-size:.875rem;line-height:1.25rem}.homeHero-imageOverlayTop{top:-1rem;left:-1rem}.homeHero-imageOverlayBottom{bottom:-1rem;right:-1rem}.homeHero-ctas{flex-direction:column;grid-area:cta;gap:1rem;display:flex}.homeHero .cta{width:100%;margin-bottom:1rem}.homeHero .cercle{opacity:.2;border-radius:50%;position:absolute}.homeHero .cercle-1{background-color:#ffffff80;width:8rem;height:8rem;top:5rem;left:8rem}.homeHero .cercle-2{background-color:#ffffff80;width:6rem;height:6rem;bottom:5rem;right:5rem}.homeHero .cercle-3{background-color:var(--orange);width:4rem;height:4rem;top:50%;left:33%}@media (min-width:768px){.homeHero{border-image:linear-gradient(to top right,#6b7b4a,#324420) 0 fill/0/0 100vw;grid-template-columns:1fr 1fr;grid-template-areas:"content image""cta image""cta image";gap:1rem;max-width:1000px;margin:0 auto;display:grid}.homeHero-content{grid-area:content}.homeHero-image{grid-area:image;align-self:center;display:flex}.homeHero-imagePicture img{width:calc(50vw - var(--main-padding)*2);height:calc(50vw - var(--main-padding)*2)}.homeHero .cta{margin-bottom:0}}@media (min-width:1000px){.homeHero-imagePicture img{width:500px;height:500px}}
.homeServices{padding:4rem var(--main-padding);background-color:var(--white);display:grid}.homeServices-title{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.homeServices-title :last-child{color:var(--color-primary-orange)}.homeServices-description{text-align:center;color:#4b5563;margin-bottom:3rem;font-size:1.2rem;font-weight:500}.homeServices-services{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:stretch;gap:2rem;padding:0;list-style:none;display:grid}@media (min-width:768px){.homeServices-description{max-width:90%;margin:0 auto 3rem}}
