/*POLICE*/
@font-face{
	font-family:'DIN-2014';
	src:url('/wp-content/themes/astra-child/fonts/DIN-2014_Regular.woff') format('woff');
	font-family:400;
	font-display:swap;
}
@font-face{
	font-family:'Mixta-regular';
	src:url('/wp-content/themes/astra-child/fonts/mixta_Regular.woff') format('woff');
	font-family:normal;
	font-display:swap;
}

/*On vient isoler l'interieure de la page pour faire un full screem sans toucher au header et footer*/
body.page #content .ast-container {
    max-width: 100%;
    margin: 0;
	padding : 0;
}
p{
	text-align:justify;
}
/*CSS police*/
/*TITRE*/
h1, h2, h3, h4,p, a, .woocommerce-Price-amount bdi, .woocommerce-js ul.products li.product .button{
	font-family:'DIN-2014', sans-serif;
}



/*CSS TAILLE POLICE*/
h1, h2{
	font-size:40px !important;
}
h2.woocommerce-loop-product__title{
	font-size:20px !important;
}
.woocommerce-Price-amount bdi{
	font-size:16px !important;
}
/*CSS COULEUR*/
h1, h2, h3, p{
	color:#252525 !important;
}

/*Style de police*/
.titre-box-collection, .titre-collection-box{
	text-transform:uppercase !important;
}
p {
	margin-bottom:0 !important;
}