.txt-article{
	font-size: 1em !important;
}

.titre-article{
	font-size: 2em !important;
}

.soustitre-article{
	font-size: 1.5em !important;
}

.vignette{
    border-style: solid;
    border-width: 0px;
    box-shadow: 1px 1px 5px #aaa; 
    border-radius: 10px;
    border-color: black;
    padding: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.vignette:hover{
    border-width: 0px;
    box-shadow: 1px 1px 20px #aaa;
}
.disabled{
    pointer-events: none;
    cursor: default;
}