body{
	/*font-family: 'Raleway', sans-serif;*/
}

/* Entete du site */
.container3{
	margin-top: 70px;
}

.logo{
	margin-top: -10px;
	height : 40px;
	width : 164px;
}

.img-center{
	margin: auto;
}

.navbar-toggle{
	float: left;
	margin-left : 10px;
}

.page-header-first{
	margin-top : -5px;
}

.app-bottom{
	margin-bottom: 15px;
}

.h4-panel-contact{
	margin-top: 0px;
	margin-bottom: 0px;
}

.vertical-center{
	height:50px;
	line-height:50px;
	vertical-align: middle;
}

.pager-vertical-center{
	margin-top : 0px;
}

.btn-vertical-center{
	margin-top: 15px;
}

.paragraph-end-appli{
	height: 19px;
	width: 45px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF) repeat scroll 0% 0% transparent;
	bottom: 0px;
	height: 25px;
	max-height: 100%;
	position: absolute;
	right: 0px;
	width: 60px;
}

.container-appli{
	width: 140px;
}

.text-appli{
	white-space: nowrap;
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 18px;
	max-height: 36px;
	min-height: 18px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	margin: 5px;
}

.img-appli{
	margin : 20px 20px 20px 20px;
}

.striped{
	padding: 10px;
	width: 100%;
}

.striped:nth-child(even){
	background-color: #f9f9f9;
}

.striped:hover{
	background-color: #f5f5f5;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


@media (max-width: 480px){
	.text-responsive{
		font-size: 12px;
	}
	
	.text-responsive-content{
		font-size: 12px;
	}
	
}

@media (max-width: 1200px) and (min-width: 1023px){
	.logo{
		margin-top: -5px;
		height : 28px;
		width : 108px;
	}
}

/* media queries menu */
@media (max-width: 1023px) and (min-width: 768px){

	.navbar-nav{
		font-size : 11px;
	}
	
	.navbar-brand{
		display: none;
	}

}