.product-banner {
    background-image: url(/images/detail-produit/Broli-Margarine-ambiance-picture-500x300.jpg);
    padding: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: ellipse(90% 80% at 50% 20%);
    margin-top: 100px;
}

.product-banner-title {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-family: "Bold";
    font-size: 70px;
    font-weight: 700;
    text-align: center;
}

.section-details-content {
    padding-inline: 200px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-tab {
    padding-inline: 200px;
    padding-bottom: 150px;
}

.product-card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius:4%;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.product-card img {
  border-radius: inherit;
  /* height: 500px; */
}

.product-other-views .active img{
    opacity: 1;
}

.product-other-views img{
    opacity: 0.4;
}

.product-name {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-family: "Bold";
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 45px;
}

.product-familly {
    opacity: 1;
    color: rgba(187, 187, 187, 1);
    font-family: "Hurme-bold";
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.product-details {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-family: "Hurme-regular";
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
}

.product-infos {
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
}

.formats-title {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-family: "Hurme-bold";
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.format-name {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-family: "Hurme-semibold";
    font-size: 14px;
    font-weig