/*	CONTENT BLOCK 3-2
/*----------------------------------------------------*/
.text-center {
    text-align: center;
    padding-top: 8%;
}
.content-3-2 {
	background-image: url(../images/PD4_9728.jpg)!important;
	background-size: cover !important;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position:bottom!important;
}

.content-3-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(253, 156, 18, 0.0);
    left: 1px;
}

.content-3-2 h1, .content-3-2 h2 {
	color: #fff;
	font-weight: 600;
	text-transform: none;
}

.content-3-2 h1 {
	color:#f9f4de;
	font-weight:400;
}

.content-3-2 h2 {
	margin-top: 100px;
	font-size: 13px;
}


/*	CONTENT BLOCK 3-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.content-3-2 {
		min-height: 600px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}
@media only screen and (max-width : 768px) {
	

.content-3-2 {
	background-image: url(../images/ecolopharm-bureau-1024x392.png)!important;
	background-size: cover !important;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position:bottom!important;
}

	
	
}
