
/* Ecrans moyens et petits */
@media (min-width: 992px) and (max-width: 1600px) {
	
}


/* lg */
@media (min-width: 1200px) {


}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}


/* <= à sm -> Tablettes & Smartphones */
@media (max-width: 991px) {

	#wrap{
		padding-top: 50px;
	}

	.post-edit-link{
		display: none;
	}

	.image_home{
		height: auto !important;
	}

	.image_home h1,
	body.single .image_home h1{
		position: relative;
		font-size: 1.9em;
		width: 90%;
		margin:1em auto;
		left: auto;
		text-shadow: none;
		color:#000;
	}

	.parallax-mirror{
		display: none;		
	}



	footer{
		padding-bottom: 0em;
	}

	footer .menu li{
		border:none;
	}

	.listing{
		text-align: justify;
	}

	.listing h2{
		text-align:left;
	}

	.listing .alignleft{
		display: block;
		float:none;
		margin:0 0 1em 0;
	}

	.listing .alignleft img{
		width: 100%;
		height: auto;
	}

}


/* sm - Tablettes */
@media (min-width: 768px) and (max-width: 991px) {

}


/* xs - Smartphones */
@media (max-width: 767px) {

}


/* very xs - petits Smartphones */
@media (max-width: 480px) {


}
