
.article{
	margin-left: 22%;
	margin-top: -8.5%;
}
#nosproduits{
	position: relative;
	right: 40%;
}

.portfolio-item{
	margin-left: 3%;
	margin-right: 5%;
}
/* Dropdown Button */

#typeporte{
	float: right;
	position: absolute;
	left: 100%;
	bottom: -200%;
	background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
.btndevis{
	text-align:center;
	width: 50%;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: 25%;
}
.ajoutepanierbtn{
	text-align:center;
	width: 70%;
	margin-left: 15%;

}


.nomproduit{
	position: relative;
	text-align:center;
	font-family: "Times";
	font-size:150%;
}
.article>h1{
	font-size: 30px;
	font-family: "Times New Roman";
	padding-top: 5px ;
	padding-bottom:8px ;
	color: black;
	text-align: center;
}

.lesportes>h2{
	font-size: 20px;
	font-family: "Times New Roman";
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-color: #ebebe0;
	text-align: center;
}


#typeporte:hover,#portes:hover ~ #typeporte{
	display: inline-block;

}
