@charset "UTF-8";
/* CSS Document */

/*VVVVVVVVVVVVVV
*
*
	NAVIG PRINCIPALE
*
*
*VVVVVVVVVVVVV*/
.blocsProduits {
	background-color: #fff;
}
/*NIVEAU 1*/

/*.accueilProduits .ariane{
	margin-bottom: 0;
}*/

.navigProduits .container{
	width: 92%;
	margin: 0 auto;
}
.navigProduits .container h2{
	margin-bottom: 15px;
}

.blocsProduits li{
	/*width: 33%;
	width: 33.33333%;*/
}

/*NIVEAU 2*/

.infosNiveau.dernierNiveau{
	float: left;
	width: 45%;
	margin-right: 5%;
}
.infosNiveau .padding{
	position: relative;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	-webkit-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	min-height: 100px;
}

.infosNiveau .description{
	text-align: justify;
	line-height: 20px;
	margin-top:8px;
	margin-bottom: 20px;
	font-size: 16px;
}

.infosNiveau img{
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 100px;
}

span.ref{display: block;}

.infosNiveau span.ref{
	color: #9ca4ba;
	margin: 10px 0 10px 0;
}

.catalogue{
	float: right;
	margin-top: 5px;
	margin-bottom: 0;
	background-image: url('../images/catalogue.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	padding: 12px 15px 12px 60px;
	font-size: 0.9375rem;
	font-weight: 100;
	height: 58px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
}
.cata-profils{
	white-space: nowrap;
	min-width: 150px;
	line-height: 17px;
	font-weight: 300;
	background-image: url('../images/catalogue-profils.png');
}
.cata-profils:first-line{font-weight: 100;}
.catalogue + .cata-profils{
	margin-left: 0;
}

.catalogue strong{
	display: block;
	font-weight: 300;
	margin-top: 1px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lienPopup{
	color:white;
	text-decoration:underline;
}

.listeProduits{
	margin-top: 30px;
	width: 100%;
}
.listeProduits:after{
	content:'';
	display: table;
	clear: both;
}


.listeProduits li{
	float: left;
	width: 16%;
	width: 16.666666%;
	-webkit-transition: width 0.1s;
	-moz-transition: width 0.1s;
	-ms-transition: width 0.1s;
	-o-transition: width 0.1s;
	transition: width 0.1s;
}

.listeProduits a{
	display: block;
	background-color: #fff;
	color: #0062a1;
	font-size: 1.125rem;
	font-weight: 100;
	border: #f1f1f1 solid 1px;
	padding: 20px;
	text-align: center;
	height: 140px;
	-webkit-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

resultProduits p img{
width: 150px;
float:right;
}

.listeProduits .img{
	width: 147px;
	height: 110px;
	margin: 0 auto 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-ms-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}

.listeProduits span.ref{
	font-size: 1rem;
	font-weight: 300;
	color: #9ca4ba;
	margin-top: 5px;
}

	.listeProduits li a:hover{
		color: #aca400;
		-webkit-box-shadow:  none;
		-moz-box-shadow:  none;
		box-shadow:  none;
	}
	.listeProduits a:hover .img{
		margin-top: 5px;
		margin-bottom: 10px;
	}
   .resultProduits h2{
    background-image: -webkit-gradient(linear, -20% 0%, 65% 100%, from(#5da7d6), to(#0062a1));
    width: 20%;
    -webkit-border-radius: 17px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1200px){
	.listeProduits li{
		width: 25%;
	}
		   .resultProduits h2{
    background-image: -webkit-gradient(linear, -20% 0%, 65% 100%, from(#5da7d6), to(#0062a1));
    width: 100%;
    -webkit-border-radius: 17px;
    line-height: 45px;
    color: #fff;
    text-align: center;
	clear:both;
}
}

/*NIVEAU 3*/

.rechercheProduit{
	width: 50%;
	float: left;
	background-color: #fff;
	-webkit-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
}

.rechercheProduit h2{
	margin-bottom: 20px;
}

.rechercheProduit form{
	margin-bottom: 0;
	padding: 20px;
	width: auto;
}

.resultProduits, .erreurProduits, .aucunProduits{
	position: relative;
	margin-top: 30px;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 0 0 rgba(0, 0, 0, 0.1);
	display: none;
	line-height:26px;
}

#resultProduits{
	table-layout: inherit;
	margin-bottom: 0;
}
.resultProduits p{
	line-height:30px;
}

#resultProduits th:nth-child(1),#resultProduits td:nth-child(1) {
	min-width: 80px !important;
	width: 10% !important;
}
#resultProduits th:nth-child(2),#resultProduits td:nth-child(2) {
	min-width: 65px !important;
	width: 10% !important;
}
#resultProduits th:nth-child(3),#resultProduits td:nth-child(3) {
	width: 30% !important;
}
#resultProduits th:nth-child(4),#resultProduits td:nth-child(4) {
	min-width: 55px !important;
	width: 10% !important;
}
#resultProduits th:nth-child(5),#resultProduits td:nth-child(5) {
	min-width: 95px !important;
	width: 10% !important;
}
#resultProduits th:nth-child(6),#resultProduits td:nth-child(6) {
	min-width: 90px !important;
	width: 10% !important;
}
#resultProduits th:nth-child(7),#resultProduits td:nth-child(7) {
	width: 10% !important;
}
#resultProduits th:nth-child(8),#resultProduits td:nth-child(8) {
	min-width: 55px !important;
	width: 10% !important;
}
table th td:last-child,
table tr td:last-child{
	max-width: 180px;
	min-width: 90px;
	text-align: right;
}
.actions{
	max-width: 180px;
	min-width: 90px;
	text-align: right;
}

table .btn{
	padding: 10px 15px 10px 35px;
	background-position: 12px center;
	background-repeat: no-repeat;
}
table .btn-bleu{background-image: url('../images/mini-calculette.png');}
table .btn-vert{background-image: url('../images/mini-chariot.png');}

table .aide{
	position: relative;
	top: -1px;
	display: inline-block;
	width: 1.5rem;
	font-size: 0.875rem;
	height: 0.875rem;
	padding: 3px 0;
	font-weight: 600;
	color: #fff;
	background-color: #9ca4ba;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 10px;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	-moz-transition: -moz-transform 0.3s, background-color 0.3s;
	-ms-transition: -ms-transform 0.3s, background-color 0.3s;
	-o-transition: -o-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

	table .aide:hover{
		background-color: #0062a1;
		-webkit-transform: scale(1.2);
		   -moz-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		     -o-transform: scale(1.2);
		        transform: scale(1.2);
	}



#profil{
	width: 66px;
	height: 66px;
	position:absolute;
	display: none;
	top:4px;
	left:-46px;
	border: #0062a1 solid 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#profil:before{
	content:'';
	display: block;
	width:0;
	height:0;
	position: absolute;
	top: 19px;
	left: 100%;
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent transparent #0062a1;
}

#profil img{
	width: 60px;
	height: 60px;
}


