.text-center {
	text-align: center;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@font-face {
  font-family: "titre";
  src: url("fonts/font.ttf");
}

#header {
	height: 85px;
	margin-top: 10px;
}

#logo {
	padding-left: 35px;
}
#titre {
	text-align: center;
	margin: 0px;
}

#titre * {
	font-size: 1.7em;
	text-shadow: 3px 3px 2px #6bade6;
}

h1, .page h2 {
	font-family: titre, Arial, sans-serif;
}

.page h2 {
	margin-bottom: 20px;
}

.page h3 {
	text-decoration: underline;
	clear: both;
}

.page {
	margin: 40px 5%;
}

#titre a {
	/*color: inherit;*/
	text-decoration: none;
}

#menu {
	padding-top: 20px;
}

#menu .nav {
	float: right;
	padding-right: 10px;
}

.menu-item .dropdown-menu {
	display: none;
  	position: absolute;
	padding: 5px;
	margin: 0;
}

.menu-item:hover .menu-item-parent {
	background-color: #eee;
}

.menu-item:hover .dropdown-menu {
	display: block;
}

.liste-sous-articles p {
	font-weight: bold;
	font-size: 2em;
}

.liste-sous-articles a {
	font-size: 2em;
}

article {
	margin: 20px;
}

#banner {
	/*background-color: #ccc;
	height: 300px;*/
/*	background-image: url('images/test.gif');*/
}

.carousel .fill {
    background-position: center center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.poster-list img {
	box-shadow: 3px 3px 5px #000;
}

.jumbotron {
	background-color: white;
	margin: 10px;
}

.vignette .fa {
	color: #3c763d;
}

.vignette img {
	border-radius: 7px;
}

.vignette  {
	text-align: center;
}

#infos {
	font-size: 1.5em;
	padding: 30px;
}


.vignette {
	position: relative;	
}

.vignette .caption {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	color: white;
}

/* .vignette .caption p  {
	background-color: #eee;
	width: 0px;	
} */

/*
#accroche {
	background-color: #ccc;
	margin-bottom: 20px;
}*/

/*body {
	background-image: url("images/back.jpg")
}*/
#back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: -1;
	/*background-image: url("images/test.gif")*/
}

.heading {
	font-size: 1.3em;
	padding-left: 30px;
}

.heading h1 {
	font-size: 2em;
}

#menu-responsive .fa-bars {
    	font-size: 2em;
		position: absolute;
		right: 24px;
		top: 24px;
    	/*margin-left: -16px;
    	margin-top: 24px;*/
	}
	
	#menu-responsive .list-group {
		position: absolute;
		right: -13px;
		top: 52px;
		z-index: 50;
		width: 160px;
	}


/* Smartphones */
@media screen and (max-device-width: 768px) {
	#infos {
		padding: 10px 0px;
		font-size: 1.3em;
	}	
	
	#titre * {
		font-size: 1.3em;
	}
}

.page {
	margin: 40px;
}

#fb-row {
	width: 100%; 
	text-align: center;
}

#fb-row a {
	display: inline-block;
}

.required .label_form:after {
	color: red;
	content: '*';
}

.required .required-empty {
	box-shadow: 0px 0px 5px red;
}

.hide {
	display: none;
}

.printoclock {
	text-align: right;
	margin: 10px;
}