@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

#container-flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: white;
    font-family: 'Rubik', sans-serif;

}

header{
    background-color: black;
    padding: 40px 60px 40px 60px;
    display: flex;
    justify-content: space-between;

}
img{
    width: 100%;
    display: block;
}

div{
    width: 100px;
}
nav{
    width: 60%;
    
}
a{
    padding: 10px;
    color: white;
}

#ste-croix {
    background: url('../images/ste-croix.jpg') center no-repeat;
    background-size: cover;
    width: 50%;
}




#moudon {
    background: url('../images/moudon.jpg') center no-repeat;
    background-size: cover;
    width: 30%;
}


#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: 30%;
}

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);
}
