body {
    margin: 0;
    font-family: sans-serif;
    font-weight: normal;
}
/* Layout et emplacement HTML  */
html{
    background-image: url('../img/background-page.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
header {
    background-color: black;
    width: 100%;
    height: 100px;
    padding: 5px 0px;
}
h1 {
    font-family: 'Metal Mania', cursive;
    margin-top: 0;
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    text-align: center;
    margin-bottom: 0;
    font-size: 50px;
    color: white;
}
h1 strong{
    color: red;
}
article h2{
    font-family: 'New Rocker', cursive;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    background-color: black;
    color: white;
    padding: 10px;
}
h2 strong{
    color: red;
}
footer h2{
    font-family: 'New Rocker', cursive;
    text-align: center;
    background-color: #000000;
    padding: 20px;
    position: relative;
    font-size: 40px;
    width: 30%;
    margin: auto;
    color: white;
}
h3{
    font-family: 'New Rocker', cursive;
    font-size: 20px;
    margin-bottom: 5px;
    background-color: black;
    color: white;
    padding-left: 5px;
    padding: 7px
}
h3 strong{
    color: red;
}
footer h3{
    font-family: 'Metal Mania', cursive;
    width: 100%;
    font-size: 45px;
    color: white;
    background-color: #000000bd;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    float: left;
}
main article{
    background-color: rgba(255, 255, 255, 0.582);
}
article#histoire{
    width: 620px;
    float: left;
}

article#boiserie{
    width: 320px;
    float: right;
}
article p{
    padding: 0px 5px;
}
p#info a:link{
    color: white;
}
p#info a:visited{
    color: white;
}
p#info a:hover{
    color: blue;
}
main, .wrap{
    width: 960px;
    margin: auto;
}
article#duel p{
    font-size: 25px;
    text-align: center;
    color: white;
    background-color: #00000080;
}
footer #info{
    font-size: 25px;
    color: white;
    margin: 0;
}
footer #info strong{
    color: red;
    font-family: 'Metal Mania', cursive;
    font-size: 30px;
}
article#duel{
    float: left;
    width: 50%;
}
article#histoire iframe{
    padding-left: 5px;
    padding-right: 5px;
}
footer iframe{
    margin-top: 10px;
    float: right;
}
/* IMAGES */

img#igauche {
    float: left;
    height: 92px;
    width: auto;
    margin-top: 0;
}

img#idroite {
    float: right;
    height: 92px;
    width: auto;
    margin-top: 0;
}

#img_fdb{
    width: 165px;
    height: auto;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

#img_merguez{
    width: 300px;
    height: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
}

#img_audi{
    width: 300px;
    height: auto;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.anti-boiserie img {
    height: 122px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: auto;
    float: right;
}

.run img{
    width: 310px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}

#r32{
    height: auto;
    width: 160px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}
footer{
    position: relative;
    background-image: url('../img/footer_duel.jpg');
    background-repeat: no-repeat;
    min-height: 620px;
    width: 100%;
    background-size: cover;
}
div.clear {
    clear: both;
}
@media (max-width: 700px) {
    main, .wrap{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    img#idroite{
        width: 70px;
        height: auto;
        padding-top: 10px;
    }
    img#igauche{
        width: 70px;
        height: auto;
        padding-top: 10px;
    }
    article#histoire{
        width: 100%;
        float: none;
    }
    article#hitoire h3{
        margin-bottom: 0;
    }
    article#histoire p{
        padding: 0;
    }
    article#histoire img{
        margin: 0;
    }
    article#boiserie{
        width: 100%;
        float: none;
    }
    article#histoire iframe{
        padding: 0;
        width: 100%;
        height: 300px;
    }
    footer iframe{
        padding: 0;
        width: 100%;
        height: 300px;
    }
    footer{
        width: 100%;
        float: none;
    }
    h1{
        font-size: 25px;
        padding-top: 10px;
    }
    footer h2{
        width: 70%;
    }
    article#duel{
        width: 100%;
    }
    article#duel h3{
        width: 100%;
    }
    footer p{
        width: 100%;
    }
    footer article h3{
        width: 70%;
    }
}