.container {
	max-width: 1170px;
}

body {
	font-family: aint_nothing_fancyregular;
} 

.fond_vert {
	background-color: #a0c367;
}

.etang {
	background: url(images/etang.png);
}

.etang img {
	padding-top: 30px;
	padding-bottom: 30px;
}

.etang p {
	color: white;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: auto;
	font-size: 14px;
	display: none;
}

.relative {
	position: relative;
	max-width: 366px;
	margin: auto;
}


li	{
	margin: 10px;
	font-size: 19px;
}

.fond_gris {
	background-color: #2d2824;
}

h3{
	color: #a0c367;
	font-size: 22px;
	padding-top: 45px;

	
}

.souligner {
	border-bottom:  3px solid #a0c367;
	margin-bottom: 40px;
}

.desc {
	color: white;
	background-color: rgba(255, 255, 255, 0.05);
	padding: 16px;
	line-height: 153%;
	font-family: verdana;
	font-size: 15px;
}


.venues {
	color: black;
	position: relative;
}

.juvigny h4{
	width: 100%;
}


.vraux h4 {
	width: 100%;
}	

.river_tour h4 {
	width: 100%;
}


h4 {
	background-color: #a0c367;
	padding: 15px;
	position: absolute;
	top: 40px;
	width: 100%;
	text-align: right;	
}


.white {
	color: white;
	padding-top: 20px;
}

.latest {
	background-color: white;
	line-height: 190%;
	border-radius: 2%;
	margin-bottom: 25px;
}

.latest img {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 10px;
}

.latest p {
	padding-top: 10px;
	margin-left: 10px;
}

.latest a {
	text-align: left;
	color: #a0c367;
}

footer {
	background-color: #a0c367;
	color: white;
	font-family: verdana;
	display: none;
}

footer p {
	font-size: 15px;
	text-align: center;
}

.title {
	font-size: 22px;
}

img {
	display: block;
}

.text_vert {
	color: #a8d164;
}


.contact {
	background-color: #80a248;
	color: white;
	border-radius: 10px;
}


#under {
	border-bottom: 1px solid white;
}

#under p {
	font-size: 20px;
	line-height: 10%;
}


.relative {
	position: relative;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin: 5px;
}


.icon-facebook {
	color: #326e94;
}


.bandeau {
	max-width: 1170px;
	margin: auto;
}
.bandeau img{
	margin: auto;
	
}

@media (min-width: 576px) {
	.etang p {
		display: block;
	}
	
}


@media (min-width: 768px) {
	li {
		margin: 2px;
    	font-size: 13px;
	}

	footer {
		display: block;
	}

	.etang p {
		font-size: 20px;
	}

}

@media (min-width: 992px) {
	li {
		font-size: 15px;
	}

	
}

@media (min-width: 1200px) {
	li {
		font-size: 19px;
	}
	.etang p {
		font-size: 24px;
	}
}