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

.hedaer-about {
    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: 480px;
    height: 160px;
}

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

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

.title-neoluce {
    font-size: 35px;
}

.space {
    padding-bottom: 30px;
}

.old-img-effect {
    width: 75%;
    height: 75%;
    mix-blend-mode: luminosity;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.old-img-effect:hover {
    mix-blend-mode: normal;
    box-shadow: none;
}

/* architectural */

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

a:not([href]):hover {
    color: #000;
    text-decoration: none;
}

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

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


.sidebar {
    background-color: #111;
    border: 1px solid #fff;
    color: white;
    width: 250px;
    padding: 20px;
    font-family: sans-serif;
}

.sidebar p {
    margin: 0 0 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.subcategories {
    transition: all 0.3s ease;
}

.subcategory {
    padding: 5px 15px;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: lighter;
}

.link-category.active {
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline
}

.subcategory span {
    font-size: 14px;
}

.hidden {
    display: none;
}

.square-color {
    width: 28px;
    height: 28px;
}

.square-color.active {
    border: 3px solid #007BFF;
}

.square-size {
    width: auto;
    height: 28px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px;
}

.square-size.active {
    border: 3px solid #007BFF; 
}   

.Bloc-filter {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

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

/* Responsive */
@media (max-width: 768px) {
    .old-img-effect {
        width: 100%;
        height: auto;
        mix-blend-mode: normal;
        box-shadow: none;
    }

    .space {
        padding-bottom: 15px;
    }

    .Bloc-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}