
	body{
		background: #212121;
		background-attachment: fixed;
		background-size: cover;
		font-family: 'Open Sans', sans-serif;
		color: #FAFAFA;
	}

	footer{
		  background-color: #111;
		  margin-left: -15px;
		  margin-right: -15px;
		  padding: 10px;
	}

	.logo img{
		margin-top: 30px;
		height: 70px;

	}

	.menu_p{
		margin-top: 20px;
		margin-bottom: 20px;
		color: black;
		text-transform: uppercase;

	}

	.menu_p a{
		color: #F5F5F5;
		font-size: 18px;
		padding: 25px;
		padding-top: 20px;
		
	}
	.menu_p a:hover{
		color:#607D8B;
		text-decoration: none;
	}

	h2{
		font-size: 30px;
		
		font-weight: bold;
		text-transform: uppercase;

	}

	h4{
		  margin-left: 15px;
  font-style: italic;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #FAFAA6;
  font-weight: 300;
	}

	hr{
		height: 3px;
	width: 115px;
	color: #000;
	background-color: black;
	margin-top: 5px;
	border-top: none; 
	}
	.center{
		text-align: center;
	}

	p{
		text-align: justify;

	}

	.row{
		background-color: #111;
		padding-bottom: 20px;

	}
	section{
		margin-bottom: 10px;

	}

	.bold{
		font-weight: bold;
	}

	.light{
		font-weight: 300;
	}

	.parutions_img{
		margin-top: 20px;
	}
	.parutions_img img{
		width: 80%;
	}

	.album_img{
		margin-top: 20px;
		transition: all .2s ease-in-out;
	}
	.album_img a img{
	  	max-width: 100%;
  		max-height: 100%;
	}

	.album_img:hover{
		background-color: white;
		box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
		cursor: pointer;
		transform: scale(1.02);
	}

	.small-row{
		padding-bottom: 0px;
	}

	.photo-album img{
		width: 100%;
		margin-top: 15px;
		
	}

	.lien_album{
		margin-top: 10px;
		font-size: 20px;
		line-height: 42px;
	}

	.text_moyen{
		  font-size: 17px;
		  font-weight: 300;
	}

	.text_moyen li{
		margin-bottom: 10px;
	}

	.table_event tr{
		border-bottom: 1px solid rgba(255,255,255,0.1);

	}

	.table_event tr td{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.caption{
		display: none !important;
	}

