:root {
    --font-face-base: "Montserrat", sans-serif;
}

body {
    font-family: var(--font-face-base);
    font-weight: 400;
    font-size: 15px;
}

a {
    color: #000;
    font-weight: 700;
}

option {
    font-family: var(--font-face-base);
}

label {
    font-weight: 600;
}

.btn {
    border-radius: 0;
    min-width: 100px;
    height: 40px;
    line-height: 26px;
}

.btn-primary:active:not(:disabled):not(.disabled),
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
    background-color: #000;
    border-color: #000;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    opacity: 0.7;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: inherit;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000;
}

.select2-results__option--selectable {
    text-align: center;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border-color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateX(50%);
}

.slick-dots li.slick-active button:before {
    background: #000;
    opacity: 0.25;
}

.slick-dots {
    bottom: -43px;
}

.slick-dotted.slick-slider {
    margin: 23px 0 23px;
}

.buttons-row {
    gap: 0.75rem;
}

.indiquer-disponibilite {
    font-size: 11px;
    display: inline-block;
    margin-top: 8px;
}

.stopsms-container {
    padding-top: 33px;
}

.site-header {
    margin: 7px 0 24px;
}

.site-header .btn-stop-sms {
    padding: 0;
    height: 22px;
    line-height: 22px;
}

.demande-rappel .btn {
    min-width: 274px;
}

.site-header img {
    margin-left: 3px;
}
