<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->

/****-----start-wrapper-demo----****/
.wrapper-demo
{
	/*width:400px;*/
	/*height:300px;*/
	margin: 0 auto;
	margin-top: 15%; /* Defaut : 15% */
}
/****-----start-wrapper-dropdown-2----****/
.wrapper-dropdown-2 {
    position: relative;
	padding: 10px 1px 5px 2px; /* 5px = espacement entre 2 catégories produits du menu de gauche */ /* Defaut : padding: 17px 20px 17px 15px; */
	background: #fff;
	cursor: pointer;
	outline: none;
	color: #5f5f5f;
	text-transform: capitalize;
	font-family:'CarterOne';
	font-size: 1.1em; /* 1.1em; */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-transform: capitalize;
	font-weight: 500; /* Gras   Defaut : 600 */
}
.wrapper-dropdown-2 a {
	color: #2B5C03; /* Vert foncé */
}

.dropdown-flat:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: -3%;
	margin-top: -6px;
	border-width: 0px 12px 12px 12px;
	border-style: solid;
	border-color: #FFF rgba(0, 0, 0, 0);
}

.wrapper-dropdown-2 .dropdown-flat {
  /* Size & position */
    position: absolute;
    top: 136%;
    left: 0px;
    right: 0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
    /* Styles */
    background:#fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    z-index:1;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-2 .dropdown-flat li:last-child{
	border-bottom:none;
}
.wrapper-dropdown-2 .dropdown-flat li
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown-flat li a {
    display: block;
	text-decoration: none;
	color: #5f5f5f; /* Gris couleur des options liste déroulante (les produits d'une catégorie) */
	padding:15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
	font-size: 0.99em;
	font-weight: 600;
	
}
.dropdown-flat li a:hover{
	color:#FFF;
	
} 
.dropdown-flat li a:hover .icon{
	background-position:0px 0px;
}
/* Hover state */
.wrapper-dropdown-2 .dropdown-flat li:hover {
    background: #2B5C03; /* Fond Vert foncé */ /* Défaut : #f9ada0;  rose clair */ 
    
}
.wrapper-dropdown-2 .dropdown-flat  li:nth-child(1) {
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
}
.wrapper-dropdown-2 .dropdown-flat  li:last-child{
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
}
.wrapper-dropdown-2 .dropdown-flat  li:nth-child(2),.wrapper-dropdown-2 .dropdown-flat  li:nth-child(3),.wrapper-dropdown-2 .dropdown-flat  li:nth-child(4)
{
	border-radius: none;
}
/* Active state */
.wrapper-dropdown-2.active .dropdown-flat {
    opacity: 1;
    pointer-events: auto;
}
/* No CSS3 support */
.no-opacity       .wrapper-dropdown-2 .dropdown-flat,
.no-pointerevents .wrapper-dropdown-2 .dropdown-flat {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.no-opacity       .wrapper-dropdown-2.active .dropdown-flat,
.no-pointerevents .wrapper-dropdown-2.active .dropdown-flat {
    display: block;
}
.wrapper-dropdown-2.active .dropdown-flat {
	opacity: 1;
	pointer-events: auto;
}
/*****/
.wrapper-dropdown-2 span {
	float: right;
	vertical-align: middle;
}
.icon{
	background: url(../images/spriteimg.png);
	width:24px;
	height:25px;
	display:inline-block;
}
.icon
{
	background: url(../images/spriteimg.png) no-repeat 0px 0px;
}
.dropdown-flat li a:hover span.icon{
	background: url(../images/spriteimg.png) no-repeat 0px -25px;
}
.stat{
	background: url(../images/spriteimg.png) no-repeat -26px 0px;
}
.dropdown-flat li a:hover span.stat{
	background: url(../images/spriteimg.png) no-repeat -26px -24px;
}
.msg{
	background: url(../images/spriteimg.png) no-repeat -51px 0px;
}
.dropdown-flat li a:hover span.msg{
	background: url(../images/spriteimg.png) no-repeat -51px -24px;
}
.signout{
	background: url(../images/spriteimg.png) no-repeat -76px 0px;
}
.dropdown-flat li a:hover span.signout{
	background: url(../images/spriteimg.png) no-repeat -76px -24px;
}
/****-----end-wrapper-dropdown-2----****/
/****-----start-copyright----****/
.copy-right{
	text-align: center;
	padding:1em 0;
}
.copy-right p{
	color:#FFF;
	font-size: 0.8em;
	line-height:1.8em;
}
.copy-right p a{
	color:#5F5F5F;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
}
/****-----end-copyright----****/
/****----*media Queries----****/
@media only screen and (max-width: 480px) and (min-width:320px)
{
	.wrapper-demo {
	width: 350px;
	}
}
@media only screen and (max-width: 320px) and (min-width:240px)
{
	.wrapper-demo {
	width: 190px; /* Defaut : width: 290px; */
	}
	.wrapper-dropdown-2 {
	font-size: 1em;
	}
}
/****------end-media Queries-----****/