div.all{
    padding: 25px;
}

.iframe-epag {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 98%;
}

.page-footer{
    background-color:#2bbbad;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 2em;
}

#content {
    flex: 1;
    min-height: 100%;
}

#footer {
    clear: both; 
    color: #ffffff; 
    background-color: rgb(200, 200, 200); 
    text-align:center; 
    height: 50px;	 
    line-height: 50px; 
    font-size: 80%; 
}