body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
html, body {
    overflow-x: hidden;
}
div {
	position: relative;
}
img {
	display: block;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a {
	color: #4e934a;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	text-decoration: underline;
}
input, textarea {
	background-color: #fafafa;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button {
	font-size: 14px;
	margin: 0px;
	padding: 15px;
}
hr {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 0px;
	border-bottom: 1px dotted #555555;	
}






/* HEADER */
div#header {
	background-color: #102411;
	padding: 0px;
	height: 250px;
	width: 100%;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}
div#header.en {
	background-image: url(images/bg-header-en.jpg);
}
div#header div#topbar {
	width: 100%;
	text-align: right;
	height: 40px;
	margin-bottom: 40px;
}
div#telephone {
	float: right;
	width: 290px;
	height: 40px;
	box-sizing: border-box;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	margin-right: 20px;
}
div#rechercher input {
	float: right;
	width: 215px;
	height: 40px;
	box-sizing: border-box;
	padding: 12px;
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}
div#rechercher-bouton input {
	float: right;
	width: 40px;
	height: 40px;
	border-right: 1px solid #1f321e;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
	transition: 0.3s;
}
div#rechercher-bouton input:hover {
	opacity: 0.7;
}
div#video {
	float: right;
	width: 40px;
	height: 40px;
	border-right: 1px solid #1f321e;
	transition: 0.3s;
}
div#video:hover {
	opacity: 0.7;
}
div#lang {
	float: right;
	width: 40px;
	height: 40px;
	transition: 0.3s;
}
div#lang:hover {
	opacity: 0.7;
}
div#header div#logo {
	height: auto;
	width: 370px;
	float: right;
	margin-right: 50px;
	transition: 0.3s;
}
/* HEADER END */



/* NAV */
div#nav-wrap {
	background-color: #000000;
	width: 100%;
	height: 50px;
}
div#nav {
	padding: 0px;
	height: 50px;
	max-width: 1055px;
	width: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#faire-un-don a {
	display: block;
	position: absolute;
	top: 0px;
	right: 126px;
	width: 130px;
	height: 50px;
	padding-left: 38px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 17px;
	background-image: url(images/bg-faire-un-don.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #4e934a;
	transition: 0.3s;
}
div#faire-un-don a:hover {
	background-color: #5baa56;
	text-decoration: none;
}
div#facebook a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 125px;
	height: 50px;
	padding-left: 35px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 17px;
	background-image: url(images/bg-facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #3a559f;
	transition: 0.3s;
}
div#facebook a:hover {
	background-color: #4362b5;
	text-decoration: none;
}
div#nav div#accueil a {
	float: left;
	width: 50px;
	height: 50px;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
div#nav div#accueil a:hover {
	background-color: #4e934a;
}
div#nav button.menu-btn {
	float: left;
	width: 50px;
	display: none;
	height: 50px;
	outline: none;
	background-color: #000000;
	border-right: 1px solid #222222;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	transition: 0.3s;
}
div#nav button.menu-btn:hover {
	background-color: #4e934a;
}
/* NAV END */




/* DROP DOWN NAV */
ul.topnav {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	z-index: 99;
	position: relative;
}
ul.topnav li {
	float: left;
	height: 50px;
}
ul.topnav li a {
	display: block;
	color: #ffffff;
	height: 33px;
	padding-top: 17px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	transition: 0.3s;
	border-right: 1px solid #222222;
}
ul.topnav li a:hover {
	background-color: #4e934a;
	text-decoration: none;
}
ul.topnav li.icon {
	display: none;
}
ul.topnav li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: auto;
}
ul.topnav li:hover ul {
	display: block;
}
ul.topnav li:hover ul li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: auto;
}
ul.topnav li:hover ul li a {
	color: #cccccc;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 25px;
	text-decoration: none;
	background-color: #1b1b1b;
	text-align: left;
	border-right: 0px;
	border-bottom: 1px solid #111111;
	box-sizing: border-box;
}
ul.topnav li:hover ul li a.more {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/fleche-nav-sub-menu.png);
}
ul.topnav li:hover ul li a:hover {
	color: #ffffff;
	background-color: #4e934a;
}
ul.topnav li:hover ul li ul {
	display: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 259px;
	border-left: 1px solid #000000;
}
ul.topnav li:hover ul li:hover ul {
	display: block;
}
ul.topnav li:hover ul li:hover ul li a {
	background-color: #222222;
	background-image: none;
}
ul.topnav li:hover ul li:hover ul li:hover a {
	color: #ffffff;
	background-color: #4e934a;
}
/* DROP DOWN NAV END */





/* THUMB VIEWER */
div#thumbBox {
	position: absolute;
	top: 70px;
	width: 100%;
	max-width: 700px;
	height: auto;
	visibility: hidden;
	z-index: 100;
	/* cursor: hand; */
	cursor: pointer;
	box-sizing: border-box;
}
div#thumbBox img {
	box-shadow: 0px 5px 20px 0 #000000;
}
div#thumbBox div.footerbar {
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #000000;
	opacity: 0.7;
	transition: 0.3s;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 15px;
}
div#thumbBox div.footerbar:hover {
	opacity: 1;
}
div#thumbBox div#thumbImage {
	background-color: #ffffff;
}
div#thumbBox div#thumbTitle {
	display: none;
}
div#thumbLoading {
	position: absolute;
	z-index: 100;
	visibility: hidden;
}
/* THUMB VIEWER END */





/* SLIDER */
div#slider {
	margin-bottom: 100px;	
}
div.single-item-rtl img {	
	width: 100%;
}
div#shadow-slider {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-image: url(images/bg-shadow-slider.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 90;
}
/* SLIDER END */


/* PATHWAY */
div#pathway {
	width: 100%;
	box-sizing: border-box;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px dotted #555555;
	height: auto;
	overflow: hidden;
}
div#pathway div {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div#pathway div img {
	width: 8px;
	height: 8px;
	padding-top: 2px;
}
div#pathway div a {
	text-decoration: none;
}
div#pathway div a:hover {
	opacity: 0.5;
}
/* PATHWAY END */





div.clear {
	clear: both;
}
span.italic {
	font-style: italic;
}
span.vert {
	color: #4e934a;
}
span.underline {
	text-decoration: underline;
}
p.note {
	font-size: 12px;
}
div#banner {
	width: 100%;
}
div.nav-bottom img {
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: 5px;
	transition: 0.3s;
}
div.nav-bottom img:hover {
	opacity: 0.7;	
}
div#video-player {
	width: 100%;
	max-width: 442px;
	padding: 10px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	border-radius: 5px;
}
div.wrap-bouton-don {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 25px;
	box-sizing: border-box;
	text-align: center;
	width: 180px;
	height: 110px;
	border: 2px solid #4e934a;
	border-radius: 7px;
	transition: 0.3s;
}
div.wrap-bouton-don:hover {
	border: 2px solid #00b9e9;	
}
div.wrap-bouton-don a {
	color: #000000;
	display: block;
}
div.wrap-bouton-don a:hover {
	text-decoration: none;
}
div.wrap-bouton-don span {
	display: block;
	border: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
div.wrap-bouton-don span.icon-poste {
	width: 50px;
	height: 40px;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.wrap-bouton-don span.icon-poste img {
	width: 100%;
	height: auto;
	display: block;
}
div.wrap-bouton-don form {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
div.wrap-bouton-don form input {
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
}





/* CONTENT ET COLONNES */
h1 {
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;	
}
h2 {
	text-align: left;
}
div#wrap-content {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
div#side {
	float: left;
	width: 100%;
	max-width: 200px;
	margin-right: 50px;
	margin-bottom: 50px;
}
div#side.index {
	max-width: 290px;
}
div#content {
	float: left;
	width: 100%;
	max-width: 730px;
	text-align: justify;
	margin-bottom: 50px;
}
div#content.index {
	max-width: 640px;
}
div#content li {
	margin-right: 50px;
	margin-bottom: 10px;
	text-align: left;
}
div.contenu-logo p img {
	width: 160px;
	height: 160px;
	display: block;
}
div#content table {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
div#content table tr td {
	padding: 10px;
	text-align: left;
	background-color: #f5f5f5;
	border: solid 1px #ffffff;
}
div#content table tr td.title-green {
	background-color:#004d23;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
}
div#content table tr td.title-grey {
	background-color:#dddddd;
	text-align:center;
	font-weight: bold;
}
div#content table tr td.light-green {
	background-color:#ccd5cc;
}
div#content table tr td.center {
	text-align: center;
}
/* CONTENT ET COLONNES END */






/* SERVICE */
div.service-title {
	color: #4e934a;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
div.service-title.fr {
	padding-left: 50px;
	padding-right: 50px;
}
div.service-title.en {
	padding-left: 110px;
	padding-right: 110px;
}
/* SERVICE END */




/* SIDE NAV */
div#side-title {
	font-size: 20px;
	color: #4e934a;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: left;
}
div.side-nav a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #555555;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	transition: 0.3s;
	box-sizing: border-box;
}
div.side-nav a:hover {
	color: #4e934a;
}
/* SIDE NAV END */




/* FOOTER */
div#footer {
	background-color: #102411;
	height: auto;
	width: 100%;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10%;
	padding-right: 10%;
	clear: both;
}
div#footer a {
	opacity: 0.8;
	color: #ffffff;
}
div#footer a:hover {
	opacity: 1;
}
div#footer div.footer-logo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
div#footer div.footer-box-nav {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 120px;
	background-image: url(images/bg-shadow-25.png);
	background-repeat: repeat;
}
div#footer div.footer-box-nav p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
div#footer div.footer-box-nav p.title {
	margin-bottom: 15px;
	font-size: 14px;
}
/* FOOTER END */





@media screen and (max-width: 780px) {
div#header {
	background-color: #102411;
	height: 150px;
	width: 100%;
	background-image: url(images/bg-header-2.jpg);
}
div#header.en {
	background-image: url(images/bg-header-2-en.jpg);
}
div#header div#logo {
	width: 180px;
	margin-right: 20px;
}
div#header div#topbar {
	margin-bottom: 20px;
}
div#rechercher input {
	width: 150px;
}
div#telephone {
	display: none;
}
div#slider {
	margin-bottom: 60px;	
}
div#footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
div#thumbBox {
	width: 90%;
}
/* SERVICE */
div.service-title.fr {
	padding-left: 0px;
	padding-right: 0px;
}
div.service-title.en {
	padding-left: 0px;
	padding-right: 0px;
}
/* SERVICE END */
}
@media screen and (max-width: 910px) {
ul.topnav {
	display: none;
}
div#nav button.menu-btn {
	display: block;
}
}
@media screen and (max-width: 1100px) {
div#side {
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	max-width: 80%;
}
div#content {
	float: none;
	display: block;
	width: 80%;
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
div#side-title {
	text-align: center;
}
div.side-nav a {
	text-align: center;
}
}





