/* ==========================================================================
   THÈME ROUGE/ORANGÉ — Informatique59 (Lille)
   Style « clair & dynamique » : bandeau d'accueil pleine largeur,
   menu souligné, boutons ambre. Distinct du bleu (Marseille) et du vert (Tours).
   ========================================================================== */

:root {
  --rouge:       #e0551a;   /* rouge-orangé principal */
  --rouge-fonce: #8a3010;   /* rouille foncé (titres) */
  --rouge-nuit:  #7a3010;   /* orange foncé (pied de page) */
  --rouge-pale:  #fdf3ee;   /* fond crème très clair */
  --rouge-sect:  #f8e8df;   /* fond de section */
  --ambre:       #f5a623;   /* ambre pour les boutons */
  --gris-texte:  #5a4a42;   /* brun-gris pour le texte */
  --gris-ligne:  #ecded5;   /* bordures */
  --blanc:       #ffffff;
  --radius:      10px;
  --ombre:       0 4px 16px rgba(80, 40, 20, .08);
  --ombre-hover: 0 12px 26px rgba(80, 40, 20, .16);
}

/* ---------- Global ---------- */
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--gris-texte);
  background: var(--rouge-pale);
}
a { color: var(--rouge); }
a:hover { color: var(--rouge-fonce); }

h2, h3, h4 { color: var(--rouge-fonce); font-family: 'Raleway', 'Roboto', sans-serif; }
h2 { font-size: 32px; line-height: 1.2; font-weight: 700; padding: 0 0 18px; }
h3 { font-size: 23px; line-height: 1.3; font-weight: 600; }
h4 { font-size: 17px; font-weight: 500; color: var(--gris-texte); }

/* ---------- Header ---------- */
#top1 {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 6px 18px rgba(80, 40, 20, .05);
}
header { padding-bottom: 10px; }
header .logo_wrapper img { width: 235px; height: auto; }

/* ---------- Menu : onglets soulignés (modèle 2) ---------- */
.navbar_ .nav > li > a {
  background: #f2f2f2;
  color: #2a2a30;
  font-weight: 700;
  font-size: 16px;
  line-height: 46px;
  padding: 0 13px;
  margin: 17px 3px;
  border-radius: 18px;
  transition: color .2s ease, background .2s ease;
}
.navbar_ .nav > li > a:hover,
.navbar_ .nav > li > a:focus {
  color: var(--rouge);
  background: #e8ecf2;
}
.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
  color: #ffffff;
  background: var(--rouge);
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

/* ---------- Bandeau téléphone / réseaux ---------- */
.home_bot { background: var(--blanc); border-top: 1px solid var(--gris-ligne); padding: 8px 0; }
.phone1 { color: var(--rouge-fonce); font-weight: 500; }
.phone1 i { color: var(--rouge); }

/* ---------- Bandeau d'accueil pleine largeur ---------- */
.hero-bande {
  background: linear-gradient(115deg, #e0551a 0%, #f0761f 55%, #f5a623 100%);
  color: #ffffff;
  padding: 25px 0;
}
.hero-bande .container { position: relative; }
.hero-bande h1 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  text-align: left;
  text-transform: none;
  padding: 0 0 14px;
  margin: 0;
}
.hero-bande .sous-titre {
  color: #fff4ea;
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 24px;
  max-width: 640px;
}
.hero-bande .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-hero {
  display: inline-block;
  background: #ffffff;
  color: var(--rouge-fonce);
  font-weight: 700;
  font-size: 16px;
  padding: 13px 26px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.btn-hero:hover { background: #ffe9d6; color: var(--rouge-fonce); transform: translateY(-2px); }
.btn-hero-secondaire {
  background: rgba(255,255,255,.16);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.55);
}
.btn-hero-secondaire:hover { background: rgba(255,255,255,.28); color: #ffffff; }

/* ---------- Diaporama (si présent sur les pages internes) ---------- */
.camera_caption {
  background: linear-gradient(135deg, rgba(42, 22, 16, .78), rgba(224, 85, 26, .55));
  border-radius: var(--radius);
  padding: 24px 28px;
}
.camera_caption .txt1 { color: #fff; font-weight: 700; }
.camera_caption .txt2 { color: #fff2e8; }

/* ---------- Sections ---------- */
.services1 { background: #fefaf5; padding: 60px 0; }
.services2 { background: var(--blanc); padding: 25px 0; }
.services3 { background: var(--rouge-sect); padding: 25px 0; }
.services4 { background: var(--rouge); padding: 40px 0; }
.services6 { background: var(--rouge-nuit); padding: 70px 0 30px; }
.services7 { background: var(--rouge-sect); padding: 30px 0 0; }

/* ---------- Grille de services : cartes à liseré rouge ---------- */
.home_services { display: flex; flex-wrap: wrap; }
.home_services > br { display: none; }
.home-page-service {
  background: var(--blanc);
  border: 1px solid var(--gris-ligne);
  border-left: 4px solid var(--rouge);
  border-radius: var(--radius);
  padding: 26px 20px 24px;
  margin-bottom: 24px;
  text-align: center;
  box-shadow: var(--ombre);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-page-service:hover {
  transform: translateY(-5px);
  box-shadow: var(--ombre-hover);
  border-color: #f0c4b0;
}
.home-page-service br { display: none; }
.home-page-service h4 { margin: 14px 0 6px; }
.home-page-service h4 a { color: var(--rouge-fonce); font-size: 15px; font-weight: 700; }
.home-page-service h4 a:hover { color: var(--rouge); }
.home-page-service img { display: block; margin: 0 auto; max-width: 240px; height: auto; }
.home-page-service h4 a::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/* ---------- Boutons ---------- */
.btn-default.btn2 {
  background: var(--ambre);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  padding: 14px 26px;
  box-shadow: 0 8px 18px rgba(245, 166, 35, .25);
}
.btn-default.btn2:hover { background: var(--rouge); transform: translateY(-2px); }
button[name="Submit"] { background-color: var(--rouge) !important; border-radius: 6px !important; padding: 12px 28px !important; }

/* ---------- Formulaires ---------- */
input.form-control, textarea.form-control {
  border: 1px solid var(--gris-ligne);
  border-radius: 6px;
  color: var(--gris-texte);
}
input.form-control:focus, textarea.form-control:focus {
  border-color: var(--rouge);
  box-shadow: 0 0 0 3px rgba(224, 85, 26, .14);
  outline: none;
}

/* ---------- Contact ---------- */
#contacts1 {
  background: var(--rouge-pale);
  border-top: 1px solid var(--gris-ligne);
  border-bottom: 1px solid var(--gris-ligne);
  padding-top: 60px;
  padding-bottom: 70px;
}
#contacts2 { background: #fefaf5; padding-top: 40px; padding-bottom: 60px; }
.time1 { color: var(--gris-texte); }
.time1 i { color: var(--rouge); }
.time1 span .txt1 { color: var(--rouge-fonce); }

/* ---------- Pied de page ---------- */
.services6 p, .services6 span, .services6 a, .services6 h5, .services6 li { color: #e6d5cb; }
.services6 a:hover { color: #ffffff; }
.services6 p[style*="font-size: 16pt"] { color: #ffffff; font-weight: 700; margin-bottom: 6px; }
.copy1 { color: #9a8277; }
.copy2 { color: #9a8277; }
.copy2 a { color: var(--rouge); }

/* ---------- Alignement icône LinkedIn ---------- */
.social li, .social > a { vertical-align: middle; }
.social > a { display: inline-block; margin: 0 10px; }
.social > a img { display: block; width: 32px; height: 32px; }

/* ---------- Chiffres clés ---------- */
.chiffres { background: var(--rouge-nuit); color: #fff; padding: 40px 0; text-align: center; }
.chiffre .nombre { display: block; font-size: 34px; font-weight: 800; color: var(--ambre); line-height: 1.2; }
.chiffre .label { font-size: 15px; color: #e6d5cb; }

/* ---------- Liste des services (2 colonnes) ---------- */
.liste-services a {
  display: block;
  background: #fff;
  border: 1px solid var(--gris-ligne);
  border-left: 4px solid var(--rouge);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 14px;
  color: var(--rouge-fonce);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.liste-services a:hover { background: #fff3ec; color: var(--rouge); transform: translateX(4px); }
.liste-services a i { color: var(--rouge); margin-right: 10px; width: 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .hero-bande { padding: 20px 0; }
  .hero-bande h1 { font-size: 28px; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
}
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #e0551a; }
