.contenuPage:not(#gabarit_mobile_contenuPage) { 
	padding:0 4px 5px;
	display: grid;
	grid-gap: 0 4px;
	grid-template-columns: auto 300px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 'annonce_article indexBox_menu' 
		'. indexBox_menu';
}

.contenuPage:not(#gabarit_mobile_contenuPage) article { position:relative; grid-area: annonce_article; align-self: start; }

.contenuPage:not(#gabarit_mobile_contenuPage) #colonneDroite { grid-area: indexBox_menu; align-self: start; }

.contenuPage#gabarit_mobile_contenuPage { padding:0; }

.dn { display:none !important; }

.dvp_loader {
	display:inline-block;
	margin-left:10px;
	width: 100px;
	height: 100px;
	border: 8px solid #486171;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg);   opacity: 0.4; }
	50%  { transform: rotate(180deg); opacity: 1.0; }
	to   { transform: rotate(360deg); opacity: 0.4; }
}

article > section {
	background: #fff;
	border: 1px solid #d7d9db;
	padding: 20px;
	position:relative;
}

#gabarit_mobile_contenuPage article > section {
	background: #fff;
	border: 0;
	padding:0 10px;
}

.contenuPage h1:first-of-type, .contenuPage h2:first-of-type, .contenuPage h3:first-of-type, .contenuPage h4:first-of-type, .contenuPage h5:first-of-type, .contenuPage h6:first-of-type { padding-top: 2px; }