/*List Gamme Left*/
.left-title{font-size: 21px;text-transform: uppercase;color: #F9F9F9;padding-bottom: 15px;margin-bottom: 0;}
.cat-list{background-color:#fefbfa;padding-left:0;margin-bottom:0;width:100%;display:inline-block;}/*#fef6f4*/
.cat-list li{color:#384E5C;border-top:1px solid #384E5C;font-size:14px; font-weight:600;}/*273609*/
.end-border{border-bottom:1px solid #88bc20;}
.cat-list li a{padding:12px 9px;color:#273609;display:block;}
.cat-list li:hover{background-color:#EE711A;color:#f2f7f0;}
.cat-list a:hover{color:#f2f7f0;text-decoration:none;}
.cat-left .collapsed {background: url(../Images/xs-cat-menu.png) #f2f7f0 no-repeat;background-position:right;border-bottom:1px solid #88bc20;}
.cat-xs{background: url(../Images/xs-cat-close.png) #f2f7f0 no-repeat;background-position:right;padding:15px;}
/*List Gamme*/
.cat-gamme{margin-bottom:20px;}

.cat-gamme button{height: 108px;width:100%;overflow:hidden;line-height:21px;margin-bottom:15px;background-color:#EE711A;  border: 1px solid; box-shadow: 5px 10px #384E5C;margin-bottom:30px;}
.cat-gamme button:hover{background-color:#384E5C;border: 1px solid; box-shadow: 5px 10px #EE711A;margin-bottom:30px;}
.cat-gamme a button {color:#f9f9f9;font-size:14px;text-transform:uppercase;line-height: 23px;letter-spacing:1px;font-weight:600;}
.cat-gamme a:hover{text-decoration:none;}
.cat-title-h1{font-size:36px;color:#EE711A;text-align:center; margin-bottom:1.5rem !important;margin-top:1.5rem !important;font-weight:300;letter-spacing:1px;}

.bg-list {background-color: #96a8b4;}
.cat-list li.bg-list a{color:#f9f9f9;}
.title-bg {background-color: #f9f9f9;padding: 10px 0px 25px 0px;}


/* Large devices desktops css*/
@media (min-width: 992px) {		
	.cat-left{border-top: 5px solid #636363;}
	.left-title{text-align:center;}
    .left-title {padding-top: 15px;background-color:#384E5C;border-bottom:3px solid #f9f9f9;}
    /*#88bc20*/
 }

 
/* Small devices (Tablette landscape, 576px and up) */
@media (min-width: 576px) and (max-width: 991.98px) { 
	
	.mar-tb-xs-25{margin-top:25px; margin-bottom:25px;}
	
	
 }
 /* Extra small devices (portrait, 768px) css*/ 
 @media (max-width: 768px) {	 
	
	.cat-gamme button{height: 54px;}
	.cat-title-h1{font-size:18px;}
	.cat-gamme button a{font-size:16px;}
 }
 
 /* Extra small devices css*/
@media (max-width: 576px) {
	
	.mar-tb-xs-25{margin-top:25px; margin-bottom:25px;}
	.cat-gamme button{height: 54px;}
	.cat-title-h1{font-size:18px;}
	.cat-gamme button a{font-size:16px;}
}

