@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@media screen and (max-width: 934px) {
    .discographie, .extrait-container {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 300px){
    .paroles, #titre {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 1030px) {
    .autre-titres {
        display: none;
        visibility: hidden;
    }
}

* {
    font-family: 'Montserrat', sans-serif;
}

.lv {
    border-left: 6px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

#photo:hover {
    box-shadow: 1px 1px 5px black;
}

body {
    background-image: url('imagine.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

#titre {
    text-align: center;
}

.paroles {
    font-size: 2.4vh;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.paroles p{
    display: inline;
    background-color: white;
}

.extrait-container {
    display: flex;
    position: relative;
}

.extrait {
    position: absolute;
    bottom: -350px;
}

.discographie {
    display: flex;
    justify-content: left;
    margin-left: 40px;
    position: absolute;
    width: 50%;
}

.premier-mot {
    color: red;
}

.autre-titres {
    position: relative;
    display: block;
    float: right;
    top: -85vh;
    margin-right: 80px;
    justify-content: center;
}