.green { color: green; }
.blue { color: #1a73e8; }
.orange { color: #e88a2c; }

/* ---- HERO ---- */
.hero {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: white;
/*    align-items: center; */
}

.hero-text {
    max-width: 50%;
   font-size: 18px;
}

.hero-text h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.hero-content {
    width: 70%;
}

.hero-img {
    width: 30%;
    border-radius: 12px;
    align-items: right;
/*    object-fit: cover; */
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #6c2bd9;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
}

.btn:hover {
    background: #5420ad;
}

/* --- Section clients --- */
.clients {
    display: flex;
    justify-content: space-between;
    padding: 50px 40px;
    background: #ffffff;
}

.clients-left {
    width: 30%;
}

.clients-right {
    width: 70%;
}


/* ===== MENU ===== */
header {
    background: white;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 999;
}
header .logo { height: 60px; }
nav a {
    margin-left: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
nav a.active {
    font-weight: bold;
    color: #1a73e8;
}
nav a:hover { color: #3a87ff; }

/* ===== HERO CONTACT ===== */
.contact-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background: #fafafa;
}
.contact-hero .illustration img {
    width: 500px;
}
.contact-hero .hero-text {
    max-width: 45%;
}
.contact-hero h1 {
    font-size: 40px;
    margin-bottom: 10px;
}


/* ===== PAGE ENTREPRISE ===== */
/* --- Section intro --- */
.entreprise-intro {
    display: flex;
    justify-content: space-between;
    padding: 50px 40px;
    background: #ffffff;
}

.entreprise-intro img {
    width: 420px;
    border-radius: 6px;
}

.intro-left {
    width: 30%;
}

.intro-right {
    width: 70%;
    font-size: 17px;
    line-height: 1.6;
}

.intro-right h1 {
    font-size: 40px;
    margin-bottom: 5px;
}

.subtitle {
    color: #6e6e6e;
    margin-bottom: 25px;
}

blockquote {
    font-style: italic;
    margin: 20px 0;
    color: #555;
    font-size: 16px;
}

blockquote span {
    font-size: 14px;
    color: #888;
}


/* --- Section Vision --- */
.entreprise-vision {
    padding: 20px 20px;
    background: #dce7f7;
    position: relative;
    text-align: center;
}

.vision-background {
    font-size: 70px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 10px;
}

.vision-cards {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.vision-card {
    background: #fff;
    width: 280px;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.vision-card img {
    width: 55px;
    margin-bottom: 15px;
}

.vision-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
}


/* ===== PAGE CONTACT ===== */
.contact-section {
    display: flex;
    background: white;
    padding: 40px;
}

.coordonnees {
    width: 20%;
}

.coordonnees h2 {
    margin-bottom: 8px;
}

.coordonnees .line {
    width: 120px;
    height: 3px;
    background: #b5c7e7;
    margin-bottom: 20px;
}

.info {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.info img {
    width: 10%;
    margin-right: 15px;
    display: flex;
}

.image {
    width: 40%;
}

.photo-block img {
    width: 260px;
    border-radius: 6px;
    padding: 5px
    margin-top: 20px;
}

/* COLONNE DROITE */
.message-zone {
    width: 50%;
    background: #d8e4f8;
    padding: 40px;
    text-align: left;
    position: left;
    margin-left: 10px;
    display: flex;
}

.big-text {
    font-size: 60px;
    font-weight: 700;
    text-align: left;
    color: rgba(255,255,255,0.4);
    margin-bottom: 5px;
    margin-right: 10px;
}

.btn-contact {
    background: #1a73e8;
    height: 20px;
    font-size: 20px;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 10 px;
    text-decoration: none;
}
.btn-contact:hover {
    background: #155bb5;
}

.activites {
    text-align: center;
    padding: 40px 20px;
    background: #e5ebf5; /* légèrement bleu gris */
}

.activites h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.intro {
    margin-bottom: 30px;
    color: #555;
    margin-bottom: 40px;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap; /* IMPORTANT: empêche le passage à la ligne */
}

.card {
    width: 260px;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border-radius: 20px;
}

.card h3, .card p {
    margin: 0;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 500;}

/* */
/*Gestion du texte sur les 3 images en page accueil */
.conteneur-cartes {
    display: flex;
    justify-content: center; /* centre horizontalement */
    gap: 30px; /* espace entre les blocs */
    margin-top: 40px;
}

.carte {
    position: relative;
    display: flex;
    width: 300px; /* adapte si besoin */
}

.carte img {
    width: 100%;
    border-radius: 20px; /* coins arrondis comme dans ta maquette */
    display: block;
}

/* texte centré */
.carte .texte {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 10px;
}
