/* CSS Document */
/*Adresse*/
.adresseForm{
	width:300px;
	background-color:#d5d7d9;
	padding:10px;
	
}
.adresseForm input{
	width:260px;
	margin-top:5px;
	padding:5px 20px;
	border:none;
}
.adresseForm select{
	width:100%;
}
.compteForm{
	
	background-color:#d5d7d9;
	padding:25px 25px 10px 25px;
	
}
/*bouton et labels*/ 
.compteForm label{
	font-family:'oxygenbold';
	font-size:14px;
	padding-left:3px;
}
.compteForm input{
	margin-bottom:10px;
}
.compteForm input[type="text"],.compteForm input[type="password"],select{
	width:218px;
	border:none;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#fff;
	font-size:13px;
	color:#383d43;
	height:30px;
	margin:0;
}
.compteForm input[type="password"]{
	font-size:24px;
	height:31px;
	overflow:hidden;
	line-height:20px;
}
.compteForm input[type="button"],.compteForm input[type="submit"]{
	width:88px;
	border:none;
	background-color:#D09351;
	color:#fff;
	height:24px;
	font-size:15px;
}
/*Design individuel des champs*/
.compteForm input[name="Nmail"]{
	background-image:url(/img/compte2.png);
	background-repeat:no-repeat;
	background-position:right;

}
.compteForm input[name="Npass"]{
	background-image:url(/img/MDP2.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:23px;

}

/* éléments disabled */
.compteForm input:disabled{
	opacity:0.4;
}


.catalogueTitle{
	clear:both;	
}
.cataloguePerso-Elem{
	margin:10px;
	padding:2px;
	text-align:center;
	border:1px solid #EEE;
	position:relative;
	width:100px;
	float:left;
	min-height: 140px;
}
.cataloguePerso-Elem > div:first-child{
	display: flex;
	height: 110px;	
}
.cataloguePerso-Elem label{
	display: block;
	text-align: center;
	width: 100%;
}
.cataloguePerso-Elem img{
	display:inline-block;
	max-height:100px !important;
	max-width:100px !important;
}
.cataloguePerso-Elem span{
	display:block;
}
.cataloguePerso-Elem-Suppr{
	height:25px;
	width:25px;
	background-image:url(/img/supprimer.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.cataloguePerso-Elem-Move{
	height:25px;
	width:25px;
	background-image:url(/img/pictoRotate.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.cataloguePerso-Elem-Catalogue{
	height:25px;
	width:25px;
	background-image:url(/img/pictoCatalogue.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 25px;
	cursor:pointer;
}
.cataloguePerso-Elem-Duplique{
	height:25px;
	width:25px;
	background-image:url(/img/dupliquer.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 25px;
	cursor:pointer;
}
#formOrnementCatalogue{
	position:absolute;
	top:230px;
	left:0;
	z-index:100;
	background-color:#FFF;
	display:none;
	width:100%;
	height:calc(100% - 230px);
}