.elementor-1422 .elementor-element.elementor-element-a583522{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1422 .elementor-element.elementor-element-405b7752{--display:flex;}.elementor-1422 .elementor-element.elementor-element-405b7752:not(.elementor-motion-effects-element-type-background), .elementor-1422 .elementor-element.elementor-element-405b7752 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#040B2C;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1422 .elementor-element.elementor-element-74c6b3da > .elementor-widget-container{background-color:#FFFFFF;margin:-18px -18px -18px -18px;}.elementor-1422 .elementor-element.elementor-element-74c6b3da{font-family:"Montserrat", Sans-serif;font-weight:400;}:root{--page-title-display:none;}.elementor .e-a682899-77f6298{margin-inline-start:600px;margin-inline-end:0px;align-self:center;order:-99999;}
/* Start custom CSS for text-editor, class: .elementor-element-74c6b3da *//* CSS pour rendre la page Procédures Collectives homogène avec le site Jurco Avocats */

/* Section Hero avec fond bleu marine */
.hero-section {
    background-color: #2C3E50;
    color: white;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 0;
}

.hero-section h1 {
    color: white !important;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section .subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-section .cta-button {
    background-color: #E74C3C;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.hero-section .cta-button:hover {
    background-color: #C0392B;
}

/* Sections alternées */
.section-white {
    background-color: #FFFFFF;
    padding: 60px 0;
}

.section-gray {
    background-color: #F8F9FA;
    padding: 60px 0;
}

.section-orange {
    background-color: #E74C3C;
    color: white;
    padding: 60px 0;
    text-align: center;
}

/* Container pour le contenu */
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Titres */
h2 {
    color: #2C3E50;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    color: #2C3E50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Colonnes pour les services */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

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

.service-card h4 {
    color: #2C3E50;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.service-card .icon {
    font-size: 3rem;
    color: #E74C3C;
    margin-bottom: 20px;
}

/* Avantages avec icônes */
.advantages-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.advantage-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.advantage-item .icon {
    color: #E74C3C;
    font-size: 1.5rem;
    margin-right: 15px;
}

/* Boutons d'action */
.action-button {
    background-color: #E74C3C;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 10px 5px;
    transition: background-color 0.3s;
}

.action-button:hover {
    background-color: #C0392B;
    color: white;
}

.action-button.secondary {
    background-color: transparent;
    color: #2C3E50;
    border: 2px solid #2C3E50;
}

.action-button.secondary:hover {
    background-color: #2C3E50;
    color: white;
}

/* Contact section */
.contact-section {
    background-color: #2C3E50;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.contact-section h2 {
    color: white;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

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

.contact-item .icon {
    font-size: 2rem;
    color: #E74C3C;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .subtitle {
        font-size: 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .advantages-list {
        grid-template-columns: 1fr;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
}

/* Intégration avec le thème existant */
.page-template-default .entry-content {
    padding: 0;
}

.page-template-default .entry-header {
    display: none;
}

/* Style pour le logo IFPPC */
.ifppc-logo {
    max-width: 200px;
    margin: 20px auto;
    display: block;
}

/* Secteurs d'expertise */
.sectors-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.sector-item {
    background: #F8F9FA;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    border-left: 4px solid #E74C3C;
}

/* Animation pour les éléments */
.fade-in {
    animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */