﻿:root {
    --cyber-jaune: var(--jaune);
}

.table-ariane {
    padding-left: 0;
}

.cbk_retro__header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 605px;
    background: #f8f9fb;
}

.fiche-produit__pres-produit {
    background: transparent;
}

.fiche-produit__all-container {
    background: var(--blanc);
}

.fiche-produit__bloc-achat__container {
    justify-content: flex-start;
}

.cyb_fiche_produit__payment-widget-container,
.fiche-produit__bloc-achat__bloc,
.swiper-pointer-events.swiper-vertical,
#fiche-produit__container-photos,
.fiche-produit__share,
.cbk_retro__hidden,
.cbk_fiche-produit__reassurance,
#_ctl0_ContentPlaceHolder1_Div1 {
    display: none;
}

.fiche-produit__caracteristiques-all {
    padding: 80px 0 0;
}

.cbk_retro__titles-group {
    width: 100%;
    max-width: 490px;
    padding-bottom: var(--val_10);
    border-bottom: 2px solid var(--cyber-jaune);
}

.cbk_retro__h1 {
    padding-bottom: var(--val_10);
    font-weight: var(--semibold);
}

.cbk_retro__h3 {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (2560 - 320) );
}

#titre--fiche-musee {
    padding: var(--val_20) 0;
}

.firstletter {
    padding-top: var(--val_20);
    font-size: calc(13px + (28 - 13) * (100vw - 320px) / (2560 - 320) );
    font-weight: var(--semibold);
}

.caracterisques_principales span {
    color: var(--noir);
}

.cbk_retro__old-info {
    padding-top: var(--val_40);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: var(--val_10);
}

.cbk_retro__old-date,
.cbk_retro__old-price {
    font-size: var(--size_p);
}

.cbk_retro__product-image-container,
.cbk_retro__ordi {
    position: relative;
}

.cbk_retro__product-image-container {
    max-width: 900px;
}

.cbk_retro__product-image {
    max-width: 180px;
    max-height: 180px;
}

.cbk_retro__ordi {
    z-index: 1;
}

.cbk_retro__shadow {
    position: absolute;
    right: 0;
    bottom: 110px;
}

.cbk_retro__screen {
    position: absolute;
    height: 250px;
}

.descriptif {
    display: flex;
    flex-direction: column;
}

.cbk_retro__progress {
    order: -1;
}

.cybertek__label--desc {
    margin-top: var(--val_30);
}

.fiche-produit__top-ventes,
.fiche-produit__caracteristiques,
#cybertek__btn-chbx--desc-select {
    padding: var(--marg_30_0);
}

.fiche-produit__titre-container {
    font-size: var(--size_h3);
    font-weight: var(--semibold);
}

.fiche-produit__titre-container::before {
    height: 3px;
}

#_ctl0_ContentPlaceHolder1_titre_produit_suggestions_produits {
    position: relative;
    margin-bottom: var(--val_30);
}
#_ctl0_ContentPlaceHolder1_titre_produit_suggestions_produits::before {
    content: "";
    background: var(--cyber-jaune);
    width: 8%;
    height: 3px;
    bottom: -10px;
    left: 0;
    position: absolute;
}

.cbk_retro__product-image--mobile {
    display: none;
    width: 300px;
    height: 300px;
}

.cbk_retro__product-image--mobile2 {
    width: 200px
}

.cbk_retro__product-image--mobile2 {
    margin: 0 auto;
}

.swiper-button-prev-4,
.swiper-button-next-4 {
    height: 380px !important;
}

.fiche-produit__titre-container--progress {
    font-size: var(--size_h3);
    font-weight: var(--semibold);
    text-align: left;
    margin-bottom: var(--val_10);
}

.cbk_retro__product-ctr--tablette,
.cbk_retro__product-ctr--mobile {
    position: relative;
    display: none;
}

.cbk_retro__cadre-ordi {
    position: relative;
    width: 300px;
}

.cbk_retro__product-ctr--img--tablette {
    position: absolute;
    top: 0;
    right: var(--val_10);
    width: 280px;
    height: 250px;
    display: flex;
    background: var(--blanc);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cbk_retro__product-ctr--img--mobile {
    position: relative;
    width: 280px;
    height: 250px;
    display: none;
    background: var(--blanc);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (min-width: 1921px) {
    .fiche-produit__warp__container-bloc-pres__warp {
        width: 1600px;
    }
    .cbk_retro__header-bg {
        height: 635px;
    }
    .cbk_retro__shadow {
        bottom: 0;
    }
}

@media screen and (max-width: 1600px) {
    .fiche-produit__warp__container-bloc-pres__warp {
        width: 1400px;
    }
    
    .fiche-produit__warp__container-bloc-pres {
        padding: 0 10px;
    }

    .cbk_retro__shadow {
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .cbk_retro__header-bg {
        display: none;
    }

    .cbk_retro__product-image-container {
        display: none;
    }

    .cbk_retro__shadow {
        display: none;
    }

    .fiche-produit__pres-produit {
        align-items: center;
        justify-content: flex-start;
    }

    .fiche-produit__warp__container-bloc-pres__warp {
        width: auto;
    }
}

@media screen and (max-width: 1400px) and (min-width: 969px) {
    .cbk_retro__product-ctr--tablette {
        display: block;
    }
}

@media screen and (max-width: 968px) {
    .fiche-produit__bloc-achat__container {
        align-items: center;
    }

    .cbk_retro__cadre-ordi {
        position: absolute;
        z-index: 1;
    }

    .cbk_retro__h1 {
        padding-top: var(--val_10);
    }
    .cbk_retro__product-ctr--img--mobile {
        display: flex;
    }
    .cbk_retro__product-ctr--mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fiche-produit__titre-produit {
        width: 100%;
        margin: 0;
    }

    .fiche-produit__pres-produit {
        flex-direction: column-reverse;
    }

    .cbk_retro__titles-group,
    .caracterisques_principales,
    .fiche-produit__caracteristiques__container-titre__titre,
    .cbk_retro__old-info,
    .fiche-produit__caracteristiques__ancre-container,
    .fiche-produit__titre-produit {
        text-align: center;
    }

    .cbk_retro__titles-group {
        margin: 0 auto;
    }

    .cbk_retro__product-image--mobile {
        display: none;
    }

    .cbk_retro__screen {
        height: 210px;
        top: -1px;
    }
}

@media screen and (max-width: 500px) {
    #titre--fiche-musee,
    .fiche-produit__titre-container {
        text-align: center;
    }
}

.cbk_retro__product-ctr {
    position: absolute;
    top: var(--val_15);
    right: 330px;
    width: 300px;
    height: 250px;
    display: flex;
    background: var(--blanc);
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cbk_retro__screen--1 {
    animation: change_ctr .2s infinite;
    animation-delay: 0s;
    opacity: 0.6;
    pointer-events: none;
}
.cbk_retro__screen--2 {
    animation: change_ctr .2s infinite;
    animation-delay: .1s;
    opacity: 0.6;
    pointer-events: none;
}
.cbk_retro__vsync {
    animation: anim_vsync 6s infinite;
    pointer-events: none;
}

@keyframes change_ctr {
    0% {
        display: block;
    }

    50% {
        display: none;
    }
    100% {
        display: none;
    }
}
@keyframes anim_vsync{
    0% {
        top: -290px;
        opacity: 0.5;
    }
    100% {
        top: 290px;
        opacity: 1;
    }
}