/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 mars 2014, 10:30:34
    Author     : jeremy.b
*/

#main_content_transparent_home  ul{
	padding:0px;
}

#content_e_achats{
	width: 58%;
	margin:0 auto;
	margin-top:1%;
}

#content_e_achats #centrale{
	width: 48%;
	background:#eee;
	height:135px;
	float:left;
	margin-right: 27px;
}

#content_e_achats #centrale:after{
	left: 48.8%;
	top: 423px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #eee;
	border-width: 20px;
}

#content_e_achats #centrale p{
	padding:15px;
	margin:0;
}

#content_e_achats #my_pa{
	width: 48%;
	background:#eee;
	height:135px;
	display: inline-block;
}

#content_e_achats #my_pa p{
	padding:15px;
	margin:0;
	padding-left: 38px;
}

#content_e_achats #my_pa:before{
	left: 50%;
	top: 423px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: white;
	border-width: 20px;
}

#content_e_achats b{
	color: #DB4B4B;
}

#acc_01_01 {
    height: 300px;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 166px;
}

#content_fond_gris{
	background: rgb(238, 238, 238) none repeat scroll 0% 0%;
	padding-top: 15px;
	margin-top: 1%;
}

#solutions{
	width:58%;
	margin:0 auto;
}

#progiciel{
	border-bottom:1px solid white;
	padding-bottom:35px;
}

#etapes{
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

#etapes li{
	list-style: none;
	color: #484848;
	display: inline-block;
	width: 266px;
	margin-right: 64px;
	vertical-align: top;
}

#etapes li{
	background: #fff;
	padding-left: 19px;
	height: 130px;
	list-style: none;
	display: inline-block;
	width: 28%;
	margin-right: 17px;
	vertical-align: top;
	padding-right: 19px;
	color: #484848;
}

#etapes li span{
	color: #DB4B4B;
	font-size:14px;
}

#etapes li  h3 {
	font-size: 18px;
	border-bottom: 2px solid #DB4B4B;
	width: 70px;
	padding: 7px;
	color: #DB4B4B;
	font-weight: bold;
	text-align: left;
}

#etapes li  p{
	text-align: left;
}

#ma_bibli{
	border-bottom:1px solid white;
	padding-bottom:35px;
	padding-top:25px;
	margin-bottom:35px;
}

#ma_bibli #content_ma_bibli{
	float:left;
	width: 50%;
}

.biblio{
	display: inline-flex;
}

.biblio li{
	list-style-image: url(../images/puce.svg);
	color:#484848;
	list-style-position:inside;
	width: 204px;
}

#ma_bibli img{
	width: 435px;
	margin-left: 2%;
}

#content_e_boutiques{
	margin-top: -18%;
	margin-left: 62%;
	width: 34%;
	display: inline-block;
	position: relative;
	top: -78px;
}

#e_boutiques img{
	width: 62%;
	margin-top: -2%;
	margin-left: -14px;
}

#content_demo{
	background: #DB4B4B;
	text-align: center;
	height: 50px;
}

#content_demo h2{
	color:white;
	padding-top: 8px;
}

#content_demo input[type="submit"]{
	margin-left: 17px;
}

#content_demo input[type="submit"]:hover{
	border:1px solid white;
}

#les_plus{
	width: 58%;
	margin:0 auto;
}

#content_showroom{
	width: 50%;
	float: left;
	margin-top: 4%;
}

#bloc_showroom {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 35px;
	margin-bottom:25px;
}

#bloc_showroom img{
  width: 443px;
  margin-top:4%;
}

#bloc_catalogue{
	width: 58%;
	float: left;
}

#bloc_catalogue img{
	margin-top: -14%;
	margin-left: 43%;
}

#bloc_formation{
	width: 32%;
	display: inline-block;
	padding-bottom: 7%;
}

/************** Media queries ********************/
@media screen and (max-width : 490px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#etapes {
    width: 90%;
	}
	
	#content_e_achats {
    width: 100%;
    position: static;
	}
	
	#content_e_achats #centrale, #content_e_achats #my_pa {
    width: 100%;
	margin-bottom: 2%;
	height: auto;
	}
	
	#content_e_achats #my_pa::before{
	display:none;
	}
	
	#content_e_achats #centrale::after{
	display:none;
	}
	
	#content_fond_gris {
    position: static;
	padding-bottom: 0;
	}
	
	#etapes li {
	width:100%;
	margin-bottom:2%;
	}
	
	#ma_bibli #content_ma_bibli {
    width: 100%;
	float:none;
	}
	
	#content_e_boutiques {
    margin-top: 13%;
    margin-left: 0;
    width: 96%;
	}
	
	#ma_bibli img,#e_boutiques img,#bloc_showroom img,#bloc_catalogue img {
    display:none;
	}
	
	#solutions {
    width: 96%;
	}

	#content_demo {
    position: static;
	height:auto;
	}
	
	#les_plus {
    width: 100%;
    position: static;
	}
	
	#content_showroom {
    width: 100%;
	float: none;
	}
	
	#bloc_catalogue, #bloc_formation {
    width: 100%;
    float: none;
	}
}


@media only screen and (min-width : 491px) and (max-width : 940px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#content_e_achats {
    width: 100%;
    position: static;
	}
	
	#content_e_achats #centrale, #content_e_achats #my_pa {
    width: 100%;
	margin-bottom: 2%;
	}
	
	#content_e_achats #my_pa::before{
	display:none;
	}
	
	#content_e_achats #centrale::after{
	display:none;
	}
	
	#content_fond_gris {
    position: static;
	padding-bottom: 0;
	}
	
	#etapes li {
	width:100%;
	margin-bottom:2%;
	}
	
	#ma_bibli #content_ma_bibli {
    width: 100%;
	}
	
	#content_e_boutiques {
    margin-top: 13%;
    margin-left: 0;
    width: 96%;
	}
	
	#ma_bibli img {
    width: 50%;
	}
	
	#e_boutiques img {
    width: 50%;
	}
	
	#solutions {
    width: 96%;
	}

	
	#content_demo {
    position: static;
	height:auto;
	}
	
	#les_plus {
    width: 100%;
    position: static;
	}
	
	#content_showroom {
    width: 100%;
	}
	
	#bloc_showroom img {
    width: 50%;
	}
	
	#bloc_catalogue, #bloc_formation {
    width: 100%;
    float: none;
	}
}

@media only screen and (min-width : 941px) and (max-width : 1360px) {
	#content_e_achats,#solutions,#les_plus{
	width: 98%;
	}

	
	#content_e_achats #centrale::after {
    left: 47.8%;
	top: 427px;
	}
	
	#content_e_achats #my_pa::before{
	top: 427px;
	}
	
	#etapes li {
    width: 26%;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1770px) {
	#content_e_achats,#solutions,#les_plus {
	width: 70%;
	}
	
	#etapes li {
    width: 26%;
	}
	
	#content_e_achats #centrale::after {
	left: 48%;
	top: 400px;
	}
	
	#content_e_achats #my_pa::before {
    left: 50%;
    top: 400px;
	}
}

@media only screen and (min-width : 1771px) and (max-width :1850px) {	
	#etapes li {
    width: 26%;
	}
}