/*
Theme Name: RVPFS Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: Thème enfant RVPFS
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1779270445
Updated: 2026-05-20 11:47:25

*/



/*
Theme Name: RVPFS Child
Template: generatepress
*/

/* =============================
   RVPFS - CSS Global Complet
   ============================= */

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1A2B5F;
  margin: 0;
  padding: 0;
}

/* ===== BARRE TOP ===== */
.top-bar {
  background-color: #1A2B5F;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar a { color: #F47B20; text-decoration: none; font-weight: 600; }

/* ===== HEADER / NAV ===== */
.site-header {
  background: #ffffff;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.nav-links a {
  color: #1A2B5F;
  text-decoration: none;
  font-weight: 600;
  margin: 0 15px;
  font-size: 15px;
}
.nav-links a:hover { color: #F47B20; }

/* ===== BOUTONS ===== */
.btn-orange {
  background-color: #F47B20;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.3s;
}
.btn-orange:hover { background-color: #d96b10; }

.btn-white {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 11px 22px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s;
}
.btn-white:hover { background: #ffffff; color: #1B3A8C !important; }

.btn-blue {
  background-color: #1B3A8C;
  color: #ffffff !important;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}

/* ===== HERO SECTION ===== */
.hero-section {
  background: linear-gradient(135deg, #1B3A8C 0%, #2952c4 100%);
  color: #ffffff;
  padding: 80px 40px;
  min-height: 500px;
}
.hero-section h1 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.hero-section h1 span { color: #F47B20; }
.hero-section p { font-size: 18px; color: rgba(255,255,255,0.85); }

/* ===== BADGES ===== */
.badge-urgence {
  background-color: #F47B20;
  color: white;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}
.badge-green {
  background-color: #22c55e;
  color: white;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

/* ===== CARDS SERVICES ===== */
.service-card {
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.service-card:hover {
  box-shadow: 0 8px 30px rgba(27,58,140,0.12);
  transform: translateY(-4px);
}
.service-card .icon-wrap {
  background: #FFF0E6;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.service-card h3 { color: #1B3A8C; font-size: 17px; font-weight: 700; }
.service-card p { color: #64748b; font-size: 14px; }
.service-card a.voir-service {
  color: #F47B20;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

/* ===== SECTIONS ===== */
.section-blue {
  background-color: #1B3A8C;
  color: #ffffff;
  padding: 70px 40px;
  text-align: center;
}
.section-blue h2 { color: #ffffff; font-size: 36px; font-weight: 800; }

.section-orange {
  background-color: #F47B20;
  color: #ffffff;
  padding: 70px 40px;
  text-align: center;
}
.section-orange h2 { color: #ffffff; font-size: 36px; font-weight: 800; }

.section-white {
  background: #ffffff;
  padding: 70px 40px;
}
.section-gray {
  background: #F5F7FA;
  padding: 70px 40px;
}

/* ===== STATS ===== */
.stat-number {
  font-size: 52px;
  font-weight: 800;
  color: #F47B20;
  line-height: 1;
}
.stat-label { color: rgba(255,255,255,0.8); font-size: 14px; margin-top: 6px; }

/* ===== SECTION LABEL ===== */
.section-label {
  background: #FFF0E6;
  color: #F47B20;
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 16px;
}

/* ===== AVIS / TESTIMONIALS ===== */
.avis-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 24px;
}
.avis-card .stars { color: #F59E0B; font-size: 16px; }
.avis-card p { color: #374151; font-size: 14px; font-style: italic; }
.avis-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1B3A8C;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ===== FAQ ACCORDION ===== */
.faq-item {
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-question {
  padding: 18px 20px;
  font-weight: 600;
  color: #1A2B5F;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer { padding: 0 20px 18px; color: #64748b; font-size: 14px; }

/* ===== FOOTER ===== */
.footer-rvpfs {
  background-color: #1B3A8C;
  color: #ffffff;
  padding: 60px 40px 20px;
}
.footer-rvpfs h4 { color: #ffffff; font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.footer-rvpfs a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; }
.footer-rvpfs a:hover { color: #F47B20; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  display: flex;
  justify-content: space-between;
}

/* ===== FLOATING BUTTONS ===== */
.floating-whatsapp {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #25D366;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-decoration: none;
}
.floating-tel {
  position: fixed;
  bottom: 16px;
  right: 20px;
  background: #F47B20;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-decoration: none;
}

/* ===== GRILLES ===== */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width: 768px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-section h1 { font-size: 30px; }
  .site-header { flex-direction: column; gap: 15px; }
}

/* ===== CONTAINER ===== */
.rvpfs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
