.usine-bloc-header-01 {
position: relative;
width: 100%;
background-color: #FFFFFF; padding: 80px var(--section-padding-x, 64px);
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
overflow: visible; }
.usine-bloc-header-01--banner-mode {
padding: 0;
background-color: transparent;
} .usine-bloc-header-01__layout {
display: flex;
flex-direction: row; flex-wrap: nowrap; align-items: stretch; --usine-header-layout-gap: 48px;
gap: var(--usine-header-layout-gap);
max-width: var(--section-max-width, 1312px);
width: 100%;
min-height: 420px; overflow: visible; }
.usine-bloc-header-01__layout--content-panel {
--usine-header-layout-gap: 0px;
gap: 0; } .usine-bloc-header-01__layout--media-left {
flex-direction: row-reverse;
} .usine-bloc-header-01__layout--media-right {
flex-direction: row;
} .usine-bloc-header-01__layout--media-left > .usine-bloc-header-01__content,
.usine-bloc-header-01__layout--media-left > .usine-bloc-header-01__media,
.usine-bloc-header-01__layout--media-right > .usine-bloc-header-01__content,
.usine-bloc-header-01__layout--media-right > .usine-bloc-header-01__media {
flex: 0 0 calc((100% - var(--usine-header-layout-gap, 48px)) / 2);
max-width: calc((100% - var(--usine-header-layout-gap, 48px)) / 2);
}
.usine-bloc-header-01__layout--without-media > .usine-bloc-header-01__content {
flex-basis: 100%;
max-width: 100%;
}
.usine-bloc-header-01__layout--without-media {
min-height: 360px;
}
.usine-bloc-header-01__layout--source-sized-media {
min-height: 0;
align-items: center;
}
.usine-bloc-header-01__layout--source-sized-media > .usine-bloc-header-01__media {
min-height: var(--usine-header-lateral-source-height, auto);
}
.usine-bloc-header-01__layout--source-sized-media.usine-bloc-header-01__layout--long-copy {
min-height: max(var(--usine-header-lateral-source-height, 0px), 468px);
}
.usine-bloc-header-01--title-only .usine-bloc-header-01__layout {
min-height: 0;
}
.usine-bloc-header-01--title-only .usine-bloc-header-01__content {
gap: 0;
} .usine-bloc-header-01__layout--media-top {
flex-direction: column-reverse;
} .usine-bloc-header-01__layout--media-bottom {
flex-direction: column;
} .usine-bloc-header-01__layout--media-background {
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
position: relative;
min-height: var(--usine-header-banner-source-height, 480px);
max-width: 100%;
border-radius: var(--usine-header-banner-radius, 0px);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
gap: 0;
} .usine-bloc-header-01__layout--media-background::before {
content: none;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content {
position: relative;
z-index: 2;
inline-size: 100%;
max-width: var(--section-max-width, 1312px);
margin-inline: 0;
align-items: flex-start;
justify-content: flex-start;
padding: 80px 64px;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__inner-wrapper {
align-items: flex-start;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__text-group {
align-items: flex-start;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__tagline,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__title,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__description,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__feature-text,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__review-score,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__review-count {
color: #FFFFFF;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__buttons {
justify-content: flex-start;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__btn--primary {
background-color: #FFFFFF;
color: #232425;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__btn--secondary {
background-color: transparent;
color: #FFFFFF;
border-color: #FFFFFF;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__features {
justify-content: flex-start;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content[style*="text-align: center"] {
margin-inline: auto;
align-items: center;
justify-content: center;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content[style*="text-align: center"] .usine-bloc-header-01__inner-wrapper,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content[style*="text-align: center"] .usine-bloc-header-01__text-group {
align-items: center;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content[style*="text-align: center"] .usine-bloc-header-01__buttons,
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content[style*="text-align: center"] .usine-bloc-header-01__features {
justify-content: center;
} .usine-bloc-header-01__layout--media-background .usine-bloc-header-01__review {
background-color: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(4px);
} @media (max-width: 1024px) {
.usine-bloc-header-01__layout--media-background {
min-height: 400px;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content {
padding: 60px 32px;
}
} @media (max-width: 768px) {
.usine-bloc-header-01__layout--media-background {
min-height: 320px;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__content {
padding: 48px 20px;
}
.usine-bloc-header-01__layout--media-background .usine-bloc-header-01__title {
font-size: 32px;
}
} .usine-bloc-header-01__content {
flex: 1 1 0%;
min-width: 0;
display: flex;
flex-direction: column;
justify-content: center; gap: 40px; } .usine-bloc-header-01__content--panel {
align-self: stretch;
justify-content: center;
padding: 48px 56px;
border-radius: 0;
box-sizing: border-box;
} .usine-bloc-header-01--wrapped-shell .usine-bloc-header-01__content--panel {
padding-inline: 48px;
}
.usine-bloc-header-01--wrapped-shell .usine-bloc-header-01__layout--media-right > .usine-bloc-header-01__media {
padding: 16px 16px 16px 0;
box-sizing: border-box;
}
.usine-bloc-header-01--wrapped-shell .usine-bloc-header-01__layout--media-left > .usine-bloc-header-01__media {
padding: 16px 0 16px 16px;
box-sizing: border-box;
} .usine-bloc-header-01__inner-wrapper {
display: flex;
flex-direction: column;
gap: 24px;
} .usine-bloc-header-01__content[style*="text-align: center"] .usine-bloc-header-01__inner-wrapper {
align-items: center;
}
.usine-bloc-header-01__content[style*="text-align: center"] .usine-bloc-header-01__buttons {
justify-content: center;
} .usine-bloc-header-01__text-group {
display: flex;
flex-direction: column;
gap: 20px; }  .usine-bloc-header-01__tagline {
font-family: inherit;
font-weight: 700;
font-size: 16px;
line-height: 1.5;
color: inherit;
margin: 0;
} .usine-bloc-header-01__title {
font-family: var(--usine-font-family-heading, 'Bricolage Grotesque', sans-serif);
font-weight: 500;
font-size: 52px;
line-height: 1.0; letter-spacing: 0;
color: inherit;
margin: 0;
word-break: break-word;
overflow-wrap: break-word;
} .usine-bloc-header-01__description {
font-family: inherit;
font-weight: 400;
font-size: 18px;
line-height: 1.5;
color: inherit;
margin: 0;
}
.usine-bloc-header-01__description p {
margin: 0 0 16px 0;
}
.usine-bloc-header-01__description p:last-child {
margin-bottom: 0;
} .usine-bloc-header-01__buttons {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 16px;  justify-content: inherit;
} .usine-bloc-header-01__btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
height: 48px; padding: 8px 24px; font-family: inherit;
font-weight: 400;
font-size: 20px; line-height: 1.5;
text-decoration: none;
border-radius: inherit;
cursor: pointer;
box-sizing: border-box;
white-space: nowrap;
position: relative;
overflow: hidden;
transition: all 0.25s ease;
} .usine-bloc-header-01__btn--primary {
background-color: inherit;
color: inherit;
border: none;
} .usine-bloc-header-01__btn--secondary {
background-color: transparent;
color: inherit;
border: 1px solid currentColor;
} .usine-bloc-header-01__btn:hover,
.usine-bloc-header-01__btn:focus {
transform: translateY(-2px);
}
.usine-bloc-header-01__btn:active {
transform: translateY(0);
} .usine-bloc-header-01__btn:focus {
outline: 2px solid currentColor;
outline-offset: 2px;
} .usine-bloc-header-01__btn .btn-icon-left,
.usine-bloc-header-01__btn .btn-icon-right {
width: 20px;
height: 20px;
object-fit: contain;
flex-shrink: 0;
} .usine-bloc-header-01__review {
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
gap: 8px;
padding: 8px 16px;
border: none;
border-radius: 9999px;
background-color: #F9FAFB;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
width: fit-content;
} .usine-bloc-header-01__review .review {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 16px;
padding: 0;
border: none;
}
.usine-bloc-header-01__review-logo {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.usine-bloc-header-01__review-logo svg,
.usine-bloc-header-01__review-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.usine-bloc-header-01__review-score {
font-family: inherit;
font-weight: 700;
font-size: 14px;
line-height: 1.4;
color: inherit;
}
.usine-bloc-header-01__review-stars {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 2px; } .review__stars {
display: flex;
gap: 2px;
}
.usine-bloc-header-01__review-star {
width: 18px;
height: 18px;
flex-shrink: 0;
} .review__stars .star-icon {
width: 24px;
height: 24px;
}
.usine-bloc-header-01__review-count {
font-family: inherit;
font-weight: 400;
font-size: 13px;
line-height: 1.4;
color: inherit;
} .usine-bloc-header-01__features {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 16px 32px; align-items: flex-start;
align-content: flex-start;
width: 100%;
}
.usine-bloc-header-01__features--surface {
padding: 16px 24px;
border-radius: 8px;
background-color: #F7F6F2;
} .usine-bloc-header-01__icon-texts {
display: flex;
flex-wrap: wrap;
gap: 16px 32px;
width: 100%;
}
.usine-bloc-header-01__feature {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
gap: 8px; width: 228px; max-width: 100%;
}
.usine-bloc-header-01__features--surface .usine-bloc-header-01__feature {
width: auto;
flex: 0 1 auto;
} .icon-text {
display: flex;
align-items: flex-start;
gap: 8px;
width: 228px;
max-width: 100%;
}
.usine-bloc-header-01__feature-icon {
width: 24px; height: 24px;
flex-shrink: 0;
} .icon-text__icon {
width: var(--us-icon-size, 24px);
height: var(--us-icon-size, 24px);
flex-shrink: 0;
box-sizing: border-box;
}
.icon-text__icon.icon--wrapped {
box-sizing: content-box;
}
.usine-bloc-header-01__feature-text {
font-family: inherit;
font-weight: 700;
font-size: 18px;
line-height: 1.5;
color: inherit;
} .usine-bloc-header-01__media {
flex: 1 1 0%; min-width: 0;
overflow: hidden;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.usine-bloc-header-01__media--source-sized {
align-content: center;
}
.usine-bloc-header-01__media .usine-bloc-header-01__image-wrapper:only-child {
grid-column: 1 / -1;
}
.usine-bloc-header-01__image-wrapper {
width: 100%;
height: var(--usine-header-image-source-height, auto);
aspect-ratio: var(--usine-header-image-aspect-ratio, 1 / 1);
overflow: hidden;
}
.usine-bloc-header-01__image {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
border-radius: 0; opacity: 1;
transform: scale(1);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.usine-bloc-header-01__image.is-loaded {
opacity: 1;
transform: scale(1);
} .usine-bloc-header-01__placeholder {
width: 100%;
height: 100%;
background:
radial-gradient(circle at top left, rgba(36, 100, 209, 0.18), transparent 38%),
linear-gradient(135deg, #f8fafc 0%, #e7edf6 100%);
border: 1px solid #d7e0ea;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.usine-bloc-header-01__placeholder-icon {
width: 64px;
height: 64px;
opacity: 0.62;
color: #5f6f86;
} .usine-bloc-header-01.alignwide {
max-width: 1400px;
}
.usine-bloc-header-01.alignfull {
max-width: none;
}
.usine-bloc-header-01.alignfull .usine-bloc-header-01__layout {
max-width: none;
} .usine-bloc-header-01:not(.usine-bloc-header-01--wrapped-shell)[style*="padding-top: 0"][style*="padding-bottom: 0"] {
padding-inline: 0;
} .usine-bloc-header-01--wrapped-shell-padding-absorbed[style*="padding-top: 0"][style*="padding-bottom: 0"] {
padding-top: 32px !important;
padding-bottom: 32px !important;
padding-inline: 32px;
} @media (max-width: 1024px) {
.usine-bloc-header-01 {
padding: 64px var(--section-padding-x, 64px);
}
.usine-bloc-header-01--wrapped-shell-padding-absorbed[style*="padding-top: 0"][style*="padding-bottom: 0"] {
padding-top: 24px !important;
padding-bottom: 24px !important;
padding-inline: 24px;
}
.usine-bloc-header-01__layout {
--usine-header-layout-gap: 48px;
gap: 48px;
}
.usine-bloc-header-01__layout--content-panel {
gap: 0;
}
.usine-bloc-header-01__content {
max-width: 100%;
}
.usine-bloc-header-01__feature,
.icon-text {
width: 100%;
}
} @media (max-width: 768px) {
.usine-bloc-header-01 {
padding: 48px var(--section-padding-x, 64px);
}
.usine-bloc-header-01.usine-bloc-header-01--banner-mode {
padding: 0;
}
.usine-bloc-header-01--banner-mode .usine-bloc-header-01__layout--media-background {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0 !important;
}
.usine-bloc-header-01--wrapped-shell-padding-absorbed[style*="padding-top: 0"][style*="padding-bottom: 0"] {
padding-top: 20px !important;
padding-bottom: 20px !important;
padding-inline: 20px;
}
.usine-bloc-header-01__layout {
flex-direction: column;
--usine-header-layout-gap: 24px;
gap: 24px;
min-height: 0; }
.usine-bloc-header-01__layout--media-left > .usine-bloc-header-01__content,
.usine-bloc-header-01__layout--media-left > .usine-bloc-header-01__media,
.usine-bloc-header-01__layout--media-right > .usine-bloc-header-01__content,
.usine-bloc-header-01__layout--media-right > .usine-bloc-header-01__media {
flex: 1 1 auto;
width: 100%;
max-width: none;
}
.usine-bloc-header-01__layout--content-panel {
gap: 0;
}
.usine-bloc-header-01__content--panel {
padding: 32px 24px;
}
.usine-bloc-header-01--wrapped-shell .usine-bloc-header-01__layout--media-right > .usine-bloc-header-01__media,
.usine-bloc-header-01--wrapped-shell .usine-bloc-header-01__layout--media-left > .usine-bloc-header-01__media {
padding: 0;
}
.usine-bloc-header-01__content {
gap: 32px;
}
.usine-bloc-header-01__inner-wrapper {
gap: 24px;
}
.usine-bloc-header-01__text-group {
gap: 16px;
}
.usine-bloc-header-01__title {
font-size: 36px;
}
.usine-bloc-header-01__buttons {
flex-direction: column;
width: 100%;
}
.usine-bloc-header-01__btn,
.usine-bloc-header-01 .btn {
width: 100%;
justify-content: center;
}
.usine-bloc-header-01__review {
flex-wrap: wrap;
}
.usine-bloc-header-01__features,
.usine-bloc-header-01__icon-texts {
flex-direction: column;
gap: 16px;
}
.usine-bloc-header-01__media {
width: 100%;
order: -1;
}
.usine-bloc-header-01__image-wrapper {
height: auto;
aspect-ratio: auto;
}
.usine-bloc-header-01__image {
height: auto;
}
.usine-bloc-header-01__media--source-sized .usine-bloc-header-01__image-wrapper {
height: auto !important;
aspect-ratio: var(--usine-header-image-mobile-aspect-ratio, 640 / 453);
border-radius: var(--usine-header-image-mobile-border-radius, inherit) !important;
}
.usine-bloc-header-01__media--source-sized .usine-bloc-header-01__image,
.usine-bloc-header-01__media--source-sized .usine-image-placeholder {
width: 100%;
height: 100% !important;
border-radius: var(--usine-header-image-mobile-border-radius, inherit) !important;
object-fit: cover;
}
}
@media (max-width: 480px) {
.usine-bloc-header-01__content--panel {
padding: 24px 20px;
}
.usine-bloc-header-01--wrapped-shell .usine-bloc-header-01__content--panel {
padding-inline: 20px;
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.usine-bloc-header-01.animate-in {
animation: fadeInUp 0.8s ease forwards;
} .usine-bloc-header-01.animate-in .usine-bloc-header-01__tagline {
animation: fadeInUp 0.8s ease 0.1s backwards;
}
.usine-bloc-header-01.animate-in .usine-bloc-header-01__title {
animation: fadeInUp 0.8s ease 0.2s backwards;
}
.usine-bloc-header-01.animate-in .usine-bloc-header-01__description {
animation: fadeInUp 0.8s ease 0.3s backwards;
}
.usine-bloc-header-01.animate-in .usine-bloc-header-01__buttons {
animation: fadeInUp 0.8s ease 0.4s backwards;
}
.usine-bloc-header-01.animate-in .usine-bloc-header-01__review {
animation: fadeInUp 0.8s ease 0.5s backwards;
}
.usine-bloc-header-01.animate-in .usine-bloc-header-01__features,
.usine-bloc-header-01.animate-in .usine-bloc-header-01__icon-texts {
animation: fadeInUp 0.8s ease 0.6s backwards;
} @media print {
.usine-bloc-header-01 {
page-break-inside: avoid;
}
.usine-bloc-header-01__btn,
.usine-bloc-header-01 .btn,
.usine-bloc-header-01__image {
box-shadow: none !important;
}
} @media (prefers-reduced-motion: reduce) {
.usine-bloc-header-01,
.usine-bloc-header-01 * {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.usine-bloc-header-01__btn:hover,
.usine-bloc-header-01 .btn:hover {
transform: none;
}
}