/* -----------------------------------------------
--------------------- Bricolage ------------------ 
-------------------------------------------------- */
/*.incontournable h3{
	color: blue;
}*/
.incontournable{
	position: relative;
	width: 70%;
	max-width: 600px;
	min-height: 350px;
	margin: auto;
	padding: 20px;
	padding-top: 40px;
}
.incontournable::after{
	content:"";
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index:-1;
}

.pate::after{background-image: url("../img/brico/pateasel.jpg");}
.papier::after{background-image: url("../img/brico/papier.jpg");}

/* ------------------------------------------
------------- SMALL DEVICE ------------------
--------------------------------------------- */
@media all and (max-width: 800px){
	.incontournable{
		width: 95%;
	}
}