 
.dontsee {
    display: none;
}

.see {
    display: block;
}
	.panier-bouton {
		position: relative;
		text-decoration: none;
		padding-right: 35px; 
		color: #000;
	}
	
	.panier-nombre {
		position: absolute;
		top: -5px; 
		right: -10px;  
		background-color: red;
		color: white;
		width: 25px;  
		height: 25px; 
		border-radius: 50%;
		font-size: 14px; 
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		z-index: 9999;  
	}
	
	
	
	
	
	
	
	
	
	
	
	