
.boutique_navbar {
    background: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.boutique_navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    border-bottom: 2px solid black;
}

#boutique_navbar__logo {
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
}

.boutique_navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.boutique_navbar__links {
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 30px;
    height: 100%;
}

.boutique_navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.boutique_button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #000;
    color: white;
}

.boutique_button:hover {
    background: #d1d1d1;
    transition: all 0.3s ease;
}

.boutique_navbar__links:hover {
    color: #d1d1d1;
    transition: all 0.3s ease;
}
/*
.navbar__logo:hover {
    cursor: url("../images/cursor-white.png") 8 8, auto;
}*/

/*
@media screen and (max-width: 1200px) {
    .boutique_navbar__container {
        display: flex;
        justify-content: flex-start;
        height: 80px;
        z-index: 1;
        max-width: 1200px;
        padding: 0px;
    }

    .boutique_navbar__menu {
        display: grid;
        justify-content: flex-start;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 80vh;
        z-index: -1;
        background: #131313;
    }

    .boutique_navbar__menu.active {
        background: #ededed;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 80vh;
        font-size: 1.2rem;
    }

    #boutique_navbar__logo {
        padding-left: 25px;
    }

    .boutique_navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #000;
    }

    .boutique_navbar__item {
        width: 100%;
    }

    .boutique_navbar__links {
        text-align: left;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    #boutique_mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%,20%);
    }

    .boutique_navbar__btn {
        padding-bottom: 2rem;
    }

    .boutique_button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 40px;
        margin: 0;
    }

    .boutique_navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }

    #boutique_mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #boutique_mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #boutique_mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}*/






.boutique_contenu {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    width: 100%;
}

.boutique_main__container {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 2rem;
    z-index: 1;
}

.boutique_main__container h1 {
    font-weight: 500;
}

.boutique_main__content {
    display: flex;
    flex-direction: column;
    padding: 0px;
    max-width: 1200px;

}

.boutique_main__content h2 {
    font-weight: 300;
    font-size: large;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.boutique_main__content h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.boutique_main__content h5 {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 2rem;
}

.boutique_main__content a {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 2rem;
    color: #000;
}




.boutique_main__container h3 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.boutique_main__content p {
    margin-top: 2rem;
    margin-bottom: 5rem;
    font-size: 1rem;
    font-weight: 200;
}

.boutique_main__content img {
    margin-left: 25%;
    margin-right: 25%;
    max-width: 1200px;
}










.boutique_main__projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 1rem;
    max-width: 1200px;
}

.boutique_project {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.boutique_project:hover {
    transform: scale(1.05);
}

.boutique_project a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

.boutique_project__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.boutique_project__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.boutique_project__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: left;
}

.boutique_project__image:hover .boutique_project__overlay {
    opacity: 1;
}

.boutique_project__overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.boutique_project__overlay p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.boutique_project__overlay button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #000;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.boutique_project__overlay button:hover {
    background-color: #d1d1d1;
}

@media screen and (max-width: 800px) {
.boutique_project__overlay {
opacity: 1;
}
}



.boutique_liste {
    display: flex;
    flex-direction: column;
    padding: 5rem;
    align-items: center;
}

.boutique_project__spec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    padding: 1rem;
    max-width: 1000px;
}

.boutique_project__spectext {
    padding-right: 2rem;
    width: 500px;
}

.boutique_project__spectext h1 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 1rem;
}

.boutique_project__spectext h2 {
    font-weight: 800;
    font-size: 20px;

    margin-bottom: 0.5rem;
}

.boutique_project__spectext h3 {
    font-weight: 400;
    font-size: 15px;
    color: #757575;
    margin-bottom: 1rem;
}

.boutique_project__spectext h4 {
    font-weight: 600;
    font-size: 20px;

    margin-bottom: 1rem;
}

.boutique_project__spectext h5 {
    font-weight: 300;
    font-size: 15px;

}

.boutique_project__spectext p {
    margin-top: 1rem;
    font-weight: 300;
    font-size: 15px;
}

.boutique_project__spectext a {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 2rem;
    color: #000;
}

.boutique_project__spec img {
    width: 50%; /* Assure que les images prennent toute la largeur disponible dans leur colonne */
    position: relative;
    margin-bottom: 8rem;
}


@media screen and (max-width: 800px) {
    .boutique_project__spec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    padding: 0rem;
}

.boutique_project__spectext {
    width: 100%;
}

.boutique_project__spec img {
    width: 100%; /* Assure que les images prennent toute la largeur disponible dans leur colonne */
    position: relative;
    margin-top: 2rem;
    margin-bottom: 8rem;
}

}

