body {
            font-family: Arial, sans-serif;
            background-color: #ffffff;
            background-image: url('images/bg_bigmotif3.gif');
            margin: 12px;
        }
/* Menu header */
h1, ul {
    margin: 0;
    padding: 0;
}
header {
    background-color: #cc0099;
    color: #ffff00;
    padding: 10px 0;
}

.logo-title {
    display: flex;
    align-items: center;
}

.logo {
    width: 80px; /* Ajustez cette taille selon vos besoins */
    height: 40px; /* Ajustez cette taille selon vos besoins */
    margin-right: 10px;
}

.container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
h1 {
    font-size: 24px;
}

nav {
    position: relative;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffff00;
}

#nav-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#nav-links li {
    margin-left: 20px;
}

#nav-links li a {
    color: #ffff00;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
/* Style for the .rubrique class */
.rubrique {
    background-color: #cc0099;
    border-radius: 5px;
}

.rubrique li {
    display: inline-block;
    margin: 5px;
}

.rubrique li a {
    background-color: #cc0099;
    color: yellow;
    border-radius: 5px;
    padding: 10px 15px;
    transition: background-color 0.3s;
}

.rubrique li a:hover {
   background-color: #990066;
}
/* fin header */

        td {
            font-size: 12px;
            color: black;
        }

        .texte {
            font-size: 12px;
            color: black;
        }

        .mini {
            font-size: 10px;
            color: black;
        }

        .texteG {
            font-size: 12px;
            font-weight: bold;
            color: #999999;
        }

        .texteGreen {
            font-size: 12px;
            font-weight: bold;
            color: #006600;
        }

        .texteB {
            font-size: 12px;
            font-weight: bold;
            color: #003399;
        }

        .texte008 {
            font-size: 12px;
            font-weight: bold;
            color: #000080;
        }

        .texteP {
            font-size: 12px;
            font-weight: bold;
            color: #cd329c;
        }

        .lienR {
            font-size: 12px;
            font-weight: bold;
            color: #bd0c29;
        }

        .IlienR {
            font-size: 12px;
            font-weight: bold;
            color: #c596ca;
            text-decoration: underline;
        }

        .rubrique {
            font-size: 12px;
            font-weight: bold;
            color: yellow;
            background-color: #cc0099;
        }

        .nbusagers {
            font-size: 12px;
            font-weight: bold;
            color: #cc0099;
            text-align: right;
        }

        .Gtexte {
            font-size: 12px;
            font-weight: bold;
            color: black;
        }

        .titreV {
            font-size: 14px;
            font-weight: bold;
            color: #008000;
        }

        .intxt {
            background-color: #F5F5F5;
            border-bottom: #A0F888 solid 2px;
            border-left: #30A810 solid 2px;
            border-right: #A0F888 solid 2px;
            border-top: #30A810 solid 2px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt;
            font-weight: bold;
            color: #000000;
        }

        .but {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt;
            font-weight: bold;
            background-color: #D8F8D0;
            border-bottom: #30A810 solid 2px;
            border-left: #A0F888 solid 2px;
            border-right: #30A810 solid 2px;
            border-top: #A0F888 solid 2px;
            cursor: pointer;
            color: #000080;
        }

        .stv {
            background-color: #FFC4D7;
            border-bottom: #F48BAD solid 2px;
            border-right: #F48BAD solid 2px;
            border-left: #FFE7EF solid 2px;
            border-top: #FFE7EF solid 2px;
            cursor: pointer;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
            color: #000000;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 10px;
        }

        .header img {
            max-width: 100%;
            height: auto;
        }

        .content {
            display: flex;
            flex-wrap: wrap;
        }

        .left,
        .right {
            flex: 1;
            min-width: 300px;
        }

        .right {
            margin-left: 20px;
        }

        .right img {
            max-width: 100%;
            height: auto;
        }

        .form-section,
        .info-section {
            margin-bottom: 20px;
        }

        .form-section input[type="text"],
        .form-section input[type="submit"] {
            margin: 5px 0;
        }

        .info-section a {
            text-decoration: none;
            color: #bd0c29;
        }

        @media (max-width: 768px) {
            .content {
                flex-direction: column;
            }

            .right {
                margin-left: 0;
            }
    .menu-icon {
        display: block;
    }

    #nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    #nav-links li {
        margin: 10px 0;
    }

    #nav-links li a {
        background-color: #cc0099;
        width: 100%;
    }
        }

/* Footer styling */
footer {
    background-color: #cc0099;
    color: #ffff00;
    padding: 20px 0;
    text-align: center;
}

footer .container {
    flex-direction: column;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

footer ul.rubrique {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer ul.rubrique li {
    margin: 5px;
}

footer ul.rubrique li a {
    background-color: #cc0099;
    color: #ffff00;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

footer ul.rubrique li a:hover {
    background-color: #990066;
}

footer p {
    margin: 0;
}