@media screen and (max-width: 1023px) {
    .theme-detail-page {
        margin-top: 5rem;
    }

    .theme-detail-page .page-container.container {
        padding: 0;
    }

    .theme-detail-page .theme-header {
        width: 75vw;
    }

    .theme-detail-page .campaign-date,
    .theme-detail-page .theme-statut {
        font-size: 12px;
        font-weight: 500;
    }

    .theme-detail-page .campaign-date span {
        font-weight: 600;
    }

    .theme-detail-page .description {
        font-size: 14px;
        line-height: 20px;
        /* margin-bottom: 2rem; */
    }

    .theme-detail-page .title-campaign {
        font-size: 14px;
        font-weight: 600;
    }

    .theme-detail-page .compaign-explanation {
        font-size: 14px;
        line-height: 20px;
    }

    .theme-detail-page select,
    .theme-detail-page .input-date {
        width: 83vw;
    }

    .theme-detail-page .title-input {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .theme-detail-page .btn.dropdown-toggle.btn-secondary {
        width: 83vw;
    }

    .theme-detail-page .table-container {
        overflow-x: auto;
    }

    .theme-detail-page td,
    .theme-detail-page th {
        min-width: 25vw;
    }

    .theme-detail-page td,
    .theme-detail-page th {
        font-size: 12px;
    }

    .theme-detail-page td a:not([href]):not([tabindex]) {
        font-size: 12px;
    }

    .theme-detail-page .modal-dialog,
    .modal-dialog.modal-md {
        margin-top: 8rem;
    }

}

@media screen and (min-width: 1024px) {
    .theme-detail-page {
        margin-top: 4rem;
    }

    .theme-detail-page .page-container.container {
        max-width: 850px;
    }

    .theme-detail-page .theme-header {
        width: 400px;
    }

    .theme-detail-page .campaign-date,
    .theme-detail-page .theme-statut {
        font-size: 12px;
        font-weight: 500;
    }

    .theme-detail-page .campaign-date span {
        font-weight: 600;
    }

    .theme-detail-page .description {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 2rem;
    }

    .theme-detail-page .title-campaign {
        font-size: 15px;
        font-weight: 600;
    }

    .theme-detail-page .compaign-explanation {
        font-size: 14px;
        line-height: 20px;
    }

    .theme-detail-page select,
    .theme-detail-page .input-date {
        width: 270px;
    }

    .theme-detail-page .title-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .theme-detail-page .btn.dropdown-toggle.btn-secondary {
        min-width: 270px;
    }

    .theme-detail-page td,
    .theme-detail-page th {
        font-size: 14px;
    }

    .theme-detail-page td a:not([href]):not([tabindex]) {
        font-size: 14px;
    }

}

.theme-detail-page input {
    padding: 1rem;
}

.theme-detail-page .input-check {
  width: 50px;
}

.theme-detail-page select,
.theme-detail-page .input-date {
    font-size: 15px;
    height: 50px;
    border: 1px solid #5E5E5E;
    border-radius: 4px;
    background-color: transparent;
}

.theme-detail-page select:focus,
.theme-detail-page .input-date:focus {
    border: 2px solid #5E5E5E;
    box-shadow: none;
    outline: none;
}

input[type=date]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}

.theme-detail-page .btn.dropdown-toggle.btn-secondary {
    font-size: 15px;
    height: 50px;
    color: #000000;
    text-align: left;
    background-color: transparent;
    border: 1px solid #5E5E5E;
}

.theme-detail-page .dropdown-toggle::after {
    position: absolute;
    right: 1rem;
    bottom: 1.3rem;
}

.theme-detail-page .dropdown-menu.show {
    width: 100%;
    padding: 1rem;
    font-size: 15px;
}

.theme-detail-page input:invalid {
    border: 2px solid red;
}

.theme-detail-page td a:not([href]):not([tabindex]) {
    color: #FF4A70;
    font-weight: 500;
    cursor: pointer;
}

.theme-detail-page td a:not([href]):not([tabindex]):hover {
    text-decoration: underline;
}

.theme-detail-page .button-container a {
    color: white;
}

.theme-detail-page .button-container.confirmation .btn.btn-primary {
    width: 43vw;
    font-size: 14px;
}

.theme-detail-page table tbody td,
.theme-detail-page table thead th {
    border: none;
}

.theme-detail-page table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.theme-detail-page .back-to-themes {
    color: #FF4A70;
    font-size: 14px;
}
