.ds_fiche_produit_global_bloc_02 {
    height: fit-content;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px;
}

.ds_fiche_produit_bloc_02 h2 {
    text-align: center;
    color: #ff7100;
}

.ds_fiche_produit_bloc_02 span {
    color: #000;
}

.ds_fiche_produit_bloc_02 .flex {
    display: block;
}

.ds_fiche_produit_bloc_02 .bloc_produit {
    max-width: 300px;
    margin: 0 auto;
}

.bloc_produit_chiffre {
    border: 5px solid #000;
    transform: skewX(-12deg);
    padding: 20px;
    text-align: center;
    margin: 0;
    width: fit-content;
}

.ds_fiche_produit_bloc_02 .flex_produit {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin: 40px 0;
}

.ds_fiche_produit_bloc_02 .flex_produit_texte {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 10px 0;
    transform: skewX(12deg);
}

.ds_fiche_produit_bloc_02 .bloc_produit_avantages {
    text-align: center;
}

.ds_fiche_produit_bloc_02 .bloc_produit_avantages img {
    max-width: 270px;
}

/* texte*/
.ds_fiche_produit_bloc_02 .flex_produit_texte p,
.ds_fiche_produit_bloc_02 .flex_produit_texte_02 p,
.ds_fiche_produit_bloc_02 .flex_produit_texte_vitamine p,
.ds_fiche_produit_bloc_02 .bloc_produit_plus p {
    font-family: 'BaseNeue-WideBoldOblique', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 0 5px;
    color: #000;
}

.ds_fiche_produit_bloc_02 .flex_produit_texte p:first-child {
    font-size: 80px;
    line-height: 77px;
}

.ds_fiche_produit_bloc_02 .flex_produit_texte_vitamine p {
    font-size: 50px;
    line-height: 57px;
}

.ds_fiche_produit_bloc_02 .flex_produit_texte p:nth-child(2),
.flex_produit_texte_02 p {
    font-size: 41px;
    line-height: 41px;
}

.ds_fiche_produit_bloc_02 .flex_produit_texte p:nth-child(3) {
    font-size: 20px;
    line-height: 20px;
}

.ds_fiche_produit_bloc_02 .flex_produit_texte_02 {
    transform: skewX(12deg);
}

.ds_fiche_produit_bloc_02 .bloc_produit_plus p {
    font-size: 60px;
    line-height: 60px;
    margin-top: 50px;
}

.bloc_produit_description p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.bloc_produit_description span {
    font-weight: 700;
}

/*bloc union euro*/
.ds_fiche_produit_bloc_03 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: fit-content;
    border-radius: 100px;
    padding: 15px 20px 10px;
    margin: 0 auto;
}

.ds_fiche_produit_bloc_03 .ds_fiche_produit_dosages {
    position: relative;
    width: fit-content;
    margin: 0;
}

.ds_fiche_produit_bloc_03 .ds_fiche_produit_dosages span {
    font-weight: 600;
}

.ds_fiche_produit_bloc_03 .ds_fiche_produit_dosages p {
    margin: 0 0 0 15px;
}

.ds_fiche_produit_bloc_03 .dosage_relative img {
    width: 26px;
    height: fit-content;
}

.dosage_absolute {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 100%;
}

.ds_fiche_produit_bloc_03 .dosage_absolute img {
    width: 90px !important;
}

/*bloc 04*/
.ds_fiche_produit_global_bloc_04 {
    margin: 40px 0;
}

.ds_fiche_produit_bloc_04 {
    width: fit-content;
    max-width: 1000px;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap;*/
    justify-content: space-between;
    background-color: #F7EAD5;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 15px auto;
}

.ds_fiche_produit_bloc_04 div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0;
    padding: 0 40px 0 0;
}

.ds_fiche_produit_bloc_04 div:first-child p:first-child {
    font-size: 43px;
    line-height: 43px;
}

.ds_fiche_produit_bloc_04 div:first-child p:nth-child(2) {
    font-family: 'BaseNeue-WideBoldOblique', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
}

.ds_fiche_produit_bloc_04 div:nth-child(2) {
    display: block;
    margin: 0 5px;
}

.ds_fiche_produit_bloc_04 div:nth-child(2) p:first-child {
    font-size: 20px;
    line-height: 20px;
}

.ds_fiche_produit_bloc_04 div:nth-child(2) span {
    font-weight: 700;
}

/*bandeau defilant*/
.has-global-padding .produit_bandeau {
    padding: 0;
    margin: 0;
}

.produit_bandeau {
    position: relative;
    padding: 0;
    top: -30px;
}

.produit_bandeau img {
    width: 100%;
}

.produit_bandeau_bandeau {
    position: relative;
    width: 100%;
    background-color: #00C5F1;
    overflow: hidden;
    transform: rotate(-1deg);
    z-index: 2;
}

.defilement_produit {
    display: flex;
    width: max-content;
    animation: defilement_produit 28s linear infinite;
}

.liste_defilante {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    padding: 0;
}

.liste_defilante {
    margin: 0;
}

.liste_defilante p {
    flex-shrink: 0;
    margin: 0;
    padding: 18px 40px;
    font-family: 'BaseNeue-WideBoldOblique', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

@keyframes defilement_produit {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 580px) {
    .ds_fiche_produit_global_bloc_02 {
        padding: 150px 20px 100px;
    }

    .ds_fiche_produit_bloc_02 .flex_produit {
        display: block;
    }

    .ds_fiche_produit_bloc_02 .bloc_produit {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .ds_fiche_produit_bloc_02 .flex_produit_texte p:first-child {
        font-size: 40px;
        line-height: 37px;
    }

    .ds_fiche_produit_bloc_02 .flex_produit_texte p:nth-child(2),
    .flex_produit_texte_02 p,
    .ds_fiche_produit_bloc_02 .flex_produit_texte_vitamine p {
        font-size: 22px;
        line-height: 22px;
    }

    .ds_fiche_produit_bloc_02 .bloc_produit img {
        width: 150px !important;
    }

    .bloc_produit_chiffre {
        padding: 5px;
    }

    .bloc_produit_description p {
        text-align: left;
        margin-left: 15px;
    }

    .ds_fiche_produit_bloc_02 .bloc_produit_plus p {
        margin-top: 0;
    }

    .ds_fiche_produit_bloc_04 {
        flex-wrap: wrap;
        padding: 10px;
    }

    .ds_fiche_produit_bloc_04 div:first-child {
        padding: 0;
        display: block;
    }

    .ds_fiche_produit_bloc_02 .bloc_produit_plus p {
        line-height: 30px;
    }

    .produit_bandeau {
        top: -50px;
    }

    .ds_fiche_produit_bloc_04 div:first-child p:first-child,
    .ds_fiche_produit_bloc_04 div:first-child p:nth-child(2),
    .ds_fiche_produit_bloc_04 div:nth-child(2) p:first-child {
        margin: 15px 0;
    }
}