/**
 * BTS Techniciens Archive Styles
 * Base: 1rem = 10px (Zakra theme)
 * Fonts: Lato (titles), Roboto (text)
 * Primary color: #65b891
 */

/* ==========================================================================
   Full Width Layout Override
   ========================================================================== */

.page-template-page-techniciens #zak-content > .zak-container {
    max-width: 100%;
    padding: 0;
}

.page-template-page-techniciens #zak-content > .zak-container > .zak-row {
    max-width: 100%;
    margin: 0;
    padding: 0 2rem;
}

.page-template-page-techniciens #zak-primary {
    width: 100%;
    max-width: 100%;
}

/* ==========================================================================
   Archive Layout
   ========================================================================== */

.bts-techniciens-archive {
    max-width: 1600px;
    margin: 0 auto;
    padding: 3.2rem 0;
    font-family: 'Roboto', sans-serif;
}

.bts-techniciens-archive__header {
    margin-bottom: 2.4rem;
    text-align: center;
}

.bts-techniciens-archive__title {
    font-family: 'Lato', sans-serif;
    font-size: 6rem;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0;
}

/* ==========================================================================
   Filters
   ========================================================================== */

.bts-techniciens-filters {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 3.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.bts-techniciens-filters__form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.4rem;
    align-items: end;
}

.bts-techniciens-filters .bts-filter-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bts-techniciens-filters .bts-filter-group--location {
    grid-column: span 2;
}

.bts-techniciens-filters .bts-filter-group--job {
    grid-column: span 2;
}

@media (max-width: 1400px) {
    .bts-techniciens-filters__form {
        grid-template-columns: repeat(4, 1fr);
    }

    .bts-techniciens-filters .bts-filter-group--location {
        grid-column: span 2;
    }

    .bts-techniciens-filters .bts-filter-group--job {
        grid-column: span 2;
    }
}

@media (max-width: 1024px) {
    .bts-techniciens-filters__form {
        grid-template-columns: repeat(2, 1fr);
    }

    .bts-techniciens-filters .bts-filter-group--location {
        grid-column: span 2;
    }

    .bts-techniciens-filters .bts-filter-group--job {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .bts-techniciens-filters__form {
        grid-template-columns: 1fr;
    }

    .bts-techniciens-filters .bts-filter-group--location,
    .bts-techniciens-filters .bts-filter-group--job {
        grid-column: span 1;
    }
}

.bts-techniciens-filters .bts-filter-label {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bts-techniciens-filters .bts-filter-input,
.bts-techniciens-filters .bts-filter-select {
    font-family: 'Roboto', sans-serif;
    padding: 0.8rem 1.2rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1.6rem;
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    height: 42px;
}

.bts-techniciens-filters .bts-filter-input:focus,
.bts-techniciens-filters .bts-filter-select:focus {
    outline: none;
    border-color: #65b891;
    box-shadow: 0 0 0 3px rgba(19, 102, 80, 0.15);
}

.bts-techniciens-filters .bts-filter-select {
    min-height: 42px;
}

.bts-techniciens-filters .bts-filter-select[multiple] {
    display: none;
}

.bts-techniciens-filters .bts-filter-select--single {
    min-height: 42px;
}

/* ==========================================================================
   Select2 Custom Styles
   ========================================================================== */

.bts-techniciens-filters .select2-container {
    width: 100% !important;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple {
    min-height: 42px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #fff;
    padding: 4px 6px;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple:focus,
.bts-techniciens-filters .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #65b891;
    box-shadow: 0 0 0 3px rgba(19, 102, 80, 0.15);
    outline: none;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #65b891;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    padding: 4px 10px;
    margin: 2px 4px 2px 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    order: 2;
    border: none;
    background: none;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background: none;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-search--inline {
    margin-top: 0;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    height: 30px;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.bts-techniciens-filters .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #9ca3af;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
}

/* ==========================================================================
   Location Autocomplete
   ========================================================================== */

.bts-techniciens-filters .bts-location-wrapper {
    position: relative;
}

.bts-techniciens-filters .bts-location-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bts-techniciens-filters .bts-location-suggestions.is-active {
    display: block;
}

.bts-techniciens-filters .bts-location-suggestion {
    padding: 1rem 1.2rem;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.15s;
}

.bts-techniciens-filters .bts-location-suggestion:last-child {
    border-bottom: none;
}

.bts-techniciens-filters .bts-location-suggestion:hover,
.bts-techniciens-filters .bts-location-suggestion.is-highlighted {
    background-color: #e8f5f1;
}

.bts-techniciens-filters .bts-location-suggestion__name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #1f2937;
    font-size: 1.6rem;
}

.bts-techniciens-filters .bts-location-suggestion__detail {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    color: #6b7280;
    margin-top: 0.2rem;
}

.bts-techniciens-filters .bts-location-loading {
    padding: 1.2rem;
    text-align: center;
    color: #6b7280;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
}

/* ==========================================================================
   Job Search Field - Override styles inside filters
   ========================================================================== */

.bts-techniciens-filters .bts-job-search-field .form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.4rem;
}

.bts-techniciens-filters .bts-job-search-field .form-control {
    font-family: 'Roboto', sans-serif;
    padding: 0.8rem 1.2rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1.6rem;
    background-color: #fff;
    height: 42px;
}

.bts-techniciens-filters .bts-job-search-field .form-control:focus {
    border-color: #65b891;
    box-shadow: 0 0 0 3px rgba(19, 102, 80, 0.15);
}

.bts-techniciens-filters .bts-job-search-field .bts-tag {
    background: rgba(19, 102, 80, 0.04);
    border-color: #65b891;
    color: #65b891;
}

.bts-techniciens-filters .bts-job-search-field .form-text {
    display: none;
}

/* ==========================================================================
   Unlocked Checkbox Filter
   ========================================================================== */

.bts-filter-group--unlocked {
    display: flex;
    align-items: end;
}

.bts-filter-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    padding: 0.8rem 0;
    white-space: nowrap;
}

.bts-filter-checkbox-label input[type="checkbox"] {
    width: 1.6rem;
    height: 1.6rem;
    accent-color: #65b891;
    cursor: pointer;
}

/* ==========================================================================
   Filter Actions
   ========================================================================== */

.bts-techniciens-filters .bts-filter-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 1.2rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.8rem;
    padding-top: 1.4rem;
    border-top: 1px solid #e5e7eb;
}

.bts-techniciens-filters .bts-filter-btn {
    font-family: 'Roboto', sans-serif;
    padding: 0.8rem 2rem;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    height: 42px;
}

.bts-techniciens-filters .bts-filter-btn--primary {
    background: #65b891;
    color: #fff;
}

.bts-techniciens-filters .bts-filter-btn--primary:hover {
    background: #0f5240;
}

.bts-techniciens-filters .bts-filter-btn--secondary {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}

.bts-techniciens-filters .bts-filter-btn--secondary:hover {
    background: #f9fafb;
    color: #111827;
}

/* ==========================================================================
   Results
   ========================================================================== */

.bts-techniciens-results__header {
    margin-bottom: 2.4rem;
}

.bts-techniciens-results__count {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #6b7280;
    margin: 0;
}

/* ==========================================================================
   Techniciens Grid
   ========================================================================== */

.bts-techniciens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
}

@media (max-width: 1024px) {
    .bts-techniciens-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .bts-techniciens-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Technicien Card
   ========================================================================== */

.bts-technicien-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
}

.bts-technicien-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Photo */
.bts-technicien-card__photo {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #65b891, #1a8a6a);
}

.bts-technicien-card__photo a {
    display: block;
}

.bts-technicien-card__photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.bts-technicien-card:hover .bts-technicien-card__photo img {
    transform: scale(1.05);
}

/* Content */
.bts-technicien-card__content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* Name */
.bts-technicien-card__name {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0;
    line-height: 1.4;
}

.bts-technicien-card__name a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.15s;
}

.bts-technicien-card__name a:hover {
    color: #65b891;
}

/* Meta */
.bts-technicien-card__meta-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    color: #4b5563;
}

.bts-technicien-card__meta-icon {
    flex-shrink: 0;
    line-height: 1.4;
}

.bts-technicien-card__meta-item small {
    color: #9ca3af;
    font-weight: 500;
}

.bts-technicien-card__location-link {
    color: #65b891;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.bts-technicien-card__location-link:hover {
    color: #0f5240;
    text-decoration: underline;
}

/* Tags (jobs with hierarchy) */
.bts-technicien-card__tags {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.bts-technicien-card__tag {
    display: inline-flex;
    flex-direction: column;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
}

.bts-technicien-card__tag--job {
    background: #dbeafe;
    color: #1d4ed8;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0;
}

.bts-technicien-card__tag-ancestor {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.3;
}

.bts-technicien-card__tag-separator {
    font-size: 1rem;
    color: #9ca3af;
    margin: 0 0.3rem;
}

.bts-technicien-card__tag-leaf {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1d4ed8;
    display: block;
    width: 100%;
}

.bts-technicien-card__tag-link {
    text-decoration: none;
    transition: color 0.15s;
}

a.bts-technicien-card__tag-link.bts-technicien-card__tag-ancestor {
    color: #6b7280;
}

a.bts-technicien-card__tag-link.bts-technicien-card__tag-ancestor:hover {
    color: #374151;
    text-decoration: underline;
}

a.bts-technicien-card__tag-link.bts-technicien-card__tag-leaf {
    color: #1d4ed8;
}

a.bts-technicien-card__tag-link.bts-technicien-card__tag-leaf:hover {
    color: #1e40af;
    text-decoration: underline;
}

.bts-technicien-card__tag--more {
    display: inline-block;
    align-self: flex-start;
    background: #f3f4f6;
    color: #6b7280;
}

/* Pills (licence, languages) */
.bts-technicien-card__pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.bts-technicien-card__pills-label {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #65b891;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-right: 0.4rem;
}

.bts-technicien-card__pill {
    background: #A6FFE8;
    color: #65b891;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.bts-technicien-card__pill--more {
    background: #f3f4f6;
    color: #6b7280;
}

/* Footer */
.bts-technicien-card__footer {
    margin-top: auto;
    padding: 0 2rem 2rem;
}

.bts-technicien-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.2rem 1.6rem;
    background: #65b891;
    color: #fff;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s;
}

.bts-technicien-card__btn:hover {
    background: #0f5240;
    color: #fff;
}

/* ==========================================================================
   No Results
   ========================================================================== */

.bts-techniciens-no-results {
    text-align: center;
    padding: 6.4rem 3.2rem;
    background: #f9fafb;
    border-radius: 12px;
}

.bts-techniciens-no-results h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #374151;
    margin: 0 0 0.8rem;
}

.bts-techniciens-no-results p {
    font-family: 'Roboto', sans-serif;
    color: #6b7280;
    margin: 0;
    font-size: 1.6rem;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.bts-techniciens-pagination {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 3.2rem;
    padding-top: 3.2rem;
    border-top: 1px solid #e5e7eb;
}

.bts-techniciens-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 1.2rem;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s;
}

.bts-techniciens-pagination .page-numbers:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.bts-techniciens-pagination .page-numbers.current {
    background: #65b891;
    border-color: #65b891;
    color: #fff;
}

.bts-techniciens-pagination .page-numbers.dots {
    border: none;
    background: transparent;
}

.bts-techniciens-pagination .prev,
.bts-techniciens-pagination .next {
    font-weight: 500;
}

/* ==========================================================================
   City Page Subtitle
   ========================================================================== */

.bts-techniciens-archive__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #6b7280;
    margin: 0.8rem 0 0;
    line-height: 1.5;
}

/* ==========================================================================
   City Links Section (main directory page)
   ========================================================================== */

.bts-technicien-cities {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border-top: 1px solid #e5e7eb;
}

.bts-technicien-cities__title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #1f2937;
    margin: 0 0 2.4rem;
    text-align: center;
}

.bts-technicien-cities__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
}

@media (max-width: 1024px) {
    .bts-technicien-cities__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .bts-technicien-cities__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .bts-technicien-cities__grid {
        grid-template-columns: 1fr;
    }
}

.bts-technicien-cities__link {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.6rem 2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}

.bts-technicien-cities__link:hover {
    border-color: #65b891;
    box-shadow: 0 4px 12px rgba(19, 102, 80, 0.1);
    transform: translateY(-2px);
}

.bts-technicien-cities__city-name {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2937;
}

.bts-technicien-cities__link:hover .bts-technicien-cities__city-name {
    color: #65b891;
}

.bts-technicien-cities__link--current {
    border-color: #65b891;
    background: #f0fdf9;
}

.bts-technicien-cities__link--current .bts-technicien-cities__city-name {
    color: #65b891;
}

.bts-technicien-cities__city-count {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    color: #9ca3af;
}

/* ==========================================================================
   City Page Navigation (back link)
   ========================================================================== */

.bts-technicien-city-nav {
    margin-top: 3.2rem;
    padding-top: 2.4rem;
    border-top: 1px solid #e5e7eb;
}

.bts-technicien-city-nav__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #65b891;
    text-decoration: none;
    transition: color 0.2s;
}

.bts-technicien-city-nav__back:hover {
    color: #0f5240;
    text-decoration: underline;
}

/* ==========================================================================
   Job Page Breadcrumb
   ========================================================================== */

.bts-techniciens-archive__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0.8rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    color: #6b7280;
}

.bts-techniciens-archive__breadcrumb a {
    color: #65b891;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.bts-techniciens-archive__breadcrumb a:hover {
    color: #0f5240;
    text-decoration: underline;
}

.bts-techniciens-archive__breadcrumb span {
    font-weight: 600;
    color: #1f2937;
}

.bts-techniciens-archive__breadcrumb-sep {
    margin: 0 0.6rem;
    color: #9ca3af;
    font-weight: 400 !important;
}

/* ==========================================================================
   Job Links Section
   ========================================================================== */

.bts-technicien-jobs {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border-top: 1px solid #e5e7eb;
}

.bts-technicien-jobs__title {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #1f2937;
    margin: 0 0 2.4rem;
    text-align: center;
}

.bts-technicien-jobs__group {
    margin-bottom: 2.4rem;
}

.bts-technicien-jobs__group:last-child {
    margin-bottom: 0;
}

.bts-technicien-jobs__group-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #374151;
    margin: 0 0 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #65b891;
    display: inline-block;
}

.bts-technicien-jobs__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

@media (max-width: 1024px) {
    .bts-technicien-jobs__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .bts-technicien-jobs__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .bts-technicien-jobs__grid {
        grid-template-columns: 1fr;
    }
}

.bts-technicien-jobs__link {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1.2rem 1.6rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}

.bts-technicien-jobs__link:hover {
    border-color: #65b891;
    box-shadow: 0 4px 12px rgba(19, 102, 80, 0.1);
    transform: translateY(-2px);
}

.bts-technicien-jobs__link--current {
    border-color: #65b891;
    background: #f0fdf9;
}

.bts-technicien-jobs__link--current .bts-technicien-jobs__name {
    color: #65b891;
}

.bts-technicien-jobs__name {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}

.bts-technicien-jobs__link:hover .bts-technicien-jobs__name {
    color: #65b891;
}

.bts-technicien-jobs__name-indent {
    font-size: 1.1rem;
    font-weight: 400;
    color: #9ca3af;
}

.bts-technicien-jobs__count {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #9ca3af;
}
