
/* Styles pour la page Formations */
.formation-module {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s;
}

.formation-module:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.module-header {
    padding: 20px;
}

.module-body {
    padding: 25px;
}

.calendar-table {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 20px;
}

.pricing-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-header {
    padding: 30px 20px;
}

.price .amount {
    font-size: 2.5rem;
    font-weight: 700;
}

.price .currency {
    font-size: 1.2rem;
}

.pricing-body {
    padding: 30px 20px;
}

/* Styles pour la page Secteurs */
.sector-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
    height: 100%;
}

.sector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.sector-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.sector-stats {
    margin: 20px 0;
}

.program-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.program-img {
    height: 200px;
    object-fit: cover;
}

.program-info {
    padding: 25px;
}

.program-stats {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.program-stats .stat {
    text-align: center;
}

.program-stats .number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
}

.program-stats .label {
    display: block;
    font-size: 0.9rem;
    color: #666;
}

.approach-sector {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Styles pour la page Contact */
.contact-form-card {
    background: white;
}

.contact-info {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.contact-item {
    display: flex;
    align-items: flex-start;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(46, 139, 87, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.agencies-card {
    background: white;
}

.map-container {
    height: 400px;
}

.map-container iframe {
    filter: grayscale(0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .formation-module {
        margin-bottom: 20px;
    }
    
    .pricing-card {
        margin-bottom: 20px;
    }
    
    .sector-card {
        margin-bottom: 20px;
    }
    
    .program-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Styles pour la page Collaboration */
.collaboration-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s;
}

.collaboration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.collab-header {
    padding: 20px;
}

.collab-body {
    padding: 25px;
}

.collab-meta {
    margin-bottom: 15px;
}

.collab-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.advantage-item {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.advantage-icon {
    color: var(--primary-color);
}

.application-form {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Styles pour la page Espaces */
.space-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s;
}

.space-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.space-icon {
    color: var(--primary-color);
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px;
}

.reservation-form {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}





/* Styles pour la page Programmes */
.programme-featured {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 40px;
}

.programme-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.programme-subtitle {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 20px;
}

.programme-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.programme-stats .stat {
    text-align: center;
}

.programme-stats .number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.programme-stats .label {
    display: block;
    font-size: 0.9rem;
    color: #666;
}

.programme-features ul {
    padding-left: 20px;
}

.programme-features li {
    margin-bottom: 8px;
}

.programme-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}

.programme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.programme-image {
    height: 200px;
    overflow: hidden;
}

.programme-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.programme-card:hover .programme-image img {
    transform: scale(1.05);
}

.programme-content {
    padding: 25px;
}

.programme-description {
    margin-bottom: 20px;
    color: #666;
}

.programme-details {
    margin-bottom: 20px;
}

.programme-details .detail {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #666;
}

.programme-details .detail i {
    width: 20px;
    margin-right: 10px;
    color: var(--primary-color);
}

.participation-step {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s;
}

.participation-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.testimonial-programme {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

/* Navigation dropdown */
.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.navbar-nav .dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s;
}

.navbar-nav .dropdown-item:hover {
    background-color: rgba(46, 139, 87, 0.1);
    color: var(--primary-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .collab-actions {
        flex-direction: column;
    }
    
    .programme-stats {
        justify-content: center;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    .testimonial-author img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .programme-featured .row {
        flex-direction: column-reverse;
    }
}
/* Styles pour les modals secteurs */
.modal-xl {
    max-width: 1200px;
}

.modal-header {
    border-bottom: none;
    padding: 2rem;
}

.modal-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.modal-body {
    padding: 2rem;
}


/* Contenu des onglets */
.tab-content {
    min-height: 400px;
}

/* Sidebar info */
.sidebar-info {
    position: sticky;
    top: 20px;
}

.info-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    border-left: 4px solid var(--primary-color);
}

.info-card h5 {
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.stat-item {
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label {
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

/* Listes d'expertise */
.expertise-list {
    list-style: none;
    padding: 0;
}

.expertise-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20px;
}

.expertise-list li:before {
    content: "•";
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Cartes de projet */
.project-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.project-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.project-meta {
    margin-top: 10px;
}

/* Statistiques d'impact */
.impact-stat {
    text-align: center;
    padding: 20px;
}

.impact-stat .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.impact-stat .stat-label {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

.impact-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
}

.impact-item h5 {
    color: var(--dark-color);
    margin: 15px 0 10px;
}

/* Études de cas */
.case-study {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.case-study ul {
    padding-left: 20px;
    margin-top: 10px;
}

.case-study li {
    margin-bottom: 8px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-xl {
        margin: 1rem;
    }
    
    .modal-body {
        padding: 1rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
}

/* Animation pour l'ouverture des modals */
.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

/* Scroll personnalisé pour les modals */
.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--dark-color);
}

/* Styles spécifiques pour les modales secteurs */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header {
    border-radius: 15px 15px 0 0;
    padding: 2rem;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Amélioration des onglets */
.nav-tabs .nav-link {
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:not(.active):hover {
    background-color: rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

/* Cartes de projet améliorées */
.project-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.project-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-color);
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Études de cas améliorées */
.case-study {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.case-study:before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.1;
    font-family: serif;
}

/* Barres de progression stylisées */
.progress {
    height: 12px;
    border-radius: 10px;
    background-color: #e9ecef;
    overflow: hidden;
}

.progress-bar {
    border-radius: 10px;
    transition: width 1s ease-in-out;
}

/* Statistiques d'impact améliorées */
.impact-stat {
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.impact-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Sidebar info améliorée */
.sidebar-info {
    position: sticky;
    top: 20px;
}

.info-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left: 4px solid;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* Animation pour l'apparition du contenu des onglets */
.tab-pane {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive design amélioré */
@media (max-width: 991.98px) {
    .sidebar-info {
        position: static;
        margin-top: 2rem;
    }
    
    .modal-body {
        padding: 1rem;
    }
    
    .modal-header {
        padding: 1.5rem;
    }
}

/* Couleurs spécifiques par secteur */
.modal-header.bg-primary { border-left-color: #2E8B57; }
.modal-header.bg-success { border-left-color: #198754; }
.modal-header.bg-warning { border-left-color: #ffc107; }
.modal-header.bg-info { border-left-color: #0dcaf0; }
.modal-header.bg-danger { border-left-color: #dc3545; }

/* Effets de hover pour les boutons de contact */
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(46, 139, 87, 0.4); }
.btn-success:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(25, 135, 84, 0.4); }
.btn-warning:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4); }
.btn-info:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(13, 202, 240, 0.4); }
.btn-danger:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4); }



