.usine-footer {
color: var(--footer-text-color, #ffffff);
padding: 1.25rem var(--we-home-page-gutter, 10px);
width: 100%;
box-sizing: border-box;
background-color: var(--footer-outer-bg, transparent); padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
width: calc(100% - 20px) !important;
max-width: calc(100% - 20px) !important;
margin-left: 10px !important;
margin-right: 10px !important;
margin-bottom: 8px !important;
border-radius: 20px !important;
overflow: hidden !important;
} .footer-container {
width: 100%;
max-width: 100%;
margin: 0 auto;
background-color: transparent;
border-radius: 0;
padding: 2rem 0 1.5rem;
box-sizing: border-box;
}
body.usine-navbar-width-boxed .footer-container {
max-width: var(--section-max-width, 1312px);
} body.usine-navbar-width-filled .usine-footer.footer-width-contained .footer-container {
max-width: var(--section-max-width, 1312px);
}
.usine-footer.has-wrapper .footer-container {
background-color: var(--footer-bg-color, #0a3760);
border-radius: 24px; padding: 1.5rem 2rem 1.25rem;
} .footer-width-filled .footer-container {
max-width: 100%;
border-radius: 0;
}
.footer-width-contained .footer-container {
max-width: var(--section-max-width, 1312px);
} .footer-main {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: clamp(2rem, 3.5vw, 3rem);
align-items: stretch;
margin-top: 12px;
margin-bottom: 0.75rem;
} .footer-primary-stack {
flex: 1 1 360px;
max-width: 420px;
min-width: 0;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0;
}
.footer-columns { margin-bottom: 0.75rem;
}
.footer-social { margin-bottom: 2rem;
padding: 1.25rem 0;
}
.footer-divider {
margin-top: 1.25rem;
}
.footer-bottom {
padding-top: 0.75rem;
} @media (min-width: 1025px) {
.footer-main {
display: grid;
grid-template-columns: minmax(620px, 1.45fr) minmax(0, 1fr);
align-items: start;
column-gap: clamp(2rem, 3vw, 3.5rem);
row-gap: 1.25rem;
} .footer-brand {
grid-column: 1 / 2;
grid-row: 1;
}
.footer-primary-content {
grid-column: 1 / 2;
grid-row: 2;
display: flex;
flex-direction: column;
align-items: flex-start;
align-content: flex-start;
gap: 18px;
min-width: 0;
}
.footer-columns-wrapper {
grid-column: 2 / 3;
grid-row: 1 / span 2;
align-self: center;
justify-content: flex-start;
}
.footer-columns {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
gap: 1rem clamp(2rem, 3vw, 3rem);
width: 100%;
margin-bottom: 0;
margin-left: 0;
}
.footer-link-item {
margin-bottom: 0;
}
.footer-primary-stack {
max-width: none;
}
.footer-subtitle,
.footer-meta,
.footer-newsletter {
width: 100%;
}
.usine-footer .footer-subtitle {
margin-bottom: 16px;
max-width: none;
width: 774px;
white-space: normal;
text-wrap: wrap;
line-height: 1.35;
}
.footer-meta {
margin-bottom: 0;
}
.footer-contact {
flex-wrap: nowrap;
align-items: flex-start;
gap: 0;
width: 100%;
min-width: 0;
margin-bottom: 0;
}
.footer-contact .contact-item {
display: inline-flex;
width: auto;
min-width: 0;
white-space: nowrap;
}
.footer-contact .contact-text {
white-space: nowrap;
}
.footer-actions {
flex-direction: column;
flex-wrap: nowrap;
align-items: flex-start;
gap: 12px;
width: auto;
margin-top: 0 !important;
}
.usine-footer .footer-actions .btn {
flex: 0 0 auto;
min-width: 0;
white-space: nowrap;
margin-top: 0;
margin-bottom: 0;
}
.footer-column {
min-width: 0;
}
.footer-column-title {
margin-bottom: 0.75rem;
}
.footer-links {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: flex-start;
gap: 14px;
padding-right: 95px;
}
.footer-link {
min-height: 0;
padding: 0;
white-space: nowrap;
}
}
.footer-brand {
min-width: 0;
}
.footer-columns-wrapper {
display: flex;
justify-content: flex-start;
flex: 0 0 auto;
width: 100%;
max-width: 100%;
} .footer-logo {
display: inline-flex;
align-items: center;
margin-bottom: 1rem;
text-decoration: none;
color: inherit;
}
.footer-logo-img {
display: block;
height: 52px;
width: 180px;
max-width: 100%;
max-height: none;
object-fit: contain;
object-position: left center;
}
.footer-logo-text {
display: inline-flex;
align-items: center;
min-height: 44px;
font-size: 1.5rem;
font-weight: 700;
color: var(--footer-text-color);
} .footer-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 0;
}
.footer-primary-stack > .footer-contact + .footer-actions {
margin-top: 1.25rem;
}
.footer-primary-stack > .footer-brand + .footer-contact {
margin-top: 1.25rem;
}
.footer-primary-stack > .footer-brand + .footer-actions {
margin-top: 1.25rem;
}
.footer-actions .btn {
border-radius: 9999px;
font-weight: 500;
} .usine-footer .footer-actions .btn-primary.usine-cta-parler-projet {
background-color: #005cfb !important;
color: #ffffff !important;
border-color: #005cfb !important;
}
.usine-footer .footer-actions .btn-primary.usine-cta-parler-projet:hover,
.usine-footer .footer-actions .btn-primary.usine-cta-parler-projet:focus {
background-color: var(--btn-primary-bg-hover, #0047c6) !important;
border-color: var(--btn-primary-bg-hover, #0047c6) !important;
color: #ffffff !important;
}
.usine-footer .footer-actions .btn-primary.usine-cta-parler-projet:active {
background-color: var(--btn-primary-bg-hover, #0047c6) !important;
border-color: var(--btn-primary-bg-hover, #0047c6) !important;
color: #ffffff !important;
} .footer-subtitle {
color: var(--footer-text-color);
opacity: 0.8;
margin-bottom: 1rem;
white-space: pre-line;
}
.footer-meta {
color: var(--footer-text-color);
opacity: 0.9;
white-space: pre-line;
margin-bottom: 1.25rem;
} .footer-newsletter {
margin-bottom: 2.5rem;
}
.footer-newsletter-name,
.footer-newsletter-label {
margin: 0 0 0.75rem;
color: var(--footer-text-color);
}
.footer-newsletter-name {
opacity: 0.9;
}
.newsletter-form {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.newsletter-form .form-group {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
max-width: 480px;
}
.newsletter-input {
flex: 1;
padding: 0.75rem 1rem;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 6px;
background: rgba(255, 255, 255, 0.1);
color: var(--footer-text-color);
font-size: 0.95rem;
}
.newsletter-input::placeholder {
color: var(--footer-newsletter-placeholder-color, rgba(255, 255, 255, 0.5));
}  .footer-contact:empty {
display: none;
}
.footer-contact {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-bottom: 0;
width: 100%;
min-width: 0;
}
.footer-primary-stack > .footer-contact {
margin-bottom: 0;
}
.contact-item {
display: flex;
align-items: center;
gap: 0.5rem;
min-width: 0;
}
.contact-text--link {
color: inherit;
text-decoration: none;
}
.contact-text--link:hover {
opacity: 0.92;
}
.contact-icon .icon-img {
width: 20px;
height: 20px;
}
.contact-icon .icon--fallback {
width: 20px;
height: 20px;
}
.contact-text {
color: var(--footer-text-color);
opacity: 0.8;
font-size: 0.95rem;
} .footer-columns {
display: grid;
grid-auto-flow: row;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
justify-content: start;
gap: 1.75rem clamp(2rem, 4vw, 5rem);
width: 100%;
max-width: 100%;
margin-left: 0;
margin-bottom: 1.25rem;
}
.footer-column-title {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--footer-text-color);
}
.footer-links {
list-style: none;
margin: 0;
padding: 0;
}
.footer-link-item {
margin-bottom: 0.75rem;
}
.footer-link {
display: inline-flex;
align-items: center;
gap: 4px;
color: var(--footer-text-color);
text-decoration: none;
opacity: 0.8;
transition: opacity 0.2s;
font-size: 0.95rem;
}
.footer-link:hover {
opacity: 1;
}
.footer-link-icon {
flex-shrink: 0;
}
.footer-link.btn-disabled {
opacity: 0.65;
}
.footer-link-chevron {
display: none;
} .footer-social {
text-align: center;
margin-bottom: 3rem;
padding: 2rem 0;
}
.footer-social-title {
font-size: 1rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--footer-text-color);
}
.footer-social-links {
display: flex;
justify-content: center;
gap: 1.5rem;
}
.footer-social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
color: var(--footer-text-color);
text-decoration: none;
transition: background-color 0.2s, transform 0.2s;
}
.footer-social-link:hover {
background-color: rgba(255, 255, 255, 0.2);
transform: translateY(-2px);
}
.footer-social-link .dashicons {
width: 20px;
height: 20px;
font-size: 20px;
}
.footer-social-link .social-icon-img,
.footer-social-link .icon--fallback {
width: 20px;
height: 20px;
} .footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
padding-top: 16px;
padding-bottom: 16px;
margin-bottom: 0.25rem;
font-size: 0.85rem;
} .footer-divider {
width: 100%;
height: 1px;
margin: 1rem 0 0;
background: rgba(255, 255, 255, 0.1);
}
.footer-copyright {
color: rgba(255, 255, 255, 0.72) !important;
}
.footer-copyright * {
color: inherit !important;
}
.footer-credit {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.footer-credit-text {
font-size: 14px;
line-height: 1.3;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.footer-legal-links {
display: flex;
gap: 1.5rem;
list-style: none;
margin: 0;
padding: 0;
}
.footer-legal-link {
color: rgba(255, 255, 255, 0.72);
text-decoration: none;
transition: opacity 0.2s;
}
.footer-legal-link:hover {
opacity: 1;
} .footer-webiteasy-link {
display: inline-flex;
align-items: center;
vertical-align: middle;
}
.footer-webiteasy-logo {
height: 20px;
width: auto;
display: inline-block;
vertical-align: middle;
opacity: 0.72;
transition: opacity 0.2s;
}
.footer-webiteasy-link:hover .footer-webiteasy-logo {
opacity: 1;
} @media (max-width: 1024px) and (min-width: 769px) {
.usine-footer {
padding: 1rem var(--we-home-page-gutter, 10px) 1rem;
}
.usine-footer.has-wrapper .footer-container {
padding: 1.75rem 1.5rem 1.25rem;
}
.footer-main {
flex-direction: column;
gap: 2rem;
align-items: stretch;
}
.footer-primary-stack {
flex: none;
max-width: none;
width: 100%;
}
.footer-columns-wrapper {
max-width: 100%;
justify-content: flex-start;
}
.footer-columns {
grid-auto-flow: row;
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
margin-left: 0;
justify-content: start;
gap: 2rem 3rem;
}
.footer-link {
min-height: 40px;
align-items: center;
padding: 0.25rem 0;
}
} @media (max-width: 768px) {
.usine-footer {
padding: 12px max(var(--we-home-page-gutter, 10px), 12px) 16px;
overflow-x: clip;
}
.footer-container {
padding: clamp(24px, 5vw, 32px) clamp(18px, 4vw, 24px) clamp(20px, 4vw, 28px);
}
.usine-footer.has-wrapper .footer-container {
padding: clamp(24px, 5vw, 32px) clamp(18px, 4vw, 24px) clamp(20px, 4vw, 28px);
}
.footer-main {
flex-direction: column;
align-items: stretch;
gap: clamp(24px, 5vw, 32px);
margin-bottom: clamp(20px, 4vw, 28px);
}
.footer-primary-stack {
flex: none;
max-width: none;
width: 100%;
gap: 0;
} .footer-brand .footer-logo {
margin-bottom: 1rem;
}
.footer-brand .footer-subtitle {
margin-bottom: 0.875rem;
}
.footer-brand .footer-meta {
margin-bottom: 1rem;
}
.footer-brand .footer-newsletter {
margin-bottom: 1.25rem;
}
.footer-primary-stack > .footer-brand + .footer-contact {
margin-top: 0;
padding-top: clamp(4px, 1vw, 8px);
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-contact {
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
gap: 12px;
width: 100%;
}
.footer-contact .contact-item {
width: 100%;
box-sizing: border-box;
min-height: 48px;
padding: 12px 16px;
justify-content: center;
gap: 10px;
border-radius: 14px;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.22);
}
.footer-contact .contact-item--dial {
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.35);
font-weight: 600;
}
.footer-contact .contact-text {
font-size: 1rem;
line-height: 1.45;
opacity: 1;
text-align: center;
}
.footer-contact .contact-icon .icon-img,
.footer-contact .contact-icon .icon--fallback {
width: 22px;
height: 22px;
}
.footer-primary-stack > .footer-contact + .footer-actions {
margin-top: clamp(20px, 4vw, 24px);
padding-top: clamp(16px, 3vw, 20px);
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-actions {
flex-direction: column;
flex-wrap: nowrap;
width: 100%;
gap: 12px;
}
.footer-actions .btn {
width: 100%;
min-height: 48px;
justify-content: center;
box-sizing: border-box;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.footer-columns-wrapper {
flex: none;
max-width: 100%;
justify-content: flex-start;
width: 100%;
padding-top: clamp(8px, 2vw, 12px);
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-columns {
width: 100%;
margin-left: 0;
margin-bottom: 0;
justify-content: start;
grid-auto-flow: row;
grid-auto-columns: auto;
grid-template-columns: minmax(0, 1fr);
gap: clamp(20px, 4vw, 28px);
}
.footer-column-title {
font-size: 1.0625rem;
margin-bottom: 0.75rem;
}
.footer-link-item {
margin-bottom: 0;
}
.footer-links {
display: flex;
flex-direction: column;
gap: 14px;
}
.footer-link {
min-height: 44px;
padding: 0.4rem 0;
align-items: center;
font-size: 1rem;
line-height: 1.45;
opacity: 0.92;
}
.footer-social {
margin-bottom: clamp(20px, 4vw, 28px);
padding: clamp(16px, 3vw, 20px) 0;
}
.footer-divider {
margin: clamp(20px, 4vw, 28px) 0 clamp(16px, 3vw, 20px);
}
.footer-bottom {
flex-direction: column;
align-items: center;
text-align: center;
gap: clamp(16px, 3vw, 20px);
padding-top: clamp(8px, 2vw, 12px);
font-size: 0.8125rem;
line-height: 1.45;
}
.footer-credit-text {
font-size: 0.8125rem;
}
.footer-legal-links {
flex-direction: column;
align-items: center;
gap: 12px;
width: 100%;
padding-top: clamp(12px, 2.5vw, 16px);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-legal-link {
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.8125rem;
line-height: 1.4;
padding: 4px 8px;
}
.newsletter-form .form-group {
max-width: 100%;
flex-direction: column;
}
}