*{
    margin: 0px;
    padding: 0px;
    color: white;

}
.point{
    color: #e3207b;
}
h2{
    margin-top: 160px;
    text-transform:uppercase;
    font-size:43px ;
}
h3{
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
#partie1{
    height: 500px;
    width: 100%;
    background:url("../images/hero_bg_1.jpg");
    background-size: cover;
    background-position: center;
    padding-left: 10px;
}
#partie2{
    background-color:#222831 ;
    padding-left: 20px;

    
}
.show-text{
    background-color:#e3207b;
    width: 25%;
    padding: 3px 20px 3px 5px;
}
.show-date{
    background-color: black;
    width: 50%;
    padding: 3px 20px 3px 5px;
}
#show1{
    height: 250px;
    background: url("../images/fond1.jpg");
    background-repeat: no-repeat;
}
body {
	font-family: sans-serif;
 
}
    


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



