@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Itim&display=swap');
*{
    margin: 0px;
    padding: 0px;
}

body {
	font-family: sans-serif;
    background-color:#222831 ;
    color: white;
    font-family: 'Itim', cursive;
    
}

#partie1{
    width: 100%;
    height: 500px;
    background: url(../images/hero_bg_1.jpg);
    background-size: cover;
    background-position: center;
}
h1{
    color: white;
    padding: 1%;
    font-family: 'Audiowide', cursive;
}
.point{
    color:#e3207b ;
}
h2{
    color: white;
    text-transform: uppercase;
    padding-left: 1%;
    font-size: 40px;
    max-width: 200px;
    margin-top: 160px;
}

.bouton{
    margin-left: 1%;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #e3207b;
    max-width: 150px;
    padding: 15px 1px 15px 1px;
    text-align: center;
}

a:link{
    color: white;
    text-decoration: none;
    font-family: 'Audiowide', cursive;

}
h3{
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    font-family: 'Audiowide', cursive;
}
#show1{
    margin: auto;
    margin-top: 20px;
    width: 90%;
    height: 250px;
    background: url(../images/fond1.jpg);
    background-size: cover;
}
.show-text{
    background-color: #e3207b;
    max-width: 200px;
    font-weight: bold;
    padding: 10px;
}
.show-date{
    background-color: black;
    max-width: 300px;
    padding: 10px;
}



