.bloc-features-02 {
width: 100%;
box-sizing: border-box;
padding: 80px var(--section-padding-x, 64px);
background-color: transparent;
font-family: inherit;
}
.bloc-features-02__container {
max-width: var(--section-max-width, 1312px);
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 32px;
align-items: stretch;
}
.bloc-features-02--wrapped-shell {
padding-top: 0;
padding-bottom: 0;
}
.bloc-features-02__container--media-left {
flex-direction: row-reverse;
}
.bloc-features-02__container--media-right {
flex-direction: row;
}
.bloc-features-02--editorial .bloc-features-02__container {
align-items: center;
}
.bloc-features-02--editorial.bloc-features-02--checklist .bloc-features-02__container {
gap: 0;
}
.bloc-features-02--editorial.bloc-features-02--newsletter .bloc-features-02__container {
gap: 80px;
align-items: stretch;
}
.bloc-features-02--editorial.bloc-features-02--newsletter .bloc-features-02__zone-left {
flex: 1 1 0%;
max-width: 578px;
}
.bloc-features-02--editorial.bloc-features-02--newsletter .bloc-features-02__zone-right {
flex: 0 1 var(--bloc-features-02-hero-source-width, 654px);
max-width: min(100%, var(--bloc-features-02-hero-source-width, 654px));
} .bloc-features-02__zone-left {
flex: 1 1 0%;
min-width: 0;
display: flex;
flex-direction: column;
gap: 32px;
}
.bloc-features-02__zone-left--wrapped {
padding: var(--bloc-features-02-zone-wrapper-padding, 24px);
box-sizing: border-box;
}
.bloc-features-02--editorial.bloc-features-02--checklist .bloc-features-02__zone-left--wrapped {
padding: 48px;
} .bloc-features-02__zone-icons {
display: flex;
gap: 16px;
align-items: center;
}
.bloc-features-02__zone-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.bloc-features-02__zone-icon .bloc-features-02__zone-icon-glyph,
.bloc-features-02__zone-icon .icon,
.bloc-features-02__zone-icon img,
.bloc-features-02__zone-icon svg {
display: block;
max-width: 100%;
max-height: 100%;
} .bloc-features-02__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.bloc-features-02__tag {
display: inline-flex;
padding: 4px 12px;
border-radius: var(--badge-border-radius, 9999px);
font-size: 14px;
font-weight: 600;
} .bloc-features-02__content-all {
display: flex;
flex-direction: column;
gap: 24px;
color: inherit;
}
.bloc-features-02__content-all:empty {
display: none;
}
.bloc-features-02__tagline {
font-size: 16px;
font-weight: 700;
line-height: 1.5;
margin: 0;
}
.bloc-features-02__headline {
font-size: 48px;
font-weight: 500;
line-height: 1;
margin: 0;
}
.bloc-features-02__description {
font-size: 18px;
font-weight: 400;
line-height: 1.5;
margin: 0;
} .bloc-features-02__form-section {
display: flex;
flex-direction: column;
gap: 8px;
}
.bloc-features-02__form-label {
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #232425;
}
.bloc-features-02__form-row {
display: flex;
gap: 8px;
align-items: stretch;
}
.bloc-features-02__form-input {
flex: 1;
min-width: 0;
height: 48px;
padding: 12px 16px;
font-size: 16px;
font-weight: 400;
color: #232425;
background-color: #ffffff;
border: 1px solid #232425;
border-radius: var(--bloc-features-02-form-input-radius, 8px);
outline: none;
}
.bloc-features-02__form-input::placeholder {
color: var(--bloc-features-02-placeholder-color, #999);
}
.bloc-features-02__form-input:focus {
border-color: #3C0314;
}
.bloc-features-02__form-row .btn {
flex: none;
align-self: stretch;
min-height: 48px;
}
.bloc-features-02__card-content .btn {
flex-shrink: 0;
max-width: 100%;
}
.bloc-features-02__form-legal {
font-size: 12px;
line-height: 1;
color: #84898c;
margin: 0;
} .bloc-features-02__details {
display: flex;
flex-direction: column;
gap: 12px; }
.bloc-features-02--editorial.bloc-features-02--checklist .bloc-features-02__details {
gap: 16px;
} .bloc-features-02__details .icon-text {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
width: 100%;
}
.bloc-features-02__details .icon-text__icon {
width: var(--us-icon-size, 24px);
height: var(--us-icon-size, 24px);
flex-shrink: 0;
background-color: transparent;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.bloc-features-02__details .icon-text__icon.icon--wrapped {
padding: var(--us-icon-wrap-padding, 8px);
box-sizing: content-box;
}
.bloc-features-02__details .icon-text__icon svg,
.bloc-features-02__details .icon-text__icon img {
width: 14px;
height: 14px;
color: inherit;
}
.bloc-features-02__details .icon-text__text {
flex: 1 1 auto;
min-width: 0;
font-size: 16px;
line-height: 1.5;
color: inherit;
}  .bloc-features-02__card-wrap {
display: flex;
flex-direction: column;
gap: 32px;
}
.bloc-features-02__card-wrap--horizontal {
flex-direction: column;
}
.bloc-features-02__card-wrap--vertical {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
} .bloc-features-02__card {
background-color: var(--card-bg, transparent);
border: none;
overflow: hidden;
width: 100%;
} .bloc-features-02__card--horizontal {
display: flex;
flex-direction: row;
align-items: stretch;
gap: var(--bloc-features-02-horizontal-card-gap, 32px);
}
.bloc-features-02__card--horizontal .bloc-features-02__card-image {
flex: 1 1 50%;
width: 50%;
min-width: 0;
min-height: 200px;
align-self: stretch;
}
.bloc-features-02__card--horizontal .bloc-features-02__card-content {
flex: 1 1 50%;
width: 50%;
min-width: 0;
} .bloc-features-02__card--vertical {
display: flex;
flex-direction: column;
}
.bloc-features-02__card--vertical .bloc-features-02__card-image {
width: 100%;
aspect-ratio: 16 / 9;
} .bloc-features-02__card--media-bottom {
flex-direction: column-reverse;
}
.bloc-features-02__card--media-background {
position: relative;
}
.bloc-features-02__card--media-background .bloc-features-02__card-image {
position: absolute;
inset: 0;
z-index: 0;
}
.bloc-features-02__card--media-background .bloc-features-02__card-content {
position: relative;
z-index: 1;
}
.bloc-features-02__card--horizontal-reverse {
flex-direction: row-reverse;
} .bloc-features-02__card-image {
background-color: transparent;
overflow: hidden;
}
.bloc-features-02__card-image--wrapped {
padding: var(--bloc-features-02-card-image-wrapper-padding, 24px);
box-sizing: border-box;
}
.bloc-features-02__card-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bloc-features-02__card-image .bloc-features-02__card-img.usine-image-placeholder {
width: 100%;
height: 100%;
min-height: 100%;
padding: 0;
} .bloc-features-02__card-content {
display: flex;
flex-direction: column;
gap: 32px;
padding: 24px;
min-width: 0;
box-sizing: border-box;
}
.bloc-features-02__card-shell-link {
display: block;
width: 100%;
color: inherit;
text-decoration: none;
}
.bloc-features-02__card-number-wrap {
align-self: flex-start;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px;
} .bloc-features-02__card-icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}
.bloc-features-02__card-icon svg {
width: 36px;
height: 36px;
color: #232425;
} .bloc-features-02__card-number {
display: block;
font-size: 40px;
font-weight: 500;
line-height: 1;
color: #232425;
margin: 0;
} .bloc-features-02__card-title {
font-size: 20px;
font-weight: 500;
line-height: 1.5;
color: #232425;
margin: 0;
overflow-wrap: break-word;
word-break: break-word;
} .bloc-features-02__card-description {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: inherit;
margin: 0;
overflow-wrap: break-word;
word-break: break-word;
}
.bloc-features-02 .icon-text__text {
overflow-wrap: break-word;
word-break: break-word;
} .bloc-features-02__card-details {
display: flex;
flex-direction: column;
gap: 16px;
}
.bloc-features-02__card-details .icon-text {
display: flex;
gap: 8px;
align-items: flex-start;
width: 100%;
}
.bloc-features-02__card-details .icon-text__icon {
width: var(--us-icon-size, 24px);
height: var(--us-icon-size, 24px);
padding: 2px;
border-radius: 32px;
flex-shrink: 0;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.bloc-features-02__card-details .icon-text__icon.icon--wrapped {
padding: var(--us-icon-wrap-padding, 8px);
box-sizing: content-box;
}
.bloc-features-02__card-details .icon-text__icon svg,
.bloc-features-02__card-details .icon-text__icon img {
width: 20px;
height: 20px;
}
.bloc-features-02__card-details .icon-text__text {
flex: 1 1 auto;
min-width: 0;
} .bloc-features-02__card-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #3C0314;
text-decoration: none;
transition: color 0.2s ease;
}
.bloc-features-02__card-link:hover {
color: #2a020e;
}
.bloc-features-02__card-link-icon {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.bloc-features-02__card-link-icon svg {
width: 10px;
height: 10px;
} .bloc-features-02__actions {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.bloc-features-02--editorial.bloc-features-02--checklist .bloc-features-02__actions {
margin-top: 16px;
}
.bloc-features-02--editorial.bloc-features-02--newsletter .bloc-features-02__zone-left {
gap: 48px;
} .bloc-features-02__zone-right {
flex: 1 1 0%;
width: 100%;
min-width: 0;
display: flex;
align-items: center;
overflow: hidden;
border-radius: 0;
}
.bloc-features-02__hero-image {
width: 100%;
height: auto;
background-color: transparent;
display: flex;
align-items: stretch;
justify-content: center;
min-height: var(--bloc-features-02-hero-source-height, 616px);
aspect-ratio: var(--bloc-features-02-hero-aspect-ratio, 654 / 616);
border-radius: 0;
overflow: hidden;
}
.bloc-features-02--editorial .bloc-features-02__hero-image {
height: var(--bloc-features-02-hero-source-height, auto);
min-height: 0;
aspect-ratio: auto;
}
.bloc-features-02__hero-image--wrapped {
padding: var(--bloc-features-02-hero-wrapper-padding, 24px);
box-sizing: border-box;
}
.bloc-features-02__hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bloc-features-02__hero-image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.bloc-features-02__hero-image-placeholder svg {
width: 64px;
height: 64px;
color: #999;
opacity: 0.5;
} @media (max-width: 1400px) {
.bloc-features-02__container {
gap: 32px;
}
.bloc-features-02__headline {
font-size: 40px;
}
} @media (max-width: 1200px) {
.bloc-features-02 {
padding: 64px var(--section-padding-x, 64px);
}
.bloc-features-02__container {
flex-direction: column;
gap: 48px;
}
.bloc-features-02--editorial.bloc-features-02--checklist .bloc-features-02__container {
gap: 32px;
}
.bloc-features-02__zone-left,
.bloc-features-02__zone-right {
width: 100%;
max-width: none;
}
.bloc-features-02__headline {
font-size: 36px;
}
.bloc-features-02__hero-image {
min-height: 400px;
}
} @media (max-width: 992px) {
.bloc-features-02 {
padding: 48px var(--section-padding-x, 64px);
}
.bloc-features-02__headline {
font-size: 32px;
}
.bloc-features-02__card--horizontal {
flex-direction: column;
}
.bloc-features-02__card--horizontal .bloc-features-02__card-image {
flex: none;
width: 100%;
aspect-ratio: 16 / 9;
min-height: 0;
}
.bloc-features-02__card--horizontal .bloc-features-02__card-img {
width: 100%;
height: 100%;
}
.bloc-features-02__card--horizontal .bloc-features-02__card-content {
flex: none;
width: 100%;
}
} @media (max-width: 768px) {
.bloc-features-02 {
padding: 40px var(--section-padding-x, 64px);
}
.bloc-features-02__zone-left {
gap: 24px;
}
.bloc-features-02--editorial.bloc-features-02--checklist .bloc-features-02__container {
gap: 24px;
}
.bloc-features-02--editorial.bloc-features-02--newsletter .bloc-features-02__container {
gap: 48px;
}
.bloc-features-02--editorial.bloc-features-02--newsletter .bloc-features-02__zone-right {
flex: 0 0 auto;
}
.bloc-features-02__headline {
font-size: 28px;
}
.bloc-features-02__description {
font-size: 16px;
}
.bloc-features-02__form-row {
flex-direction: column;
gap: 12px;
}
.bloc-features-02__card-content .btn {
gap: 4px;
padding-left: 8px !important;
padding-right: 8px !important;
}
.bloc-features-02__form-input {
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
.bloc-features-02__actions {
flex-direction: column;
}
.bloc-features-02__card-number {
font-size: 20px;
}
.bloc-features-02__card-wrap--vertical {
grid-template-columns: 1fr;
}
.bloc-features-02__hero-image {
min-height: 0;
aspect-ratio: var(--bloc-features-02-hero-aspect-ratio, 654 / 616);
}
} @media (max-width: 480px) {
.bloc-features-02__headline {
font-size: 24px;
}
.bloc-features-02__tagline {
font-size: 14px;
}
.bloc-features-02__card-content {
padding: 16px;
}
.bloc-features-02__card-content .btn {
gap: 2px;
min-width: 0;
overflow: visible;
padding-left: 6px !important;
padding-right: 6px !important;
}
.bloc-features-02__card-content .btn .btn-icon-left,
.bloc-features-02__card-content .btn .btn-icon-right {
width: 16px;
height: 16px;
}
}