
  
.shop-conteneur{
    width: 95%;
    margin: 10px auto;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
  }
.shop-title{
	width: 100%;
	margin: auto;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.shop-article{
    width: 95%;
    margin: auto;
    display: flex;
	justify-content: space-between;
  }
.photo-shop{
	width: 30%;
    margin:  auto; 
    padding : 10px;
	text-align: center;
	font-size: 24px;
  }

.photo-shop img{
	margin:  auto;
	width: 100%;
	border-radius :20px;
}

.descrip-shop{	
	width: 30%;
    margin: auto;
    padding: 20px;
	color: white;
    font-size: 18px;
	text-align: center;
  }
.descrip-shop:hover{	
	background-color: rgb(23 36 56 / 0.55);
	border-radius :20px;
  } 
.ajout-panier{
	text-decoration: none;
	background-color: white;
	color: black;
	padding: 3px;
	border-radius: 5px;
}
.ajout-panier:hover{
	background-color: grey;

}
 
.bouton-panier{
	width: 50%;
    margin: 1px auto;
	padding: 3px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
}
.lien-bouton-panier{
	text-align: center;
	text-decoration: none;
}
.bouton-panier:hover{	
	background-color: rgb(23 36 56 / 0.55);
  } 
.form-panier{
	width: 50%;
    margin: 1px auto;
	padding: 3px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
}  

.shop-panier{
    width: 80%;
	display: flex;
    margin: 10px auto;
	padding: 10px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
  }

.img-panier{
	width: 60px;
	padding : 8px 0;
}
.img-poubelle{
	width: 30px;
	padding : 8px 0;
}

.shop-panier table{
	width: 100%; 
	border-collapse: collapse;
}
.shop-panier td{
	border-top: 0.5px solid white;
	text-align: center;
}
.shop-panier tr{
	border-top: 0.5px solid white;
	border-bottom: 0.5px solid white;
}
.police-article{
	font-style: italic;
	font-weight: normal;
}
 
#panier{
	width: 40%;
	margin: auto;
	color: white;
}

.success{
	width: 50%;
    margin: 50px auto;
	padding: 3px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
	text-align: center;
}

.bouton-form{
	width:304px; 
	height: 40px;
}

#ecoute{
	display: flex;
	justify-content: center;
	align-items: center;
}
#ecoute:hover{	
	background-color: rgb(23 36 56 / 0.55);
	border-radius :10px;
} 


/*----------------------------------*/

@media(max-width: 1000px){
.photo-shop{
	width: 60%;
    margin:  auto; 
    padding : 10px;
	text-align: center;
	font-size: 24px;
  }
.descrip-shop{	
	width: 45%;
    margin: auto;
	color: white;
    font-size: 14px;
	text-align: center;
  }	
.form-panier{
	width: 80%;
    margin: 1px auto;
	padding: 3px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
}
#ecoute{
	display: flex;
	justify-content: center;
	align-items: center;
}
#ecoute:hover{	
	background-color: rgb(23 36 56 / 0.55);
	border-radius :10px;
  } 
.bouton-panier{
	width: 80%;
    margin: 1px auto;
	padding: 3px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
}
.success{
	width: 80%;
    margin: 50px auto;
	padding: 3px;
    border-radius :20px;
	background-color: rgb(0 0 0 / 0.55);
	color: white;
	text-align: center;
}
	
}
