html{
    background-color: black;
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header{
    background-color: black; 
    background-position: center;

}
header h1{
    color: black;
    font-size: 1px
}
header div,
header nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header nav a{
    display: flex;
    flex-wrap: wrap;
    color: white;
    background-color:rgb(72, 34, 178);
    border-radius: 3vw;
    border-style: double;
    border-top: 3px white;
    margin-right: 20px;
    font-size: 2em;
    text-decoration: none;
    padding: 10px;
}
header nav a:hover{
    color: rgb(255, 0, 0);
    border-bottom: 1px solid rgb(255, 0, 0);
}
#sponsor a {
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
    margin-bottom: 5px;
}
#sponsor a img{
    width: 4em;
}
.corp{
    background-color: black;
    color: white;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.corp img{
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.corp h1{
    color:white;
}
.corp h1 a{
    color: white;
    font-size: 2em;
    text-decoration: none;
}
.corp h1 a:hover{
    color: rgb(72, 0, 255);
    border-bottom: 1px solid rgb(255, 0, 0);
}
.contact{
    background-color: black;
    color: white;
    padding: 30px;
    text-align: center;
}
.contact h1{
    font-size: 2em;
}
.contact p a{
    font-size 2em;
    color: white;
}
.contact p a:hover{
    color: rgb(72, 0, 255);
    border-bottom: 1px solid rgb(255, 0, 0);
}
.Artistes{
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.Artistes h1{
    display: flex;
    justify-content: center;
}
.Artiste{
    margin-right: 20px;
}
.Artiste img{
    height: 350px;
}
.heberge{
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.heberge .loger h1{
    display: flex;
    justify-content: center;
}
.heberge .loger h1 a{
    display: flex;
    flex-wrap: wrap;
    color: white;
    margin-right: 20px;
    font-size: 2em;
    text-decoration: none;
    padding: 10px;

}
.heberge .loger{
    margin-right: 40px;
}
.heberge .loger img{
    height: 100px;
    display: flex;
    justify-content: center;
}
.lieux {
   width: auto;
}
footer{
    background-color: black;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer p{
    padding: 20px;

}
footer p img{
    height: 30px;
}
