.showroom{display:flex;flex-direction:column;line-height:1.8em;gap:40px}@media screen and (max-width:1024px){.showroom{flex-direction:column;align-items:center;justify-content:center}}.showroom>div{display:flex;flex-direction:row}@media screen and (max-width:1024px){.showroom>div{flex-direction:column}}.showroom>div .rouge{border-left:8px solid var(--color-red)}.showroom>div .rouge,.showroom>div .vert{padding-left:20px;font-size:.9em;line-height:1.5em}.showroom>div .vert{border-left:8px solid var(--color-green)}.showroom>div .text{height:200px;display:flex;align-items:center}@media screen and (max-width:1024px){.showroom>div .text{margin-top:40px;height:auto}}.showroom>div .picture img{width:300px}@media screen and (max-width:1024px){.showroom>div .picture img{margin:auto}}.chiffres{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:40px;grid-row-gap:40px;width:100%;color:var(--color-text)}@media screen and (max-width:1024px){.chiffres{display:flex;flex-direction:column}}.gros{font-size:2em;font-family:Roboto}.chiffre1,.chiffre2,.chiffre3{background-color:var(--color-gray);min-height:60px;box-sizing:border-box;padding:32px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1024px){.chiffre1,.chiffre2,.chiffre3{justify-content:flex-start;align-items:center}}.chiffre1 ul,.chiffre2 ul,.chiffre3 ul{line-height:2rem}.chiffre1 ul li:before,.chiffre2 ul li:before,.chiffre3 ul li:before{content:"";display:inline-block;height:16px;width:16px;margin-right:16px;margin-bottom:4px}.chiffre1{grid-area:1/1/2/2}.chiffre1 ul li:before{background-color:var(--color-blue)}.chiffre2{grid-area:1/2/2/3}.chiffre2 ul li:before{background-color:var(--color-yellow)}.chiffre3{grid-area:2/1/3/3}.chiffre3 ul li:before{background-color:var(--color-red)}ul.petit{max-width:80%;margin:16px auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}ul.petit li{width:calc(50% - 10px)}@media screen and (max-width:1024px){ul.petit li{width:100%}}ul.petit li:before{content:"";display:inline-block;height:12px;width:12px;margin-right:12px;margin-bottom:2px}