
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 5, 2026 */



@font-face {
    font-family: 'avenir_regularregular';
    src: url('fonts/avenir_regular.woff2') format('woff2'),
         url('fonts/avenir_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenirlight';
    src: url('fonts/avenir_light.woff2') format('woff2'),
         url('fonts/avenir_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@font-face {
    font-family: 'helvetica_neuemedium';
    src: url('fonts/helveticaneuemedium.woff2') format('woff2'),
         url('fonts/helveticaneuemedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* TITRE + MENU */
h1, h2, .nav-link {
    font-family: 'avenir_regularregular';
	font: normal normal 900 15px/32px 'avenir_regularregular';
    line-height: 32px;
	color: #4B4B4B;
}

/* CONTENU + FOOTER */
body, p, li, .footer {
    font-family: 'avenir_regularregular', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
/* ===== FONTS ===== */
body {
    font-family: "helvetica_neuemedium", Arial, sans-serif;
}
.sous_titre{
text-align: left;
  font: normal normal medium 20px/32px 'avenir_regularregular';
  letter-spacing: -0.6px;
  color: #B4B4B4;
  opacity: 1;
  padding-left: .5rem !important;
  margin-bottom: 20px;
}
/* h1, h2, .nav-link { */
    /* font-family: helvetica_neuemedium, sans-serif; */
    /* font-weight: 900; */
/* } */

/* ===== HERO ===== */
.hero {
    background: url('../images/bg_cgi.jpg') center/cover no-repeat;
    height: 485px;
    position: relative;
    color: #fff;
	display: flex;
}
.hero_faq {
    background: url('../images/bg_faq.jpg') center/cover no-repeat;
    height: 485px;
    position: relative;
    color: #fff;
	display: flex;
}

.hero_dev_part {
    background: url('../images/bg_dev_part.jpg') center/cover no-repeat;
    height: 485px;
    position: relative;
    color: #fff;
	display: flex;
}
.hero_detail_vt {
    background: url('../images/bg_details.jpg') center/cover no-repeat;
    height: 485px;
    position: relative;
    color: #fff;
	display: flex;
}
.hero-slider {
    background: url('../images/Groupe 3462.png') center/cover no-repeat;
    height: 780px;
    position: relative;
    color: #fff;
	display: flex;
}
/***galerie
***********/

.car-gallery{
    padding:60px 0;
}

.gallery-wrapper{
    position:relative;
}


/* Main Image */
.main-image{
    position:relative;
    z-index:2;
    overflow:hidden;
    border-radius:6px;
    background:#fff;
}

.main-image img{
    width:100%;
    height:540px;
    object-fit:cover;
    display:block;
    transition:0.4s;
}

/* Thumbnails */
.thumbnail-list{
    margin-top:0px;
}

.thumb-item{
    cursor:pointer;
    border-radius:6px;
    overflow:hidden;
    position:relative;
    transition:0.3s;
    border:3px solid transparent;
}

.thumb-item.active{
    border-color:#e30713;
}

.thumb-item img{
    width:100%;
    height:110px;
    object-fit:cover;
    display:block;
}

.thumb-item:hover{
    transform:translateY(-3px);
}

/* Responsive */
@media(max-width:991px){

    .main-image img{
        height:400px;
    }

    .thumb-item img{
        height:90px;
    }
}

@media(max-width:576px){

    .car-gallery{
        padding:40px 0;
    }

    .main-image img{
        height:280px;
    }

    .thumb-item img{
        height:70px;
    }
}
/* .hero::before { */
    /* content: ""; */
    /* position: absolute; */
    /* inset: 0; */
    /* background: rgba(0,0,0,0.45); */
/* } */
.car-details{
    padding: 40px 0;
    text-align: left;
    /* font: normal normal normal 17px / 23px "helvetica_neuemedium"; */
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    padding-top: 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    font-family: 'avenir_regularregular';
}
.alert-danger.alert-dismissible {
	height: 74px;
  background: #E61F2A 0% 0% no-repeat padding-box;
  border: 1px solid #883E42;
  border-radius: 12px;
  opacity: 1;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 19%;
  line-height: 39px;
  padding-right: 68px;
}
.alert-dismissible.formMessage {
	height: 74px;
	background: #1FB740 0% 0% no-repeat padding-box;
	border: 1px solid #287739;
	border-radius: 12px;
	opacity: 1;
	  color: #fff;
	  position: fixed;
	  right: 0;
	  bottom: 19%;
	  line-height: 39px;
	  padding-right: 68px;
  	/* UI Properties */

	text-align: left;
	font: normal normal medium 19px/24px 'Roboto', "Helvetica Neue";
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.alert-dismissible.warningMessage {
	height: 74px;
	background: #FFB045 0% 0% no-repeat padding-box;
	border: 1px solid #AF792F;
	border-radius: 12px;
	opacity: 1;
	  color: #fff;
	  position: fixed;
	  right: 0;
	  bottom: 19%;
	  line-height: 39px;
	  padding-right: 68px;
  	/* UI Properties */

	text-align: left;
	font: normal normal medium 19px/24px 'Roboto', "Helvetica Neue";
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.speccard,
.info-card,
.price-card,
.brandcard,
.ads-card{
background: #fff;
  border-radius: 0px;
  border-top: 1px solid #ededed;
  overflow: hidden;
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
  margin-top: 18px;
  padding-bottom: 15px;
}

.card-padding{
    padding:22px;
}

/* Section title */
.section-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

.section-title .line{
    width:3px;
    height:20px;
    background:#ff0018;
    border-radius:10px;
}

.section-title h3{
    font-size:17px;
    font-weight:700;
    margin:0;
}

/* Description */
.description{
    color:#9b9b9b;
    line-height:1.8;
    font-size:14px;
}

/* Features */
.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:25px;
}

.feature-item{
	display: flex;
	gap: 10px;
	font-size: 13px;
	text-align: left;
	/* : normal normal medium 18px/25px, 'avenir_regularregular'; */
	letter-spacing: 0px;
	color: #A3A3A3;
	opacity: 1;
	font-size: 18px;
	font-family:'avenir_regularregular';
	padding: 4px;
}

.feature-item i{
    color:#ff0018;
    font-size:18px;
}

/* Rating */
.rating-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:25px;
}
.lien_avis{
	
	text-decoration: underline;
	font-size: 15px;
	font-family:'avenir_regularregular';
	letter-spacing: 0px;
	color: #000000;
	text-transform: lowercase;
	opacity: 1;
}
.stars{
    color:#ffb400;
    font-size:14px;
}

/* Method */
.method-box{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:12px;
    padding:18px;
    margin-top:22px;
}

.method-options{
    display:flex;
    gap:18px;
    margin-top:12px;
}

.form-check-input:checked{
    background-color:#ff0018;
    border-color:#ff0018;
}

/* Infos */
.info-item{
   border-bottom: 0px solid #efefef;
  padding: 0px;
}

.info-item:last-child{
    border-bottom:none;
}

.info-item h5{
    font-size:14px;
    font-weight:700;
    margin-bottom:6px;
    color:#222;
}

.info-item p{
	text-align: left;
	font: normal normal medium 15px/20px 'avenir_regularregular';
	letter-spacing: 0px;
	color: #434343;
	opacity: 1;
	font-size: 15px;
	padding-left: .5rem !important;
}

.border-start.border-danger{
	margin-bottom: .0rem;
	text-align: left;
	font: normal normal 900 22px/32px 'avenir_regularregular';
	letter-spacing: -0.66px;
	color: #2B2B2B;
	opacity: 1;
	font-size: 22px;
	font-weight: 900;
}

.info-item .red{
width: 146px;
  height: 65px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  opacity: 1;
  display: inline-block;
  font: normal normal 900 26px/36px 'avenir_regularregular';
    font-weight: 900;
    font-size: 26px;
  letter-spacing: 0px;
  color: #E30713;
  opacity: 1;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  padding-top: 8px;
}
.info-item .red small{
	clear: both;
  display: block;
  letter-spacing: 0px;
  color: #434343;
  opacity: 1;
  font-size: 12px;
  line-height: 6px;
  font-weight: 500;
}

.info-item p.plus_jour{
  text-align: center;
  font: normal normal medium 15px/20px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #434343;
  opacity: 1;
  font-size: 15px;
  padding-left: .5rem !important;
}
/* Brand */
.brand-card{
    text-align:center;
    padding:22px;
}

.brand-logo{
    width:90px;
    margin-bottom:10px;
}

.brand-card h4{
text-align: left;
  font: normal normal 900 18px/25px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  max-width: 200px;
  margin: 15px auto 5px auto;
}

.brand-card .date{
	text-transform: lowercase;
	text-align: left;
font-size: 11px;
letter-spacing: 0px;
color: #969696;
opacity: 1;
}

.car-details .price-day{
width: 214px;
  height: 51px;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  background: #E30713 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 16px/53px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: auto;
}
.car-details .price-day small{
	text-align: center;
	font-size: 11px;
	letter-spacing: 0px;
	color: #E1CFCF;
}
/* Ads */
.ads-card img{
    width:100%;
    display:block;
}

/* Price Bottom */
.price-card{
    padding:18px;
}

.cancel{
    font-size:13px;
    color:#777;
    margin-bottom:14px;
}

.total-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

.total-box h2{
    font-size:26px;
    font-weight:800;
    margin:0;
}

.total-box h2 span{
    color:#ff0018;
    font-size:14px;
    font-weight:600;
}

.btn-confirm{
    background:#ff0018;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:12px 26px;
    font-weight:700;
    transition:0.3s;
}

.btn-confirm:hover{
    background:#e10015;
}

/* Responsive */
@media(max-width:991px){

    .feature-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){

    .feature-grid{
        grid-template-columns:1fr;
    }

    .method-options{
        flex-direction:column;
        gap:10px;
    }

    .total-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .btn-confirm{
        width:100%;
    }
	
	.faq-section img {
  float: none;
  margin-left: 0px;
  margin-top: -30px;
  margin-right: 0px;
}
}

.cars-page{
    padding:40px 0;
}

/* Sidebar */
.filter-sidebar{
    background:#fff;
    border-radius:16px;
    border:1px solid #ececec;
    padding:22px;
    position:sticky;
    top:20px;
}

.sidebar-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
}

.sidebar-title span{
    width:3px;
    height:18px;
    background:#ff0018;
    border-radius:10px;
}

.sidebar-title h4{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.filter-group{
    margin-bottom:22px;
}

.filter-group label{
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
    display:block;
}

.form-control,
.form-select{
    height:48px;
    border-radius:12px;
    border:1px solid #e5e5e5;
    box-shadow:none !important;
}

.form-control:focus,
.form-select:focus{
    border-color:#ff0018;
}

/* Switch */
.form-check.form-switch{
    margin-bottom:12px;
}

.form-check-input{
	background-color: #12b347;
	border-color: #12b347;
	width: 30px;
	height: 30px;
}
.form-check-input:checked{
    background-color:#12b347;
    border-color:#12b347;
}

/* Ad */
.sidebar-ad{
    margin-top:30px;
    border-radius:14px;
    overflow:hidden;
}

.sidebar-ad img{
    width:100%;
    display:block;
}

/* Top Bar */
.listing-top{
    background:#fff;
    border-radius:16px;
    border:1px solid #ececec;
    padding:18px 22px;
    margin-bottom:25px;
}

.results-count{
    font-size:14px;
    color:#888;
}

.sort-box{
    width:220px;
}

/* Car Card */
.car-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    overflow:hidden;
    transition:0.3s;
    height:100%;
}

.car-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.car-image{
    position:relative;
    /* background:#fafafa; */
}

.car-image img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.car-badge{
    position:absolute;
    top:14px;
    left:14px;
    background:#ff0018;
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:6px 12px;
    border-radius:30px;
}

.car-content{
    padding:18px;
}

.car-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:14px;
}

.car-features{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.car-features span{
    font-size:13px;
    color:#888;
    display:flex;
    align-items:center;
    gap:5px;
}

.car-features i{
    color:#ff0018;
}

.car-price{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.price{
    font-size:22px;
    font-weight:800;
    color:#ff0018;
}

.price small{
    color:#999;
    font-size:12px;
    font-weight:500;
}

.btn-book{
    background:#ff0018;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:10px 18px;
    font-size:13px;
    font-weight:700;
    transition:0.3s;
}

.btn-book:hover{
    background:#df0015;
}

/* Pagination */
.custom-pagination{
    margin-top:40px;
}

.page-link{
    border:none;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50% !important;
    color:#333;
    font-weight:600;
}

.page-item.active .page-link{
    background:#ff0018;
}

/* Responsive */
@media(max-width:991px){

    .filter-sidebar{
        margin-bottom:30px;
        position:relative;
        top:auto;
    }
}

@media(max-width:576px){

    .listing-top{
        flex-direction:column;
        gap:15px;
    }

    .sort-box{
        width:100%;
    }
}

.features-section{
    padding:70px 0 0px;
}

/* Section Title */
.section-title{
    margin-bottom:45px;
}

.section-title .top-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:10px;
}

.section-title .line{
    width:3px;
    height:24px;
    background:#ff0018;
    border-radius:10px;
}

.section-title h2{
font-size: 22px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0;
}

.section-title p{
    color:#b0b0b0;
    font-size:18px;
    margin:0;
    padding-left:18px;
}

/* Feature Card */
.feature-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    padding:22px;
    height:100%;
    transition:0.3s ease;
}

.feature-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.feature-icon{
    width:82px;
    height:82px;
    border-radius:18px;
    background:#eef6ff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.feature-icon img{
    width:67px;
    height:auto;
}

.feature-content h3{
margin-bottom: 12px;
  text-align: left;
  font: normal normal 900 22px/32px 'avenir_regularregular';
  letter-spacing: -0.66px;
  color: #2B2B2B;
  opacity: 1;
}

.feature-content p{
margin: 0;
  text-align: left;
  letter-spacing: 0px;
  color: #ACACACCC;
  opacity: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}

/* CTA */
.contact-box{
    text-align:center;
    padding-top:80px;
}

.contact-box h2{
    color: #2c2c2c;
  margin-bottom: 18px;
  font: normal normal 900 40px/46px 'avenir_regularregular';
  letter-spacing: -1.2px;
}

.contact-box h2 span{
    color:#ff0018;
}

.contact-box p{
max-width: 780px;
  margin: auto;
  color: #b0b0b0;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  font: normal normal normal 17px/23px  'helvetica_neuemedium';
  letter-spacing: 0px;
  color: #ACACAC;
}
.contact-section{
    padding:80px 0;
    overflow:hidden;
}

.contact-wrapper{
    position:relative;
}

/* Form */
.contact-form{
    max-width:485px;
    position:relative;
    z-index:2;
}

.form-label{
margin-bottom: 10px;
  text-align: left;
  font: normal normal normal 15px/18px 'helvetica_neuemedium';
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
}

.form-control{
    height:58px;
    border:1px solid #cfcfcf;
    border-radius:40px;
    padding:0 22px;
    font-size:15px;
    box-shadow:none !important;
    background:#fff;
}

.form-control::placeholder{
    color:#b9b9b9;
}

.form-control:focus{
    border-color:#ff0018;
}

/* Counter */
.counter-box{
    height:58px;
    border:1px solid #cfcfcf;
    border-radius:40px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
}

.counter-left{
    color:#b9b9b9;
    font-size:15px;
}

.counter-controls{
    display:flex;
    align-items:center;
    gap:14px;
}

.counter-btn{
    width:22px;
    height:22px;
    border:none;
    border-radius:50%;
    background:#2e2e2e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    cursor:pointer;
}

.counter-value{
    font-weight:600;
    color:#2e2e2e;
    min-width:16px;
    text-align:center;
}

/* Checkbox */
.form-check{
    margin-top:18px;
    margin-bottom:28px;
}

.form-check-input{
    background-color:#19b24b;
    border-color:#19b24b;
    box-shadow:none !important;
}

.form-check-label{
    font-size:12px;
    color:#2e2e2e;
}

.form-check-label a{
    color:#2e2e2e;
}

/* Button */
.submit-btn{
width: 100%;
  height: 64px;
  border: none;
  border-radius: 45px;
  background: #ff0018;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  font: normal normal 900 21px/69px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #FFF;
  opacity: 1;
  background: #E30713 0% 0% no-repeat padding-box;
}

.submit-btn:hover{
    background:#e10015;
}

/* Images */
.images-wrapper{
    position:absolute;
    right:0;
    top:0;
    width: 545px;
    height:100%;
}

.red-shape{
    position:absolute;
    top:40px;
    left:70px;
    width:170px;
    height:210px;
    border:4px solid #ff0018;
    border-radius:0 40px 40px 40px;
}

.small-img{
    position:absolute;
    top:0;
    left:0;
    width:140px;
    border-radius:20px;
    object-fit:cover;
    z-index:2;
}

.big-img{
    position:absolute;
    top:80px;
    left:110px;
    width:310px;
    border-radius:26px;
    object-fit:cover;
    z-index:3;
}

/* Responsive */
@media(max-width:991px){

    .images-wrapper{
        position:relative;
        width:100%;
        height:420px;
        margin-top:50px;
    }

    .contact-form{
        max-width:100%;
    }
}

@media(max-width:576px){

    .contact-section{
        padding:50px 0;
    }

    .submit-btn{
        font-size:22px;
        height:58px;
    }

    .big-img{
        width:230px;
        left:70px;
    }

    .small-img{
        width:110px;
    }

    .red-shape{
        width:140px;
        height:180px;
        left:45px;
    }
}
/* Responsive */
@media(max-width:991px){

    .contact-box h2{
        font-size:42px;
    }
}

@media(max-width:768px){

    .section-title h2{
        font-size:28px;
    }

    .feature-card{
        padding:18px;
    }

    .feature-content h3{
        font-size:18px;
    }

    .feature-content p{
        font-size:14px;
    }

    .contact-box{
        padding-top:60px;
    }

    .contact-box h2{
        font-size:34px;
    }

    .contact-box p{
        font-size:16px;
    }
}

/* ===== NAVBAR (داخل الصورة) ===== */
.navbar-box {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1100px;
    z-index: 5;
}

.navbar-custom {
    background: #fff;
    border-radius: 50px;
    padding: 10px 25px;
}

/* MENU */
.nav-link {
    /* color: #000 !important; */
    /* font-size: 14px; */
    margin: 0px;
}

.nav-link.active {
    color: #e60000 !important;
}

/* BUTTON */
.btn-red {
    background: #e60000;
    color: #fff;
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 13px;
}

/* TEXT HERO */
.hero-content {
    position: relative;
    z-index: 2;
    margin-top: 140px;
}

/* ===== CGU ===== */
.cgu-section {
    border-radius: 40px;
    padding: 60px 40px;
	
}
.faq-section img{
float: right;
  margin-left: 98px;
  margin-top: -30px;
  margin-right: 98px;
	
}
.faq-section {
border-radius: 40px;
  padding: 60px 20px;
    padding-bottom: 60px;
  text-align: left;
  font: normal normal normal 17px/23px 'helvetica_neuemedium';
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  display: table;
  padding-bottom: 0px;
	
}

.dev_part-section {
	border-radius: 40px;
	padding: 60px 20px;
	padding-bottom: 60px;
	text-align: left;
	font: normal normal normal 17px/23px 'helvetica_neuemedium';
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	display: table;
	padding-bottom: 0px;
	
}
/**accordion
*************************************/

.faqsection{
    position:relative;
    padding:60px 0;
    overflow:hidden;
	padding-bottom: 0px;
}

/* background shape */
/* .faqsection::before{ */
    /* content:""; */
    /* position:absolute; */
    /* right:-150px; */
    /* top:-50px; */
    /* width:500px; */
    /* height:500px; */
    /* background:rgba(255,255,255,0.7); */
    /* border-radius:50%; */
/* } */

.custom-accordion .accordion-item{
    border:1px solid #e5e5e5;
    border-radius:12px !important;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;
}

.custom-accordion .accordion-button{
    background:#fff;
    box-shadow:none !important;
    border:none;
    padding:15px 22px;
    font-size:16px;
    font-weight:600;
    color:#222;
	font: normal normal 900 17px/32px 'avenir_regularregular';
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#111;
}

.custom-accordion .accordion-button::after{
    display:none;
}

.call-banner{
    /* UI Properties */

	background: #E30713 0% 0% no-repeat padding-box;
	padding: 74px 40px;
	font-family: 'avenir_regularregular',sans-serif;
	margin-bottom: 150px;
	min-height: 267px;
}

.call-banner .wrapper{
max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 80px;
  flex-wrap: wrap;
}

.call-text{
    color:#fff;
    font-size:36px;
    font-weight:800;
    line-height:1.25;
    max-width:520px;
	text-align: left;
	font: normal normal 900 42px/52px 'avenir_regularregular';
	letter-spacing: -1.26px;
	color: #FFFFFF;
}

.call-phone{
    display:flex;
    align-items:center;
    gap:22px;
}

.phone-icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    color:#f40016;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.phone-number{
color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  font: normal normal 900 42px/52px 'avenir_regularregular';
}
.phone-number span{
	color: #EBBBBE;
}
@media(max-width:768px){

    .call-banner{
        padding:40px 25px;
    }

    .call-banner .wrapper{
        flex-direction:column;
        text-align:center;
        gap:35px;
    }

    .call-text{
        font-size:28px;
    }

    .phone-number{
        font-size:26px;
    }
}
/* custom icon */
.custom-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#ff0015;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    margin-left:auto;
    transition:0.3s;
}

.accordion-button:not(.collapsed) .custom-icon{
    background:#111128;
    transform:rotate(180deg);
}

.custom-accordion .accordion-body{
    padding:0 22px 20px;
    color:#9a9a9a;
    font-size:14px;
    line-height:1.7;
}

@media(max-width:768px){

    .faq-section .row{
        gap:0;
    }
	
	.cgu-section h5 {
  text-align: left;
  font: normal normal 900 22px/32px 'avenir_regularregular';
  letter-spacing: -0.66px;
  color: #2B2B2B;
  opacity: 1;
  margin: 30px 0px 17px 0px;
    margin-top: 30px;
  display: inline-table;
  width: 100%;
}
}

.cgu-section h2{
    text-align: left;
	font: normal normal 900 36px/32px 'avenir_regularregular';
	letter-spacing: -1.08px;
	color: #2B2B2B;
	opacity: 1;
}

.cgu-section h5{
	text-align: left;
	font: normal normal 900 22px/32px 'avenir_regularregular';
	letter-spacing: -0.66px;
	color: #2B2B2B;
	opacity: 1;
	margin: 30px 0px 17px 0px;
}
body {
    position: relative; /* مهم */
	
}

body::before {
  /* content: ""; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 1400px; */
  /* z-index: -1; */
  /* top: 229px; */
  /* left: auto; */
  /* right: 0px; */
  /* background: #fff url('../images/die.svg') 0% 0% no-repeat padding-box; */
  /* opacity: 0.26; */
  /* width: 821px; */
  display:none;
}


/* ===== DOWNLOAD ===== */
.download {
    background: url('cars.jpg') center/cover no-repeat;
    padding: 90px 0;
    position: relative;
    color: #fff;
}

.download::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.menu {
    position: relative;
    display: flex;
    gap: 25px!important;
    list-style: none;
}

.menu li {
    cursor: pointer;
    position: relative;
    padding: 5px 0;
    font-weight: 500;
}

.menu li.active {
    color: #E30713;
}

.menu li:hover a{
    color: #E30713;
}

.hover-line {
position: absolute;
  bottom: 10px;
  height: 3px;
  width: 0;
  background: #E30713;
  transition: all 0.3s ease;
}

.download-content {
    position: relative;
    z-index: 2;
}
.btn-red {
    background: #e60000;
    color: #fff;
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 13px;
    width: 179px;
    height: 34px;
    background: #E30713 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    font: normal normal 900 15px / 23px 'avenir_regularregular';
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}
.btn-red:hover{
    background: #fff;
    color: #E30713;
	border:1px solid #E30713;
}
/* ===== FOOTER ===== */
.footer {
    background: #f5f5f5;
    padding: 50px 0;
    font-size: 14px;
}

.footer h3 {
    font-family: 'avenir_regularregular';
    font-weight: 900;
}

/* ===== SCROLL ===== */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}
/* HERO */


/* .hero::before { */
    /* content: ""; */
    /* position: absolute; */
    /* inset: 0; */
    /* background: rgba(0,0,0,0.45); */
/* } */

/* NAVBAR FLOAT FIXED */
.navbar-floating {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1100px;
    z-index: 999;
}

/* NAV STYLE */
.navbar-pro {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(6px);
    border-radius: 50px;
    padding: 10px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	/* height: 99px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
}

/* MENU */
/* .nav-link { */
    /* font-family: 'avenir_regularregular', sans-serif; */
    /* font-weight: 900; */
    /* font-size: 14px; */
    /* color: #000 !important; */
    /* margin: 0 10px; */
/* } */

.nav-link.active {
    color: #e60000 !important;
}

/* BUTTON */
.btn-red {
    background: #e60000;
    color: #fff;
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 13px;
}

/* HERO TEXT */
.hero-content {
position: relative;
  z-index: 2;
  margin-top: 150px;
  padding-top: 150px;
  max-width: 1081px;
}

.hero h1 {
    font-size: 36px;
    font-weight: 900;
	font: normal normal 900 36px / 32px 'avenir_regularregular';
    line-height: 32px;
    color: #FFFFFF;
}

.hero p {
        font-size: 20px;
    text-align: left;
    font: normal normal medium 20px/32px 'avenir_regularregular';
    letter-spacing: -0.6px;
    color: #FFFFFF;
    opacity: 1;
}

/* ===== FOOTER ===== */
.footer-ultra {
    background: #f7f7f7;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
	margin-top: 106px;
	/* padding-top: 45px; */
}

/* SHAPE */
/* .footer-shape { */
/* position: absolute; */
    /* width: 214px; */
    /* height: 246px; */
  /* background: url('../images/Tracé 3636.svg') center/cover no-repeat; */
  /* left: -11px; */
  /* bottom: -24px; */
/* } */
.footer-logo{position:relative}
.footer-logo::before {
    content: "";
    position: absolute;
    width: 214px;
    height: 246px;
    background: url("../images/Tracé 3636.svg") center center / cover no-repeat;
    left: -11px;
    bottom: -170px;
    pointer-events: none;
}

/* LOGO */
.footer-logo h4 {
    font-family: 'avenir_regularregular';
    font-weight: 900;
}

/* TEXT */
.footer-text {
margin-top: 10px;
  text-align: left;
  font: normal normal normal 16px/27px 'helvetica_neuemedium';
  letter-spacing: 0px;
  color: #757171;
  opacity: 1;
}

/* LINKS */
.footer-links {
    list-style: none;
  padding: 0;
    padding-left: 0px;
  margin-top: 54px;
  padding-left: 50px;
}

.footer-links li {
    margin-bottom: 15px;
  list-style: disc;
  margin-top: 13px;
}
.contact_nos p{
	
	font-family: 'helvetica_neuemedium', sans-serif;
}
.contact_nos{
	
	padding-top: 47px;
}
.footer-links a {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
}

/* HOVER EFFECT 🔥 */
.footer-links a:hover {
    color: #e60000;
    padding-left: 6px;
}

/* CONTACT */
.footer-ultra span {
    color: #e60000;
    font-weight: 500;
}

/* SOCIAL */
.social-ultra a {
    width: 38px;
    height: 38px;
    background: #2b2b2b;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
	text-decoration: none;
}

/* HOVER GLOW 🔥 */
.social-ultra a:hover {
    background: #e60000;
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(230,0,0,0.4);
}

.social-ultra a.active {
    background: #e60000;
}

/* COPYRIGHT */

.footer-bottom-ultra {
margin-top: 40px;
  height: 49px;
  text-align: center;
  font: normal normal 500 15px/43px "helvetica_neuemedium", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  color: #9a9696;
  background: transparent linear-gradient(180deg, #383838 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.footer-bottom-ultra strong{
	
	color: #fff;
}
.filter-wrapper {
  max-width: 350px;
  margin: auto;
  padding: 15px 0;
}

.bootstrap-select .dropdown-toggle{

	height:45px;

	border:1px solid #ddd !important;

	border-radius:6px !important;

	background:#fff !important;

	color:#999 !important;

	font-size:15px;

	padding:10px 15px;

	box-shadow:none !important;

}

.bootstrap-select .dropdown-toggle:focus{
	outline:none !important;
}

        .search-bar{

            margin:25px 0 20px;

        }



        .search-item{

            border-bottom:2px solid #d9d9d9;

            padding-bottom:10px;

            color:#b9b9b9;

            font-size:22px;

            display:flex;

            align-items:center;

            justify-content:space-between;

        }



        .search-item i{

            color:#e30613;

            font-size:24px;

        }



        .car-card{

            background:#fff;

            border:1px solid #ddd;

            border-radius:14px;

            overflow:hidden;

            height:100%;

            transition:0.3s;

        }



        .car-card:hover{

            transform:translateY(-3px);

        }



        .card-top{

            padding:18px 18px 0;

            display:flex;

            align-items:flex-start;

            justify-content:space-between;

        }



        .brand-logo{

            width:70px;

            height:auto;

            object-fit:contain;

        }



        .card-badges{

            display:flex;

            gap:10px;

        }



        .badge-option{

            border:1px solid #e3e3e3;

            border-radius:30px;

            padding:7px 14px;

            display:flex;

            align-items:center;

            gap:8px;

            font-size:15px;

            background:#fff;

        }



        .badge-option i{

            color:#e30613;

            font-size:18px;

        }



        .car-image-wrapper{

            position:relative;

            text-align:center;

            padding:10px 15px 0;

        }



        .bg-title{

            position:absolute;

            width:100%;

            top:25px;

            left:0;

            text-align:center;

            font-size:65px;

            font-weight:700;

            color:#f1f1f1;

            z-index:1;

            letter-spacing:2px;

        }



        .car-image{

            position:relative;

            z-index:2;

            width:85%;

            max-height:220px;

            object-fit:contain;

        }



        .card-content{

            padding:10px 22px 22px;

        }



        .car-title{

            font-size:22px;

            font-weight:700;

            margin-bottom:6px;

        }



        .car-date{

            color:#111;

            font-size:18px;

            margin-bottom:25px;

        }



        .price-box{

            border-top:2px solid #efefef;

            padding-top:18px;

            display:flex;

            align-items:flex-end;

            gap:10px;

            flex-wrap:wrap;

        }



        .price-day{

            color:#e30613;

            font-size:26px;

            font-weight:700;

            line-height:1;

        }



        .price-total{

            color:#333;

            font-size:18px;

        }



        @media(max-width:768px){



            .search-item{

                font-size:18px;

                margin-bottom:15px;

            }



            .bg-title{

                font-size:45px;

            }



            .car-title{

                font-size:20px;

            }



            .price-day{

                font-size:22px;

            }

        }

        .search-section{
            padding:40px 0;
			padding-bottom: 8px;
        }

        .custom-input{
            position:relative;
        }

        .custom-input input, .custom-input select{
            width: 100%;
    border: none;
    /* border-bottom: 2px solid #d9d9d9; */
    background: transparent;
    padding: 10px 45px 12px 0;
    font-size: 19px;
    color: #808080;
    outline: none;
    line-height: 46px;
    box-shadow: none;
        }
		.custom-input .filter-option-inner-inner{
       width: 100%;
    border: none;
    /* border-bottom: 2px solid #d9d9d9; */
    background: transparent;
    padding: 10px 45px 12px 0;
    font-size: 19px;
    color: #999;
    outline: none;
    line-height: 23px;
    box-shadow: none;
    opacity: 0.4;
        }

        .custom-input input::placeholder{
            color:#b8b8b8;
        }

        .custom-input i{
            position:absolute;
            right:0;
            top:50%;
            transform:translateY(-50%);
            color:#e30613;
            font-size:28px;
            pointer-events:none;
        }

        /* Flatpickr */
        .flatpickr-calendar{
            border:none;
            border-radius:12px;
            box-shadow:0 10px 30px rgba(0,0,0,0.1);
        }

        .flatpickr-day.selected{
            background:#e30613;
            border-color:#e30613;
        }

        @media(max-width:768px){

            .custom-input{
                margin-bottom:20px;
            }

            .custom-input input{
                font-size:18px;
            }

            .custom-input i{
                font-size:24px;
            }
        }
		.cars-section{
    padding:20px 0 50px;
}

.cars-section .car-card{
    background:#fff;
    border:1px solid #e4e4e4;
    border-radius:10px;
    overflow:hidden;
    height:100%;
    transition:.3s;
}

.cars-section .car-card:hover{
    transform:translateY(-3px);
}

.cars-section .card-header-custom{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:10px;
}

.cars-section .brand-logo {
  width: 48px;
  height: auto;
  object-fit: contain;
}

.cars-section .card-badges{
    display:flex;
    gap:5px;
}

.cars-section .badge-item{
    border:1px solid #e5e5e5;
    border-radius:20px;
    padding:4px 8px;
    font-size:11px;
    display:flex;
    align-items:center;
    gap:5px;
    background:#fff;
}

.cars-section .badge-item i{
    color:#e30613;
    font-size:12px;
}

.cars-section .car-image-wrapper{
    position:relative;
    text-align:center;
    padding:5px 10px 0;
}

.cars-section .bg-brand{
    position:absolute;
    width:100%;
    top:20px;
    left:0;
    text-align:center;
    font-size:38px;
    font-weight:700;
    color:#f1f1f1;
    z-index:1;
}

.cars-section .car-image{
    position:relative;
    z-index:2;
    width:90%;
    max-height:140px;
    object-fit:contain;
}

.cars-section .card-body-custom{
    padding:10px 12px 15px;
}

.cars-section .car-title{
    font-size:14px;
    font-weight:700;
    margin-bottom:4px;
}

.cars-section .car-date{
    font-size:11px;
    color:#555;
    margin-bottom:14px;
}

.cars-section .price-box{
    border-top:1px solid #efefef;
    padding-top:10px;
    display:flex;
    align-items:flex-end;
    gap:8px;
    flex-wrap:wrap;
}

.cars-section .price-day{
color: #e30613 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  background: transparent !important;
  text-align: center !important;
  font: normal normal 900 16px/15px 'avenir_regularregular' !important;
  letter-spacing: 0px;
  color: #E20814 !important;
  height: auto !important;
  width: auto !important;
  margin: 0px;
}

.cars-section .price-total{
font-size: 11px;
  color: #555;
  font: normal normal medium 11px/15px 'avenir_regularregular' !important;
  letter-spacing: 0px;
  color: #313131;
  font-family: 'avenir_regularregular' !important;
  line-height: 13px;
}

/* Pagination */

.cars-section .pagination-custom{
    margin-top:40px;
}

.cars-section .pagination .page-link{
    width:38px;
    height:38px;
    border:none;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#333;
    background:#ececec;
    font-weight:600;
    margin:0 4px;
    box-shadow:none !important;
}

.cars-section .pagination .page-item.active .page-link{
    background:#e30613;
    color:#fff;
}

.cars-section .pagination .page-link:hover{
    background:#e30613;
    color:#fff;
}

.cars-section .pagination .disabled .page-link{
    opacity:.5;
}

        .bootstrap-select .dropdown-toggle::after{

            color:#ff2d2d;

        }



        .bootstrap-select{

            width:100% !important;

            margin-bottom:14px;

        }



        .dropdown-menu{

            border-radius:10px;

            border:none;

            box-shadow:0 5px 20px rgba(0,0,0,0.08);

        }



        .dropdown-item{

            padding:10px 15px;

            font-size:14px;

        }



        /* Options */

        .option-item{

            display:flex;

            align-items:center;

            justify-content:space-between;

            padding:12px 0;

            border-bottom:1px solid #e5e5e5;

        }



        .option-left{

            display:flex;

            align-items:center;

            gap:10px;

            color:#8a8a8a;

            font-size:15px;

        }



        .option-left i{

            color:#ff2d2d;

            font-size:20px;

        }



        /* Switch */

       .option-item .form-check-input{

            width:45px;

            height:24px;

            border:none;

            background-color:#d9d9d9;

            cursor:pointer;

            box-shadow:none !important;

        }



        .form-check-input:checked{

            background-color:#31c46c;

        }
.car-details .map-box iframe {
height: 350px !important;
}
/* RESPONSIVE */
@media(max-width:768px){
    .footer-shape {
        display: none;
    }
	.menu {
	  position: relative;
	  display: flex;
	  gap: 4px;
	  list-style: none;
	  margin: 18px 0;
	}
	
	.nav-link {
  font-family: 'avenir_regularregular';
  font: normal normal 900 15px/17px 'avenir_regularregular';
    line-height: 17px;
  line-height: 7px;
  color: #4B4B4B;
}
.footer-links {
  list-style: none;
  padding: 0px;
  padding-left: 0px;
  margin-top: 0px;
  padding-left: 19px;
}
.contact_nos {
  padding-top: 0px;
}
.hover-line {
  display: none;
}
}
/* SECTION */
.download-pro {
    background: url('../images/Groupe 2987.png') center/cover no-repeat;
    padding: 87px 0;
    position: relative;
	padding-top:87px;
    /* overflow: hidden; */
}

/* DARK OVERLAY */
/* .download-pro::before { */
    /* content: ""; */
    /* position: absolute; */
    /* inset: 0; */
    /* background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.4)); */
/* } */

/* TEXT */
.download-title {
font-family: 'avenir_regularregular';
  font-weight: 900;
  font-size: 36px;
  text-align: left;
  letter-spacing: -1.08px;
  color: #FFF;
  opacity: 1;
  padding-bottom: 7px;
}

.download-text {
font-size: 20px;
  margin-top: 10px;
  opacity: 0.9;
  text-align: left;
  font: normal normal medium 20px/32px 'avenir_regularregular' !important;
  letter-spacing: -0.6px;
  color: #FFF;
  opacity: 1;
  font-family: 'avenir_regularregular';
  line-height: 32px;
}

/* BUTTONS */
.download-buttons img {
    /* height: 50px; */
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.download-buttons img:hover {
    transform: scale(1.05);
}
.download-buttons{
background: #FFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 12px;
  opacity: 1;
  padding: 15px;
  width: auto;
  display: table;
}
/* PHONES */
.phones {
position: absolute;
  right: 0%;
  bottom: -162px;
  z-index: 991;
}

.phone {
    /* width: 220px; */
}

/* BACK PHONE */
.phone-back {
position: absolute;
  right: 0px;
  top: -582px;
}

/* FRONT PHONE */
.phone-front {
    position: relative;
    transform: rotate(8deg);
    z-index: 2;
}

/*****/
        .booking-card{
            /* max-width:420px; */
            margin:auto;
            /* background:#fff; */
            /* min-height:100vh; */
            position:relative;
            padding-bottom:120px;
        }

        .section-padding{
            padding:16px;
        }

        .rating i{
            color:#ffc107;
            /* font-size:14px; */
        }

        .rating i.off{
            color:#ddd;
        }

        .small-link{
            font-size:12px;
            color:#000;
            text-decoration:underline;
        }

        .pickup-option{
            padding: 10px;
		  cursor: pointer;
		  transition: 0.2s;
		  background: #fff;
		  height: 42px;
		  background: #FAFAFA 0% 0% no-repeat padding-box;
		  border: 1px solid #EAEAEA;
		  border-radius: 8px;
		  opacity: 1;
        }
		.block_btn_bas{
		width: 100%;
		  min-height: 71px;
		  background: #FAFAFA 0% 0% no-repeat padding-box;
		  border: 1px solid #EAEAEA;
		  border-radius: 8px;
		  opacity: 1;
		  padding: 20px;
		}
        .pickup-option.active{
            border-color:#ff2a2a;
            background:#fff5f5;
        }

        .pickup-option input{
            accent-color:#ff2a2a;
        }

        .map-box img{
            width:100%;
            border-radius:10px;
            object-fit:cover;
        }

        .section-title{
            font-size:22px;
            font-weight:700;
            margin-bottom:5px;
        }

        .section-sub{
            color:#888;
            font-size:14px;
        }

        .icon-red{
            width:32px;
            height:32px;
            border-radius:50%;
            border:1px solid #ff2a2a;
            color:#ff2a2a;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:14px;
            flex-shrink:0;
        }

        .info-title{
            font-weight:700;
            margin-bottom:5px;
        }

        .info-text{
            color:#777;
            font-size:14px;
            margin:0;
        }

        .discount-box{
            border:1px solid #ececec;
            border-radius:8px;
            padding:10px 18px;
            min-width:95px;
            text-align:center;
            background:#fafafa;
        }

        .discount-box strong{
            color:#ff2a2a;
            font-size:26px;
            line-height:1;
        }

        .discount-box span{
            display:block;
            color:#888;
            font-size:12px;
        }

        .cancel-link{
           text-align: left;
		  text-decoration: underline;
		  font-family:  'avenir_regularregular';
		  letter-spacing: 0px;
		  color: #000;
		  opacity: 1;
		  font-size: 20px;
		  line-height: 27px;
		  font-weight:medium
        }

        .check-green{
            color:#1fbf63;
            font-size:28px;
        }

        .bottom-bar{
            /* position:fixed; */
            bottom:0;
            left:0;
            width:100%;
            background:#fff;
            border-top:1px solid #e5e5e5;
            padding:15px;
            z-index:1000;
        }

        .bottom-inner{
            max-width:420px;
            margin:auto;
        }

        .price-main{
			text-align: left;
			font: normal normal 900 23px/36px 'avenir_regularregular';
			letter-spacing: 0px;
			color: #1D1D1D;
        }

        .old-price{
			text-align: left;
			text-decoration: line-through;
			font: normal normal medium 18px/36px 'avenir_regularregular';
			letter-spacing: 0px;
			color: #E30713;
			font-size: 18px;
        }

        .text-muted.fw-bold{
			font-weight: 500 !important;
			text-align: left;
			font: normal normal 900 20px/27px 'avenir_regularregular';
			font-weight: 900;
			letter-spacing: 0px;
			color: #9B9B9B;
			opacity: 1;
        }
		.priceday{
		  text-align: left;
		  font: normal normal medium 12px/16px 'avenir_regularregular';
		  letter-spacing: 0px;
		  color: #A3A3A3;
		  opacity: 1;
		}
        .btn-continue{
           border: none;
		  border-radius: 50px;
		  padding: 14px 28px;
		  font-weight: 600;
		  transition: 0.3s;
		  height: 53px;
		  background: #E30713 0% 0% no-repeat padding-box;
		  border-radius: 25px;
		  opacity: 1;
		  text-align: center;
		  font: normal normal 900 18px/21px 'avenir_regularregular';
		  letter-spacing: 0px;
		  color: #FFF;
		  opacity: 1;
        }

        .btn-continue:hover{
            background:#e40000;
        }

        @media(max-width:576px){
			

            .section-title{
                font-size:20px;
            }

            .price-main{
                font-size:26px;
            }

            .btn-continue{
                width:38%;
				border: none;
  border-radius: 50px;
  padding: 14px 28px;
  font-weight: 600;
  transition: 0.3s;
  height: 42px;
  background: #E30713 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 18px/15px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #FFF;
  opacity: 1;
            }
			.block_btn_bas > div {
			  width: 100%;
			}
        }
		/* .search-section{ */
    /* position: relative; */
    /* padding: 70px 0; */
    /* background:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1600') center center/cover no-repeat; */
    /* overflow:hidden; */
/* } */

/* .search-section::before{ */
    /* content:''; */
    /* position:absolute; */
    /* inset:0; */
    /* background:rgba(0,0,0,0.55); */
    /* backdrop-filter: blur(2px); */
/* } */

/* .search-section .search-content{ */
    /* position:relative; */
    /* z-index:2; */
/* } */

/* .search-section .top-line{ */
    /* width:100%; */
    /* height:1px; */
    /* background:rgba(255,255,255,0.3); */
    /* margin-bottom:25px; */
/* } */

/* .search-section .search-title{ */
    /* color:#fff; */
    /* font-size:52px; */
    /* font-weight:700; */
    /* margin-bottom:10px; */
/* } */

/* .search-section .search-subtitle{ */
    /* color:#d9c39b; */
    /* font-size:32px; */
    /* font-weight:600; */
    /* margin-bottom:15px; */
/* } */

/* .search-section .search-desc{ */
    /* color:#fff; */
    /* opacity:.9; */
    /* font-size:18px; */
    /* margin-bottom:50px; */
/* } */

/* .search-section .search-box{ */
    /* background:rgba(255,255,255,0.05); */
    /* border:1px solid rgba(255,255,255,0.15); */
    /* border-radius:20px; */
    /* padding:30px; */
    /* backdrop-filter: blur(8px); */
/* } */

/* .search-section .form-label{ */
    /* color:#fff; */
    /* font-weight:600; */
    /* margin-bottom:12px; */
    /* font-size:15px; */
/* } */

/* .search-section .custom-input{ */
    /* background:transparent; */
    /* border:none; */
    /* border-bottom:1px solid rgba(255,255,255,0.4); */
    /* border-radius:0; */
    /* color:#fff; */
    /* padding:12px 40px 12px 0; */
    /* font-size:15px; */
/* } */

/* .search-section .custom-input:focus{ */
    /* background:transparent; */
    /* color:#fff; */
    /* box-shadow:none; */
    /* border-color:#fff; */
/* } */

/* .search-section .custom-input::placeholder{ */
    /* color:rgba(255,255,255,0.65); */
/* } */

/* .search-section .input-group{ */
    /* position:relative; */
/* } */

/* .search-section .input-icon{ */
    /* position:absolute; */
    /* right:10px; */
    /* top:50%; */
    /* transform:translateY(-50%); */
    /* color:#fff; */
    /* opacity:.8; */
    /* z-index:10; */
/* } */

/* .search-section .search-btn{ */
    /* background:#ff0000; */
    /* color:#fff; */
    /* border:none; */
    /* border-radius:50px; */
    /* padding:15px 35px; */
    /* font-weight:600; */
    /* transition:.3s; */
    /* width:100%; */
    /* margin-top:32px; */
/* } */

/* .search-section .search-btn:hover{ */
    /* background:#d90000; */
    /* transform:translateY(-2px); */
/* } */

/* .search-section .stats-box{ */
    /* margin-top:60px; */
/* } */

/* .search-section .stat-item{ */
    /* text-align:center; */
    /* padding:20px; */
    /* border-radius:15px; */
    /* background:rgba(255,255,255,0.05); */
    /* border:1px solid rgba(255,255,255,0.08); */
/* } */

/* .search-section .stat-number{ */
    /* font-size:36px; */
    /* font-weight:700; */
    /* color:#fff; */
/* } */

/* .search-section .stat-text{ */
    /* color:#ddd; */
    /* font-size:14px; */
/* } */

/* @media(max-width:991px){ */

    /* .search-section .search-title{ */
        /* font-size:38px; */
    /* } */

    /* .search-section .search-subtitle{ */
        /* font-size:24px; */
    /* } */

    /* .search-section .search-btn{ */
        /* margin-top:20px; */
    /* } */

/* } */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:0px;
        padding-left:0px;
    }
}
/* RESPONSIVE */
@media(max-width:991px){
    .phones {
        display: none;
    }

    .download-title {
        font-size: 26px;
    }
	body::before {display: none;}
}

/*homepage slider
**********************************/

.hero-slider{
    position:relative;
    height:100vh;
    /* overflow:hidden; */
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
	line-height: 14px;
}
.hero-slider .carousel, .hero-slider .carousel-inner, .hero-slider .carousel-item {
  height: 100%;
  width: 100%;
}

.hero-slider {
  padding: 0px 0;
}

.hero-slider .carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Overlay */

.hero-slider::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.88),
        rgba(0,0,0,.20)
    );
    z-index:1;
}

/* =========================================
   NAVBAR
========================================= */

.hero-slider .custom-navbar{
    position:absolute;
    top:25px;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:1050px;
    z-index:20;
}

.hero-slider .nav-wrapper{
    background:#fff;
    border-radius:22px;
    padding:18px 28px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.hero-slider .navbar-brand{
    font-size:42px;
    font-weight:900;
    color:red !important;
    line-height:1;
}

.hero-slider .navbar-brand span{
    display:block;
    font-size:18px;
    color:#555;
    margin-top:-5px;
}

.hero-slider .navbar-nav{
    gap:15px;
}

.hero-slider .nav-link{
    color:#444;
    font-weight:600;
    position:relative;
    transition:.3s;
}

.hero-slider .nav-link:hover,
.hero-slider .nav-link.active{
    color:red;
}

/* .hero-slider .nav-link.active::after{ */
    /* content:''; */
    /* position:absolute; */
    /* left:0; */
    /* bottom:-6px; */
    /* width:100%; */
    /* height:2px; */
    /* background:red; */
/* } */

.hero-slider .partner-btn{
    background:red;
    color:#fff;
    border:none;
    padding:14px 26px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
    text-decoration:none;
}

.hero-slider .partner-btn:hover{
    background:#d90000;
    color:#fff;
}
.block_interne{
	
	text-align:center;
}
.block_ex{
	
	text-align:left;
}
.block_interne h6{
font: normal normal bold 14px/20px 'helvetica_neuemedium';
  letter-spacing: 0px;
  color: #171717;
  opacity: 1;
  padding-top: 15px;
}
.home_content{
	
	display: block;
  padding-bottom: 20px;
}
.block_interne p{
  text-align: left;
  text-align: left;
  font: normal normal normal 13px/20px 'helvetica_neuemedium';
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}
.content_home{margin-bottom:80px;}
.border-start.border-danger span{color: #e30713;}
/* =========================================
   SEARCH OVERLAY
========================================= */

.hero-slider .search-overlay{
    position:absolute;
    bottom:50px;
    left:0;
    width:100%;
    z-index:10;
}

.hero-slider .search-content{
    max-width:1100px;
    margin:auto;
    padding:0 15px;
}

.hero-slider .top-line{
    width:100%;
    max-width:700px;
    height:1px;
    background:rgba(255,255,255,.35);
    margin-bottom:25px;
}

.hero-slider .search-title{
    color:#fff;
    font-size:58px;
    font-weight:700;
    margin-bottom:8px;
}

.hero-slider .search-subtitle{
    color:#d8c390;
    font-size:38px;
    font-weight:600;
    margin-bottom:15px;
}

.hero-slider .search-desc{
    color:#fff;
    font-size:18px;
    margin-bottom:45px;
}

/* FORM */

.hero-slider .search-box{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border-radius:18px;
    padding:28px;
}

.hero-slider .form-label{
    color:#fff;
    font-weight:500;
    margin-bottom:10px;
}

.hero-slider .custom-input{
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(255,255,255,.45);
    border-radius:0;
    color:#fff;
    padding:14px 40px 14px 0;
}

.hero-slider .custom-input:focus{
    background:transparent;
    color:#fff;
    box-shadow:none;
    border-color:#fff;
}

.hero-slider .custom-input::placeholder{
    color:rgba(255,255,255,.7);
}

.hero-slider .input-group{
    position:relative;
}

.hero-slider .input-icon{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    z-index:5;
}

.hero-slider .search-btn{
width: 100%;
  background: red;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 16px;
  font-weight: 700;
  transition: .3s;
  font: normal normal 900 15px / 3px 'avenir_regularregular';
  height: 42px;
  background: #E30713 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
}

.hero-slider .search-btn:hover{
    background:#d90000;
    transform:translateY(-2px);
}

/* =========================================
   VERTICAL INDICATORS
========================================= */
    .hero-slider .search-content .search-subtitle{
		
		font: normal normal 900 25px/32px  'avenir_regularregular';
	}
    .hero-slider .search-content .search-title{
        text-align: left;
		font: normal normal 900 36px/32px  'avenir_regularregular';
		letter-spacing: -1.08px;
		color: #FFFFFF;
		opacity: 1;
    }
.hero-slider .vertical-indicators{
    position:absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%);
    z-index:20;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
}

.hero-slider .slide-number{
    color:#fff;
    font-size:38px;
    font-weight:700;
}

.hero-slider .vertical-indicators button{
width: 4px;
  height: 10px;
  border: none;
  border-radius: 30px;
  background: rgba(255,255,255,.35);
  transition: .3s;
}

.hero-slider .vertical-indicators button.active{
    height:60px;
    background:#fff;
}

/* =========================================
   RESPONSIVE
========================================= */



@media(max-width:991px){

    .hero-slider{
        height:auto;
        min-height:100vh;
    }

  .hero-slider   .custom-navbar{
        top:15px;
        padding:0 10px;
    }

  .hero-slider   .nav-wrapper{
        border-radius:18px;
    }

   .hero-slider  .search-overlay{
        position:absolute;
        bottom:auto;
        padding:120px 0 30px;
    }

  .hero-slider   .search-content .search-title{
        text-align: left;
		font: normal normal 900 36px/32px  'avenir_regularregular';
		letter-spacing: -1.08px;
		color: #FFFFFF;
		opacity: 1;
    }

    .hero-slider .search-subtitle{
        font-size:26px;
    }

   .hero-slider  .search-box{
        padding:20px;
    }

  .hero-slider   .search-btn{
        margin-top:10px;
    }

  .hero-slider   .vertical-indicators{
        right:15px;
    }

}






.steps-section{
    padding:80px 0;
    position:relative;
	padding-top: 0px;
}

.steps-section .section-title{
    text-align:center;
    margin-bottom:0px;
}
.steps-section .section-sous-title{
    text-align:center;
    margin-bottom:70px;
}

.steps-section .section-title h2{
font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 3px;
  width: 100%;
  font: normal normal 900 26px/32px  'avenir_regularregular';
  letter-spacing: -0.78px;
  color: #2B2B2B;
  opacity: 1;
}

.steps-section .section-sous-title p{
    color:#9a9a9a;
    max-width:650px;
    margin:auto;
    font-size:18px;
    line-height:1.7;
}

.steps-section .steps-wrapper{
    position:relative;
    max-width:1100px;
    margin:auto;
}

/* Vertical timeline */
.timeline-line{
    position:absolute;
    right:120px;
    top:0;
    width:6px;
    height:100%;
    background:#dfdfdf;
    border-radius:20px;
}

.step-item{
    position:relative;
    display:flex;
    align-items:center;
    margin-bottom:38px;
}

.step-card{
background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 60px;
  padding: 20px 30px;
  width: 65%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.step-icon{
    width:72px;
    height:72px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:18px;
    flex-shrink:0;
}

.step-icon i{
    color:#fff;
    font-size:30px;
}

.step-content h3{
margin: 0;
  color: #ef1111;
  font-weight: 500;
  font-size: 27px;
  color: #E30713;
}

.step-content p{
text-align: left;
  font: normal normal 900 21px/34px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #363636;
  opacity: 1;
  margin-bottom: 0rem;
}

/* Horizontal connector */
.step-item::after{
content: '';
  position: absolute;
  right: 126px;
  width: 150px;
  height: 6px;
  background: #dfdfdf;
  border-radius: 20px;
}

/* Circle on timeline */
.timeline-dot{
    position:absolute;
    right: 111px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#888;
    z-index:3;
	border: 5px solid #fff;
}

/* Position dots */
.step-1 .timeline-dot{
    background:#2e2e2e;
}

.step-2 .timeline-dot{
    background:#ff0000;
}

.step-3 .timeline-dot{
    background:#777;
}

.step-4 .timeline-dot{
    background:#cfcfcf;
}

/* Icon Colors */
.dark{
    background:#2f2f2f;
}

.red{
    background:#ff0015;
}

.gray{
    background:#7d7d7d;
}

.light{
    background:#cfcfcf;
}

/* Responsive */
@media(max-width:991px){

    .timeline-line,
    .step-item::after,
    .timeline-dot{
        display:none;
    }

    .step-card{
        width:100%;
    }

    .section-title p{
        font-size:16px;
    }
}

@media(max-width:576px){

    .step-card{
        border-radius:25px;
        padding:18px;
        align-items:flex-start;
    }

    .step-icon{
        width:60px;
        height:60px;
    }

    .step-icon i{
        font-size:24px;
    }

    .step-content h3{
        font-size:20px;
    }

    .step-content p{
        font-size:14px;
    }
}


/************************************/

.contact-section{
position: relative;
  padding: 90px 0;
  padding-bottom: 0px;
}


.contact-section .section-title{
    text-align:center;
    
}

.contact-section .section-title h2 {
margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font: normal normal 900 26px/32px 'avenir_regularregular';
  letter-spacing: -0.78px;
  color: #000;
  opacity: 1;
}

.contact-section .section-sous-title p{
    color:#b1b1b1;
    font-size:18px;
    font-weight:600;
    max-width:650px;
    margin:auto;
    line-height:1.7;
	margin-bottom:60px;
	text-align: center;
	font: normal normal 900 20px/32px 'avenir_regularregular';
	letter-spacing: -0.6px;
	color: #B4B4B4;
	opacity: 1;
}

.contact-section .contact-form label{
margin-bottom: 10px;
  color: #2b2b2b;
  text-align: left;
  font: normal normal normal 15px/18px "helvetica_neuemedium", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
}

.contact-section .form-control,
.contact-section .form-select{
height: 44px;

/* UI Properties */

border: 1px solid #BEBEBE;
border-radius: 22px;
opacity: 1;
}

.contact-section textarea.form-control{
    height:180px;
    padding-top:18px;
    border-radius:25px;
    resize:none;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus{
    border-color:#ff0015;
}

.contact-section .contact-form .form-group{
    margin-bottom:22px;
}

.contact-section .map-box{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    height:96%;
    min-height:540px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.map-box iframe{
    width:100%;
    height:100%;
    border:0;
}

.contact-section .submit-btn{
transition: .3s;
  padding: 0 40px;
  width: 260px;
  height: 56px;
  background: #E30713 0% 0% no-repeat padding-box;
  border-radius: 36px;
  opacity: 1;
  text-align: center;
  font: normal normal 900 21px/51px 'avenir_regularregular';
  letter-spacing: 0px;
  color: #FFF;
  opacity: 1;
}

.contact-section .submit-btn:hover{
    transform:translateY(-3px);
    background:#e30013;
}

.contact-section .btn-wrapper{
    text-align:center;
    margin-top:30px;
}

/* Responsive */

@media(max-width:991px){

    .contact-section::before{
        display:none;
    }

   .contact-section  .map-box{
        margin-top:40px;
        min-height:450px;
    }

   .contact-section  .section-title h2{
        font-size:34px;
    }
}

@media(max-width:576px){

    .contact-section{
        padding:70px 0;
    }

    .contact-section .section-title h2{
        font-size:28px;
    }

   .contact-section  .section-title p{
        font-size:15px;
    }

   .contact-section  .submit-btn{
        width:100%;
        font-size:22px;
        height:58px;
    }

   .contact-section  .form-control,
    .contact-section .form-select{
        height:56px;
    }

    .contact-section textarea.form-control{
        height:160px;
    }
}

/* =========================
   PARTNERS SECTION
========================= */

/* .partners-section{ */
    /* position:relative; */
    /* padding:90px 0; */
    /* background:linear-gradient(90deg,#232323 0%, #2b2b2b 100%); */
    /* overflow:hidden; */
    /* z-index:1; */
/* } */

.container_partners::after {
  content: '';
  position: absolute;
  top: 13px;
  right: -151px;
  width: 650px;
  height: 792px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  z-index: -1;
}
.container_partners{
background: #262626 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
  opacity: 1;
  position: relative;
  position: relative;
  background: linear-gradient(90deg, #232323 0%, #2b2b2b 100%);
  z-index: 1;
  margin: 90px auto;
    margin-bottom: 90px;
  padding: 36px 50px 50px;
  margin-bottom: 0px;
  background: #262626 0% 0% no-repeat padding-box;
}

/* =========================
   TITLE
========================= */

.partners-section .section-title{
    margin-bottom:0px;
}


.partners-section .section-title h2 {
margin-bottom: 10px;
  text-align: left;
  width: 100%;
  font: normal normal 900 36px/45px 'avenir_regularregular';
  letter-spacing: -0.78px;
  color: #fff;
  opacity: 1;
}

.partners-section .section-sous-title p{
    color:#b1b1b1;
    font-size:18px;
    font-weight:600;
    max-width:650px;
    margin:auto;
    line-height:1.7;
	  margin-bottom:40px;
	text-align: left;
	font: normal normal 900 20px/32px 'avenir_regularregular';
	letter-spacing: -0.6px;
	color: #B4B4B4;
	opacity: 1;
	
}

/* =========================
   GRID
========================= */

.partners-section .partners-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.partners-section .partner-box{
    background:#efefef;
    height:142px;
    border-radius:2px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    overflow:hidden;
}

.partners-section .partner-box:hover{
    transform:translateY(-4px);
    background:#ffffff;
}

.partners-section .partner-box img{
    max-width:70%;
    max-height:70%;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:.8;
    transition:.3s;
}

.partners-section .partner-box:hover img{
    filter:grayscale(0);
    opacity:1;
}



/* =========================
   ADS BOX
========================= */

.partners-section .ads-box{
    position:relative;
    overflow:hidden;
    height:100%;
    min-height:580px;
    border-radius:4px;
}

.partners-section .ads-box img{
    width:100%;
    height:auto;
    object-fit:cover;
	margin-top: 74px;
}

.partners-section .ads-overlay{
    position:absolute;
    top:42%;
    left:50%;
    transform:translate(-50%, -50%);
    background:#ff0015;
    color:#fff;
    font-size:34px;
    font-weight:700;
    padding:18px 45px;
    white-space:nowrap;
}

.features-section{
	Position:relative;
}
.features-section::before {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2231px;
  z-index: -1;
  top: -91px;
  left: auto;
  right: 63px;
  background: #fff url('../images/die.svg') 0% 0% no-repeat padding-box;
  opacity: 0.16;
  width: 1124px;
}

/* .features-section::before { */
/* content: ""; */
  /* position: absolute; */
  /* top: -14px; */
  /* left: auto; */
  /* width: 100px; */
  /* height: 100px; */
  /* background: rgb(186, 69, 69); */
  /* border-radius: 50%; */
  /* right: -201px; */
  /* width: 100px; */
  /* height: 100px; */
  /* background: #F7F4FC 0% 0% no-repeat padding-box; */
  /* opacity: 0.64; */
/* } */
.features-section::after {
content: "";
  position: absolute;
  top: 136px;
  left: auto;
  width: 100px;
  height: 100px;
  background: rgb(186, 69, 69);
  border-radius: 50%;
  right: 499px;
  width: 100px;
  height: 100px;
  background: #F7F4FC 0% 0% no-repeat padding-box;
  opacity: 0.64;
  width: 62px;
  height: 62px;
  background: #e30713;
  opacity: 1;
}

.features-section .section-title::after {
  content: "";
  position: absolute;
  top: -85px;
  left: -307px;
  width: 100px;
  height: 100px;
  background: rgb(186, 69, 69);
  border-radius: 50%;
  right: auto;
  width: 100px;
  height: 100px;
  background: #F7F4FC 0% 0% no-repeat padding-box;
  opacity: 0.64;
  width: 62px;
  height: 62px;
  background: #e30713;
  opacity: 1;
  width: 24px;
  height: 24px;
  background: #E30713 0% 0% no-repeat padding-box;
  opacity: 0.3;
}

.titre_cong::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 63px;
  width: 100px;
  height: 100px;
  background: rgb(186, 69, 69);
  border-radius: 50%;
  right: auto;
  width: 100px;
  height: 100px;
  background: #F7F4FC 0% 0% no-repeat padding-box;
  opacity: 0.64;
  width: 62px;
  height: 62px;
  background: #e30713;
  opacity: 1;
  width: 24px;
  height: 24px;
  background: #E30713 0% 0% no-repeat padding-box;
  opacity: 0.3;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .partners-section .ads-box{
        margin-top:40px;
        min-height:450px;
    }

    .partners-section .section-title h2{
        font-size:40px;
    }

    .partners-section .section-title p{
        font-size:18px;
    }
}

@media(max-width:767px){

    .partners-section .partners-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .partners-section .partner-box{
        height:120px;
    }

    .partners-section .ads-overlay{
        font-size:26px;
        padding:14px 28px;
    }
}

@media(max-width:576px){

    .partners-section{
        padding:70px 0;
    }

    .partners-section .section-title h2{
        font-size:32px;
    }

    .partners-section .section-title p{
        font-size:15px;
    }

    .partners-section .partners-grid{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .partners-section .partner-box{
        height:100px;
    }

    .partners-section .ads-box{
        min-height:360px;
    }

    .partners-section .ads-overlay{
        font-size:22px;
        padding:12px 22px;
    }
}

/* =========================
   SECTION
========================= */

.cars-section{
    position:relative;
    padding:90px 0;
    background:#d90011;
    overflow:hidden;
    z-index:1;
}

.cars-section::before{
content: '';
  position: absolute;
  top: -77px;
  left: -180px;
  width: 640px;
  height: 740px;
  border-radius: 50%;
  background: #ffffff30;
	
}

.cars-section::after{
content: "";
  position: absolute;
  bottom: -170px;
  right: -70px;
  width: 680px;
  height: 650px;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

/* =========================
   TITLE
========================= */

.cars-section .section-title{
    text-align:center;
    margin-bottom:55px;
    position:relative;
    z-index:2;
}

.cars-section .section-title h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cars-section .section-title p{
    color:#fff;
    opacity:.9;
    max-width:700px;
    margin:auto;
    line-height:1.8;
    font-size:19px;
}

/* =========================
   SWIPER
========================= */

.cars-section .swiper{
    overflow:hidden;
    padding-bottom:10px;
    position:relative;
    z-index:2;
}

.cars-section .swiper-slide{
    height:auto;
}

/* =========================
   CARD
========================= */

.cars-section .car-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    padding:20px;
    transition:.3s;
    height:100%;
}

.cars-section .car-card:hover{
    transform:translateY(-6px);
}

.cars-section .brand-logo{
    height:40px;
    object-fit:contain;
    margin:auto;
    display:block;
}

.cars-section .car-image{
    width:100%;
    height:180px;
    object-fit:contain;
    margin:15px 0;
}

.cars-section .car-title{
    font-size:20px;
    font-weight:800;
    color:#111;
    margin-bottom:10px;
}

.cars-section .car-desc{
    font-size:14px;
    color:#8b8b8b;
    line-height:1.6;
    margin-bottom:18px;
}

.cars-section .car-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-bottom:22px;
}

.cars-section .feature-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:#8a8a8a;
    font-size:13px;
}

.cars-section .feature-item i{
    color:#ff0015;
    font-size:16px;
}

.cars-section .car-price{
    border-top:1px solid #ececec;
    padding-top:18px;
    text-align:center;
    font-size:18px;
    font-weight:800;
    margin-bottom:18px;
    color:#111;
}

.cars-section .reserve-btn{
    width: 100%;
    border: none;
    background: #e00012;
    color: #fff;
    border-radius: 40px;
    padding: 14px;
    font-weight: 600;
    transition: .3s;
    height: 50px;
    background: #E30713 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    font: normal normal 900 15px / 20px 'avenir_regularregular';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.cars-section .reserve-btn:hover{
    background:#111;
}

/* =========================
   NAVIGATION
========================= */

.cars-section .slider-nav{
    display:flex;
    justify-content:center;
    gap:18px;
    margin-top:45px;
    position:relative;
    z-index:2;
}

.cars-section .nav-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    border:none;
    background:#000;
    color:#fff;
    font-size:20px;
    transition:.3s;
}

.cars-section .nav-btn:hover{
    background:#fff;
    color:#000;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .cars-section .section-title h2{
        font-size:34px;
    }

    .cars-section .section-title p{
        font-size:16px;
    }
	
	.menu {
	  position: relative;
	  display: flex;
	  gap: 1px !important;
	  list-style: none;
	}
	.menu li {
	  cursor: pointer;
	  position: relative;
	  padding: 0px 0;
	  font-weight: 500;
	  line-height: 13px;
	}
		
	.menu li .nav-link {
	  font-family: 'avenir_regularregular';
	  font: normal normal 900 15px/32px 'avenir_regularregular';
		line-height: 32px;
	  line-height: 22px;
	  color: #4B4B4B;
	}
}

@media(max-width:576px){

    .cars-section{
        padding:70px 0;
    }

    .cars-section .section-title h2{
        font-size:28px;
    }

    .cars-section .car-features{
        grid-template-columns:1fr;
    }
}

.cars-section{
    position:relative;
    padding:80px 0;
    background:#d60012;
    overflow:hidden;
}

/* Background Shape */
/* .cars-section::before{ */
    /* content:""; */
    /* position:absolute; */
    /* top:-120px; */
    /* left:-120px; */
    /* width:400px; */
    /* height:400px; */
    /* background:rgba(255,255,255,.12); */
    /* border-radius:50%; */
/* } */

/* .cars-section::after{ */
    /* content:""; */
    /* position:absolute; */
    /* bottom:-150px; */
    /* right:-150px; */
    /* width:450px; */
    /* height:450px; */
    /* background:rgba(255,255,255,.08); */
    /* border-radius:50%; */
/* } */

.cars-section .section-title{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
    margin-bottom:0px;
}

.cars-section .section-title h2{
	font-size:40px;
	font-weight:700;
	margin-bottom: 0px;
	text-align: center;
	font: normal normal 900 26px/32px  'avenir_regularregular';
	letter-spacing: -0.78px;
	color: #FFFFFF;
	opacity: 1;
	width:100%;
}

.cars-section .section-title p{
    max-width:650px;
    margin:auto;
    opacity:.9;
}

/* CARD */

.cars-section .car-card{
    background:#fff;
    border-radius:12px;
    padding:20px;
    height:100%;
    transition:.3s;
}

.cars-section .car-card:hover{
    transform:translateY(-5px);
}

.cars-section .brand-logo{
    width:50px;
    height:50px;
    object-fit:contain;
    display:block;
    margin:auto;
}

.cars-section .car-image{
    width:100%;
    height:180px;
    object-fit:contain;
    margin:10px 0;
}

.cars-section .car-title{
    margin-bottom: 5px;
    text-align: center;
    font: normal normal 900 20px / 27px 'avenir_regularregular';
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.cars-section .car-desc{
    color:#999;
    font-size:14px;
    line-height:1.5;
}

.cars-section .feature-item{
    font-size:14px;
    color:#777;
    margin-bottom:2px;
}

.cars-section .feature-item i{
    color:#e00012;
    margin-right:6px;
}

.cars-section .price{
    margin: 11px 0;
    text-align: center;
    font: normal normal 900 21px / 29px 'avenir_regularregular';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    border-top: 2px solid #ececec;
    padding-top: 10px;
}

.cars-section .reserve-btn{
    width:100%;
    border:none;
    background:#e00012;
    color:#fff;
    border-radius:40px;
    padding:14px;
    font-weight:600;
    transition:.3s;
}

.cars-section .reserve-btn:hover{
    background:#000;
}

/* SLIDING FIX */
.cars-section .carousel-inner{
    overflow:visible;
}
.cars-section  .section-sous-title p{
	
	/* UI Properties */

text-align: center;
font: normal normal medium 20px/32px 'avenir_regularregular';
letter-spacing: -0.6px;
    color: #e9d3d3;
opacity: 1;
}

.carousel-item{
    transition:transform .8s ease-in-out;
}

/* BUTTONS */

.cars-section .carousel-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:40px;
}

.cars-section  .carousel-control-prev,
.cars-section .carousel-control-next{
    position:relative;
    width:55px;
    height:55px;
    background:#000;
    border-radius:50%;
    opacity:1;
}

.cars-section .carousel-control-prev-icon,
.cars-section .carousel-control-next-icon{
    width:20px;
    height:20px;
}

/* Responsive */

@media(max-width:991px){

    .cars-section .car-title{
        font-size:24px;
    }

   .cars-section  .price{
        font-size:28px;
    }

}

.villes_dispo{padding:80px 0;}

.villes_dispo .section-title h2{
	font-size:40px;
	font-weight:700;
	margin-bottom: 0px;
	text-align: center;
	font: normal normal 900 26px/32px  'avenir_regularregular';
	letter-spacing: -0.78px;
	color: #000;
	opacity: 1;
}

.villes_dispo .section-sous-title p {
    font-weight: normal;

text-align: center;
font: normal normal medium 20px/32px 'avenir_regularregular';
letter-spacing: -0.6px;
color: #B4B4B4;
opacity: 1;
	
}


/* SECTION */

.city-section{
padding: 80px 0;
    padding-bottom: 120px;
}

/* CARD */

.city-section .city-card{
background: #fff;
    border-radius: 120px;
    padding: 25px 20px;
    text-align: center;
    transition: .4s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 142px;
    opacity: 1;
}

.city-section .city-card:hover{
    background:#222;
    transform:translateY(-5px);
}

/* IMAGE */

.city-section .city-image{
    width: 149px;
    height: 211px;
    object-fit: cover;
    border-radius: 100px;
    transition: .4s;
}

/* TITLE */

.city-section .city-title{
    font-size:22px;
    font-weight:800;
    color:#e00012;
    margin-top:20px;
    margin-bottom:5px;
    transition:.4s;
}

.city-section .city-subtitle{
font-size: 16px;
    color: #222;
    transition: .4s;
    text-align: center;
    font: normal normal medium 19px/22px 'avenir_regularregular';
    letter-spacing: -0.57px;
    color: #000000;
    opacity: 1;
}

/* HOVER TEXT */

.city-section .city-card:hover .city-title{
    color:#ff0015;
}

.city-section .city-card:hover .city-subtitle{
    color:#fff;
}

/* OPTIONAL IMAGE ZOOM */

.city-section .city-card:hover .city-image{
    transform:scale(1.05);
}

/* BUTTONS */

.city-section .carousel-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:40px;
}

.city-section .carousel-btn{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#000;
    color:#fff;
    border:none;
    font-size:26px;
    transition:.3s;
}

.city-section .carousel-btn:hover{
    background:#e00012;
}



/* SECTION */

.city-section{
    overflow:hidden;
}

/* CARD */

.city-card{
    background:#fff;
    border-radius:120px;
    padding:25px 20px;
    text-align:center;
    transition:.4s;
    cursor:pointer;
    overflow:hidden;
}

.city-card:hover{
    background:#222;
    transform:translateY(-5px);
}

.city-image{
    width:180px;
    height:230px;
    object-fit:cover;
    border-radius:100px;
    transition:.4s;
}

.city-card:hover .city-image{
    transform:scale(1.05);
}

.city-title{
    font-size:22px;
    font-weight:800;
    color:#e10012;
    margin-top:20px;
    margin-bottom:5px;
    transition:.4s;
}

.city-subtitle{
    font-size:16px;
    color:#222;
    transition:.4s;
}

.city-card:hover .city-subtitle{
    color:#fff;
}

/* CAROUSEL */

.carousel-inner{
    overflow:visible;
}

.carousel-item{
    transition:transform .8s ease-in-out;
}

/* BUTTONS */

.carousel-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:45px;
}

.carousel-control-prev,
.carousel-control-next{
    position:relative;
    width:55px;
    height:55px;
    background:#000;
    border-radius:50%;
    opacity:1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:18px;
    height:18px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    background:#e10012;
}

/* RESPONSIVE */

@media(max-width:991px){

    .city-image{
        width:150px;
        height:190px;
    }

    .city-title{
        font-size:18px;
    }

}


/* SECTION */

.counter-section{
    padding:70px 0;
}

/* TITLE */

.counter-section .section-title{
    text-align:center;
    margin-bottom:40px;
}


.counter-section .section-title h2 {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font: normal normal 900 26px / 32px 'avenir_regularregular';
    letter-spacing: -0.78px;
    color: #000;
    opacity: 1;
}
.counter-text{
    font-size:28px;
	font: normal normal 500 28px / 32px 'avenir_regularregular';
    color:#111;
    font-weight:500;
}
/* BOX */

.counter-section .counter-box{
    background: #f7f7f7;
    border-radius: 120px;
    padding: 70px 40px;
    width: 100%;
    height: 283px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 142px;
    opacity: 1;
    border: 0px;
}

/* ITEM */

.counter-section .counter-item{
    text-align:center;
    position:relative;
}

/* BORDER */

.counter-section .counter-item::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:2px;
    height:120px;
    background:#ddd;
}

.counter-section .counter-item.last::after{
    display:none;
}

/* NUMBER */

.counter-section .counter-number{
    margin-bottom: 15px;
    text-align: center;
    font: normal normal 900 48px / 32px  'avenir_regularregular';
    letter-spacing: -1.44px;
    color: #E30713;
    text-transform: uppercase;
    opacity: 1;
}
}

/* TEXT */

.counter-text{
    font-size:28px;
    color:#111;
    font-weight:500;
}

/* RESPONSIVE */

@media(max-width:991px){

    .counter-section .counter-box{
        border-radius:40px;
        padding:40px 20px;
    }

    .counter-section .counter-item{
        margin-bottom:35px;
    }

    .counter-section .counter-item::after{
        display:none;
    }

   .counter-section .counter-number{
        font-size:48px;
    }

   .counter-section .counter-text{
        font-size:24px;
    }

}

/***devenir_partenaire_section
*********************/

.devenir_partenaire_section{padding:80px 0;Position:relative;}

.devenir_partenaire_section::before {
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1300px;
  z-index: -1;
  top: -401px;
  left: auto;
  right: 0px;
  background: #ffffff05 url('../images/die.svg') 0% 0% no-repeat padding-box;
  opacity: 0.16;
  width: 795px;
}

.devenir_partenaire_section::after {
  content: "";
  position: absolute;
  top: 85px;
  left: auto;
  width: 100px;
  height: 100px;
  background: rgb(186, 69, 69);
  border-radius: 50%;
  right: 399px;
  width: 100px;
  height: 100px;
  background: #F7F4FC 0% 0% no-repeat padding-box;
  opacity: 0.64;
  width: 62px;
  height: 62px;
  background: #90909070;
  opacity: 1;
}
.devenir_partenaire_section .section-sous-title::after {
  content: "";
  position: absolute;
  top: 195px;
  right: auto;
  left: 195px;
  width: 24px;
  height: 24px;
  background: rgb(186, 69, 69);
  border-radius: 50%;
  opacity: 0.64;
  background: #E30713;
  opacity: 1;
}
.devenir_partenaire_section .section-sous-title::before {
  content: "";
  position: absolute;
  top: 195px;
  right: auto;
  top: 737px;
  left: 281px;
  width: 96px;
  height: 96px;
  background: rgb(186, 69, 69);
  border-radius: 50%;
  opacity: 0.64;
  background: #1414149c;
  opacity: 1;
}

.devenir_partenaire_section .section-title h2{
	font-size:40px;
	font-weight:700;
	margin-bottom: 0px;
	text-align: center;
	font: normal normal 900 26px/32px  'avenir_regularregular';
	letter-spacing: -0.78px;
	color: #000;
	opacity: 1;
}

.devenir_partenaire_section .section-sous-title p {
    font-weight: normal;

text-align: center;
font: normal normal medium 20px/32px 'avenir_regularregular';
letter-spacing: -0.6px;
color: #B4B4B4;
opacity: 1;
	
}

/* .partner-section{ */
    /* padding:30px 18px 50px; */
    /* position:relative; */
    /* overflow:hidden; */
/* } */

/* Decorative top right shape */
/* .devenir_partenaire_section::before{ */
    /* content:''; */
    /* position:absolute; */
    /* top:-70px; */
    /* right:-70px; */
    /* width:180px; */
    /* height:180px; */
    /* background:#e2e2e2; */
    /* border-radius:50%; */
/* } */

.devenir_partenaire_section .partner-title{
    font-size:34px;
    font-weight:800;
    line-height:1.25;
    color:#000;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.devenir_partenaire_section .partner-card{
    background:#dfe9f1;
    border-radius:16px;
    padding:18px 18px;
    margin-bottom:14px;
    display:flex;
    align-items:center;
    gap:18px;
    transition:0.3s;
    position:relative;
    z-index:2;
	max-width: 373px;
height: 75px;

/* UI Properties */

background: #EAF7FF 0% 0% no-repeat padding-box;
border-radius: 12px;
opacity: 1;
}

.devenir_partenaire_section .partner-card:hover{
    transform:translateY(-3px);
}

.devenir_partenaire_section .partner-icon{
    width:62px;
    min-width:62px;
}

.devenir_partenaire_section .partner-icon img{
    width:100%;
    display:block;
}

.devenir_partenaire_section .partner-text{
    font-size:21px;
    font-weight:700;
    color:#222;
    line-height:1.3;
}

.devenir_partenaire_section .join-btn{
    width:100%;
    border:none;
    background:#f40012;
    color:#fff;
    font-size:26px;
    font-weight:700;
    border-radius:60px;
    padding:16px 20px;
    margin-top:22px;
    transition:0.3s;
    position:relative;
    z-index:2;
	max-width: 370px;
height: 65px;

/* UI Properties */

text-align: center;
font: normal normal 900 26px/25px 'avenir_regularregular';
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.devenir_partenaire_section .join-btn:hover{
    background:#d90010;
}

@media(max-width:576px){

  .devenir_partenaire_section  .partner-title{
        font-size:30px;
    }

 .devenir_partenaire_section   .partner-text{
        font-size:18px;
    }

  .devenir_partenaire_section  .join-btn{
        font-size:22px;
    }

}

/*** nos_client_section
*********************/

.nos_client_section{padding:80px 0;}

.nos_client_section .section-title h2{
	font-size:40px;
	font-weight:700;
	margin-bottom: 0px;
	text-align: center;
	font: normal normal 900 26px/32px  'avenir_regularregular';
	letter-spacing: -0.78px;
	color: #000;
	opacity: 1;
}

.nos_client_section .section-sous-title p {
    font-weight: normal;

text-align: center;
font: normal normal medium 20px/32px 'avenir_regularregular';
letter-spacing: -0.6px;
color: #B4B4B4;
opacity: 1;
	
}
        .testimonial-section{
            /* background:#fff; */
            padding:70px 0 50px;
        }

        .testimonial-box{
            max-width:900px;
            margin:auto;
            text-align:center;
            position:relative;
        }

        .testimonial-img{
            width:110px;
            height:110px;
            border-radius:50%;
            object-fit:cover;
            border:5px solid #fff;
            box-shadow:0 2px 10px rgba(0,0,0,0.1);
            margin-bottom:15px;
        }

        .testimonial-name{
            font-size:24px;
            font-weight:700;
            color:#222;
            margin-bottom:5px;
        }

        .testimonial-role{
            font-size:18px;
            color:#b3b3b3;
            margin-bottom:25px;
        }

        .testimonial-text{
            font-size:18px;
            line-height:1.7;
            color:#666;
            max-width:850px;
            margin:auto;
            position:relative;
            padding:0 70px;
        }

        .quote-left,
        .quote-right{
            position:absolute;
            top:120px;
            font-size:70px;
            color:#e60012;
            line-height:1;
        }

        .quote-left{
            left:232px;
        }

        .quote-right{
            right: 232px;
        }

        .carousel-indicators{
            position:relative;
            margin-top:40px;
        }

        .carousel-indicators [data-bs-target]{
            width:12px;
            height:12px;
            border-radius:50%;
            background:#d6d6d6;
            border:none;
            margin:0 5px;
            opacity:1;
        }

        .carousel-indicators .active{
            background:#e60012;
        }

        @media(max-width:768px){

            .testimonial-text{
                padding:0 20px;
                font-size:16px;
            }

            .quote-left,
            .quote-right{
                display:none;
            }

            .testimonial-name{
                font-size:22px;
            }
        }
		
		/* ===== Language Switcher ===== */

.language-switcher{
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:500;
    gap:8px;
    margin-left:15px;
}

.language-switcher .lang{
    cursor:pointer;
    color:#777;
    transition:0.3s;
    position:relative;
}

.language-switcher .lang:hover{
    color:#e60012;
}

.language-switcher .active-lang{
    color:#e60012;
    font-weight:700;
}

.language-switcher .separator{
    color:#bbb;
}

/* Mobile */
@media(max-width:991px){

    .language-switcher{
        margin:15px 0;
        justify-content:center;
    }

}

/* =========================
WOW CUSTOM
========================= */

.wow{
    visibility:hidden;
}

/* SMOOTH EFFECT */
.animate__animated{
    animation-duration:1s;
    animation-fill-mode:both;
}

/* PARALLAX */
.wow-parallax{
    transition:
    transform .5s ease,
    opacity .5s ease;
}

/* FLOAT */
.float-effect{
    animation:floatY 4s ease-in-out infinite;
}

@keyframes floatY{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0px);
    }

}

   /* SEARCH */

        .hero-slider  #form_serch .search-overlay{
            position:absolute;
            left:10%;
            bottom:90px;
            z-index:5;
            width:80%;
        }

        .hero-slider  #form_serch .search-content{
            max-width:1100px;
        }

       .hero-slider  #form_serch  .top-line{
            width:620px;
            height:1px;
            background:rgba(255,255,255,0.35);
            margin-bottom:25px;
        }

       .hero-slider  #form_serch  .search-title{
            color:#fff;
            font-size:52px;
            font-weight:700;
            margin-bottom:5px;
        }

        .hero-slider  #form_serch .search-subtitle{
            color:#d5c09a;
            font-size:34px;
            font-weight:700;
            margin-bottom:15px;
        }

        .hero-slider  #form_serch .search-desc{
            color:#fff;
            font-size:15px;
            margin-bottom:35px;
            max-width:700px;
        }

        /* FORM */

        .hero-slider  #form_serch .form-group-custom{
            position:relative;
        }

        .hero-slider  #form_serch .form-label-custom{
            color:rgba(255,255,255,0.65);
            font-size:14px;
            margin-bottom:10px;
            display:block;
        }

        /* INPUT */

        .hero-slider  #form_serch .custom-input{
            width:100%;
            background:transparent !important;
            border:none !important;
            border-bottom:1px solid rgba(255,255,255,0.4) !important;
            border-radius:0 !important;
            height:50px;
            color:#fff !important;
            padding-left:0 !important;
            padding-right:35px !important;
            font-size:15px;
            box-shadow:none !important;
            cursor:pointer;
        }

        .hero-slider  #form_serch .custom-input::placeholder{
            color:rgba(255,255,255,0.45);
        }

       .hero-slider  #form_serch  .custom-input:focus{
            border-color:#fff !important;
        }

        /* SELECT */

       .hero-slider  #form_serch  .custom-select{
            background:transparent !important;
            border:none !important;
            border-bottom:1px solid rgba(255,255,255,0.4) !important;
            border-radius:0 !important;
            height:50px;
            color:#fff !important;
            padding-left:0 !important;
            padding-right:35px !important;
            font-size:15px;
            box-shadow:none !important;
            scrollbar-color:#ff0000 rgba(255,255,255,0.15);
			scrollbar-width:thin;
        }

        .hero-slider  #form_serch .custom-select:focus{
            border-color:#fff !important;
        }

        /* DROPDOWN */

        .hero-slider  #form_serch .custom-select[size]{
            /* max-height:250px !important; */
            overflow-y:auto;
          background:#fff
        }

       .hero-slider  #form_serch  .custom-select option{
            color:#111;
            background:#fff;
            padding:12px;
        }

        /* RED SCROLLBAR */

        .hero-slider  #form_serch .custom-select::-webkit-scrollbar{
            width:4px;
        }

        .hero-slider  #form_serch .custom-select::-webkit-scrollbar-track{
            background:rgba(255,255,255,0.15);
            border-radius:20px;
        }

        .hero-slider  #form_serch .custom-select::-webkit-scrollbar-thumb{
            background:#ff0000;
            border-radius:20px;
        }

       .hero-slider  #form_serch  .custom-select::-webkit-scrollbar-thumb:hover{
            background:#d90000;
        }

        /* ICON */

        .hero-slider  #form_serch .input-icon{
            position: absolute;
  right: 0px;
  top: 63px;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  z-index: 10;
        }

        /* BUTTON */

        .hero-slider  #form_serch .search-btn{
            width:100%;
            height:52px;
            border:none;
            border-radius:50px;
            background:#ff0000;
            color:#fff;
            font-weight:600;
            font-size:15px;
            transition:0.3s;
        }

       .hero-slider  #form_serch  .search-btn:hover{
            background:#d90000;
            transform:translateY(-2px);
        }

        /* CALENDAR */

       .hero-slider  #form_serch  .flatpickr-calendar{
            border:none !important;
            border-radius:14px !important;
            overflow:hidden;
            box-shadow:0 15px 40px rgba(0,0,0,0.2) !important;
            font-family:Arial, sans-serif;
        }

       .hero-slider  #form_serch  .flatpickr-months{
            padding:10px 0;
        }

       .hero-slider  #form_serch  .flatpickr-current-month{
            font-size:15px;
            font-weight:600;
        }

        .hero-slider  #form_serch .flatpickr-weekday{
            color:#555;
            font-weight:600;
        }

       .hero-slider  #form_serch  .flatpickr-day{
            border-radius:6px;
        }

        .hero-slider  #form_serch .flatpickr-day.selected,
        .hero-slider  #form_serch .flatpickr-day.startRange,
        .hero-slider  #form_serch .flatpickr-day.endRange{
            background:#ff0000 !important;
            border-color:#ff0000 !important;
        }

        .hero-slider  #form_serch .flatpickr-day.inRange{
            background:rgba(255,0,0,0.15) !important;
            border-color:transparent !important;
            box-shadow:none !important;
        }

        .hero-slider  #form_serch .flatpickr-day.today{
            border-color:#ff0000 !important;
        }

        /* MOBILE */

        @media(max-width:991px){

            .hero-slider  #form_serch .hero-section{
                height:auto;
                min-height:100vh;
            }

            .hero-slider  #form_serch .search-overlay{
                position:relative;
                left:0;
                bottom:0;
                width:100%;
                padding:30px 20px;
            }

            .hero-slider  #form_serch .top-line{
                width:100%;
            }

            .hero-slider  #form_serch .search-title{
                font-size:34px;
            }

           .hero-slider  #form_serch  .search-subtitle{
                font-size:24px;
            }

            .hero-slider  #form_serch .search-desc{
                font-size:14px;
            }

        }


        /* SEARCH */

       .hero-slider  #form_serch  .search-overlay{
            position:absolute;
            left:10%;
            bottom:90px;
            z-index:5;
            width:80%;
        }

       .hero-slider  #form_serch  .search-content{
            max-width:1100px;
        }

       .hero-slider  #form_serch  .top-line{
            width:620px;
            height:1px;
            background:rgba(255,255,255,0.35);
            margin-bottom:25px;
        }

       .hero-slider  #form_serch  .search-title{
            color:#fff;
            font-size:52px;
            font-weight:700;
            margin-bottom:5px;
        }

       .hero-slider  #form_serch  .search-subtitle{
            color:#d5c09a;
            font-size:34px;
            font-weight:700;
            margin-bottom:15px;
        }

       .hero-slider  #form_serch  .search-desc{
            color:#fff;
            font-size:15px;
            margin-bottom:35px;
            max-width:700px;
        }

        /* FORM */

        .hero-slider  #form_serch .form-group-custom{
            position:relative;
        }

       .hero-slider  #form_serch  .form-label-custom{
            color:rgba(255,255,255,0.65);
            font-size:14px;
            margin-bottom:10px;
            display:block;
        }

        /* INPUT */

       .hero-slider  #form_serch  .custom-input{
            width:100%;
            background:transparent !important;
            border:none !important;
            border-bottom:1px solid rgba(255,255,255,0.4) !important;
            border-radius:0 !important;
            height:52px;
            color:#fff !important;
            padding-left:0 !important;
            padding-right:35px !important;
            font-size:15px;
            box-shadow:none !important;
            cursor:pointer;
			padding-bottom: 0px;
        }

       .hero-slider  #form_serch  .custom-input::placeholder{
            color:rgba(255,255,255,0.45);
        }

       .hero-slider  #form_serch  .custom-input:focus{
            border-color:#fff !important;
        }

        /* BOOTSTRAP SELECT */

        .hero-slider  #form_serch .bootstrap-select{
            width:100% !important;
        }

       .hero-slider  #form_serch  .bootstrap-select .dropdown-toggle{
            width:100%;
            height:52px;
            background:transparent !important;
            border:none !important;
            border-bottom:1px solid rgba(255,255,255,0.4) !important;
            border-radius:0 !important;
            color:#fff !important;
            padding-left:0 !important;
            padding-right:35px !important;
            font-size:15px;
            box-shadow:none !important;
        }

       .hero-slider  #form_serch  .bootstrap-select .dropdown-toggle:focus{
            outline:none !important;
            box-shadow:none !important;
            border-color:#fff !important;
        }

        .hero-slider  #form_serch .bootstrap-select .filter-option{
            color:#fff;
        }

        /* DROPDOWN */

       .hero-slider  #form_serch  .bootstrap-select .dropdown-menu{
            border:none;
            border-radius:12px;
            overflow:hidden;
            padding:0;
            margin-top:10px;
        }

        .hero-slider  #form_serch .bootstrap-select .inner{
            max-height:250px !important;
            overflow-y:auto !important;

            scrollbar-width:thin;
            scrollbar-color:#ff0000 #f1f1f1;
        }

        /* OPTIONS */

       .hero-slider  #form_serch  .bootstrap-select .dropdown-item{
            padding:12px 15px;
            font-size:14px;
        }

       .hero-slider  #form_serch  .bootstrap-select .dropdown-item.active,
       .hero-slider  #form_serch  .bootstrap-select .dropdown-item:active{
            background:#ff0000 !important;
            color:#fff !important;
        }

        /* RED SCROLLBAR */

        .hero-slider  #form_serch .bootstrap-select .inner::-webkit-scrollbar{
            width:4px;
        }
.hero-slider #form_serch .bootstrap-select .dropdown-toggle {
    width: 100%;
    height: 52px;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding-left: 0 !important;
    /* padding-right: 35px !important; */
    font-size: 15px;
    /* box-shadow: none !important; */
    margin-bottom: -14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.hero-slider #form_serch .dropdown-toggle::after {
    display: none!important;
}
       .hero-slider  #form_serch  .bootstrap-select .inner::-webkit-scrollbar-track{
            background:#f1f1f1;
        }

      .hero-slider  #form_serch   .bootstrap-select .inner::-webkit-scrollbar-thumb{
            background:#ff0000;
            border-radius:20px;
        }

      .hero-slider  #form_serch   .bootstrap-select .inner::-webkit-scrollbar-thumb:hover{
            background:#d90000;
        }


/******************/

       .search-section  .custom-input{
            width:100%;
            background:transparent !important;
            border:none !important;
            /* border-bottom:1px solid rgba(255,255,255,0.4) !important; */
            border-radius:0 !important;
            height:52px;
            color:#fff !important;
            padding-left:0 !important;
            padding-right:35px !important;
            font-size:15px;
            box-shadow:none !important;
            cursor:pointer;
			padding-bottom: 0px;
			border-bottom:2px solid #d9d9d9!important;
        }

       .search-section  .custom-input::placeholder{
            color:rgba(255,255,255,0.45);
        }

       .search-section  .custom-input:focus{
            border-color:#fff !important;
        }

        /* BOOTSTRAP SELECT */

        .search-section .bootstrap-select{
            width:100% !important;
        }

       .search-section  .bootstrap-select .dropdown-toggle{
            width:100%;
            height:52px;
            background:transparent !important;
            border:none !important;
            border-bottom:1px solid rgba(255,255,255,0.4) !important;
            border-radius:0 !important;
            color:#999 !important;
            padding-left:0 !important;
            padding-right:35px !important;
            font-size:15px;
            box-shadow:none !important;
        }

       .search-section  .bootstrap-select .dropdown-toggle:focus{
            outline:none !important;
            box-shadow:none !important;
            border-color:#d9d9d9 !important;
        }

        .search-section .bootstrap-select .filter-option{
            color:#999;
        }

        /* DROPDOWN */

       .search-section .bootstrap-select .dropdown-menu{
            border:none;
            border-radius:12px;
            overflow:hidden;
            padding:0;
            margin-top:10px;
        }

        .search-section .bootstrap-select .inner{
            max-height:250px !important;
            overflow-y:auto !important;

            scrollbar-width:thin;
            scrollbar-color:#ff0000 #f1f1f1;
        }
		
		 .filter-wrapper .bootstrap-select .inner{
            max-height:250px !important;
            overflow-y:auto !important;

            scrollbar-width:thin;
            scrollbar-color:#ff0000 #f1f1f1;
        }

        /* OPTIONS */

       .search-section .bootstrap-select .dropdown-item{
            padding:12px 15px;
            font-size:14px;
        }

       .search-section .bootstrap-select .dropdown-item.active,
       .search-section .bootstrap-select .dropdown-item:active{
            background:#ff0000 !important;
            color:#fff !important;
        }

        /* RED SCROLLBAR */

        .search-section .bootstrap-select .inner::-webkit-scrollbar{
            width:4px;
        }
.search-section .bootstrap-select .dropdown-toggle {
    width: 100%;
    height: 52px;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding-left: 0 !important;
    /* padding-right: 35px !important; */
    font-size: 15px;
    /* box-shadow: none !important; */
    margin-bottom: -14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.search-section .dropdown-toggle::after {
    display: none!important;
}
       .search-section  .bootstrap-select .inner::-webkit-scrollbar-track{
            background:#f1f1f1;
        }

      .search-section   .bootstrap-select .inner::-webkit-scrollbar-thumb{
            background:#ff0000;
            border-radius:20px;
        }

      .search-section   .bootstrap-select .inner::-webkit-scrollbar-thumb:hover{
            background:#d90000;
        }




        /* ICON */

      .hero-slider  #form_serch   .input-icon{
            position:absolute;
            right:0px;
            top: 37px;
            color:#fff;
            font-size:14px;
            pointer-events:none;
            z-index:10;
        }

        /* BUTTON */

       .hero-slider  #form_serch  .search-btn{
            width:100%;
            height:52px;
            border:none;
            border-radius:50px;
            background:#ff0000;
            color:#fff;
            font-weight:600;
            font-size:15px;
            transition:0.3s;
        }

       .hero-slider  #form_serch  .search-btn:hover{
            background:#d90000;
            transform:translateY(-2px);
        }

        /* CALENDAR */

       .hero-slider  #form_serch  .flatpickr-calendar{
            border:none !important;
            border-radius:14px !important;
            overflow:hidden;
            box-shadow:0 15px 40px rgba(0,0,0,0.2) !important;
            font-family:Arial, sans-serif;
        }

       .hero-slider  #form_serch  .flatpickr-months{
            padding:10px 0;
        }

        .hero-slider  #form_serch .flatpickr-current-month{
            font-size:15px;
            font-weight:600;
        }

       .hero-slider  #form_serch  .flatpickr-weekday{
            color:#555;
            font-weight:600;
        }

        .hero-slider  #form_serch .flatpickr-day{
            border-radius:6px;
        }

       .hero-slider  #form_serch  .flatpickr-day.selected,
      .hero-slider  #form_serch   .flatpickr-day.startRange,
     .hero-slider  #form_serch    .flatpickr-day.endRange{
            background:#ff0000 !important;
            border-color:#ff0000 !important;
        }

        .hero-slider  #form_serch .flatpickr-day.inRange{
            background:rgba(255,0,0,0.15) !important;
            border-color:transparent !important;
            box-shadow:none !important;
        }

       .hero-slider  #form_serch  .flatpickr-day.today{
            border-color:#ff0000 !important;
        }
		
 .hero-slider  #form_serch  .bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
  padding-top: 9px;
}
		

/* Style du placeholder */
input::placeholder,
textarea::placeholder {
 text-align: left;
font: normal normal medium 16px/20px 'avenir_regularregular';
letter-spacing: -0.48px;
color: #808080;
opacity: 0.39;
}

/* Compatibilité anciens navigateurs */
input::-webkit-input-placeholder {
    color: #808080;
}

input:-ms-input-placeholder {
    color: #808080;
}

input::-ms-input-placeholder {
    color: #808080;
}

.car-card-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.car-card{
    cursor:pointer;
}


        .car-gallery {
            /* max-width: 1000px; */
            margin: auto;
        }

        /* MAIN IMAGE */
        .car-gallery .main-image {
            border-radius: 0px;
            overflow: hidden;
            cursor: pointer;
            margin-bottom: 20px;
            position: relative;
        }

.car-gallery .main-image img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
            transition: 0.3s;
        }

       .car-gallery  .main-image:hover img {
            transform: scale(1.02);
        }

        /* THUMBNAILS */
       .car-gallery  .thumb-item {
            border-radius: 0px;
            overflow: hidden;
            cursor: pointer;
            border: 3px solid transparent;
            transition: 0.3s;
        }

        .car-gallery .thumb-item.active {
            border-color: #ff0000;
        }

        .car-gallery .thumb-item img {
            width: 100%;
            height: 110px;
            object-fit: cover;
            display: block;
        }

        /* MODAL */
        .car-gallery .modal-content {
            background: #000;
            border-radius: 20px;
            overflow: hidden;
            border: none;
        }

        .car-gallery .carousel-item img {
            width: 100%;
            height: 85vh;
            object-fit: contain;
            background: #000;
        }

        .car-gallery .btn-close {
            z-index: 10;
        }

        .car-gallery .carousel-control-prev,
        .car-gallery .carousel-control-next {
            width: 8%;
        }

       .car-gallery  .carousel-control-prev-icon,
       .car-gallery  .carousel-control-next-icon {
            width: 3rem;
            height: 3rem;
        }
		
		#galleryModal .carousel-control-next {
		  right: 40%;
		  bottom: 10px;
		  top: auto;
		}
		
		#galleryModal .carousel-control-prev {
		  left: 40%;
		  bottom: 10px;
		  top: auto;
		}
		
		#galleryModal .carousel {
			  position: relative;
			  height: 522px;
			  overflow: hidden;
			}
		
		#galleryModal .carousel-control-prev, #galleryModal .carousel-control-next {
			  position: absolute;
			  width: 55px;
			  height: 55px;
			  background: #000;
			  border-radius: 50%;
			  opacity: 1;
			}
	

        @media(max-width:768px) {

            .car-gallery .main-image img {
                height: 300px;
            }

            .car-gallery .thumb-item img {
                height: 80px;
            }

            .car-gallery .carousel-item img {
                height: 70vh;
            }
        }
		@media (max-width: 1024px) {
		.devenir_partenaire_section .section-sous-title::before,
		.cars-section::before,
		.part-section::before,
		.part-section::after,
		.features-section::before,
		.hero-slider::before,
		.cars-section::after,
		.titre_cong::after,
		.features-section .section-title::after,
		.features-section::after,
		.container_partners::after,
		.devenir_partenaire_section::after,
		.devenir_partenaire_section .section-sous-title::after,
		.cgu-section::before,
		.cgu-section::after,
		.cargallery::before,
		.cargallery::after,
		body::before,
		body::after{
			display: none !important;
			content: none !important;
		}
		}

	/* MOBILE */
@media (max-width: 767px){

    #carsCarousel .carousel-item .row{

        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;

    }

    #carsCarousel .carousel-item .col-md-6{

        min-width: 85%;
        scroll-snap-align: center;

    }
	
	
    #cityCarousel .carousel-item .row{

        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;

    }

    #cityCarousel .carousel-item .col-lg-2{

        min-width: 70%;
        scroll-snap-align: center;

    }

}
	@media(max-width:576px){

    .feature-grid{
        grid-template-columns:1fr;
    }

    .method-options{
        flex-direction:column;
        gap:10px;
    }

    .total-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .btn-confirm{
        width:100%;
    }
	
		.faq-section img {
	  float: none;
	  margin-left: 0px;
	  margin-top: -30px;
	  margin-right: 0px;
	}
	.images-wrapper {
	position: relative !important;
	}
	#galleryModal .carousel {
  position: relative;
  height: 210px;
  overflow: hidden;
}
#galleryModal .carousel-control-prev {
  left: 36%;
  bottom: 10px;
  top: auto;
}

 .counter-section .counter-box {
    background: #f7f7f7;
    border-radius: 120px;
    padding: 17px 40px;
    padding-top: 17px;
    width: 100%;
    height: auto;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 49px;
    opacity: 1;
    border: 0px;
    padding-top: 59px;
  }
 .counter-section .counter-number {
    margin-bottom: 5px;
    text-align: center;
    font: normal normal 900 23px / 35px 'avenir_regularregular';
    font-size: 23px;
    font-size: 23px;
    letter-spacing: -1.44px;
    color: #E30713;
    text-transform: uppercase;
    opacity: 1;
  }
  
  .counter-text {
  font-size: 28px;
  font: normal normal 700 30px / 26px 'avenir_regularregular';
    font-size: 30px;
  color: #111;
}

}
@media(max-width:320px){
	.partners-section .partner-box {
  background: #efefef;
  height: 120px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  overflow: hidden;
}

.container_partners {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
  opacity: 1;
  position: relative;
  position: relative;
  background: linear-gradient(90deg, #232323 0%, #2b2b2b 100%);
  z-index: 1;
  margin: 90px auto;
    margin-bottom: 90px;
  margin-bottom: 90px;
  padding: 29px 24px 10px;
  margin-bottom: 0px;
  background: #262626 0% 0% no-repeat padding-box;
}
		.btn-red {
	  background: #e60000;
	  color: #fff;
	  border-radius: 25px;
	  padding: 6px 10px;
	  font-size: 13px;
	  width: 139px;
	}
	#galleryModal .carousel {
		position: relative;
		height: 138px;
		overflow: hidden;
	  }
	#galleryModal .carousel-control-prev, #galleryModal .carousel-control-next {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  background: #000;
	  border-radius: 50%;
	  opacity: 1;
	}
	#pickupHome .small, #pickupHome small {
	  font-size: 0.7em;
	  font: normal normal normal 13px/12px "helvetica_neuemedium";
	}
	#pickupOffice .small, #pickupOffice small {
	  font-size: 0.7em;
	  font: normal normal normal 13px/12px "helvetica_neuemedium";
	}
	
	.info-item .red {
	  width: 101px;
	}
	.block_btn_bas {
	  padding: 10px 20px;
	}
	.block_btn_bas.d-flex {
	  display: block !important;
	}
	
	 .btn-continue {
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    transition: 0.3s;
    height: 42px;
    background: #E30713 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    font: normal normal 900 18px/15px 'avenir_regularregular';
    letter-spacing: 0px;
    color: #FFF;
    opacity: 1;
    margin-top: 10px;
  }
  
  .booking-card {
	  padding-bottom: 0px;
	}
	.download-buttons img{
		margin-bottom:10px;
	}
	.download-buttons {
	  text-align: center;
	}
}
.custom-popup div{position:relative;}
.custom-popup div p {
/* border-left: 3px solid #CCCCCC; */
    width: 150px;
    /* height: 29px; */
    margin-left: 10px;
    padding-left: 10px;
    text-align: left;
    font: normal normal medium 10px/11px, avenir_regularregular!important;
    letter-spacing: -0.3px;
    color: #B4B4B4;
    opacity: 1;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
}
.custom-popup div p a{
	text-align: left;
font: normal normal medium 9px/11px, "Helvetica Neue";
letter-spacing: 0px;
color: #4B4B4B;
text-decoration:none;
	
}
.custom-popup div p span{
	
	text-align: left;
	font: normal normal medium 9px/11px, "Helvetica Neue";
	letter-spacing: 0px;
	color: #E30713;	
}
/* Triangle blanc */
.custom-popup div::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 7%;
    transform: translateX(-50%);
    width: 3px;
    height: 44px;
    background: #b4b4b4;
}