body {
	padding-bottom: 80px;
}
.footer {
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

.scroll-top {
	position:fixed;
	bottom:60px;
	right:2%;
	z-index:100;
	background: #ffcc33;
	font-size:24px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
	color:#222;
}
img {
		max-width:100%;
		height: auto;
		max-height:auto;
}
/* responsive text queries */
@media screen and (max-width:600px){
	#main {
		padding-top: 150px;
	}
}
@media screen and (min-width:600px) and (max-width: 768px){
	#main {
		padding-top: 200px;
	}
}
@media screen and (min-width:768px){
	#main {
		padding-top: 270px;
	}
}
@media screen and (min-width:1024px){
	#main {
		padding-top: 230px;
	}
}

/*@media screen and (min-width: 800px) {
	p,.btn,input,div,span,h4 {
		font-size: 95%;
	}
  	h1 {
		font-size: 24px;
  	}
  	h2 {
		font-size: 22px;
  	}
  	h3,h4,li,.text-p {
		font-size: 18px;
	}

}

@media screen and (max-width: 768px) {
	p,.btn,input,div,span,h4 {
		font-size: 95%;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3,h4,li,.text-p {
		font-size: 16px;
	}

}

@media screen and (max-width: 375px) {
	p,.btn,input,div,span,h4 {
		font-size: 95%;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3,h4,li,.text-p {
		font-size: 16px;
	}
	#main {
		padding-top: 130px;
	}
}*/

.pull-activity {
	position:fixed;
	right: 0%;
	width: 40px;
	top: 245px;
	font-weight: bold;
	z-index:100;
	background: #FE2E64;
	font-size:12px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.pull-activity-deploy{
	position: fixed;
	right: 0%;
	width: 100px;
	top: 245px;
	font-weight: bold;
	z-index:100;
	background: #FE2E64;
	font-size:12px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
#act-link.nav li a:hover {
	background-color:#FE2E64;
}

/*Style pour les boites de dialogue jquery*/
.dlg-no-close .ui-dialog-titlebar-close {
  display: none;
}
.blur-div{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.activeClass{
	background: #ddd;
}