.nt-horaires {
    background: white;
    color: white;
}

.nt-horaires__title {
    background: var( --e-global-color-primary );
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 20px 25px;
    margin: 0;
}
.nt-horaires__title-icon {
    fill: var( --e-global-color-primary );
    width: 45px;
    background: white;
    border-radius: 100%;
    aspect-ratio: 1;
    display: inline-block;
    height: 45px;
    padding: 10px;
}
.nt-horaires__search-form-line {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-family: inherit;
    font-size: 0.9375rem;
    border: none;
    border-bottom: 1px solid var(--e-global-color-primary);
    outline: none;
}

.nt-horaires__search-form {
    padding: 0 25px;
}
.nt-horaires__results {
    transition: .3s;
    height: 0;
    margin-top: 0;
}
.nt-horaires__results.open {
    height: 30px;
    margin-top: 30px;
}
.nt-horaires__results-line {
    display: none;
}
.nt-horaires__results-line-link {
    color: var( --e-global-color-primary )!important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.nt-horaires__results-line i {
    font-size: 30px;
}