:root{--color-red: #9A1703;--color-white: #ffffff;--color-black: #000000;--color-soft-red: #ffb8b8;--x-small-text: clamp(1.7rem, 1.5vw, 2.2rem);--small-text: clamp(2rem, 2vw, 3.2rem);--medium-text: clamp(2.4rem, 4vw, 4.5rem)}html,body{width:100%;background-color:var(--color-white);margin:0;padding:0;font-size:62.5%;font-family:Jost,sans-serif}p,span{margin:0;padding:0}*{box-sizing:border-box}.center-col{display:flex;flex-direction:column;justify-content:center;align-items:center}.center-row{display:flex;flex-direction:row;justify-content:center;align-items:center}@media(max-width:426px){.col-426{flex-direction:column}}@media(max-width:726px){.col-726{flex-direction:column}}.center-text{text-align:center}.x-small-text{font-size:var(--x-small-text)}.small-text{font-size:var(--small-text)}.medium-text{font-size:var(--medium-text)}.large-text{font-size:clamp(3.4rem,5vw,6.5rem)}.light-text{color:var(--color-white)}.red-text{color:var(--color-red)}.dark-background{background-color:var(--color-black)}.light-red-background{background-color:var(--color-soft-red)}.soft-border{border-radius:35px}.round-border{border-radius:50%}.pad-1{padding:1rem}.pad-2{padding:clamp(1rem,3vw,2rem)}.pad-3{padding:clamp(1rem,4vw,3rem)}.margin-1{margin:1rem}.margin-2{margin:2rem}.head-title{font-size:clamp(3rem,5vw,5rem);font-weight:600;color:var(--color-red);background-color:var(--color-black)}.brand-logo{width:clamp(20rem,27vw,35rem);margin-left:2rem;height:auto}.section-1,.section-2,.section-3,.section-4,.section-5{margin:6rem 2rem}.section-1{gap:clamp(3rem,5vw,10rem)}@media(max-width:726px){.section-1{flex-direction:column}}.section-4 .disclaimer{margin-bottom:2rem}.section-4 .price-exemples{gap:clamp(.5rem,4vw,4rem)}.section-5 .service{display:flex;flex-direction:column;margin:1rem;padding:1rem;border-radius:20px;background-color:var(--color-soft-red);width:clamp(30rem,70vw,90rem)}.section-5 .title{font-size:var(--small-text);font-weight:600}.section-5 .description{font-size:var(--x-small-text)}.gallery-1,.gallery-2,.gallery-3{display:grid;grid-template-columns:repeat(3,0fr);justify-content:center;align-items:center;margin-bottom:1rem}:is(.gallery-1,.gallery-2,.gallery-3) img{width:clamp(20rem,30vw,40rem);height:auto;background-color:var(--color-black);padding:3px}.gallery-3{align-items:flex-start}.gallery-3 img{width:clamp(20rem,23vw,30rem)}@media(max-width:726px){.gallery-1,.gallery-2,.gallery-3{grid-template-columns:repeat(2,0fr)}:is(.gallery-1,.gallery-2,.gallery-3) img{width:clamp(20rem,45vw,40rem)}}@media(max-width:426px){.gallery-1,.gallery-2,.gallery-3{grid-template-columns:repeat(1,0fr)}:is(.gallery-1,.gallery-2,.gallery-3) img{width:clamp(28rem,80vw,40rem)}}
