.bloc-text-01 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
box-sizing: border-box;
background-color: #ffffff;
padding: 20px var(--section-padding-x, 64px) 64px;
}
.bloc-text-01__container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 40px;
width: 100%;
max-width: 1312px;
} .bloc-text-01__content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
width: 100%;
color: #232425;
}
.bloc-text-01__content--wrapped {
padding: var(--bloc-text-01-intro-wrapper-padding, 24px);
} .bloc-text-01__content--boxed {
max-width: 800px;
margin: 0 auto;
}
.bloc-text-01__content--fullwidth {
max-width: 100%;
} .bloc-text-01__tagline {
font-family: inherit;
font-size: 16px;
font-weight: 700;
line-height: 1.5;
margin: 0;
} .bloc-text-01__headline {
font-family: inherit;
font-size: 48px;
font-weight: 500;
line-height: 1;
margin: 0;
width: 100%;
} .bloc-text-01__headline-vs {
color: var(--we-brand-blue, #005cfb);
font-weight: inherit;
} .bloc-text-01__paragraph {
font-family: inherit;
font-size: 18px;
font-weight: 400;
line-height: 1.5;
margin: 0;
width: 100%;
} .bloc-text-01__buttons {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
} .bloc-text-01--wrapped-shell {
padding-top: 0;
padding-bottom: 0;
}  @media (max-width: 1024px) {
body:not(.home) .page-content-wrapper .entry-content > section.bloc-text-01,
body:not(.home) .flexible-content-wrapper .entry-content > section.bloc-text-01,
body:not(.home) main#primary .page-content-wrapper .entry-content > section.bloc-text-01,
body:not(.home) main#primary .flexible-content-wrapper .entry-content > section.bloc-text-01,
body.page-notre-offre-et-tarif .page-content-wrapper .entry-content > section.bloc-text-01,
body.page-notre-offre-et-tarif main#primary .page-content-wrapper .entry-content > section.bloc-text-01,
body.page-comment-ca-marche .page-content-wrapper .entry-content > section.bloc-text-01,
body.page-comment-ca-marche main#primary .page-content-wrapper .entry-content > section.bloc-text-01, main#primary .page-content-wrapper .entry-content > section.bloc-text-01,
main#primary .flexible-content-wrapper .entry-content > section.bloc-text-01 {
padding: 32px 16px !important;
box-sizing: border-box;
} body:not(.home) main#primary .page-content-wrapper .entry-content > section.bloc-text-01:has(+ section.bloc-features-02.bloc-features-02--offre-tarif-services),
body:not(.home) main#primary .flexible-content-wrapper .entry-content > section.bloc-text-01:has(+ section.bloc-features-02.bloc-features-02--offre-tarif-services),
body.page-notre-offre-et-tarif main#primary .page-content-wrapper .entry-content > section.bloc-text-01:has(+ section.bloc-features-02.bloc-features-02--offre-tarif-services),
body.page-notre-offre-et-tarif main#primary .flexible-content-wrapper .entry-content > section.bloc-text-01:has(+ section.bloc-features-02.bloc-features-02--offre-tarif-services),
body.page-notre-offre-et-tarif .page-content-wrapper .entry-content > section.bloc-text-01:has(+ section.bloc-features-02.bloc-features-02--offre-tarif-services) {
padding-bottom: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.bloc-text-01__headline {
font-size: 40px;
}
.bloc-text-01__content--boxed {
max-width: 600px;
}
}
@media (max-width: 768px) {
.bloc-text-01__container {
gap: 32px;
}
.bloc-text-01__content {
gap: 16px;
}
.bloc-text-01__headline {
font-size: 32px;
}
.bloc-text-01__paragraph {
font-size: 16px;
}
.bloc-text-01__buttons {
flex-direction: column;
width: 100%;
}
.bloc-text-01__content--boxed {
max-width: 100%;
} body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__container {
max-width: 100%;
}
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__content,
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__headline,
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__paragraph {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__headline {
font-size: clamp(1.375rem, 5.8vw, 2rem);
line-height: 1.12;
text-wrap: balance;
word-break: normal;
overflow-wrap: break-word;
hyphens: none;
}
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__tagline {
line-height: 1.45;
word-break: normal;
overflow-wrap: break-word;
}
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) .bloc-text-01__paragraph {
line-height: 1.55;
word-break: normal;
overflow-wrap: break-word;
}
body.page-comment-ca-marche .bloc-text-01:has(.bloc-text-01__headline-vs) {
padding-bottom: clamp(28px, 7vw, 40px);
}
} .bloc-text-01__paragraph--rich,
.bloc-text-01__paragraph--rich * {
text-align: left !important;
}
.bloc-text-01__paragraph--rich {
display: block;
width: 100%;
}
.bloc-text-01__paragraph--rich h2 {
font-family: inherit;
font-size: clamp(22px, 2.4vw, 28px);
font-weight: 700;
line-height: 1.25;
margin: 32px 0 12px;
color: #232425;
}
.bloc-text-01__paragraph--rich h3 {
font-family: inherit;
font-size: clamp(18px, 1.8vw, 21px);
font-weight: 600;
line-height: 1.3;
margin: 24px 0 8px;
color: #232425;
}
.bloc-text-01__paragraph--rich p {
margin: 0 0 16px;
line-height: 1.55;
}
.bloc-text-01__paragraph--rich ul,
.bloc-text-01__paragraph--rich ol {
margin: 0 0 16px;
padding-left: 24px;
}
.bloc-text-01__paragraph--rich li {
margin-bottom: 8px;
line-height: 1.55;
}
.bloc-text-01__paragraph--rich strong {
font-weight: 700;
color: #232425;
}
.bloc-text-01__paragraph--rich a {
color: var(--we-brand-blue, #005cfb);
text-decoration: underline;
}
.bloc-text-01__paragraph--rich > *:first-child { margin-top: 0; }
.bloc-text-01__paragraph--rich > *:last-child  { margin-bottom: 0; }