
/* Reset de base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: linear-gradient(60deg, #2c2c1d, #e2ee07);
    color: #333;
}



/* Container principal */
.container {
    width: 80%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.tplatitle {

    font-size: 30px;
    color:#8b3e74
}


/* Table responsive */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid;
    
}

th, td {
    padding: 12px;
    text-align: center;
}

th {
    background-color: #d7f802;
}

td {
    border-color:#0b0b0a transparent #0b0b0a transparent;
}
.etiq {
    background-color: rgb(220, 210, 18);

}

.Link2-pdf:hover {
    height: 400px; /* Changer la taille au survol */
    cursor: pointer;

}


/* Footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* Responsivité pour les petits écrans */
@media (max-width: 768px) {
    .container {
        width: 95%;
    }

    table, th, td {
        font-size: 14px;
    }
}

/* Responsivité pour les très petits écrans */
@media (max-width: 480px) {
    table, th, td {
        font-size: 12px;
    }
}



/* Global Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    box-sizing: border-box;
}

/* Header Styles */
header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
    padding: 10px 20px;
    position: sticky;
    align-items: center;
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    max-height: 80px;
}

.menu {
    display: flex;
}

.menu-list {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.menu-list li a {
    
    color:#00008b;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    text-decoration: underline;
    
}



/* Responsive Menu */
@media (max-width: 768px) {
    .menu-list {
        display:block;
        border: 5px 4px #f60808;
        flex-direction: column;
        background: none;
        font-size: small;        
        align-items: flex-end;
    }
    .menu-list li a {
        text-decoration: none;
        color:#00008b;
        font-size: 14px;
        font-weight: 900;
        font-style: italic;
    }
    .logo {
        max-height: 170px;
    }

    
}



/* Containers Styles */
.container {
    padding: 10px;
    
}


.title {
    font-size: 50px;
    margin-bottom: 0px;
    text-align: center;
    
    
}


/* Section Styles */
.section-title {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    

}

.news-list {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    line-height: 2;
}

.news-list li a {
    color:white;

}
/* Button Style */


.background3 {
    background: linear-gradient(60deg, #252529, #8b3e74);
    color: #fff;
    padding: 20px;
    text-align: center;
    display:flex;
    justify-content: center;
}    
.calendar-button {
    align-items: center;
    display: flex;
    text-align: center;
    background: #fff;
    color: #5111e7;
    border: 2px solid #dda0dd;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Footer Styles */
footer {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-menu li a {
    color:white;
    font-size: 17px;   
    

}

.footer-line {
    border: 1px solid #dcdcdc;
    margin: 30px 0;
}

.footer-bottom {
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    color: #dcdcdc;
}

.footer-logo {
    max-height: 80px;
}
