 
  /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      
/* max-width pour faibles résolutions */



/*
.lire_plus {   font-weight:normal; color:#8DC73F ; background:#FFFFFF }

.lire_plus:hover {   font-weight:bold ; color:#006600 ; text-decoration:none  ; background:#eeffee }



.lire_plus a		{   font-weight:normal; color:#8DC73F ;  }

.lire_plus a:hover 	{   font-weight:bold ; color:#006600 ; text-decoration:none  ;  background:#eeffee }

.lire_plus a:visited {   font-weight:bold ; color:#8DC73F ; text-decoration:none  ;  }

.lire_plus a:active { font-weight:bold ; color:#006600 ; }
*/

/*top, padding-right, padding-bottom, padding-left.*/


@font-face {
font-family: 'Century-Gothic';
src: url('fonts/Century-Gothic.ttf'); 

font-weight: normal;
font-style: normal;
}



.voir_prod { color:#000000 }

.dec_prod {
			width:200px;
			
			margin:auto;
			margin-top:40px;
			
		  }	
	    
.decouvr_prod 
         {		
			 vertical-align:middle;
			 background-color: #8DC73F;
			 border: solid 1px #006600;
			 color: #FFFFFF;
			 font-weight:600;
			 padding: 10px 20px 10px 20px;
			 text-align: center;
			 text-decoration: none;         
			 font-size: 1em;
			 cursor: pointer;		
			 -moz-border-radius: 5px 5px 5px 5px;
			 -webkit-border-radius: 5px 5px 5px 5px;
			 border-radius:5px 5px 5px 5px;
			 box-shadow: 1px 1px 5px #555;
         }
		 
.decouvr_prod:hover 
            {	
			 vertical-align:middle;
			 background-color: #eeffee;
			 border: solid 1px #006600;
			 color: #006600;
			 padding: 10px 20px 10px 20px;
			 text-align: center;
			 text-decoration: none;
			 font-size: 1em;
			 cursor: pointer;
			 -moz-border-radius: 5px 5px 5px 5px;
			 -webkit-border-radius: 5px 5px 5px 5px;
			 border-radius: 5px 5px 5px 5px;
            }


         .lire_plus {
			 vertical-align:middle;
			 width:100%;
			 margin:auto;
			 background-color: #FFF;
			 border: solid 1px #006600;
			 color: #009900;
			 padding: 20px 30px 20px 30px;
			 text-align: center;
			 text-decoration: none;
			 display: inline-block;
			 font-size: 1em;
			 margin: 10px;
			 cursor: pointer;
         }
 
         .lire_plus:hover { 
			 vertical-align:middle;
			 width:100%;
			 margin:auto;
			 background-color:#eeffee;
			  border: solid 1px #006600;
			 color: #009900;
			 padding: 20px 30px 20px 30px;
			 text-align: center;
			 text-decoration: none;
			 display: inline-block;
			 font-size: 1em;
			 margin: 10px;
			 cursor: pointer;
			 font-weight:bold;
         }

.lire_plus span {
  opacity: 0;

}
.lire_plus:hover span{ 
margin-left:5px ; font-size: 1em;
  opacity: 1;

}








* {
  box-sizing: border-box;
}

.zoom {
 /* padding: 50px;
  background-color: green;*/
  transition: transform .3s;
  width:250px ; height:250px ; 
 /* width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}


.zoom_footer { display:inline ; 
 /* padding: 50px;
 background-color: green;*/
 transition: transform .3s;
 max-width: 120px;/*
 height: 200px;*/
 margin: auto;

}

.zoom_footer:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}



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



/* min-width pour moyennes résolutions */
@media screen and (min-width: 1024px) {
	#main {
		width:70%;
		clear:none;
	}
	#aside {
		width:30%;
		clear:none;
	}
}

/* max-width pour faibles résolutions */
@media screen and (max-width: 640px) {
	#logo_base a {
		display:block;
	}
	#logo_base li {
		float:none;
		width:100%;
	}
	#main, #aside, #logo_base {
		clear:both;
		width:100%;
	}
}

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

.ariane  { font-size:2em   ; margin:10px    ; color:#009900 }
a.ariane { font-size:2em   ; margin:10px    ; color:#009900 }


H1 { font-size:3em }  

H2 { font-size:2em }  


footer { 
font-size:100% ; 
width:100% ;  
background:#8DC73F; 
color:#FFFFFF ; 
padding:0; 
margin:0;
}

footer li a { font-size:100% }

footer h5 { margin-top:20px ; border-bottom:solid 1px #ffffff }


.prod_accueil_text
/**************************************************************/
 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
/*
a, a:hover, a.active, a:active, a:visited, a:focus{
	color:#fefefe;
	text-decoration:none;
}
*/
.content{
	margin: 50px 100px 0px 100px;
}

header { height:100x; margin:15px}


.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
	background: #449900; opacity:0.9 ; 
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #FFFFFF;
	font-size:1.1em;
	text-decoration: none;
	text-transform: uppercase;
	/*border-right: 1px #365670 dotted;*/
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
{
	background:#9EDF47;
	color:#FFFFFF;
}
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
	background:#9EDF47;
	color:#000000;
}
.exo-menu i {
  float: left;
  font-size: 20px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 1.1em;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #449900;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	/*padding: 20px 22px;*/
	text-decoration: none;
	background-color: #449900;
	/*border-bottom: 1px dotted #ACFA58;*/
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	/*border-bottom: 1px dotted #B8C7BC;*/
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #ccc;*/
  background:#8DC73F; 
 }
.flyout-mega ul > li > a {
  font-size: 110%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0px;
  right: 0px;
  padding: 20px;
  display:none;
  padding-top: 0;
  min-height: 100%;
  width:100%; 
  
}
/*
h4.row.mega-title {
  color: #003300;
  margin-top: 0px;
  margin-bottom:10px;
  font-size: 1.2em;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-top: 1px solid #00FF00;
  border-bottom: 1px solid #00FF00;
  padding-top: 15px;
 background:#FFFFFF; opacity:0.8;
 letter-spacing: .8rem;
 */
 
 -moz-box-shadow: 8px 8px 12px #aaa; 
  -webkit-box-shadow: 8px 8px 12px #aaa; 
  box-shadow: 8px 8px 12px #aaa;
 
  }
 .mega-menu ul li a {
 /*line-height: 25px;*/
  font-size: 1.5em;
  display: block;
}
ul.stander li a {
    padding: 3px;  
}


ul.stander {
  margin-left:50px ; 
}


ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 110%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #8DC73F;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #D0FA58; /*#5FB404;*/ /*#23364B;*/
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}

a.toggle-menu{
    position: absolute;
    right: 0px;
    /*padding: 20px;*/
    font-size: 27px;
    background-color: #003300;
    color: #D0FA58; /*#5FB404;*/
    top: 0px;
}


a.sous-menu 
{ color: #FFFFFF; }

li.puce-sous-menu {
 font-family: Arial, sans-serif;
 font-size: 0.9em;
 color: #003300;
 display : list-item;
 list-style-image : url(images/puce.png);
} 

a.sous-menu:hover {
 
 color: #000000;
 
} 



.content-entete1 { max-width:90% ; margin:auto; } 

.entete1 {  max-width:30% ; min-width:400px ;  height:320px ;  margin:auto; margin-top:20px; margin-bottom:20px; }
.entete2 { border:solid 1px #eeeeee ; max-width:30% ;  min-width:400px ;height:320px ; margin:auto; margin-top:20px; margin-bottom:20px;background:url("images/img-entete2.jpg"); }
.entete3 { border:solid 1px #eeeeee ; max-width:30% ; min-width:400px ;height:320px ;  margin:auto; margin-top:20px; margin-bottom:20px; background:url("images/img-entete3.jpg");}


.entete03 { max-width:50% ; min-width:400px ;height:320px ;  margin:auto; margin-top:20px; margin-bottom:20px; padding:20px ; }

.ent3 {position:absolute; background:#FFFF00; left:5%;right:5%}

.titre-entete1 { margin-top:280px ;  background:#FFFFFF ; opacity: 0.5; width:90% ; font-size:1.2em ; font-family:arial, sans-serif ; text-align:center }

.item-html
{ background:#FFFFFF ; opacity: 0.7; width:90% ; padding:10px ; 
	position:absolute;bottom:0%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);transform:translate(0,-50%);left:15%;right:15%}

.img_prod { 
       overflow:hidden ; 
		max-height:300px ; 	
		margin: 10px;
        background:#FFF; 
		text-align:center
  }
  
  
  #img_entete { 
       display: block; margin-left: auto;    margin-right: auto;  margin-top: auto; margin-bottom: auto;
	   max-height:300px ;
	   overflow:hidden ; 		
 background:#FFF; 
		
  }
  
  #img_la_une { 
       display: block; margin: auto;	  
		max-width:50%; 		
		background:#FFF; 
		
  }
  
  




  .prod_accueil_text { 
  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  background:#FFFFFF   ; font-size:1em ; 
  color:#555;
   text-align:left ; 
   height:70px ; 
   color:#000000 ; 
   font-weight:bold;
   text-align:center ; 
   font-family:'Century-Gothic', sans-serif;
  }   
 
  
  
  
img_img { text-align:center }  

.row {  margin:auto  ;  display:flex;
    justify-content: space-between;}
	
	
	
.navbar { z-index:10000 }



/********************************************************/
/*
#menu-outer {
	width:100%;
border:solid 1px #000000 ; 
}

.table {
	display: table;   // Allow the centering to work
	margin: auto;
}

ul#horizontal-list {
	max-width:100%;
	min-width:640px; // 696px;
	list-style: none;
	text-align:center;
	}
	ul#horizontal-list li {
		display: inline;
		margin:20px;
		
		
	}
	*/
/********************************************************/

.contenedor{
		
		width:100%;
		height:100px;
    display:flex;
    justify-content: space-between;
	}
	.contenido{
		text-align:center;
		height:80px;
		width:10%;
		float:left;
		margin: 10px;
	}

	
/*******.product-cover *************************************************/
	

	