.elementor-17814 .elementor-element.elementor-element-76deabd5{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-1894f261 *//* CSS pour les formations */
.formations-container {
    max-width: 1200px;
    margin: 40px auto;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.hero-section {
    background: linear-gradient(135deg, #33BFC3, #02AAB0);
    color: white;
    padding: 70px 50px;
    text-align: center;
}

.hero-section p {
    font-size: 1.3rem;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.8;
    opacity: 0.95;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px;
}

@media (min-width: 992px) {
    .main-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.formation-card {
    background: #f9fafb;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.formation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.card-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 3px solid #02AAB0;
}

.card-title i {
    background: #02AAB0;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.card-title h2 {
    font-size: 2rem;
    color: #028489;
}

.card-section {
    margin-bottom: 40px;
}

.card-section:last-child {
    margin-bottom: 0;
}

.card-section h3 {
    font-size: 1.6rem;
    color: #02AAB0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-section h3 i {
    color: #02AAB0;
    font-size: 1.5rem;
}

.pill {
    display: inline-block;
    background: rgba(2, 170, 176, 0.15);
    color: #028489;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.1rem;
    border: 1px solid rgba(2, 170, 176, 0.25);
}

.card-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #2c3e50;
}

.resource-list {
    list-style: none;
    padding: 0;
}

.resource-list li {
    margin-bottom: 20px;
    padding: 25px;
    background: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #02AAB0;
}

.resource-list li:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.resource-list li i {
    color: #02AAB0;
    font-size: 1.8rem;
}

.resource-link {
    color: #2c3e50;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.resource-link:hover {
    color: #02aab0;
}

.trousse-section {
    background: linear-gradient(135deg, #fff9f2, #fff0e6);
    border-radius: 20px;
    padding: 50px;
    margin-top: 40px;
    border: 1px solid #ffe9d5;
}

.trousse-header {
    text-align: center;
    margin-bottom: 40px;
}

.trousse-header h2 {
    font-size: 2.2rem;
    color: #f97316;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.trousse-header p {
    font-size: 1.3rem;
    color: #ea580c;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}

.trousse-content {
    max-width: 800px;
    margin: 0 auto;
}

.trousse-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #2c3e50;
}

.btn-container {
    text-align: center;
    margin-top: 40px;
}

.btn {
    display: inline-block;
    padding: 18px 50px;
    background: #02aab0;
    color: white !important;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 1.2rem;
    box-shadow: 0 8px 25px rgba(2, 170, 176, 0.3);
    border: none;
    cursor: pointer;
}

.btn:hover {
    background: #028489;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(2, 136, 137, 0.4);
}

.btn i {
    margin-right: 15px;
}

.btn-orange {
    background: linear-gradient(135deg, #f97316, #f59e0b);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3);
}

.btn-orange:hover {
    background: linear-gradient(135deg, #ea580c, #d97706);
}

.videos-section {
    margin-top: 50px;
    padding: 0 50px 50px;
}

.videos-section h2 {
    font-size: 2.2rem;
    color: #d946ef;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}

.video-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.video-link {
    position: relative;
    display: block;
    text-decoration: none;
}

.video-thumb {
    position: relative;
    padding-bottom: 56.25%;
    background: #2c3e50;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #02aab0;
    font-size: 2.5rem;
    transition: all 0.4s ease;
    z-index: 2;
}

.video-play i {
    margin-left: 5px;
}

.video-link:hover .video-play {
    background: #02aab0;
    color: white;
    transform: translate(-50%, -50%) scale(1.15);
}

.video-content {
    padding: 35px;
}

.video-content h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.video-content p {
    color: #64748b;
    font-size: 1.15rem;
    margin-bottom: 25px;
    line-height: 1.7;
}

footer {
    text-align: center;
    padding: 50px;
    background: #f0f7ff;
    border-top: 1px solid #e2e8f0;
    margin-top: 50px;
}

footer p {
    font-size: 1.2rem;
    color: #4a5568;
}

@media (max-width: 992px) {
    .hero-section {
        padding: 50px 30px;
    }
    
    .main-grid {
        padding: 40px 30px;
        gap: 30px;
    }
    
    .formation-card {
        padding: 35px;
    }
    
    .card-title h2 {
        font-size: 1.8rem;
    }
    
    .trousse-section {
        padding: 40px;
    }
    
    .videos-section {
        padding: 0 30px 40px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 25px;
    }
    
    .main-grid {
        padding: 30px 20px;
        gap: 30px;
    }
    
    .formation-card {
        padding: 30px;
    }
    
    .card-title {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .card-section h3 {
        font-size: 1.4rem;
    }
    
    .trousse-section {
        padding: 30px;
    }
    
    .trousse-header h2 {
        font-size: 1.9rem;
    }
    
    .videos-grid {
        gap: 30px;
    }
    
    .videos-section {
        padding: 0 20px 30px;
    }
    
    .btn {
        padding: 16px 40px;
        font-size: 1.1rem;
        width: 100%;
        display: block;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 35px 20px;
    }
    
    .hero-section p {
        font-size: 1.1rem;
    }
    
    .main-grid {
        padding: 25px 15px;
        gap: 25px;
    }
    
    .formation-card {
        padding: 25px;
    }
    
    .card-title i {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .card-title h2 {
        font-size: 1.6rem;
    }
    
    .card-section h3 {
        font-size: 1.3rem;
    }
    
    .card-section p {
        font-size: 1.1rem;
    }
    
    .resource-list li {
        padding: 20px;
        gap: 15px;
    }
    
    .trousse-section {
        padding: 25px;
    }
    
    .trousse-header h2 {
        font-size: 1.7rem;
    }
    
    .video-content {
        padding: 25px;
    }
    
    .videos-section {
        padding: 0 15px 25px;
    }
}/* End custom CSS */