.realisation-template img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;

}

.realisation-template:hover img {
    transform: scale(1.05);
    border-radius: 20px;
}

.carousel {
    display: flex;
    transition: transform 1.5s ease-in-out;

}

.section-carousel {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/bg-carousel.webp);
    background-size: cover;
    background-position: center;
    padding-top: 10vh;

}

.car-h3 {
    font-size: 30px;
}

.a-color {
    color: #e6aa68;
}

.a-color:hover {
    color: #2d2e24;
}

.btn:hover {
    background-color: #e6aa68;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1d1e18;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Mockup */

.mockup {
    text-align: center;
    width: 30vw;
}

.projets-mockup {
    display: flex;
    justify-content: space-around;
}


.carousel-container {
    position: relative;
    overflow: hidden;
    width: 50vw;

}


.realisation-template {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.realisation-template h4 {
    font-size: 26px;
}

.icone-carousel {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.progress-bar-container {

    width: 100%;
    height: 5px;
    background-color: #fffbbd;
    margin-bottom: 5vh;
    margin-top: 10px;
}

.progress-bar {
    height: 100%;
    background-color: #e6aa68;
    width: 0%;
    transition: width 0.3s ease;
}