body {
  margin: 0;
  padding: 0;
  font-family: "handlee";
  font-size: 17px;
  /* background-color : pink; */

  /* background-color : rgb(252,255,254); */
  /* background-image: -webkit-linear-gradient(-45deg,  */
  /* rgba(255, 255, 255, 0.75) 25%, transparent 25%, */
  /* transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, */
  /* transparent 75%, transparent);			 */
  /* background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, */
  /* transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, */
  /* transparent 75%, transparent); */
  /* background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, */
  /* transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, */
  /* transparent 75%, transparent); */
  /* background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, */
  /* transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, */
  /* transparent 75%, transparent);			 */
  /* background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, */
  /* transparent 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 75%, */
  /* transparent 75%, transparent); */

  /* -webkit-background-size: 25px 25px; */
  /* -moz-background-size: 25px 25px; */
  /* background-size: 25px 25px; */

  background-image: url("fond.jpg");
  /* background-size: 100px 76px; */
}

.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;

  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  outline: none;
  color: black;
}
a:hover {
}

.green_text {
  color: rgb(147, 169, 22);
}

h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;
  color: rgb(147, 169, 22);
  /* color : rgb(130,149,19); */
}
h2 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;

  /* color : rgb(188,216,29); */
}

p {
  font-size: 18px;
  font-weight: 300;
}

.width_img {
  width: 100%;
  height: auto;
}
.height_img {
  height: 100%;
  width: auto;
}

.page_container {
  min-width: 1024px;
  width: 100%;
  max-width: 1024px;
  background-color: white;
  /* background-color : rgba(255,255,255,0.98); */
  margin: auto;
  overflow: hidden;
  /* box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.2); */
  /* border-left : 1px dotted rgb(250,250,250);
	border-right : 1px dotted rgb(250,250,250); */
  /* border-radius : 70px; */
}

.banner {
  width: 100%;
  height: 240px;
  position: relative;
  /* overflow : hidden; */
}

.banner_img_container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.banner_menu {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  border-bottom: 1px solid rgb(199, 240, 147);
  border-bottom: 1px solid rgba(172, 212, 146, 0.815);
  background-color: rgba(216, 252, 169, 0.9);
  background-color: rgb(162, 197, 139, 0.9);
}
.banner_home {
  box-sizing: border-box;
  float: left;
  width: 5%;
  height: 100%;
}
.banner_home:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.banner_element {
  box-sizing: border-box;
  float: left;
  width: 15.5%;
  height: 100%;
  color: rgb(90, 90, 90);
  color: white;
  border-left: 1px solid rgb(220, 220, 220);
  border-left: 1px solid rgb(213, 223, 206);
  padding-top: 6px;
  font-weight: 400;
  font-size: 16px;
}
.banner_element:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.menu_sprit {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 200px;
  display: none;
  /* background-color : rgba(126,130,135,0.93); 
				background-color : rgba(254,254,255,0.96); 
				 */ /* border :  1px solid rgba(0,0,0,0.3); */
  background-color: rgba(228, 242, 204, 0.925);
  background-color: rgba(225, 253, 188, 0.925);
  background-color: rgba(177, 206, 157, 0.925);
  border-top: none;
  border-bottom: none;
  padding: 0;
  z-index: 10000;
}
.menu_sprit_element {
  /* width : 30px; 
				height : 18px; 
				box-sizing : border-box;  */
  font-size: 14px;
  text-align: left;
  /* height : 16px; */
  color: rgb(90, 90, 90);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /* border-bottom : 1px solid rgba(0,0,0,0.3); */
  padding: 10px;
  margin: 0;
}
.menu_sprit_element:hover {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 10, 40, 0.09);
  background-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.footer_img {
  width: 100%;
  height: 130px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.footer_citation {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  text-align: right;
  font-size: 20px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.footer_bar {
  width: 100%;
  height: 30px;
  background-color: rgb(172, 198, 26);
  background-color: rgb(162, 197, 139);
  border-top: 5px solid rgb(204, 230, 62);
  border-top: 5px solid rgb(138, 171, 118);
  position: relative;
}
.footer_copyright {
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-align: right;
  font-size: 14px;
  color: white;
}
