/*------------------------------------------------

Author : Aguila Design

------------------------------------------------*/


.mainLContainer {
    background-color: var(--couleur-beige);
}

.gridContainer {
    background-color: var(--couleur-noir);
}



/*------------------------------------------------

                    Header

------------------------------------------------*/


header {
    color: var(--couleur-noir);
}

.headLogo {
    color: var(--couleur-noir);
}

.headerLink {
    color: var(--couleur-noir);
}

.headerLang {
    color: var(--couleur-noir);
}



/*------------------------------------------------

                    Footer

------------------------------------------------*/


footer {
    background-color: var(--couleur-noir);
}



/*------------------------------------------------

                    Photos

------------------------------------------------*/




.secPhotos1 {
    display: flex;
    margin: 2rem;
}

.secPhotos2 {
    display: flex;
    margin: 2rem;
    justify-content: center;
}

.secPhotos3 {
    display: flex;
    margin: 2rem;
    justify-content: end;
}

.figPhotos {
    margin: 0.5rem;
}

.horizontalImg1 {
    max-width: 50vw;
    max-height: 65vh;
    border: 0.5rem solid var(--couleur-blanc);
}

.verticalImg1 {
    max-width: 65vw;
    max-height: 50vh;
    border: 0.5rem solid var(--couleur-blanc);
}

@media screen and (max-width: 1200px) {
    .horizontalImg1 {
        max-width: calc(100% - 1rem);
        max-height: 50vh;
    }
    
    .verticalImg1 {
        max-width: calc(100% - 2rem);
        max-height: 100%;
    }
}

.legend {
    font-size: var(--text18);
    line-height: var(--inter18);
}

.legend i {
    font-style: italic;
}

.credits {
    margin-left: 2rem;
    font-size: var(--text19);
    line-height: var(--inter19);
}

.chapo {
    font-size: var(--text22);
    line-height: var(--inter22-2);
}

.subChapo {
    text-align: center;
    font-size: var(--text19);
    line-height: var(--inter19);
    margin-top: 1rem; 
}

.institution{
    font-size: var(--text22);
    line-height: var(--inter22-2);
}



/*------------------------------------------------

                    Articles

------------------------------------------------*/

.artPhotos img {
    object-fit: cover;
}