body{
    position: relative;
}
footer{
    position: absolute;
    bottom: 0;
    z-index: 3;
}

#color_fond{
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 200, 0.4);
    color: white;
    width: 100%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 200px;
}
h1{
    border: solid 1px white;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-align: center;
}
h2{
    clear: both;
    margin-top: 20px;
    position: relative;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
}
#infos{
    margin: 40px auto;
    border-top: solid 3px blue;
    padding: 10px;
}
.row{
    clear: both;
    margin-bottom: 20px;
}
#adresse{
    padding-top: 6px;
    height: 35px;
}
#fixe{
    padding-top: 10px;
    margin-left:7px;
    margin-right: 15px;
    height: 29px;
}
#portable{
    margin-left:7px;
    padding-top: 10px;
    margin-right: 15px;
    height: 29px;
}
.row > img{
    float: left;
}
.row > p{
    float: left;
}
#left > img{
    float: left;
    height: 45px;
    margin-right: 20px;
    margin-top: 8px;
}
#left > p{
    float: left;
}
#right > img{
    float: left;
    height: 50px;
    margin-right: 20px;
    margin-top: 8px;
}
#right > p{
    float: left;
}
@media screen and (min-width: 1000px){
    #infos{
        width: max-content;
    }
    h1{
        width: max-content;
    }
    #image_fond_mobile{
        display: none;
    }
    #image_fond{
        top: 0;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    #left{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        position: absolute;
        bottom: 50px;
        left: 100px;
        width: max-content;
    }
    #right{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        position: absolute;
        bottom: 50px;
        right: 100px;
    }
}
@media screen and (max-width: 1000px){
    #info > left{
        position: relative;
        margin-top: 100px;
    }
    #info > right{
        position: relative;
    }
    #infos > div > p{
        margin-top: 20px;
    }
    #image_fond{
        padding: 20px;
    }
    #infos > img{
        height: 20px;
    }
    #infos{
        margin: 50px auto;
        border-top: none;
        width:auto;
        font-size: 10px;
    }
    h1{
        width: 80%;
        font-size: 16px;
        margin: 40px auto;
    }
    h2{
        font-size: 14px;
        font-weight: normal;
    }
    #image_fond_mobile{
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    #image_fond{
        display: none;
    }
    #left{
        font-size: 12px;
        margin-left: 14px;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        width: auto;
        clear: top;
    }
    #left > img{
        left: 10px
        clear: both;
        height: 25px
    }
    #right > img{
        height: 32px;
    }
    #right{
        margin-left: 10px;
        font-size: 12px;
        width: auto;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        clear: top;
    }
    #right > img{
        clear: both;
    }
}