* {
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255)
}
body {
    font-family: sans-serif;
    background-color: #222831;
}
#partie1 {
    background: url("../images/hero_bg_1.jpg");

    background-size: cover;
    background-position: center center;
}
h1 {
    color: azure;
    height: 200px;
    padding-left:20px;
    padding-top:30px;
}
h2 {
    font-size: 50px;
    text-transform: uppercase;
    padding: 10px;
}
h3 {
    text-align: center;
    font-size: 30px;
    border: 10px solid #222831;
    text-transform: uppercase;
}
#show1 {
    background: url("../images/fond1.jpg");
    margin: auto;
    height: 250px;
    width: 90%;
    display: block;
    background-size: cover;
}
.show-date {
    background-color: black;
    border: 5px solid black;
    width: 60%;
    font-weight: 500;
}
.point {
    color: #e3207b
}
.bouton {

    border-radius: 5px;
    border: 20px solid #e3207b;
    margin: 15px;
    width: 8%;
    background-color: #e3207b;
    text-align: center;
    width: 25%;

}
a {
    color: azure;
}
.show-text {
    width: 40%;
    background-color: #e3207b;
    border: 5px solid #e3207b;
    font-weight: 700;
}