/* CSS Document */

@font-face {
    font-family: 'aint_nothing_fancyregular';
    src: url('fonts/aintnothingfancy-webfont.woff2') format('woff2'),
         url('fonts/aintnothingfancy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.container{
	max-width: 1170px;
}

.cVert{
	color: #a0c367;
	font-weight: none;
}

.cHaut{
	margin-top: 20px;
}

/*--------- Header ---------*/

.navbar{
	background-color: #a0c367;
	padding: 0px;
}

.navbar ul{
	width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #27221d;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
	color: #fff;
}

.navbar a{
	font-family: 'aint_nothing_fancyregular';
	font-size: 17px;
	line-height: 57px;
}

.navbar a:hover{
	background: #718a49
}

.navbar-toggler{
	margin: 5px 45px;
}

.active{
	background: #718a49;
}

.bordNav{
	border-right: 1px solid #e9f1db;
}

#headUp{
	background-image: url("images/img_header.jpg");
	height: 342px;
	background-position: center;
	background-repeat: no-repeat;
}

#headUp img{
	margin: 47px 0px 30px 0px;
}

h4{
	font-family: 'aint_nothing_fancyregular';
	font-size: 18px;
	color: #fff;
	text-shadow: -1px -1px 2px black;
	text-align: end;	
}

.poisson{
	background-image: url("images/carpe.png");
	background-repeat: no-repeat;
	background-position: 100% 75%;
}

#titreAlternatif{
		text-shadow: none;
		font-size: 24px;
		font-style: italic;
	}

/*--------- Corps ---------*/

h2{
	font-family: 'aint_nothing_fancyregular';
	font-size: 24px;
	color: #a0c367;
	border-bottom: 2px solid #a0c367;
	padding-top: 45px;
	margin-bottom: 45px;
}

#corps{
	background-color: #2d2824;
	box-shadow: -1px 7px 35px -9px rgba(0,0,0,0.73) inset;
	-webkit-box-shadow: -1px 7px 35px -9px rgba(0,0,0,0.73) inset;
	-moz-box-shadow: -1px 7px 35px -9px rgba(0,0,0,0.73) inset;
	padding-bottom: 65px;
}

#intro .col-md-8{
	background: #342f2b;
	padding: 12px;
}

#intro p{
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}

#Raux{
	margin-top: 18px;
}

#venues img{
	width: 100%;
}

.parent{
	position: relative;
}

.lieux{
	position: absolute;
	top: 45px;
	background: #a0c367;
	width: 100%;
	z-index: 1;
}

.lieuxBleu{
	background: #627ca6;
}

.lieuxSG
{
	width: 100%
}

.lieux p{
	font-family: 'aint_nothing_fancyregular';
	font-size: 24px;
	color: #2d2824;
	line-height: 48px;
	padding: 0px 15px;
	margin: 0px;
	text-align: end;
}

.overlay{
	position: absolute;
	top: 18px;
	width: 100%;
	height: calc(100% - 18px);
	background-color: rgba(0,0,0,0.6);
	background-image: url("images/overlay.png");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	z-index: 2;
}

#videos p{
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

#videos img{
	margin-top: 15px;
}

.signature{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#news{
	background: #FFFFFF;
	border-radius: 10px;
}

#news .row{
	padding: 15px 15px 0px 30px;
}

#news .row .col-12{
	margin: 1rem 0px;
}

#news .col-5, #news .col-7{
	margin-top: 15px;
}

.textNews{
	color: #2d2824;
	font-size: 12px;
	margin: 0px;
}

h5{
	font-family: 'aint_nothing_fancyregular';
	font-size: 15px;
	text-transform: uppercase;
	color: #2d2824;
	margin: 0px;
}

.date{
	font-size: 9px;
	color: #a0c367;
}

.textPlus{
	background-image: url("images/puce_fleche.png");
	background-repeat: no-repeat;
	background-position: 64% 72%;
	color: #2d2824;
	font-size: 12px;
	text-align: right;
    display: block;
}

#seeAll{
	color: #2d2824;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
}

/*--------- Footer ---------*/

footer{
	background-color: #a0c367;
	text-transform: uppercase;
}

footer p{
	font-size: 12px;
	margin: 0px;
}

footer a{
	color: #fff;
}

footer img{
	margin: 10px;
}

#contact{
	background: #80a248;
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
}

#contact .titre{
	border-bottom: 1px solid #fff;
}

footer p.d-block{
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0px 5px 0px;
}

/*--------- Media query ---------*/

@media screen and (max-width: 1199px){ /*--------- Breakpoint ExtraLarge - xl */
	.navbar a{
	font-size: 14px;
	line-height: 47px;
	}
	
	header nav .container-fluid{
		padding: 0px;
	}

}

@media screen and (max-width: 991px){ /*--------- Breakpoint Large - lg */
	
	.container{
	max-width: 721px;
	}
	
	.cVert{
	font-weight: bold;
	}
	
	.bordNav{
	border-right: none;
	}
	
	.navbar a{
	line-height: 27px;
	}
	
	#news .row{
		padding: 5px 15px;
	}
	
	#news .col-8{
	padding: 5px;
	}

	h5{
	font-family: 'Open sans';
	}
	
	footer p{
	font-size: 12px;
	text-transform: none;
}
}

@media screen and (max-width:767px){ /*--------- Breakpoint Small - sm */
	.container{
	max-width: 608px;
	}
	
	h4{
		text-align: center;
	}
	
	#headUp img{
		display: block;
		margin: 5px auto 35px auto;
		text-align: center;
	}
	
	#intro img{
		display: block;
		margin: auto;
	}
	
	h2{
	margin: 15px 0px;
}
	
	footer{
	height: 5px;
}
	#corps{
	padding-bottom: 15px;
}
}