

/* STYLE POUR ECRAN < 400 PX */

.over-400     { display: none!important; }
.over-b-400   { display: none!important; }
.over-ib-400  { display: none!important; }
.over-tb-400  { display: none!important; }
.over-tbc-400 { display: none!important; }
.under-400    { display: initial!important; }
.under-b-400  { display: block!important; }
.under-ib-400 { display: inline-block!important; }
.under-tb-400 { display: table!important; }
.under-tbc-400{ display: table-cell!important; }





.canyon-item {
	width: 90%;
	flex-basis: 90%;
}

.list-canyons {
	justify-content: center;
}

body.category .home-free-photos-pin {
	top: -100px;
}

body.category .site-content {
	overflow: visible;
}