@font-face {
    font-family: "Titillium web thin";
    src: url("../fonts/Titillium\ Web\ Thin.ttf") format("truetype");
}

* {
    font-family: "Titillium web thin", sans-serif;
}
.display-none {
    display: none;
}

#btndetail {
    border: 2px solid gray !important;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.margin-left {
    margin-left: 0 !important;
}

.btnoffre {
    display: flex;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
}
.btnbtnoffre {
    max-width: 120px;
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 10px;
    background-color: #501f60;
    color: #fff;
    font-weight: bolder;
    font-size: 21px;
    font: arial;
    text-align: center;
}
.bold {
    font-weight: 600;
}

table {
    font-size: 18px;
    cursor: pointer;
    font-weight: 400 !important;
    width: 100%;
}

.btnoffre {
    margin-left: 70px;
}

.contenuoffre1 {
    text-align: center;
    width: 180px;
}
.contenuoffre1 img {
    width: 17px;
}

@media (max-width: 480px) {
    /*-----Tableau offre------*/
    table {
        font-size: 12px;
        cursor: pointer;
        font-weight: 400 !important;
        width: 350px !important;
        margin: 0px 10px 0px 10px;
    }

    .contenuoffre1 {
        text-align: center;
        width: 80px !important;
    }

    #tableau_offre {
        justify-content: center;
        margin-top: -400px;
    }
    #tableau_offre_client {
        justify-content: center;
        margin-top: -400px;
    }
    /*---button nom d'offre sur le tableau--*/
    .btnoffre {
        display: flex;
        width: 25px;
        flex-direction: row;
        transform: translateX(-11em);
        margin-top: -3em;
        flex-wrap: nowrap;
        gap: 2px;
        padding-left: -10px !important ;
    }
    /*-----text dans le button sur le tableau---*/
    .btnoffre span {
        font-size: 10px;
    }

    .offers_talents {
        text-align: center;
        margin-top: -100px;
    }
}

@media (max-width: 650px) {
    .btnoffre {
        margin-left: 50px !important;
        margin-bottom: 50px;
        position: absolute;
        gap: 5px !important;
    }
    .btnbtnoffre {
        font-size: 10px;
    }
    .row-btnoffre {
        margin-left: 220px !important;
    }
}

@media (max-width: 979px) {
    .btnoffre {
        margin-left: 80px !important;
        gap: 5px !important;
    }
}

@media (width: 1024px) {
    .btnoffre {
        display: flex;
        width: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
    }

    .table-striped {
        margin-left: 20px;
    }

    #btndetail {
        margin-left: 50px;
    }

    .offers_talents {
        margin-left: 20px;
    }
}

@media (max-width: 1055px) {
    .contenuoffre1 {
        text-align: center;
        width: 100px;
    }
    .btnoffre {
        margin-left: 110px;
        gap: 10px;
    }
}

@media (width: 1149px) {
    .btnoffre {
        margin-left: -35px;
    }
}

#tableau_offre thead th,
#tableau_offre thead th button {
    text-align: center;
}
#tableau_offre_client thead th,
#tableau_offre_client thead th button {
    text-align: center;
}

#tableau_offre tbody td {
    vertical-align: middle;
}
#tableau_offre_client tbody td {
    vertical-align: middle;
}

.gold {
    color: gold;
}
.silver {
    color: rgb(172 172 172);
}
.platine {
    color: #f2f2f2;
}

#tableau_offre table {
    border: 0;
}
#tableau_offre_client table {
    border: 0;
}

.detail-button {
    background-color: #f8f9fa;
    color: #5a4758;
    border: none;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.detail-button .dropdown-icon {
    margin-left: 8px;
    font-size: 12px;
}

.detail-button:hover {
    background-color: #e2e6ea;
    color: #4a3e50;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.detail-btn-container {
    text-align: left !important;
    vertical-align: middle;
}

#detailsBody {
    visibility: collapse;
}
