@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

* {
    margin: 0;
    padding: 0;
}


article {
    height: 300px;
    width: 20%;
}

h2 {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
    padding: 10px;
    margin: 0px;
    color: white;
}

p {
    padding: 2px;
    margin: 0px;
    font-size: .9rem;
    background-color: rgba(255, 140, 0, 0.4);
}

#container {

    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}


header {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    padding: 10px 0 10px 0;
    background-color: rgb(0, 0, 0);
    height: 100px;
}

header div {
    width: 100px;
}

header div img {
    width: 100%;
    display: block;

}

nav {
    width: 60%;
    display: flex;
    padding: 5px;
    height: 80px;

    align-items: center;
    justify-content: center;
    color: white;
}

nav a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.3rem;
    color: white;
}

#les-villes {
    display: flex;
    flex-direction: row;
    width: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: white;
    font-family: 'Rubik', sans-serif;

}

#ste-croix {
    background: url('../images/ste-croix.jpg') center no-repeat;
    background-size: cover;
}

#moudon {
    background: url('../images/moudon.jpg') center no-repeat;
    background-size: cover;
}

#lausanne {
    background: url('../images/lausanne.jpg') center no-repeat;
    background-size: cover;
}

#orbe {
    background: url('../images/orbe.png') center no-repeat;
    background-size: cover;
}

#montreux {
    background: url('../images/montreux.jpg') center no-repeat;
    background-size: cover;
}
#introduction{
    display: flex;
    flex-direction: row;
    height: 200px;
    width: 100%;
    color: white;
    background-color: rgb(2, 2, 75);
}
#prix{
    background:url("../images/prix.jpg");
    width: 50%;
    background-size: cover;
}
#prix p{
    margin-top: 160px;
}
h1{
    width: 50%;
    text-align: center;
    margin-top: 70px;
}
#container p{

}
#ville-semaine{
    background-color: rgb(2, 2, 75);;
    display: flex;
    width: 100%;
}
#ville-semaine-titre{
    display: flex;
    background: url("../images/ste-croix.jpg");
    background-size: cover;
    height: 350px;
    width: 60%;
}
#ville-semaine-explication{
    width: 40%;
}
#ville-semaine-explication h2{
    background-color: white;
    color:rgb(2, 2, 75); ;
}
#ville-semaine-explication p{
    background-color:rgb(2, 2, 75);
    color: white;
    margin-top: 10px;
}
#ville-semaine-titre h2{
    background-color: rgba(0, 0, 0, 0.5);
    height: 20px;
    width: 100%;
}
#coucours{
    display: flex;
    flex-direction: row;
    width: 100%;

}
#concours-titres{
    flex-direction: column;
}
#concours-titres h3{
    background-color: rgb(5, 5, 100);
    color: white;
}
#concours-slogan{
    background-color: rgb(107, 27, 27);
    color: white;
}
#concours-texte1{
    background-color: rgb(61, 61, 204);
    color: white;
}
#concours-texte2{
    background-color: rgb(1, 1, 59);
    color: white;
}
#participer{
    background-color: black;
    color: white;
}