/* ======================================================================*/
/* page-consultation */
/* ======================================================================*/
.filAriane,
.commentaires-wrapper,
footer{
	display: none;
}

.cols-wrapper{
	width: 100%;
	overflow: hidden;
}

html:not(.home).header-fixe .main, html:not(.home).header-fixe .template-page {
    margin-top: 0px!important;
}

.col-100{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 5em;
}

/* Résolution normales */
@media screen and (max-width: 1920px) {
	/* Rendez-vous */
}
/* Résolution moyenne */
@media screen and (max-width: 1600px) {
	/* Rendez-vous */
}
@media screen and (max-width: 1366px){
	/* Rendez-vous */
	.col-100{ padding: 5%; }
}
/* Tablettes */
@media screen and (max-width: 1024px) {
	html:not(.home).header-fixe .main, html:not(.home).header-fixe .template-page { margin-top: 50px!important; }
}

/* mobiles */
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 500px) {
	
}