@media screen and (max-width: 1024px) {
    .search-content-container {
        padding: 0;
    }
}

@media screen and (max-width: 764px) {
    .search-filter .select-search-container {
        width: 100%;
    }

    .search-filter form select {
        width: 100%;
    }

    .search-filter .select-search-container.first-option-selected::before {
        right: 15px !important;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    th {
        display: none;
    }

    .search-content-container td {
        position: relative;
    }

    .search-content-container td a {
        padding-left: 140px !important;
    }

    td:before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-family: "Gilroy", sans-serif;
        font-weight: 300;
        font-size: 16px;
    }

    tr td:nth-of-type(1):before {
        content: attr(data-row-number);
        font-size: 24px;
        font-family: "SuperMolot", sans-serif;
        font-weight: 500;
        color: #348bbe !important;
    }

    tr td:nth-of-type(1) a {
        font-size: 24px;
        font-family: "SuperMolot", sans-serif;
        font-weight: 500;
        color: #348bbe !important;
        padding: 25px 0;
        margin-top: 15px;
    }

    td:nth-of-type(2):before {
        content: "Catégorie :";
    }

    td:nth-of-type(3):before {
        content: "Type de contrat :";
    }

    td:nth-of-type(4):before {
        content: "Site :";
    }
}
