@import url(http://fonts.googleapis.com/css?family=Exo:400,500,600);
/*-------------------------------------------------*/
/* =  Init CSS
/*-------------------------------------------------*/
body,
html {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color:#e67a07;	
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color:#474d51;	
}
figure {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  max-width:100%;
}

.container-fluid {
	padding:0;
}
.row {
	margin-left:0;
	margin-right:0;
}
.Result {
    font-weight: bold;
    margin: 10px 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0px;
}
.col-xs-1:first-child, .col-sm-1:first-child, .col-md-1:first-child, .col-lg-1:first-child, .col-xs-2:first-child, .col-sm-2:first-child, .col-md-2:first-child, .col-lg-2:first-child, .col-xs-3:first-child, .col-sm-3:first-child, .col-md-3:first-child, .col-lg-3:first-child, .col-xs-4:first-child, .col-sm-4:first-child, .col-md-4:first-child, .col-lg-4:first-child, .col-xs-5:first-child, .col-sm-5:first-child, .col-md-5:first-child, .col-lg-5:first-child, .col-xs-6:first-child, .col-sm-6:first-child, .col-md-6:first-child, .col-lg-6:first-child, .col-xs-7:first-child, .col-sm-7:first-child, .col-md-7:first-child, .col-lg-7:first-child, .col-xs-8:first-child, .col-sm-8:first-child, .col-md-8:first-child, .col-lg-8:first-child, .col-xs-9:first-child, .col-sm-9:first-child, .col-md-9:first-child, .col-lg-9:first-child, .col-xs-10:first-child, .col-sm-10:first-child, .col-md-10:first-child, .col-lg-10:first-child, .col-xs-11:first-child, .col-sm-11:first-child, .col-md-11:first-child, .col-lg-11:first-child, .col-xs-12:first-child, .col-sm-12:first-child, .col-md-12:first-child, .col-lg-12 {
  padding-left: 0;
   padding-right: 0;
}

.help-block {
	margin:0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	 padding-left: 0;
   padding-right: 0;
	
}
/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html{
    height:100%;
}

body {
  line-height: 1.428571429;
  color: #333333;
  background: url("../img/bg.jpg") no-repeat scroll center top #6eab1c;
  font: 12px Verdana;
}

body.active {
   opacity: 1;
}


#container {
    height: 100%;
	width:1003px;
	/*background:#FC0;*/
	margin:0 auto;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#container.active {
   opacity: 1;
}

.titre_mm_cat{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #444;
	  font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	color: #444;
}
.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 24px;
    margin-top: -12px;
    margin-left: -80px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
header {
	background-image:url(../img/header.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.h_left {
    margin-left: 15px;
    margin-top: 4px;
    width: 446px;
	height:132px;
}
/* Base Navigation */

#mainMenu {
    background: url("../img/menu.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 54px;
    width: 100%;
}
header nav {
	float: left;
	margin: 0 0 0 20px;
}
.navbar {
	border: none;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	z-index: 9997;
}
.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a {
	color: #5e5e5e;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff;
}	
.navbar-nav .dropdown-menu  {
	border-top: 2px solid;
	font-size: 13px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: #5e5e5e;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.navbar-default .navbar-nav .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:focus {
	color: #999999;
}


#sx-content{
	  background-color: #ffffff;
    border: 8px solid #9fd512;
    margin-top: 7px;
    padding: 9px;
}

.bloc_contenu{
  background: url("../img/bg_degrade_gris.png") no-repeat scroll center top #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    width: 68.5%;	
	
}

 .titre_categorie {
    background: url("../img/titre_produit.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #f3f4f1;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    padding-left: 10px;
    padding-top: 3px;
	margin-bottom:15px;
}
.titre_categorie a,  .titre_categorie a:hover{
	 color: #f3f4f1;
}
.bloc_produits li {
    float: left;
    min-height: 202px;
    text-align: center;
    width: 112px;
	margin: 0 14px 14px 0;
}


.titre_produit_detail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #64a320;
    font: bold 19px verdana;
    margin: 0 0 5px;
   padding:0 0 0 18px;
}

.texte_produit_detail {
    color: #435810;
    font-family: Verdana;
    font-size: 13px;
	padding:0 0 0 18px;
}

.emailtofriend {
    background: url("../img/fiche_technique.jpg") no-repeat scroll left center transparent;
    color: #fbfdf5;
    display: block;
    font-family: Verdana;
    font-size: 16px;
    height: 33px;
    margin-left: 0;
    text-align: center;
	margin-bottom:10px;
	width:39%;
	clear:both;
	border:none;
	line-height:31px;
}
.emailtofriend a, .emailtofriend a:hover{
	color: #fbfdf5;
}
#sx-content .content-right .bloc_produits li h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 11px;
    font-weight: normal;
    min-height: 44px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
	color: #000;
    font-size: 12px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.produit_images{
	min-height:150px;
	margin-bottom:10px;
	
}

.content-right h5 {
    background: url("../img/titre_services.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #8bc309;
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 29px;
    padding-left: 22px;
    padding-top: 7px;
    width: 622px;
}

.content-right table li {
    background: url("../img/puce_services.png") no-repeat scroll left 6px transparent;
    color: #4a4a49;
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 14px;
    list-style: none outside none;
    margin: 0;
    padding: 3px 0 0 15px;
}
.bg_bleu {
	background-color:#1a6ba4;
}
                    
.bg_jaune {
	background-color:#f29b1c;
}
.sx_galleria {
	width:100%;
	height:400px;
	margin-top:10px;
}
.gmap3 {
    width: 100%;
    height: 420px;
}
.gmap3 a , .gmap3 a:hover{
	color:#000;
}
.gmap3 img {
	max-width:inherit;
}
.div-center {
	text-align:center;
}

.div-right {
	text-align:right;	
}
.contact_produit{
	margin-bottom:15px;
	font-weight:bold;
}
.contact_produit span{
	color:#64a320;
}

.alert {
  border: 0;
  -webkit-border-radius: reset;
  -moz-border-radius: reset;
  border-radius: reset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 18px 24px;
  margin-bottom: 15px;
  display:none;
}
.alert .close {
  top: 2px;
  right: 0;
  color: #343434;
  opacity: 100;
  filter: alpha(opacity=10000);
  font-size: 16px;
  line-height: 16px;
}
.alert.error {
  background: #ffe9e9;
  color: #ff3f3f;
}
.alert.success {
  background: #ebf6e0;
  color: #609e21;
}
.alert.warning {
  background: #fbfadd;
  color: #a7a33e;
}
.alert.info {
  background: #e9f7fe;
  color: #4683a2;
}


.nicescroll-rails {
    z-index: 999999!important;
}

/*-------------------------------------------------*/
/* =  Slider
/*-------------------------------------------------*/

.sx-logo-box {
    text-align: center;
/*	position:absolute;
	z-index:30;
	top:150px;
	left:50%;
	margin-left:-370px;
*/}
.sx-logo-box h1 {
	margin:0;
	padding:0;
}

a.logo {
    display: block;
	margin:0 auto;
	background-image:url(../img/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:272px;
	height:141px;
}

.slider-wrapper {
	margin-top:5px;
	margin-bottom:10px;
	position:relative;
}

.nivoSlider {
	max-height:520px;
}

/*
.sx-slider{
    height: 290px;
    width: 980px;
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
}

.masque-slider {
    background: url("../img/cadre_banniere.png") no-repeat scroll center top;
    height: 290px;
    width: 980px;
	position:absolute;
	top:0;
	left:0;
	z-index:15;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}    
*/

/*-------------------------------------------------*/
/* =  Content Site
/*-------------------------------------------------*/
#sx-content h2 {
	font-size:23px;
	margin:0 0 10px;
	line-height:23px;
}

#sx-content h3 {
	 background: url("../img/puce.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #8bc309;
    font: 38px verdana;
    margin: 0 0 5px -13px;
    padding: 0 0 0 30px;
}

#sx-content h4 {
	font-size:17px;
	font-weight:bold;
	color:#64a320;
}




#sx-content .content-right {
padding: 0 10px;
}

#sx-content .content-right h3 {
	color:#ff6600;
	padding:0;
	margin:0 0 10px 0;
	font-weight:bold;
}

 .footermenu {
    color: #fcfef6;
    font-family: Verdana;
    font-size: 12px;
    height: 40px;
}

.footermenu li {
    border-right: 1px solid #fcfef6;
    float: left;
    list-style-type: none;
    margin-left: 0;
    padding: 0 7px;
}

.footermenu li a {
    color: #fcfef6;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
}

.footermenu li:last-child {
    border-right: medium none;
    float: left;
    list-style-type: none;
    margin-left: 0;
    padding: 0 7px;
}



footer .bloc_footer_texte {
    clear: both;
    color: #fcfef6;
    font-family: Verdana;
    font-size: 12px;
    height: 110px;
    line-height: 16px;
}


footer .bloc_footer_texte li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
}

footer .bloc_footer_copy {
    clear: both;
    color: #fcfef6;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}


footer .bloc_footer_copy a {
    color: #f6e87d;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
}




.col-sm-3 {
    width: 31%;
	margin-left:4px;
}

.sx-bloc-coordonnee {
    background: url("../img/bloc_nouscontacter.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fcfef6;
    font-family: Verdana;
    font-size: 12px;
    height: 233px;
    margin: 10px 0 20px;
}

.sx-bloc-coordonnee .titre_nous_contactez {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fdfff7;
    display: block;
    font-family: "Century Gothic";
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 19px;
    padding-right: 10px;
    padding-top: 17px;
    text-transform: uppercase;
}
.sx-bloc-coordonnee .bloc_coordonner {
    line-height: 15px !important;
    padding-left: 16px;
    padding-right: 16px;
}
#sx-content .sx-bloc-coordonnee .bloc_coordonner h2{
	font-size:12px;
	font-weight:bold;
	
}

#sx-content .sx-bloc-coordonnee .bloc_coordonner span{
    line-height: 23px !important;
}


.sx-bloc-coordonnee .bloc_coordonner a {
    color: #fcfef6;
    font-family: Verdana;
    font-size: 12px;
}



#sx-content  .sx-bloc-categories {
    background: url("../img/nosproduit_footer.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    margin: 0 0 20px;
    padding-bottom: 3px;
}


#sx-content .sx-bloc-categories .titre_categories {
    background: url("../img/nosproduit_top.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 10px 0 0 30px;
}


#sx-content  .sx-bloc-categories .titre_categories span {
    color: #fdfff7;
    display: block;
    font-family: "Century Gothic";
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}
.sx-bloc-categories ul {
    background: url("../img/nosproduits_repeat.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.sx-bloc-categories ul li {
    background: url("../img/trait.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    margin: 0;
    padding: 2px 0 4px 13px;
}
.sx-bloc-categories ul li:last-child {
    background: none;
}

.sx-bloc-categories ul li a {
    background: url("../img/puce_noir.png") no-repeat scroll 5px 8px transparent;
    color: #f5f6e8;
    display: block;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0 3px 18px;
}


.sx-bloc-categories ul li a:hover, .sx-bloc-categories ul li a.active{
    background: url("../img/puce_vert.png") no-repeat scroll 5px 8px transparent;
    color: #4f8308;
    font-size: 14px;
    font-weight: bold;
}

ul.bloc_langue{
	    height: 40px;
		right:57px;
    position: absolute;
    top: 112px;
    width: 150px;
    z-index: 99;
}


ul.bloc_langue li {
    float: left;
    height: 40px;
    list-style-type: none;
    margin-left: 6px;
    opacity: 0.6;
    width: 40px;
}
ul.bloc_langue li  {
    float: left;
    height: 40px;
    list-style-type: none;
    margin-left: 6px;
    opacity: 0.6;
    width: 40px;
}

ul.bloc_langue li.selected {
    opacity: 1;
}
.dr_francais {
    background: url("../img/fr_f.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dr_english {
    background: url("../img/gb_f.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dr_arabe {
    background: url("../img/ar_f.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.qtrans_flag {
    display: block;
    height: 40px;
    width: 40px;
}

footer {
    overflow: hidden;
    padding: 10px;
}
.bloc_infos a{
	color:#333333;
	
}
/**************************************/

.contact-info,
#sx-form  {
	margin-bottom:20px;
	margin-top:20px;
}
#sx-form.form-horizontal .form-group {
	margin-left:0;
	margin-right:0;
}
#sx-form .form-group {
	margin-bottom:10px;
}
#sx-form .form-control {
  color: #555;
  border-radius: 2px;
  width:45%;
}
#sx-form .form-control:focus {
  border-color: #9fd512;
}

#sx-form #sx-captcha {
	width:80%;
	margin-top:2px;
}

#sx-form input[type="submit"] {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #f29b1c;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#sx-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}
#sx-form label {
    display: inherit;
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    padding-right: 15px;
    text-align: right;
    width: 150px;
}
#sx-form .btn-info, #sx-form .btn-primary{
	background-color:#64a320;
	border:1px solid #64a320;
}

/*************************************/

.contact-info,
#ami-form  {
	margin-bottom:20px;
	margin-top:20px;
}
#ami-form.form-horizontal .form-group {
	margin-left:0;
	margin-right:0;
}
#ami-form .form-group {
	margin-bottom:10px;
}
#ami-form .form-control {
  color: #555;
  border-radius: 2px;
  width:45%;
}
#ami-form .form-control:focus {
  border-color: #9fd512;
}

#ami-form #sx-captcha {
	width:80%;
	margin-top:2px;
}

#v input[type="submit"] {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #f29b1c;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#ami-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}
#ami-form label {
    display: inherit;
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    padding-right: 15px;
    text-align: right;
    width: 150px;
}
#ami-form.btn-info, #ami-form .btn-primary{
	background-color:#64a320;
	border:1px solid #64a320;
	border-radius: 6px;
    font-size: 15px;
    line-height: 1.33;
    padding: 6px 10px;
}














/********** | VALIDATION | *****************/
.sx-errblock {
	color:#eb2c06;
    display: block;
	margin:0;
	opacity:0.6;
}
small.sx-errblock {
	position:absolute;
	bottom:0;
	right:5px;
}