/*
Theme Name: Protect Nuisibles
Theme URI: https://protect-nuisibles.fr
Author: Pleiade informatique Freddy WAGHON
Author URI: https://protect-nuisibles.fr
Description: Thème WordPress Premium pour les entreprises de dératisation et désinsectisation.
Version: 1.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
License: GPL v2 or later
Text Domain: protect-nuisibles
*/


/*
Ancien CSS ( conserve les lignes 1 à 13) bientot en deplacement pour le ci dessous*/
:root{

--primary:#2E7D32;
--secondary:#43A047;
--dark:#222;
--light:#F8F8F8;
--white:#ffffff;
--radius:14px;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:"Inter",sans-serif;
font-size:16px;
line-height:1.7;
background:#fff;
color:#333;

}

.container{

width:1200px;
max-width:95%;
margin:auto;

}

img{

max-width:100%;
height:auto;

}

a{

text-decoration:none;
color:inherit;

}

.btn{

display:inline-block;
padding:15px 35px;
border-radius:8px;
font-weight:700;
transition:.3s;

}

.btn-primary{

background:var(--primary);
color:#fff;

}

.btn-primary:hover{

background:#246628;

}

section{

padding:90px 0;

}

h1,h2,h3{

font-family:Poppins,sans-serif;
font-weight:700;
color:#222;

}

.site-header{

position:sticky;
top:0;
z-index:999;
background:#fff;
box-shadow:0 2px 15px rgba(0,0,0,.05);

}

.header-wrapper{

display:flex;
align-items:center;
justify-content:space-between;
padding:20px 0;

}

.hero{

padding:120px 0;
background:#F7F7F7;

}

.hero-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;

}

.hero-badge{

display:inline-block;
padding:8px 18px;
border-radius:30px;
background:#e8f5e9;
color:#2E7D32;
font-weight:600;
margin-bottom:20px;

}

.hero h1{

font-size:58px;
line-height:1.1;
margin-bottom:25px;

}

.hero-text{

font-size:20px;
margin-bottom:35px;

}

.hero-buttons{

display:flex;
gap:15px;
margin-bottom:40px;

}

.btn-secondary{

background:white;
border:2px solid var(--primary);
color:var(--primary);

}

.btn-secondary:hover{

background:var(--primary);
color:white;

}

.hero-stats{

display:flex;
gap:40px;

}

.stat{

display:flex;
flex-direction:column;

}

.stat strong{

font-size:32px;
color:var(--primary);

}

.hero-image img{

border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.1);

}

.trust-bar{

padding:30px 0;
background:white;

}

.trust-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
text-align:center;
font-weight:700;

}

.services{

background:#fff;

}

.section-title{

text-align:center;
max-width:750px;
margin:auto auto 70px;

}

.section-title span{

color:var(--primary);
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;

}

.section-title h2{

font-size:42px;
margin:15px 0;

}

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.service-card{

background:white;

padding:40px;

border-radius:18px;

transition:.35s;

box-shadow:0 8px 25px rgba(0,0,0,.05);

border:1px solid #efefef;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.service-icon{

font-size:55px;

margin-bottom:20px;

}

.service-card h3{

margin-bottom:15px;

}

.service-card p{

margin-bottom:25px;

color:#666;

}

.service-card a{

font-weight:700;

color:var(--primary);

}



.why-us{

background:#F8FAF9;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.why-card{

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

transition:.35s;

box-shadow:0 10px 35px rgba(0,0,0,.05);

border-top:5px solid transparent;

}

.why-card:hover{

transform:translateY(-12px);

border-top:5px solid var(--primary);

box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.why-icon{

font-size:60px;

margin-bottom:20px;

}

.why-card h3{

margin-bottom:15px;

font-size:22px;

}

.why-card p{

color:#666;

}

*/