/* CSS Document */
body{
	width: 100%;
}
.container{
	max-width: 1170px;
}
.img-fluid{
	max-width: 100%;
	height: auto;
}
#top{
	background-color: #a0c367;
	
}
#top a{
	font-family: 'aint_nothing_fancyregular';
	color: black;
	font-size: 20px;
	transition: 400ms;
}
#top a:hover{
	background: #718a49;
	color: white;
	padding: 15px;
	height: 100%;
}
nav li{
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#lac {
	background: url("image/lac-cover.jpg") no-repeat center;
	background-size: cover;
	height: 343px;
}
#navbarNav{
	text-align: center;
}


#lac p{
	color: white;
	font-size: 20px;
	font-family: 'aint_nothing_fancyregular';
}
#lac img{
	margin-top: auto;
	width: auto;
}
#contenu{
	background: #2d2824;
}
#contenu h1{
	margin-top: 20px;
	font-family: 'aint_nothing_fancyregular';
	color: #a0c367;	
	border-bottom: 1px solid #a0c367;
	
}
#welcome h1{
	background: url("image/terre.png") no-repeat right;
	height: 50px;
}
.bandeau-vert{
	display: inline-block;
    position: relative; 
	
}
.bandeau-bleu{
	display: inline-block;
    position: relative; 
}
.bandeau-vert .text{
	background: #a0c367;
    z-index: 1;
    position: absolute;
    text-align: right;
    font-family: 'aint_nothing_fancyregular';
    margin: 0;
    left: 0;
    right: 100%;
    top: 20%;
    color: #2d2824;
    width: 100%;
}
.bandeau-bleu .text{
	background: #627ca6;
	z-index: 1;
    position: absolute;
    text-align: right;
    font-family: 'aint_nothing_fancyregular';
    margin: 0;
    left: 0;
    right: 100%;
    top: 20%;
    color: #2d2824;
    width: 100%;
}
#contenu p{
	color: white;
}
i{
	color: #a0c367;
}
img{
	max-width: 100%;
	height: auto;
}
.play{
	display: inline-block;
	position: relative;
}
.play_on{
	background: url("image/play.png");
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 1;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
#bandeau-blanc{
	background: rgba(255,255,255,1.00);
	-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
	padding: 15px;
	
}
h2{
	font-family: 'aint_nothing_fancyregular';
	font-size: 20px;
	margin: 0;
}
h4{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 17px;
}
.date p{
	color: #a0c367!important;
	font-size: 10px;
	margin-bottom: 0;
}
.paragraphe p{
	color: black!important;
	font-size: 12px;
	margin-bottom: 0;
}
.read p{
	font-size: 12px;
	text-align: right;
}

#bandeau-blanc a{
	color: darkslategrey;
	font-weight: bold;
	text-align: center;
}
footer{
	background: #a0c367;
}
footer p{
	color: white;
	font-size: 12px;
}
footer .row{
	justify-content: space-between;
}
.facebook img{
	padding: 7px;
	
}
#contact{
	background:  #718a49;
		-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#contact p{
	border-bottom: 1px solid white;
	font-size: 22px;
	padding-left: 10px;
}
#mail p{
	font-size: 12px;
	padding-left: 5px;
	border: none;
}
#mail i{
	color: white;
	width: 10px;
	height: auto;
	letter-spacing: 2px;
	padding-left: 10px;
}
#cell p{
	font-size: 12px;
	padding-left: 5px;
	border: none;
	
}
#cell i{
	color: white;
	text-decoration: none;
	width: 10px;
	height: auto;
	letter-spacing: 2px;
	padding-left: 10px;
}

@media screen and (max-width:768px){

	h1{
		font-size: 25px;
	}
	#contenu p{
		font-size: 12px;
	}
	footer p{
		font-size: 8px;
	}
	#contact p{
		font-size: 8px;
	}
	#top a{
		font-size: 12px;
	}
	nav li{
		border: none;
	}
	#lac p{
		font-size: 15px;
	}
}