/* CAROUSEL */
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#fff;opacity:.3;}
.jssora106 .a {fill:none;stroke:#000;stroke-width:350;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#fff;border-radius: 8px !important;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;object-fit: cover; border-radius: 8px !important;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}

.jssor-angle-next{
    height: 30px;
    width: 30px;
    background: var(--couleurVitrineOpacite);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    opacity: 0.8;
    transition-duration: 0.3s;
}

.jssor-angle-next:hover{
    opacity: 1;
}

#jssor_1{
    margin:20px auto;
}

#jssor_2{
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

#jssor_2 img{
    object-fit: contain;
}

#modal_carousel_full_screen{
    padding: 0 !important;
}

overlay.vehicule-vendu{
    z-index: 99;
    background: #ffffff8c;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

overlay.vehicule-vendu::after{
    content: 'Vendu';
    position: absolute;
    background: #50c486;
    color: white;
    width: 100%;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Fira Sans';
}

.modules-interactifs{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9 !important;
}

.bouton-ouvrir-vue-specifique{
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 22px;
    background: #00000055;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    margin: 5px;
    z-index: 8 !important;
    transition-duration: 0.3s;
}

.bouton-ouvrir-vue-specifique:hover{
    background: var(--couleurVitrine);
    color: white;
}

.bouton-photos-plein-ecran{
    right: 20px;
}

.details-vehicule-sous-titre{
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0px;
    font-size: 16px !important;
}

.details-vehicule-sous-titre:after {
    content: '';
    position: relative;
    top: 5px;
    width: 40px;
    display: block;
    height: 2px;
    background-color: rgb(0 0 0);
}

#partie_inferieure_vehicule_tabs{
    container-type: inline-size;
    container-name: container-partie-inferieure-vehicule-tabs;
    background: white;
    border-radius: 8px;
    box-shadow: var(--ombreSiteVitrine);
}

#tab_details_vehicule{
    background: #e7e7e7;
    border-radius: 8px 8px 0px 0px;
}

#tab_details_vehicule .nav-item{
    text-align: center;
}

#tab_details_vehicule .nav-link, #tab_details_vehicule .nav-link:hover{
    background: transparent !important;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--couleurPrincipaleTexteVitrine);
    border-bottom: 5px solid transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    padding: 14px;
}

#tab_details_vehicule .nav-link.active {
    color: var(--couleurVitrine);
    border-bottom: 5px solid var(--couleurVitrine) !important;
    font-weight: 700;
}

#tab_details_vehicule_caracteristiques:before{
    content: 'Caractéristiques';
}

#tab_details_vehicule_equipements:before{
    content: 'Équipements';
}

#tab_details_vehicule_options:before{
    content: 'Options';
}

#tab_details_vehicule_financement:before{
    content: 'Financement';
}

#tab_details_vehicule_content{
    padding: 20px;
}

#tab_details_vehicule_content .details-vehicule-libelle p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}

#tab_details_vehicule_content .details-vehicule-valeur p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
    color: var(--couleurVitrine);
}

#tab_details_vehicule_content .details-mention-garantie{
    display: flex;
    align-items: center;
    color: var(--couleurVitrine);
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    padding: 15px 0px;
    font-size: 16px !important;
}

#tab_details_vehicule_content .details-mention-garantie i{
    font-size: 25px;
    margin-right: 10px;
}

.cadre-fiche-resume-vehicule .details-mention-garantie{
    display: flex;
    align-items: center;
    color: var(--couleurPrincipaleTexteVitrine);
    font-weight: 500;
    margin: 0;
    padding: 15px 0px;
    font-size: 16px !important;
}

.cadre-fiche-resume-vehicule .details-mention-garantie i{
    font-size: 22px;
    margin-right: 10px;
    color: var(--couleurVitrine);
}

.bouton-cadre-contact{
    background: white;
    color: var(--couleurVitrine);
    box-shadow: var(--ombreSiteVitrine);
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    margin-right: 10px;
}

.bouton-cadre-contact p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 500;
    white-space: nowrap;
}

.bouton-cadre-contact i{
    margin-right: 10px;
}

.bouton-cadre-reprise{
    background: var(--couleurVitrine);
    color: white;
    box-shadow: var(--ombreSiteVitrine);
    border-radius: 8px;
    width: 100%;
    padding: 10px;
}

.bouton-cadre-reprise p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 500;
    white-space: nowrap;
}

.details-bloc-energie{
    position: relative;
    background: white;
    margin: 10px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: #d5d5d5 0px 0px 5px 0px;
    border-radius: 5px;
    margin-left: 0 !important;
}

.row-btn-actions-vehicule a{
    padding: 5px;
}

.co2-taux-bloc-energie{
    margin: 0;
    font-size: 18px !important;
    font-weight: 900;
}

.details-bloc-energie h5{
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}

.row-details-vehicule{
    display: flex;
    align-items: center;
}

.col-details-vehicule{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.bloc-details-vehicule-lib-val{
    display: flex;
}

.details-vehicule-libelle, .details-vehicule-valeur{
    width: 50%;
}

/* STYLE DE LA PAGE */

body{
    overflow-x: hidden;
}

.miniature {
    display: inline-block;
}

.h3-title {
    color: var(--couleurPrincipaleTexteVitrine);
    text-transform: uppercase;
    font-size: 25px !important;
    margin-top: 30px;
}

.img-retour {
    width: 28px;
}

.square-text-marque {
    font-size: 30px !important;
    color: var(--couleurPrincipaleTexteVitrine);
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 600 !important;
    text-align: center;
}

.square-text-marque .logo-marque{
    max-height: 30px;
    margin-right: 5px;
    transform: scale(0.8);
}

.square-text-version {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--couleurVitrine);
    text-align: center;
    font-weight: 400;
}

.details-mensualite-info{
    color: #a9a9a9;
    font-size: 16px;
    cursor: pointer;
}

.div-img-vehicule-occasion {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.div-img-vehicule-occasion-miniature {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.img-vehicule-occasion {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: inherit;
    height: 600px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-vehicule-occasion-miniature {
    max-height: 140px;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.div-img-vehicule-occasion-miniature {
    margin: 10px 5px;
    padding: 0;
}

.div-caracteristiques {
    padding: 10px;
    border-radius: 10px;
}

.div-caracteristiques-row {
    container-type: inline-size;
    container-name: container-div-caracteristiques;
}

.div-caracteristiques-table {
    width: 100%;
    margin-top: 20px;
}

.div-caracteristiques-panel{
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    position: relative;
    margin-left: 8.333333%;
}

.div-caracteristiques-panel-fixed{
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin-right: 60px;
    position: fixed;
    margin-left: 0;
}

.div-caracteristiques-panel-absolute{
    position: absolute !important;
    bottom: 0 !important;
}

.div-panel-responsive{
    width: 100% !important;
    margin-left: 0 !important;
}

.champs-caracteristiques {
    display: flex;
    justify-content: space-between;
    color: var(--couleurPrincipaleTexteVitrine);
    font-size: 20px !important;
}

.btn-telecharger-pdf{
    font-size: 20px;
}

.btn-telecharger-pdf i{
    font-size: 28px;
}

.pictos-img-occasions {
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
    color: var(--couleurPrincipaleTexteVitrine);
}

.tr-spe-ocasion {
    transition-duration: 0.2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tr-spe-ocasion:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition-duration: 0.2s;
}

.td-spe-ocasion {
    font-size: 20px;
    color: white;
}

.div-mensualite-vehicule{
    text-align: center;
}

.div-mensualite-vehicule .mensualite{
    margin: 0;
    font-size: 22px !important;
    color: var(--couleurVitrine);
    font-weight: 600;
}

.div-mensualite-vehicule span{
    font-weight: 700;
    font-size: 35px !important;
}

.div-prix-vehicule-origine{
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
}

.div-prix-vehicule p{
    margin: 0;
    font-size: 24px;
    color: black;
    font-weight: 700;
}

.div-prix-vehicule span{
    font-size: 16px;
    font-weight: 400;
}

.pastille-promo{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-left: 20px;
    z-index: 5;
    background: #d3efe3;
    color: #3aad7b;
    border-radius: 50px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}

.pastille-promo i{
    padding-left: 4px;
}

.pastille-promo .texte-prix-promo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    padding: 0 8px;
}

.pastille-promo .pourcentage-promotion{
    background: #3aad7b;
    color: white;
    padding: 0px 5px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-calcul-financement{
    margin: 0;
    font-size: 18px !important;
    font-weight: 600;
    color: black;
    text-align: center;
    background-color: #e7e7e7;
    padding: 8px;
    user-select: none;
    cursor: pointer;
    transition-duration: 0.5s;
}

.label-calcul-financement:hover{
    background-color: var(--couleurVitrine);
    color: white;
}

.ttc {
    font-size: 20px !important;
}

.informations-co2-icon{
    margin-left: 10px;
    font-size: 15px;
}

.co2-nav-item a {
    text-align: center;
    color: #bbb;
    cursor: pointer;
}

.div-categorie-co2{
    padding: 10px;
}

.div-categorie-co2 p{
    color: #555;
    margin-bottom: 10px;
}

.grammes-co2{
    font-weight: bold;
}

.full-barre-progression-co2{
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.barre-progression-co2{
    position: absolute;
    height: 10px;
    background-color: var(--couleurVitrine);
    border-radius: 20px;
}

.p-occas-solo-titre-caracteristique {
    font-size: 18px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--couleurPrincipaleTexteVitrine);
}

.p-caracteristiques {
    font-size: 18px !important;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--couleurVitrine);
}

.div-co2-txt-img {
    position: relative;
}

.div-co2-txt-img img{
    width: 110px;
    margin-top: 5px;
}

.img-vignette-critair {
    width: 60px;
}

.square-text-co2 {
    margin: 0;
    padding-top: 5px;
}

.btn-co2-occasions,
.btn-co2-occasions:hover {
    background-color: transparent;
    color: var(--couleurVitrine);
    border: none;
    margin-top: 2px;
    text-decoration: underline;
}

.img-co2 {
    width: 100%;
}

.vehicule-consommation-full-wltp-nedc-button p{
    margin: 0;
    font-weight: 600;
    font-size: 16px !important;
}

.vehicule-consommation-full-wltp-nedc{
    background: white;
    box-shadow: #d5d5d5 0px 0px 5px 0px;
    border-radius: 5px;
    display: none;
}

.vehicule-consommation-full-wltp-nedc .nav-link{
    border: 0;
    border-bottom: 5px solid #e7e7e7;
    font-weight: 500;
    font-size: 20px;
}

.vehicule-consommation-full-wltp-nedc .nav-link.active{
    border-bottom: 5px solid var(--couleurVitrine);
}

.icone-bloc-energie-titre{
    position: absolute;
    left: 8px;
    top: 5px;
    font-size: 25px;
}

.schema-co2 {
    width: 400px;
}

lettre_categorie {
    font-weight: bold;
}

.mentions-legales-co2{
    font-size: 15px !important;
}

.indice-co2 {
    font-size: 25px !important;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--couleurVitrine);
}

.div-images-carousel {
    background-color: #fafafa;
}

.carousel-vo-image {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 999;
    border-radius: 20px;
}

#menu_categories_onglet{
    width: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 9px 1px #0000006b;
    margin: 10px 0 20px 0;
}

#tab_details_vehicule_equipements_jato{
    display: flex;
    justify-content: space-evenly;
    width:100%;
    border-radius: 8px;
}

#tab_details_vehicule_equipements_jato .nav-item{
    text-align: center;
}

#tab_details_vehicule_equipements_jato .nav-link, #tab_details_vehicule_equipements_jato .nav-link:hover{
    color: var(--couleurVitrine);
    background: transparent !important;
    text-transform: uppercase;
    border: 0px !important;
    padding: 6px 12px;
    margin: 8px;
    font-weight: 500;
    font-size: 14px;
}

#tab_details_vehicule_equipements_jato .nav-link.active, #tab_details_vehicule_equipements_jato .nav-link.active:hover{
    color: white;
    background: var(--couleurVitrineFonce) !important;
    border-radius: 6px;
}

#tab_details_vehicule_equipements_jato .active .nav-link {
    font-weight: bold !important;
}

#tab_details_vehicule_content_equipements_jato{
    width: 100%;
    padding: 20px 0px !important;
}

#tab_details_vehicule_content_equipements_jato ul li{
    list-style: disc;
    margin-bottom: 5px;
    line-height: 1.4;
    padding-right: 20px;
}

#tab_details_vehicule_content_equipements_jato ul li::marker{
    color: var(--couleurVitrine);
}

#tab_details_vehicule_content_equipements_jato .details-vehicule-libelle p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 2;
}

#tab_details_vehicule_content_equipements_jato .details-vehicule-valeur p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 2;
    color: black;
}

#tab_details_vehicule_content_equipements_jato .details-mention-garantie{
    display: flex;
    align-items: center;
    color: black;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    padding: 15px 0px;
    font-size: 16px !important;
}

#tab_details_vehicule_content_equipements_jato .details-mention-garantie i{
    font-size: 25px;
    margin-right: 10px;
}

.ul-equipements {
    column-count: 2;
}

.ul-equipements li p {
    margin: 0;
    font-size: 16px !important;
    font-weight: 400;
}

.ul-equipements li::marker{
    color: var(--couleurVitrine);
}

.equipements-1 {
    display: block;
}

.table-p-option-nom p{
    font-size: 16px !important;
    font-weight: 400;
}

.table-p-option-prix p{
    text-align: right;
    font-size: 15px !important;
    font-weight: 400;
    color: var(--couleurPrincipaleTexteVitrine);
    white-space: nowrap;
}

.div-vpm label{
    color: var(--couleurVitrine);
    font-weight: 500;
    font-size: 16px;
}

/*#select_duree_standard{
    border-radius: 50px;
    font-weight: 700;
    padding: 0px 50px 0px 20px !important;
    width: fit-content;
}*/

.div-proposition{
    display: flex;
    justify-content: space-around;
}

.vpm-proposition-prix{
    margin: 0;
    font-size: 40px !important;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}

.vpm-proposition-prix span{
    font-size: 20px;
    font-weight: 400;
}

.vpm-proposition-ou{
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}

.vpm-proposition-mensualite{
    margin: 0;
    font-size: 30px !important;
    color: var(--couleurVitrine);
    font-weight: 600;
    white-space: nowrap;
}

.vpm-proposition-mensualite span{
    font-weight: 700;
    font-size: 40px !important;
}

.vpm-ou-separation{
    height: 0.05rem;
    width: 50px;
    background: #c1c1c1;
    margin: 0px 10px;
}

#range_apport {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #e7e7e7;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 12px;
    margin-bottom: 30px;
    cursor: grab;
}

#range_apport:active{
    cursor: grabbing;
}

#range_apport::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--couleurVitrine);
    cursor: grab;
}

#range_apport::-webkit-slider-thumb:active {
    cursor: grabbing;
}

#range_apport::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--couleurVitrine);
    cursor: grab;
}

#range_apport::-moz-range-thumb:active {
    cursor: grabbing;
}

#range_apport::-webkit-slider-thumb {
    z-index: 9999;
    width: 25px;
    -webkit-appearance: none;
    cursor: grab;
    border-radius: 50%;
    background: var(--couleurVitrine);
    box-shadow: -1010px 0 0 1000px var(--couleurVitrineOpacite);
}

.img-share-hidden {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.sharethis-sticky-share-buttons{
    z-index: 99 !important;
}

.st-sticky-share-buttons .st-btn {
    margin-bottom: 5px !important;
}

.st-sticky-share-buttons .st-btn:hover {
    width: 150px !important;
}

.cadre-fiche-resume-vehicule{
    background: white;
    border-radius: 10px;
    border-top: 5px solid var(--couleurVitrine);
    box-shadow: var(--ombreSiteVitrine);
    overflow: hidden;
}

.reference-vehicule{
    margin: 0;
    color: #a9a9a9;
    font-size: 12px !important;
    padding: 5px 20px;
    white-space: nowrap;
}

.disponibilite-vehicule{
    margin: 0;
    color: var(--couleurPrincipaleTexteVitrine);
    font-size: 12px !important;
    padding: 5px 20px;
    white-space: nowrap;
}

.tag-vo-unique{
    background: var(--couleurVitrineOpaciteForte);
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 700;
    margin-right: 20px;
    white-space: nowrap;
    color: var(--couleurVitrine);
}

.div-icone-principale-vehicule{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.div-icone-principale-vehicule i{
    color: var(--couleurVitrine);
    font-size: 35px;
    margin-bottom: 8px;
}

.div-icone-principale-vehicule p{
    margin: 0;
    color: var(--couleurPrincipaleTexteVitrine);
    font-size: 15px !important;
    font-weight: 500 !important;
}

.garantie-vehicule{
    text-align: center;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0;
    padding-bottom: 20px;
}

.details-equipements-div{
    color: var(--couleurPrincipaleTexteVitrine);
    font-size: 22px;
}

.img-equipement-principal{
    width: 35px;
}

.border-partie-droite{
    border-left: 1px solid #0000001a;
}

.ou-partie-mensualite{
    position: absolute;
    left: -10px;
    background: #fff;
    color: #999;
}


.table-informations-marchand{
    margin: 10px;
}

.table-informations-marchand .table-informations-marchand-libelle{
    border: none !important;
    padding: 5px;
    font-weight: 700;
    padding-left: 40px;
}

.table-informations-marchand .table-informations-marchand-valeur{
    border: none !important;
    padding: 5px;
    padding-right: 100px;
    font-weight: 500;
    text-align: right;
}

.banderole-titre-marchand{
    width: 100%;
    background: var(--couleurVitrineOpaciteForte);
    color: var(--couleurVitrine);
    text-align: center;
    padding: 5px;
    font-weight: 700;
    border-top: 2px solid var(--couleurVitrine);
}

.banderole-titre-marchand i{
    margin-right: 10px;
}

.tec3web-modal-full{
    display: none;
    width: 100%;
    height: 100%;
    background: #0000008c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.tec3web-modal-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tec3web-modal-full .tec3web-modal-content{
    border-radius: 10px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: relative;
    overflow: hidden;
}

.tec3web-modal-full .tec3web-modal-content .tec3web-modal-close {
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
    padding: 5px 20px;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px black !important;
    outline: none !important;
    cursor: pointer;
    transition-duration: 0.3s;
}

.tec3web-modal-full .tec3web-modal-content .tec3web-modal-close:hover {
    background: var(--couleurVitrine);
    color: white;
}

/*********** PANNELLUM **************/

#interieur_360_viewer .pnlm-fullscreen-toggle-button, #interieur_360_viewer .pnlm-zoom-controls, #interieur_360_viewer .pnlm-about-msg{
    display: none !important;
}

.pnlm-container *{
    box-sizing: border-box;
}

.pnlm-about-msg, .pnlm-about-msg a{
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    display: none !important;
}

.pnlm-load-box{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #0000004a;
}

.pnlm-load-box p{
    display: none;
}

.pnlm-load-box .pnlm-loading{
    animation: none;
    background-color: transparent;
}

.pnlm-load-box .pnlm-loading::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f3f4';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    animation: spin-pnlm 2s infinite linear;
}

.pnlm-fullscreen-toggle-button{
    background: white !important;
    width: 24px;
    height: 24px;
    color: var(--couleurVitrine);
    border-radius: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.pnlm-fullscreen-toggle-button::before{
    content: '\f065';
    font: var(--fa-font-solid);
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
}

.pnlm-zoom-controls{
    display: none !important;
}

.pnlm-controls-container{
    bottom: 4px;
    top: unset !important;
}

.pnlm-hotspot{
    border-radius: 50px !important;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid white;
    animation: shadow-hotspot-anim 2s infinite ease-in-out;
    cursor: pointer !important;
}

.pnlm-hotspot.pnlm-equipement{
    background: var(--couleurVitrine) !important;
}

.pnlm-hotspot.pnlm-frais{
    background: #9f9e00 !important;
}

.pnlm-hotspot.pnlm-equipement:hover{
    box-shadow: var(--couleurVitrine) 0px 0px 15px 5px !important;
}

.pnlm-hotspot.pnlm-frais:hover{
    box-shadow: #9f9e00 0px 0px 15px 5px !important;
}

.pnlm-hotspot:after{
    font-family: "Font Awesome 6 Pro";
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
}

.pnlm-hotspot.pnlm-equipement:after{
    content: '\f129';
}

.pnlm-hotspot.pnlm-frais:after{
    content: '\f0ad';
}

div.pnlm-tooltip:hover span:after{
    display: none !important;
}

.pnlm-hotspot > span{
    background-color: white !important;
    border-radius: 100px !important;
    color: black !important;
    font-family: 'Fira Sans' !important;
    font-weight: 600 !important;
    width: fit-content !important;
    white-space: nowrap;
    max-width: none !important;
    padding: 8px 15px 6px 15px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60px);
    margin: 0 !important;
}

.pnlm-hotspot  > span i{
    margin-right: 5px;
}

.pnlm-hotspot.pnlm-equipement > span i{
    color: var(--couleurVitrine) !important;
}

.pnlm-hotspot.pnlm-frais > span i{
    color: #9f9e00 !important;
}

@keyframes spin-pnlm {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes shadow-hotspot-anim {
    0%{box-shadow: 0px 0px 0px 4px #ffffff88}
    50%{box-shadow: 0px 0px 0px 2px #ffffff88}
    100%{box-shadow: 0px 0px 0px 4px #ffffff88}
}

#interieur_360_hotspot{
    width: 100%;
    height: 100%;
}

.hotspot-360-full{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.hotspot-360-image{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.hotspot-360-image img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.hotspot-360-description{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding: 20px;
    overflow-y: auto;
}

.hotspot-360-description p{
    font-weight: 400;
    font-size: 18px !important;
}

#studio_4d_viewer{
    width: 100%;
    height: 100%;
}

#tec3web_modal_fullscreen .jssor-fullscreen-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

#image_vehicule_impression { display: none; }

.fullscreen {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.9);
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 99999;
}

.fullscreen img {
    max-width: 100%;
    max-height: 100%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.button-fullscreen {
    position: absolute;
}

.button-fullscreen:hover {
    cursor: pointer;
}

.button-fullscreen-previous {
    left: 8vh;
}

.button-fullscreen-next {
    right: 8vh;
}

.button-fullscreen {
    width: 50px;
    height: 50px;
    background-color: var(--couleurVitrine);
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
}

/* Module : vous aimerez aussi */

.vousaimerezaussi-title {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 100%;  /* Limite la largeur maximale à 100% */
    white-space: nowrap;
}

.vousaimerezaussi-title::before,
.vousaimerezaussi-title::after {
    content: '';
    flex: 1;
    max-width: 50%;
    width: 300px;
    border-bottom: 2px solid var(--couleurVitrine);
    margin: 0 10px;
}

.displayModeSquare,
.displayModeSquare-6 .vo-barre-modules span:hover:after {
    opacity: 1;
}

.displayModeSquare {
    position: relative;
    overflow: hidden;
    padding: 8px !important;
    display: flex;
    flex-direction: column;
}

.displayModeSquare-6 .div-text-marque p {
    font-size: 16px !important;
}

.displayModeSquare .square-content {
    position: relative;
    background-color: #fff;
    box-shadow: var(--briks-shadow-1, 0 0 10px 0 var(--briks-color-translucid-dark-4, rgba(0, 0, 0, 0.1))) !important;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    transition-duration: 0.3s;
}
.square-content:hover .img-vehicule-responsive-square {
    transition-duration: 0.3s;
}
.square-content:hover .img-vehicule-responsive-square::after {
    transition-duration: 0.3s;
    background-color: var(--couleurVitrineOpaciteForte);
    content: "";
}
.div-img-square {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 75%;
}

.vo-barre-modules {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vo-barre-modules span {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 5px;
    font-size: 12px;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.div-text-marque p,
.div-text-modele p,
.separateur-details-principaux,
.tag-vo-unique {
    color: var(--couleurVitrine);
}
.vo-barre-modules span:not(:first-child) {
    border-left: 1px solid #fff;
}
.vo-barre-modules span p {
    margin: 0 0 0 5px;
    font-size: 12px !important;
    font-weight: 400;
}

.vo-barre-modules {
    background: var(--couleurVitrine);
}

.disponibilite-vehicule-vignette {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ffffffdd !important;
    border-radius: 50px;
    color: var(--couleurVitrine);
    padding: 0 10px;
    white-space: nowrap;
    z-index: 99;
}

#section_vousaimerezaussi .pastille-promo,
#section_vousaimerezaussi .square-text-marque,
#section_vousaimerezaussi .square-text-modele {
    position: relative;
    width: fit-content;
}
.disponibilite-vehicule-vignette i {
    margin-right: 5px;
}
.disponibilite-vehicule-vignette p {
    margin: 0;
    font-weight: 800;
    font-size: 12px !important;
}
.tag-vo-unique {
    background: var(--couleurVitrineOpaciteForte);
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 2px 10px;
    white-space: nowrap;
}
.square-text-marque {
    white-space: nowrap;
}
.div-text-marque p {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.text-marque-logo-marque {
    height: 16px;
    width: 30px;
    object-fit: contain;
}
.square-text-modele {
    white-space: nowrap;
    overflow: hidden;
}
.div-text-modele p {
    margin-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
}
.div-pictogrammes-options-vo {
    padding: 5px;
}
.square-details-principaux {
    margin-right: 10px;
    white-space: nowrap;
    font-weight: 600;
}
.div-details-principaux {
    margin-bottom: 10px;
}
.div-details-principaux p {
    color: var(--couleurPrincipaleTexteVitrine);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px !important;
}
.separateur-details-principaux {
    margin: 0 8px;
}
.tuile-affichage-garantie {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-wrap: nowrap;
}
.pastille-promo {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: #d3efe3;
    color: #3aad7b;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
}
.pastille-promo i {
    padding-left: 4px;
}
.pastille-promo .texte-prix-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    padding: 0 8px;
}
.pastille-promo .pourcentage-promotion {
    background: #3aad7b;
    color: #fff;
    padding: 0 5px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pastille-nbr-photos-par-vo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffffffdd;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--couleurVitrine);
    user-select: none;
    z-index: 80;
}
.div-vehicule-partie-prix {
    margin-top: 10px;
    padding-bottom: 10px;
}
.bandeau-reserve {
    background: var(--couleurVitrine);
    width: 300px;
    text-align: center;
    padding: 2px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    z-index: 9;
    top: 35px;
    left: -92px;
    transform: rotate(-45deg);
    box-shadow: 0 0 10px -2px #000;
}
.img-vehicule-responsive-square {
    max-width: 100%;
    display: block;
    animation: 0.5s ease-in-out animElemSliderMiniatureVehicule;
    transition-duration: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.displayModeSquare-4 .div-text-marque p {
    font-size: 22px !important;
}
.displayModeSquare-4 .div-text-modele p,
.displayModeSquare-6 .div-text-marque p {
    font-size: 16px !important;
}
.displayModeSquare-4 .div-pictogrammes-options-vo img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 15px;
}
.displayModeSquare-4 .vo-barre-modules span {
    justify-content: center;
}
.displayModeSquare-4 .tuile-mensualite-affiche {
    color: var(--couleurVitrine);
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
    line-height: 1;
}
.displayModeSquare-4 .tuile-mensualite-affiche .valeur-prix {
    font-size: 35px;
    font-weight: 700;
}
.displayModeSquare-4 .tuile-prix-affiche .valeur-prix,
.displayModeSquare-4 .tuile-prix-promo .valeur-prix {
    font-weight: 700;
    font-size: 24px !important;
}
.displayModeSquare-4 .tuile-prix-affiche .prix-vo-extension,
.displayModeSquare-4 .tuile-prix-promo .prix-vo-extension,
.displayModeSquare-6 .tuile-prix-promo .prix-vo-extension {
    font-size: 14px;
    padding-left: 4px;
}
.displayModeSquare-4 .div-prix-complet,
.displayModeSquare-6 .div-prix-complet {
    margin: 25px 10px;
}
.displayModeSquare-4 .tuile-ancien-prix {
    white-space: nowrap;
    font-weight: 300;
    margin: 0;
    text-align: right;
}
.displayModeSquare-4 .tuile-ancien-prix span {
    font-size: 14px !important;
    margin-right: 5px;
    color: #aaa;
}
.displayModeSquare-4 .tuile-ancien-prix .valeur-prix,
.displayModeSquare-6 .tuile-ancien-prix .valeur-prix {
    text-decoration: line-through;
}
.displayModeSquare-4 .tuile-ancien-prix .prix-vo-extension,
.displayModeSquare-6 .tuile-ancien-prix .prix-vo-extension {
    font-size: 8px !important;
}
.displayModeSquare-6 .div-text-modele p {
    font-size: 14px !important;
}
.displayModeSquare-6 .div-pictogrammes-options-vo {
    padding: 5px !important;
}
.displayModeSquare-6 .div-pictogrammes-options-vo img {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
}
.displayModeSquare-6 .pastille-promo,
.displayModeSquare-6 .square-details-principaux {
    font-size: 12px !important;
}
.displayModeSquare-6 .vo-barre-modules span {
    width: 15px;
    overflow: hidden;
    border: none !important;
    transition-duration: 0.5s;
}
.displayModeSquare-6 .vo-barre-modules span:after {
    opacity: 0;
    transition-duration: 0.5s;
    padding-left: 10px;
}
.vo-barre-modules .vehicule-bouton-favoris:after {
    content: "Favoris";
}
.vo-barre-modules .vehicule-bouton-comparateur:after {
    content: "Comparer" !important;
}
.vo-barre-modules .vehicule-bouton-rdv:after {
    content: "RDV";
}
.displayModeSquare-6 .vo-barre-modules span:hover {
    justify-content: center;
    width: 50%;
}
.displayModeSquare-6 .tuile-mensualite-affiche {
    color: var(--couleurVitrine);
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
}
.displayModeSquare-6 .tuile-mensualite-affiche .valeur-prix {
    font-size: 25px;
    font-weight: 700;
}
.displayModeSquare-6 .tuile-prix-affiche .valeur-prix,
.displayModeSquare-6 .tuile-prix-promo .valeur-prix {
    font-weight: 700;
    font-size: 20px !important;
}
.displayModeSquare-6 .tuile-prix-affiche .prix-vo-extension {
    font-size: 12px;
    padding-left: 4px;
}
.displayModeSquare-6 .tuile-ancien-prix {
    white-space: nowrap;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 1;
    text-align: right;
}
.displayModeSquare-6 .tuile-ancien-prix span {
    position: relative;
    font-size: 14px !important;
    margin-right: 5px;
    color: #aaa;
}

.separation-vehicule-tuile {
    margin: 0;
}
.div-vo-suggestions,
.nbr-vo-stock {
    margin: 0 20px;
}

.div-pictogrammes-options-vo a,
.div-pictogrammes-options-vo img {
    z-index: 99;
}

.comparateur-bouton-general,
.favoris-bouton-general {
    display: none;
    position: fixed;
    right: 10px;
    z-index: 99;
    background: #fff;
    width: 40px;
    color: var(--couleurVitrine);
    box-shadow: 0 0 8px 1px #000;
    cursor: pointer;
}
.comparateur-bouton-general {
    top: 90px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.comparateur-bouton-general .nbr-vehicules-comparateur,
.favoris-bouton-general .nbr-vehicules-favoris {
    position: absolute;
    left: -4px;
    bottom: -4px;
    background: var(--couleurVitrine);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #fff;
}
.favoris-bouton-general {
    top: 140px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

/*.btn-financement {
    padding: 5px 20px;
    background-color: var(--couleurVitrine);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-financement:hover {
    background-color: var(--couleurVitrineOpacite);
    color: white;
}*/

.btn-financement-cg {
    background-color: white !important;
    border: 1px solid var(--couleurVitrine);
    color: var(--couleurVitrine);
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-financement-cg:hover, .btn-financement-cg-active {
    background-color: var(--couleurVitrine) !important;
    color: white;
}

input[name="flag_avec_frais_cg"]:checked + label {
    background-color: var(--couleurVitrineFonce);
    color: white;
}

.bloc_option_financement {
    display: flex;
    align-items: stretch; /* Assure que tous les blocs aient la même hauteur */
    justify-content: center;
    gap: 20px;
}

.option_financement_item {
    flex: 1; /* Permet à chaque élément de prendre une largeur égale */
    display: flex;
    flex-direction: column; /* Arrange le contenu verticalement */
    justify-content: center; /* Centre le contenu verticalement */
    align-items: center; /* Centre le contenu horizontalement */
    padding: 15px 40px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    text-align: center; /* Centrage du texte */
    background-color: var(--couleurVitrine);
    box-sizing: border-box; /* Inclut le padding dans la largeur */
    transition: 0.3s;
}

.option_financement_item h2 {
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 10px; /* Ajoute de l'espace entre le titre et le texte */
}

.option_financement_item p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.option_financement_item_active {
    background-color: var(--couleurVitrineFonce);
}

.option_financement_item:first-child:hover,
.option_financement_item:last-child:hover  {
    background-color: var(--couleurVitrineOpacite);
    color: var(--couleurVitrineFonce);
}

#mensualite_financement_output {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.mensualite_label_financement_output {
    font-size: 14px;
}

.overlay-loading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0.60;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-loading i {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .nbr-vo-stock {
        text-align: center;
        margin: 5px;
    }
    .div-vo-suggestions {
        justify-content: center;
        margin: 10px;
    }

    .displayModeSquare {
        display: flex !important;
        height: auto;
    }

    .displayModeSquare-6 .vo-barre-modules span {
        justify-content: center;
        width: 100%;
        overflow: initial;
    }
    .displayModeSquare-6 .vo-barre-modules span:not(:first-child) {
        border-left: 1px solid #fff !important;
    }
    .displayModeSquare-6 .vo-barre-modules span p {
        opacity: 1;
    }
    .displayModeSquare-6 .vo-barre-modules span:hover {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1815px) {
    .displayModeSquare.col-xl-2 .square-details-principaux {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .displayModeSquare.col-xl-2 .tuile-mensualite-affiche {
        font-size: 16px;
    }
    .displayModeSquare.col-xl-2 .tuile-mensualite-affiche span {
        font-size: 25px !important;
    }
    .displayModeSquare.col-xl-2 .tuile-prix-promo {
        font-size: 10px !important;
    }
    .displayModeSquare.col-xl-2 .div-text-marque,
    .displayModeSquare.col-xl-2 .div-text-modele {
        justify-content: center;
    }
    .displayModeSquare.col-xl-2 .tuile-affichage-garantie {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .displayModeSquare.col-xl-2 .disponibilite-vehicule-vignette p {
        font-size: 10px !important;
    }
    .displayModeSquare-6 .pastille-promo .texte-prix-promo,
    .displayModeSquare-6 .pastille-promo i,
    .displayModeSquare-6 .tag-vo-unique:not(:first-child),
    .displayModeSquare.col-xl-2 .pastille-nbr-photos-par-vo {
        display: none;
    }
    .displayModeSquare-6 .div-text-marque p {
        font-size: 14px !important;
        font-weight: 500;
    }
    .displayModeSquare-6 .div-text-modele p {
        font-size: 12px !important;
    }
    .displayModeSquare-6 .pastille-promo {
        display: block;
        width: -webkit-fill-available;
    }
    .displayModeSquare-6 .pastille-promo .pourcentage-promotion {
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1420px) {
    .displayModeSquare.col-xl-2 .tuile-mensualite-affiche {
        font-size: 14px;
    }
    .displayModeSquare.col-xl-2 .tuile-mensualite-affiche span {
        font-size: 20px !important;
    }
    .displayModeSquare-6 .tuile-ancien-prix span,
    .displayModeSquare.col-xl-2 .div-vehicule-partie-prix .mention-ou-prix {
        font-size: 12px !important;
    }
    .displayModeSquare.col-xl-2 .tuile-affichage-garantie {
        font-size: 11px !important;
    }
    .displayModeSquare-6 .tuile-prix-promo .valeur-prix,
    .displayModeSquare.col-xl-2 .tuile-prix-affiche .valeur-prix {
        font-size: 16px !important;
    }
    .displayModeSquare.col-xl-2 .tuile-prix-affiche .prix-vo-extension {
        font-size: 12px;
    }
    .displayModeSquare-6 .tuile-affichage-garantie {
        font-size: 12px;
        font-weight: 500;
    }
}

/*-----------------------------------------*/
/*               RESPONSIVE                */
/*-----------------------------------------*/

@container container-div-caracteristiques (max-width: 730px) {
    .div-full-prix{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15px !important;
    }

    .div-full-prix-mensualite{
        width: 100%;
        max-width: 100%;
        flex-direction: column;
    }

    .ou-partie-mensualite{
        position: relative;
        left: 0;
    }

    .div-full-prix-fixe{
        width: 100%;
        max-width: 100%;
        display: flex !important;
        flex-direction: column;
        border-left: none;
        margin-top: 0px;
    }

    .div-full-prix-fixe .ou-partie-mensualite{
        position: relative;
        left: auto;
        top: -14px;
        padding: 0 10px;
    }

    .div-full-prix-fixe .div-prix-vehicule{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .border-partie-droite.partie-droite-garantie{
        border: none;
    }
}

/* REPONSIVE CARACTERISTIQUES */

@container container-div-caracteristiques (max-width: 600px) {
    .square-text-marque{
        font-size: 25px !important;
    }

    .square-text-version{
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .div-icone-principale-vehicule i{
        font-size: 30px !important;
    }

    .div-icone-principale-vehicule p{
        font-size: 12px !important;
    }

    .details-equipements-div{
        font-size: 18px;
    }

    .img-equipement-principal{
        width: 25px !important;
    }

    .cadre-fiche-resume-vehicule .details-mention-garantie i {
        font-size: 18px !important;
    }

    .cadre-fiche-resume-vehicule .details-mention-garantie{
        padding: 0;
        font-size: 12px !important;
    }

    .label-calcul-financement{
        font-size: 18px !important;
    }

    .row-boutons{
        flex-direction: column;
    }

    .jssor-angle-next{
        height: 60px;
        width: 60px;
        font-size: 30px;
    }
}

@container container-div-caracteristiques (max-width: 500px) {
    .square-text-marque{
        font-size: 22px !important;
    }

    .square-text-version{
        font-size: 14px !important;
    }

    .div-icone-principale-vehicule i {
        font-size: 25px !important;
    }

    .div-icone-principale-vehicule p {
        font-size: 10px !important;
    }

    .label-calcul-financement {
        font-size: 16px !important;
    }
}

/* REPONSIVE TAB DETAILS */

@container container-partie-inferieure-vehicule-tabs (max-width: 600px) {
    .bloc-details-vehicule-lib-val{
        flex-direction: column;
    }

    .details-vehicule-libelle, .details-vehicule-valeur{
        width: 100%;
    }
}

@container container-partie-inferieure-vehicule-tabs (max-width: 500px) {
    #tab_details_vehicule_content .details-vehicule-libelle p{
        font-size: 14px !important;
        line-height: 1.5;
    }

    #tab_details_vehicule_content .details-vehicule-valeur p{
        font-size: 14px !important;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}

/* REPONSIVE GLOBAL */

@media screen and (max-width: 1470px) {
    #tab_details_vehicule .nav-link{
        font-size: 14px;
    }

    #partie_inferieure_vehicule_tabs_div {
        padding-bottom: 10px;
    }

    #tab_details_vehicule_equipements_jato .nav-link{
        font-size: 14px;
    }

    #tab_details_vehicule_equipements_jato .nav-item .nav-link {
        display: flex;
        justify-content: space-between;
        min-width: 0px;
        border-bottom: 0px;
        padding: 14px;
        font-size: 15px;
    }

    #tab_details_vehicule_equipements_jato > li > a {
        display: flex;
        justify-content: space-between;
        min-width: 0px;
        border-bottom: 0px;
        padding: 14px;
    }

    #tab_details_vehicule_equipements_jato .nav-link{
        font-size: 20px;
        font-weight: 500 !important;
    }

    #tab_details_vehicule_equipements_jato .nav-link.active{
        font-weight: 700 !important;
    }
}


@media screen and (max-width: 1200px) {
    .st-sticky-share-buttons {
        display: none !important;
        bottom: -6px !important;
    }

    #jssor_1 {
        margin: 0;
    }

    .bouton-photos-plein-ecran{
        display: none !important;
    }

    #div_jssor_initial{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px){
    #st-1{
        display: flex !important;
    }
}

@media screen and (max-width: 991px){
    .show {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 767px){
    .div-caracteristiques-panel-absolute, .div-caracteristiques-panel-fixed{
        position: initial !important;
    }

    #tab_details_vehicule{
        padding-top: 4px;
    }

    #tab_details_vehicule .nav-link{
        padding: 6px 0 !important;
        font-size: 20px;
        font-weight: 500 !important;
    }

    #tab_details_vehicule .nav-link.active{
        font-weight: 700 !important;
    }

    #tab_details_vehicule_caracteristiques:before{
        font-family: "Font Awesome 6 Pro";
        content: '\f05a';
    }

    #tab_details_vehicule_equipements:before{
        font-family: "Font Awesome 6 Pro";
        content: '\f085';
    }

    #tab_details_vehicule_options:before{
        font-family: "Font Awesome 6 Pro";
        content: '\f217';
    }

    #tab_details_vehicule_financement:before{
        font-family: "Font Awesome 6 Pro";
        content: '\f1ec';
    }

    .details-bloc-energie{
        width: 100%;
        margin: 5px 0px !important;
    }

    .ul-equipements{
        column-count: 1;
    }

    .div-proposition{
        flex-direction: column;
        align-items: center;
    }

    #select_duree_standard-button{
        width: -webkit-fill-available !important;
    }
}


