@media screen and (min-device-width: 900px) {
	.bloc_produit span {
		text-align: center;
		display: block;
	}

	.couverture	{
		background-image: url(../../../assets/images/couverture/couverture_produit.PNG);
		background-size: cover;
		background-position: center -225px;
	}

	.container_main	{
		background:linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url(../../../assets/images/tatoo.png);
		background-position: right;
		background-size: 25%;
		background-repeat:no-repeat;
		background-color: white;
	}

	.bloc_produit {
		width: 70%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.produits {
		display: flex;
		flex-wrap: wrap;
	}

	.produits a {
		width: 20%;
	}

	.bloc_mesBiens a div, .bloc_maFamille a div, .bloc_monEpargne a div, .bloc_mesAssPro a div {
		text-align: center;		
		padding: 10px;
		margin: auto;
	}

	.bloc_mesBiens a:hover div, .bloc_maFamille a:hover div, .bloc_monEpargne a:hover div, .bloc_mesAssPro a:hover div {
		background-color: rgba(0,0,0,0.02);
		border-radius: 5px;
		transition: 0.05s;
	}

	.produit:hover img {
		transform:scale(1.1);
		filter: brightness(115%);	
	}
	
	.bloc_produit a	{
		color: black;
		margin: 0 15px;
	}

	.cercle-bloc-produit {
		height: 75px;
		width: 75px;
		border-radius: 100%;
	}

	.ic-bloc-produit {
		height: 50px;
		width: 50px;
	}

	.img-bloc-produit {
		position: absolute;top: 50%;left:50%;transform: translateX(-50%) translateY(-50%);
	}

	.bloc_produit > div {
		padding: 50px;
		background-color: rgba(240,240,240,0.3);
		margin: 20px;
		border-radius: 10px;
	}

	.bloc_mesBiens {
		width: 100%;
		flex-wrap: wrap;
	}

	.bloc_produit .col {
		padding-left: 50px;
	}

	.bloc_produit .col img {
		height: 50px;
	}
}