.le-projet {
    width: 100%;
    min-height: 100vh;
    padding-top: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-projet {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -98;

}
.bg-projet img {
    filter: blur(20px);
    opacity: 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -99;
    object-fit: cover;
}

.le-projet .info {
    width: 40%;
    padding: 0 10em 0 0;
}

.le-projet-title {
    font-size: 1em;
    font-family: 'Quicksand';
    font-weight: 700;
}

.le-projet-desc {
    width: 90%;
    font-size: 0.8em;
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.9);
}

.le-projet-roles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.le-projet-roles a {
    margin-top: 1em;
    border-radius: 3em;
    background: rgba(61, 61, 61, 0.46);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
    font-size: .8em;
    padding: 2px 15px 0 15px;
    display: flex;
    align-items: center;
}

.line {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #525252;
    margin: 1em 0 1em 0;
}

.le-projet .video {
    width: 50%;
}
.img-top-section {
    max-width: 100%;
}
.img-top {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.img-bot-section {
    padding: 4vw 4vw 4vw 4vw;
    display: grid;
    gap: 20px;
}

.img-bot {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 621px) {
    .img-bot-section {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 620px) {
    .img-bot-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

.le-projet-video {
    width: 50%;
}

.le-projet-video-top {
    width: 50%;
    display: none;
    aspect-ratio: 21/9;
    margin-top: 6em;
    margin-bottom: 2em;
}

.le-projet-video iframe {
    aspect-ratio: 21/9;
}

.le-projet-img {
    width: 50%;
}

.le-projet-img img {
    width: 100%;
}

.le-projet-img-top {
    width: 50%;
    display: none;
    aspect-ratio: 21/9;
    margin-top: 6em;
    margin-bottom: 2em;
}

.le-projet-img-top img {
    width: 100%;
}


@media (max-width: 1500px) {
    .le-projet {
        display: flex;
        flex-direction: column;
    }
    .le-projet .info {
        padding: 0;
    }
    .le-projet .info {
        width: 90%;
    }
    .le-projet-video-top {
        display: flex;
    }
    .le-projet-video {
        display: none;
    }
    .le-projet-img-top {
        display: flex;
    }
    .le-projet-img {
        display: none;
    }
}

@media (max-width: 800px) {
    .le-projet-video-top {
        width: 80%;
    }
    .le-projet-img-top {
        width: 80%;
    }
}