/*
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;
}

#main_content_transparent_home  b, strong{
	color: #DB4B4B;
}

#content_mutualisation{
	width: 58%;
	margin:0 auto;
	margin-top: 2%;
}

#content_mutualisation p{
	width: 36%;
}

#img_exter{
	width: 60px;
	float: left;
	margin-right: 10px;
}

#etapes{
	border-top: 1px solid rgb(238, 238, 238);
	padding-top: 26px;
	margin-top: 44px;
}

#etapes ul#etapes_txt{
	padding: 0px;
}

#etapes ul#etapes_txt li{
	background: #eee;
	padding-left: 19px;
	height: 130px;
	list-style: none;
	display: inline-block;
	width: 27%;
	margin-right: 23px;
	vertical-align: top;
	padding-right: 19px;
	color: #484848;
}

#etapes ul#etapes_txt li h3{
	font-size: 18px;
	border-bottom: 2px solid #DB4B4B;
	width: 37px;
	padding: 7px;
	color: #DB4B4B;
	font-weight: bold;
}


#possibilites ul li {
    list-style: none;
    padding: 3px;
	color:#484848;
}

.img_mutu{
    width: 49%;
	transition: ease-out 0.35s;
	margin-top: -23%;
	margin-left: 47%;
}

#titre_colonne{
	background:#054570;
	color:white;
	font-size:18px;
	text-align:center;
	padding: 11px;
	width: 212px;
	margin-left: -5px;
	margin-top: 1px;	
}

#sous_titre_colonne{
	color:#054570;
	padding: 11px;
	width: 183px;
	margin-left: -5px;
	margin-top: 1px;
	padding-left: 18px;
	font-weight:bold;
}

#content_objectif{
	background: #484848;
}

#content_objectif h2{
	color: white;
	padding: 6px;
	width: 58%;
	margin: auto;
}

#content_objectif b,
#content_objectif strong{
	color:white;
}

/************** Media queries ********************/
@media screen and (max-width : 720px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#content_mutualisation {
    width: 100%;
	}
	
	#content_mutualisation p {
    width: 95%;
	}
	.img_mutu {
   display:none;
	}
	
	#etapes ul#etapes_txt li{
	width:100%;
	margin-bottom:20px;
	height: 89px;
	}
	

	#content_objectif h2 {
		width: 93%;
	}

}

@media only screen and (min-width : 721px) and (max-width : 1360px) {
	#main_content_transparent_home {
	width: 100%;
	}
	
	#content_mutualisation {
    width: 100%;
	}
	
	#content_mutualisation p {
    width: 95%;
	}
	.img_mutu {
    width: 36%;
	}
	
	#etapes ul#etapes_txt li{
	width:100%;
	margin-bottom:20px;
	height: 89px;
	}
	

	#content_objectif h2 {
		width: 93%;
	}
}

@media only screen and (min-width : 1361px) and (max-width : 1770px) {
	#content_objectif h2 {
		width: 75%;
	}
	
	#content_mutualisation {
    width: 70%;
	}
	
	#etapes ul#etapes_txt li {
    width: 26%;
	}
}

