﻿html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}


#pageFooter {
    padding-top: 15px;
    text-align: center;
    font-size: 13px;   
    bottom: 0;   
    height: 50px;
}

#Logo {
    max-width: 130px;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 20px;
}

#content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    font-size: 19px;
    margin-top: auto;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
}

    #content header {
        border-top: none;
        border-bottom: 3px solid #Fb8c00;
        margin-bottom: 30px;
        color: #f57c00;
        font-size: 12.5px;
    }

    #content footer {
        font-size: 17px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }


#divIdentite {
    text-align: center;
    margin: 50px;
}
