/* cd => card detail */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.card__detail__header {
    background-color: rgb(93, 93, 197);
    color: white;
    text-transform: uppercase;
    background-color: var(--primary);
}

.mk_card_body div {
    /* text-align: center;
    font-size: 1rem; */
}

.upper__card {
    /* margin-top: 1rem; */
    padding: 0.5rem !important;
}

.cd__lineheight {
    line-height: 1;
}

.cd__border {
    border-radius: 0 !important;
}


/* Google material icons */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 10;
}
.material-symbols-outlined {
    color: rgb(95, 95, 95);
    margin-left: 5px;
}
.mso-promo-key {
    font-variation-settings:
  'FILL' 50,
  'wght' 300,
  'GRAD' 50,
  'opsz' 30;
    color: rgb(252, 252, 252);
}


/* Vertical line */
/* a = achat / f = financement / l = location */
.vl__a,
.vl__f,
.vl__l {
    border-left: 2px solid rgb(215, 215, 215);
    height: 80px;
    position: static;
    /* left: 50%; */
    top: 0;
    margin-top: 8px;
}
.vl__a {
    /* margin-left: -120px; */
    height: 80px;
    border-left: 2px solid rgba(215, 215, 215, 0);
}
.vl__f {
    /* margin-left: -40px; */
}
.vl__l {
    /* margin-left: -40px; */
}

/* Horizontal line */
.hl {
    border-bottom: 2px solid rgb(215, 215, 215);
    position: static;
    width: 100px;
    margin-bottom: 7px;
}

.promo__detail__tabs {
    border-bottom: 4px solid rgb(215, 215, 215);
    position: static;
}

/* Animation tabs */

.hiddenElPromTab,
.hiddenElPromTitle
{
    opacity: 0;
    filter: blur(3px);
}

.hiddenElPromTextTop
{
    opacity: 0;
    filter: blur(1px);
}

/* =========================== */
.hiddenElPromTab {
    transform: translateY(-100%);
    transition: all 0.5s;
}

.hiddenElPromTitle {
    transform: translateX(30%);
    transition: all 0.5s;
}

.hiddenElPromTextTop,
.hiddenElPromTextBot
{
    transform: translateY(20%);
    transition: all 1s;
}

/* =========================== */
.showElementsPromoTabs {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.showElementsPromoTabs {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.showElPromTextTop,
.showElPromTextBot
{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
/* =========================== */


/* Adding delay to menu tabs */
.promo-detail-b {
    transition-delay: 200ms;
}
.promo-detail-f {
    transition-delay: 400ms;
}
.promo-detail-l {
    transition-delay: 600ms;
}

.mk_card_body {
    display: flex;
}
@media screen and (max-width: 768px) {
    .mk_card_body div {
        text-align: center !important;
        font-size: 1rem !important;
    }
    .mk_card_title p {
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 500px) {
    .mk_btn_prix {
        font-size: 1rem !important;
    }
    .mk_btn_inventory {
        font-size: 1rem !important;
    }
    .mk_btn_detail {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 360px) {
    .promo-detail-b,
    .promo-detail-f,
    .promo-detail-l
    {
        padding: 5px !important;
    }
    .buy__tab {
        flex-direction: column !important;
        margin: 20px;
    }
    .financing__tab {
        flex-direction: column !important;
        margin: 20px;
    }
    .location__tab {
        flex-direction: column !important;
        margin: 20px;
    }
    .vl__a,
    .vl__f,
    .vl__l
    {
        display: none;
    }
}

/* For Galaxy Fold 280px */
@media screen and (max-width: 280px) {
    .promo__detail__tabs {
        padding: 3px !important;
    }
    .promo-detail-b,
    .promo-detail-f,
    .promo-detail-l
    {
        padding: 3px !important;
    }
    .buy__tab {
        margin: 20px;
    }

    .mk_btn_prix {
        font-size: 0.8rem !important;
    }
    .mk_btn_inventory {
        font-size: 0.8rem !important;
    }
    .mk_btn_detail {
        font-size: 0.8rem !important;
    }
}
