.chiffres-cles{ width: 100%; } .chiffres-cles.is-theme-dark{
--theme-bg: var(--color-noir);
--theme-text: var(--color-blanc);
--theme-surface: var(--color-gris);
}
.chiffres-cles.is-theme-light{
--theme-bg: var(--color-blanc);
--theme-text: var(--color-noir);
--theme-surface: var(--color-blanc-fonce);
}  .chiffres-cles{
--ck-gutter: 0px;
}
.chiffres-cles__viewport{
width: 100%;
overflow: hidden; background: transparent; padding: 26px calc(15px + var(--ck-gutter));
box-sizing: border-box;
} .chiffres-cles__track{
display: flex;
flex-wrap: wrap;
justify-content: center; align-items: stretch;
gap: 22px; padding: 0 20px;
box-sizing: border-box;
will-change: transform;
transform: translate3d(0,0,0);
} .chiffres-cles.is-slider .chiffres-cles__track{
flex-wrap: nowrap;
justify-content: flex-start; padding: 0; transition: transform .35s ease;
} .ck-slide{
flex: 0 0 auto;
width: 320px;
display: flex;
}
.ck-card{
width: 100%;
background: var(--theme-bg);
padding: 20px 18px;
box-sizing: border-box;
} .ck-card__number{
color: var(--page-accent);
font-size: var(--font-size-xxl, 40px);
font-weight: 500;
line-height: 1.05;
margin: 0 0 6px;
}
.ck-card__subtitle{
color: var(--page-accent);
font-size: var(--font-size-l, 22px);
font-weight: 500;
line-height: 1.15;
margin: 0 0 10px;
letter-spacing: .02em;
}
.ck-card__text{
color: var(--theme-text);
font-size: var(--font-size-s, 16px);
line-height: 1.45;
} @media (max-width: 980px){
.ck-slide{ width: 300px; }
} @media (max-width: 680px){ .chiffres-cles__track{
flex-direction: column;
flex-wrap: nowrap;
gap: 14px;
}
.ck-slide{
width: 100%;
}
.ck-card{
text-align: center;
} .chiffres-cles.is-slider .chiffres-cles__track{
flex-direction: row;
gap: 0;
transition: transform .35s ease;
}
.chiffres-cles.is-slider .ck-slide{
width: 100%;
padding: 0 20px; box-sizing: border-box;
} .chiffres-cles{
--ck-gutter: 0px;
}
} .chiffres-cles__nav{
padding: 18px 0 8px;
}
.chiffres-cles__navInner{
max-width: var(--layout-wide-size);
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
}
.chiffres-cles__dots{
display: flex;
gap: 8px;
align-items: center;
}
.ck-dot{
width: 7px;
height: 7px;
border-radius: 999px;
background: var(--theme-text);
border: none;
padding: 0;
cursor: pointer;
transition: width .22s ease;
}
.ck-dot.is-active{ width: 20px; }
.chiffres-cles__arrows{
display: flex;
gap: 10px;
}
.ck-arrow{
width: 34px;
height: 34px;
border-radius: 999px;
background: var(--theme-surface);
border: 1px solid transparent;
color: var(--theme-text);
display: flex;
align-items: flex-start;
justify-content: center;
padding-top: 7px;
cursor: pointer;
line-height: 1;
transition: border-color .4s ease;
}
.ck-arrow:hover{ border-color: var(--theme-text); } .chiffres-cles:not(.is-slider) .chiffres-cles__nav{
display: none;
}
@media (max-width: 680px){
.chiffres-cles__nav{
padding-top: 14px;
}
}.citation{
width: 100%;
background: var(--page-accent);
padding: 150px 0; overflow: hidden;
color: #fff;
} .citation__container{
max-width: var(--layout-content-size);
margin: 0 auto;
padding: 0 20px; } .citation__layout{
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
}
.citation__content{
min-width: 0;
max-width: 80ch;
} .citation__quote{
width: 38px;
height: 38px;
flex: 0 0 38px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
background: #000;
color: #fff;
margin-bottom:15px;
}
.citation__text{
color: #fff;
font-size: var(--font-size-l);
font-weight: 400;
line-height: 1.6;
}
.citation__text p{ margin: 0 0 12px; color: #fff; font-size: var(--font-size-l);}
.citation__text p:last-child{ margin-bottom: 0; } .citation a{
color: inherit;
text-decoration: underline;
text-decoration-color: rgba(255,255,255,.55);
text-underline-offset: 3px;
} .citation__author{
margin-top: 22px;
color: #fff;
font-size: var(--font-size-s, 15px);
font-style: italic;
font-weight: 400;
}
.citation__role{
margin-top: 6px;
color: #fff;
font-size: var(--font-size-s, 15px);
font-weight: 400;
} .citation__media{
flex: 0 0 auto;
}
.citation__avatar{
width: 290px;
height: 290px;
border-radius: 999px;
overflow: hidden;
}
.citation__avatar img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
} @media (max-width: 980px){
.citation{
padding: 110px 0;
}
.citation__layout{
gap: 40px;
}
.citation__avatar{
width: 240px;
height: 240px;
}
}
@media (max-width: 680px){
.citation{
padding: 80px 0;
}
.citation__layout{
flex-direction: column;
align-items: flex-start;
gap: 26px;
}
.citation__media{
order: 2;
}
.citation__content{
order: 1;
max-width: none;
}
.citation__avatar{
width: 220px;
height: 220px;
}
}