/**
*********************************************************/
.bg-pictos-services {	width:100%;
						height:220px;
						background:#00789D}
						
.section-wrap { max-width:1200px; margin:auto; }

.colon-service { float:left; width:31.33%; margin:0 1%; margin-top:40px; }
						
.bloc-pictos-services {	width:100%;
						height:180px;
						color:#E8E8E8; }
					
.bloc-pictos-services-identite {	background:#00B5E5 url(../images/icon-services-identite.png) center center no-repeat }
.bloc-pictos-services-print {	background:#00B5E5 url(../images/icon-services-print.png) center center no-repeat }
.bloc-pictos-services-web {	background:#00B5E5 url(../images/icon-services-web.png) center center no-repeat }
							

.bloc-liste-services {	display:inline-block;
						width:100%;
						background:#FFF;
						vertical-align:top;
						font-family: 'LatoWeb'; }
						
.bloc-liste-services span {	display:block;
								width:90%;
								margin:50px auto;
								padding:20px 0;
								text-align:center;
								border-bottom:#00789D thin solid;
								font-family:'LatoWebMedium';
								color:#00789D;
								font-size:24px;
								text-transform:uppercase;	}

.bloc-liste-services ul {	padding:0	}

.bloc-liste-services li {	display:block;
								width:90%;
								margin:20px auto;
								padding:20px 0;
								text-align:center;
								border-bottom:#A5B6BF thin solid;
								font-family:'LatoWeb';
								font-size:18px;
								list-style:none;	}
								
.bloc-liste-services li:last-child {	border-bottom:none;	}
								
.bloc-liste-services li i { display:block; font-size:14px; }

@media ( max-width : 799px ) {

.bg-pictos-services { padding-top:40px; }
						
.colon-service { float:none; width:90%; margin:0 auto; margin-top:40px; }
.colon-service:first-child {  margin-top:0; }
					
					 }