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

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



.bouton {

    border-radius: 5px;
}

.bouton {
    background-color: #e3207b;
    font-size: 15px;
    text-transform: capitalize;
    margin-left:  20px;
    margin-top: 10px;
    border: 5px solid #e3207b;
    display: inline-block;
    padding: 10px 40px;
    

}

#partie1 {
    background: url(../images/hero_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    height: 500px;
    text-transform: uppercase;



}

h2 {
    font-size: 30pt;
    margin-right: 150px;
    margin-left: 20px;
}


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

#show1 {
    background: url(../images/fond1.jpg);
    background-size: cove r;
    background-repeat: no-repeat;
    background-position: unset;
    color: white;
    height: 250px;
    width: 90%;
    background-color: black;
    margin-left: 20px;

}

h3 {
    text-align: center;
    font-size: 20pt;
    margin: 10px;

}

.show-text {
    background-color: #e3207b;
    margin-right: 200px;
    border: 5px solid #e3207b;
    font-weight: bold;
    font-size: 13px;
}

.show-date {
    background-color: black;
    margin-right: 125px;
    border: 5px solid black;
    font-size: 10pt;
}

.point {
    color: #e3207b;
}

h1 {
    margin-top: 10px;
    margin-bottom: 200px;
    margin-left: 5px;
    font-size: 15pt;
}