
@font-face {
    font-family: 'Corporate S Pro';
    src: local('Corporate S Regular'), local('Corporate S Regular'),
        url('../fonts/CorporateS-Demi.woff2') format('woff2'),
        url('../fonts/CorporateS-Demi.woff') format('woff'),
        url('../fonts/CorporateS-Demi.ttf') format('truetype');
}

@font-face {
    font-family: 'Corporate S Bold';
    src: local('Corporate S Bold'), local('Corporate S Bold'),
        url('../fonts/CorporateS-Bold.woff2') format('woff2'),
        url('../fonts/CorporateS-Bold.woff') format('woff'),
        url('../fonts/CorporateS-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Corporate A Regular';
    src: local('Corporate A Regular'), local('Corporate A Regular'),
        url('../fonts/CorporateARegular.woff2') format('woff2'),
        url('../fonts/CorporateARegular.woff') format('woff'),
        url('../fonts/CorporateARegular.otf') format('otf'),
        url('../fonts/CorporateARegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MB Corpo A Title Cond';
    src: local('MB Corpo A Title Cond'), local('MB Corpo A Title Cond'),
        url('../fonts/MBCorpoATitleCond-Regular.woff2') format('woff2'),
        url('../fonts/MBCorpoATitleCond-Regular.woff') format('woff'),
        url('../fonts/MBCorpoATitleCond-Regular.otf') format('otf'),
        url('../fonts/MBCorpoATitleCond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
:root {
    --primary-color: #000000;
    --secondary-color: #0078D6;
    --dark-bleu: #1D477C;
    --gray-color: #F8F8F8;
    --white-color: #ffffff;
    --charcoal-color: #262626;
    --Corporate-S-R-fonts: 'Corporate S Pro';
    --Corporate-S-B-fonts: 'Corporate S Bold';
    --Corporate-A-R-fonts: 'Corporate A Regular';
    --Corporate-MB-Corpo: 'MB Corpo A Title Cond';
}

body{
    padding: 0px !important;
    margin: 0px !important;
    min-height: 100vh;
    overflow-x: hidden !important;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
input::placeholder {
    color: #909090 !important; /* Change the color */
    opacity: 1; /* Ensure full opacity */
}
/*<------------- HEADER -------------->*/
.header{
    background-color: var(--primary-color);
    border-bottom: 1px solid #767676;
}
.header_cnt{
    max-width: 1320px;
    margin-inline: auto;
}
/*<------------- FOOTER -------------->*/
.footer{
    background-color: var(--primary-color);
}
.footer_cnt{
    max-width: 1320px;
    margin-inline: auto;
}
.links_title{
    color: #FFF;
    font-family: var(--Corporate-S-B-fonts);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_custem{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer_link_list li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.custom_border{
    border-bottom: 1px solid #767676;
}
.footer_info{
    color: #FFF;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ftr_bottom{
    color: rgba(255, 255, 255, 0.70);
    font-family: var(--Corporate-S-R-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.socail_links{
    text-decoration: none;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide dropdown lists by default on smaller screens */
@media (max-width: 768px) {
    .footer_link_list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .footer_link_list.active {
        max-height: 1000px;
    }

    .dropdown-iconn {
        transition: transform 0.3s ease;
    }

    .dropdown-iconn.rotate {
        transform: rotate(180deg);
    }
}
/*<------------- PAGE TITLE  -------------->*/
.page_title{
    color: var(--white-color);
    font-family: var(--Corporate-A-R-fonts);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page_title_cnt{
    height: 159px;
    width: 100%;
    background-image: url('../images/page_title_bg.jfif');
    background-size: cover;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .page_title{
        font-size: 25px;
    }
    .page_title_cnt{
        background-size: auto;
    }
}
@media screen and (max-width: 364px) {
    .page_title{
        font-size: 20px;
    }
}
/*<------------- FORM STEP 1  -------------->*/
.form_title{
    color: var(--primary-color);
    font-family: var(--Corporate-MB-Corpo);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.game_cnt{
    border-radius: 10px;
    background: var(--gray-color);
    display: flex;
    padding: 16px 20px;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
}
.game_cnt::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
.game_cnt button{
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
.game_btn{
    color: var(--secondary-color);
    font-family: var(--Corporate-S-B-fonts);
    font-size: 20px;
    border: none;
    background-color: transparent;
    padding: 0px 10px;
    line-height: normal;
    margin-inline: 5px;
}
.game_btn:hover{
    color: var(--white-color);
    font-family: var(--Corporate-S-B-fonts);
    background-color: var(--secondary-color);
    border-radius: 10px;
    font-size: 20px;
    border: none;
    padding: 0px 10px;
}
.game_btn.selected{
    color: var(--white-color);
    font-family: var(--Corporate-S-B-fonts);
    background-color: var(--secondary-color);
    border-radius: 10px;
    font-size: 20px;
    border: none;
    padding: 0px 10px;
}
.cars_item{
    width: 281px;
    border-radius: 10px;
    border: 1px solid rgba(68, 68, 68, 0.20);
    background: var(--white-color);
    transition: all 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}
.item_img{
    width: 100%;
}
.item_img img{
    width: 100%;
    transition: transform 0.3s ease;

}
.car_model_name{
    color: var(--primary-color);
    text-align: center;
    font-family: var(--Corporate-A-R-fonts);
    font-size: 24px;
    margin-bottom: 0px;
}
.item_model{
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.item_btn{
    color: var(--secondary-color);
    text-align: center;
    font-family:var(--Corporate-S-R-fonts);
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid var(--Color-2, #0078D6);
    width: 100%;
    background-color: var(--white-color);
    padding: 10px 0px;
    transition: all 0.3s ease, transform 0.3s ease;
}
.cars_item:hover .item_btn{
    color: var(--white-color);
    text-align: center;
    font-family:var(--Corporate-S-R-fonts);
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid var(--Color-2, #0078D6);
    width: 100%;
    background-color: var(--secondary-color);
    padding: 10px 0px;
}
.cars_item .selected{
    color: var(--white-color);
    text-align: center;
    font-family:var(--Corporate-S-R-fonts);
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid var(--Color-2, #0078D6);
    width: 100%;
    background-color: var(--secondary-color);
    padding: 10px 0px;
}
.item_bottom{
    padding-inline: 20px;
    padding-top: 8px;
    padding-bottom: 25px;
}
.label_from{
    color: var(--primary-color);
    font-family: var(--Corporate-MB-Corpo);
    font-size: 16px;
}
.active_car_item{
    border: 1px solid var(--secondary-color);
    background: rgba(0, 120, 214, 0.05);

}
.active_car_item .item_img img{
    transform: scale(1.15);
}
@media screen and (max-width: 780px) {
    .form_title{
        font-size: 35px;
    }
}
@media screen and (max-width: 364px) {
    .form_title{
        font-size: 30px;
    }
}
/*------------------- custem select form */
.custom-selectu {
    position: relative;
    width: 100%;
    max-width: 100%;
    color: rgba(0, 0, 0, 0.75);
    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;

}

.select-button {
    width: 100%;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;
    background-color: #fff;
    padding: 0.675em 1em;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.75);
}

.selected-value {
    text-align: left;
}

.arrow {
    transition: transform ease-in-out 0.3s;
}

.select-dropdown {
    position: absolute;
    list-style: none;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
    transition: 0.5s ease;

    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}

.select-dropdown:focus-within {
    box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.select-dropdown li label {
    width: 100%;
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.select-dropdown::-webkit-scrollbar {
    width: 7px;
}
.select-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown input:checked ~ label {
    background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
    background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

/* interactivity */

.cars_info_cnt .custom-selectu.active .arrow {
    transform: rotate(180deg);
}

.cars_info_cnt .custom-selectu.active .select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

/*------------------- END custem select form */

.input_date_form{
    width: 100%;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;
    background-color: #fff;
    padding: 0.675em 1em;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.75);
}
.input_nbr_form{
    width: 100%;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;
    background-color: #fff;
    padding: 0.675em 1em;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: rgba(0, 0, 0, 0.75);
}
.cars_info_cnt{
    border-top: 1px solid rgba(68, 68, 68, 0.20);
    border-bottom: 1px solid rgba(68, 68, 68, 0.20);
}
.qte_span{
    color: var(--primary-color);
    font-family: var(--Corporate-S-R-fonts);
    font-size: 18px;
    font-weight: 400;
}
.btn_cnt_qte{
    display: flex;
    gap: 10px;
}
.btn_cnt_qte button{
    border-radius: 8px;
    border: 1px solid rgba(68, 68, 68, 0.20);
    background: var(--white-color);
    padding: 8px 36px;
    color: #444;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 15px;
}
.btn_cnt_qte button:hover{
    background: var(--secondary-color);
    color: var(--white-color);
}
.btn_cnt_qte .selected{
    background: var(--secondary-color);
    color: var(--white-color);
}
.cars_qte_cnt{
    border-bottom: 1px solid rgba(68, 68, 68, 0.20);
}
@media screen and (max-width: 700px) {
    .qte_span{
        font-size: 15px;
        padding-right: 5px;
    }
}
/*---------- navigation sticky buttouns ---------------*/
.main-content {
    display: flex;
    position: relative;
    flex-direction: column;
}
.sidebuttouns_cnt {
    background-color: transparent;
    z-index: 40;
    right: -103px;
    top: 50%; /* Start at the middle of the page */
    display: flex;
    position: fixed;
    width: 150px;
    transform: translateY(-50%); /* Adjust to be vertically centered */
}
.contact_btn_cnt {
    overflow: visible;
}
.contact_btn_cnt div{
    border-radius: 5px 0px 0px 5px;
    background: var(--secondary-color);
    padding: 13px;
    margin-bottom: 3px;
    color: white;
    position: relative;
    right: 0px;
    transition: all 0.5s ease;

}
.contact_btn_cnt div:hover {
    right: 90px;
    background-color: var(--dark-bleu);
}
.contact_btn_cnt a{
    color: white;
    text-decoration: none;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 14px;
    display: flex;
    align-items: center;
}
.contact_btn_cnt a img{
    padding-right: 13px;
}

/*---------- FORM BOTTOM NAVIGATIONS ---------------*/
.form_navigation_cnt{
    position: sticky;
    align-self: flex-end;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 20;
    border-top: 1px solid rgba(68, 68, 68, 0.20);
    padding: 12px 0px;
    background-color: white;
}
.form_navigation_cnt div{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.btn_form_navigation{
    border-radius: 8px;
    border: none;
    padding: 13px 90px;
    text-align: center;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 20px;
    transition: all 0.4s ease;

}
.back_btn{
    border: 1px solid var(--Color, #000);
    opacity: 0.5;
    background: #FFF;
    color: black;
}
.next_btn{
    background: var(--secondary-color);
    color: white;
}
.next_btn:hover{
    background: var(--dark-bleu);
}
.back_btn:hover{
    opacity: 1;
    background-color: var(--primary-color);
    color: white;
}
@media screen and (max-width:769px) {
    .btn_form_navigation{
        padding: 10px 70px;
        font-size: 15px;
    }
    .form_navigation_cnt div{
        justify-content: center;
    }
}
@media screen and (max-width:438px) {
    .btn_form_navigation{
        width: 100%;
    }
    .form_navigation_cnt div{
        flex-direction: column;
        justify-content: center;
    }
}

/*------------------- CSS OF HANDILING FORM PARTS  ------------------------*/
.form-part {
    display: none; /* All form parts are hidden by default */
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth transition */
}

.form-part.active {
    display: block; /* The active form part is displayed */
    opacity: 1;
}
.invalid {
    border-color: red !important;
    /* background-color: #ffe6e6; */
}
.b_errore{
    border-color: red !important;
    /* background-color: #ffe6e6 !important; */
}
.error-message{
    display: none;
}
.p_errore{
    color: #f83232;
    display: block;
    margin: 0px;
    font-family: var(--Corporate-A-R-fonts);
    font-size: 17px;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--secondary-color) !important; /* Border color on focus */
    outline: #0078D6 !important;
    transition: border-color 0.3s, box-shadow 0.3s; /* Optional: Smooth transition */
}
.focus_standard{
    border-color: var(--secondary-color) !important; /* Border color on focus */
    outline: #0078D6 !important;
    transition: border-color 0.3s, box-shadow 0.3s; /* Optional: Smooth transition */
}
/*------------------- CSS OF HANDILING AUTH PAGES  ------------------------*/
.auth_container{
    min-height: 100%;
}
.line_seprate{
    background: rgba(0, 0, 0, 0.09);
    height: 1px;
    width: 100%;
    margin-inline: auto;
}
.add_buttoun_js{
    padding: 0px;
    border: none;
    height: 100%;
}
.small_line{
    background: rgba(0, 0, 0, 0.09);
    height: 1px;
    width: 109px;
    margin-right: 15px;
}
.right_buttouns_modal{
    position: absolute;
    right: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_conteiner{
    transition: all 0.3s ease, transform 0.3s ease;

}
.service_conteiner .wp_img img {
    filter: none;
    transition: all 0.3s ease;
}
.service_name{
    margin-top: 15px;
    font-size: 34px;
}
.active_service{
    background-color: #000 !important;
    color: white !important;
}

.active_service .wp_img img {
    filter: brightness(0) invert(1);
    transform: scale(1.2);
}
.active_service .service_name svg {
    filter: brightness(0) invert(1);
    transform: scale(1.2);
}
.payment_buttouns{
    border-radius: 8px;
    background: #DFDFDF;
    /* TXT */
    color: #696969;
    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;
    border: none;
    padding: 9px 16px;
}
.active_paiment{
    background-color: var(--secondary-color) !important;
    color: white;
}
.description_cnt{
    border-radius: 8px;
    background: #F8F8F8;
    padding: 24px;

}
.description_cnt span{
    color: #333;
    font-family: var(--Corporate-S-B-fonts);
    font-size: 16px;
}
.description_cnt p{
    color: #333;

    font-family: var(--Corporate-S-R-fonts);
    font-size: 16px;
    margin-bottom: 0px;
}
#duree_container{
    border-radius: 8px;
    background: #F9F9F9;
    padding: 10px;
}
.date_input{
    color: #5a5a5a !important;
}
.datepicker.datepicker-dropdown{
    width: 35%
}
.datepicker.datepicker-dropdown table{
    width: 100%;
}
.datepicker td, .datepicker th {
    height: 30px !important;
    width: 30px !important;
}
.datepicker table tr td.today{
    background-color: #0079d6f0 !important;
    background-image: linear-gradient(to bottom, #202bcedd, #0079d6f0) !important;
    color: white !important;
}
#companyInfo{
    font-family: var(--Corporate-S-R-fonts);
    font-size: 15px;
    color: white;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
#infoDropdown{
    cursor: pointer;
}
#companyInfo.show {
    max-height: 1000px; /* Ajustez selon la hauteur souhaitée */
    opacity: 1;
}