
body {
	font-family: sans-serif;
    color: white;
    background-color: #222831;
}
h1{
    margin-top: 0%;
    margin-left: 5%;
}
.point{
    color: #e3207b;
}
#partie1{
    background-image: url("../images/hero_bg_1.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
}
h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-left: 5%;
    margin-top: 45%;
}
.bouton{
    display: inline padding: 30px 20px;
    border: 15px solid #e3207b;
    border-radius: 30px;
    background-color:#e3207b;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 225px;
    border-radius: 5px;
    color: #e3207b;
    text-align: center; 
}
h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
#show1{
    background-image: url("../images/fond1.jpg");
    height: 250px;
    width: 90%;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 20%;
    margin-top: 30px;
    background-position:center top;
}
.show-text{
    border: 7px solid #e3207b;
    background-color:#e3207b;
    margin: 0px 60% 0px 0%;
}

.show-date{
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    background-color:black;
    margin: 0px 40% 0px 0%;
}
    
a{
    color:white;
    text-decoration: none;
}


