@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

#container-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}

body {
    background-color: black;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-family: 'Rubik', sans-serif;

}

#ste-croix {
    background: url('../images/ste-croix.jpg') center no-repeat;
    background-size: cover;
    width: 30%;
}




#moudon {
    background: url('../images/moudon.jpg') center no-repeat;
    background-size: cover;
    width: 25%;
}


#lausanne {
    background: url('../images/lausanne.jpg') center no-repeat;
    background-size: cover;
    width: 25%;
}


#orbe {
    background: url('../images/orbe.png') center no-repeat;
    background-size: cover;
    width: 25%;
}

#montreux {
    background: url('../images/montreux.jpg') center no-repeat;
    background-size: cover;
    width: 25%;
}

article {
    height: 400px;
}


h2 {
    background-color: rgba(0, 128, 255, 0.3);
    font-size: 1.2rem;
    padding: 10px;
    margin: 0px;
}

p {
    padding: 2px;
    margin: 0px;
    font-size: .9rem;
    background-color: rgba(255, 140, 0, 0.4);
}

a {
    color: white;
    padding: 5px;
}

img {
    width: 20%;
}

header {
    background-color: black;
    margin: 30px 0px 30px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}