html{
    font-size: 62.5%;
}

body{
    font-size: 1.6rem;
}

div.enonce{
    border: solid .1rem #000;
    margin-bottom: 1rem;
    padding: 1rem;
}
div.bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgb(203, 203, 203);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(203, 203, 203);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(203, 203, 203);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(203, 203, 203);
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
	height:180px;
}

.footer{
    background-color: #343a40!important;
    padding-top: 1rem;
    padding-bottom: 1rem
}
.footer ul li{
    list-style: none;
    display: inline-flex;
}
.footer ul li a{
    color: #FFF;
}