body {
    background-color: #111010 !important;
}

.hedaer-single-product {
    background-image: url('../images/produits/headerProduits.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
}

.position-bloc-about {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.bloc-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: rgba(0, 0, 0, 0.80);
    width: 604px;
    height: 207px;
}

.title-header-about {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
}

.white-border {
    border: 1px solid #fff;
    width: 200px;
}

.img-fiche-produit {
    width: 100%;
    height: 440px;
}


.product-name {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.upload-button {
    width: 230px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.upload-icon {
    width: 24px;
    height: 24px;
}

.bloc-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.white-border {
    border: 1px solid #fff;
    width: 25px;
}

.description-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.white-border-big {
    border: 1px solid #fff;
    width: 95%;
}

.description-product {
    font-weight: 100;
}

.space-mobile {
    padding-bottom: 15px;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-space {
    padding-bottom: 50px;
}

/* Responsive */
@media (max-width: 768px) {
    .space-image-produit {
        padding-bottom: 50px;
    }

    .bottom-space {
        padding-bottom: 0px;
    }
}