/* Section observatoire */
.observatory-link-button{
    all: unset;
    font-family: Inter;
    font-size: x-large;
    margin-left: 100px;
    color: #005f86;
    background-image: url("../images/bouton-observatoire-header.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.5% 5%;
}

.observatory-link{
    display: flex;
    justify-content: center;
    padding: 38vh 0;
}

/* Section expositions */
main{
    padding-top: 1%;
}

.exposition-gallery{
    margin: 0 2vw;
}

.exposition-gallery-title{
    font-family: Lora;
    color: #005f86;
}

.exposition-gallery-item-row{
    display: flex;
    justify-content: space-between;
}

.exposition-gallery-item{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.exposition-gallery-text{
    font-family: Inter;
    color: #f37551;
    margin-left: 5vw;
}

/* Section texte */
.text-paragraph-row{
    display: flex;
    justify-content: space-evenly;
    margin: 5vh 20vw 5vh 5vw;
}

.text-paragraph{
    display: flex;
    flex-direction: column;
    max-width: 26.3vw;
}

.text-paragraph-title{
    font-family: Lora;
    color: #005f86;
}

.text-paragraph-contents{
    font-family: Lora;  
}

.exposition-links{
    display: flex;
    justify-content: space-between;
    padding: 0 2vw 15vh 2vw;
    a{
        font-family: Inter;
        font-style: italic;
        color: #ff8d6d;
    }
}

.main-page-header{
    background-image: url("../images/vague-navigation.png"), url("../images/algues-eau-header.jpg");
    background-size: 100vw, cover;
    background-repeat: no-repeat;
}