.contenuPassions{
    padding-top: 15vh;
}

.contenuPassions h1{
    padding: 20px;
    font-family: Montserrat, sans-serif;
    color: #ffe7d4;
    text-align: center;
    font-size: 3em;
}

.gamesDiv, .musicDiv, .theatreDiv{
    width: 99vw;
    /*height: 60vh;*/
    height: max-content;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    background-position: center;
    background-size: cover;
    /*filter: grayscale(75%);*/
    margin-bottom: 50px;
}

.musicDiv{
    background-image: url("../images/passions/music/music1.jpg");
    margin-top: 50px;
}

.gamesDiv{
    background-image: url("../images/passions/games/games1.jpg");
}

.theatreDiv{
    background-image: url("../images/passions/theatre/theatre1.jpg");
}

.contenuObjetPassion{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content 1fr;
    width: 100%;
    height: 100%;
}

.contenuObjetPassion h2{
    color: #ffe7d4;
    font-family: Montserrat, sans-serif;
    grid-column: 1/-1;
    width: max-content;
    font-size: 1.8em;
    margin: auto;
    padding: 20px 30px;
    background-color: #3e726a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contenuObjetPassion p{
    /*background-color: gray;*/
    opacity: 0.9;
    background-color: #3e726a;
    width: 75%;
    text-align: justify;
    color: #ffe7d4;
    padding: 50px 75px;
    height: max-content;
    text-indent: 1cm;
    align-self: center;
    justify-self: center;
    font-family: Bahnschrift, sans-serif;
    grid-column: -1/-2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #2e564f 4px solid;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 1cm;
    margin-top: 1cm;
}

@media screen and (max-width: 900px){

    .contenuObjetPassion p{
        grid-column: 1/-1;
        width: 85%;
        padding: 25px 20px;
    }

    .contenuPassions h1{
        font-size: 1.9em;
        padding: 0;
    }

}

@media screen and (max-width: 1160px){
    .contenuPassions{
        padding-top: 15px;
    }
}