* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: sans-serif;
    background-color: #222831;

}

#partie1 {
    color: white;

    width: 100%;
    height: 500px;

    background-image: url("../images/hero_bg_1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    padding: 10px 0px 10px 10px;


}

h1 {
    margin-bottom: 170px;
}

.point {

    color: #e3207b;
}

h2 {
    text-transform: uppercase;
    font-size: 40px;
    width: 50%;
    margin-bottom: 30px;
}

.bouton {
    padding: 10px;
    width: 80px;
    text-align: center;
    background-color: #e3207b;
    border-radius: 5px;
}

a {
    color: white;
    text-decoration-line: none;
}


#partie2 {
    color: white;
}

#show1 {
    width: 90%;
    height: 250px;

    background-image: url("../images/fond1.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;

    margin: 20px;
}

.show-text {
    background-color: #e3207b;
    width: 40%;
    padding: 10px;

}

.show-date {
    background-color: black;
    width: 55%;
    padding: 10px;
}

h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;

    margin-top: 30px;
}