:root {
    --font-family-secondary: "Readex Pro", sans-serif;
}

.navbar-brand img {
    height: auto !important;
    width: 270px !important;
}

.ff-secondary {
    font-family: var(--font-family-secondary);
}

.annuaire-item {
    transition: all 0.3s;
}

.annuaire-item:hover {
    background: #F84525;
    color:white;
}

.annuaire-item:hover * {
    color:white !important;
}

/*switch ---- */
.switch {
    font-size: 1rem;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input+label::before,
.switch input+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}

.switch input+label::before {
    right: 0;
    background-color: #dedede;
    border-radius: calc(2.375rem * .8);
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.switch input+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.switch input:checked+label::before {
    background-color: #F84525;
}

.switch input:checked+label::after {
    margin-left: calc(2.375rem * .8);
}

.switch input:focus+label::before {
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 160, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 160, 0, 0.25);
}

.switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled+label::before {
    background-color: #e9ecef;
}

.switch.switch-sm {
    color: #212529;
    font-weight: 600;
    font-size: 13px;
}

.dark .switch.switch-sm {
    color: var(--bs-white);
}

.switch.switch-sm input+label {
    min-width: calc(calc(1.7rem * .8) * 2);
    height: calc(1.5rem * .8);
    line-height: calc(1.3rem * .8);
    text-indent: calc(calc(calc(1.6rem * .7) * 2) + 0.5rem);
}

.switch.switch-sm input+label::before {
    width: calc(calc(1.7em * .8) * 2);
}

.switch.switch-sm input+label::after {
    width: calc(calc(1.5rem * .8) - calc(2px * 2));
    height: calc(calc(1.5rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
    margin-left: calc(1.25rem * .8);
}

.switch+.switch {
    margin-left: 1rem;
}

.footer-logo img {
    height: 150px !important;
}

.pac-container.pac-logo {
    z-index: 999999;
}

.map-content {
    position: relative !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.btn-top {
    bottom: 90px;
}

#txtHomeSearch::placeholder {
    font-size:15px;
}

#home-presa {
    padding:130px 0 !important;
}

#toast-container>div {
    opacity: .9 !important;
}

li.with_plus {
    list-style: none !important;
    position: relative;
}

li.with_plus::before {
    content: "\f055"; /* FontAwesome circle-plus icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -1.5em; /* Adjust as needed */
    top: 0;
    color: #198754;
}

/* RESPONSIVE */
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size:14px;
        text-align: center;
    }
}
@media (max-width: 1400px) {
    .header-container {
        width: 99% !important;
        max-width: none !important;
    }
}
@media (max-width: 576px) {
    .inner-header {
        padding: 35px 0 20px 0;
    }

    #home-presa {
        padding:50px 0 !important;
    }
}