.elementor-2256 .elementor-element.elementor-element-758b954{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-99px;--margin-bottom:-1px;--margin-left:-1px;--margin-right:-1px;}.elementor-2256 .elementor-element.elementor-element-22c86f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2256 .elementor-element.elementor-element-22c86f0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-2256 .elementor-element.elementor-element-758b954{--margin-top:-97px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-58730a5 *//* CSS À COPIER DANS : Elementor > Paramètres de la page > Avancé > CSS personnalisé */

.rachat-vehicules * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rachat-vehicules {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.rachat-vehicules .hero {
    background: linear-gradient(135deg, #c62828 0%, #e53935 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.rachat-vehicules .hero h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.rachat-vehicules .hero p {
    font-size: 1.3em;
    margin-bottom: 30px;
    opacity: 0.95;
}

.rachat-vehicules .highlight-box {
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    padding: 25px;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
}

.rachat-vehicules .highlight-box h2 {
    color: #ffeb3b;
    font-size: 1.8em;
    margin-bottom: 15px;
}

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

.rachat-vehicules .section {
    padding: 60px 20px;
}

.rachat-vehicules .section-title {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 50px;
    color: #c62828;
}

.rachat-vehicules .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.rachat-vehicules .card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #e53935;
}

.rachat-vehicules .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.rachat-vehicules .card-icon {
    font-size: 3em;
    margin-bottom: 15px;
    color: #e53935;
}

.rachat-vehicules .card h3 {
    color: #c62828;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.rachat-vehicules .card p {
    color: #666;
    line-height: 1.8;
}

.rachat-vehicules .emphasis-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffcdd2 100%);
    padding: 60px 20px;
}

.rachat-vehicules .emphasis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.rachat-vehicules .emphasis-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.rachat-vehicules .emphasis-item .icon {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.rachat-vehicules .emphasis-item h4 {
    color: #d32f2f;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.rachat-vehicules .cta-section {
    background: #c62828;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.rachat-vehicules .cta-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.rachat-vehicules .cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.rachat-vehicules .btn-cta {
    display: inline-block;
    background: #ffeb3b;
    color: #c62828;
    padding: 18px 40px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,235,59,0.3);
}

.rachat-vehicules .btn-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255,235,59,0.5);
}

.rachat-vehicules .process-section {
    background: white;
    padding: 60px 20px;
}

.rachat-vehicules .process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.rachat-vehicules .step {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
}

.rachat-vehicules .step-number {
    background: #e53935;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 auto 20px;
}

.rachat-vehicules .step h4 {
    color: #c62828;
    margin-bottom: 10px;
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .rachat-vehicules .hero h1 {
        font-size: 2em;
    }
    
    .rachat-vehicules .hero p {
        font-size: 1.1em;
    }
    
    .rachat-vehicules .section-title {
        font-size: 1.8em;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-22c86f0 */.elementor-2256 .elementor-element.elementor-element-22c86f0 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}/* End custom CSS */