.carte-bs {
    margin-bottom: 4rem;
}
.carte-bs .carte-bs-card {
    background: #F5FBFB;
    border: 2px solid #95D1CC;
    padding: 1rem 2rem 5rem 2rem;
}
.carte-bs .auth-info h4 {
    text-align: left;
}
.famille-full-name {
    font-weight: bold;
}
.carte-mission-remuneration {
    background: transparent;
    color: #FF759A;
    font-weight: bold;
    position: relative;
    top: unset;
    padding: 0;
}
.carte-mission-remuneration i {
    margin-right: 1rem;
}
.see-more-action a {
    background: #32355D;
}
.jours {
    font-size: 16px;
}
.jours-title {
    font-size: 18px;
    margin-bottom: 2rem;
}
.see-more-action a {
    padding: 1rem 4rem;
}

.filtre-btn {
    border-radius: 25px;
    width: 120px;
    padding: .5rem;
    margin-right: 1rem;
}

.update-info-btn {
    background: #95D1CC;
    border: 1px solid #95D1CC;
}

.slider-handle {
    background-image: unset !important;
    background: #89C1BC !important;
    opacity: 1 !important;
}

.slider-selection {
    background-color: #95D1CC;
}


.update-actions span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 2rem;
}

.filter-distance-unit-left {
    position: absolute;
    left: 8%;
}
.filter-distance-unit-right {
    position: absolute;
    right: -5%;
}
.filter-hours-unit-left {
    position: absolute;
    left: 5%;
}
.filter-hours-unit-right {
    position: absolute;
    right: -22px;
}

#hours-max {
    right: 40px;
}

.language-badge {
    background: white;
    color: #F2AA3C;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    border: 1px solid #F2AA3C;
    display: inline-block;
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
}

.selected-language-badge {
    background: white;
    color: #F2AA3C;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    border: 1px solid #F2AA3C;
    display: inline-block;
    max-width: 205px;
    font-weight: 600;
    position: relative;
    margin-right: 1rem;
}
.selected-language-badge a {
    background: white;
    position: absolute;
    top: -8px;
    font-size: 20px;
    right: -7px;
    cursor: pointer;
    height: 18px;
    border-radius: 50%;
}
.selected-language-badge .fa-times-circle {
    position: relative;
    top: -5px;
    color: #F2AA3C;
}
.selected-language-badge .fa-times-circle:hover {
    color: #ce8b11;
}

.mission-badge {
    background: white;
    color: #37548D;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    border: 1px solid #37548D;
    display: inline-block;
    max-width: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
}
.bilingue-badge {
    background: #f8628e;
    color: white;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -15px;
    right: 0;
}
.urgent-badge {
    background: #f8628e;
    color: white;
    padding: 0.5rem 1rem;
    position: absolute;
    top: -15px;
    left: 0;
}
.card-client .info-line p {
    font-size: 18px;
}
.card-client .info-line i {
    font-size: 25px;
    width: 30px;
    text-align: center;
}
.uppercase-text {
    text-transform: uppercase;
}
.bold-text {
    font-weight: bold;
}
.yellow-text {
    color: #F2AA3C;
}
.green-text {
    color: #6CB0C5;
}
.horaires-content {
    font-size: 18px;
}
.card-client-title {
    font-size: 18px;
}
.info-line img, .card-client-title img {
    position: relative;
    top: -2px;
    width: 30px;
    margin-right: .7rem;
}

.kidlee_checkbox {
    width: 25px;
    min-width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #A9ADBB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.kidlee_checkbox .fa {
    display: none;
}
.kidlee_checkbox.active {
    background-color: #37558E;
    border: 1px solid white;
}
.kidlee_checkbox.active .fa {
    display: block;
    color: white;
}

.filter-row {
    color: #37548D;
    padding: 0;
    border: 1px solid #FC8AA9;
}
.pink-btn {
    border: 1px solid #FC8AA9;
    color: white;
    background: #FC8AA9;
}
.pink-btn[disabled]:hover {
    border: 1px solid #FC8AA9;
    color: white;
    background: #FC8AA9;
}


.filtre-recherche-prestation strong {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 16px;
}

.day_filter_line {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-right: 1rem;
    min-width: 100px;
}
.day_filter_line span, .day_filter_line strong {
    margin-left: 1rem;
}
.day_filter_line strong {
    font-size: 16px;
}
.kidlee-input {
    border-radius: 10px;
    border: 1px solid #37548D;
    height: 40px;
}
.select-container, .kidlee-select {
    width: 100% !important;
}

.collapse-href {
    padding: 1.5rem 3rem 1.5rem 3rem;
    cursor: pointer;
    color: #FC8AA9;
    font-size: 18px;
}

.collapse-href .fa-chevron-up {
    display: block;
}

.collapse-href .fa-chevron-down {
    display: none;
}

.collapse-href.collapsed .fa-chevron-up {
    display: none;
}

.collapse-href.collapsed .fa-chevron-down {
    display: block;
}

.filter-collapse-area {
    padding: 1.5rem 3rem 3rem;
}

.cancel-filter {
    color: #FC8AA9;
    text-decoration: underline;
    cursor: pointer;
}

.cancel-filter:hover {
    color: #e60f49;
}
.vue-slider-process {
    background-color: #ABDCCB !important;
}
.vue-slider-dot-handle {
    background-color: #37548D !important;
    border: 2px solid #37548D !important;
}
.marketplace-title {
    text-align: center;
    color: #37548D;
    font-size: 24px;
    font-weight: bold;
}
.marketplace-title.pink {
    color: #FC8AA9;
}

.filtre-btn img {
    width: 20px;
}
.filtre-pagination li {
    display: inline-block;
    cursor: pointer;
}
.reference {
    font-size: 14px;
    font-weight: 400;
}

.page-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #337ab7;
}
.total-results-count {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #37548D;
}

#marketplace-login-modal {
    color: #37548D;
    border: 1px solid #37548D;
    border-radius: 10px;
    overflow: hidden;
}
#marketplace-login-modal .marketplace-title {
    text-align: left;
}

#marketplace-login-modal .modal-dialog {
    width: 1150px;
}

.kidlee_features {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4rem;
}

.kidlee_features .feature {
    margin-bottom: 1rem;
}

.inscription-marketplace-btn {
    background: white;
    color: #37548D;
    font-size: 18px;
    border: 2px solid #37548D;
    border-radius: 40px;
    padding: 1.5rem 4rem;
    font-weight: 600;
}

.inscription-marketplace-btn:hover {
    background: whitesmoke;
}

.connexion-marketplace-link {
    color: #37548D;
    font-size: 17px;
    border-radius: 40px;
    margin-left: 1rem;
    text-decoration: underline;
    cursor: pointer;
}

.connexion-marketplace-link:hover {
    color: #848d9e;
}

#marketplace-login-modal .content {
    background: white;
}
.card-client:hover {
    box-shadow: 0 10px 40px 0 #0000002b;
}
.filter-checkboxes-group {
    height: 80px;
    display: flex;
    align-items: flex-end;
}
.filter-checkboxes-group strong {
    margin-bottom: 0;
}
.card-client-action {
    text-align: right;
}
.postuler-btn {
    width: 155px;
}
@media (max-width: 1150px) {
    #marketplace-login-modal .modal-dialog {
        width: auto;
    }

    #marketplace-login-modal img {
        display: none;
    }

    #marketplace-login-modal .content {
        padding: 0 2rem 1rem 2rem;
        text-align: center;
    }

    .marketplace-title {
        font-size: 18px;
    }

    .kidlee_features {
        font-size: 16px;
    }

    .inscription-marketplace-btn {
        font-size: 14px;
        display: block;
        margin: 0 auto 1.5rem auto;
        padding: 1.5rem 2rem;
    }

    .connexion-marketplace-link {
        font-size: 15px;
    }

    #marketplace-login-modal .login-actions {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .dashed-right {
        border-right: 2px dashed #95D1CC;
    }
    .client-info-section {
        border-right: 1px solid #B8B4CC;
    }
    .horaires-column {
        padding-left: 6rem;
    }
    .total-results-count {
        height: 47px;
        display: flex;
        align-items: end;
    }
}

@media (max-width: 768px) {

    .update-actions {
        margin-top: 1rem;
        text-align: center;
    }
    .update-actions span {
        font-size: 20px;
        margin-bottom: 1rem;
        display: block;
        margin-right: 0;
    }
    .update-actions a {
        width: 215px;
        margin-bottom: 1rem;
    }
    /*This styles only for recherche page - don't paste it to app.css or global style files */
    .account-navbar.fixed-navbar {
        display: block !important;
    }
    .filter-row {
        padding: 1rem;
    }
    .filter-row strong {
        font-size: 16px;
    }
    .filtre-recherche-prestation {
        margin-bottom: 2rem;
    }
    .filtre-btn {
        float: unset;
    }
    .border-right-blue-light {
        position: absolute;
        left: -10px;
        background: #B8B4CC;
        height: 1px;
        width: 112%;
        bottom: 0;
        top: unset;
    }
    .client-info-section {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    .filter-collapse-area {
        padding: 1.5rem;
    }
    .recherche-page .dev-section .section-body {
        padding: 15px 0;
    }
    .filter-actions {
        font-size: 16px;
    }

    .filter-actions button {
        display: block;
        margin: 0 auto 2.5rem auto;
    }
    .filter-actions .cancel-filter {
        display: block;
        float: unset;
        text-align: center;
        margin-bottom: 2rem;
    }
    .total-results-count {
        display: block;
        float: unset;
        margin-bottom: 2rem;
    }
    .pagination {
        margin: 5px 0 10px 0;
    }
    .card-client-action {
        margin-top: 1rem;
    }

}
