body {
	font-family: 'fancy';
	font-size: 18px;
	color: white;
}

body p {
	font-family: "Open Sans";
	font-size: 14px;
}

.bggreen {
	background-color: #a0c367;
}

#cover {
	background: url(img/cover.jpg) center;
}

#cover p {
	text-align: right;
	line-height: 38px;
	font-family: 'fancy';
	font-size: 19px;
}

#cover img {
	padding: 40px 0;
}

nav li {
	padding: 10px 13px;
	border-right: 1px solid white;
}

nav li:hover {
	background-color: #80a248;
}

nav a:hover {
	color: white !important;
}

nav li:last-child {
	border-right: none;
}

nav {
	padding: 0px !important;
}

#bgbrown {
	background-color: #2b2723;
}

#bgbrown h2 {
	color: #a0c367;
	padding-top: 60px;
	font-size: 25px;
	border-bottom: 1px solid #a0c367;
	margin-bottom: 35px;
}

#welcome h2 {
	background: url(img/carpepicto.png) no-repeat right 42px;
}

#description {
	background-color: #342f2b;
}

#description p {
	line-height: 27px;
}

#description span {
	color: #a0c367;
}

.bandeau {
	position: absolute;
	background-color: #a0c367;
	top: 41px;
	color: black;
	width: 100%;
	text-align: right;
	padding: 10px 30px;
}

#blue {
	background-color: #627ca6;
}

#whitebloc {
	background-color: white;
	color: black;
	border-radius: 10px;
}

#whitebloc h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

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

.details {
	font-size: 11px;
	margin: 5px 0 0;
}

#whitebloc a {
	float: right;
	color: black;
	font-family: 'open sans';
	font-size: 12px;
	font-weight: bold;
}

.green {
	color: #a0c367;
	padding-top: 23px;
}

#whitebloc .row {
	padding-bottom: 40px;
}

.seeall {
	text-align: center;
	font-family: 'open sans';
	text-decoration: underline;
	font-size: 15px;
}

#whitebloc .col-8 {
	padding-left: 40px;
}

.littletext p {
	font-size: 11px;
}

#contact {
	background-color: #80a248;
	border-radius: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}

#contact p:first-child {
	border-bottom: 1px solid white;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
	margin-right: 6px;
}

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

.icon-arrow {
	color: #a0c367;
}

@media (max-width: 991.98px) {
	nav li {
		font-size: 12px;
		padding: 2px;
	}
}

@media screen and (max-width: 767.98px) {
	
	nav li {
	font-size: 10px;
	border-right: 0;
	}
	
	nav a {
		padding: 9px 3px !important;
	}
	#description p {
		font-size: 9px;
		line-height: 15px;
	}
	
	#welcome h2 {
		background: none;
	}
	
	.littletext .col:last-child {
		display: none;
	}
	
	.littletext p {
		font-size: 9px;
	}
	
	#whitebloc a {
		display: none;
	}
	
	.date {
		display: none;
	}
	
	#whitebloc .row {
		padding-bottom: 18px;
	}
	
	.details {
		font-size: 8px;
	}
	
	#cover p {
		font-size: 15px;
	line-height: 25px;
	}
	
	footer p {
		font-size: 8px;
	}
	
	#contact p:nth-child(2) {
		display: none;
	}
	
	#bgbrown h2 {
		padding-top: 20px;
	}
	
	.green {
		padding-top: 10px;
	}
	
	.seeall {
		display: none;
	}
}

@media (max-width: 575.98px) {
	#cover img {
		text-align: center;
	}
	
	#cover p {
		text-align: center;
	}
	
	#menu {
		padding: 5px 0;
	}
	
	#cover img {
		padding: 12px 0 14px;
	}
	
	#welcome h2 {
		margin: 0 13px;
	}
	
	#description {
		margin: 0 12px;
	}
	
	#description p {
		font-size: 12px;
	}
	
	footer {
		display: none;
	}
	
	.littletext img {
		width: 150%;
	}
	
	.littletext p {
		font-size: 12px;
	}
	
	.details {
		font-size: 12px;
	}
	
	.whitebloc .row {
		padding: 0;
	}

}