.custom_employeBloc{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 2px;
    margin: 10px;
    border-style: solid;
    border-radius: 8px;
    min-height:100px; 
}

.custom_employeBloc:hover{
    	background-color: #5A7690;
		border-color: #fff;
		color: #fff;
	box-shadow: 0px 2px 0px 0px #5A7690;
}

.team_photo{
    vertical-align: top;
    width: 25%;
    display: inline-block;
    text-align: center;
}
.team_name{
    position: absolute;
    width: 70%;
    display: inline-block;
    text-align: center;
}

.team_description{
    margin-top: 25px;
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    text-align: justify;
}

.custom_pro_navbar{
	background-color: #5A7690!important;
	color: #ffffff!important;
}

.custom_pro-prestationbloc{
	background-color: #fff;
	margin: 10px;
	height: 100px;
	width: 275px;
	border-width: 2px;
	border-color: #5A7690;
	border-style: solid;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 4px 0px 0px rgba(204,204,204,0.4);
	color: black;
	
}

.custom_pro-prestationbloc:hover{
	background-color: #5A7690;
		border-color: #fff;
		color: #fff;
	box-shadow: 0px 2px 0px 0px #5A7690;

}

.custom_pro-prestation_modal_footer{

	background-color: #5A7690;
}

.custom_pro-prestationprice{
	float: right;
	border-left-color: #5A7690;
	border-left-width: 2px;
	border-left-style:solid;
	font-weight: bold;
	width : 60px;
	height:100%;
	line-height: 96px;
	text-align: center;
	padding-left: 5px;

}

.custom_text_red {
	color: #5A7690!important;
}

.custom_text_red2 {
	color: #1B254B!important;
}

.custom_bgd_red2{
	background-color: #1B254B!important;
}
.custom_bgd_red{
	background-color: #5A7690!important;
}
.custom_craue_bloc_step{
	color:black!important;
}

.custom_btn-red{
	background-color: #5A7690!important;
	box-shadow: 0px 2px 0px 0px #5A7690;
}

.custom_btn-red2{
	background-color:#1B254B!important;
	box-shadow: 0px 2px 0px 0px #1B254B;
}

.custom_pro-prestation_modal_price{
	border-left-color: #5A7690;
}