header{
    background-color: #abbaba;
    height: 150px;
}
header img{
    height: 300px;
    padding: 50px;
    margin-top: -90px;
    margin-left: -100px;
    
}
nav h1 {
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: -260px;
}

.content {
    box-sizing: border-box;
    background-color: wheat;
    border-radius: 5px;
    width: 500px;
    height: 200px;
    

}

.titre {
    font-size: 20px;
    font-family: Impact,'Arial Narrow Bold', sans-serif;
    text-align: center;
    padding-top: 10px;
}


.text {
    font-size: 15px;
    font-family: Berlin sans fb;
    text-align: justify;
    padding-top: 20px;
}

.text2 {
    font-size: 15px;
    font-family: Berlin sans fb;
    text-align: justify;
    padding: 10px;
}


#list1 {
    width: 220px;
    height: 200px;
    position: relative;
    top: 3px;
}
#list2 {
    width: 220px;
    height: 200px;
    position: relative;
    top: -213px;
    right: -275px;
}


#listetexte {
    text-align: center;
}

.box .imgBx{
    width: 150px;
}

.box .imgBx img{
    
    width: 350px;
}

footer img {
    height: 150px;
    display: inline-block;
    margin-left: 400px;
}

footer{
    background-color: #E5E4E2;
    height: 300px; 

}

footer p {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 15px;
    padding: 20px;
}

.ben {
    left: 490px;
    top: 100px;
    position: absolute;
}

#JA {
    left: 515px;
    top: 85px;
    position: absolute;
    height: 30%;
    border-radius: 100px;
    border: 15px solid black; 
    overflow: visible;
}
#JA:hover{
    background-color: blue;
}

#Didier {
    left: 580px;
    top: 420px;
    position: absolute;
    height: 30%;
    border-radius: 100px;
    border: 15px solid black; 
}
#Didier:hover {
    background-color: yellow;
}

.link {
    font-size: 13px;
    text-decoration: underline;
    color: black;
}