/* Styles généraux */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F8F9FA;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

b, strong {
    font-weight: bold;
}

/* En-tête centré */
/* Fond du header */
header {
    background: linear-gradient(135deg, #0A2463 0%, #1E3A8A 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ligne du titre */
.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px;
    position: relative;
}

.header-title {
    margin: 0 40px;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    padding: 0 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* Icônes agrandies */
.side-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s;
}

.side-icon:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 4px 8px rgba(255,215,0,0.3));
}

/* Barre de navigation */
.header-nav {
    background-color: rgba(255,255,255,0.1);
    padding: 15px 0;
    backdrop-filter: blur(5px);
}

.header-nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 30px;
}

.header-nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 0;
    position: relative;
    letter-spacing: 0.5px;
}

.header-nav ul li a:hover {
    color: #FFD700;
}

.header-nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #FFD700;
    transition: width 0.3s;
}

.header-nav ul li a:hover::after {
    width: 100%;
}

/* Bandeau urgence amélioré */
.urgence-banner {
    background-color: #ff0000;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
    animation: pulse 1s infinite;
    text-transform: uppercase;
}

.urgence-banner i {
    margin: 0 8px;
}

.urgence-banner a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.85; }
    100% { opacity: 1; }
}

/* Responsive */
@media (max-width: 992px) {
    .header-title {
        font-size: 2rem;
        
    }
    
    .side-icon {
        width: 70px;
        height: 70px;
    }
    
    .header-nav ul {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .header-title {
        font-size: 2rem;
        padding: 0 15px;
        margin: 0 30px;
    }
    
    .side-icon {
        width: 60px;
        height: 60px;
    }
    
    .header-nav ul {
        gap: 15px;
    }
    
    .header-nav ul li a {
        font-size: 1.1rem;
    }
    
    .urgence-banner {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .header-title {
        font-size: 1.8rem;
        margin: 0 20px;
    }
    
    .side-icon {
        width: 50px;
        height: 50px;
    }
    
    .header-nav ul {
        gap: 10px;
    }
    
    .header-nav ul li a {
        font-size: 1rem;
    }
    
    .urgence-banner {
        font-size: 1rem;
    }
}


/* Bannière principale */
.hero {
    background-color: #1E3A8A;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
}
.hero-image {
    margin-bottom: 20px;
}

.hero-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.main-logo-container {
    margin: 30px auto;
    padding: 20px;
    max-width: 400px; /* Reduced from 600px */
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.main-logo {
    width: 100%;
    max-width: 300px; /* Reduced from 400px */
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

area



/* CTA principal */
.cta-primary {
    display: inline-block;
    background-color: #ff0013;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #ff0000;
}

/* Sections */
section {
    padding: 60px 0;
}
.section-heading {
    padding: 0 0 15px 0;
}
.section-title {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    letter-spacing: 2px;
    padding-bottom: 0;
}
.section-heading h2 strong {
  font-weight: 700 !important;
}

section h2 {
    color: #0A2463;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

/* Services */
.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.service-card h3 {
    color: #1E3A8A;
    margin-top: 0;
}

.service-card ul {
    padding-left: 20px;
}

.service-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}
/* Add this to your styles.css file */
.service-separator {
    border-top: 1px solid #eee; /* Light grey line */
    margin: 20px 0; /* Space above and below the line */
}


/* Styles pour les images de services */
.service-img-container {
    text-align: center;
    margin-bottom: 20px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-img {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    object-fit: contain;
}

.service-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card h3 {
    color: #1E3A8A;
    margin-top: 0;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-cta {
    text-align: center;
    margin-top: 80px; /* Increased space above */
    margin-bottom: 40px; /* Added space below */
}


/* Responsive pour mobiles */
@media (max-width: 768px) {
    .service-img-container {
        height: 120px;
    }
    
    .service-img {
        max-height: 120px;
    }
    
    .service-card h3 {
        min-height: auto;
    }
}

/* Prix */
.pricing {
    background-color: #E9ECEF;
    text-align: center;
}

.price-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.price-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    width: 280px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.price-card h3 {
    margin-top: 0;
    color: #1E3A8A;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 20px 0;
}

.day-price {
    color: #1E3A8A;
}

.night-price {
    color: #ff0000;
}

.price-period {
    font-size: 1rem;
    color: #666;
}

.coverage-map {
    margin-bottom: 30px;
    text-align: center;
}

.coverage-map img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

/* Zone d'intervention */
.areas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: center;
}

.area {
    background: #1E3A8A;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    color: white
}

.technician {
    text-align: center;
    margin-top: 30px;
}

.technician img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFD700;
}


/* Contact */
.contact {
    background-color: #0A2463;
    color: white;
}

.contact h2 {
    color: white;
}

.contact-info {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.contact-info a {
    color: #007dff;
    text-decoration: none;
    font-weight: bold;
}
/* Structure de la section contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
    align-items: center;
}

.contact-left, .contact-right {
    text-align: center;
}

.contact-center {
    text-align: center;
}

/* Styles des images latérales */
.contact-side-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Style existant conservé */
.technician img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFD700;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-left, .contact-center, .contact-right {
        margin-bottom: 30px;
    }
    
    .contact-side-image {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) {
    .technician img {
        width: 120px;
        height: 120px;
    }
    
    .contact-side-image {
        width: 80px;
        height: 80px;
    }
}

/* Pied de page */
footer {
    background-color: #333;
    color: white;
    padding: 30px 0;
    text-align: center;
}

/* CTA flottant pour mobile */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff0000;
    color: white;
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 100;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .cta-primary {
        font-size: 1.2rem;
        padding: 12px 24px;
    }
    
    nav ul li {
        margin: 5px 10px;
    }
    
.about-section {
    padding: 60px 0;
    background-color: #F8F9FA;
}

.about-content {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.certifications {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.certifications-list {
    padding-left: 20px;
    margin: 20px 0;
}

.certifications-list li {
    margin-bottom: 10px;
}

.badge-img {
    display: block;
    margin: 20px auto;
    max-width: 200px;
}

.team {
    margin: 60px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.team-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.team-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.team-card h3 {
    color: #1E3A8A;
    margin-top: 0;
}

.about-cta {
    text-align: center;
    margin-top: 50px;
}

/* Responsive */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
}
}

/* Style spécifique pour le header "Qui sommes-nous" */
.about-header {
    background: linear-gradient(135deg, #0A2463 0%, #1E3A8A 100%);
    color: white;
    padding: 40px 0 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.about-header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

.about-header h1 {
    font-size: 2.2rem;
    margin: 0 30px;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.highlight {
    color: #FFD700;
    font-weight: bold;
}

/* Icônes */
.certification-icon, 
.emergency-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s;
}

.certification-icon:hover {
    transform: scale(1.1) rotate(-5deg);
}

.emergency-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

/* Bandeau de garantie */
.guarantee-banner {
    background-color: rgba(255,255,255,0.1);
    padding: 15px 0;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255,215,0,0.3);
}

.guarantee-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.shield-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}

.guarantee-content p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 992px) {
    .about-header h1 {
        font-size: 1.8rem;
        margin: 0 20px;
    }
    
    .certification-icon, 
    .emergency-icon {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .about-header-top {
        flex-direction: column;
    }
    
    .header-icon-left, 
    .header-icon-right {
        margin: 15px 0;
    }
    
    .guarantee-content {
        flex-direction: column;
        text-align: center;
    }
    
    .shield-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .about-header h1 {
        font-size: 1.5rem;
    }
    
    .guarantee-content p {
        font-size: 1rem;
    }
}

.cta-primary, .cta-button {
    display: inline-block;
    background-color: #ff0000; /* Rouge vif */
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 50px; /* Forme très arrondie */
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border: none;
    cursor: pointer;
    margin: 10px 0;
}

/* Effet au survol */
.cta-primary:hover, .cta-button:hover {
    background-color: #d01523; /* Rouge plus foncé */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

/* Effet quand on clique */
.cta-primary:active, .cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Version plus petite pour certains cas */
.cta-small {
    font-size: 1.2rem;
    padding: 10px 20px;
}

/* Style pour les CTA secondaires */
.cta-secondary {
    background-color: #0A2463; /* Bleu navy */
    color: white;
}

.cta-secondary:hover {
    background-color: #1E3A8A; /* Bleu plus clair */
}

/* Responsive */
@media (max-width: 768px) {
    .cta-primary, .cta-button {
        font-size: 1.2rem;
        padding: 12px 25px;
    }
}

.floating-phone-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-color: #ff0013;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.floating-phone-cta:hover {
    background-color: #C1121F;
    transform: scale(1.1) rotate(10deg);
}

/* Animation pulsation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 17, 17, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(230, 57, 70, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(230, 57, 70, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .floating-phone-cta {
        width: 60px;
        height: 60px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }
}
/* ========== Styles spécifiques à "Qui sommes-nous" ========== */

/* Structure générale */
.about-main {
    background-color: #F8F9FA;
    color: #333;
}

/* Section d'introduction */
.about-intro {
    padding: 60px 0;
    background: linear-gradient(135deg, #0A2463 0%, #1E3A8A 100%);
    color: white;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.intro-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
}

.highlight {
    color: #FFD700;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.guarantee-badge i {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #FFD700;
}

.intro-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Section certifications */
.certifications-section {
    padding: 80px 0;
    background-color: white;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #0A2463;
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.certification-card {
    background: #F8F9FA;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.certification-card:hover {
    transform: translateY(-5px);
}

.certification-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.certification-card h3 {
    color: #0A2463;
    margin-bottom: 10px;
}

/* Section équipe */
.team-section {
    padding: 80px 0;
    background-color: #E9ECEF;
}

.team-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background-color: #0A2463;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

.feature-card h3 {
    color: #0A2463;
    margin-bottom: 15px;
}

/* CTA final */
.about-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #0A2463 0%, #1E3A8A 100%);
    color: white;
    text-align: center;
}

.about-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 992px) {
    .intro-grid {
        grid-template-columns: 1fr;
    }
    
    .intro-image {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-intro,
    .certifications-section,
    .team-section,
    .about-cta {
        padding: 60px 0;
    }
    
    .certification-card,
    .feature-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .intro-text h2 {
        font-size: 2rem;
    }
    
    .about-cta h2 {
        font-size: 2rem;
    }
}
.header-nav ul li a.active {
    color: #FFD700;
    border-bottom: 3px solid #FFD700;
}

.header-nav ul li a.active::after {
    display: none; /* Désactive l'animation hover pour le lien actif */
}

/* ===== Styles pour la section Serrurerie Auto ===== */
.auto-section {
    padding: 80px 0;
    background-color: white;
}

.auto-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.auto-text {
    padding: 20px;
}

.auto-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.auto-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #0A2463;
    margin-right: 10px;
    font-size: 1.2rem;
}

.auto-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #E9ECEF;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.faq-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.faq-card h3 {
    color: #0A2463;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.faq-card h3 i {
    margin-right: 10px;
    color: #FFD700;
}

.faq-card p {
    margin-bottom: 0;
}

/* Preuve sociale */
.social-proof {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.testimonial {
    font-size: 1.3rem;
    font-style: italic;
    color: #0A2463;
    position: relative;
}

.testimonial::before,
.testimonial::after {
    content: '"';
    font-size: 2rem;
    color: #FFD700;
    vertical-align: middle;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 992px) {
    .auto-content {
        grid-template-columns: 1fr;
    }
    
    .auto-image {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .auto-section,
    .faq-section {
        padding: 60px 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}