/*****************************************************
*** @SP POPUP GLOBAL STYLES
*****************************************************/

/* Common */

.draggable {
	cursor: move;
}

/* Desktop */
#sp_popup_parent {
	position: fixed;
	z-index: 50000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

#sp_popup_filter {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(100,100,100,0.5);
	z-index: 400;
}

.sp_popup {
	z-index:16777271;
	text-align: center;
	box-shadow: 0 0 10px #000000;
	background-color: rgba(255,255,255,1);
	border-radius: 3px;
}

/* .sp_single_popup{
	left:50vw!important;
	top:50vh!important;
	transform: translate(-50%,-50%);
}
 */
.sp_popup.small/*, .sp_popup_mobile.small */, .sp_popup_tablet.small {
	width: 30%;
	/*height: 85%;*/
}
.sp_popup_mobile.small {
	width: 80%;
	height: 90%;
}

.sp_popup.medium, .sp_popup_mobile.medium, .sp_popup_tablet.medium {
	width: 45%;
}

.sp_popup.large, .sp_popup_mobile.large, .sp_popup_tablet.large {
	width: 60%;
}

.sp_popup.big {
	width: 1100px;
	max-height: 100vh;
	overflow: auto;
	position: relative;
}

.sp_popup .sp_popup_content {
	overflow-y: auto;
	padding: 10px;
}

.sp_popup.small .sp_popup_content {
	max-height: 200px;
}

.sp_popup.medium .sp_popup_content {
	max-height: 500px;
}

.sp_popup.big .sp_popup_content {
	max-height: 90%;
}

.sp_popup_title {
	overflow:hidden;
	padding: 10px;
	line-height:30px;
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
	     -moz-user-select: none; /* Firefox */
	      -ms-user-select: none; /* Internet Explorer/Edge */
	          user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.sp_popup_title_content {
 	height: 100%;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 15px;
	padding-left: 0.5em;
}
.sp_popup .sp_popup_close {
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
}
.sp_popup .sp_popup_close:hover {
	color:#91b6f2;
}
.sp_popup .sp_popup_title_separator {
	margin: auto;
	width: 75%;
	border: 0;
	border-bottom: 1px solid lightgray;
}
.sp_popup_content .home_title {margin: 10px!important;}

/* Mobile */

#sp_popup_filter_mobile, #sp_popup_filter_tablet {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 400;
	background-color: rgba(100,100,100,0.5);
}

.sp_popup_mobile, .sp_popup_tablet {
	position: fixed;
	background-color: white;
	z-index: 400;
	/* text-align: center; */
}

.sp_popup_mobile.big, .sp_popup_tablet.big {
	left: -100%;
	width: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	max-height: 100%;
}
/*
.sp_popup_mobile .sp_popup_title {
	height: 5%;
}
 */
.sp_popup_mobile .sp_popup_content, .sp_popup_tablet .sp_popup_content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 90%;
	height: 90%;
}
.sp_popup_mobile .sp_popup_close, .sp_popup_tablet .sp_popup_close {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.sp_popup_mobile h1,
.sp_popup_mobile h2,
.sp_popup_mobile h3,
.sp_popup_mobile .h1,
.sp_popup_mobile .h2,
.sp_popup_mobile .h3 {
    display: block;
    padding-left: 10px;
}
.sp_popup_mobile ul {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.sp_popup_mobile li {
	list-style: none;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin: 0;
    padding: .5em 0 .5em 10px;
    border-bottom: 1px solid #f0eeee;
}
.sp_popup_mobile li i {
	font-size: 32px;
	margin-right:0.5em;
}
.sp_popup_mobile li a,
.sp_popup_mobile li span {
    display: inline-block;
    width: 90%;
    cursor: pointer;
    color: #363636;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.sp_popup_mobile li.menu-soldes,
.sp_popup_mobile li.menu-soldes span {
    color: #fff; /*--main-color*/
    background-color: #c30040; /*--main-color;*/
}
.sp_popup_title {
	color: #363636;
	font-size: 1.1em;
	padding: 10px 0 10px 1em;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	min-height: 50px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	box-sizing: border-box;
}
.sp_popup_mobile .sp_popup_title { height: 10%; }
.sp_popup_title a {
    display: block;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: inherit;
    padding: 0 1em 0 0;
    text-transform: capitalize;
}
.sp_popup_title a i {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
}
.sp_popup_title_separator {
	display: none;
}






/*****************************************************
*** @SP POPUP : STYLES INDIVIDUELS DES POPUPS
*****************************************************/

/*---- Popup : Contenu de votre précédent panier ----*/

.sp_popup_content h2 {
	font-size: 1.5em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.sp_popup_content #popupVisit li { width: 100%; padding-bottom: 2em; box-shadow: none; border-bottom: 1px solid #c0c0c0; }
.sp_popup_content #popupVisit .price,
.sp_popup_content #popupVisit .ident_product { font-size: 1em!important; min-height: inherit; }
.sp_popup_content #popupVisit img { max-width: 20%; }
.sp_popup_content #popupVisit .product_info,
.sp_popup_content #popupVisit .img-product,
.sp_popup_content #popupVisit h3,
.sp_popup_content #popupVisit .popupVisitPriceSizeButton {
	width: 32%;
	vertical-align: middle;
}
.sp_popup_content #popupVisit .popupVisitPriceSizeButton:nth-child(4),
.sp_popup_content #popupVisit .popupVisitPriceSizeButton:last-of-type {
	display: inline-block;
	width: 50%;
}
.sp_popup_content .text-status,
.sp_popup_content .text-status-valide {
	line-height: 1.2;
}
.sp_popup_content .text-status-etat,
.sp_popup_content .text-status-date {
	font-size: 8px;
}

/*---- Popup : Produit dans le panier ----*/

.popup_panier {
	display:flex;
	justify-content: space-around;
	width:90%;
	margin: 0 auto;
	padding:20px;
	overflow: hidden;
	text-align: left;
}
.popup_panier h4 {
	margin: 0 0 20px;
	font-size: 19px;
}
.popup_panier #infoDescription {
	text-align:left;
	font: 12px/20px OpenSans, Arial, sans-serif;
	color:#707070;
	width:50%;
}
.popup_panier #productImage {
	max-width: 350px;
	align-self: flex-start;
}
.popup_panier .popup_panier_ref {margin-bottom:20px;}

.popup_panier .productDescriptionTitle {
	font: bold 14px/16px OpenSans,Arial,sans-serif;
	margin-top: 20px;
}
.popup_panier #products_info_refspartoo {
	font: 13px OpenSans,Arial,sans-serif;
	margin-bottom:20px;
}
.sp_popup_mobile .popup_panier {flex-direction:column; align-items: center; padding: 10px 20px;}
.sp_popup_mobile #productImage {margin-bottom: 20px;}
.sp_popup_mobile #productImage, .sp_popup_mobile #infoDescription {width:100%;}



/*--- PRODUITS COMPLEMENTAIRES ---*/
.sp_popup_content #popupProduitComplementaire {
	display: flex;
}
.sp_popup_content #popupProduitComplementaire > div {
	width: 50%;
	font-size: 16px;
}
.sp_popup_content .ProduitComplementaireSolo, .sp_popup_content #popupProduitComplementaireAllLook {
	position:  relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sp_popup_content .ProductComp .vignette_discount_rounded {
	right: 30px;
	top: 20px;
}
.sp_popup_content .ProductComp .compTotalPrice, .sp_popup_content #popupProduitComplementaireAllLook form .compTotalPrice {
	margin: 1em auto;
	padding: 1em 0 0 0;
}
.sp_popup_content input, .sp_popup_content textarea, .sp_popup_content select {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    font-size: inherit;
    color: #363636;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
	padding: 0.5em;
}
.sp_popup_content .ProduitComplementaireSolo .ProductComp {
	border: 1px solid #e6e6e6;
}
.sp_popup_content .ProductComp form, .sp_popup_content #popupProduitComplementaireAllLook form  {
	width: 100%;
	padding: 1em;
	position: relative;
}
.sp_popup_content #popupProduitComplementaireAllLook form  {
	border: 1px solid #e6e6e6;
}
.sp_popup_content #popupProduitComplementaireList {
	display: flex;
	align-items: center;
}
.sp_popup_content #popupProduitComplementaireList i {
	font-size: 3em;
}
.sp_popup_content .popupProduitComplementaireAccroche {
	width: 100%;
	font-size: 20px;
	font-family: 'OpenSansCond';
	text-transform: uppercase;
	font-weight: bold;
}
.sp_popup_content .fidelity_mdf {
	font-size: 1.4em;
	margin-bottom: 2em;
}
.sp_popup_content .fidelity_mdf h3 {
	font-weight: lighter;
	font-size: 2.5em;
	background-color: #fff;
	margin: 0;
}
.sp_popup_content .fidelity_mdf ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 80%;
	font-size: 1rem;
	min-height: 100px;
	margin: auto;
	list-style-type: none;
}
.sp_popup_content .fidelity_mdf > div:first-of-type {
	padding: 0 0 1em 0;
	font-weight: bold;
	background-color: #fff;
}
.sp_popup_content .fidelity_mdf div:first-of-type b {
	color: #c30040;
}
.sp_popup_content .fidelity_mdf > div:last-of-type {
	margin-top: 0;
	margin-bottom: 0.5em;	
	padding-top: 1em; 
	text-transform: uppercase;
	font: bold 1rem/1rem OpenSansCond, sans-serif;
	border-top: 1px solid #e6e6e6;
}
.sp_popup_content .fidelity_mdf li {
	max-width: 22%;
	margin-left: 0;
}
.sp_popup_content .fidelity_mdf li i {
	display: block;
	font-size: 2em;
}
.sp_popup_content .fidelity_mdf form {
	width: 80%;
	margin: 1em auto;
	text-align: left;
}
.sp_popup_content .fidelity_mdf form div {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 1em 0;
}
.sp_popup_content .fidelity_mdf form label {
	margin: 0 0.5em;
	font-size: 1.6em;
	font-weight: lighter;
}
.sp_popup_content .fidelity_mdf form input + label {
	margin: 0 0.5em;
	font-size: 1em;
	font-weight: normal;
}
.sp_popup_content .fidelity_mdf input[type="text"], .sp_popup_content .fidelity_mdf input[type="tel"], .sp_popup_content .fidelity_mdf input[type="date"] {
	height: auto;
	padding: 0.5em 1em;
	font-size: 1em;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #FFF;
	border: 1px solid #e6e6e6;
	flex: 1;
}
.sp_popup_content .fidelity_mdf input[type="submit"] {
	display: flex;
	width: 100%;
	justify-content: center;
	height: auto;
	padding: 0.4rem 0.6rem;
	background-color: #628f00;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s;
}
@media (max-width: 900px){
	.sp_popup_content #popupProduitComplementaire select {
		width: 100%;
	}
	.sp_popup_content #popupProduitComplementaire {
		flex-direction: column;
		text-align: center;
	}
	.sp_popup_content #popupProduitComplementaire > div {
		width: 100%;
	}
	.sp_popup_content .ProduitComplementaireSolo .ProductComp {
		font-size: 1rem;
		box-sizing: border-box;
		width: 50%;
		text-align: center;
	}
	.sp_popup_content .vignette_discount_rounded {
		align-items: center;
		justify-content: center;
	}
	.sp_popup_content #popupProduitComplementaireAllLook form {
		font-size: 1rem;
		box-sizing: border-box;
		text-align: center;
	}
	.sp_popup_content .popupProduitComplementaireAccroche {
		padding: 1em 0.25em;
	}
}
