h1, .objective h2{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 37px;
    margin-top: 0;
    margin-bottom: 45px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 500;
}

h1:before, .objective h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    left: 0;
    background-color: #e82c2b;
}

.column{
	float:left;
	width:50%;
	background-color:#FFF;
}

.column  ul{
	color: #3c3c3c;
    font-size: 16px;
    line-height: 25px;	
}

.about, .picture, .quote, .objective{
	position:relative;
	overflow: hidden;
	zoom:1;
	clear:both;
}

.about .left,
.objective .right{
	background-image: url('../image/ecommerce/p_0.jpg');
	background-position: center;
	background-size: cover;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:50%;
}

.about .right, 
.objective .left{
	padding: 90px 80px;
    box-sizing: border-box;
    float:right;
}

.about .right p,
.objective .left p{
	color: #3c3c3c;
    font-size: 16px;
    line-height: 25px;
}

.picture{
	background-size: cover;
	background-position: center;
	width:100%;
	padding-bottom:40%;
	float:left;
	background-image: url('../image/ecommerce/receptionniste.jpg');
}

.objective .left{
	float:left;
}

.objective .right{
	right:0;
	left:initial;
	background-position: center;
	background-image: url('../image/ecommerce/ventes.jpg');
}

.column a, .column a:link, .column a:visited {
	color:#000;
	text-decoration: underline;
}

.column a:hover {
	color:red;
}

.quote{
	padding: 100px 8%;
    background-color: #232323;
    color:#FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size:17px;
}

.quote h2{
    font-size: 32px;
    font-weight: 500;
	margin: 0;
	margin-bottom: 25px;
}

@media screen and (max-width: 960px){
	h1, .objective h2{
		font-size:32px;
	}

	.about .right, .objective .left{
		padding: 60px 65px;
	}
}

@media screen and (max-width: 750px){
	.quote{
		font-size:15px;
	}

	.quote h2{
		font-size:27px;
	}

	.about .right, .objective .left{
		width:100%;
		padding: 60px 50px;
	}

	.about .left, .objective .right{
		position: relative;
		padding-bottom: 40%;
		width: 100%;
	}

	.about .left{
		display:none;
	}

	.about .right p, .objective .left p{
		font-size:15px;
	}

	.picture, .about .left, .objective .right{
		padding-bottom: 60%;
	}
}

@media screen and (max-width: 450px){
	h1, .objective h2{
		font-size:27px;
	}

	.about .right, .objective .left {
	    padding: 45px 8%;
	}

	.picture, .about .left, .objective .right{
		padding-bottom: 100%;
	}
}