main {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    padding: 50px 64px;
}

.fleche-retour {
    grid-column: 1;
}

.titre-projet {
    grid-column: 2 /span 5;
    font-family: 'Mukta';
    font-size: 100px;
    font-weight: 800;
    color: #8689AC;
}

.contenu-projet {
    grid-column: 2 / span 5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sous-titre-projet {
    font-family: 'Mukta';
    font-size: 24px;
    font-weight: 700;
    color: #8689AC;
}

.photo_paris {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    padding: 0 64px;
}

.photo_paris img {
    width: 100%;
    object-fit: cover;
}

.img_skate {
    grid-column: 2 / span 10 ;
    width: 100%;
    aspect-ratio: 1088 / 609;
}
.img_basket_couleur {
    grid-column: 3 / span 4 ;
    width: 100%;
    aspect-ratio: 527.25 / 791;
}

.img_basket_noir_et_blanc {
    grid-column: span 4 ;
    width: 100%;
    aspect-ratio: 527.25 / 791;
}

.img_bar {
    grid-column: 3 / span 8 ;
    width: 100%;
    aspect-ratio: 864 / 576;
}

.img_vasque {
    grid-column: 4 / span 6 ;
    width: 100%;
    aspect-ratio: 641 / 641;
}

.img_immeuble {
    grid-column: 1 / span 4 ;
    width: 100%;
    aspect-ratio: 416 / 624;
}

.img_cafe {
    grid-column: 6 / span 7 ;
    width: 100%;
    aspect-ratio: 752 / 502 ;
}

.img_seine {
    grid-column: 2 / span 3 ;
    width: 100%;
    aspect-ratio: 304 / 456;
}

.img_bat {
    grid-column: 6 / span 5 ;
    width: 100%;
    aspect-ratio: 528 / 791;
}