#tableau .colorfont{
    color: black!important;
    text-decoration: none;
}
#tableau{
    min-height: 70em;
    margin-top: 2em;
}
.btntype{
    font-size: large;
    background-color: #ffffff;
    border: 1px solid #026efd;
    color: #026efd!important;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.btntype:hover{
    color: white!important;
    background-color: #026efd;
    cursor: pointer;
}
.selected{
    color: white!important;
    background-color: #026efd;
}
.sousmenu{
    padding-left: 5em;
}
.btnDocOld{
    background-color: white;
    border: 1px solid #026efd;
    border-radius: 10px;
    color: #026efd!important;
    font-size: small;
    cursor: pointer;
    line-height: 3em;
	margin-top: 1em!important;
}
.btnDoc{
    background-color: #026efd;
    border: 1px solid #026efd;
    border-radius: 10px;
    color: white!important;
    font-size: small;
    cursor: pointer;
    line-height: 3em;
	margin-top: 1em!important;
}
.btnTypeDoc{
    background-color: white;
    border: 1px solid #026efd;
    border-radius: 10px;
    color: #026efd!important;
    font-size: small;
}
.visiblequemobile{
    display: none;
}
.policeMoreBigOld{
	font-size: large!important;
	font-weight: bold!important;
}
.policeMoreBig{
	font-size: initial!important;
	font-weight: normal!important;
}
@media (max-width:992px) {
    .visiblequebureau{
        display: none;
    }
    .visiblequemobile{
        display: initial;
    }
    #tableau{
        min-height: 0em;
    }
	.policeMoreBig{
		font-size: initial!important;
		font-weight: normal!important;
	}
}