h1{
    text-align: center;
}

#container{
    height: 100%;
    width: 80%;
    display: flex;
    margin: 1% auto;
    padding: 2%;
    background-color: lightgray;
}

#renseignement{
    height: 160px;
}

#image_description{
    max-height: 100%;
    width: 50% ;
    margin: 0 auto;
}

table{
    width: 50%;
    display: table;
    margin: 0 auto;
    padding: 2%;
    background-color: rgb(167, 164, 164);
}

td{
    text-align: center;
    display: table-cell;
    padding: 20px;

}

.titre{
    font-weight: bold;
    text-align: left;
}

#renseignement{
    text-align: center;
}

#renseignement a{
    text-decoration: none;
    color: white;
    font-size: 1.5em;
}

#renseignement a:hover{
    font-weight: bold;
}

@media screen and (max-width: 1300px){
    #image_description{
        width: 280px ;
    }
}

@media screen and (max-width: 750px){
    #image_description{
        width: 100% ;
    }

    #container{
        display:block;
    }

    table{
        width: 100%;
    }
}