/*==================================================
ZINDECO PEINTURE
www.zindeco-peinture-rennes.fr
STYLE CSS
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#f8f9fc;
color:#222;
line-height:1.7;
overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;
transition:.3s;

}

ul{

list-style:none;

}

.container{

width:90%;
max-width:1300px;
margin:auto;

}

/*=============================
HEADER
=============================*/

header{

position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
padding:20px 0;
transition:.4s;
background:rgba(10,26,47,.90);
backdrop-filter:blur(10px);

}

header.sticky{

padding:12px 0;
background:#081a2d;
box-shadow:0 10px 30px rgba(0,0,0,.2);

}

header .container{

display:flex;
align-items:center;
justify-content:space-between;
gap:20px;

}

.menu-toggle{
display:none;
flex-direction:column;
gap:5px;
background:transparent;
border:0;
padding:6px;
cursor:pointer;
}

.menu-toggle span{
width:24px;
height:2px;
background:white;
border-radius:2px;
transition:.3s;
}

.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);} 
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);} 

/*=============================
LOGO
=============================*/

.logo{

display:flex;
align-items:center;
gap:15px;
color:white;

}

.logo-icon{

width:60px;
height:60px;
background:#d4af37;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#081a2d;

}

.logo h1{

font-size:30px;
font-weight:800;
letter-spacing:2px;

}

.logo p{

font-size:13px;
letter-spacing:4px;
color:#d4af37;

}

/*=============================
MENU
=============================*/

nav ul{

display:flex;
gap:35px;

}

nav a{

color:white;
font-weight:500;
font-size:16px;

}

nav a:hover{

color:#d4af37;

}

.nav-service{position:relative;}

.nav-service > a{display:inline-block;}

.nav-submenu{
position:absolute;
top:calc(100% + 12px);
left:0;
background:#fff;
padding:12px 14px;
border-radius:12px;
box-shadow:0 12px 30px rgba(0,0,0,.14);
min-width:220px;
display:none;
flex-direction:column;
gap:8px;
z-index:1000;
}

.nav-service:hover .nav-submenu,
.nav-service:focus-within .nav-submenu{
display:flex;
}

.nav-submenu li a{color:#081a2d;font-size:14px;display:block;padding:6px 0;}
.nav-submenu li a:hover{color:#d4af37;}

.check-list{
display:grid;
gap:14px;
margin-top:20px;
padding:0;
}

.check-list li{
display:flex;
align-items:flex-start;
gap:10px;
color:#4b5563;
}

.check-list li i{
color:#d4af37;
margin-top:4px;
}

.page-hero{
min-height:85vh;
padding:180px 0 100px;
}

.page-hero .hero-container{
grid-template-columns:1.2fr .8fr;
}

/*=============================
BOUTON TELEPHONE
=============================*/

.phone-btn{

display:flex;
align-items:center;
gap:12px;
background:#d4af37;
padding:14px 22px;
border-radius:50px;
color:#081a2d;
font-weight:700;

}

.phone-btn i{

font-size:22px;

}

.phone-btn span{

display:block;
font-size:11px;

}

/*=============================
HERO
=============================*/

.hero{

height:100vh;
display:flex;
align-items:center;
position:relative;
background:

linear-gradient(rgba(5,20,40,.70),rgba(5,20,40,.70)),

url("https://images.pexels.com/photos/1571460/pexels-photo-1571460.jpeg?auto=compress&cs=tinysrgb&w=1920")

center center/cover;

}

.hero-overlay{

position:absolute;
inset:0;
background:linear-gradient(90deg,
rgba(8,26,45,.85),
rgba(8,26,45,.45));

}

.hero-container{

display:grid;
grid-template-columns:1.3fr .7fr;
gap:70px;
align-items:center;
position:relative;
z-index:2;

}

.hero-left{

color:white;

}

.hero-left h2{

font-size:72px;
font-weight:800;
line-height:1.1;
margin-bottom:10px;

}

.hero-left span{

color:#d4af37;

}

.hero-left h3{

font-size:34px;
margin-bottom:25px;
font-weight:600;

}

.hero-left p{

font-size:20px;
max-width:700px;
margin-bottom:35px;
color:#f2f2f2;

}
/*======================================
BOUTONS
======================================*/

.hero-buttons{

display:flex;
gap:20px;
flex-wrap:wrap;

}

.btn-primary{

background:#d4af37;
color:#081a2d;
padding:18px 34px;
border-radius:50px;
font-weight:700;
display:inline-flex;
align-items:center;
gap:10px;
box-shadow:0 10px 25px rgba(212,175,55,.35);

}

.btn-primary:hover{

transform:translateY(-5px);
background:#e3bf4b;

}

.btn-dark{

background:white;
color:#081a2d;
padding:18px 34px;
border-radius:50px;
font-weight:700;
display:inline-flex;
align-items:center;
gap:10px;

}

.btn-dark:hover{

transform:translateY(-5px);
background:#f5f5f5;

}

/*======================================
CARTE HERO
======================================*/

.hero-card{

background:white;
padding:50px;
border-radius:25px;
text-align:center;
box-shadow:0 25px 50px rgba(0,0,0,.25);

}

.hero-card h3{

font-size:42px;
color:#081a2d;
margin-bottom:15px;
line-height:1.2;

}

.hero-card p{

font-size:22px;
color:#777;
margin-bottom:30px;

}

.hero-card i{

font-size:90px;
color:#d4af37;

}

/*======================================
INFOS
======================================*/

.top-infos{

margin-top:-60px;
position:relative;
z-index:10;

}

.top-infos .container{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.info-box{

background:white;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.10);
transition:.35s;

}

.info-box:hover{

transform:translateY(-10px);

}

.info-box i{

font-size:48px;
color:#d4af37;
margin-bottom:20px;

}

.info-box h4{

font-size:22px;
margin-bottom:10px;
color:#081a2d;

}

.info-box p{

color:#666;
font-size:16px;

}

/*======================================
SECTIONS
======================================*/

section{

padding:110px 0;

}

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title span{

display:inline-block;
background:#d4af37;
color:#081a2d;
padding:8px 20px;
border-radius:30px;
font-weight:700;
margin-bottom:20px;

}

.section-title h2{

font-size:48px;
color:#081a2d;
margin-bottom:20px;

}

.section-title p{

max-width:750px;
margin:auto;
font-size:18px;
color:#666;

}

/*======================================
ANIMATIONS
======================================*/

.service-card,
.info-box,
.hero-card{

transition:.35s;

}

.service-card:hover,
.hero-card:hover{

transform:translateY(-10px);

}

@keyframes fadeUp{

from{

opacity:0;
transform:translateY(50px);

}

to{

opacity:1;
transform:translateY(0);

}

}

.hero-left,
.hero-card,
.info-box{

animation:fadeUp .8s ease;

}
/*======================================
A PROPOS
======================================*/

.about{

background:#ffffff;

}

.about-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;

}

.local-card{
background:white;
padding:30px;
border-radius:22px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.local-card h3{
color:#081a2d;
margin-bottom:12px;
font-size:24px;
}

.local-card p{
color:#666;
line-height:1.8;
}

.about-image img{

width:100%;
border-radius:25px;
box-shadow:0 25px 60px rgba(0,0,0,.15);
transition:.4s;

}

.about-image img:hover{

transform:scale(1.03);

}

.about-content{

padding:10px;

}

.section-subtitle{

display:inline-block;
padding:10px 20px;
background:#d4af37;
color:#081a2d;
font-weight:700;
border-radius:30px;
margin-bottom:20px;

}

.about-content h2{

font-size:46px;
line-height:1.2;
margin-bottom:25px;
color:#081a2d;

}

.about-content p{

font-size:18px;
color:#666;
margin-bottom:35px;

}

.about-list{

display:flex;
flex-direction:column;
gap:22px;

}

.about-item{

display:flex;
align-items:flex-start;
gap:18px;

}

.about-item i{

font-size:26px;
color:#d4af37;
margin-top:4px;

}

.about-item h4{

font-size:22px;
margin-bottom:6px;
color:#081a2d;

}

.about-item p{

margin:0;
font-size:16px;
color:#666;

}

/*======================================
SERVICES
======================================*/

.services{

background:#f8f9fc;

}

.services-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.service-card{

background:#ffffff;
padding:40px;
border-radius:25px;
text-align:center;
box-shadow:0 20px 45px rgba(0,0,0,.08);
transition:.35s;

}

.service-card:hover{

transform:translateY(-12px);
box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.service-card .icon{

width:90px;
height:90px;
margin:auto;
margin-bottom:25px;
border-radius:50%;
background:#d4af37;
display:flex;
align-items:center;
justify-content:center;

}

.service-card .icon i{

font-size:40px;
color:#081a2d;

}

.service-card h3{

font-size:26px;
margin-bottom:18px;
color:#081a2d;

}

.service-card p{

font-size:17px;
color:#666;
margin-bottom:25px;
line-height:1.8;

}

.service-card a{

display:inline-block;
padding:14px 28px;
background:#081a2d;
color:#fff;
border-radius:40px;
font-weight:600;
transition:.3s;

}

.service-card a:hover{

background:#d4af37;
color:#081a2d;

}
/*======================================
GALERIE
======================================*/

.gallery{

background:#ffffff;

}

.gallery-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.gallery-item{

position:relative;
overflow:hidden;
border-radius:25px;
box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.gallery-item img{

width:100%;
height:320px;
object-fit:cover;
transition:.6s;

}

.gallery-item:hover img{

transform:scale(1.12);

}

.gallery-overlay{

position:absolute;
left:0;
right:0;
bottom:0;
padding:30px;
background:linear-gradient(transparent,rgba(0,0,0,.85));
color:white;
opacity:0;
transition:.4s;

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay h3{

font-size:24px;
margin-bottom:8px;

}

.gallery-overlay p{

font-size:16px;
opacity:.9;

}

/*======================================
STATISTIQUES
======================================*/

.stats{

background:#081a2d;
color:#fff;

}

.stats .container{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.stat-box{

text-align:center;
padding:40px 20px;

}

.stat-box h2{

font-size:60px;
color:#d4af37;
margin-bottom:12px;
font-weight:800;

}

.stat-box p{

font-size:18px;
letter-spacing:1px;

}

/*======================================
AVANTAGES
======================================*/

.advantages{

background:#f8f9fc;

}

.advantages .services-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.advantages .service-card{

background:#fff;
border-radius:25px;
padding:40px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.advantages .icon{

width:85px;
height:85px;
margin:auto auto 25px;
border-radius:50%;
background:#d4af37;
display:flex;
align-items:center;
justify-content:center;

}

.advantages .icon i{

font-size:36px;
color:#081a2d;

}

.advantages h3{

font-size:24px;
margin-bottom:15px;
color:#081a2d;

}

.advantages p{

color:#666;
line-height:1.8;

}

/*======================================
EFFETS
======================================*/

.gallery-item,
.stat-box,
.advantages .service-card{

transition:.35s;

}

.stat-box:hover{

transform:translateY(-8px);

}

.advantages .service-card:hover{

transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,.12);

}
/*======================================
AVIS CLIENTS
======================================*/

.reviews{
background:#ffffff;
}

.review-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.review-card{
background:#fff;
padding:40px;
border-radius:25px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.35s;
}

.review-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.stars{
font-size:24px;
color:#d4af37;
margin-bottom:20px;
letter-spacing:3px;
}

.review-card h3{
font-size:24px;
color:#081a2d;
margin-bottom:15px;
}

.review-card p{
color:#666;
line-height:1.8;
}

/*======================================
ZONES
======================================*/

.zones{
background:#f8f9fc;
}

.zones-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:50px;
}

.zone-card{
background:#fff;
padding:25px;
border-radius:18px;
text-align:center;
font-weight:600;
color:#081a2d;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.zone-card:hover{
background:#d4af37;
color:#081a2d;
transform:translateY(-6px);
}

/*======================================
CTA
======================================*/

.cta{

background:
linear-gradient(rgba(8,26,45,.92),rgba(8,26,45,.92)),
url("https://images.pexels.com/photos/1571460/pexels-photo-1571460.jpeg?auto=compress&cs=tinysrgb&w=1600");

background-size:cover;
background-position:center;
color:white;
text-align:center;
}

.cta h2{
font-size:50px;
margin-bottom:20px;
}

.cta p{
max-width:700px;
margin:0 auto 40px;
font-size:20px;
opacity:.95;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.cta .btn-secondary{
background:#ffffff;
color:#081a2d;
padding:18px 35px;
border-radius:50px;
font-weight:700;
transition:.3s;
}

.cta .btn-secondary:hover{
background:#d4af37;
}

/*======================================
ANIMATIONS
======================================*/

.review-card,
.zone-card,
.cta{
animation:fadeUp .8s ease;
}
/*======================================
CONTACT
======================================*/

.contact{
background:#ffffff;
}

.contact-grid{
display:grid;
grid-template-columns:420px 1fr;
gap:50px;
align-items:start;
}

.contact-info{
display:flex;
flex-direction:column;
gap:25px;
}

.contact-card{
background:#081a2d;
color:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.12);
transition:.3s;
}

.contact-card:hover{
transform:translateY(-8px);
}

.contact-card i{
font-size:40px;
color:#d4af37;
margin-bottom:20px;
}

.contact-card h3{
font-size:24px;
margin-bottom:15px;
}

.contact-card p,
.contact-card a{
color:#fff;
font-size:17px;
line-height:1.8;
text-decoration:none;
}

.contact-form{
background:#fff;
padding:40px;
border-radius:25px;
box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.contact-form form{
display:flex;
flex-direction:column;
gap:18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
width:100%;
padding:18px;
border:1px solid #ddd;
border-radius:12px;
font-size:16px;
font-family:'Poppins',sans-serif;
outline:none;
transition:.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
border-color:#d4af37;
box-shadow:0 0 0 4px rgba(212,175,55,.15);
}

.contact-form textarea{
resize:vertical;
min-height:180px;
}

.contact-form button{
background:#d4af37;
color:#081a2d;
border:none;
padding:18px;
border-radius:50px;
font-size:18px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.contact-form button:hover{
background:#c19a2e;
transform:translateY(-3px);
}

/*======================================
BANDEAU FINAL
======================================*/

.final-banner{
background:#081a2d;
color:#fff;
text-align:center;
}

.final-banner h2{
font-size:48px;
margin-bottom:20px;
}

.final-banner p{
font-size:20px;
max-width:800px;
margin:0 auto 35px;
opacity:.95;
}
/*======================================
FOOTER
======================================*/

.footer{

background:#061321;
color:#fff;
padding:90px 0 30px;

}

.footer a{
color:#ffffff;
}

.footer a:hover{
color:#d4af37;
}

.footer-col ul li{
margin-bottom:10px;
}

.footer-grid{

display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:50px;

}

.footer h3{

font-size:24px;
margin-bottom:25px;
color:#d4af37;

}

.footer p{

color:#d8d8d8;
line-height:1.9;
margin-bottom:15px;

}

.footer ul{

padding:0;
margin:0;

}

.footer ul li{

margin-bottom:14px;

}

.footer ul li a{

color:#d8d8d8;
transition:.3s;

}

.footer ul li a:hover{

color:#d4af37;
padding-left:8px;

}

.footer-phone{

display:inline-block;
margin-top:20px;
background:#d4af37;
color:#081a2d;
padding:15px 28px;
border-radius:50px;
font-weight:700;

}

.footer-phone:hover{

background:#ffffff;

}

.footer hr{

border:none;
height:1px;
background:rgba(255,255,255,.10);
margin:60px 0 30px;

}

.footer-bottom{

display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:20px;

}

.footer-bottom p{

margin:0;
font-size:15px;
color:#cfcfcf;

}

/*======================================
WHATSAPP
======================================*/

.whatsapp{

position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
border-radius:50%;
background:#25D366;
display:flex;
justify-content:center;
align-items:center;
font-size:34px;
color:#fff;
box-shadow:0 15px 35px rgba(0,0,0,.25);
z-index:999;
transition:.3s;

}

.whatsapp:hover{

transform:scale(1.1);

}

/*======================================
RETOUR HAUT
======================================*/

.top-btn{

position:fixed;
left:25px;
bottom:25px;
width:60px;
height:60px;
border-radius:50%;
background:#d4af37;
color:#081a2d;
display:flex;
justify-content:center;
align-items:center;
font-size:24px;
box-shadow:0 12px 30px rgba(0,0,0,.20);
opacity:0;
visibility:hidden;
transition:.35s;
z-index:999;

}

.top-btn.show{

opacity:1;
visibility:visible;

}

.top-btn:hover{

transform:translateY(-5px);

}

/*======================================
EFFETS
======================================*/

.footer,
.whatsapp,
.top-btn{

animation:fadeUp .8s ease;

}
/*======================================
RESPONSIVE TABLETTE
======================================*/

@media (max-width:1100px){

.hero-container,
.about-grid,
.contact-grid{

grid-template-columns:1fr;

}

.hero{

height:auto;
padding:170px 0 100px;

}

.hero-left{

text-align:center;

}

.hero-left p{

margin:auto;
margin-bottom:35px;

}

.hero-buttons{

justify-content:center;

}

.hero-right{

margin-top:40px;

}

.top-infos .container,
.services-grid,
.gallery-grid,
.review-grid,
.footer-grid,
.stats .container,
.zones-grid{

grid-template-columns:repeat(2,1fr);

}

}

/*======================================
RESPONSIVE MOBILE
======================================*/

@media (max-width:900px){

header .container{
flex-wrap:wrap;
}

.menu-toggle{
display:flex;
}

.nav-links{
display:none;
width:100%;
order:4;
}

.nav-links.open{
display:block;
}

.nav-links ul{
flex-direction:column;
gap:12px;
background:rgba(8,26,45,.98);
padding:20px;
border-radius:16px;
}

.phone-btn{
margin-left:auto;
}

}

@media (max-width:768px){

header .container{

flex-direction:row;
gap:16px;

}

.logo{
flex:1;
}

.phone-btn{
width:auto;
padding:12px 16px;
}

nav ul{

flex-wrap:wrap;
justify-content:center;
gap:18px;

}

.hero{

padding-top:180px;

}

.hero-left h2{

font-size:42px;

}

.hero-left h3{

font-size:24px;

}

.hero-left p{

font-size:17px;

}

.hero-card{

padding:35px;

}

.hero-card h3{

font-size:30px;

}

.hero-card i{

font-size:60px;

}

.section-title h2{

font-size:34px;

}

.about-content h2{

font-size:34px;

}

.services-grid,
.gallery-grid,
.review-grid,
.footer-grid,
.stats .container,
.zones-grid,
.top-infos .container{

grid-template-columns:1fr;

}

.footer-bottom{

flex-direction:column;
text-align:center;

}

.whatsapp{

right:18px;
bottom:18px;

}

.top-btn{

left:18px;
bottom:18px;

}

}

/*======================================
PETITS TELEPHONES
======================================*/

@media (max-width:480px){

.container{

width:92%;

}

.logo h1{

font-size:24px;

}

.hero-left h2{

font-size:34px;

}

.hero-left h3{

font-size:20px;

}

.hero-buttons{

flex-direction:column;

}

.btn-primary,
.btn-dark{

width:100%;
justify-content:center;

}

.phone-btn{

padding:14px;

}

.contact-form{

padding:25px;

}

.contact-card{

padding:25px;

}

}

/*======================================
SELECTION TEXTE
======================================*/

::selection{

background:#d4af37;
color:#081a2d;

}

/*======================================
BARRE DE SCROLL
======================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#ececec;

}

::-webkit-scrollbar-thumb{

background:#d4af37;
border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:#b8922d;

}