




/* ---------- MAIN ---------- */
.color1,
.color1:visited,
.color1:hover,
.color1:focus{
  color: rgb(255,255,255) !important; 
}
.bgcolor1,
.bgcolor1:visited,
.bgcolor1:hover,
.bgcolor1:focus{
  background-color: rgb(132,194,37) !important; 
}






/* -------------------- HEADER -------------------- */

.headerVisor {
  border-top: 5px solid rgb(255,255,255);
}

/* Search */
.headerSearchCont form div .headerSearchBox{
  background: rgba(255,255,255,0.2);
}
.headerSearchCont form div i {
  background: rgb(255,255,255);
  color: rgb(132,194,37);
}
.glyphicon-search:before {
    color: rgb(132,194,37);
}
.carousel-indicators .active {
    background-color: rgb(132,194,37);
}
.headerSearchBox {
    color: rgb(132,194,37);
}



#cssmenu > ul > li > a {
    color: rgba(255,255,255,0.7);
}
#cssmenu > ul > li.has-sub > a::after {
    border-top-color: rgb(255,255,255);
}
#cssmenu > ul > li.active > a {
    color: rgb(255,255,255);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li > a:focus {
    color: rgb(255,255,255);
}
#cssmenu ul ul li a {
  color: rgba(132,194,37,0.8);
  background: rgb(255,255,255);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: rgb(132,194,37);
}
#cssmenu > ul > li > ul::after {
    border-bottom-color: rgb(255,255,255);
}




/* ---------- Medias ---------- */
@media all and (max-width:767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background-color: rgb(255,255,255);
  }
  #cssmenu > ul > li > a {
	color: rgb(132,194,37);
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
  	color: rgb(132,194,37);
    background: rgba(132,194,37,0.05);
  }
  #cssmenu #menu-button {
    color: rgb(132,194,37);
  }
  #cssmenu #menu-button::after {
    border-top: 2px solid rgb(132,194,37);
    border-bottom: 2px solid rgb(132,194,37);
  }
  #cssmenu #menu-button::before {
    border-top: 2px solid rgb(132,194,37);
  }
  .headerCont {
    background-color: rgb(132,194,37) !important; 
  }
}