
.body-offre {
  	display:none;
}


/* Page de transition Affiches Evenements */
 .start-posters {
            background: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 16px;
            padding: 60px 50px;
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            animation: fadeInUp 1s ease-out;
            border: 1px solid rgba(102, 126, 234, 0.1);
            font-size: 1.3rem;
            color: #6b7280;
            line-height: 1.8;
            font-style: italic;
            font-weight: 300;
            box-sizing: border-box;
        }

        .start-posters h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            font-weight: 700;
            letter-spacing: -0.5px;
            line-height: 1.2;
            font-style: normal;
        }

        .start-posters p {
            font-size: 1.1rem;
            color: #4b5563;
            line-height: 1.7;
            margin-top: 25px;
            padding: 20px;
            background: #f8fafc;
            border-radius: 10px;
            border-left: 4px solid #667eea;
            font-style: normal;
            font-weight: 400;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            
            .start-posters {
                padding: 40px 30px;
                font-size: 1.1rem;
                max-width: 95%;
                margin: 0 auto;
            }
            
            .start-posters h1 {
                font-size: 2.2rem;
            }
            
            .start-agenda-jeunes p {
                font-size: 1rem;
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
                align-items: flex-start;
                padding-top: 50px;
            }
            
            .start-posters {
                padding: 30px 20px;
                font-size: 1rem;
                max-width: 100%;
                margin: 0 auto;
                width: calc(100% - 20px);
            }
            
            .start-posters h1 {
                font-size: 1.8rem;
            }
            
            .start-posters p {
                font-size: 0.9rem;
                padding: 12px;
            }
        }

        @media (max-width: 320px) {
            body {
                padding: 5px;
            }
            
            .start-posters {
                padding: 20px 15px;
                font-size: 0.9rem;
                width: calc(100% - 10px);
                margin: 0 auto;
            }
            
            .start-posters h1 {
                font-size: 1.5rem;
            }
        }

/* CSS Affiches Evenements */

.category-affiches-evenements .wp-block-post-title {
           display: none;
		}	

/* Container principal */
.poster-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Zone affiche centrée */
.poster {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.poster img {
    /* Taille réduite pour toutes les images */
    width: 450px;
    height: 600px;
    object-fit: contain;
    object-position: center;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.poster img:hover {
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }
    
    .poster img {
        /* Taille mobile réduite */
        width: 320px;
        height: 430px;
    }
}

@media (max-width: 480px) {
    .poster img {
        /* Taille très petit écran */
        width: 280px;
        height: 370px;
    }
}

/* Page de transition Agenda Jeunes */
   .start-agenda-jeunes {
            background: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 16px;
            padding: 60px 50px;
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            animation: fadeInUp 1s ease-out;
            border: 1px solid rgba(102, 126, 234, 0.1);
            font-size: 1.3rem;
            color: #6b7280;
            line-height: 1.8;
            font-style: italic;
            font-weight: 300;
            box-sizing: border-box;
        }

        .start-agenda-jeunes h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            font-weight: 700;
            letter-spacing: -0.5px;
            line-height: 1.2;
            font-style: normal;
        }

        .start-agenda-jeunes p {
            font-size: 1.1rem;
            color: #4b5563;
            line-height: 1.7;
            margin-top: 25px;
            padding: 20px;
            background: #f8fafc;
            border-radius: 10px;
            border-left: 4px solid #667eea;
            font-style: normal;
            font-weight: 400;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            
            .start-agenda-jeunes {
                padding: 40px 30px;
                font-size: 1.1rem;
                max-width: 95%;
                margin: 0 auto;
            }
            
            .start-agenda-jeunes h1 {
                font-size: 2.2rem;
            }
            
            .start-agenda-jeunes p {
                font-size: 1rem;
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
                align-items: flex-start;
                padding-top: 50px;
            }
            
            .start-agenda-jeunes {
                padding: 30px 20px;
                font-size: 1rem;
                max-width: 100%;
                margin: 0 auto;
                width: calc(100% - 20px);
            }
            
            .start-agenda-jeunes h1 {
                font-size: 1.8rem;
            }
            
            .start-agenda-jeunes p {
                font-size: 0.9rem;
                padding: 12px;
            }
        }

        @media (max-width: 320px) {
            body {
                padding: 5px;
            }
            
            .start-agenda-jeunes {
                padding: 20px 15px;
                font-size: 0.9rem;
                width: calc(100% - 10px);
                margin: 0 auto;
            }
            
            .start-agenda-jeunes h1 {
                font-size: 1.5rem;
            }
        }
/* CSS du Calendrier Agenda Jeunes */

		 .category-agenda-jeunes .wp-block-post-title {
           display: none;
		}	

.category-agenda-jeunes .slide-title h1 {
            text-align: center;
            margin-bottom: 40px;
            color: #2d3748;
            font-size: 32px;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

         .cetteSemaine {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 30px 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            box-sizing: border-box;
            background-color: #fafafa;
            border-radius: 12px;
        }

        .datesSemaine {
            text-align: center;
            font-size: 1.6rem;
            font-weight: 600;
            margin-bottom: 30px;
            color: #2c3e50;
            letter-spacing: -0.02em;
        }

        /* Container pour les jours en colonnes */
        .cetteSemaine {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .datesSemaine {
            grid-column: 1 / -1;
        }

        /* Grid pour les 5 jours */
        .cetteSemaine > div:not([style]) {
            display: contents;
        }

        .LundiProchain,
        .mardiProchain,
        .mercrediProchain,
        .jeudiProchain,
        .vendrediProchain {
            background-color: #ffffff;
            border: 1px solid #e1e5e9;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
            transition: all 0.2s ease;
            min-height: 200px;
        }

        .LundiProchain:hover,
        .mardiProchain:hover,
        .mercrediProchain:hover,
        .jeudiProchain:hover,
        .vendrediProchain:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transform: translateY(-1px);
        }

        /* Mise en colonnes */
        @media (min-width: 768px) {
            .cetteSemaine {
                display: block;
                width: 100%;
                font-size: 0; /* Supprime les espaces entre les éléments inline-block */
            }
            
            .datesSemaine {
                text-align: center;
                margin-bottom: 30px;
                font-size: 1.6rem; /* Restaure la taille de police */
            }
            
            .cetteSemaine > div:not([style]):not(.wp-block-post-date) {
                display: inline-block;
                width: 19.8%;
                vertical-align: top;
                margin-right: 0.2%;
                margin-bottom: 20px;
                box-sizing: border-box;
                font-size: 1rem; /* Restaure la taille de police */
            }
            
            .cetteSemaine > div:not([style]):not(.wp-block-post-date):last-of-type {
                margin-right: 0;
            }
        }

        /* Adaptation pour les très grands écrans */
        @media (min-width: 1200px) {
            .cetteSemaine {
                width: 100%;
                max-width: 100%;
            }
            
            .cetteSemaine > div:not([style]):not(.wp-block-post-date) {
                width: 19.8%;
                margin-right: 0.2%;
            }
        }

        .dateDuJour {
            font-weight: 700;
            color: #34495e;
            margin-bottom: 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid #3498db;
            text-align: center;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .evenement {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-left: 4px solid #3498db;
            border-radius: 6px;
            padding: 14px;
            margin-bottom: 12px;
            transition: all 0.2s ease;
        }

        .evenement:hover {
            background-color: #e9ecef;
            border-left-color: #2980b9;
        }

        .nomEvenement {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            font-size: 0.9rem;
            line-height: 1.4;
        }

        .heureEvenement {
            color: #7f8c8d;
            font-size: 0.8rem;
            margin-bottom: 4px;
            font-weight: 500;
        }

        .lieuEvenement {
            color: #95a5a6;
            font-size: 0.75rem;
            font-style: italic;
            line-height: 1.3;
        }

        .wp-block-post-date {
            text-align: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #e1e5e9;
            font-size: 0.8rem;
        }

        .wp-block-post-date a {
            color: #7f8c8d;
            text-decoration: none;
            font-weight: 500;
        }

        .wp-block-post-date a:hover {
            color: #3498db;
        }

        @media (max-width: 767px) {
            .cetteSemaine {
                padding: 20px 15px;
            }
            
            .LundiProchain,
            .mardiProchain,
            .mercrediProchain,
            .jeudiProchain,
            .vendrediProchain {
                margin-bottom: 15px;
                padding: 16px;
            }
            
            .datesSemaine {
                font-size: 1.3rem;
                margin-bottom: 20px;
            }
        }
/* Page transition Offre Emploi */
  .start-offres-emploi {
            background: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 16px;
            padding: 60px 50px;
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            animation: fadeInUp 1s ease-out;
            border: 1px solid rgba(102, 126, 234, 0.1);
            font-size: 1.3rem;
            color: #6b7280;
            line-height: 1.8;
            font-style: italic;
            font-weight: 300;
            box-sizing: border-box;
        }

        .start-offres-emploi h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            font-weight: 700;
            letter-spacing: -0.5px;
            line-height: 1.2;
            font-style: normal;
        }

        .start-offres-emploi p {
            font-size: 1.1rem;
            color: #4b5563;
            line-height: 1.7;
            margin-top: 25px;
            padding: 20px;
            background: #f8fafc;
            border-radius: 10px;
            border-left: 4px solid #667eea;
            font-style: normal;
            font-weight: 400;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive design */
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            
            .start-offres-emploi {
                padding: 40px 30px;
                font-size: 1.1rem;
                max-width: 95%;
                margin: 0 auto;
            }
            
            .start-offres-emploi h1 {
                font-size: 2.2rem;
            }
            
            .start-offres-emploi p {
                font-size: 1rem;
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
                align-items: flex-start;
                padding-top: 50px;
            }
            
            .start-offres-emploi {
                padding: 30px 20px;
                font-size: 1rem;
                max-width: 100%;
                margin: 0 auto;
                width: calc(100% - 20px);
            }
            
            .start-offres-emploi h1 {
                font-size: 1.8rem;
            }
            
            .start-offres-emploi p {
                font-size: 0.9rem;
                padding: 12px;
            }
        }

        @media (max-width: 320px) {
            body {
                padding: 5px;
            }
            
            .start-offres-emploi {
                padding: 20px 15px;
                font-size: 0.9rem;
                width: calc(100% - 10px);
                margin: 0 auto;
            }
            
            .start-offres-emploi h1 {
                font-size: 1.5rem;
            }
        }
/* CSS Carte Offre Emploi */

.category-offres-emploi .wp-block-post-title {
           display: none;
		}
.category-offres-emploi .slide-title h1 {
    text-align: center;
    margin-bottom: 20px; /* Réduit de 40px à 20px */
    color: #2d3748;
    font-size: 24px; /* Réduit de 32px à 24px */
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.job-cards-block {
    max-width: 1200px; /* Réduit pour s'adapter */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; /* Réduit de 20px à 15px */
    padding: 10px; /* Réduit de 20px à 10px */
}

.job-card-1,
.job-card-2,
.job-card-3,
.job-card-4,
.job-card-5,
.job-card-6 {
    background: white;
    border-radius: 8px; /* Réduit de 12px à 8px */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); /* Ombre plus discrète */
    padding: 16px; /* Réduit de 24px à 16px */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid #667eea; /* Réduit de 4px à 3px */
    text-align: center;
    min-height: 200px; /* Réduit de 280px à 200px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-card-1:hover,
.job-card-2:hover,
.job-card-3:hover,
.job-card-4:hover,
.job-card-5:hover,
.job-card-6:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.job-title {
    margin-bottom: 10px; /* Réduit de 16px à 10px */
    flex-grow: 1;
}

.job-title p {
    font-size: 15px; /* Réduit de 18px à 15px */
    font-weight: 600;
    color: #2d3748;
    line-height: 1.3; /* Réduit de 1.4 à 1.3 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job-date {
    margin-bottom: 8px; /* Réduit de 12px à 8px */
}

.job-date p {
    font-size: 12px; /* Réduit de 14px à 12px */
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* Réduit de 8px à 6px */
}

.job-type {
    margin-bottom: 8px; /* Réduit de 12px à 8px */
}

.job-type p {
    font-size: 12px; /* Réduit de 14px à 12px */
    color: #667eea;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* Réduit de 8px à 6px */
}

.job-location {
    margin-bottom: 10px; /* Réduit de 20px à 10px */
}

.job-location p {
    font-size: 12px; /* Réduit de 14px à 12px */
    color: #718096;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* Réduit de 8px à 6px */
}

/* Animation d'apparition pour les 6 cartes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-card-1,
.job-card-2,
.job-card-3,
.job-card-4,
.job-card-5,
.job-card-6 {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0; /* Initial state */
}

.job-card-1 { animation-delay: 0s; }
.job-card-2 { animation-delay: 0.1s; }
.job-card-3 { animation-delay: 0.2s; }
.job-card-4 { animation-delay: 0.3s; }
.job-card-5 { animation-delay: 0.4s; }
.job-card-6 { animation-delay: 0.5s; }

/* Responsive Design */
@media (max-width: 1200px) {
    .job-cards-block {
        max-width: 800px; /* Réduit */
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; /* Réduit */
    }
    
    .job-card-1,
    .job-card-2,
    .job-card-3,
    .job-card-4,
    .job-card-5,
    .job-card-6 {
        min-height: 180px; /* Réduit */
        padding: 14px; /* Réduit */
    }
}

@media (max-width: 768px) {
    .job-cards-block {
        grid-template-columns: 1fr;
        max-width: 380px; /* Réduit */
        padding: 8px; /* Réduit */
        gap: 10px; /* Réduit */
    }
    
    .job-card-1,
    .job-card-2,
    .job-card-3,
    .job-card-4,
    .job-card-5,
    .job-card-6 {
        padding: 14px; /* Réduit */
        min-height: 160px; /* Réduit */
    }
    
    .job-title p {
        font-size: 14px; /* Réduit */
    }
    
    .category-offres-emploi .slide-title h1 {
        font-size: 20px; /* Réduit */
        margin-bottom: 15px; /* Réduit */
    }
}

@media (max-width: 480px) {
    .category-offres-emploi .slide-title h1 {
        font-size: 18px; /* Réduit */
        margin-bottom: 10px; /* Réduit */
    }
    
    .job-cards-block {
        padding: 5px;
        gap: 8px; /* Réduit */
    }
    
    .job-card-1,
    .job-card-2,
    .job-card-3,
    .job-card-4,
    .job-card-5,
    .job-card-6 {
        padding: 12px; /* Réduit */
        min-height: 140px; /* Réduit */
    }
    
    .job-title p {
        font-size: 13px; /* Réduit */
    }
    
    .job-date p,
    .job-type p,
    .job-location p {
        font-size: 11px; /* Réduit */
    }
}