@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(141, 78, 0, 0.4);
}

h1 {
    width: 50%;
    background-color: rgb(6, 0, 54);
    display: flex;
    justify-content: center;
    align-items: center;

}

#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: rgb(255, 255, 255);
    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;
    width: 100%;
    color: white;
    height: 300px;
}

#prix {
    background-image: url(../images/prix.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;



}

#prix p {
    margin-top: 250px;
    font-size: 18pt;
    display: flex;
    align-items: flex-end;
    background-color: rgb(65, 32, 0);
}

#ville-semaine {
    height: 500px;
    display: flex;
    width: 100%;
    flex-direction: row;

}

#ville-semaine-titre {

    background-image: url(../images/ste-croix.jpg);
    width: 60%;
    flex: 1, 5;
}

#ville-semaine-explication {
    width: 40%;

}

#ville-semaine-explication p {
    background-color: rgb(29, 83, 176);
    color: white;
    display: flex;
    width: 500px;
    flex: 1;
    padding: 41px;



}

#ville-semaine-explication h2 {
    background-color: white;
    color: black;
}

#concours {
    height: 200px;
    display: flex;
    width: 100%;

}

#concours-titres {
    background-color: rgb(3, 37, 95);
    height: 100px;
    text-align: center;
    justify-content: center;
    color: white;
    padding: 20px;
    width: 100%;
    flex-direction: column;

}

#concours-slogan {
    background-color: rgb(72, 20, 36);
    width: 100%;
    height: 153px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 21px;
    margin: 0px 2px 400px -20px;
    font-size: 15pt;

}

#concours-texte1 {
    background-color: rgb(51, 105, 160);
    padding: 30px;
    color: white;
    height: 200px;
}

#concours-texte2 {
    background-color: rgb(0, 20, 54);
    color: white;
    height: 200px;
    padding: 30px;
}

#participer {
    background-color: black;
    color: white;
    padding: 30px;
    height: 200px;
    margin-right: 7px;
}