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