@font-face {
    font-family: 'aint_nothing_fancyregular';
    src: url('font/aint_nothing_fancy/aintnothingfancy-webfont.woff2') format('woff2'),
url('font/aint_nothing_fancy/aintnothingfancy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

#header{
	background: #A0C367;
}

#header a{
	font-family: 'aint_nothing_fancyregular';
	display: flex;
	border-right: 2px solid white;
	color: #2D2824;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	transition: all 200ms;
	padding: 20px 25px;
}

#header a:hover{
	color: white;
	background: #718A49;
}

#lastnav a{
	border: none;
}

#imgheader{
	background: url("images/photo_header.jpg");
	background-size: cover;
}

#imgheader img{
	max-width: 100%;
	height: auto;
}

#baseline h3{
	font-family: 'aint_nothing_fancyregular';
	color: white;
	font-size: 18px;
	margin: 10px;
	text-shadow: 1px 1px 1px #000000;
	text-align: right;
}

#baseline h3 br{
	margin-bottom: 10px;
}

#space{
	display: none;
	margin-right: 15px;
}

#principal{
	background: #2D2824;
	padding-bottom: 100px
}

h2{
	color: #A7D163;
	font-family: 'aint_nothing_fancyregular';
	display: block;
	width: 100%;
	border-bottom: 2px solid #A7D163;
	margin-bottom: 40px;
	margin-top: 50px;
	font-size: 25px;
}

p{
	font-family: 'Open Sans', sans-serif;
	color: white;
	margin: 0;
	font-size: 14px;
}

#texteintro{
	background: #342F2B;
	height: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
}

.green{
	color: #A7D163;
}

#imgintro{
	display: flex;
	justify-content: flex-end;
}

#imgintro img{
	width: 100%;
	max-width: 364px;
	height: auto;
	max-height: 180px;
}

.colvenues{
	min-width: 190px;
}

#venues img{
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: all 200ms;
}

#venues img:hover{
	opacity: 1;
}
#comingsoon:hover{
	opacity: 0.5!important;
}

#lac2{
	margin-bottom: 17px;
}

#videos img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#videos p{
	margin-bottom: 10px;
}

#lastestnews{
	background: white;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 100%;
}

#lastestnewscontainer{
	max-width: 300px;
	margin: auto;
}

#news{
	display: flex;
	align-items: center;
	margin: 15px 0 15px 15px;
}

#newsp{
	margin-top: 15px;
	margin-bottom: 15px;
}

#lastestnews h3{
	font-family: 'aint_nothing_fancyregular';
	font-size: 15px;
}

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

.article{
	font-size: 10px;
	color: black;
	margin-top: 5px;
}

.readmore{
	margin-top: 5px;
	display: block;
	padding-left: 15px;
	background: url("images/picto_fleche.png") left no-repeat;
	text-decoration: none;
	border-bottom: 1px solid black;
	width: 70px;
}

.readmore p{
	font-size: 10px;
	color: black;
	margin: 0;
}

#youtube{
	display: block;
}

footer{
	font-family: 'Open Sans', sans-serif;
	background: #A7D163;
}

.colfooter{
	display: flex;
	align-items: center;
	justify-content: center;
}

.colfooter img, #contact img{
	margin-right: 5px;
}

#contact{
	background: #718A49;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contact h4{
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	border-bottom: 1px solid white;
}

#contact p{
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (min-width:1400px){
	.container{
		max-width: 1170px;
	}
}
@media screen and (max-width:1199.98px){
	#header a{
		font-size: 13px;
		padding: 15px 20px;
	}
	#lac2{
		margin-bottom: 15px;
	}
}
@media screen and (max-width:991.98px){
	#header a{
		border: none;
		padding: 15px 0;
	}
	#imgintro{
		display: flex;
		justify-content: center;
	}
	#baseline h3{
		font-size: 16px;
	}
	#lac2{
		margin-bottom: 10px;
	}
	.bordervideos{
		border-bottom: 2px solid white;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	#youtube{
		display: none;
	}
	.colfooter{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#contact{
		text-align: center;
	}
	#contact h4{
		text-align: left;
		font-size: 15px;
	}
}
@media screen and (max-width:767.98px){
	#baseline h3{
		font-size: 13px;
	}
	#lac2{
		margin-bottom: 12px;
	}
	#lac3{
		margin-top: 20px!important;
	}
}
@media screen and (max-width:575.98px){
	#imgheader img{
		max-width: 150px;
	}
	#collogo{
		text-align: center;
	}
	#baseline h3{
		font-size: 11px;
		text-align: center;
	}
	#texteintro{
		max-width: 90%;
		margin: auto;
	}
	#imgintro img{
		max-width: 90%;
		max-height: none;
		width: auto;
	}
	h2{
		max-width: 90%;
		margin-inline: auto;
	}
	#venues{
		max-width: 90%;
		margin: auto;
	}
	#lac2{
		margin-bottom: 11px;
	}
}
@media screen and (max-width:447.98px){
	.colvenues{
		margin: auto;
	}
	#lac1{
		margin-bottom: 20px!important;
	}
	#lac2{
		margin-bottom: 20px;
	}
}