
#patchwork{
	display:flex;
	flex-wrap:wrap;
	margin: auto;
	position:relative;
}
#patchwork_container{
	background-image:url('../../img/bg_patchwork.png');
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:100px;
	margin-top:-100px;
	padding-left:50px;
	padding-right:50px;
	position:relative;
}
#patchwork .title_main{
	width:100%;
	margin-bottom:50px;
	font-weight:400;
}
#patchwork > div{
	display:flex;
	flex-wrap:wrap; 
	width:50%;
}
#patchwork .item_patchwork{	
	height:100%;
	margin: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	z-index:1;
	position:relative;
	overflow: hidden;
}
#patchwork .item_patchwork > .content_item{
	position:absolute;
	bottom:0;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 100%;
}
#patchwork .item_patchwork > .content_item::before{
	background-image:url('../../img/water-effect-2.png');
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:300px;
}
#patchwork .item_patchwork > .content_item::after{
	background-image:url('../../img/oss.png');
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:257px;
	height:65px;
}
#patchwork .item_patchwork.p_Complet  > .content_item::before{
	background-image:url('../../img/water-effect.png');
	width:300px;
	height:200px;
}
#patchwork .item_patchwork > .content_item .h3{
	display:block;
	font-size:25px;
	line-height:30px;
	font-weight: 800;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #666;
	margin-top: 50px;
}
#patchwork .item_patchwork > .content_item > a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}	
#patchwork .item_patchwork *{
	color:#ffffff;
}
#patchwork .p_Complet{
	width:calc(100% - 30px);
}
#patchwork .h_Pleine{
	height:450px;
}
#patchwork .p_Moitie{
	width:calc(50% - 30px);
	height:450px;
}
#patchwork .h_Moitie{
	height:250px;	
}


@media (max-width:1300px){
	#patchwork_container{
		padding-left:0;
		padding-right:0;
		z-index:1;
	}	
	#patchwork .p_Moitie{
		height:250px;
	}
}
@media (max-width:1199px){
	#patchwork .item_patchwork > .content_item > p:first-child, #patchwork .item_patchwork > .content_item > p:nth-child(2),
	#patchwork .item_patchwork > .content_item > a > p:first-child, #patchwork .item_patchwork > .content_item > a > p:nth-child(2){
		font-size:20px;
		line-height:20px;
	}
}
@media (max-width:991px){
	#patchwork > div{
		width:100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	#patchwork .title_main {
		width: 100%;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#patchwork .title_main span{
		font-size: 35px;
		line-height: 45px;
	}
	#patchwork_container{
		padding-top: 80px;
	}
}
@media (max-width:767px){
	#patchwork .item_patchwork{
		margin: 5px 10px;
	}
	#patchwork .p_Moitie{
		width:calc(50% - 20px);
	}
	#patchwork .p_Complet {
		width: calc(100% - 20px);
	}
}
@media (max-width:550px){
	#patchwork .p_Moitie{
		width:calc(100% - 20px);
	}
	#patchwork .h_Moitie, #patchwork .p_Moitie{
		height: 150px;
	}
	#patchwork .item_patchwork > .content_item::before{
		display:none;
	}
	#patchwork .title_main span {
		font-size: 25px;
		line-height: 35px;
	}
	#patchwork .title_main {		
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width:480px){
	#patchwork .title_main span {
		font-size: 18px;
		line-height: 30px;
	}
}

