/* ============================================================
   Thème « épuré & professionnel » — généré (à compléter lundi
   avec la section services distincte de ce site).
   ============================================================ */
:root {
  --accent: #0080d0;
  --accent-fonce: #0066a8;
  --accent-nuit: #0a2c40;
  --accent-pale: #eef7fc;
  --accent-sect: #d8eef9;
  --gris-texte: #5a5650;
  --gris-ligne: #e6e2dc;
  --blanc: #ffffff;
  --radius: 14px;
  --ombre: 0 4px 18px rgba(0,0,0,.07);
  --ombre-hover: 0 12px 28px rgba(0,0,0,.15);
}
body { font-family: 'Roboto', Arial, sans-serif; font-size: 16px; line-height: 1.65; color: var(--gris-texte); background: var(--accent-pale); }
a { color: var(--accent); }
a:hover { color: var(--accent-fonce); }
h2, h3, h4 { color: var(--accent-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,0,0,.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(--accent); background: #e8ecf2; }
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus { color: #fff; background: var(--accent); 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(--accent-fonce); font-weight: 500; }
.phone1 i { color: var(--accent); }

.services1 { background: var(--accent-pale); padding: 40px 0; }
.services3 { background: var(--accent-sect); padding: 60px 0; }

.btn-default.btn2 { background: var(--accent); color: #fff; border-radius: 6px; font-weight: 600; padding: 14px 26px; }
.btn-default.btn2:hover { background: var(--accent-fonce); transform: translateY(-2px); }
button[name="Submit"] { background-color: var(--accent) !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(--accent); box-shadow: 0 0 0 3px rgba(0,0,0,.10); outline: none; }

#contacts1 { background: var(--accent-pale); border-top: 1px solid var(--gris-ligne); border-bottom: 1px solid var(--gris-ligne); padding-top: 60px; padding-bottom: 70px; }
#contacts2 { background: var(--accent-sect); padding-top: 40px; padding-bottom: 60px; }
#contacts2 .thumb1 .thumbnail { background: transparent; }
.time1 i { color: var(--accent); }
.time1 span .txt1 { color: var(--accent-fonce); }

.services6 { background: var(--accent-nuit); padding: 70px 0 30px; }
.services6 p, .services6 span, .services6 a, .services6 h5, .services6 li { color: #d8d0cc; }
.services6 a:hover { color: #fff; }
.copy1, .copy2 { color: #a8a29c; }
.copy2 a { color: var(--accent); }
.social > a { display: inline-block; margin: 0 10px; }

@media (max-width: 767px) { h2 { font-size: 26px; } h3 { font-size: 20px; } }


/* =====================================================
   TEMPLATE MINIMAL — services en liste épurée
   ===================================================== */
.minimal-list { max-width: 800px; margin: 0 auto; }
.min-item { padding: 26px 0; border-bottom: 1px solid var(--gris-ligne); }
.min-item:last-child { border-bottom: none; }
.min-item h3 { font-size: 20px; margin: 0 0 8px; }
.min-item p { font-size: 15px; margin: 0 0 10px; }
.min-item a { font-weight: 700; }
.h1_wrapper { position: absolute; bottom: 0; left: 0; width: 100%; background: transparent; z-index: 10; text-align: center; }
.h1_wrapper h1 { color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.75); }


/* SLIDESHOW FULLSCREEN — Saint-Tropez (azur) */
#fullscreen-slider { position: relative; width: 100%; height: 900px; overflow: hidden; background: #111; }
.fs-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background-position: center; background-size: cover; opacity: 0; transform: scale(1.05); transition: opacity 1s ease, transform 6s ease; }
.fs-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.fs-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.48); }
.fs-content { position: relative; z-index: 2; max-width: 850px; padding: 30px; color: #fff; text-align: center; }
.fs-content span { color: #009cde; font-size: 14px; font-weight: bold; letter-spacing: 3px; }
.fs-content .slide-title { font-weight: 700; margin: 18px 0; font-size: 64px; line-height: 1.1; text-shadow: 0 3px 12px rgba(0,0,0,.5); }
.fs-content p { margin-bottom: 30px; font-size: 20px; }
.fs-content a { display: inline-block; padding: 14px 26px; color: #fff; background: #009cde; border-radius: 4px; font-weight: bold; text-decoration: none; transition: background .3s ease, transform .3s ease; }
.fs-content a:hover { background: #0077a8; transform: translateY(-3px); }
.fs-arrow { position: absolute; top: 50%; z-index: 5; width: 48px; height: 48px; color: #fff; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: background .3s ease; }
.fs-arrow:hover { background: #009cde; }
.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: #fff; border: 0; border-radius: 50%; cursor: pointer; opacity: .5; transition: .3s ease; }
.fs-indicators button.active { background: #009cde; opacity: 1; transform: scale(1.3); }
@media (max-width: 700px) { #fullscreen-slider { height: 500px; } .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; } }

/* =====================================================
   BLOC AVIS CLIENTS (carrousel témoignages)
   ===================================================== */
.avis-clients { background: url(../images/services2_bg.png) center bottom no-repeat var(--accent-sect); background-blend-mode: multiply; padding: 46px 20px 54px; }
.avis-clients h2 { color: var(--accent-fonce); text-align: center; }
.container.avis-clients { border-radius: 18px; margin-bottom: 30px; padding: 26px 24px 34px; }
.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: var(--accent); margin-bottom: 12px; }
.temoignage .message { font-size: 18px; line-height: 1.7; color: var(--gris-texte); font-style: italic; }
.temoignage .nom { font-weight: 700; font-size: 16px; color: var(--accent-nuit); margin-top: 15px; }
.temoignages .fleche { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--accent); background: #fff; color: var(--accent); font-size: 20px; line-height: 42px; text-align: center; cursor: pointer; }
.temoignages .prev { left: 0; }
.temoignages .next { right: 0; }
.temoignages .fleche:hover { background: var(--accent); 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: var(--accent); }

/* Menu déroulant : interligne normal (les titres h4 prenaient les marges Bootstrap) */
.sub-menu li h4 { margin: 0; padding: 6px 10px; font-size: 13px; line-height: 18px; }
.sub-menu li h4 strong { font-weight: 700; }

/* Bandeau réseaux : logo LinkedIn aligné avec les icônes Twitter/Facebook */
.social li, .social > a { vertical-align: middle; }
.social > a { display: inline-block; margin: 0 10px; }
.social > a img { display: block; width: 32px; height: 32px; }

/* Bloc « Pourquoi nous choisir ? » */
.pourquoi { background: #0a2c40; color: #fff; padding: 60px 0; }
.pourquoi h2 { color: #ffffff; }
.pourquoi .argument { text-align: center; padding: 0 15px; }
.pourquoi .argument i { color: #72b9e5; font-size: 40px; margin-bottom: 12px; }
.pourquoi .argument .titre { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 6px; }
.pourquoi .argument p { color: #d5d3de; font-size: 14px; }

/* ===== BLOCS DE COULEUR — page « récupération de données » ===== */
/* la bande pleine largeur ne doit pas créer de barre de défilement horizontale */
html, body { overflow-x: hidden; }

#content.page-recup { padding: 0; }
#content.page-recup > .container { width: auto; max-width: none; padding: 0; }
#content.page-recup > .container > .row { margin-left: 0; margin-right: 0; }
#content.page-recup > .container > .row > [class*="col-"] { width: 100%; float: none; padding-left: 0; padding-right: 0; }

.bloc-recup { padding: 60px 0; }
.bloc-recup-1, .bloc-recup-3 { background: var(--accent-sect); }
.bloc-recup-2, .bloc-recup-4 { background: var(--accent-pale); }
.bloc-recup ul { margin: 10px 0 0; padding-left: 22px; list-style: disc; }
.bloc-recup li { font-size: 17px; margin-bottom: 6px; }
.bloc-recup img { max-width: 100%; height: auto; }

/* Bande « Nos engagements » — même couleur que les blocs 1 et 3 */
.bloc-engagements { background: var(--accent-sect); width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding:  45px 0 22px; }
.bloc-engagements .text-uppercase { font-size: 22px; font-weight: 700; color: var(--accent-fonce); margin-bottom: 14px; }
.bloc-engagements p { font-size: 17px; margin-bottom: 6px; }

/* Bloc « Retrouvez vos données en 3 étapes » — image d'arrière-plan estompée */
#packages3 { background: var(--accent-pale); position: relative; overflow: hidden; width: auto; margin-left: 0; margin-right: 0; }
#packages3::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../images/images_recuperation_de_données/packages_bg2.jpg) center top no-repeat;
  background-size: cover;
  opacity: .34;
}
#packages3 > * { position: relative; z-index: 1; }
#packages3 .titre-packages3 { color: var(--accent-fonce); margin-bottom: 30px; }
#packages3 .container > .row { display: flex; flex-wrap: wrap; }
#packages3 .package { display: flex; }
#packages3 .package_inner { display: flex; width: 100%; }
#packages3 .package_inner a { display: flex; flex-direction: column; width: 100%; }
#packages3 .package_inner a .caption { flex: 1 1 auto; }

@media (max-width: 767px) {
  .bloc-recup { padding: 40px 0; }
  .bloc-engagements { padding: 35px 0; }
}

/* Le fond des cartes de supports est retiré : les images (class .img-blanc)
   se fondent directement dans l'arriere-plan de la bande. */
.bloc-recup-2 [style*="#f8f8f8"],
.bloc-recup-2 .carte-support { background: transparent !important; box-shadow: none !important; }

/* Pas d'espace au-dessus du bloc d'avis (page recuperation) */
.avis-recup { padding-top: 0; }
