.base {
}

.popup {
	position:absolute; 
	left:0px; 
	top:0px; 
	padding: 0 0 0 0;
}
.popupPanier {
	background-color: #f8f5f1;
	border:1px solid #dac8b1;
	border-radius: 8px;	
}

.move {
	cursor:move;
}

.formPopup {

}

.formPopup p {
	font-size: 12px;
}

.popupFermer {
	width: 20px !important;
}

.titrePopup {
	font-size: 20px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	letter-spacing: 2.4px;
	color: #4c4848;
	margin: 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

.popupAjout {
	padding:10px;
	width: 275px;
}

.popupLib {
	color: #4c4848; 
	font-weight: bold;
	font-size: 16px;
	line-height:18px;
	text-transform: uppercase;	
}

.popupLib2 {
	color: #000000; 
	font-weight: bold;
	font-size: 14px;	
	line-height:16px;
}

.popupImage {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
}

.popupImage img {
	max-width: 80px;
}

.popupTexte {
	display: inline-block;
}

.popupPrix {
	color: #4c4848; 
	font-size: 14px;
}

.quantite {
	margin-top:10px;
	color: #4c4848; 
	font-size: 14px;
	
}

.popupBouton {
	width:100%;
	margin: 10px 0 0 0;
}

.popupVoir {
	display: block;
	margin-top:15px;
}

#modalPopup div.index {
 width: auto;
 line-height: normal;
 margin: 0;
 padding: 0px 0px 2px 0px;
}

#modalPopup div.index span {
  background-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	color: #EEEEEE;
}

#modalPopup div.index span.sel {
	padding-left: 5px;
	padding-right: 5px;
  background-color: #EEEEEE;
	color: #000000;
}

#modalPopup div.index a {
  background-color: #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #303030;
}

#modalPopup div.index a:hover {
	color: #000000;
}

.select-free {
	position:absolute;
	z-index:10;
	overflow:hidden;/*must have*/
}
.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

/*** POPUP ARTICLE ***/

.popupArticle {
	background-color: #f8f5f1;
	border:1px solid #dac8b1;
	border-radius: 8px;	
	width: 360px;
	height: 560px;
}

.popupArticle .milieu {
	background-color: #f8f5f1;
}

.popupArticle iframe {
	max-width: 280px;
}

.popupArticleFermer {
	text-align: center;
}

.popupArticleFermer span {
	cursor: pointer;
}

.popupArticle .cadrePhoto {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
}

.popupArticle img {
    max-width: 310px;
    max-height: 540px;	
}


.popupArticle .copyrightImage {
  display: block;
  font-family: "Regular";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.zoom {
	text-align: center;
}

.popupArticle .photoPrecedent, .popupArticle .photoSuivant {
	top: 40%;
}

.popupArticle .photoPrecedent {
	left: 0;
}

.popupArticle .photoSuivant {
	left: 340px;
}

.popupArticle p {
	text-align: center;
}


/************************************************************/
/* 751px - 1000px : tablette horizontale / petit ordi       */
/************************************************************/
@media screen and (min-width: 751px){


	.popupArticle {
		width: 560px;
		height: 560px;
	}
	
	.popupArticle img {
    	max-width: 540px;
	}
	
	.popupAjout {
		width: 600px;
	}
	
	.popupImage img {
		max-width: 160px;
	}

	.popupVoir {
		display: inline-block;
		float: right;
		margin:0;
	}

	.popupArticle .photoSuivant {
		left: 540px;
	}	
}