
/* ************************************************************************************************
/* Miniatures produits */
/* ************************************************************************************************ */


/* Row */
.row-voletshop-produit {display: flex;flex-wrap: wrap;margin:auto;}
.row-voletshop-produit > div {padding: 15px;display: flex;flex-wrap: wrap;}
@media (max-width: 767px) 	{ .row-voletshop-produit > div {padding: 7px;}}

/* voletshop-produit */
.voletshop-produit {border: 2px solid #ccc;background: #fff;border-radius: 5px;display: block; height:100%; position:relative;box-shadow: 0px 0px 0px 0px #fff inset;transition: all 0.4s;width: 100%; padding: 0px; }
.voletshop-produit.bleu {border: 1px solid #ddd; }
.voletshop-produit.bleu:hover .fa-eye:hover {color:#f6c900; } 
.voletshop-produit.jaune {border: 2px solid #f6c900;}
.voletshop-produit.jaune:hover .fa-eye:hover {color:#f6c900;} 
@media (max-width: 543px) 	{.voletshop-produit.bleu {border: 2px solid #ccc; }}


.voletshop-produit.border-5 {border: 5px solid !important;}
.voletshop-produit.border-bleu {border-color: #599dcd !important;}
.voletshop-produit.border-vert {border-color: #59cd78 !important;}
.voletshop-produit.border-rouge {border-color: #d53939 !important;}
.voletshop-produit.border-jaune {border-color: #f6c900 !important;}


.lg3 .voletshop-produit {border: 1px solid #ccc;}
.lg2 .voletshop-produit {border: 1px solid #ccc;border-radius: 5px;}
@media (min-width: 992px) 	{.lg12 .voletshop-produit {border-top: 0px;border-right: 0px;border-left: 0px;border-radius: 5px;}}
.voletshop-produit:hover {border-color:#ddd;}

/* bandeau-selected */
.voletshop-produit .bandeau-selected {height: 0px;background: var(--basecolor);position: absolute;bottom: 0px;width: 100%;transition: all 0.4s;}
.voletshop-produit:hover .bandeau-selected {height: 0px;}

/* Image */
.voletshop-produit .col-image {overflow:hidden; padding:0;}
.voletshop-produit  .img_cover {width: 100%;transition: all 0.4s; border-radius: 3px 3px 0px 0px;} 
.voletshop-produit:hover .img_cover{opacity:1;} 
.lg2 .voletshop-produit .img_cover{border-bottom: 1px solid #eee;}
.lg2 .voletshop-produit:hover .img_cover{transform: scale(1.05);}
.lg3 .voletshop-produit .img_cover{border-bottom: 1px solid #eee;}
.lg3 .voletshop-produit:hover .img_cover{transform: scale(1.05);}
.lg4 .voletshop-produit .img_cover{border-bottom: 1px solid #eee;}
.lg4 .voletshop-produit:hover .img_cover{transform: scale(1.05);}
.lg6 .voletshop-produit:hover .img_cover{transform: scale(1.05);}	
.lg12 .voletshop-produit:hover .img_cover{transform: scale(1.02);}
@media (max-width: 991px) 	{ .voletshop-produit .img_cover {width: 100%;margin: 0px;}}


/* Tag */
.voletshop-produit .tag-produit{position: absolute;    top: -1px;    right: -1px;    padding: 10px 10px;    background: #59cd78;    border-bottom-left-radius: 5px;    font-size: 14px;    font-weight: normal;    transition: all 0.4s;    color: #fff;}
.voletshop-produit:hover .tag-produit{padding: 10px 15px;}

.voletshop-produit .tag-produit.vert{background: #59cd78;}
.voletshop-produit .tag-produit.bleu{background: #599dcd;}
.voletshop-produit .tag-produit.rouge{background: #d53939;}
.voletshop-produit .tag-produit.jaune{background: #f6c900;}


.voletshop-produit .tag-produit.inner-right{z-index: 1; top: -1px;  left:unset;  right: -1px; border-radius: 0px 0px 0px 5px;}
.voletshop-produit .tag-produit.inner-left{z-index: 1; top: -1px;  left:-1px;  right: unset; border-radius: 0px 0px 5px 0px;}

.voletshop-produit .tag-produit.top-left{z-index: 1; padding: 8px 10px;top: -31px;left: -1px;right: unset;border-radius: 5px 5px 0px 0px;}
.voletshop-produit.border-5 .tag-produit.top-left{ left: -5px;}
.voletshop-produit:hover .tag-produit.top-left { padding: 8px 15px;}
@media (max-width: 991px) 	{ 
	.voletshop-produit .tag-produit.top-left{position: relative;    top: unset !important;    right: unset !important;    width: 100%;    border-radius: 2px 2px 0px 0px;    margin-bottom: 5px;} 
	.voletshop-produit.border-5 .tag-produit.top-left{  border-radius: 0px;}
	}

.voletshop-produit .tag-produit.top-right{z-index: 1; padding: 8px 10px;top: -31px;left: unset;right: -1px;border-radius: 5px 5px 0px 0px;}
.voletshop-produit.border-5 .tag-produit.top-right{ right: -5px;}
.voletshop-produit:hover .tag-produit.top-right { padding: 8px 15px;}
@media (max-width: 991px) 	{ 
	.voletshop-produit .tag-produit.top-right{position: relative;    top: unset !important;    right: unset !important;    width: 100%;    border-radius: 2px 2px 0px 0px;    margin-bottom: 5px;} 
	.voletshop-produit.border-5 .tag-produit.top-right{  border-radius: 0px;}
	}


/* Bloc Description */
.voletshop-produit .col-desc {position: unset; padding: 20px !important; padding-bottom: 90px !important;}
.lg2 .voletshop-produit .col-desc {padding: 10px !important;padding-bottom: 110px !important;}
@media (max-width: 1200px) 	{ .voletshop-produit .col-desc { padding: 10px !important;padding-bottom: 90px !important; }}
@media (max-width: 991px) 	{ .voletshop-produit .col-desc { padding: 10px !important;padding-bottom: 100px !important; }}
@media (min-width: 990px) 	{
	.lg6 .voletshop-produit .col-desc {position: relative;}
	.lg12 .voletshop-produit .col-desc {position: relative;padding: 0 20px !important;}
	}
@media (max-width: 543px) 	{.lg2.type-produit .voletshop-produit .col-desc {padding-bottom: 100px !important;}}

/*Padding prix barrés*/
.voletshop-produit.avec-prix-barre .col-desc {padding-bottom: 120px !important;}
.lg2 .voletshop-produit.avec-prix-barre .col-desc {padding-bottom: 140px !important;}
@media (max-width: 1200px) 	{ .voletshop-produit.avec-prix-barre .col-desc { padding-bottom: 120px !important; }}
@media (max-width: 991px) 	{ .voletshop-produit.avec-prix-barre .col-desc { padding-bottom: 130px !important; }}
@media (max-width: 543px) 	{.lg2.type-produit .voletshop-produit.avec-prix-barre .col-desc {padding-bottom: 110px !important;}}


.voletshop-produit  .bloc_description {width: 100%; display: inline-block;  vertical-align:top;  font-size: 16px;line-height: 18px; padding: 0px !important;  overflow: hidden; }


/* Nom */
.voletshop-produit  .bloc_description > .name {display:inline-block;min-height: 50px;}
.lg12 .voletshop-produit  .bloc_description > .name {display:block; margin-bottom: 5px;}

.voletshop-produit  .bloc_description > .name > h2, .voletshop-produit  .bloc_description > .name > h3 {transition: all 0.4s;font-weight: bold;border:0 !important;margin: 0px !important;margin-bottom: 5px !important; padding:0 ;padding-bottom: 5px;background: transparent; text-transform: none; box-shadow: 0px 0px 0px 0px #f6c900 inset}
.lg12 .voletshop-produit  .bloc_description > .name > h2 {font-size: 26px;line-height: 32px;border-bottom: 1px solid #666;}
.lg6 .voletshop-produit  .bloc_description > .name > h2 {font-size: 20px;line-height: 26px;}
.lg4 .voletshop-produit  .bloc_description > .name > h2, .lg4 .voletshop-produit  .bloc_description > .name > h3,.lg4 .voletshop-produit  .bloc_description > .name > div {font-size: 18px !important;line-height: 24px !important;}
.lg3 .voletshop-produit  .bloc_description > .name > h2, .lg3 .voletshop-produit  .bloc_description > .name > h3,.lg3 .voletshop-produit  .bloc_description > .name > div {font-size: 16px !important;line-height: 22px !important;}
.lg2 .voletshop-produit  .bloc_description > .name > h2, .lg3 .voletshop-produit  .bloc_description > .name > h3,.lg2 .voletshop-produit  .bloc_description > .name > div{font-size: 14px !important;line-height: 18px !important; font-weight: bold; }
.voletshop-produit:hover  .bloc_description > .name > h2, .voletshop-produit:hover  .bloc_description > .name > h3 {color: #f6c900; border-color:#f6c900;}
.voletshop-produit:hover  .bloc_description > .name > h2, .voletshop-produit:hover  .bloc_description > .name > h3 {color: inherit; box-shadow: 0px -3px 0px 0px #f6c900 inset;}
.lg2 .voletshop-produit:hover  .bloc_description > .name > h2, .voletshop-produit:hover  .bloc_description > .name > h3 {color: #f6c900; border-color:#f6c900;}
.lg2 .voletshop-produit:hover  .bloc_description > .name > h2, .voletshop-produit:hover  .bloc_description > .name > h3 {color: inherit; box-shadow: 0px -3px 0px 0px #f6c900 inset;}

@media (max-width: 991px) 	{ 
.voletshop-produit  .bloc_description > .name {display:block;}
.lg12 .voletshop-produit  .bloc_description > .name > h2 {font-size: 24px !important;line-height: 28px !important;}
.lg6 .voletshop-produit  .bloc_description > .name > h2 {font-size: 14px !important;line-height: 18px !important;}
.lg12 .voletshop-produit  .bloc_description > .name > h2 {font-size: 18px !important;line-height: 22px !important;}
.lg4 .voletshop-produit  .bloc_description > .name > h2, .lg4 .voletshop-produit  .bloc_description > .name > h3 {font-size: 15px !important;line-height: 20px !important;}
.lg3 .voletshop-produit  .bloc_description > .name > h2, .lg3 .voletshop-produit  .bloc_description > .name > h3 {font-size: 15px !important;line-height: 20px !important;}
	}

@media (max-width: 543px) 	{
}


/* description_short */
.voletshop-produit  .bloc_description > .description_short {color: #666;font-size: 16px;line-height: 18px; }
.voletshop-produit  .bloc_description > .description_short p {color: #666;font-size: 13px; margin-bottom:5px;min-height: 40px;}
.lg2 .voletshop-produit  .bloc_description > .description_short {color: #aaa; font-size: 13px;line-height: 16px; line-clamp:4;display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 4;overflow: hidden;}
.lg3 .voletshop-produit  .bloc_description > .description_short {font-size: 13px;line-height: 16px; line-clamp:4;display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 4;overflow: hidden;}
.lg4 .voletshop-produit  .bloc_description > .description_short {font-size: 14px;line-height: 16px; line-clamp:4;display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 4;overflow: hidden;}
.lg6 .voletshop-produit  .bloc_description > .description_short {font-size: 14px;line-height: 16px; line-clamp:4;display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 4;overflow: hidden;}
@media (max-width: 991px) 	{ 
	.voletshop-produit  .bloc_description > .description_short p {color: #999;font-size: 12px; margin-top:0px;} 
	.voletshop-produit  .bloc_description > .description_short  { line-clamp:5; display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 3;overflow: hidden;}
}
@media (max-width: 543px) 	{.lg2 .voletshop-produit  .bloc_description > .description_short {display: none; }}



/* description */
.voletshop-produit  .bloc_description > .description {font-size: 14px;padding: 15px 0px 0px 0%;color: #888 !important;}
@media (max-width: 767px) 	{ .voletshop-produit  .bloc_description > .description {display: none !important;}}
	 
/* Bloc prix */
.voletshop-produit   .row.action {position: absolute; bottom: 10px; width: 100%;}
@media (min-width: 990px) 	{.lg12 .voletshop-produit   .row.action {position: relative; margin-top:30px;}}

@media (max-width: 991px) 	{ .voletshop-produit   .row.action { bottom: 10px}}
.voletshop-produit   .bloc_prix {position: relative;bottom: 0px;right: 0px;text-align: left;padding: 10px 10px;box-shadow: 0px 0px 0px 0px #f6c900 inset;transition: all 0.4s;border-top-left-radius: 5px; background: #fff;}
.voletshop-produit:hover   .bloc_prix {box-shadow: 0px 0px 0px 0px #f6c900 inset; }
.voletshop-produit   .bloc_prix > .a_partir_de {text-align: left;padding: 0px 5px 5px 0px;color: var(--basecolor);}
.voletshop-produit:hover   .bloc_prix > .a_partir_de {color: var(--basecolor);}
.voletshop-produit   .bloc_prix > .prix {text-align: left;padding: 0px 0px 0px 0px;color: #333;font-size: 24px;}
.voletshop-produit   .bloc_prix .btn.cta-conversion {    padding: 6px 25px;}
.lg3 .voletshop-produit   .bloc_prix > .prix {font-size: 18px;}
.lg2 .voletshop-produit   .bloc_prix > .prix {font-size: 18px;}
.lg12 .voletshop-produit   .bloc_prix {padding: 10px 0px;}
@media (max-width: 991px) 	{ 
	.lg4 .voletshop-produit   .bloc_prix  {display: block;}
	.lg3 .voletshop-produit   .bloc_prix  {display: block;}
	.voletshop-produit   .bloc_prix {padding: 10px 5px; background: #fff;}
	.voletshop-produit .bloc_prix {top: unset;   bottom: 0;}
	.voletshop-produit .bloc_prix > .a_partir_de {font-size: 13px;}
	.voletshop-produit  .bloc_prix > .prix {font-size: 18px;}
	.lg2 .voletshop-produit .bloc_prix {top: unset;   bottom: 0px;}
	.lg2 .btn.cta-conversion {display: none;}
	.voletshop-produit:hover   .bloc_prix {box-shadow: 0px 0px 0px 0px #f6c900 inset; }
	.voletshop-produit:hover   .bloc_prix > .a_partir_de {color: var(--basecolor);}

}



@media (min-width: 992px) 	{ 
	.type-categorie .voletshop-produit   .bloc_prix > .prix {padding: 0px;}
}

/* Bouton */
.voletshop-produit .col-btn {text-align: right;   padding-right: 20px; padding-left: 0px;}
.lg2 .voletshop-produit .col-btn {padding-left: 15px; padding-right: 5px;}

@media (max-width: 1200px)  	{ .voletshop-produit .col-btn {text-align: center;   padding-left: 15px; padding-right: 5px;} .voletshop-produit .btn {display: block;   width: 100%;    padding-top: 2px !important;padding-bottom: 2px !important; padding-left: 2px !important; margin-bottom: 0;}}
.lg2 .voletshop-produit .btn {display: block;   width: 100%;     padding-top: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;  margin-bottom: 0;}
.lg3 .voletshop-produit .btn {position: absolute;    bottom: 0;    right: 20px;}
.lg4 .voletshop-produit .btn {position: absolute;    bottom: 0;    right: 20px;}

@media (max-width: 1200px) 	{ .voletshop-produit .btn {width: 100%;display: block; position: relative !important; right: 0 !important; } }


.type-categorie .voletshop-produit .btn {padding: 10px 25px;}
.type-categorie .voletshop-produit .btn-xs {padding: 5px 10px;margin: 5px 0px 10px 0px;}

.type-configurateur .voletshop-produit .btn {padding: 7px 25px;}
.type-configurateur .voletshop-produit .btn-xs {padding: 4px 15px;margin: 5px 0px 0px 3px;}
.lg12.type-configurateur .voletshop-produit .btn-xs {padding: 7px 15px;margin: 5px 0px 0px 3px;}
.type-configurateur .voletshop-produit:hover .btn-xs {box-shadow: 0px -60px 0px 0px var(--basecolor) inset;color:#fff;}

/* Lien categorie */
.row-voletshop-produit .col-lien-categorie > a {margin:0; width:100%; background: #fff !important;}
.row-voletshop-produit .col-lien-categorie > a > span  i {display: block;    padding: 5px;    font-size: 34px;}
@media (min-width: 544px) {
	.row-voletshop-produit .col-lien-categorie > a > span {position: absolute;    top: calc(50% - 70px);    left: 0;    padding: 15px;}

}

/* Liste de description */

.voletshop-produit .bloc_description  .idee,.voletshop-produit .bloc_description  .info { margin: 0px 0px 4px 0px;padding:0;color: #666 !important;font-size: 14px !important;line-height: 18px;min-height: 40px;}
.lg2 .voletshop-produit .bloc_description  .idee,.lg2 .voletshop-produit .bloc_description  .info {margin: 5px 0px 0px 0px;    line-height: 15px;    font-size: 13px !important;    color: #666 !important;}
.lg6 .voletshop-produit .bloc_description  .idee,.lg6 .voletshop-produit .bloc_description  .info { margin: 10px 0px 4px 0px;line-height: 22px;font-size: 16px !important;color: var(--basecolor) !important;}
.lg12 .voletshop-produit .bloc_description  .idee,.lg12 .voletshop-produit .bloc_description  .info { margin: 10px 0px 4px 0px;line-height: 22px;font-size: 16px !important;color: var(--basecolor) !important;}

@media (max-width: 991px) 	{
	.voletshop-produit .bloc_description  .idee,.voletshop-produit .bloc_description  .info { color: #777 !important;font-size: 12px !important;line-height: 16px;}
	.lg12 .voletshop-produit .bloc_description  .idee { margin: 00px 0px 4px 0px;line-height: 20px;font-size: 14px !important;color: var(--basecolor) !important;} 
}

@media (max-width: 543px) {
	.voletshop-produit .bloc_description  .idee { font-size: 13px !important;line-height: 16px;}
	.lg6 .voletshop-produit .bloc_description  .idee {font-size: 14px !important;line-height: 18px;}
	}

.voletshop-produit .bloc_description > .description_short > .highlight {padding: 0px;}
.voletshop-produit .bloc_description > .description_short > .highlight {margin-bottom:5px;}
.voletshop-produit .bloc_description > .description_short > .highlight > li {color: #666;}
.voletshop-produit .bloc_description > .description_short > .highlight > li::before {content: "\f055"; padding-right: 5px; font-size: 13px; font-weight: 900;font-family: "Font Awesome 5 Free"; }
.voletshop-produit .bloc_description > .description_short > .arguments {background: #fff;padding: 0px;display: inline-block;}
.voletshop-produit .bloc_description > .description_short > .arguments > li {color: #888; font-size:13px;}
.voletshop-produit .bloc_description > .description_short > .arguments > li::before {content: "\f105"; padding-right: 5px;  font-weight: 900;font-family: "Font Awesome 5 Free"; }
.voletshop-produit .bloc_description > .description_short > .pictos {padding: 5px 0px; margin-bottom:0;}
.voletshop-produit .bloc_description > .description_short > .pictos > li {text-align: center;width: 80px;height: 80px;display: inline-block; vertical-align:top;}
.voletshop-produit .bloc_description > .description_short > .pictos > li >i {font-size: 24px;padding: 7px 0px;color: #000;background: #ddd;border-radius: 50%;display: inline-block;width: 40px; height:40px;}
.voletshop-produit .bloc_description > .description_short > .pictos > li > .voletshop-somfy {color: #fff;background: #f7ba12;}
.voletshop-produit .bloc_description > .description_short > .pictos > li >div {font-size: 13px;line-height: 13px;padding-top: 12px;color: #666;}
@media (max-width: 991px) 	
	{
	.voletshop-produit .bloc_description > .description_short > .pictos > li {width: 50px;}
	.voletshop-produit .bloc_description > .description_short > .pictos > li >i {font-size: 24px;}
	}
@media (max-width: 543px) {
	.voletshop-produit .bloc_description > .description_short > .pictos {display: none;}
	.voletshop-produit .bloc_description > .description > .pictos {padding-top: 20px;}
	.voletshop-produit .bloc_description > .description > .pictos > li {width: 80px;}
	.voletshop-produit .bloc_description > .description > .pictos > li >div {color: #999;}
	.voletshop-produit .bloc_description > .description_short > .pictos > li >i {font-size: 22px;}
	.voletshop-produit .bloc_description > .description_short > .pictos > li >div {font-size: 11px;}
}
	
.voletshop-produit .bloc_description > .description > .highlight {padding: 0px;}
.voletshop-produit .bloc_description > .description > .highlight {margin-bottom:5px;}
.voletshop-produit .bloc_description > .description > .highlight > li {color: #666;}
.voletshop-produit .bloc_description > .description > .highlight > li::before {content: "\f055"; padding-right: 5px; font-size: 13px; font-weight: 900;font-family: "Font Awesome 5 Free"; }
.voletshop-produit .bloc_description > .description > .arguments {background: #fff;padding: 10px 0px;display: inline-block;}
.voletshop-produit .bloc_description > .description > .arguments > li {color: #888; font-size:13px;}
.voletshop-produit .bloc_description > .description > .arguments > li::before {content: "\f105"; padding-right: 5px;  font-weight: 900;font-family: "Font Awesome 5 Free"; }
.voletshop-produit .bloc_description > .description > .pictos {padding-top: 10px; margin-bottom:0;}
.voletshop-produit .bloc_description > .description > .pictos > li {text-align: center;width: 90px;height: 90px;display: inline-block; vertical-align:top;}
.voletshop-produit .bloc_description > .description > .pictos > li >i {font-size: 30px;padding: 10px;color: #666;background: #f7f7f7;border-radius: 50%; border:0;}
.voletshop-produit .bloc_description > .description > .pictos > li > .voletshop-somfy {color: #fff;background: #f7ba12;}
.voletshop-produit .bloc_description > .description > .pictos > li >div {font-size: 11px;line-height: 11px;padding-top: 12px;color: #666;}

@media (max-width: 543px) {
	.voletshop-produit .bloc_description > .description > .arguments  {display: none;}
}





/* ************************************************************************************************
/* Miniatures produits menu */
/* ************************************************************************************************ */

.row-voletshop-produit-menu {display: flex;flex-wrap: wrap;}
.row-voletshop-produit-menu > div {padding: 5px;}

.voletshop-produit-menu {box-shadow: 0px 0px 0px 0px var(--basecolor) inset;display: block; height:100%; position:relative; border:1px solid #ccc; border-radius: 5px;background: transparent;}
.voletshop-produit-menu.light {display: block; height:100%; position:relative; border:0px solid #ddd; border-radius: 0px;background: transparent;box-shadow: 0px 0px 0px 0px #f6d43c inset; text-align: center; transition:all 0.4s}
.voletshop-produit-menu.light:hover {box-shadow: 0px -4px 0px 0px #f6d43c inset;}
@media (max-width: 991px) {
	.voletshop-produit-menu.light {text-align: left;	padding: 0px 5px 0px 0px;	border-radius: 3px; box-shadow: none;} 
	.voletshop-produit-menu.light:hover {box-shadow: none;}
}

 a.voletshop-produit-menu:hover {border-color:#fff !important; } 
 
.page-my-account #menu_top a.btn:hover  {color: #fff !important; } 
#menu_top .voletshop-produit-menu:hover {border-color:var(--basecolor) !important; } 
 
.voletshop-produit-menu > .img_cover {max-width:150px; display: inline-block; border-radius: 5px;border-bottom: 0px solid #eee;}
.voletshop-produit-menu.light > .img_cover {width:70%;max-width: unset;}
@media (max-width: 991px) {.voletshop-produit-menu.light >.img_cover {width:15%;max-width: 50px; vertical-align: middle;border-radius: 3px;}}


.voletshop-produit-menu > .bloc_description {max-width: calc( 100% - 160px); max-height:150px; overflow:hidden; padding: 5px; display: inline-block; vertical-align:top;  font-size: 16px;line-height: 18px;}
.voletshop-produit-menu.light > .bloc_description {width: 100%;    max-width: unset;    padding: 5px 15px; }
@media (max-width: 991px) {.voletshop-produit-menu.light > .bloc_description {width: 75%; vertical-align: middle;  padding: 5px;}}

.voletshop-produit-menu > .bloc_description > .name  {transition: all 0.4s;color: #333;font-size: 16px; font-weight:bold; line-height: 18px; padding: 5px 0px;margin-bottom: 5px;border: 0;}
.voletshop-produit-menu.light > .bloc_description > .name  {line-height: 20px;text-align: center;    font-size: 14px;    font-weight: bold;}
@media (max-width: 991px) { .voletshop-produit-menu.light > .bloc_description > .name  { font-weight: normal; text-align: left; }}

.voletshop-produit-menu:hover > .bloc_description > .name  {color:#333;border: 0;}
.voletshop-produit-menu > .bloc_description > .description_short {color: #666;font-size: 12px;line-height: 14px;}
.voletshop-produit-menu > .bloc_description > .description_short p {color: #666;}

.voletshop-produit-menu .bandeau-selected {display:none;height: 0px;background: var(--basecolor);position: absolute;bottom: 0px;width: 100%;transition: all 0.4s;}
.voletshop-produit-menu:hover .bandeau-selected {height: 5px;}

.small > .voletshop-produit-menu.light {border:0; border-bottom:0px solid #ccc; border-radius: 0px;}
.small > .voletshop-produit-menu.light:hover {box-shadow: 0px 0px 0px 0px #f6d43c inset;}
.small > .voletshop-produit-menu.light > .bloc_description {padding: 5px 0px 5px 10px;}
.small > .voletshop-produit-menu > .bloc_description > .name  {border-bottom: 0px; font-weight:bold;  }
.small > .voletshop-produit-menu.light > .bloc_description > .name  {font-weight:normal; font-size:14px; text-align: left;border-bottom: 3px solid #fff;}
.small > .voletshop-produit-menu.light:hover > .bloc_description > .name  {border-bottom: 3px solid #f6c900 ;}
.small > .voletshop-produit-menu > .img_cover {max-width:80px; }
.small > .voletshop-produit-menu.light > .img_cover {max-width:60px; }
.small > .voletshop-produit-menu.light > .img_cover {border:0; border-radius: 5px 0px 0px 5px; }
.small > .voletshop-produit-menu > .bloc_description {max-width: calc( 100% - 90px); max-height:100px; overflow:hidden;vertical-align: middle;}
.small > .voletshop-produit-menu > .bloc_description > .description_short {display:none;}

@media (max-width: 1299px) 	{ 
	.voletshop-produit-menu > .bloc_description > .name  {font-size: 14px;}
	}
	
 @media (max-width: 991px) 
 	{ 
	.row-voletshop-produit-menu > div {padding: 5px 0px;overflow: hidden;        white-space: nowrap;}
	.voletshop-produit-menu > .img_cover {max-width: 100%;}
	.voletshop-produit-menu > .bloc_description > .name  {border-bottom: 0px; margin:0;}
	.voletshop-produit-menu > .bloc_description {max-width: 100%;}
	.voletshop-produit-menu > .bloc_description > .description_short {display:none;}
	
	.small > .voletshop-produit-menu > .bloc_description > .name  {border-bottom: 0px solid #ccc; font-weight:normal; }
	.small > .voletshop-produit-menu > .bloc_description {max-width: 100%;}
	.small > .voletshop-produit-menu > .bloc_description > .description_short {display:none;}

	
	}
	

/* ************************************************************************************************
/* Liste de produits */
/* ************************************************************************************************ */

#js-product-list > .row > div {padding: 10px;}