/* Main Content Styles */
.main-content {
    text-align: center;
    margin: 20px 0;
}

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

.main-logo {
    max-width: 123px;
    height: auto;
    margin-right: 20px;
    object-fit: contain;
}

.title-content {
    text-align: left;
}

.main-title {
    padding-top: 10px;
    color: #FE5900;
    background-color: #fff;
    margin: 0;
}

.sub-title {
    font-size: 17px;
    color: #000;
    margin: 5px 0 0 0;
}

.divider {
    height: 2px;
    background-color: #000;
    width: 800px;
    margin: 20px auto;
}

.image-centre {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

.image-centre img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-width: 421px;
    object-fit: contain;
    padding: 1px;
}
.image-centre a {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-width: 421px;
    object-fit: contain;
    padding: 1px;
}

.description {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    color: #656464;
    width: 95%;
    margin-top: 10px;
}

.description h3 {
    margin: 0;
    font-size: 15px;
}

h2.Liste {
    margin: 10px 10px;
    font-size: 15px;
    color: #656464;
}

/* Add flex container for image and table */
#Noslogiciels {
    display: flex;
    align-items: flex-start; /* Align the start of items */
    justify-content: center; /* Center items horizontally */
}

#Liste1, #Liste2, #Liste3, #Liste4, #Liste5, #Liste6 {
    display: flex;
    align-items: flex-start; /* Align the start of items */
    justify-content: center; /* Center items horizontally */
}

h3 {
    margin: 10px 10px;
    font-size: 15px;
    color: #656464;
}

.image-container {
    text-align: left;
    margin: 0 6px 6px 8px;
}

.software-table {
    border-spacing: 0;
    border-collapse: separate;
    width: 800px;
    margin: 0 8px;
}

.software-table td {
    border-bottom: 1px solid #999;
    padding-top: 2px;
    padding-bottom: 2px;
}

.titreLogiciel {
    border-bottom: 0px ;
    font-weight: bold; /* Texte en gras */
}
h4 {
    font-size: 16px;      
    display: table-cell;
}

.link-title a, .link-arrow a {
    font-weight: bold; /* Texte en gras */
    color: #386487;
    text-decoration: none;
}

.link-arrow {
    text-align: center;
    width: 80px;
}

.arrow-icon {
    border: 0;
    height: 17px;
    width: 18px;
}

/* Responsive adjustments */
@media only screen and (max-width: 1200px) {
    .divider {
        width: 90%;
    }

    .image-centre {
        flex-direction: column;
    }

    .image-centre img {
        max-width: 100%;
        height: auto;
        width: auto;
        //max-width: 421px;
        object-fit: contain;
    }

    .description {
        max-width: 100%;
        padding-left: 0px;
    }

    #Noslogiciels {
        flex-direction: column;
        align-items: center;
    }
    #Liste1, #Liste2, #Liste3, #Liste4, #Liste5, #Liste6 {
        flex-direction: column;
        align-items: center;
    }

    .image-container {
        text-align: center;
        margin-bottom: 20px;
    }

    .software-table {
        width: 100%;
        display: block;
    }

    .software-table tbody,
    .software-table tr {
        display: block;
        width: 100%;
    }

    .software-table td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-bottom: 0px solid #999;
    }

    .software-table .link-arrow {
        display: block;
        border-bottom: 1px solid #999;
    }
}
