

@font-face {
    font-family: 'bold';
    src: url('https://location.mxevenement.com/webfonts/PTSans-Bold.ttf');
    /* font-size: 0.5em; */
}

@font-face {
    font-family: 'helvetica_bqregular';
    src: url('https://location.mxevenement.com/webfonts/_H_HelveticaNeueInterface_2.ttf');
    /* font-size: 0.9em; */
}

.cookies_prevention	{
    box-sizing: border-box;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #464646;	
}
.cookies_prevention	div{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding:15px;
	text-align:center;
}
.cookies_prevention	a, .cookies_prevention	a:hover,.cookies_prevention	a:active{
	color:#ddd;
	font-weight:normal;
}
.cookies_prevention	span{
	padding:4px 15px;
	font-weight:600;
}
.cookies_prevention	.refuser{
    background-color: #767676;
    color: #fff;
}
.cookies_prevention	.accepter{
    background-color: #fff;
    color: #000;
}

.encard_article:hover	{
	outline:1px solid #e1e1e1;
}

.encard_article	{
	margin-bottom:15px!important;
    padding-bottom: 15px!important;
	/* flex: 0 0 33.33333%!important; */
	/* max-width: 33.3333%!important; */
	flex: 0 0 25%!important;
	max-width: 25%!important;
    margin: 0 auto;

}
.encard_article_fils	{
	position: relative;
	height: 280px;
}
.stock_dispo{
	color:green;
	font-size:0.6em;
	font-weight:600;
}

.encard_article	.img {
	position: relative;
	height:140px;
	text-align:center!important;
	line-height: 8;
    margin-top: 40px;
}

.encard_article	.img img{
	max-width:140px;
	max-height:140px;
}

.encard_article	.designation{
	/* font-size:18px!important; */
    font-size: 0.9em;
    font-weight: 600;	
    letter-spacing: 0.3px;
}
.encard_article	a,.encard_article	 a:hover,.encard_article	a:active{
	color:#000;
}
.encard_article	.detail{
    bottom: 0;
    position: absolute;
	width:100%;	
	text-align: center!important;
}
.encard_article	.prix del{
	font-weight: 300;
	margin-left: 13px;
	font-size: 15px;
	color:blue;
}

@media (max-width:1200px) {
	.encard_article	{		
		flex: 0 0 33.33333%!important;
		max-width: 33.3333%!important;
	}
}


@media (min-width:1000px) {
	#liste_produits_parent	{		
		order:2;
	}
}


@media (max-width:800px) {
	.encard_article	{		
		flex: 0 0 50%!important;
		max-width: 50%!important;	
	}
}

@media (max-width:570px) {
	.encard_article	{		
		flex: 0 0 100%!important;
		max-width: 100%!important;	
	}
		
	.encard_article_fils	{		
		height:fit-content!important;
	}
	
	.encard_article .detail {
		position:initial!important;
		bottom:initial!important;
	} 
}




@media screen and (max-width:770px) {
	.arbo	 {		
		display:none;
	}
}


	
.arbo  a, .arbo  a:hover, .arbo  a:active{
	/* color:white!important; */
}

.arbo  div{
	/* background-color: #8b8e9f!important;		 */
}


	
.arbo  {
	font-size: 0.7em!important;
	/* font-weight: 600!important; */
    overflow: hidden!important;
    height: 32px!important;
	
	width:100%;
	max-width:100%;
    float: left;
    margin: 0 0 30px -15px;
    white-space: nowrap;
    /* color: blue; */
    color: #000000;
}
	
.arbo  a, .arbo  a:hover, .arbo  a:active{
	text-decoration:none;
    color: #000000;
    /* color: blue; */
}

.arbo  div{
    height: 32px;
    /* background-color: #fed700; */
    background-color: #fed7005e;
    float: left;
    display: flex;
    align-items: center;
	
}
.arbo .debut {
	width:	18px;
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 70% 50%, 0% 0%);
}
.arbo .data {
	width:	fit-content;
    /* margin: 0 -1px 0 -1px; */
    padding: 0 10px 0 10px;
}
.arbo .fin {
	width:	18px;
	clip-path: polygon(0% 0%, 30% 0%, 100% 50%, 30% 100%, 0% 100%);
}



.444arbo	 {		
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	/* background-color: #f9f9f9; */
	/* background-color: #ffd600; */
	background-color: #ffef99;
	border-radius: 1px;
	text-align:center;
	margin-left:-15px;
	/* box-shadow: 0px 0px 3px 0px; */
}
.444arbo	a {		
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #73879c;
	font-size: 0.9em;
}






.ajouter_panier	{
	background-color:rgb(255,214,0)!important;	
}
.ajouter_panier:hover	{
	background-color:#dc3545!important;
}




.notif_panier	{ 
    position: absolute;
    top: 70px;
    right: 30px;
	
	
	font-size:15px;
	max-width:1000px;
	z-index:10;
}
.notif_panier div	{
	padding:7px 15px 7px 15px; 
	
	margin-top:6px;
	vertical-align:middle;
	
	font-family: bold;
	
    color: #ffffff;
    background-color: #ffd600;
    box-shadow: 0px 0px 5px 5px #ffd600;
	
	/* border-radius:10px 2px 10px 15px; */
	/* opacity:0.9; */
	/* text-align:right; */
	/* color:#c31818; */
	/* background-color : rgb(255,214,0); */
	/* color:rgb(255,214,0); */
	/* background-color : #c31818; */
}


.div_notification	{
	position:fixed;
	right:65px; 
	bottom: 100px; 
	font-size:15px;
	max-width:1000px;
	z-index:1000;
}
.div_notification div	{
	font-family: bold; 
	padding-top:9px; 
	padding-bottom:9px; 
	padding-left:20px; 
	padding-right:40px; 
	border-radius:4px;
	/* border-radius:12px; */
	margin-top:6px;
	color:white;
	opacity:0.85;
	vertical-align:middle;
	/* background-color : #2196F3; */
}



.etiquette		{
    background-color: blue;
    box-shadow: 7px 7px 21px 0px blue; 
    /* background-color: red; */
    /* box-shadow: 7px 7px 21px 0px red;  */
    font-style: italic;
    font-size: 19px;
    color: white;
    padding: 10px 34px 7px 34px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 45px 4px 45px 4px;
    float: right;
    opacity: 0.6;
    margin-right: 40px;
    margin-bottom: 30px;
}
