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

    .themes-page .page-container.container {
        max-width: 950px;
    }

    .themes-page .section-themes-container {
        margin-top: 3rem;
    }

    .themes-page .theme-container {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 3rem;
    }

    .themes-page .theme-container .title-theme {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        color: #000000;
    }

    .themes-page .theme-container .theme-statut {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
    }

    .themes-page .theme-container .theme-description {
        font-size: 15px;
        line-height: 26px;
    }

    .themes-page .theme-container a {
        font-size: 15px;
        line-height: 19px;
        font-weight: 500;
        color: #FF4A70;
    }

    .themes-page .search-input {
        border: 1px solid #5E5E5E;
        border-radius: 4px;
        padding-left: 1rem;
        height: 50px;
        width: 450px;
    }

    .themes-page .no-result p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }

    .themes-page .jenny-logo {
        width: 100px;
    }
}

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

    .themes-page .page-container.container {
        padding: 0;
    }

    .themes-page .section-themes-container {
        margin-top: 2rem;
    }

    .themes-page h2 {
        padding-left: 0;
    }

    .themes-page .theme-container {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1.5rem;
    }

    .themes-page .theme-container .title-theme {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        color: #000000;
    }

    .themes-page .description-paragraph,
    .themes-page .alert-column {
        padding: 0;
    }

    .themes-page .search-input-column {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .themes-page .theme-container .theme-statut {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
    }

    .themes-page .theme-container .theme-description {
        font-size: 14px;
        line-height: 26px;
    }

    .themes-page .theme-container a {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        color: #FF4A70;
    }

    .themes-page .search-input {
        border: 1px solid #5E5E5E;
        border-radius: 4px;
        padding-left: 1rem;
        height: 50px;
        width: 93vw;
    }

    .themes-page .no-result p {
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
    }

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

    .themes-page .jenny-logo {
        width: 100px;
    }

}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #FF4A70;
    border-color: #FF4A70;
}

.themes-page .search-input:focus {
    border: 2px solid #5E5E5E;
    outline: none;
}

.themes-page .page-description {
    font-size: 14px;
    line-height: 25px;
}

.themes-page .custom-switch .custom-control-label::before {
    left: -4.25rem;
}

.themes-page .custom-switch .custom-control-label::after {
    left: calc(-4.25rem + 2px);
}


.themes-page .column-slide-container .jenny-logo-text {
    height: 30px;
}