/* ==========================================================================
   THÈME BLEU — Informatique34500 (Béziers)
   Mise en page « accordéon » : services dépliables.
   ========================================================================== */
:root {
  --bleu: #0060c8; --bleu-fonce: #003878; --bleu-nuit: #001c3c;
  --bleu-pale: #f0f5fb; --bleu-sect: #e4edf6;
  --gris-texte: #3a4a58; --gris-ligne: #dce6f0; --blanc: #fff;
  --radius: 12px; --ombre: 0 4px 18px rgba(0, 40, 90, .08);
  --ombre-hover: 0 12px 28px rgba(0, 40, 90, .16);
}
body { font-family: 'Roboto', Arial, 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', sans-serif; }
h2 { font-size: 32px; line-height: 1.2; font-weight: 700; padding: 0 0 18px; }
h3 { font-size: 22px; font-weight: 700; }
#top1 { background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 6px 18px rgba(0,40,90,.05); }
header { padding-bottom: 10px; }
header .logo_wrapper img { width: 235px; height: auto; }

/* Menu pilules */
.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: #fff; background: var(--bleu); box-shadow: 0 6px 14px rgba(0,0,0,.18); }

.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); }
.camera_caption { background: linear-gradient(135deg, rgba(0,28,60,.82), rgba(0,96,200,.55)); border-radius: var(--radius); padding: 24px 28px; }
.camera_caption .txt1 { color: #fff; font-weight: 700; } .camera_caption .txt2 { color: #eef4fb; }

.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; }

/* Accordéon */
.accordion { max-width: 860px; margin: 0 auto; }
.accordion .acc-item {
  background: #fff; border: 1px solid var(--gris-ligne); border-radius: var(--radius);
  margin-bottom: 12px; box-shadow: var(--ombre); overflow: hidden;
}
.accordion summary {
  list-style: none; cursor: pointer; padding: 18px 22px;
  font-size: 18px; font-weight: 700; color: var(--bleu-fonce);
  display: flex; align-items: center; gap: 12px;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { color: var(--bleu); width: 22px; text-align: center; }
.accordion summary::after { content: "\002B"; margin-left: auto; font-size: 22px; color: var(--bleu); transition: transform .2s ease; }
.accordion .acc-item[open] summary::after { content: "\2212"; }
.accordion .acc-body { padding: 0 22px 20px; }
.accordion .acc-body p { margin: 0 0 12px; font-size: 15px; }
.accordion .acc-body a { font-weight: 700; }

/* Boutons / formulaires */
.btn-default.btn2 { background: var(--bleu); color: #fff; border-radius: 6px; font-weight: 600; padding: 14px 26px; }
.btn-default.btn2:hover { background: var(--bleu-fonce); 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(0,96,200,.14); outline: none; }

#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); }
.services6 p, .services6 span, .services6 a, .services6 h5, .services6 li { color: #cddded; }
.services6 a:hover { color: #fff; }
.services6 p[style*="font-size: 16pt"] { color: #fff; font-weight: 700; margin-bottom: 6px; }
.copy1 { color: #8aa2c0; } .copy2 { color: #8aa2c0; } .copy2 a { color: var(--bleu); }
.social li, .social > a { vertical-align: middle; }
.social > a { display: inline-block; margin: 0 10px; }
.social > a img { display: block; width: 32px; height: 32px; }
@media (max-width: 767px) { h2 { font-size: 26px; } h3 { font-size: 20px; } }

/* Swiper.js - légendes */
.swiper-caption { position: absolute; bottom: 30px; left: 0; right: 0; background: rgba(0,0,0,.55); color: #fff; padding: 20px; text-align: center; z-index: 10; }
.swiper-caption .txt1 { font-size: 24px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }
.swiper-caption .txt2 { font-size: 18px; margin: 5px 0; }
.swiper-slide { text-align: center; background: #111; }
.swiper-slide img { width: 100%; height: auto; display: block; }
.swiper-button-next, .swiper-button-prev { color: #fb0505 !important; background: rgba(255,255,255,.6); border-radius: 50%; width: 40px; height: 40px; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 16px !important; }
#contacts2 .thumb1 .thumbnail { background: transparent; }
.h1_wrapper { position: static; background: none; }
.h1_wrapper h1 { color: #0060c8; }
.swiper { height: 480px; overflow: hidden; }
.swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
