body,html
{
	height: 100%;
	overflow-x:hidden;
}

#container
{
	min-height: 100%;
	position: relative;
}
.contenu
{
    background-color: white;
    padding: 20px;
}

input, textarea, select
{
	margin-bottom: 5px;
}

.module
{
	border-radius: 90px;
}
.bigbutton
{
	padding: 10px 30px;
}
footer
{
	bottom: 0;
	left:0;
	width: 100%;
	position: absolute;
	min-height: 50px;
}  

.vcenter
{
	vertical-align: middle;
	line-height: 50px;
}

.NoStyleList
{
    list-style-type: none;
}
.display
{
	display: flex;
}
input:not([type=checkbox]), select
{
	height: 50px;
}
.hpbb
{
	display: none;
}

.overflowScroll 
{
    overflow-x: auto;
}

.mgt-footer
{
	margin-top: 50px;
}