.restrict-0 {
	position: relative; height: 100%; width: 100%; box-sizing: border-box;
	oborder: 1px dashed yellow;
}
/* TODO regrouper restrict-1 et 2 et sortir les margin */
.restrict-1 {
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	obackground-color: blue;
	margin-top: 20px; margin-bottom: 20px;
	oborder: 1px dashed orange;
}
.restrict-2 {
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	obackground-color: blue;
	oborder: 1px dashed orange;
}
.article-wrapper-container {
	position: relative; height: 100%; width: 100%; box-sizing: border-box;
}

