#prodSheet { margin-top: 35px; position: relative; }
/* Produit Suivant/Précédent */
#prodSheet .next_prev { margin-bottom: 10px; }
#prodSheet .next_prev > a { visibility: hidden; }
/* Gallerie */
#prodSheet section.gal { position: relative; min-height: 580px; margin: 0 0 20px 0; padding: 0; }
#prodSheet section.gal .picto { position: absolute; top: 20px; right: 20px; z-index: 10; max-width: 70px; }
#prodSheet section.gal .gallery_cont .picto > img { max-width: 100%; }
#prodSheet section.gal .gallery-top { margin-bottom: 10px; }
#prodSheet section.gal .thumbnails_cont { position: relative; }
#prodSheet section.gal .gallery-thumbs { margin: 0 25px; }
#prodSheet section.gal .thumbnails_cont .swiper-button-prev,
#prodSheet section.gal .thumbnails_cont .swiper-button-next { font-size: 20px; line-height: 40px; }
#prodSheet section.gal .thumbnails_cont .swiper-button-prev { left: 0; }
#prodSheet section.gal .thumbnails_cont .swiper-button-next { right: 0; }
#prodSheet section.gal .gallery-thumbs .swiper-slide { width: 20%; text-align: center; }
#prodSheet section.gal .gallery-thumbs .swiper-slide > img { cursor: pointer; }
/* Nom + Prix */
#prodSheet aside.inf > div > header { margin: 0 0 25px 0; }
#prodSheet aside.inf > div > header h1 { margin: 0 0 5px 0; font-size: 25px; color: #333; }
#prodSheet aside.inf > div > header h2 { margin: 0 0 20px 0; font-size: 17px; color: #333; }
#prodSheet aside.inf > div > header .price { margin: 0 0 15px 0; position: relative; width: 100%; height: 35px; }
#prodSheet aside.inf > div > header .price > div,
#prodSheet aside.inf > div > header .price > div > span,
#prodSheet aside.inf > div > header .price > div > .best { padding: 0; }
#prodSheet aside.inf > div > header .price .old { margin-right: 15px; }
#prodSheet aside.inf > div > header .price .old,
#prodSheet aside.inf > div > header .price .old > span { font-size: 18px; line-height: 30px; }
#prodSheet aside.inf > div > header .price .old > sup { font-size: 14px; }
#prodSheet aside.inf > div > header .price .best { font-size: 35px; margin: 0; display: inline; }
	#prodSheet aside.inf > div > header .price .best > sup { top: -1.3em; }
#prodSheet aside.inf > div > header .price .discount { font-size: 18px; line-height: 30px; margin-left: 5px; }
/* Couleurs */
#prodSheet div.attribs ul.colors { margin-bottom: 0; }
#prodSheet div.attribs ul.colors li { display: inline-block; width: 42px; margin: 0 10px 10px 0; font-size: 12px; text-align: center; text-transform: capitalize; vertical-align: top; }
#prodSheet div.attribs ul.colors li > div { cursor: pointer; position: relative; overflow: hidden; height: 42px; width: 42px; margin: 0 0 4px 0; border: 2px solid transparent; }
#prodSheet div.attribs ul.colors li > div > img { width: 100%; display: block; }
#prodSheet div.attribs ul.colors li .title { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; }
#prodSheet div.attribs ul.colors li.selected > div { border-color: #000; position: relative; }
#prodSheet div.attribs ul.colors li.selected > div::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid #FFF; } 
/* Tailles */
#prodSheet .attribs section.sizes ul { min-height: 90px; }
#prodSheet .attribs .sizes { position: relative; text-align: left; margin-bottom: 10px; }
#prodSheet .attribs .sizes.error .btn:not(.disabled) { border-color: #dd0000; }
#prodSheet .attribs .sizes .errorSize { opacity: 0; }
#prodSheet .attribs .sizes.error .errorSize { opacity: 1; }
#prodSheet .sizes .btn { margin-bottom: 10px; min-width: 46px; }
#prodSheet .sizes .btn.disabled { cursor: pointer; position: relative; }
#prodSheet .sizes .btn.disabled:after { content: ""; position: absolute; top: 15px; left: -4px; border: 1px solid #e1e1e1; height: 1px; width: 53px; transform: rotate(35deg); opacity: .65; }
/* Taille unique */
#prodSheet .sizes span[id^="s-"]:last-child { margin:5px 0 0 0; }
/* Garanties */
#prodSheet .garanties .boxTitle > label { font-size: 15px; }
/* Guide des tailles */
#prodSheet section.sizes .sizeGuid { font-size: 13px; text-decoration: underline; }
#prodSheet section.sizes .sizeGuid .fa { margin-right: 0.25em; }
/* Ajout au panier + Reservation magasin */
#prodSheet aside.inf > div > menu.actions { display: block; margin-top: 10px; }
#prodSheet aside.inf > div > menu.actions > a { display: block; margin: 0 0 10px 0; width:50% }
#prodSheet aside.inf > div > menu.actions > a.stockMagasinBtn { margin: 0 0 5px 0; }
#prodSheet aside.inf > div > menu.actions > a.disabled { opacity: 0; height: 0; }
#prodSheet aside.inf > div > menu.actions .btnAdd { margin-top: 0; }
#prodSheet aside.inf > div > menu.actions .infoBtn { display: block; font-size: 12px; padding: 0 0 5px; }
#prodSheet aside.inf .stockMagasinBtn_hide { display: none; }
/* Reassort */
#prodSheet aside.inf > div > menu.actions .reassort { margin-top: -4px; line-height: 19px; }
#prodSheet aside.inf > div > menu.actions .reassort > span { display: block; text-decoration: underline; }
/* Entretien / Livraison */
#prodSheet .prodInfos { margin-top: 15px; }
#prodSheet .panel-body { font-size: 14px; }
#prodSheet .panel-body ul { margin-bottom: 20px; }
#prodSheet .panel-body ul li { padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #DDD; }
#prodSheet .panel-body ul li span.ttl { padding: 0; font-weight: 500; }
#prodSheet .panel-body ul li span > p { margin: 0; }
#prodSheet .panel-body .payment ul li { border: 0; }
#prodSheet .panel-body .payment ul li a { font-size: 20px; }
#prodSheet .panel-body .pictos.entretien img { position:relative;max-width: 27px;}
#prodSheet .panel-body .pictos.entretien .triman-picto { max-width:30px;}
#prodSheet .panel-body h2.desc { font-size:16px; margin-bottom: 15px; }
#prodSheet .panel-body .infosArmees { font-size: 14px; }
#prodSheet .panel-body .shipping, 
#prodSheet .panel-body .return, 
#prodSheet .panel-body .payment { margin-bottom: 15px; }
#prodSheet .panel-body .payment li { display: inline-block; }
#prodSheet .panel-body .payment li + li:before { content: "-"; margin: 0 10px; }
/* Ensembles */
#prodSheet .ensembles {  }
#prodSheet .ensembles .prod { border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; border-right: 1px solid #efefef; padding: 10px; }
#prodSheet .ensembles .prod:nth-of-type(1) { border-left: 1px solid #efefef; }
#prodSheet .ensembles .prod .title { height: 45px; }
#prodSheet .ensembles .prod .title ._CBox { vertical-align: top; }
#prodSheet .ensembles .prod .title label { font-size: 15px; line-height: 18px; vertical-align: top; }
#prodSheet .ensembles .prod .price { margin-top: 10px; }
#prodSheet .ensembles .boxContent > div > menu { margin-top: 20px; }
/* Social */
.pg_fiche > menu.social { position: fixed; right: 0; top: 35%; z-index: 1090; background-color: #FFF; padding: 10px 20px; border-style: solid; border-width: 1px 0 1px 1px; border-color: #CCC; border-radius: 5px 0 0 5px; transform: translateX(100%); transition: transform 0.5s ease 0s; }
.pg_fiche > menu.social.open { -webkit-transform: translateX(0); }
.pg_fiche > menu.social .dspBtn { position: absolute; left: -40px; top: 50%; width: 40px; height: 40px; margin: -20px 0 0 0; border-style: solid; border-width: 1px 0 1px 1px; border-color: #CCC; border-radius: 5px 0 0 5px; text-align: center; cursor: pointer; }
.pg_fiche > menu.social .dspBtn .fa { line-height: 40px; font-size: 20px; }
.pg_fiche > menu.social > .act { display: block; margin-bottom: 10px; }
.pg_fiche > menu.social > .act:hover { text-decoration: none; }
.pg_fiche > menu.social > .act:not(.sendByMail) .fa { color: #FFF; }
/* Modal - Envoyer à un ami */
#sendMail_form > div { position: initial; }
#sendMail_form > div > .form-control { margin-bottom: 20px; }
#sendMail_form > p.infos { font-size: 11px; }
#sendMail_form > menu > .submit { margin-left: 10px; }

/* ----- [TAB Portrait] ----- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
	#prodSheet aside.inf > div > menu.actions .btnAdd { margin-bottom: 10px; }
}

/* ----- [MOB] ----- */
@media (max-width: 767px) {
			
	/* Gallerie */
	#prodSheet section.gal { min-height: 1px; }
	#prodSheet .gallery-top .swiper-pagination { position: relative; bottom: 0; } 

	#prodSheet aside.inf { padding-left: 0; padding-right: 0; }
	#prodSheet aside.inf > div { padding:0 10px; text-align:center; width:100%; }
	#prodSheet .attribs section.sizes ul { text-align: center; min-height: 1px; }
	#prodSheet section.sizes .sizeGuid { display: block; text-align: center; }
	#prodSheet aside.inf .actions > div { margin-bottom: 10px; }
	
	/* entretien et livraison */ 
	#prodSheet menu.social,
	#prodSheet menu.social .btn { margin-bottom: 10px; }
	
	/* Modal - Ma réservation */
	#reservation-lightbox { width: 100% !important; position: fixed; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; overflow-y: scroll; overflow-x: hidden; }
		#reservation-lightbox .titleHead { margin: 10px 0 0 0; font-size: 14px; height: auto; }
		#reservation-lightbox > form > .prod > .attribsResa { margin-top: 20px; }
	/* Modal - Ma réservation - ajout */
	#addResa > section { padding: 10px; }
			
}