@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

p,
span,
label,
li,
td {
    font-family: "Inter", sans-serif;
}

/* Fin style de base */

.btn.btn-danger {
    color: #fff;
}

.form-group {
    position: relative;
}
.form-group.has-prefix .form-control,
.form-group.has-prefix .form-select {
    padding-left: 26px;
}
.form-group.has-suffix .form-control,
.form-group.has-suffix .form-select {
    padding-right: 26px;
}

.form-group .prefix {
    color: #000;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.form-group .suffix {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.category-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
}
.category-item:hover {
    filter: blur(1px);
    -webkit-filter: blur(1px);
}
.category-item .category-overlay {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    padding: 0.5rem;
}
.category-item .category-overlay .title {
    color: #fff;
    font-size: 22px;
}
.bg-light {
    background-color: #f6f2fb !important;
}
.text-underline {
    text-decoration: underline;
}
.text-balance {
  text-wrap: balance;
}
.icon-box {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pointer {
    cursor: pointer !important;
}
.slider {
    width: 50%;
    margin: 100px auto;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: #ababab;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

a.nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.nav-link {
    font-weight: 500 !important;
    font-style: normal;
}

.a-link {
    color: #1b2729 !important;
}

.nav-item.active {
    color: #f33e35 !important;
    font-weight: 550 !important;
}

.poppins-extralight,
a.nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}
.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}
.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}
.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}
.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}
.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}
.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.header-auth {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem 3rem;
}
.main-auth {
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
}
.main-auth .logo {
    flex: 4;
    background-color: #fbebd3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 60px;
}
.main-auth .logo .slides {
    max-width: 700px;
    position: relative;
    margin: auto;
}
.main-auth .logo .slides .slide {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
.main-auth .logo .slides .slide.active {
    display: flex;
}
.main-auth .logo .slides .slide .slide-img {
    max-height: 360px;
}
.main-auth .logo .slides .slide .slide-text {
    margin-top: 1rem;
}
.main-auth .logo .dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-auth .logo .dots .dot {
    height: 15px;
    width: 15px;
    background-color: rgba(20, 23, 26, 0.8);
    margin: 0.3rem;
    border-radius: 50%;
    cursor: pointer;
}
.main-auth .logo .dots .dot.active {
    background-color: #f33e35 !important;
}
.main-auth .content {
    flex: 4.5;
    background-color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    padding-bottom: 50px;
    padding-top: 60px;
}
.main-auth .content .block-content {
    max-width: 390px;
}
.main-auth .content .block-content h4.label {
    font-size: 18px;
    font-weight: 600;
}
.main-auth .content .block-content .text {
    font-weight: 600;
    text-align: center;
}
.main-auth .content .block-content form .form-control {
    background-color: rgba(20, 23, 26, 0.07);
    border: none;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.main-auth .content .block-content label {
    cursor: pointer;
}
.main-auth .content .block-content a {
    text-decoration: none;
}
@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 69vh;
}
.hero .hero-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1rem 2rem;
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garantit que la vidéo couvre la zone sans être déformée */
}

@media (max-width: 700px) {
    .hero {
        height: 65vh; /* Hauteur ajustée pour les tablettes */
    }
}
.hero .hero-content .hero-header {
    font-size: 42px;
    text-align: center;
    margin-bottom: 2rem;
}

.hero .hero-content .hero-search {
    background-color: rgba(0, 0, 0, 0.3);
}

.main .section-area {
    margin: 0;
    padding: 4rem 0;
}

.main .section-area .section-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.sg-img .tab-content {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.pro-name p {
    font-size: 26px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Faq */

@media only screen and (max-width: 780px) {
    .faq-container,
    .comfort-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.faq-info,
.comfort-info {
    text-align: center;
}

.faq-title {
    color: #f33e35;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}

/* .container-width {
    padding: 30px 50px;
    max-width: 100%;
} */

/* FIN Faq */

.hd-logo {
    width: 109px !important;
    height: 59px !important;
}

.hd-btn-100 {
    width: 35px !important;
    height: 35px !important;
}
.i-menu {
    width: 25px !important;
    height: 25px !important;
}

.icon-img {
    width: 15px !important;
    height: 15px !important;
}

video {
    width: 100%;
    height: 100%;
}

img.ad-img {
    height: 207px;
    width: 100%;
    object-fit: cover; /* Coupe l'image pour remplir le conteneur sans déformation */
    display: block;
}

a.a-link:hover {
    color: #f33e35 !important;
}

.a-active {
    color: #f33e35 !important;
}

.bg-profile {
    position: relative;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        217,
        rgba(6, 11, 40, 0.58),
        rgba(10, 14, 35, 0.39) 70%
    );
    background-color: #2f0068;
    border-radius: 0.45rem 0.5rem 0 0;
}

.bg-profile::after {
    position: absolute;
    right: 0px;
    top: -120px;
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 367px solid transparent;
    border-right: 367px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.bg-wallet {
    position: relative;
    width: 100%;
    height: 150px;
    background: linear-gradient(
        217,
        rgba(6, 11, 40, 0.58),
        rgba(10, 14, 35, 0.39) 70%
    );
    background-color: #2f0068;
    border-radius: 15px;
}

.bg-wallet::after {
    position: absolute;
    left: 0px;
    top: -120px;
    content: " ";
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 467px solid transparent;
    border-bottom: 367px solid rgba(255, 255, 255, 0.1);
    /* z-index: 1; */
}

.text-profile-gray {
    color: #708794 !important;
}

.text-profile-title {
    color: #1b2729 !important;
}
.text-profile-dark {
    color: #1b2729 !important;
}

.hd-bg-gray {
    background-color: #f2f6fd !important;
}

.hd-bg-gray-2 {
    background-color: #f7fafc !important;
}

.text-profile {
    text-align: right !important;
}

/* Media query pour les écrans mobiles */
@media (max-width: 767px) {
    .hd-logo {
        width: 78px !important;
        height: 42px !important;
    }

    video {
        width: auto;
        height: 50%;
    }

    .hd-my-sm {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .text-profile {
        text-align: left !important;
        font-size: 13px !important;
    }

    .hd-mb-m {
        margin-bottom: 0.8rem !important;
    }

    .hd-text-m {
        font-size: 12px !important;
    }
    .hd-text-m-title {
        font-size: 14px !important;
    }

    .hd-pay-title {
        font-size: 22px !important;
    }

    .hd-pay-sub {
        font-size: 17px !important;
    }

    .hd-mt-pay {
        margin-top: 1.5rem !important;
    }
    .hd-mt-pay-2 {
        margin-top: 0.9rem !important;
    }

    /* .bg-profile {
        background-size: cover;
        background-position: center;
        object-fit: cover;
    } */

    .avatar-profile {
        width: 80%;
    }

    .bg-wallet::after {
        z-index: -1 !important;
    }
}

.hd-p-0 {
    padding: 0px !important;
}

.fix-footer-hd {
    position: fixed;
    bottom: 0;
}

.hd-z-index-1 {
    z-index: 120 !important;
}

.hd-z-index-2 {
    z-index: 130 !important;
}

.hd-z-index-4 {
    z-index: 140 !important;
}

.hd-z-index-5 {
    z-index: 150 !important;
}
.hd-z-index-6 {
    z-index: 200 !important;
}

.hd-img-user {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.card-header {
    margin-bottom: 0px !important;
    margin: -1px !important;
    border-bottom: 1px solid #e3eef2 !important;
}
