*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg:      #FFFFFF;
--white:   #FFFFFF;
--ink:     #1C1814;
--ink2:    #4A4540;
--gold:    #C4973A;
--gold2:   #E8C87A;
--stone:   #9E978E;
--light:   #EDE9E3;
--dark:    #14120F;
--font-display: 'Gilda Display', Georgia, serif;
--font-body:    'DM Sans', system-ui, sans-serif;
--r: 4px;
}
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--ink);
font-family: var(--font-body);
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
} .nav {
position: fixed; top: 0; left: 0; right: 0;
z-index: 100;
display: flex; align-items: center; justify-content: space-between;
padding: 0 5vw;
height: 68px;
background: rgba(248,245,240,0.92);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--light);
transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 2px 24px rgba(28,24,20,0.08); }
.nav-logo {
font-family: var(--font-display);
font-size: 1.45rem;
font-weight: 600;
letter-spacing: 0.01em;
color: var(--ink);
text-decoration: none;
white-space: nowrap;
display: inline-flex;
align-items: center;
}
.nav-logo span { color: var(--gold); }
.nav-logo img {
display: block;
width: auto;
height: 42px;
max-width: 220px;
object-fit: contain;
}
.nav-links {
display: flex; align-items: center; gap: 2.2rem;
list-style: none;
}
.nav-links a {
font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em;
text-transform: uppercase; color: var(--ink2); text-decoration: none;
transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
background: var(--ink); color: var(--white) !important;
padding: 0.55rem 1.4rem; border-radius: var(--r);
transition: background 0.2s, color 0.2s !important;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--ink) !important; }
.nav-phone { font-size: 0.82rem; font-weight: 600; color: var(--gold) !important; }
.nav-toggle {
display: none;
width: 44px; height: 44px;
border: 1px solid var(--light);
border-radius: var(--r);
background: var(--white);
align-items: center; justify-content: center; flex-direction: column;
gap: 5px; cursor: pointer; color: var(--ink);
position: relative; z-index: 102;
}
.nav-toggle span {
display: block; width: 18px; height: 2px;
background: currentColor; border-radius: 2px;
transition: transform 0.25s, opacity 0.2s;
}
.nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } #hero {
min-height: 100vh;
display: grid;
position: relative;
overflow: hidden;
} #hero {
grid-template-columns: 1fr 1.1fr;
align-items: center;
min-height: 100vh;
padding: 0;
}
.hero-inner { padding: 6vh 6vw 6vh 7vw; position: relative; z-index: 2; }
.hero-badge {
display: inline-block;
font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
color: var(--white); background: var(--gold);
padding: 0.35rem 0.95rem; border-radius: 2px;
opacity: 0; transform: translateY(12px);
animation: hFadeUp 0.8s 0.2s forwards cubic-bezier(.2,.8,.2,1);
margin-bottom: 1.6rem;
}
.hero-h1 {
font-family: var(--font-display);
font-size: clamp(2.6rem, 5.2vw, 5rem);
font-weight: 400; line-height: 1.04; letter-spacing: -0.01em;
margin-bottom: 1.4rem;
}
.hero-h1 .word {
display: inline-block;
opacity: 0; transform: translateY(28px);
animation: hFadeUp 1s forwards cubic-bezier(.2,.8,.2,1);
}
.hero-h1 .word.gold { color: var(--gold); font-style: italic; }
.hero-gold-line {
display: block; height: 2px; background: var(--gold);
width: 0; margin: 0.8rem 0 1.6rem;
animation: hDrawLine 1.4s 1.2s forwards cubic-bezier(.7,0,.3,1);
}
.hero-sub {
font-size: 1.05rem; color: var(--ink2); max-width: 460px;
margin-bottom: 2.4rem; font-weight: 300; line-height: 1.75;
opacity: 0; animation: hFadeIn 1s 1.4s forwards;
}
.hero-ctas {
display: flex; gap: 1rem; flex-wrap: wrap;
opacity: 0; transform: translateY(16px);
animation: hFadeUp 1s 1.6s forwards;
}
.hero-img {
position: relative; height: 100vh; overflow: hidden;
}
.hero-photo {
position: absolute; inset: 0;
background-image: url(//plan-cuisine-granit.com/wp-content/themes/plan-granit/assets/images/granit-noir.webp);
background-size: cover; background-position: center;
transform: scale(1.1);
animation: hKenBurns 14s ease-in-out infinite alternate;
}
.hero-photo::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(90deg, var(--bg) 0%, transparent 25%);
}
.hero-pill {
position: absolute; bottom: 8vh; right: 4vw;
background: rgba(28,24,20,0.85); backdrop-filter: blur(10px);
color: var(--white); padding: 1rem 1.4rem; border-radius: 6px;
border-left: 3px solid var(--gold);
opacity: 0; transform: translateX(20px);
animation: hSlideRight 1s 1.8s forwards cubic-bezier(.2,.8,.2,1);
max-width: 280px; z-index: 2;
}
.hero-pill .num {
font-family: var(--font-display); font-size: 1.8rem;
color: var(--gold); display: block; line-height: 1;
}
.hero-pill .lab {
font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
opacity: 0.7; margin-top: 0.3rem;
}
@keyframes hKenBurns {
0% { transform: scale(1.05) translate(0, 0); }
100% { transform: scale(1.18) translate(-2%, -2%); }
}
@keyframes hFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes hFadeIn { to { opacity: 1; } }
@keyframes hDrawLine { to { width: 80px; } }
@keyframes hSlideRight { to { opacity: 1; transform: translateX(0); } } .btn-primary {
display: inline-flex; align-items: center; gap: 0.5rem;
background: var(--gold); color: var(--ink);
font-family: var(--font-body); font-size: 0.85rem;
font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
padding: 0.85rem 2rem; border-radius: var(--r);
text-decoration: none; border: none; cursor: pointer;
transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
box-shadow: 0 4px 20px rgba(196,151,58,0.3);
}
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); box-shadow: 0 6px 28px rgba(196,151,58,0.4); }
.btn-outline {
display: inline-flex; align-items: center; gap: 0.5rem;
background: transparent; color: var(--ink);
font-family: var(--font-body); font-size: 0.85rem;
font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
padding: 0.85rem 2rem; border-radius: var(--r);
text-decoration: none; border: 1.5px solid var(--ink);
cursor: pointer; transition: all 0.2s;
}
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-white {
display: inline-flex; align-items: center; gap: 0.5rem;
background: var(--white); color: var(--ink);
font-family: var(--font-body); font-size: 0.85rem;
font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
padding: 0.85rem 2rem; border-radius: var(--r);
text-decoration: none; border: none; cursor: pointer;
transition: all 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.btn-white:hover { background: var(--gold); } .stats-strip {
background: var(--ink);
display: grid; grid-template-columns: repeat(4, 1fr);
gap: 0; border-top: 3px solid var(--gold);
}
.stat-item {
padding: 2.2rem 2rem; text-align: center;
border-right: 1px solid rgba(255,255,255,0.08);
}
.stat-item:last-child { border-right: none; }
.stat-num {
display: block; font-family: var(--font-display);
font-size: 2.8rem; font-weight: 300; color: var(--gold);
line-height: 1;
}
.stat-label {
display: block; font-size: 0.75rem; letter-spacing: 0.1em;
text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 0.4rem;
} section { padding: 100px 5vw; }
.section-tag {
display: inline-block; font-size: 0.7rem; letter-spacing: 0.2em;
text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
}
.section-title {
font-family: var(--font-display);
font-size: clamp(2rem, 4vw, 3.2rem);
font-weight: 300; line-height: 1.15;
margin-bottom: 1.2rem;
}
.section-sub {
font-size: 1rem; color: var(--ink2); max-width: 560px;
font-weight: 300; line-height: 1.75;
}
.section-header { margin-bottom: 4rem; }
.section-header.centered { text-align: center; }
.section-header.centered .section-sub { margin: 0 auto; } #avantages { background: var(--white); }
.avantages-grid {
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 2.5rem; margin-top: 1rem;
}
.avantage-card {
padding: 2.5rem 2rem;
border: 1px solid var(--light);
border-radius: 6px;
transition: border-color 0.2s, box-shadow 0.2s;
position: relative; overflow: hidden;
}
.avantage-card::before {
content: '';
position: absolute; top: 0; left: 0; right: 0; height: 3px;
background: var(--gold); transform: scaleX(0); transform-origin: left;
transition: transform 0.3s;
}
.avantage-card:hover { border-color: var(--gold2); box-shadow: 0 8px 32px rgba(196,151,58,0.1); }
.avantage-card:hover::before { transform: scaleX(1); }
.avantage-icon {
width: 48px; height: 48px; border-radius: 50%;
background: var(--light); display: flex; align-items: center; justify-content: center;
margin-bottom: 1.4rem;
}
.avantage-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.avantage-card h3 {
font-family: var(--font-display); font-size: 1.35rem; font-weight: 500;
margin-bottom: 0.7rem;
}
.avantage-card p { font-size: 0.9rem; color: var(--ink2); line-height: 1.7; font-weight: 300; } #galerie { background: var(--bg); }
.galerie-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
gap: 1rem;
}
.galerie-item {
border-radius: 4px; overflow: hidden;
background: var(--light); position: relative;
display: flex; align-items: center; justify-content: center;
cursor: pointer;
}
.galerie-item:first-child {
grid-column: 1 / 3;
aspect-ratio: 2/1.1;
}
.galerie-item:not(:first-child) { aspect-ratio: 1/0.85; }
.galerie-item::before {
content: '';
position: absolute; inset: 0;
background: repeating-linear-gradient(
-45deg, transparent, transparent 10px,
rgba(158,151,142,0.08) 10px, rgba(158,151,142,0.08) 11px
);
}
.galerie-item-label {
font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--stone); position: relative; z-index: 1; text-align: center;
}
.galerie-item img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.45s ease;
}
.galerie-item.has-image::before { display: none; }
.galerie-item.has-image:hover img { transform: scale(1.04); }
.galerie-overlay {
position: absolute; inset: 0; background: rgba(28,24,20,0);
display: flex; align-items: flex-end; padding: 1.5rem;
transition: background 0.3s;
}
.galerie-item:hover .galerie-overlay { background: rgba(28,24,20,0.45); }
.galerie-caption {
color: var(--white); font-family: var(--font-display); font-size: 1.1rem;
font-weight: 400; opacity: 0; transform: translateY(8px);
transition: opacity 0.3s, transform 0.3s;
}
.galerie-item:hover .galerie-caption { opacity: 1; transform: translateY(0); } .materiaux-strip {
background: var(--ink);
padding: 80px 5vw;
display: grid; grid-template-columns: 1fr 1fr;
gap: 4rem; align-items: center;
}
.materiaux-strip h2 {
font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 2.8rem);
font-weight: 300; color: var(--white); line-height: 1.2;
}
.materiaux-strip h2 em { color: var(--gold); font-style: italic; }
.materiaux-strip p { color: rgba(255,255,255,0.6); font-weight: 300; margin-top: 1rem; line-height: 1.7; }
.materiaux-right { display: flex; flex-direction: column; gap: 1.5rem; }
.mat-item {
display: flex; align-items: center; gap: 1rem;
padding: 1.2rem 1.5rem; border: 1px solid rgba(255,255,255,0.1);
border-radius: 4px; background: rgba(255,255,255,0.04);
transition: border-color 0.2s, background 0.2s;
}
.mat-item:hover { border-color: var(--gold); background: rgba(196,151,58,0.06); }
.mat-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.mat-name { font-weight: 500; color: var(--white); font-size: 0.95rem; }
.mat-desc { font-size: 0.8rem; color: rgba(255,255,255,0.45); margin-left: auto; } #temoignages { background: var(--white); }
.temoignages-marquee {
display: flex;
justify-content: center;
gap: 1.5rem;
max-height: 740px;
overflow: hidden;
transform: translateZ(0);
backface-visibility: hidden;
isolation: isolate;
-webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.temoignages-column {
width: min(100%, 340px);
overflow: hidden;
}
.temoignages-track {
display: flex;
flex-direction: column;
gap: 1.5rem;
padding-bottom: 1.5rem;
animation: temoignages-scroll 16s linear infinite;
animation-play-state: running !important;
will-change: transform;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
}
.temoignages-column-2 .temoignages-track { animation-duration: 20s; }
.temoignages-column-3 .temoignages-track { animation-duration: 18s; }
.temoignages-marquee:hover .temoignages-track,
.temoignages-marquee:focus .temoignages-track,
.temoignages-marquee:focus-within .temoignages-track,
.temoignages-marquee:active .temoignages-track {
animation-play-state: running !important;
}
@keyframes temoignages-scroll {
from { transform: translate3d(0, 0, 0); }
to { transform: translate3d(0, -50%, 0); }
}
.temo-card {
width: 100%;
min-height: 260px;
padding: 2.2rem; background: var(--bg); border-radius: 6px;
border: 1px solid var(--line);
box-shadow: 0 18px 45px rgba(28, 22, 18, 0.06);
position: relative;
}
.temo-card::before {
content: '\201C';
position: absolute; top: 1.2rem; left: 1.8rem;
font-family: var(--font-display); font-size: 4rem; color: var(--gold);
line-height: 1; opacity: 0.4; pointer-events: none;
}
.temo-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 0.8rem; letter-spacing: 0.1em; }
.temo-text {
font-size: 0.9rem; color: var(--ink2); line-height: 1.75;
font-weight: 300; margin-bottom: 1.4rem; padding-top: 0.8rem;
}
.temo-author { display: flex; align-items: center; gap: 0.8rem; }
.temo-avatar {
width: 38px; height: 38px; border-radius: 50%;
background: var(--light); display: flex; align-items: center; justify-content: center;
font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--stone);
}
.temo-name { font-size: 0.85rem; font-weight: 600; }
.temo-loc { font-size: 0.75rem; color: var(--stone); }
@media (prefers-reduced-motion: reduce) {
.temoignages-track {
animation: none;
}
} #devis {
background: linear-gradient(135deg, var(--ink) 0%, #2A2420 100%);
position: relative; overflow: hidden;
}
#devis::before {
content: '';
position: absolute; inset: 0;
background: repeating-linear-gradient(
90deg, transparent, transparent 80px,
rgba(196,151,58,0.04) 80px, rgba(196,151,58,0.04) 81px
);
pointer-events: none;
}
.devis-inner {
position: relative; z-index: 1;
display: grid; grid-template-columns: 1fr 1fr;
gap: 5rem; align-items: start;
}
.devis-left h2 {
font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.2rem);
font-weight: 300; color: var(--white); line-height: 1.15; margin-bottom: 1.2rem;
}
.devis-left h2 em { color: var(--gold); font-style: italic; }
.devis-left p { color: rgba(255,255,255,0.55); font-weight: 300; line-height: 1.7; margin-bottom: 2rem; }
.devis-bullets { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.devis-bullets li {
display: flex; align-items: center; gap: 0.7rem;
font-size: 0.9rem; color: rgba(255,255,255,0.7);
}
.devis-bullets li::before { content: '✓'; color: var(--gold); font-weight: 700; }
.devis-form {
background: var(--white); border-radius: 8px; padding: 2.5rem;
box-shadow: 0 24px 64px rgba(0,0,0,0.3);
}
.devis-form h3 {
font-family: var(--font-display); font-size: 1.5rem; font-weight: 500;
margin-bottom: 1.6rem;
}
.form-group { margin-bottom: 1.2rem; }
.form-group label {
display: block; font-size: 0.75rem; font-weight: 600;
letter-spacing: 0.08em; text-transform: uppercase; color: var(--stone);
margin-bottom: 0.45rem;
}
.form-group input,
.form-group select,
.form-group textarea {
width: 100%; padding: 0.75rem 1rem;
border: 1.5px solid var(--light); border-radius: var(--r);
background: var(--bg); font-family: var(--font-body); font-size: 0.9rem;
color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s;
outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,151,58,0.12);
}
.form-group textarea { resize: vertical; min-height: 90px; height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.form-submit { width: 100%; margin-top: 0.4rem; justify-content: center; font-size: 0.9rem; padding: 1rem; }
.form-note { font-size: 0.72rem; color: var(--stone); text-align: center; margin-top: 0.7rem; }
.devis-form .wpcf7-form { margin: 0; }
.devis-form .wpcf7-form-control-wrap { display: block; }
.devis-form .wpcf7-submit {
width: 100%;
display: inline-flex;
justify-content: center;
font-size: 0.9rem;
padding: 1rem;
margin-top: 0.4rem;
}
.devis-form .wpcf7-spinner {
display: block;
margin: 0.8rem auto 0;
}
.devis-form .wpcf7-not-valid-tip {
margin-top: 0.35rem;
font-size: 0.72rem;
color: #9b2c2c;
}
.devis-form .wpcf7-response-output {
margin: 1rem 0 0;
padding: 0.75rem 0.9rem;
border-radius: var(--r);
font-size: 0.82rem;
line-height: 1.5;
} #blog { background: var(--bg); }
.blog-grid {
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.blog-card {
border-radius: 6px; overflow: hidden;
background: var(--white); border: 1px solid var(--light);
transition: transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(28,24,20,0.1); }
.blog-thumb {
aspect-ratio: 16/9; background: var(--light);
position: relative; display: flex; align-items: center; justify-content: center;
}
.blog-thumb::before {
content: '';
position: absolute; inset: 0;
background: repeating-linear-gradient(
60deg, transparent, transparent 14px,
rgba(196,151,58,0.05) 14px, rgba(196,151,58,0.05) 15px
);
}
.blog-thumb-label {
font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--stone); position: relative; z-index: 1;
}
.blog-cat {
position: absolute; bottom: 0.8rem; left: 0.8rem;
font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
background: var(--gold); color: var(--ink); padding: 0.25rem 0.6rem;
border-radius: 2px; font-weight: 600; z-index: 1;
}
.blog-body { padding: 1.6rem; }
.blog-date { font-size: 0.72rem; color: var(--stone); margin-bottom: 0.5rem; }
.blog-title {
font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
line-height: 1.35; margin-bottom: 0.7rem; color: var(--ink);
}
.blog-title a { color: inherit; text-decoration: none; }
.blog-excerpt { font-size: 0.85rem; color: var(--ink2); line-height: 1.7; font-weight: 300; }
.blog-link {
display: inline-flex; align-items: center; gap: 0.4rem;
margin-top: 1rem; font-size: 0.8rem; font-weight: 600;
color: var(--gold); text-decoration: none; letter-spacing: 0.06em;
text-transform: uppercase; transition: gap 0.2s;
}
.blog-link:hover { gap: 0.7rem; }
.blog-thumb { color: inherit; text-decoration: none; overflow: hidden; }
.blog-thumb img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.blog-thumb.has-image::before { display: none; }
.blog-thumb img + .blog-cat,
.blog-thumb-label,
.blog-cat { z-index: 1; } .blog-page,
.single-page {
padding-top: 68px;
background: var(--bg);
}
.blog-archive-hero,
.single-hero {
padding: 120px 5vw 56px;
background: linear-gradient(180deg, #F8F5F0 0%, var(--bg) 100%);
}
.blog-archive-hero .section-sub,
.single-hero .section-sub {
max-width: 680px;
}
.article-layout {
display: grid;
grid-template-columns: minmax(0, 820px) 340px;
gap: 2.8rem;
align-items: start;
justify-content: center;
padding: 40px 5vw 100px;
}
.archive-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.article-sidebar {
position: sticky;
top: 96px;
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.sidebar-card {
border: 1px solid var(--light);
border-radius: 8px;
background: var(--white);
padding: 1.6rem;
}
.sidebar-card h3 {
font-family: var(--font-display);
font-size: 1.35rem;
font-weight: 500;
margin-bottom: 1rem;
}
.recent-posts { display: flex; flex-direction: column; gap: 0; }
.recent-post {
display: block;
padding: 1rem 0;
border-top: 1px solid var(--light);
color: var(--ink);
text-decoration: none;
}
.recent-post span {
display: block;
font-size: 0.72rem;
color: var(--stone);
margin-bottom: 0.35rem;
}
.recent-post strong {
display: block;
font-family: var(--font-display);
font-size: 1.05rem;
font-weight: 500;
line-height: 1.35;
transition: color 0.2s;
}
.recent-post:hover strong { color: var(--gold); }
.sidebar-cta {
background: var(--ink);
color: var(--white);
border-color: rgba(255,255,255,0.08);
}
.sidebar-cta p {
color: rgba(255,255,255,0.62);
font-size: 0.9rem;
line-height: 1.65;
margin-bottom: 1.2rem;
}
.sidebar-cta .btn-primary { width: 100%; justify-content: center; }
.article-meta {
color: var(--stone);
font-size: 0.86rem;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.single-thumb {
border-radius: 8px;
overflow: hidden;
margin-bottom: 2.4rem;
background: var(--light);
}
.single-thumb img {
display: block;
width: 100%;
height: auto;
}
.article-content {
max-width: none;
color: var(--ink2);
font-size: 1.02rem;
line-height: 1.85;
font-weight: 300;
}
.article-content p { margin-bottom: 1.35rem; }
.article-content h2,
.article-content h3 {
font-family: var(--font-display);
color: var(--ink);
font-weight: 500;
line-height: 1.2;
margin: 2.2rem 0 1rem;
}
.article-content h2 { font-size: 2rem; }
.article-content h3 { font-size: 1.45rem; }
.article-content ul,
.article-content ol {
margin: 0 0 1.4rem 1.2rem;
}
.article-content li { margin-bottom: 0.45rem; }
.legal-page {
padding-top: 68px;
background: var(--bg);
}
.legal-hero {
padding: 120px 5vw 50px;
background: linear-gradient(180deg, #F8F5F0 0%, var(--bg) 100%);
}
.legal-content {
width: min(920px, 90vw);
margin: 0 auto;
padding: 26px 0 90px;
}
.legal-content h2 {
border-top: 1px solid var(--line);
padding-top: 1.5rem;
}
.legal-content h2:first-child {
border-top: 0;
padding-top: 0;
}
.legal-content a {
color: var(--gold-dark);
text-decoration: none;
font-weight: 600;
}
.legal-content a:hover { text-decoration: underline; }
.pagination-wrap {
margin-top: 2.5rem;
font-size: 0.85rem;
}
.pagination-wrap a,
.pagination-wrap span {
color: var(--ink);
text-decoration: none;
margin-right: 0.7rem;
} #faq { background: var(--white); }
.faq-inner {
display: grid; grid-template-columns: 1fr 1fr;
gap: 5rem; align-items: start;
}
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
border-bottom: 1px solid var(--light);
}
.faq-q {
display: flex; justify-content: space-between; align-items: center;
padding: 1.3rem 0; cursor: pointer;
font-weight: 500; font-size: 0.95rem;
transition: color 0.2s; gap: 1rem;
}
.faq-q:hover { color: var(--gold); }
.faq-icon {
width: 24px; height: 24px; border-radius: 50%;
background: var(--light); display: flex; align-items: center; justify-content: center;
flex-shrink: 0; font-size: 1rem; color: var(--ink); transition: background 0.2s, transform 0.2s;
}
.faq-item.open .faq-icon { background: var(--gold); transform: rotate(45deg); }
.faq-a {
font-size: 0.88rem; color: var(--ink2); line-height: 1.75; font-weight: 300;
padding-bottom: 1.3rem; display: none;
}
.faq-item.open .faq-a { display: block; }
.faq-cta {
background: var(--bg); border-radius: 8px; padding: 2.8rem;
border: 1px solid var(--light); text-align: center;
}
.faq-cta h3 {
font-family: var(--font-display); font-size: 1.8rem; font-weight: 400;
margin-bottom: 0.8rem;
}
.faq-cta p { font-size: 0.9rem; color: var(--ink2); font-weight: 300; margin-bottom: 1.8rem; }
.faq-phone {
display: flex; align-items: center; justify-content: center; gap: 0.6rem;
font-size: 1.4rem; font-family: var(--font-display); font-weight: 500;
color: var(--ink); text-decoration: none; margin-top: 1.2rem;
transition: color 0.2s;
}
.faq-phone:hover { color: var(--gold); }
.faq-phone svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; } footer {
background: var(--dark);
padding: 70px 5vw 30px;
color: rgba(255,255,255,0.6);
}
.footer-grid {
display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 3rem; margin-bottom: 3rem;
}
.footer-brand {}
.footer-logo {
font-family: var(--font-display); font-size: 1.4rem; font-weight: 500;
color: var(--white); margin-bottom: 1rem; display: block;
}
.footer-logo span { color: var(--gold); }
.footer-desc { font-size: 0.85rem; line-height: 1.7; font-weight: 300; max-width: 260px; }
.footer-col h4 {
font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
color: rgba(255,255,255,0.35); margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li a {
font-size: 0.85rem; color: rgba(255,255,255,0.55); text-decoration: none;
transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.08);
padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center;
font-size: 0.75rem;
}
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); } .float-cta {
position: fixed; bottom: 2rem; right: 2rem; z-index: 99;
display: flex; flex-direction: column; align-items: flex-end; gap: 0.6rem;
opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.float-cta.visible { opacity: 1; pointer-events: all; }
.float-phone {
display: flex; align-items: center; gap: 0.6rem;
background: var(--white); color: var(--ink);
padding: 0.6rem 1.2rem; border-radius: 30px;
font-size: 0.85rem; font-weight: 600; text-decoration: none;
box-shadow: 0 4px 20px rgba(28,24,20,0.15);
transition: background 0.2s;
}
.float-phone:hover { background: var(--gold2); }
.float-devis {
display: flex; align-items: center; gap: 0.6rem;
background: var(--gold); color: var(--ink);
padding: 0.7rem 1.4rem; border-radius: 30px;
font-size: 0.85rem; font-weight: 700; text-decoration: none;
box-shadow: 0 4px 20px rgba(196,151,58,0.35);
letter-spacing: 0.04em; text-transform: uppercase;
transition: background 0.2s, transform 0.15s;
}
.float-devis:hover { background: var(--gold2); transform: scale(1.03); } .fade-up {
opacity: 0; transform: translateY(24px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1024px) {
.nav { padding: 0 4vw; }
.nav-links { gap: 1.2rem; }
.nav-links a { font-size: 0.76rem; }
#hero { grid-template-columns: 0.95fr 1fr; }
.hero-inner { padding-left: 5vw; }
.avantages-grid,
.blog-grid { grid-template-columns: repeat(2, 1fr); }
.temoignages-column-3 { display: none; }
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (max-width: 760px) {
html, body { max-width: 100%; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
.nav {
height: 64px;
padding: 0 18px;
}
.nav-logo { font-size: 1.24rem; max-width: calc(100vw - 86px); overflow: hidden; text-overflow: ellipsis; }
.nav-logo img { height: 38px; max-width: 210px; }
.nav-toggle { display: flex; }
.nav-links {
position: fixed;
top: 64px; left: 0; right: 0;
height: calc(100vh - 64px);
display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start;
gap: 0;
padding: 1.2rem 18px 2rem;
background: #F8F5F0;
border-top: 1px solid var(--light);
box-shadow: 0 24px 60px rgba(28,24,20,0.16);
transform: translateX(100%);
opacity: 0;
pointer-events: none;
transition: transform 0.28s ease, opacity 0.2s ease;
z-index: 101;
}
.nav.nav-open .nav-links {
transform: translateX(0);
opacity: 1;
pointer-events: all;
}
.nav-links li { width: 100%; border-bottom: 1px solid rgba(28,24,20,0.08); }
.nav-links a {
display: flex;
width: 100%;
min-height: 56px;
align-items: center;
justify-content: space-between;
font-size: 0.88rem;
letter-spacing: 0.1em;
}
.nav-phone { color: var(--gold) !important; }
.nav-cta {
margin-top: 1rem;
min-height: 52px !important;
justify-content: center !important;
padding: 0.85rem 1rem !important;
}
#hero {
display: flex;
flex-direction: column;
min-height: auto;
padding-top: 64px;
background: var(--bg);
}
.hero-inner {
order: 2;
padding: 2.2rem 7vw 3rem;
}
.hero-img {
order: 1;
width: 100%;
height: 34vh;
min-height: 250px;
}
.hero-photo {
position: absolute;
transform: none;
animation: none;
background-position: center 58%;
}
.hero-photo::after {
background: linear-gradient(180deg, rgba(255,255,255,0) 55%, var(--bg) 100%);
}
.hero-badge {
font-size: 0.62rem;
line-height: 1.5;
margin-bottom: 1.2rem;
max-width: 100%;
}
.hero-h1 {
font-size: clamp(2.55rem, 14vw, 4.1rem);
line-height: 0.98;
margin-bottom: 1.1rem;
}
.hero-sub {
font-size: 1rem;
line-height: 1.72;
max-width: none;
margin-bottom: 1.6rem;
}
.hero-ctas {
display: grid;
grid-template-columns: 1fr;
gap: 0.75rem;
}
.btn-primary,
.btn-outline,
.btn-white {
width: 100%;
justify-content: center;
padding: 0.9rem 1rem;
text-align: center;
}
.stats-strip { grid-template-columns: repeat(2, 1fr); }
.stat-item { padding: 1.35rem 1rem; }
.stat-num { font-size: 2rem; }
.stat-label { font-size: 0.66rem; }
section { padding: 64px 7vw; }
.section-header { margin-bottom: 2.4rem; }
.section-title { font-size: clamp(2rem, 10vw, 3rem); }
.avantages-grid,
.galerie-grid,
.blog-grid,
.faq-inner,
.devis-inner,
.materiaux-strip,
.footer-grid {
grid-template-columns: 1fr;
}
.avantages-grid,
.blog-grid { gap: 1rem; }
.temoignages-marquee {
justify-content: flex-start;
max-height: 620px;
}
.temoignages-column {
width: 100%;
}
.temoignages-column:nth-child(n+2) {
display: none;
}
.temo-card {
min-height: 245px;
padding: 1.7rem 1.35rem;
}
.avantage-card { padding: 1.6rem 1.35rem; }
.galerie-grid { grid-template-rows: none; }
.galerie-item:first-child,
.galerie-item:not(:first-child) {
grid-column: auto;
aspect-ratio: 1.18 / 1;
}
.materiaux-strip {
padding: 60px 7vw;
gap: 2.2rem;
}
.mat-item {
align-items: flex-start;
flex-wrap: wrap;
}
.mat-desc {
width: 100%;
margin-left: 28px;
}
.devis-inner { gap: 2.4rem; }
.devis-form { padding: 1.45rem; }
.form-row { grid-template-columns: 1fr; gap: 0; }
#blog .section-header {
display: block !important;
}
#blog .section-header .btn-outline {
margin-top: 1.2rem;
}
.blog-body { padding: 1.25rem; }
.blog-page,
.single-page,
.legal-page { padding-top: 64px; }
.blog-archive-hero,
.single-hero,
.legal-hero { padding: 70px 7vw 34px; }
.legal-content { width: 86vw; padding-bottom: 64px; }
.article-layout {
grid-template-columns: 1fr;
gap: 2.2rem;
padding: 24px 7vw 70px;
}
.archive-grid { grid-template-columns: 1fr; }
.article-sidebar { position: static; }
.article-content { max-width: none; font-size: 0.98rem; }
.article-content h2 { font-size: 1.7rem; }
.faq-inner { gap: 2.2rem; }
.faq-cta { padding: 1.6rem; }
.faq-phone { font-size: 1.05rem; }
footer { padding: 52px 7vw 28px; }
.footer-grid { gap: 2rem; }
.footer-bottom {
flex-direction: column;
align-items: flex-start;
gap: 0.7rem;
}
.float-cta {
right: 14px;
bottom: 14px;
max-width: calc(100vw - 28px);
}
.float-phone { display: none; }
.float-devis {
padding: 0.72rem 1.1rem;
font-size: 0.76rem;
}
}
@media (max-width: 420px) {
.nav-logo { font-size: 1.16rem; }
.nav-logo img { height: 34px; max-width: 190px; }
.hero-img { height: 30vh; min-height: 220px; }
.hero-inner { padding-left: 6.5vw; padding-right: 6.5vw; }
.hero-h1 { font-size: clamp(2.35rem, 13.5vw, 3.45rem); }
.stats-strip { grid-template-columns: 1fr 1fr; }
.stat-item { padding: 1.15rem 0.75rem; }
section { padding-left: 6.5vw; padding-right: 6.5vw; }
.section-title { font-size: clamp(1.9rem, 10.8vw, 2.7rem); }
.devis-form { padding: 1.2rem; }
}.wp-block-mesh-related-sites,
.mesh-block-outer {
display: flex !important;
justify-content: center !important;
width: 100% !important;
max-width: 100% !important;
padding: 0 1em;
box-sizing: border-box;
}
.mesh-related-sites {
margin: 2em auto;
padding: 1.75em 2em;
max-width: 680px;
width: 100%;
background: #ffffff;
border: 1px solid #e8e8e8;
border-top: 3px solid #1a1a1a;
border-radius: 0 0 4px 4px;
font-family: inherit;
box-sizing: border-box;
}
.mesh-related-sites__title {
margin: 0 0 1.25em 0;
font-size: 1.72em;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #1a1a1a;
text-align: center;
} .mesh-layout--list .mesh-related-sites__list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr;
gap: 0;
}
.mesh-layout--list.mesh-cols--2 .mesh-related-sites__list {
grid-template-columns: 1fr 1fr;
gap: 0 2em;
}
.mesh-layout--list.mesh-cols--3 .mesh-related-sites__list {
grid-template-columns: 1fr 1fr 1fr;
gap: 0 2em;
}
@media (max-width: 560px) {
.mesh-layout--list.mesh-cols--2 .mesh-related-sites__list,
.mesh-layout--list.mesh-cols--3 .mesh-related-sites__list {
grid-template-columns: 1fr;
}
}
@media (min-width: 561px) and (max-width: 780px) {
.mesh-layout--list.mesh-cols--3 .mesh-related-sites__list {
grid-template-columns: 1fr 1fr;
}
}
.mesh-layout--list .mesh-related-sites__item {
border-bottom: 1px solid #f0f0f0;
}
.mesh-layout--list .mesh-related-sites__item:last-child {
border-bottom: none;
}
.mesh-layout--list .mesh-related-sites__link {
display: flex;
align-items: center;
justify-content: center;
gap: 0.4em;
padding: 0.65em 0;
color: #2d2d2d;
text-decoration: none;
font-size: 0.9em;
font-weight: 500;
transition: color 0.2s ease;
}
.mesh-layout--list .mesh-related-sites__link::after {
content: '→';
color: #b0b0b0;
font-size: 0.9em;
transition: transform 0.2s ease, color 0.2s ease;
}
.mesh-layout--list .mesh-related-sites__link:hover {
color: #000000;
}
.mesh-layout--list .mesh-related-sites__link:hover::after {
color: #1a1a1a;
transform: translateX(3px);
} .mesh-layout--grid .mesh-related-sites__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5em;
}
.mesh-layout--grid .mesh-related-sites__item {
margin: 0;
}
.mesh-layout--grid .mesh-related-sites__link {
display: inline-block;
background: #f7f7f7;
border: 1px solid #e2e2e2;
border-radius: 3px;
padding: 0.35em 0.8em;
color: #2d2d2d;
text-decoration: none;
font-size: 0.85em;
font-weight: 500;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.mesh-layout--grid .mesh-related-sites__link:hover {
background: #1a1a1a;
border-color: #1a1a1a;
color: #ffffff;
} .mesh-related-sites__empty {
color: #b0b0b0;
font-style: italic;
font-size: 0.875em;
margin: 0;
text-align: center;
}