@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body,
p,
label,
span {
    font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "DM Sans", sans-serif !important;
}

.img-logo-sm {
    width: 235px !important;
    height: 40;
}

@media only screen and (max-width: 600px) {
    .img-logo-sm {
        width: 178px !important;
    }

    .mobile-logo.img-logo-sm {
        width: 178px !important;
    }
}

.dropdown-item.complete {
    color: #ccc;
    pointer-events: none; /* Désactive les interactions de la souris */
    background-color: #f9f9f9;
}

.hd-text-primary {
    color: #d63000 !important;
}
.hd-bg-primary {
    background-color: #d63000 !important;
}

.hd-btn-danger {
    background-color: #d63000 !important;
    color: white !important;
    border: 1px solid #d63000 !important;
}

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-top: 102px;
}

.datepicker {
    padding: 0;
}

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker-dropdown:after {
    border-bottom-color: #d63000;
}

.datepicker-days .table-condensed thead tr:nth-child(2),
.datepicker-months .table-condensed thead tr:nth-child(2),
.datepicker-years .table-condensed thead tr:nth-child(2),
.datepicker-decades .table-condensed thead tr:nth-child(2),
.datepicker-centuries .table-condensed thead tr:nth-child(2) {
    background: linear-gradient(to bottom, #d63000, #d63000);
    color: #fff;
}
.datepicker-days .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-months .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-years .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-decades .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-centuries .table-condensed thead tr:nth-child(2) th:hover {
    background: linear-gradient(to bottom, #d63000, #d63000);
    color: #fff;
}

.datepicker-days .table-condensed tfoot,
.datepicker-months .table-condensed tfoot,
.datepicker-years .table-condensed tfoot,
.datepicker-decades .table-condensed tfoot,
.datepicker-centuries .table-condensed tfoot {
    border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.reserve-bfp {
    background-color: #d63000;
    font-size: 10px;
    padding: 5px 8px;
}

a.pointer {
    cursor: pointer;
}

a.pointer:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 800px) {
    .hd-mt-md {
        margin-top: 8rem;
    }
}

.social-icon-s {
    width: 30px;
}

.input-icon-s {
    width: 17px;
    height: auto;
}

.work-s {
    width: 138px !important;
    height: 138px !important;
}

/* Footer Link */
.hd-footer a:hover {
    text-decoration: underline;
}
.hd-toggle-icon {
    cursor: pointer;
    margin-left: 5px;
    width: 10px;
    height: 8px;
}

.hd-child-link {
    margin-left: 20px;
}

.hd-img-about3 {
    width: 45px;
    height: 44px;
}

.hd-img-55 {
    width: 55px;
    height: 54px;
}
.hd-img-53 {
    width: 53px;
    height: 54px;
}

.hd-profile-side-icon {
    width: 20px;
    height: 20px;
}

.hd-profile-form-icon {
    width: 18px;
    height: 18px;
}

/*Pourquoi nous choisir*/
.hd-img-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa; /* Light background for contrast */
}

.hd-img-stat {
    width: 85%;
}

.hd-reservation-history-icon {
    width: 100%;
}

.hd-menu-icon-1 {
    width: 30px;
    height: 28px;
}

.hd-home-avantage-icon {
    width: 52px;
    height: 53px;
}

/* Mobile Styles for Header */
@media (max-width: 576px) {
    .hd-header .nav-overlay .mobile-sidebar .navbar-nav .nav-link,
    .hd-header .nav-overlay .mobile-sidebar .dropdown-item {
        font-size: 15px;
        font-weight: 500;
    }

    .hd-header
        .nav-overlay
        .mobile-sidebar
        .sidebar-button
        .navbar-primary-btn {
        font-size: 14px;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .reserve-title {
        font-size: 15px !important;
    }

    .hd-mt-reservation {
        margin-top: -21rem !important;
    }

    .hd-mb-reservation {
        margin-bottom: 21rem !important;
    }

    .hd-rs-fs-13 {
        font-size: 12px !important;
    }

    .hd-ct-m {
        font-size: 16px !important;
    }

    .hd-fs-sm-5 {
        font-size: 1.9rem !important;
    }
}

a.hd-text-gray {
    color: #a3aab1 !important;
    font-size: 14px;
}

a.hd-text-gray:hover {
    color: black !important;
}

.datepicker {
    z-index: 1000 !important;
}

.hd-pay-top-m {
    margin-top: 2rem !important;
}

/* Couleur de fond et texte pour le contenu du tooltip */
.tooltip-inner {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 12px;
    text-align: center;
    border-color: #d63000;
    border: 1px solid #d63000;
}

/* Modifier la flèche du tooltip*/
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ffffff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ffffff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ffffff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ffffff !important;
}
