@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;
}

#introduction {
    display: flex;
    background-color: rgb(40, 37, 58);
    height: 200px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

#ville-semaine {
    display: flex;
}

#ville-semaine-titre {
    height: 500px;
    width: 400%;
    background: url(../images/ste-croix.jpg);
}

#ville-semaine-titre h2 {

}

#ville-semaine-explication p {
   padding: 10px;
}

#prix {
    display: flex;
    flex-direction: row;
    background: url(../images/prix.jpg);
    background-size: cover;
    height: 200px;
    width: 500px;
}

#prix p {
    color: white;
    margin-top: 30%;
    margin-bottom: 5%;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

#introduction h1 {
    text-align: center;
    width: 400px;
    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;

}

#ville-semaine-explication h2{
    background-color: white;
    color: black;
    text-align: center;
}

#ville-semaine-explication, #ville-semaine-explication p {
    background-color: rgb(40, 37, 58);
    color: white;
}

#concours{
    display: flex;
    width: 100%;
}
#concours-titres{
    color: white;
    flex-direction: column;
    width: 120px;
    height: 120px;
    background-color: rgb(40, 37, 58);
    text-align: center;
}
#concours-slogan{
    flex-direction: column;
    width: 120px;
    height: 130px;
    background-color: rgb(59, 8, 24);
}
#concours-texte1{
    width: 400px;
    background-color: rgb(75, 58, 170);
    color: white;
}

#concours-texte2{
    width: 400px;
    background-color:  rgb(40, 37, 58);
    color: white;
}

#participer{
    width: 200px;
    background-color:  rgb(0, 0, 0);
    color: white;
    text-align: center;
}