*::selection {
    color: white !important;
    background-color: var(--couleurShowroom) !important;
}

body::-webkit-scrollbar {
    display: none;
}

.informations-haut{
    animation: ease-in-out 1s forwards fadeAnimLeft;
}

.overlay-main-block{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.div-logo-concession{
    position: absolute;
    right: 10px;
    top: 0px;
    height: 130px;
    z-index: 9;
}

.div-logo-concession img{
    object-fit: contain;
    height: 100%;
    max-width: 380px;
}

.progression-showroom-div{
    position: relative;
    width: 100%;
    height: 10px;
    background: #ddd;
    z-index: 99;
}

.progression-showroom-barre{
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--couleurShowroom);
    animation: showroomProgressionBarre linear forwards;
}

@keyframes showroomProgressionBarre {
    0%{width: 0%}
    100%{width: 100%}
}

.div-tags-vehicule{
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.div-tags-vehicule .tag-vehicule{
    background: var(--couleurShowroomOpaciteForte);
    border-radius: 50px;
    color: var(--couleurShowroom);
    padding: 2px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    white-space: nowrap;
}

.div-tags-vehicule .tag-vehicule-promo{
    background: #d3efe3;
    color: #3aad7b;
}

.div-tags-vehicule .tag-vehicule-reference{
    border: 1px solid var(--couleurShowroom);
    background: white;
    color: var(--couleurShowroom);
    text-transform: none;
}

.showroom-prochains-vehicules-full{
    position: relative;
    background: #f7f7f7;
}

.showroom-prochains-vehicules{
    display: inline-flex;
    justify-content: flex-start;
    position: relative;
    animation: ease-in-out 1s forwards fadeAnimRight;
}

.showroom-prochains-vehicules .img-vehicule-prochain{
    margin: 0 10px;
    height: 150px !important;
    border-radius: 6px;
    box-shadow: var(--briks-shadow-1,0 0 10px 0 var(--briks-color-translucid-dark-4,rgba(0,0,0,.1))) !important;
    position: relative;
    overflow: hidden;
    opacity: 0.6;
}

.showroom-prochains-vehicules .img-vehicule-prochain img{
    height: 100%;
}

.showroom-prochains-vehicules .img-vehicule-prochain overlay.vehicule-vendu::after{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}

.showroom-miniature-gradient{
    position: absolute;
    background-image: linear-gradient(to right, transparent, transparent, transparent, transparent, transparent, #ffffff);
    height: 100%;
    width: 100%;
    z-index: 9;
}

.div-parametrage-showroom{
    position: fixed;
    right: 0;
    top: 0;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 38px;
    background-color: white;
    box-shadow: 0px 0px 13px 6px #777777;
}

.div-parametrage-showroom i{
    padding: 10px;
    cursor: pointer;
    color: black;
    font-size: 1.5vw;
    transition-duration: 0.3s;
}

.div-parametrage-showroom i:hover{
    color: var(--couleurShowroom);
}

#jssor_1{
    animation: ease-in-out 1s forwards fadeAnimLeft;
}

.div-caracteristiques{
    animation: ease-in-out 1s forwards fadeAnimTop;
}

@keyframes fadeAnimRight{
    0%{ opacity: 0; transform: translateX(300px);}
    100%{opacity: 1; transform: translateX(0px);}
}

@keyframes fadeAnimLeft{
    0%{ opacity: 0; transform: translateX(-300px);}
    100%{opacity: 1; transform: translateX(0px);}
}

@keyframes fadeAnimTop{
    0%{ opacity: 0; transform: translateY(50px);}
    100%{opacity: 1; transform: translateY(0px);}
}

/* 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(--couleurShowroomOpacite);
    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;
}

#jssor_2 img{
    object-fit: contain;
    background: black;
}

#modal_carousel_full_screen{
    padding: 0 !important;
}

overlay.vehicule-vendu{
    z-index: 99;
    background: #ffffff8c;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

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';
}

#qr_code_content_fiche_vehicule{
    display: block;
    z-index: 999;
    position: absolute !important;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 5px;
    border-radius: 8px;
}

.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{
    background: white;
    border-radius: 8px;
    box-shadow: var(--ombreSiteShowroom);
    margin-top: 40px;
}

#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(--couleurPrincipaleTexteShowroom);
    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(--couleurShowroom);
    border-bottom: 5px solid var(--couleurShowroom) !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;
}

#tab_details_vehicule_content .details-vehicule-valeur p{
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 2;
    color: var(--couleurShowroom);
}

#tab_details_vehicule_content .details-mention-garantie{
    display: flex;
    align-items: center;
    color: var(--couleurShowroom);
    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(--couleurPrincipaleTexteShowroom);
    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(--couleurShowroom);
}

.bouton-cadre-contact{
    background: white;
    color: var(--couleurShowroom);
    box-shadow: var(--ombreSiteShowroom);
    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(--couleurShowroom);
    color: white;
    box-shadow: var(--ombreSiteShowroom);
    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;
}

.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;
}

/* STYLE DE LA PAGE */

body{
    overflow-x: hidden;
}

.miniature {
    display: inline-block;
}

.h3-title {
    color: var(--couleurPrincipaleTexteShowroom);
    text-transform: uppercase;
    font-size: 25px !important;
    margin-top: 30px;
}

.img-retour {
    width: 28px;
}

.square-text-marque {
    font-size: 40px !important;
    color: var(--couleurShowroom);
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 800 !important;
}

.showroom-logo-marque{
    height: 100%;
    max-width: 70px;
    object-fit: contain;
    margin-right: 20px;
}

.square-text-version {
    font-size: 28px !important;
    text-transform: uppercase;
    color: var(--couleurShowroom);
    font-weight: 400 !important;
}

.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-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(--couleurPrincipaleTexteShowroom);
    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(--couleurPrincipaleTexteShowroom);
}

.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: 30px !important;
    color: var(--couleurShowroom);
    font-weight: 600;
}

.div-mensualite-vehicule span{
    font-weight: 700;
    font-size: 50px !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: 30px;
    font-weight: 500;
}

.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(--couleurShowroom);
    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(--couleurShowroom);
    border-radius: 20px;
}

.p-occas-solo-titre-caracteristique {
    font-size: 18px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--couleurPrincipaleTexteShowroom);
}

.p-caracteristiques {
    font-size: 18px !important;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--couleurShowroom);
}

.div-co2-txt-img {
    position: relative;
}

.div-co2-txt-img img{
    width: 110px;
    margin-top: 5px;
}

.img-vignette-critair {
    width: 30px;
}

.square-text-co2 {
    margin: 0;
    padding-top: 5px;
}

.btn-co2-occasions,
.btn-co2-occasions:hover {
    background-color: transparent;
    color: var(--couleurShowroom);
    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(--couleurShowroom);
}

.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(--couleurShowroom);
}

.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;
}

.ul-equipements {
    column-count: 2;
    list-style: none;
}

.ul-equipements li p {
    margin: 0;
    font-size: 14px !important;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ul-equipements li::marker{
    color: var(--couleurShowroom);
}

.ul-equipements li i{
    color: var(--couleurShowroom);
    font-size: 18px;
    margin-right: 10px;
}

.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(--couleurPrincipaleTexteShowroom);
    white-space: nowrap;
}

.div-vpm label{
    color: var(--couleurShowroom);
    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(--couleurShowroom);
    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;
}

.cadre-fiche-resume-vehicule{
    background: white;
    border-radius: 10px;
    border-top: 5px solid var(--couleurShowroom);
    box-shadow: var(--ombreSiteShowroom);
    overflow: hidden;
}

.div-icone-principale-vehicule{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
}

.div-icone-principale-vehicule i{
    color: var(--couleurShowroom);
    font-size: 35px;
    margin-bottom: 8px;
}

.div-icone-principale-vehicule p{
    margin: 0;
    color: var(--couleurPrincipaleTexteShowroom);
    font-size: 18px !important;
    font-weight: 600 !important;
}

.garantie-vehicule{
    text-align: center;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0;
    padding-bottom: 20px;
}

.details-equipements-div{
    color: var(--couleurPrincipaleTexteShowroom);
    font-size: 22px;
}

.img-equipement-principal{
    width: 40px;
}

.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(--couleurShowroomOpaciteForte);
    color: var(--couleurShowroom);
    text-align: center;
    padding: 5px;
    font-weight: 700;
    border-top: 2px solid var(--couleurShowroom);
}

.banderole-titre-marchand i{
    margin-right: 10px;
}

.div-full-prix{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-full-prix-mensualite{
    width: 100%;
    max-width: 100%;
}

.div-full-prix-fixe{
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
    border-left: none;
    border-top: 1px solid #0000001a;
    margin-top: 25px;
}

.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;
}

/*-----------------------------------------*/
/*               RESPONSIVE                */
/*-----------------------------------------*/

@media screen and (max-width: 1470px) {
    #tab_details_vehicule .nav-link{
        font-size: 14px;
    }
}


@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;
    }

    .cadre-fiche-resume-vehicule .details-mention-garantie{
        padding: 15px 0px 8px 0px;
    }
}

@media screen and (max-width: 1024px){
    #st-1{
        display: flex !important;
    }
}

@media screen and (max-width: 991px){
    .show {
        background-color: transparent !important;
    }

    .bouton-cadre-reprise{
        margin-top: 10px;
    }

    .div-caracteristiques-panel .p-0 a{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 767px){
    .div-caracteristiques-panel{
        margin: 0 !important;
        padding: 0 !important;
    }

    .square-text-marque{
        font-size: 25px !important;
        margin: 0 !important;
    }

    .square-text-version{
        font-size: 14px !important;
        font-weight: 400 !important;
        margin: 0 !important;
    }

    .div-caracteristiques-panel-absolute, .div-caracteristiques-panel-fixed{
        position: initial !important;
    }

    .div-icone-principale-vehicule i{
        font-size: 25px !important;
    }

    .div-icone-principale-vehicule p{
        font-size: 10px !important;
    }

    .partie-droite-garantie, .border-partie-droite{
        border: 0;
    }

    .col-details-equipements{
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 16px;
        margin-bottom: 10px;
    }

    #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;
    }

    .ou-partie-mensualite{
        left: inherit;
        top: 0;
    }

    .div-prix-vehicule{
        padding-top: 35px;
    }

    #select_duree_standard-button{
        width: -webkit-fill-available !important;
    }
}


