.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}:root {
--color-primary: #004AAD;
--color-secondary: #F5F8FF;
--color-accent: #FBBF24;
--color-dark: #0B1B33;
--color-muted: #4F5D75;
--color-light: #FFFFFF;
--color-overlay: rgba(0, 31, 74, 0.65);
--radius-lg: 22px;
--shadow-soft: 0 24px 68px rgba(0, 44, 102, 0.16);
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
--font-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
--max-width: 1180px;
}
*,
*,
*::before,
*::after {
box-sizing: border-box !important;
}
body {
margin: 0;
font-family: var(--font-sans);
background-color: var(--color-light);
color: var(--color-muted);
line-height: 1.6;
}
a {
color: inherit;
text-decoration: none;
transition: color 0.3s ease, opacity 0.3s ease;
}
a:hover,
a:focus {
color: var(--color-primary);
opacity: 0.85;
}
img {
display: block;
max-width: 100%;
height: auto;
}
main {
overflow: hidden;
} .site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 1000;
background: var(--color-light);
box-shadow: none !important;
border-bottom: none !important;
box-sizing: border-box;
margin-bottom: 0 !important;
}
.site-main {
padding-top: 80px;
}  header,
.site-header,
header + main,
header + .hero,
header + .section,
header + #hero {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
} .hero,
.section--hero,
#hero,
.hero-section,
main {
margin-top: 0 !important;
padding-top: 0 !important;
} .hero__inner,
.section--hero .section__inner {
padding-top: 0;
}
@media (max-width: 768px) {
.hero__inner,
.section--hero .section__inner {
padding-top: 0;
}
} body,
#page,
.site-container {
row-gap: 0 !important;
gap: 0 !important;
} .button {
display: inline-flex;
align-items: center;
gap: 0.75rem;
padding: 0.95rem 1.85rem;
border-radius: 999px;
background: var(--color-primary);
color: var(--color-light);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
border: none;
box-shadow: 0 18px 40px rgba(0, 74, 173, 0.28);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}
.button:hover,
.button:focus {
transform: translateY(-2px);
box-shadow: 0 24px 50px rgba(0, 74, 173, 0.35);
}
.button--small {
padding: 0.65rem 1.15rem;
gap: 0.5rem;
font-size: 0.8rem;
letter-spacing: 0.06em;
box-shadow: 0 12px 26px rgba(0, 74, 173, 0.2);
} .section {
padding: 25px 1.5rem;
}
.section__inner {
max-width: var(--max-width);
margin: 0 auto;
}
.section__eyebrow {
display: inline-flex;
align-items: center;
gap: 0.65rem;
padding: 0.45rem 1.15rem;
border-radius: 999px;
background: rgba(0, 74, 173, 0.12);
color: var(--color-primary);
font-size: 0.8rem;
line-height: 1;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 1.15rem;
}
.realisations .section__eyebrow {
margin-bottom: 3rem;
}
.hero__meta {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.15rem;
}
.hero__meta .section__eyebrow {
margin-bottom: 0;
}
.hero__social-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.35rem 0.8rem;
border-radius: 999px;
border: 1px solid rgba(0, 74, 173, 0.18);
background: #FFFFFF;
font-size: 0.8rem;
font-weight: 600;
color: #0B1B33;
margin-left: 6rem;
}
.hero__social-icon {
width: 18px;
height: 18px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
background: #1877F2;
color: #FFFFFF;
font-size: 0.9rem;
font-weight: 700;
}
.hero__social-label {
text-transform: uppercase;
letter-spacing: 0.08em;
}
@media (max-width: 640px) {
.hero__meta {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
}
.section__title {
font-family: var(--font-serif);
font-size: clamp(2.1rem, 4.8vw, 3.2rem);
margin-bottom: clamp(1rem, 3vw, 1.75rem);
color: var(--color-dark);
line-height: 1.2;
text-align: center;
}
.section__subtitle {
margin: 0 auto clamp(1rem, 2vw, 1.5rem);
max-width: 680px;
font-size: clamp(1rem, 2.1vw, 1.2rem);
text-align: center;
} .hero,
#hero,
.hero-section {
margin-top: 0 !important;
padding-top: 100px !important;
padding-bottom: clamp(1rem, 4vw, 2rem) !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
position: relative;
overflow: hidden;
background: radial-gradient(circle at top left, rgba(0, 74, 173, 0.12), transparent 45%),
linear-gradient(120deg, rgba(0, 74, 173, 0.12) 0%, rgba(0, 74, 173, 0) 65%);
display: flow-root !important;
} .hero > *,
#hero > *,
.hero-section > * {
margin-top: 0 !important;
}
.hero h1,
#hero h1,
.hero-section h1,
.hero .section__eyebrow,
#hero .section__eyebrow,
.hero-section .section__eyebrow,
.hero .badge,
#hero .badge,
.hero-section .badge {
margin-top: 0 !important;
}
@media (max-width: 768px) {
.hero,
#hero,
.hero-section {
padding-top: 90px !important;
}
}
.hero__inner {
max-width: var(--max-width);
margin: 0 auto;
display: grid;
gap: clamp(2rem, 6vw, 4rem);
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
align-items: center;
}
.hero__title {
font-family: var(--font-sans);
font-size: clamp(2.4rem, 5.2vw, 3.8rem);
margin: 0 0 1rem;
color: #0F172A;
font-weight: 800;
line-height: 1.15;
}
.hero__title-highlight {
color: #0052CC;
}
.hero__description {
margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
font-size: clamp(1.05rem, 2.4vw, 1.3rem);
max-width: 540px;
color: #334155;
}
.hero__description strong {
font-weight: 600;
color: #0F172A;
}
.hero__badges {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: clamp(1.25rem, 3vw, 2rem);
align-items: stretch;
}
.hero__badge-card {
background: #F8FAFC;
border: 1px solid #E2E8F0;
border-radius: 12px;
padding: 10px 12px;
display: flex;
align-items: center;
gap: 10px;
transition: all 0.2s ease;
}
.hero__badge-card:hover {
background: #F1F5F9;
border-color: #CBD5E1;
transform: translateY(-2px);
}
.hero__badge-icon {
width: 18px;
height: 18px;
flex-shrink: 0;
color: #0052CC;
}
.hero__badge-text {
color: #1E293B;
font-size: 0.875rem;
font-weight: 600;
line-height: 1.3;
white-space: nowrap;
}
.hero a.button:hover,
.hero a.button:focus {
transform: translateY(-2px);
box-shadow: 0 24px 50px rgba(0, 74, 173, 0.35);
transition: transform 0.3s ease, box-shadow 0.3s ease;
color: var(--color-light);
background: var(--color-primary);
}
.button--hero {
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 700;
}
.hero__decennale-card {
width: 100%;
min-height: 150px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
padding: 1.25rem 1.5rem;
border-radius: calc(var(--radius-lg) * 1.05);
border: 1px solid rgba(0, 74, 173, 0.15);
background: linear-gradient(135deg, rgba(0, 74, 173, 0.08), rgba(255, 255, 255, 0.85));
box-shadow: 0 18px 40px rgba(0, 74, 173, 0.18);
margin-bottom: 1.25rem;
position: relative;
z-index: 2;
}
.hero__decennale-content {
flex: 1;
text-align: left;
color: var(--color-dark);
}
.hero__decennale-title {
margin: 0 0 0.35rem;
font-size: 1.05rem;
font-weight: 700;
}
.hero__decennale-copy {
margin: 0;
font-size: 0.92rem;
line-height: 1.45;
font-weight: 500;
}
.hero__decennale-badge {
width: 120px;
height: auto;
flex-shrink: 0;
}
@media (max-width: 640px) {
.hero__decennale-card {
flex-direction: column;
text-align: center;
}
.hero__decennale-content {
text-align: center;
}
.hero__decennale-badge {
width: 90px;
}
}
.hero__description--mobile {
display: none;
}
.hero__media {
position: relative;
}
.hero__image {
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-soft);
}
.hero__image img {
width: 100%;
height: auto;
display: block;
} .services__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.5rem;
margin-top: 2rem;
}
.services__grid--secondary {
margin-top: 3rem;
}
.service-card {
padding: 2rem;
border-radius: var(--radius-lg);
background: var(--color-secondary);
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
border: 2px solid transparent;
position: relative;
display: flex;
flex-direction: column;
}
.service-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0, 74, 173, 0.15);
border-color: rgba(0, 82, 204, 0.3);
}
.service-card__header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 0.75rem;
}
.service-card__icon-wrapper {
width: 48px;
height: 48px;
border-radius: 50%;
background: #E0EDFF;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #0052CC;
}
.service-card__icon {
width: 24px;
height: 24px;
color: #0052CC;
}
.service-card__icon img {
width: 24px;
height: 24px;
filter: invert(24%) sepia(85%) saturate(3015%) hue-rotate(209deg) brightness(97%) contrast(106%);
}
.service-card svg, 
.service-icon svg {
stroke: #0052CC !important;
color: #0052CC !important;
}
.service-card__icon img {
width: 48px;
height: 48px;
}
.service-card__title {
font-family: var(--font-serif);
font-size: 1.25rem;
margin: 0;
color: var(--color-dark);
}
.ampersand {
font-family: Arial, sans-serif;
font-style: italic;
}
.service-card p {
margin: 0 0 1.25rem;
font-size: 0.95rem;
line-height: 1.6;
}
.service-card__cta {
display: inline-flex;
align-items: center;
font-size: 0.9rem;
font-weight: 600;
color: #0052CC;
text-decoration: none;
transition: all 0.2s ease;
margin-top: auto;
}
.service-card__header-left {
display: flex;
align-items: center;
gap: 0.75rem;
}
.service-card__toggle-icon {
display: none;
font-size: 1.5rem;
font-weight: 300;
color: #0052CC;
transition: transform 0.3s ease;
line-height: 1;
}
.service-card__content {
display: flex;
flex-direction: column;
}
.service-card__cta:hover {
color: #003399;
transform: translateX(4px);
}
.services__global-cta {
text-align: center;
margin-top: 3rem;
}
.button--secondary {
background: transparent;
border: 2px solid #0052CC;
color: #0052CC;
padding: 0.875rem 2rem;
font-size: 1rem;
font-weight: 600;
border-radius: 8px;
transition: all 0.3s ease;
}
.button--secondary:hover {
background: #0052CC;
color: white;
transform: translateY(-2px);
box-shadow: 0 8px 16px rgba(0, 82, 204, 0.2);
} .parallax-section {
position: relative;
padding: clamp(4rem, 10vw, 8rem) 0;
overflow: hidden;
min-height: 400px;
display: flex;
align-items: center;
}
.parallax-section__media {
position: relative;
width: 100%;
height: auto;
z-index: 1;
}
.parallax-section__media img {
width: 100%;
height: auto;
display: block;
}
.parallax-section__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
z-index: 2;
}
.parallax-section__content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
color: var(--color-light);
text-align: center;
width: 100%;
pointer-events: none;
}
.parallax-section__inner {
pointer-events: auto;
}
.parallax-section__inner {
max-width: var(--max-width);
margin: 0 auto;
}
.parallax-section__title {
font-family: var(--font-serif);
font-size: clamp(2rem, 5vw, 3rem);
margin: 0 0 1.5rem;
line-height: 1.2;
color: white;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.parallax-section__text {
font-size: clamp(1rem, 2.2vw, 1.25rem);
max-width: 700px;
margin: 0 auto;
line-height: 1.6;
}
.reassurance-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
max-width: 900px;
margin: 2rem auto 0;
}
.reassurance-item {
text-align: center;
padding: 1.5rem;
background: rgba(255, 255, 255, 0.15);
border-radius: 12px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.reassurance-item__icon {
width: 48px;
height: 48px;
margin: 0 auto 1rem;
background: #FFFFFF;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #0052CC;
}
.reassurance-item__icon svg {
width: 24px;
height: 24px;
color: #0052CC;
stroke: #0052CC;
}
.reassurance-item__title {
font-family: var(--font-serif);
font-size: 1.1rem;
font-weight: 600;
color: white;
margin: 0 0 0.5rem;
}
.reassurance-item__text {
font-size: 0.9rem;
line-height: 1.5;
color: #F1F5F9;
margin: 0;
}
@media (max-width: 768px) {
.reassurance-grid {
display: flex;
flex-direction: row;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding: 0 1rem 1rem;
margin: 2rem auto 0;
max-width: 100%;
scrollbar-width: none;
}
.reassurance-grid::-webkit-scrollbar {
display: none;
}
.reassurance-item {
flex-shrink: 0;
width: 85vw;
scroll-snap-align: center;
padding: 1.5rem;
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(4px);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.reassurance-item:first-child {
margin-left: 7.5vw;
}
.reassurance-item:last-child {
margin-right: 7.5vw;
}
} .realisations__layout {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 3rem;
align-items: center;
}
.realisations {
padding-top: 0rem;
padding-bottom: 6rem;
}
.realisations__image {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-soft);
}
.realisations__hint {
position: absolute;
top: 1rem;
right: 1rem;
background: rgba(255, 255, 255, 0.9);
color: var(--color-dark);
padding: 0.5rem 1rem;
border-radius: 999px;
font-size: 0.8rem;
font-weight: 600;
z-index: 10;
pointer-events: none;
}
.before-after-slider {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
border-radius: var(--radius-lg);
}
.before-after-slider__before,
.before-after-slider__after {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.before-after-slider__after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip-path: inset(0 0 0 50%);
}
.before-after-slider__handle {
position: absolute;
top: 0;
left: 50%;
width: 4px;
height: 100%;
background: white;
cursor: ew-resize;
transform: translateX(-50%);
z-index: 5;
}
.before-after-slider__handle-line {
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 100%;
background: white;
transform: translateX(-50%);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.before-after-slider__handle-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.before-after-slider__handle-arrow {
font-size: 14px;
font-weight: bold;
color: var(--color-primary);
position: absolute;
}
.before-after-slider__handle-arrow--left {
left: 8px;
}
.before-after-slider__handle-arrow--right {
right: 8px;
}
.before-after-slider__label {
position: absolute;
top: 1rem;
padding: 0.5rem 1rem;
background: rgba(0, 0, 0, 0.7);
color: white;
font-size: 0.8rem;
font-weight: 600;
border-radius: 4px;
z-index: 4;
}
.before-after-slider__label--before {
left: 1rem;
}
.before-after-slider__label--after {
right: 1rem;
}
.realisations__content {
padding: 1rem;
}
.realisations__title {
font-family: var(--font-serif);
font-size: clamp(1.5rem, 3.5vw, 2.5rem);
margin: 0 0 1.5rem;
color: var(--color-dark);
}
.realisations__text {
font-size: 1.05rem;
line-height: 1.7;
margin-bottom: 2rem;
}
.realisations__badges {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1.5rem;
}
.realisations__badge {
display: inline-flex;
align-items: center;
padding: 0.4rem 0.8rem;
background: var(--color-secondary);
border: 1px solid var(--color-border);
border-radius: 20px;
font-size: 0.75rem;
color: var(--color-text);
font-weight: 500;
white-space: nowrap;
}
.realisations__cta {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--color-primary);
font-weight: 600;
transition: gap 0.3s ease;
}
.realisations__cta:hover {
gap: 0.75rem;
} .reviews__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 0;
margin-bottom: 3rem;
}
.review-card {
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border: 1px solid #E2E8F0;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.review-card__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #F1F5F9;
}
.review-card__stars {
color: #F59E0B;
font-size: 1.1rem;
letter-spacing: 0.05em;
}
.review-card__meta {
text-align: right;
}
.review-card__name {
font-weight: 600;
color: var(--color-dark);
display: block;
}
.review-card__location {
font-size: 0.85rem;
color: #64748B;
display: block;
}
.review-card__service {
font-size: 0.85rem;
font-weight: 600;
color: #0052CC;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1rem;
}
.review-card__text {
font-size: 0.95rem;
line-height: 1.6;
color: var(--color-text);
margin: 0;
}
.review-card__text strong {
color: #0052CC;
font-weight: 700;
}
.reviews__cta {
text-align: center;
margin-top: 2rem;
}
@media (max-width: 768px) {
.reviews__grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
}
.reviews__grid--all {
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
@media (max-width: 1024px) {
.reviews__grid--all {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.reviews__grid--all {
grid-template-columns: 1fr;
}
} .contact__direct {
display: flex;
flex-direction: column;
gap: 0.9rem;
align-items: flex-end;
}
.contact__phone-card {
text-align: center;
padding: 2rem;
background: var(--color-light);
border-radius: 12px;
border: 1px solid var(--color-border);
width: 100%;
}
.contact__phone-number {
display: block;
font-size: 2.25rem;
font-weight: 700;
color: var(--color-primary);
text-decoration: none;
margin-bottom: 0.5rem;
transition: color 0.3s ease;
}
.contact__phone-number:hover {
color: #003d99;
}
.contact__phone-subtitle {
font-size: 0.9rem;
color: #64748B;
margin: 0;
}
.contact__message-card {
background: #F8FAFC;
border: 1px solid #E2E8F0;
border-radius: 12px;
padding: 1.5rem;
margin-top: 1rem;
}
.contact__message-title {
font-family: var(--font-serif);
font-size: 1.1rem;
font-weight: 600;
color: var(--color-dark);
margin: 0 0 1rem;
}
.contact__message-text {
font-size: 1.1rem;
line-height: 1.6;
color: var(--color-text);
margin: 0 0 1.5rem;
font-style: italic;
}
.contact__action-buttons {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.button--whatsapp {
background: #25D366;
color: white;
border: none;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.button--whatsapp:hover {
background: #20bd5a;
} .email-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
align-items: center;
justify-content: center;
}
.email-modal__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.email-modal__content {
position: relative;
background: white;
padding: 2rem;
border-radius: 12px;
max-width: 500px;
width: 90%;
margin: 0 auto;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.email-modal__close {
position: absolute;
top: 1rem;
right: 1rem;
background: none;
border: none;
font-size: 1.5rem;
cursor: pointer;
color: #64748B;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease, color 0.3s ease;
}
.email-modal__close:hover {
background: #F1F5F9;
color: #0F172A;
}
.email-modal__title {
font-family: var(--font-serif);
font-size: 1.5rem;
color: var(--color-dark);
margin: 0 0 0.5rem;
}
.email-modal__subtitle {
font-size: 0.95rem;
color: #64748B;
margin: 0 0 1.5rem;
}
@media (max-width: 768px) {
.contact__direct {
display: none;
}
.contact__form {
display: block;
}
}
.contact {
background: var(--color-secondary);
}
.contact__layout {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 3rem;
align-items: flex-end;
}
.contact__info {
padding: 2rem;
background: var(--color-light);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-soft);
height: 100%;
}
.contact__info-title {
font-family: var(--font-serif);
font-size: 1.5rem;
margin: 0 0 1.5rem;
color: var(--color-dark);
}
.contact__info-list {
list-style: none;
padding: 0;
margin: 0;
}
.contact__info-list li {
padding: 0.75rem 0;
border-bottom: 1px solid rgba(0, 74, 173, 0.1);
}
.contact__info-list li:last-child {
border-bottom: none;
}
.contact__info-list a {
color: var(--color-primary);
font-weight: 500;
}
.contact__form {
background: var(--color-light);
padding: 2rem;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-soft);
display: none;
}
.contact__form-title {
font-family: var(--font-serif);
font-size: 1.5rem;
margin: 0 0 1.5rem;
color: var(--color-dark);
}
.form-group {
margin-bottom: 1.25rem;
}
.form-group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
color: var(--color-dark);
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 0.85rem 1rem;
border: 1px solid rgba(0, 74, 173, 0.2);
border-radius: 8px;
font-family: var(--font-sans);
font-size: 1rem;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--color-primary);
box-shadow: 0 0 0 3px rgba(0, 74, 173, 0.1);
}
.form-group textarea {
min-height: 120px;
resize: vertical;
} .sticky-bar-mobile {
display: none;
}
.contact__whatsapp-mobile {
display: none;
} .footer {
background: var(--color-dark);
color: var(--color-light);
padding: clamp(3rem, 7vw, 5rem) 1.5rem 2rem;
}
.footer__inner {
max-width: var(--max-width);
margin: 0 auto;
}
.footer__columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 3rem;
margin-bottom: 3rem;
}
.footer__title {
font-family: var(--font-serif);
font-size: 1.25rem;
margin: 0 0 1.25rem;
color: var(--color-light);
text-align: center;
}
.footer__about p {
font-size: 0.95rem;
line-height: 1.7;
opacity: 0.9;
}
.footer__links {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.footer__links li {
padding: 0.5rem 0;
}
.footer__links a {
color: var(--color-light);
opacity: 0.85;
transition: opacity 0.3s ease;
}
.footer__links a:hover {
opacity: 1;
}
.footer__fb-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.footer__fb-icon {
width: 24px;
height: 24px;
border-radius: 50%;
background: #1877F2;
color: #FFFFFF;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.9rem;
font-weight: 700;
}
.footer__contact {
list-style: none;
padding: 0;
margin: 0;
}
.footer__contact li {
padding: 0.5rem 0;
font-size: 0.95rem;
}
.footer__contact a {
color: var(--color-light);
opacity: 0.85;
}
.footer__contact a:hover {
opacity: 1;
}
.footer__hours {
list-style: none;
padding: 0;
margin: 1.5rem 0 0;
font-size: 0.9rem;
opacity: 0.85;
}
.footer__hours li {
padding: 0.35rem 0;
}
.footer__bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 2rem;
}
.footer__legal {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
}
.footer__legal li {
font-size: 0.85rem;
}
.footer__legal a {
color: var(--color-light);
opacity: 0.7;
}
.footer__legal a:hover {
opacity: 1;
} .site-nav {
position: relative;
}
.site-nav__toggle {
display: none;
flex-direction: column;
gap: 6px;
padding: 0.5rem;
background: none;
border: none;
cursor: pointer;
}
.site-nav__toggle-line {
width: 24px;
height: 2px;
background: var(--color-dark);
transition: transform 0.3s ease, opacity 0.3s ease;
}
.primary-menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 2rem;
}
.primary-menu a {
color: var(--color-dark);
font-weight: 500;
transition: color 0.3s ease;
}
.primary-menu a:hover {
color: var(--color-primary);
}
@media (max-width: 768px) {
.site-nav__toggle {
display: flex;
}
.primary-menu {
position: fixed;
top: 0;
right: 0;
left: auto !important;
width: 80%;
max-width: 320px;
height: 100vh;
height: 100dvh;
flex-direction: column;
gap: 0;
background: var(--color-light);
box-shadow: -8px 0 24px rgba(0, 31, 74, 0.15);
padding: 4rem 0 1rem;
opacity: 0;
visibility: hidden;
transform: translateX(100%);
transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
z-index: 1000;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.primary-menu li {
border-bottom: 1px solid rgba(0, 74, 173, 0.08);
}
.primary-menu li:last-child {
border-bottom: none;
}
.primary-menu a {
display: block;
padding: 1rem 1.5rem;
}
.site-nav.is-open .primary-menu {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.site-nav.is-open .site-nav__toggle-line:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.site-nav.is-open .site-nav__toggle-line:nth-child(2) {
opacity: 0;
}
.site-nav.is-open .site-nav__toggle-line:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
}
body.menu-is-open::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
pointer-events: auto;
}
} @media (max-width: 768px) {
.site-header {
height: 70px;
}
.site-main {
padding-top: 70px;
}
.site-logo img {
height: 50px !important;
}
.hero__social-link {
margin-left: 0;
}
.hero__image {
display: none;
}
.site-logo img {
height: 70px !important;
}
.button--hero {
width: 100%;
margin: 0;
}
.hero__description--desktop {
display: none;
}
.hero__description--mobile {
display: block;
}
.hero__badges {
display: flex;
flex-direction: column;
gap: 12px;
}
.hero__badge-card {
width: 100%;
text-align: center;
justify-content: center;
}
.section {
padding: 2rem 1rem;
}
.service-card {
padding: 1rem 1.25rem;
}
.service-card__header {
cursor: pointer;
justify-content: space-between;
margin-bottom: 0;
-webkit-tap-highlight-color: transparent;
}
.service-card__toggle-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
}
.service-card__content {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease;
opacity: 0;
padding-top: 0;
}
.service-card.is-open .service-card__content {
max-height: 400px;
opacity: 1;
padding-top: 0.75rem;
}
.service-card.is-open .service-card__toggle-icon {
transform: rotate(45deg);
}
.services__grid {
grid-template-columns: 1fr;
}
.parallax-section {
padding: 4rem 0;
min-height: 300px;
}
.parallax-section__media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.parallax-section__media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.parallax-section__title {
font-size: 1.5rem;
}
.parallax-section__text {
font-size: 0.9rem;
max-width: 90%;
}
.realisations__layout {
grid-template-columns: 1fr;
}
.contact__layout {
grid-template-columns: 1fr;
}
.footer__columns {
grid-template-columns: 1fr;
}
.footer__legal {
flex-direction: column;
gap: 1rem;
}
.sticky-bar-mobile {
display: flex;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
}
.sticky-bar-mobile__btn {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
flex: 1;
padding: 0.85rem 1rem;
font-size: 0.95rem;
font-weight: 600;
color: white;
text-decoration: none;
transition: background 0.2s ease;
-webkit-tap-highlight-color: transparent;
}
.sticky-bar-mobile__btn--call {
background: #004AAD;
}
.sticky-bar-mobile__btn--call:hover {
background: #003d8f;
}
.sticky-bar-mobile__btn--whatsapp {
background: #25D366;
}
.sticky-bar-mobile__btn--whatsapp:hover {
background: #1eac52;
}
.footer {
padding-bottom: calc(2rem + 70px);
}
.contact__whatsapp-mobile {
display: block;
margin-top: 1.5rem;
}
} .chantier {
background: white;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-soft);
padding: 2rem;
margin-bottom: 3rem;
}
.chantier__header {
margin-bottom: 1.5rem;
}
.chantier__titre {
font-family: var(--font-sans);
font-size: 1.5rem;
font-weight: 700;
color: var(--color-dark);
margin: 0 0 0.75rem;
}
.chantier__meta {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.chantier__badge {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.35rem 0.85rem;
border-radius: 999px;
border: 1px solid rgba(0, 74, 173, 0.18);
background: #FFFFFF;
font-size: 0.85rem;
font-weight: 600;
color: #0B1B33;
} .chantier__galerie-wrap {
position: relative;
margin-bottom: 1.5rem;
}
.chantier__galerie {
display: flex;
gap: 12px;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
padding: 4px 0;
scrollbar-width: none;
}
.chantier__galerie::-webkit-scrollbar {
display: none;
}
.chantier__thumb {
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
flex: 0 0 160px;
scroll-snap-align: start;
cursor: zoom-in;
transition: transform 0.3s ease, box-shadow 0.3s ease;
aspect-ratio: 4 / 3;
}
.chantier__thumb:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.chantier__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.chantier__thumb:hover img {
transform: scale(1.05);
}
.chantier__overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0.35rem 0.5rem;
background: rgba(0, 0, 0, 0.55);
color: white;
font-size: 0.75rem;
font-weight: 600;
text-align: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.chantier__thumb:hover .chantier__overlay {
opacity: 1;
}
.chantier__desc {
font-size: 1rem;
line-height: 1.6;
color: var(--color-text);
margin: 0;
} .chantier__nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: auto;
height: auto;
border-radius: 0;
background: none;
border: none;
box-shadow: none;
color: var(--color-dark);
font-size: 1.6rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
transition: color 0.2s ease;
-webkit-tap-highlight-color: transparent;
padding: 0.25rem;
}
.chantier__nav-btn:hover {
color: var(--color-primary);
}
.chantier__prev {
left: 4px;
}
.chantier__next {
right: 4px;
} .lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.92);
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-active {
opacity: 1;
visibility: visible;
}
.lightbox__img {
max-width: 90vw;
max-height: 80vh;
object-fit: contain;
border-radius: 8px;
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
position: absolute;
background: rgba(255, 255, 255, 0.15);
border: none;
color: white;
font-size: 2rem;
cursor: pointer;
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s ease;
z-index: 10001;
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
background: rgba(255, 255, 255, 0.3);
}
.lightbox__close {
top: 1.5rem;
right: 1.5rem;
}
.lightbox__prev {
left: 1.5rem;
top: 50%;
transform: translateY(-50%);
}
.lightbox__next {
right: 1.5rem;
top: 50%;
transform: translateY(-50%);
}
.lightbox__caption {
position: absolute;
bottom: 1.5rem;
left: 50%;
transform: translateX(-50%);
color: white;
font-size: 1rem;
font-weight: 500;
text-align: center;
max-width: 80vw;
margin: 0;
} @media (max-width: 768px) {
.chantier {
padding: 1.25rem;
margin-bottom: 2rem;
}
.chantier__thumb {
flex: 0 0 130px;
}
.chantier__titre {
font-size: 1.25rem;
}
.chantier__overlay {
opacity: 1;
font-size: 0.75rem;
padding: 0.5rem;
}
.chantier__nav-btn {
width: auto;
height: auto;
font-size: 1.3rem;
}
.chantier__prev {
left: 4px;
}
.chantier__next {
right: 4px;
}
.lightbox__prev,
.lightbox__next {
display: none;
}
}
@media (max-width: 480px) {
.chantier__thumb {
flex: 0 0 120px;
}
.chantier__meta {
gap: 0.35rem;
}
.chantier__badge {
font-size: 0.75rem;
padding: 0.25rem 0.6rem;
}
} .text-center {
text-align: center;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}