@charset "UTF-8";
*,
*::before,
*::after{
box-sizing:border-box}

body{
margin:0;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:left;
background-color:#fff}
a{
color: #007bff;
text-decoration:none;
background-color:transparent}
/*
.navbar{
position:relative;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
/*padding:2px 5px; a supp au moins sur mobile*
box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.15);
background-color:#FFF!important;
margin-bottom:10px}    
@media(min-width: 992px){
.navbar-expand-lg{
flex-flow:row nowrap;
justify-content:flex-start;
padding:0px calc((100% - 1420px)/2)}
.navbar-expand-lg .navbar-nav{
flex-direction:row}
.navbar-expand-lg .navbar-nav .dropdown-menu{
position: absolute}
.navbar-expand-lg .navbar-nav .nav-link{
padding-right:0.5rem;
padding-left:0.5rem}
.navbar-expand-lg .navbar-collapse{
display:flex !important;
flex-basis:auto;
justify-content: flex-end;}
.navbar-expand-lg .navbar-toggler{
display:none}
}
.sticky-top{
position:relative;
top:0;
z-index:1020}
.navbar-brand{ 
display:inline-block;
padding-top:0.3125rem;
padding-left:4px;
margin-right:10px;
font-size:1.25rem;
line-height:inherit;
white-space:nowrap}
.navbar-collapse{
flex-basis:100%;
flex-grow:1;
align-items:center}
.navbar-toggler{
padding:0.20rem;
font-size:1.25rem;
line-height:1;
background-color:transparent;
border:1px solid transparent;
border-radius:0.25rem}
.navbar-toggler:hover, .navbar-toggler:focus{
text-decoration:none}
.navbar-toggler-icon{
display:inline-block;
width:1.5em;
height:1.5em;
vertical-align:middle;
content:"";
background:no-repeat center center;
background-size:100% 100%}
.navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.collapse:not(.show){
display:none}    
.navbar-nav{
display:flex;
flex-direction:column;
padding-left:0;
margin:0;
list-style:none}
.nav-link{
display:block;
padding:0.5rem 1rem;
color: #000;
text-decoration:none}
.dropdown{
position:relative}
.dropdown-toggle{
white-space:nowrap}
.dropdown-toggle::after{
display:inline-block;
margin-left:0.255em;
vertical-align:0.255em;
content:"";
border-top:0.3em solid;
border-right:0.3em solid transparent;
border-bottom:0;
border-left:0.3em solid transparent}
.dropdown-toggle:empty::after{
margin-left:0}
.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;
min-width:10rem;
padding:0.5rem 0;
margin:0.125rem 0.8rem 0;
font-size:1rem;
color:#212529;
text-align:left;
list-style:none;
background-color:#fff;
background-clip:padding-box;
border:1px solid rgba(0, 0, 0, 0.15);
border-radius:0.25rem}
.dropdown-menu-left{
right:auto;
left:0}
.dropdown-menu-right{
right:0;
left:auto}
.dropdown-divider{
height:0;
margin:0.5rem 0;
overflow:hidden;
border-top:1px solid #e9ecef}
.dropdown-item{
display:block;
 width:100%;
padding:0.25rem 0.5rem;
clear:both;
font-weight:400;
color:#212529;
text-align:inherit;
white-space:nowrap;
background-color:transparent;
border:0;
text-decoration: none;}
.dropdown-item:hover, .dropdown-item:focus{
color:#16181b;
text-decoration:none;
background-color:#f8f9fa}
.dropdown-item.active, .dropdown-item:active{
color:#fff;
text-decoration:none;
background-color:#007bff}
.dropdown-item.disabled, .dropdown-item:disabled{
color:#6c757d;
pointer-events:none;
background-color:transparent}
.dropdown-menu.show{
display: block}
.collapsing{
position:relative;
height:0;
overflow:hidden;
-webkit-transition-property:height, visibility;
-o-transition-property:height, visibility;
transition-property:height, visibility;
-webkit-transition-duration:0.35s;
-o-transition-duration:0.35s;
transition-duration:0.35s;
-webkit-transition-timing-function:ease;
-o-transition-timing-function:ease;
transition-timing-function:ease}
.navbar-nav .dropdown-menu{
    position: static;
    float: none;
}
*/
.input-group{
position:relative;
display:flex;
flex-wrap:wrap;
align-items:stretch;
width: 100%}
.form-control{
display:block;
width:100%;
height:calc(1.5em + 0.75rem + 2px);
padding:0.375rem 0.75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#495057;
background-color:#fff;
background-clip:padding-box;
border:1px solid #ced4da;
border-radius:0.25rem;
transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}
.form-control:focus{
color:#495057;
background-color:#fff;
border-color:#80bdff;
outline:0;
box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.input-group > .form-control{
position:relative;
flex:1 1 auto;
width:1%;
margin-bottom:0}
.input-group > .form-control:not(:last-child){
border-top-right-radius:0;
border-bottom-right-radius:0}
.input-group > .form-control:not(:first-child){
border-top-left-radius:0;
border-bottom-left-radius:0}
.input-group-append{
margin-left:-1px;
display:flex}
.input-group-text{
display:flex;
align-items:center;
padding:0.375rem 0.50rem;
margin-bottom:0;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#495057;
text-align:center;
white-space:nowrap;
background-color:#e9ecef;
border:1px solid #ced4da;
border-radius:0.25rem;
border-top-left-radius:0;
border-bottom-left-radius:0}
.btn{
display:inline-block;
font-weight:400;
color:#212529;
text-align:center;
vertical-align:middle;
user-select:none;
background-color:transparent;
border:1px solid transparent;
padding:0.375rem 0.75rem;
font-size:1rem;
line-height:1.5;
border-radius:0.25rem;
transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}
.btn-primary{
color:#fff;
background-color:#007bff;
border-color:#007bff}                
.container{
max-width:1420px;
margin:0 auto;
/*width:100%;*/
padding:0px} /*2px gauche droite enlevé*/
.navbar>.container{
display:flex;
justify-content: space-between}
.center{
text-align:center}
.right{
text-align:right}


/*page accueil 360px par default */
.home-header{
background:url(fond2.webp) no-repeat center top;
background-color: #fcfaf8;
height:220px}
.home-header-title{
padding-top:0px;    
text-align:center;
height:30px;
font-size:1.35rem;
padding-right:0px;
color:WHITE;
text-shadow:1px 1px 2px black, 0 0 0.1em blue, 0 0 0.1em black}
.home-header-form{
width:90%;
position:relative;
top:25%;
padding:4px 20px;
text-align:center;
margin: 0 auto;
background-color:rgba(0, 0, 0, 0.5);
height:110px}
.home-header-form-label{
font-size:1rem;
color:WHITE;
margin-bottom:2px}
.home-header-form-input{
font-size:1.5rem !important;}
.home-header-form-plus{
text-align:right}
.home-header-form-plus a{
color:WHITE;
text-decoration:underline}
.searchIcon{
height:28px;
width:28px;
color:#7e7e7d;
fill:currentColor}   
.home-container{
max-width:1250px;
margin:0 auto;}
.home-section-title{
text-align:left;
font-size:1.2em;
border-bottom:1px solid #7f7e7d;
margin:15px 2px 4px 2px;
font-weight:600;
color: #1800ad;}
.home-section-small{
font-size:0.9rem;
margin: 0px 3px 4px 3px}
.home-section-list{
display:flex;
flex-wrap:wrap;
justify-content:center;
max-width:1140px;
margin:0 auto;
}
.home-section-list a{
width:160px;
color: #594949;
border:1px solid gray;
font-size:1.2rem;
border-radius:3px;
margin:4px;
padding-bottom:2px;
text-align: center;
font-weight: 600;}
.home-section-cars{
display:flex;
justify-content:center;
flex-wrap:wrap}
.home-section-link{
text-align:right;
color: #01a056;
font-weight: 600;
padding: 4px 8px}
.home-section-link a{
    color: #01a056;
    font-weight: 600;
}
.home-section-subtitle{
font-size:1.1em;
font-weight:600}
@media(min-width:768px){
.home-header{
background:url(fond1.webp) no-repeat center top;
height:300px;
padding:0px calc((100% - 1250px)/2)}
.home-header-title{
font-size:2rem;
padding-top:10px;
text-align:right;
padding-right:10px}
.home-header-form{
width:440px;
top:20%;
margin-left:30px;}
.home-header-form-label{
font-size:1.2rem}
.home-section-title{
font-size:1.5em}
.home-section-small{
font-size:1rem}
}

.container-search{
padding:0px 2px;
text-align:center;
display:flex;
align-items: center;
flex-direction: column}




.bloc-search-input-md{
font-size:1.0rem;
width:214px;
height:35px;
padding:0px 10px;
border-radius:4px;
border:1px solid gray;
margin:0px 3px}

.bloc-search-model{
text-align:left;
margin:0px 4px 10px 4px}
.bloc-search-model-badge{
background-color:#d7d6d6;
padding:3px 4px;
border-radius:5px;
font-size:0.9rem;
margin:2px;
display:inline-block}
.bloc-search-model-badge>span{
display:inline-block;
vertical-align:text-bottom;
height:20px}
.noflex{display: inline-block !important}
.vscomp-wrapper{
font-size:1.0rem !important}
.vscomp-toggle-button{
border:1px solid gray !important;
border-radius:4px}
.bloc-model{
margin:10px auto}
.bloc-model-link{
color:#666565;
border:1px solid #666565;
font-size:0.9rem;
border-radius:6px;
margin:2px;
padding:4px;
display:inline-block}
.breadCrumb H1{
font-size:1.0rem;
letter-spacing:-0.05rem;
font-weight:600;
margin:4px;
color:#1800ad ;
text-align: left;
padding-left: 6px;}
.bloc-car{
width:354px;
height:320px;
margin:3px;
position:relative;
display:inline-block;
line-height:1.1;
border-radius:8px;
border:1px solid #0046ba;
text-align:center;
vertical-align: top}
.bloc-car a{
color:inherit;
text-decoration:none}
.bloc-car-hide{
height:62px}
.bloc-car-view{
border:1px solid grey}
.bloc-car-model{
font-size:1.2rem;
font-weight:600;
background-color:#0046ba;
color:white;
padding-bottom:2px;
border-radius:7px 7px 0px 0px;
height:36px;
display:flex;
align-items:center;
justify-content:center}
.bloc-car-model-view{
background-color:grey}
.bloc-car-pic{
height:220px;
/*width:352px;
margin:0 auto;*/}
.bloc-car-version{
font-size:0.9rem;
color:#af9999;
min-height:14px}
.bloc-car-flex{
display:flex;
align-items:center;
justify-content:space-between;
padding:0px 3px}
.bloc-car-loc-low{
font-size:0.8rem}
.bloc-car-price{
font-weight:600;
font-size:1.4rem;
color:#0046ba}
.bloc-car-reduce{
position:absolute;
top:3px;
right:2px;
width:36px;
height:36px}

@media(min-width:768px){
.container-search{
flex-direction:row;
justify-content:center;
max-width:1440px;
align-items:inherit}
.sticky-top{position:sticky;}
.bloc-search{
position:sticky;
top:60px;
width: 318px;}
}
@media(min-width: 1050px){
.container-right{
width:740px;
text-align:left}
}
@media(min-width:1400px){
.container-right{
width:1080px}
}

/*
@media (max-width: 767px){
.container-right{
max-width: 428px}
.container-left{
max-width:428px}
}
.bloc-car-infos{
text-align:center}
.bloc-car-pic img{
max-width:100%;
max-height:100%}
.bloc-car-desc{
text-align:left;
font-size:1.0rem;
margin-bottom: 1px}
.bloc-car-loc{
font-size:1.0rem}
.bloc-car-dept{
font-size:0.8rem;
margin-left:1px}
*/


.bloc-car-hl-new{
    color: green;
}
.bloc-car-hl-txt{
    color: blue;
}
.bloc-car-hl-end{
    color: red;
}










.bloc-car-fav{
    position: absolute;
    top: 204px;
    right: 4px;
    background-color: white;
    opacity: 0.8;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding-top: 8px;
}

.bloc-car-highlight{
    position: absolute;
    top: 222px;
    left: 0px;
    background-color: white;
    opacity: 0.8;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2px;
    font-weight: 600;
    font-size:1.1rem;
}

.bloc-car-highlight-2{
    position: absolute;
    top: 200px;
    left: 0px;
    background-color: white;
    opacity: 0.7;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2px;
    font-weight: 600;
}

.hide{
    display: none;
}
.bloc-ads{
    width:100%;
    /*height:320px; a deplacer dans media 768 ?? */
    /*margin:3px;*/
    position:relative;
    display:inline-block;
    /*vertical-align:top;
    padding-top:22px;
    text-align: center*/}
.bloc-dir{
    text-align:left;
    line-height: 1.2;
    width: 354px;
    height: 320px;
    margin: 3px;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    border:1px solid black;
    padding: 3px;
    font-size: 1.1rem;


}
.bloc-dir-title{
    color: blue;
    margin-bottom: 4px;
    font-size: 1.2rem;
font-weight: 600;
text-align: center;
}
.bloc-dir-name{
    padding-left: 3px;
    font-weight: 600;
    font-size: 1.2rem;

}
.bloc-dir-desc{
    padding-left: 3px;
    font-style: italic;

}
.bloc-dir-adr{
    padding-left: 4px;

}
.bloc-dir-separator{
    height: 6px;

}





    

    .pagination{
        display:flex;
        padding-left:0;
        list-style:none;
        border-radius:0.25rem}    
        .page-link{
            position:relative;
            display:block;
            padding:0.8rem 1rem;
            font-size: 1.2rem;
            margin-left:-1px;
            line-height:1.25;
            color:#007bff;
            background-color:#fff;
            border:1px solid #dee2e6}
            .page-link:hover{
            z-index:2;
            color:#0056b3;
            text-decoration:none;
            background-color:#e9ecef;
            border-color:#dee2e6}
            .page-link:focus{
            z-index:2;
            outline:0;
            box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
        .page-item:first-child .page-link{
            margin-left:0;
            border-top-left-radius:0.25rem;
            border-bottom-left-radius:0.25rem}
            .page-item:last-child .page-link{
            border-top-right-radius:0.25rem;
            border-bottom-right-radius:0.25rem}
            .page-item.active .page-link{
            z-index:1;
            color:#fff;
            background-color:#007bff;
            border-color:#007bff}
            .page-item.disabled .page-link{
            color:#c3ccd3;
            pointer-events:none;
            cursor:auto;
            background-color:#fff;
            border-color:#dee2e6}
    
    .footer{
        font-size:0.8rem;
        color:WHITE;
        padding:10px 5px;
        text-align:left;
        margin:0 auto;
        width:100%;
        min-height:100px;
        background-color:#1C1C1C;
        margin-top: 30px;
        }
        .footer a{
            color:WHITE}
            .footer-div{
                display:flex;
                overflow-x:auto;
                width:100%;
                height: 40px;
                align-items:center;
            }
            .footerBigLnk{
                text-decoration: none;
                color:black;
                border:1px solid white;
                font-size: 14px;
                border-radius: 3px;
                margin:3px;
                padding: 3px;
                display: inline-block;
                white-space:nowrap
            }

            @media (max-width: 359px){ /* special 320px */
                .bloc-search,.bloc-dir,.bloc-car {
                    margin: 2px 0px;
                    width: 316px;
                }
                .bloc-car-pic{width:315px}
                .page-link{font-size:1rem;padding:0.6rem 0.8rem}
            }
            @media (min-width:768px){   /* mode desktop */
                .footer-div{display:block;overflow-x:unset;margin-bottom: 10px;}
                .footer{font-size:1rem}
                .bloc-ads{width:354px;margin:3px}

                }
            
            /* import ancienne version a verifier*/

                @media (min-width:768px){
                .adBloc,
                .carBloc,
                /*.searchBloc{margin:2px 5px 2px 5px;}
                .searchBloc{height:300px}*/
                .searchBlocResult{padding-top:15px}
                .breadCrumb h1{font-size:16px;letter-spacing:0px;padding-left:4px;padding-top:4px} 
                .modelListBloc{width: 32%;}
                .adslot_2 { width:100%;height: 90px; }
                .adSlotContainer {height: 90px; }
                .sticky-top{position:sticky;}
            
                }
            
            /* fin import */
            .car-grid{
                /*width:100%;*/
                margin:auto;
                display:grid;
                grid-template-areas: "bar" "image" "highlights" "details" "pub" "warning" "map" "other";}
                .car-bar{
                grid-area:bar;
                position:sticky;
                top:0px;
                background-color:#0046ba;
                z-index:1001;
            height: 48px;
        display: flex;
    align-items: center;
    justify-content: space-between;
padding: 0px 4px;}
                .car-bar-back{
                /*position: absolute;
                top: 5px;
                left: 5px;*/
                height: 36px;
                }
                .car-bar-model{
                    /*position: absolute;
                    top: 8px;
                    left: 50px;*/
                    color: #fff;
                    font-size:1.0rem;
                    padding: 0px 2px;
                    /*border: 1px solid white;*/
                    text-align: center;
                    line-height: 1.2rem;
                    margin: 0px 3px;
                    }   
                    .car-bar-model>span{
                        display: inline-block;
                    } 
                                .car-model-h1{
                text-align:center;
                font-size:1.7rem;
                font-weight:600;
                margin:auto;                    

                    }
                    .car-fav{
                        text-align: center;
                        /*position: absolute;
                        top: 20px;
                        right: 10px;*/
                        background-color: white;
                        opacity: 0.8;
                        border-radius: 50%;
                        width: 40px;
                        height: 40px;
                        padding-top: 8px;
                    }
                    .car-pic{
                        grid-area:image;
                        width: 100%;
                        margin:0 auto;
                        min-height:219px;
                        position: relative;
                        /*display:flex;
                        align-items:center;
                        justify-content:center*/}
                        .car-pic img{
                            width:100%;
                            }
                            .car-highlights{
                                grid-area: highlights;
                                padding:0px 2px}


                                .car-price-div{
                                    display:flex;
                                    margin:6px 0px;
                                    justify-content:space-around;
                                    align-items:center}
                                    .car-price{
                                        font-size:2rem;
                                        font-weight: 700;
                                    color:#0046ba}
                                    .car-price-ad{
                                        font-size:1.1rem;
                                        padding:3px;
                                        margin-left: 5px;
                                        border: 1px solid blue;
                                        font-weight:600}
                                        .car-version{
                                            font-size:1.2rem;
                                            line-height:0.9;
                                            color:grey;
                                            text-align:center;
                                            margin-top:4px}
                                        
                                        
                                        
                                            .car-data{
                                            font-size:1.4rem;
                                            text-align:left;
                                            padding-left:8px;
                                            line-height:1.2}
                                            .car-data-h2{
                                                margin: 0;
                                                text-align: right;
                                                padding-right: 5px;
                                                font-weight: 600;
                                            }
                                            .car-hl-ad{
    
                                                
                                                width:100%;
                                                text-align:center;
                                                margin-top:7px}
                                                .adslot_1{
                                                width:100%;
                                                height:90px}
                                                .car-details{
                                                    grid-area:details;
                                                    width:100%;
                                                    padding:4px}
                                                    .car-details-title{
                                                        font-size:1.4rem;
                                                        font-weight: 600;
                                                        width: 100%;
                                                        text-align:center;
                                                    }
                                                    .car-details-data{
                                                        text-align:left;
                                                        font-size:1.1rem;
                                                        margin:4px 0px}
                                                        .car-details-data span{
                                                            font-style: oblique;
                                                            color: #8996a5;
                                                        }
                                                        .car-origin{
                                                            font-size:1.0rem;
                                                            text-align:left;
                                                            font-style:italic;
                                                            margin-top:14px}
                                                            .btn-contact{
                                                                background-color: #FFFFFF;
                                                                border-color: #929292;
                                                                width:60%;
                                                            margin: 2px 0px 15px 0px;}
                                                            .car-other{
                                                                grid-area: other;   }        
                                                                .car-expired{
                                                                    grid-area:bar;
                                                                    border: 3px solid red;
                                                                    padding:3px;
                                                                    max-width: 768px;
                                                                    margin-bottom: 10px;
                                                                }  
                                                                .car-expired-title{
                                                                    font-size: 1.2rem;
                                                                    font-weight: 700;
                                                                    text-align: center;
                                                                    margin: 5px 0px;
                                                                }        
                                                                .bloc-pub-services{
                                                                    display:flex;
                                                                    flex-direction: column;
                                                                    width: 354px;
                                                                    margin: 0 auto;
                                                                }
                                                                .bloc-pub-services a{
                                                                   color   :inherit;
                                                                    text-decoration:none;
                                                                    
                                                                }

                                                                .bloc-pub-service{  
                                                                    font-size:1.2rem;
                                                                    padding:6px 3px 6px 15px;
                                                                    line-height: 1.2rem;
                                                                    border:1px solid #babacc;
                                                                    font-weight:600;
                                                                    display: flex;
                                                                    justify-content: space-between;
                                                                    align-items: center;


                                                                margin:10px 5px}
                                                                .bloc-pub-service-arrow{
                                                                    
                                                                    color:#babacc ;
                                                                    
                                                                    font-size: 2.0rem;
                                                                    /*line-height: 1rem;
                                                                    font-weight: 400;*/
                                                                }
                                                                .bloc-pub-service-span{
                                                                    font-size: 1rem;
                                                                    font-weight: normal;

                                                                }
                            
                                                        
            /* import brut annonce.css */
            /* base 360px*/


    .btn-action{
    padding:0.2rem 0.5rem}


    .safety{
    font-size:0.9rem;
    margin-top:5px}
    .btn-alert{
    color:#212529;
    background-color:#ece9e9;
    border-color:#ece9e9;
    margin:0 auto;
    margin-top:5px}

    .mainBody-map{
    grid-area:map;
    width:100%}
    .mainBody-pub{
    grid-area:pub}
    #map{ 
    height:280px;
    margin:0 auto;
    width:95%;
    margin-top:5px}
    .bigLnk{
    text-decoration:none;
    color:black;
    border:1px solid gray;
    font-size:14px;
    border-radius:3px;
    margin:3px;
    padding:3px;
    display:inline-block;
    white-space:nowrap}
    .carAds_msg{
    text-align:center;
    background-color:#f4e779;
    margin-bottom:5px}
    
    @media (max-width:359px){
    .btn-action{
    padding:0.2rem 0.3rem}
    .btn-select{
    width:100px}
    .photo{
    width:320px}
    .dataTitle{
    font-size:1rem}
    .pubLine{
    font-size:1rem}
    .adslot_1{
    width:320px}
    .dataOrigin{
    font-size:1rem}
    }
    @media (min-width:801px){
    .car-grid{
    grid-template-areas:"bar bar" "image highlights" "image map" "details pub" "other other"}
    .car-pic{
        min-width: 800px;

    }
    .car-pic img{
        height: 650px;
        object-fit: cover;

      }
      #map{
        height: 302px;
      }
      .car-bar-model{
        font-size: 1.5rem;
        padding: 0px 8px;
    }
    .car-expired{
        width: 768px;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 6px;
        font-size: 1.2rem;
    }  
    }
    @media (max-width:430px){
      .car-pic img{
        max-height: 300px;
      }
    }



    .banner-area {
        position: relative;
        min-height: 120px;
        color: #fff;
        background-position: 50% 50%;
        background-size: cover;
        margin-bottom: 10px;
        background-image: url(https://www.voiture-pas-chere.fr/images/banner-sell.jpg);
        display: flex;
        align-items: center;
        justify-content:center
      }
      .banner-title {
        /*color: #fff;*/
        text-align:center;
        text-transform:uppercase;
        font-size:2rem;
        font-weight:900;
        /*margin-top: 0px;*/
    }
    .services-text{
        font-size:1.1rem;
        padding: 2px;
      }
      .services-text-title{
        font-size:1.2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
      }


    .form-account{
        max-width: 640px;
        margin: 0px auto;
        padding: 0px 10px;
        margin-top: 30px;
    }
    .form-group{
        margin-bottom: 1rem;
    }
    .form-google{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form-group img{
        vertical-align: bottom;
    }
    @media (min-width:768px){
        .banner-area{
            min-height: 200px;

        }
        .banner-title{
            font-size:4rem;
            
        }
    }

    .models-col{
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
        }
        .models-bloc{
            width:90%;
            /*text-align:left;*/
            margin: 3px;
            /*display:flex;
            flex-direction: column;*/
            padding: 2px;
            background-color: #fbfbfb;
        }
    .models-brand{
        font-size:1.5rem;
        font-weight:600;
        text-decoration: underline;
    }
    .models-name{
        padding-left: 6px;
        font-size: 1.5rem;
    
    
    }

    @media (min-width:768px){
        .models-bloc{
            width:300px
        }
    }
    .msg{
        text-align: center;
        padding:6px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 1.0rem;
    }
    .alert{
        background-color: red;
        color: white;
   }
    .msgSuccess{
        background-color: lime;
    }


    .return-bar{
        position: sticky;
        top: 0px;
        background-color: #0046ba;
        z-index: 1001;
        height: 46px;
        width: 100%;
        color: #FFF;
        padding:0px 4px;
        display:flex;
        align-items: center;

    }
    /*modal*/
    .modal-open{
    overflow:hidden}
    .modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto}
    .modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0}
    .modal-dialog{
    position:relative;
    width:auto;
    margin:0.5rem;
    pointer-events: none}
    .modal.fade .modal-dialog{
    transition:-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
    transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform:translate(0, -50px);
    transform:translate(0, -50px)}
    @media (prefers-reduced-motion: reduce){
    .modal.fade .modal-dialog{
    transition:none}
    }
    .modal.show .modal-dialog{
    -webkit-transform:none;
    transform:none}
    .modal-dialog-scrollable{
    display:-ms-flexbox;
    display:flex;
    max-height:calc(100% - 1rem)}
    .modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 1rem);
    overflow:hidden}
    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer{
    -ms-flex-negative:0;
    flex-shrink:0}
    .modal-dialog-scrollable .modal-body{
    overflow-y: auto}
    .modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - 1rem)}
    .modal-dialog-centered::before{
    display:block;
    height:calc(100vh - 1rem);
    content:""}
    .modal-dialog-centered.modal-dialog-scrollable{
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    height:100%}
    .modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height:none}
    .modal-dialog-centered.modal-dialog-scrollable::before{
    content:none}
    .modal-content{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0, 0, 0, 0.2);
    border-radius:0.3rem;
    outline:0}
    .modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000}
    .modal-backdrop.fade{
    opacity:0}
    .modal-backdrop.show{
    opacity:0.5}
    .modal-header{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem 1rem;
    border-bottom:1px solid #dee2e6;
    border-top-left-radius:0.3rem;
    border-top-right-radius:0.3rem}
    .modal-header .close{
    padding:1rem 1rem;
    margin:-1rem -1rem -1rem auto}
    .modal-title{
    margin-bottom:0;
    line-height:1.5;
    margin-top:0}
    .modal-body{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding: 1rem}
    .modal-footer{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:1rem;
    border-top:1px solid #dee2e6;
    border-bottom-right-radius:0.3rem;
    border-bottom-left-radius:0.3rem}
    .modal-footer > :not(:first-child){
    margin-left:.25rem}
    .modal-footer > :not(:last-child){
    margin-right:.25rem}
    .modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll}
    @media (min-width:576px){
    .modal-dialog{
    max-width:500px;
    margin:1.75rem auto}
    .modal-dialog-scrollable{
    max-height:calc(100% - 3.5rem)}
    .modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 3.5rem)}
    .modal-dialog-centered{
    min-height:calc(100% - 3.5rem)}
    .modal-dialog-centered::before{
    height:calc(100vh - 3.5rem)}
    .modal-sm{
    max-width:300px}
    }
    @media (min-width:992px){
    .modal-lg,
    .modal-xl{
    max-width:800px}
    }
    @media (min-width:1200px){
    .modal-xl{
    max-width:1140px}
    }

    /*fin import annonce.css */



    .d3{
        width: 100%;
        padding-left: 2px;
        text-align: left;

    }
    .bloc-car-d{
        height: 114px;
        border-radius: 0px;

    }




 

    .d-col{
        display: flex;
        margin: 6px 0px;
        line-height: 1.2;
    }
    .d-col1{
        width: 50%;
        padding-left: 4px;
    }
        .d-col2{
        width: 50%;
        padding-right: 4px;
        text-align: right;
    }













.dev3-car-card a{
color:inherit;
text-decoration:none
}

.dev3-car-card__top__pic_model{
font-size:1.2rem;
font-weight:600;
background-color:#0046ba;
color:white;
/*padding-bottom:2px;*/
border-radius:8px 8px 0px 0px;
height:26px;
display:flex;
align-items:center;
justify-content:center;
opacity: 0.8;
position: absolute;
top: 0px;
width: 100%;}

.dev3-car-card__top__pic_city{
display: block;
position: absolute;
top: 32px;
left: 0px;
background-color: white;
opacity: 0.8;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
padding: 2px;
font-weight: 600;
font-size:1.1rem;
line-height: 0.9;
}
.dev3-car-card__top__pic_hl2{
position: absolute;
top: 196px;
right: 0px;
background-color: white;
opacity: 0.8;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
padding: 2px 2px 3px 4px;
font-weight: 600;
font-size:1.1rem;
line-height: 0.7;
}









.container-right-bg{
    background-color: #edecec;
}






.div-line{
display: flex;
flex-direction: row;
align-items: flex-end;
}  
.cc-home{
width:354px;
height:113px; /* a ajuster */
margin:3px;
position:relative;
display:inline-block;
line-height:1.1;
border-radius:4px;
border:1px solid #b7c7cd;
text-align:center;
vertical-align: top;
margin: 4px 3px;
background-color: #fff;
scroll-margin-top: 56px;
}  
.cc{
width:354px;
height:113px; /* a ajuster */
margin:3px;
position:relative;
display:inline-block;
line-height:1.1;
border-radius:4px;
border:1px solid #b7c7cd;
text-align:center;
vertical-align: top;
margin: 4px 3px;
background-color: #fff;
scroll-margin-top: 56px;
}
.cc_p1{    
display: flex;
flex-direction: row;
height: 113px;
}
.cc_p1_pic{
    width: 180px;
    display: flex;
    justify-content: center;
    height: 111px;
}
.cc_p1_pic img{
border-radius: 4px;
width: 180px;
transition: width 0.2s linear, height 0.2s linear;
}
.cc_p1_resume{
    display: flex;
    flex-direction: column;
    width: 170px;
}
.cc_p1_resume_brand{
text-align: center;
font-size: 0.9rem;
font-style: italic;
}
.cc_p1_resume_model{
text-align: center;
font-size: 1.3rem;
font-weight: 600;
color: #1800ad;
text-transform: capitalize;
}
.cc_p1_resume_info{
font-size: 0.9rem;
width: 60%;
text-align: left;
padding-left: 3px;
}
.cc_p1_resume_price{
font-size: 1.1rem;
font-weight: 700;
color: #01a056;
text-align: right;
width: 40%;
}
.cc_p1_resume_city{
font-size: 0.9rem;
font-weight: 600;
}
.cc_p2{    
display: none;
}
.cc_p2_name{
text-align: center;
font-weight: 600;
font-size: 1.4rem;
color: #1800ad;
}
.cc_p2_version{
text-align: center;
font-size: 1.0rem;
color: #495057;
margin-bottom: 4px;
}
.cc_p2_data{
text-align: left;
margin: 2px 5px;
font-size: 1.2rem;
}
.cc_p2_data span{
font-size:0.9rem ;
color: #495057;
font-style: italic;
padding-right: 3px;
width: 140px;
display: inline-block;
}
.cc_p3{    
display: none;
}
.cc_p3_seller{
text-align: left;
font-size: 0.9rem;
padding-left: 3px;
color: black;
font-style: italic;
}
.cc_p3_loc{
text-align: left;
font-size: 1.2rem;
font-weight: 600;
padding-left: 3px;
color: black;
margin-top: 5px;
}
.cc_p3_price{
font-size: 1.6rem;
font-weight: 700;
color: #01a056; 
text-align: right;
padding-right: 4px;
}
.cc_p3_bar{
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.cc_p3_bar_left{
display: flex;
align-items: center;
}
.cc_p3_bar_left_lnk{
background-color: #1800ad;
padding: 4px 16px;
 margin: 0px 4px;
font-size: 1.1rem;
margin-top: 1px;
border-radius: 4px;
line-height: 0.7;
display: none;
}
.cc_p3_bar_left_lnk a{
color: #fff;
font-weight: 600;
}
.cc_p3_bar_left_lnk span{
font-size: 0.7rem;
color: #dbdbdc;
}
.cc_p3_bar_right{
display: flex;
align-items: center;
gap: 4px;
}

/*cc-open*/
.cc-open{
    height: 540px;
}
.cc-open .cc_p1,
.cc-open #pic{
    height: 220px;
}
.cc-open .cc_p1_pic,
.cc-open #pic{
    width: 352px;
}
.cc-open .cc_p1_resume{
    display: none;
}
.cc-open .cc_p2{
    display: inline;
}
.cc-open .cc_p3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 180px;
}

/*display link*/
.cc-isfav .cc_p3_seller{
    display: none;
}
.cc-isfav .cc_p3_bar_left_lnk{
    display: inline;
}










.dev3-car-card__bottom__bar__left_ico{

    background-color: white;
    border-radius: 15%;
    width: 44px;
    height: 44px;
    padding-top: 2px;
    margin-left: 6px;
}
.dev3-car-card__bottom__bar__reduce-btn{
width:34px;
height:34px;
margin-right: 2px;
margin-top:2px;}



.choice-group {
  display: flex;
  gap: 12px;
}

.ui-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.reduce-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  stroke: #000000;
}

.icon {
  width: 100%;
  height: 100%;
}

.icon .bg {
  fill: none;
  stroke-width: 2;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.icon .symbol {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}

/* État par défaut */
.ui-btn.yes .bg,
.ui-btn.yes .symbol {
  stroke: #2e7d32;
}

.ui-btn.no .bg,
.ui-btn.no .symbol {
  stroke: #c62828;
}
.ui-btn.reduce .bg,
.ui-btn.reduce .symbol {
  stroke: #000000;
}

/* État sélectionné */
.ui-btn.active.yes .bg {
  fill: #2e7d32;
  stroke: #2e7d32;
}

.ui-btn.active.no .bg {
  fill: #c62828;
  stroke: #c62828;
}

.ui-btn.active .symbol {
  stroke: #ffffff;
}

/* Focus clavier (important accessibilité) */
.ui-btn:focus-visible {
  outline: 3px solid #90caf9;
  outline-offset: 4px;
}

.cc-isfav{
    outline: 2px solid #01a056;
}

.cc-ishide{
    display: none !important;
}

.badge{
display:inline-block;
padding:0.15em 0.4em;
font-size:1.3rem;
font-weight:700;
line-height:1.2;
border-radius:4px;
margin-right: 3px;

color:#FFF}

.bar-ico{
    padding: 2px;
}
.badge-fav{
    background-color:#2e7d32;

}
.badge-hide{
    background-color:#c62828;

}
.bull{
    font-size: 0.7rem;
    vertical-align: bottom;
    padding-right: 1px;
    color: #01a056;
}
    .page-nav{
        display: flex;
        justify-content:center;
    margin-top: 10px;}
.more{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 1px 40px;
    border-radius: 20px;
    background-color: #f1f3f4;
}


/*searchBar*/
.searchBar {
    width: 356px;
    display: flex;
    text-align: center;
    font-size: 1rem;
    /*background-color: #f7f7f7;*/
    border-radius: 4px;
    padding: 2px 2px 5px 2px;
    border: 1px solid #b7c7cd;
}
.searchBar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    z-index: 1000;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}
.searchBar_left{
    width: 80%;
}
.searchBar_left_header{
    text-align: left;
    padding-left: 5px;
    display: flex;
    color: #1800ad;
    font-weight: 600;
}
.searchBar_left_filter{
    display: flex;
}
.searchBar_left_filter .filter{
    margin: 2px;
    border: 1px solid silver;
    padding: 0px 3px;
    border-radius: 5px;
    font-size: 0.9rem;
    background-color: #ffffff;
}
.searchBar_badge{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*searchBloc*/
.searchBloc{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    /*width:354px;*/
    margin:0 auto;
    /*border-radius:8px;
    border:1px solid #af9999;*/
    /*padding-top:5px;*/
    z-index: 10000;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.searchBloc_header{
    display: flex;
    justify-content: space-between;
    height: 36px;
    padding: 2px;
    font-size: 1.2rem;
}
.searchBloc_header_title{
        text-align: left;
    padding-left: 5px;
    display: flex;
    color: #1800ad;
    font-weight: 600;
}

.searchBloc_form input,select{
font-size:1.0rem;
padding-left:10px;
}
.searchBloc_form_group{
display:flex;
align-items:center;
text-align:left;
width:300px;
margin:0 auto;
margin-bottom:10px}
.searchBloc_form_input_loc{
font-size:1.0rem;
width:298px;
height:35px;
padding-left:10px;
border-radius:4px;
border:1px solid gray;
margin-top:2px}
.searchBloc_form_input{
    position: relative;
font-size:1.0rem;
width:214px;
height:30px;
padding-left:10px;
border-radius:4px;
border:1px solid gray;
margin:0px 3px}
.searchBloc_form_label{
font-size:0.9rem;
width:40%;
max-width:80px}
.searchBloc_form_select{
margin:0px 3px;
height:30px;
width:100%;
border-radius: 4px}
#autoComplete,#autoCompleteModel {
  border: 1px solid #ccc;
  max-width: 298px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: white;
  z-index: 5;
}
#autoCompleteHome {
  border: 1px solid #ccc;
  max-width: 298px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: white;
  z-index: 5;
  text-align: left;
  top: 50px;
}
#autoComplete li,#autoCompleteModel li {
  padding: 6px;
  cursor: pointer;
}
#autoComplete li:hover,#autoCompleteModel li:hover {
  background: #eee;
}
.searchBloc_form_multiSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 12px;
    border: 1px solid gray;
  font-size: 14px;
  background: #fff;
  transition: 0.2s;
  width: 214px;
}
.placeholder{
    font-size: 1rem;
}
.options {
  position: absolute;
  width: 220px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 1px;
  display: none;
  z-index: 10;
  max-height: 150px;
  overflow-y: auto;
}

.options label {
  display: block;
  padding: 6px 12px;
  cursor: pointer;
}

.options label:hover {
  background: #f3f3f3;
}
.searchBloc_form_group select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.searchBloc_form_group select,
.searchBloc_form_multiSelect {
  background: url("data:image/svg+xml;utf8,<svg fill='%23666' viewBox='0 0 20 20' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5'/></svg>")
  no-repeat right 10px center;
  padding-right: 30px;
}




@media (min-width:1024px){
    .cc{
        display: flex;
        height: 222px;
        width: 950px;
        margin-top: 10px;
    }
    .cc-open .cc_p1,
.cc #pic{
    height: 220px;
}
.cc .cc_p1_pic,
 .cc #pic{
    width: 352px;
}
.cc .cc_p1_resume{
    display: none;
}
.cc_p2{
    display: inline;
    width: 320px;
    margin-left: 10px;
}
.cc_p3{
    display: flex;
    width: 270px;
    flex-direction: column;
    justify-content: flex-end;
    height: 220px;
}
.reduce-btn{
    display: none;
}
.searchBar{
    display: none;
}
.searchBloc{
    display: block;
    width: 354px;
    position: sticky;
    box-shadow: none;
    top: 50px;
    border: 1px solid #01a056;
    border-radius: 4px;
}
.close-cross{
display: none;
}
.navbar{
            padding: 0px calc((100% - 1420px) / 2)!important;
}
.container-left{
    width: 380px;
}
}
.div-city{
    padding: 4px;
    margin-top: 8px;
    line-height: 1.3;
    font-size: 0.9rem;
}



.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0 6px;
    height: 48px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    position: relative;
    z-index: 1000;
    gap: 16px;
    margin-bottom: 6px;
  }

  .navbar-brand img {
    width: 200px;
    display: block; }

  /* ── Menu principal ── */
  .navbar-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    flex: 1;
    justify-content: flex-end;
  }

  .navbar-menu > li > a {
    display: block;
    padding: 8px 14px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-family: sans-serif;
    border-radius: 4px;
    transition: background .2s, color .2s;
  }

  .navbar-menu > li > a:hover { background: #f0f0f0; color: #e44d26; }

  /* ── Dropdown ── */
  .has-dropdown { position: relative; }
  .dropdown-toggle .arrow { font-size: 11px; transition: transform .2s; display: inline-block; }
  .has-dropdown.open .arrow { transform: rotate(180deg); }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    min-width: 260px;
    list-style: none;
    padding: 6px 0;
    z-index: 999;
  }

  .dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    transition: background .15s;
    white-space: nowrap;
  }

  .dropdown-menu li a:hover { background: #fdf2ee; color: #e44d26; }
  .has-dropdown.open .dropdown-menu { display: block; }

  /* ── Zone droite (icône + burger) ── */
  .navbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }

  /* ── Icône compte ── */
  .account-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    font-family: sans-serif;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background .2s;
    position: relative;
  }

  .account-btn:hover { background: #f5f5f5; }

  .account-icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .icon-user {
    width: 26px;
    height: 26px;
    color: #555;
    transition: color .2s;
  }

  /* Badge statut (petit rond en bas à droite de l'icône) */
  .account-badge {
    position: absolute;
    bottom: -2px;
    right: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .badge-out { background: #ccc; }   /* gris = déconnecté */
  .badge-in  { background: #22c55e; } /* vert = connecté   */

  /* Par défaut : état déconnecté affiché */
  .account-btn .icon-logged-in,
  .account-btn .badge-in { display: none; }

  /* Quand connecté */
  body.logged-in .account-btn .icon-logged-out,
  body.logged-in .account-btn .badge-out { display: none; }

  body.logged-in .account-btn .icon-logged-in,
  body.logged-in .account-btn .badge-in  { display: block; }

  body.logged-in .account-btn { color: #22c55e; }
  body.logged-in .icon-user   { color: #22c55e; }

  /* Label texte : visible desktop, masqué mobile */
  .account-label {
    white-space: nowrap;
    font-size: 14px;
  }

  /* ── Burger ── */
  .navbar-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .navbar-toggle span {
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all .3s;
  }

  /* ── Mobile ── */
  @media (max-width: 768px) {
    .navbar-toggle { display: flex; }

    /* Le label texte disparaît sur mobile (l'icône suffit) */
    .account-label { display: none; }

    /* L'icône reste visible et un peu plus grande */
    .icon-user { width: 28px; height: 28px; }

    .navbar-menu {
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      position: absolute;
      top: 32px;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,.1);
      padding: 8px 0;
    }

    .navbar-menu.open { display: flex; }
    .navbar-menu > li > a { border-radius: 0; padding: 12px 20px; }

    .dropdown-menu {
      position: static;
      box-shadow: none;
      border: none;
      border-top: 1px solid #eee;
      border-radius: 0;
      padding-left: 16px;
      min-width: unset;
    }
  }


  .suffix {
  position: absolute;
  right: 14px;
  color: #565454;
  pointer-events: none;
  font-size: 1rem;
}
.suffix-wrapper {
  position: relative;
  display: flex;  /* ou inline-flex */
  align-items: center;
  width: 220px;           /* même largeur que ton input */
}