/* ==========================================================================
   THÈME ORANGE — Informatique86 (dépannage à distance)
   Mise en page « zigzag éditorial » : services en rangées alternées pleine largeur.
   ========================================================================== */

:root {
  --bleu:       #E07B00;   /* rose principal */
  --bleu-fonce: #B86300;   /* rose foncé (titres) */
  --bleu-nuit:  #2A1A0A;   /* rose nuit (pied de page) */
  --bleu-pale:  #FDF4E8;   /* fond rose très clair */
  --bleu-sect:  #F7E8D0;   /* fond de section */
  --gris-texte: #4a5868;
  --gris-ligne: #e2e8f0;
  --blanc:      #ffffff;
  --radius:     14px;
  --ombre:      0 4px 18px rgba(120, 60, 10, .07);
  --ombre-hover:0 12px 28px rgba(120, 60, 10, .14);
}

/* ---------- Global ---------- */
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--gris-texte);
  background: var(--bleu-pale);
}
a { color: var(--bleu); }
a:hover { color: var(--bleu-fonce); }

h2, h3, h4 { color: var(--bleu-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: 24px; line-height: 1.3; font-weight: 700; }
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(120,60,10,.05); }
header { padding-bottom: 10px; }
header .logo_wrapper img { width: 235px; height: auto; }

/* ---------- Menu souligné ---------- */
.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(--bleu);
  background: #e8ecf2;
}
.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
  color: #ffffff;
  background: var(--bleu);
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

/* ---------- Bandeau téléphone ---------- */
.home_bot { background: var(--blanc); border-top: 1px solid var(--gris-ligne); padding: 8px 0; }
.phone1 { color: var(--bleu-fonce); font-weight: 500; }
.phone1 i { color: var(--bleu); }

/* ---------- Slideshow ---------- */
.camera_caption {
  background: linear-gradient(135deg, rgba(42, 26, 10, .82), rgba(224, 123, 0, .55));
  border-radius: var(--radius); padding: 24px 28px;
}
.camera_caption .txt1 { color: #fff; font-weight: 700; }
.camera_caption .txt2 { color: #eef4fa; }

/* ---------- Sections ---------- */
.services1 { background: var(--bleu-pale); padding: 40px 0; }
.services3 { background: var(--bleu-sect); padding: 60px 0; }
.services6 { background: var(--bleu-nuit); padding: 70px 0 30px; }

/* ---------- Zigzag : rangées alternées ---------- */
.zigzag {
  display: flex; flex-wrap: wrap; align-items: center;
  background: #fff; border-radius: var(--radius); padding: 26px;
  margin-bottom: 26px; box-shadow: var(--ombre);
}
.zigzag .z-img { flex: 0 0 33%; }
.zigzag .z-img img { width: 100%; max-width: 330px; border-radius: 10px; }
.zigzag .z-txt { flex: 1; padding: 0 28px; }
.zigzag .z-txt h3 { margin-top: 0; }
.zigzag .z-txt ul { margin: 10px 0 16px; padding-left: 20px; }
.zigzag .z-txt ul li { margin-bottom: 6px; }
.zigzag.inverse { flex-direction: row-reverse; }

.btn-zigzag {
  display: inline-block; background: var(--bleu); color: #fff;
  font-weight: 700; font-size: 15px; padding: 11px 22px; border-radius: 6px;
  text-decoration: none; transition: background .2s ease, transform .2s ease;
}
.btn-zigzag:hover { background: var(--bleu-fonce); color: #fff; transform: translateY(-2px); }

/* ---------- Boutons / formulaires ---------- */
.btn-default.btn2 { display: inline-block; background: #F72900; color: #fff; border-radius: 30px; font-weight: 400; font-size: 18px; line-height: 1.2; padding: 12px 22px; text-decoration: none; }
.btn-default.btn2:hover { background: #e8536b; transform: translateY(-2px); }
button[name="Submit"] { background-color: var(--bleu) !important; border-radius: 6px !important; padding: 12px 28px !important; }
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(--bleu); box-shadow: 0 0 0 3px rgba(224,123,0,.14); outline: none; }

/* ---------- Contact ---------- */
#contacts1 { background: var(--bleu-pale); border-top: 1px solid var(--gris-ligne); border-bottom: 1px solid var(--gris-ligne); padding-top: 60px; padding-bottom: 70px; }
#contacts2 { background: var(--bleu-sect); padding-top: 40px; padding-bottom: 60px; }
.time1 i { color: var(--bleu); }
.time1 span .txt1 { color: var(--bleu-fonce); }

/* ---------- Pied de page ---------- */
.services6 p, .services6 span, .services6 a, .services6 h5, .services6 li { color: #d5dee8; }
.services6 a:hover { color: #fff; }
.services6 p[style*="font-size: 16pt"] { color: #fff; font-weight: 700; margin-bottom: 6px; }
.copy1 { color: #9aa8b8; }
.copy2 { color: #9aa8b8; }
.copy2 a { color: var(--bleu); }

/* ---------- Alignement 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; }

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .zigzag .z-img { flex: 0 0 100%; margin-bottom: 16px; }
  .zigzag .z-txt { padding: 0; }
  h2 { font-size: 26px; }
  h3 { font-size: 20px; }
}
#contacts2 .thumb1 .thumbnail { background: transparent; }
.h1_wrapper { position: absolute; bottom: 0; left: 0; width: 100%; background: transparent; z-index: 10; text-align: center; }
.h1_wrapper h1 { color: #666666; text-shadow: none; }


/* SLIDESHOW FULLSCREEN — Informatique86 (orange) */
#fullscreen-slider { position: relative; width: 100%; height: 900px; overflow: hidden; background: #FDF4E8; }
.fs-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: flex-end; background: #FDF4E8; opacity: 0; transform: scale(1.05); transition: opacity 1s ease, transform 6s ease; }
.fs-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .25; }
.fs-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.fs-overlay { position: absolute; inset: 0; background: none; }
.fs-content { position: relative; z-index: 2; max-width: 620px; padding: 34px 40px; margin-right: 7%; color: #2A1A0A; text-align: left; background: rgba(255,255,255,.55); border: 1px solid rgba(0,0,0,.08); border-radius: 18px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 10px 34px rgba(0,0,0,.12); }
.fs-content span { color: #E07B00; font-size: 20px; font-weight: bold; letter-spacing: 4px; }
.fs-content .slide-title { font-weight: 700; margin: 18px 0; font-size: 64px; line-height: 1.1; }
.fs-content p { margin-bottom: 30px; font-size: 20px; color: #4a4a4a; }
.fs-content a { display: inline-block; padding: 18px 36px; color: #fff; background: #F72900; border-radius: 6px; font-weight: 700; font-size: 18px; text-decoration: none; transition: background .3s ease, transform .3s ease; }
.fs-content a:hover { background: #e8536b; transform: translateY(-3px); }
.fs-arrow { position: absolute; top: 50%; z-index: 5; width: 48px; height: 48px; color: #E07B00; background: rgba(255,255,255,.7); border: 1px solid #E07B00; border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: background .3s ease; }
.fs-arrow:hover { background: #E07B00; color: #fff; }
.fs-prev { left: 25px; } .fs-next { right: 25px; }
.fs-indicators { position: absolute; bottom: 30px; left: 50%; z-index: 5; display: flex; gap: 10px; transform: translateX(-50%); }
.fs-indicators button { width: 12px; height: 12px; padding: 0; background: #E07B00; border: 0; border-radius: 50%; cursor: pointer; opacity: .35; transition: .3s ease; }
.fs-indicators button.active { background: #E07B00; opacity: 1; transform: scale(1.3); }
@media (max-width: 700px) { #fullscreen-slider { height: 500px; } .fs-content { max-width: 100%; margin-right: 0; padding: 30px; text-align: center; } .fs-content .slide-title { font-weight: 700; font-size: 40px; } .fs-content p { font-size: 17px; } .fs-arrow { width: 40px; height: 40px; } .fs-prev { left: 12px; } .fs-next { right: 12px; } }


/* ===== Témoignages clients (carrousel, orange clair) ===== */
.avis-clients { background: url(../images/services2_bg.jpg) center bottom no-repeat #F7E8D0; background-blend-mode: multiply; border-radius: 18px; padding: 26px 24px 34px; margin-bottom: 30px; }
.avis-clients h2 { color: #B86300; }
.temoignages { position: relative; max-width: 900px; margin: 0 auto; overflow: hidden; }
.temoignages-track { display: flex; transition: transform .6s ease; }
.temoignage { flex: 0 0 100%; text-align: center; padding: 30px 60px; box-sizing: border-box; }
.temoignage .quote { font-size: 42px; color: #FFA333; margin-bottom: 12px; }
.temoignage .message { font-size: 18px; line-height: 1.7; color: #444; font-style: italic; }
.temoignage .nom { font-weight: 700; font-size: 16px; color: #222; margin-top: 15px; }
.temoignages .fleche { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid #FFA333; background: #fff; color: #FFA333; font-size: 20px; line-height: 42px; text-align: center; cursor: pointer; }
.temoignages .prev { left: 0; } .temoignages .next { right: 0; }
.temoignages .fleche:hover { background: #FFA333; color: #fff; }
.temoignages .points { text-align: center; margin-top: 15px; }
.temoignages .points button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #ddd; margin: 0 4px; cursor: pointer; }
.temoignages .points button.actif { background: #FFA333; }

/* ===== Bandeau haut des pages internes (image voilée claire) ===== */
.page_slide { background: #FDF4E8; }
.page_slide img { opacity: .25; width: 100%; aspect-ratio: 4 / 1; object-fit: cover; }
/* ===== Bandeau : fond orange clair ===== */
.home_bot { background: #F7E8D0; border-top: none; }
.home_bot .social { padding: 0; line-height: 0; }
.btn-default.btn2 { text-align: center; }
.btn-default.btn2 center { display: inline; }


