@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;

}

#introduction {
    display: flex;
    flex-direction: row; 
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(1, 1, 70);
    color: white;
}
#prix {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../images/prix.jpg);
    height: 150px; 
    width: 50%;
    padding-bottom: 20px;
}
#prix p {
    background-color: rgb(77, 30, 30);
    font-size: 25px;
}
#introduction h1 {
    max-width: 20%;
    text-align: center; 
    padding-left: 15%;
}
#gagner{
    background-color: rgb(88, 62, 22);
    color: white;
    font-size: 20px;
    text-align: center;
}

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{
    display: flex;
    width: 100%;
}
#ville-semaine-titre{
    background: url(../images/ste-croix.jpg);
    width: 60%;
}
#ville-semaine-explication{
    width: 40%;
}
#ville-semaine-explication h2{
    background-color: white;
    color: black;
    text-align: center;
}
#ville-semaine-explication p{
    background-color: rgb(1, 1, 85);
    color: white;
    padding: 10px 10px 10px 10px;
}
#concours{
    display: flex;
    width: 100%;
    height: 300px;
}
#concours-titres{
    background-color: rgb(0, 0, 88);
    color: white;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
#concours-titres h3{
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 0px;
}
#concours-slogan{
    background-color: rgb(78, 21, 21);
    height: 180px;
    padding: 10px 5px 0px 5px ;
}
#concours-texte1{
    background-color: rgb(17, 70, 148);
    color: white;
    width: 30%;
    padding: 10px;
}
#concours-texte2{
    background-color: darkblue;
    color: white;
    width: 30%;
    padding: 10px;
}
#participer{
    background-color: black;
    color: white;
    width: 20%;
    padding: 50px 40px 0px 40px ;
    text-align: center;
}