#page {
    /* padding-top: 50px; */
}

.container{
	margin: 0;
}

.navbar-fixed-top,.navbar-fixed-bottom{
	z-index:1000;
}

.fc-header-title h2 {
	font-size:1.3em;
}

h1{	
	margin:0;
	font-family: 'suisse_bp_intl_mediummedium', sans-serif;
	font-size:21px;
	color:#000;
	font-weight: 700;
}

h2{
	margin: 0;
	font-family: "suisse_bp_intl_mediummedium", sans-serif;
	font-size: 21px;
	color: #999;
	line-height: 21px;
	text-align: justify;
	font-weight: 700;
}

h3{	margin:0;
	font-family: 'suisse_bp_intl_mediummedium', sans-serif;
	font-size:25px;
	line-height:28px;
	text-align:justify;
	font-weight: 600;
}

p{
	margin: 0;
	font-family: "suisse_bp_intl_regularregular", sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 14px;
	text-align: justify;
	font-weight: 400;
}

.noir{
	color:#000000;
}
.gris{
	color:#999999;
}

#loading {
	position: absolute;
	width:100%;
	top: 0;
	left:0;
	z-index: 10000;
	background-color:black;
	opacity:0.3;
}
#loading div{
	position: absolute;
}

.topbar,
#topbar {
    /*animation: 24s ease-out 0s normal none infinite running animatedBackground2;*/
    -webkit-animation: gradient 15s linear infinite;
    animation: gradient 15s linear infinite;

    height: 3px;
    position: absolute;
    width: 100%;
	z-index: 1;
}

.carousel{
	margin: 0;
}



@-webkit-keyframes gradient
{
    0%   {left: -90%;}
    50% {left: 90%;}
    100% {left: -90%;}
}
@keyframes gradient 
{
    0%   {left: -90%;}
    50% {left: 90%;}
    100% {left: -90%;}
}