@import url(/frontend/Files/135599/v1/design/css/desktop.min.css);


/* OH correction bug sur le "-" qui venait en superposition du champ quantité */
.cartlineqty .PBBtnStd + .PBBtnStd{
	left: -110px!important;}

/*aspect menu produits de la ruche*/

.pdlruche a 
{color:#7FBA31! important;}

.pdlruche a:hover{color:red!important;
font-weight:900!important;
	}

/*aspect menu newsletter*/

.newsletter a{
	color:#7FBA31!important;

}

.newsletter a:hover{color:white!important;
font-weight:900!important;
	}

/*aspect menu promotions*/
.promofg a{
	color:red!important;

}
.promofg a:hover{color:white!important;
font-weight:900!important;
	}


/* aspect menu blog*/

.blogfabre a{
	color:#2E5F32!important;

}

.blogfabre a:hover{color:white!important;
font-weight:900!important;
	}

.separateur1
{
	margin-top:10px!important;
}

/* Tunnel de commande | display:none*/ 
.viewMiscellaneousBlock__content
{display:none!important; }

/* Texte haut dessus du header. Changement du text et ajout de couleur à la demande de Catherine*/
.highlight-year
{ color: #7FBA30; font-weight: bold;}

/*Indication barre de recherche*/
#indication-search {text-align: center!important; margin-bottom:-10px!important;}

/*Marge tel*/
#tel-header {margin-top:10px!important; margin-bottom:20px!important}

.quick-order-link {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: white; /* Texte blanc par défaut */
    background-color: #FF0000; /* rouge */
    text-decoration: none;
    padding: 8px 12px;
    border: 2px solid #609E3F;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    vertical-align: middle;
    cursor: pointer;
}

/* Quand on clique (ajout d’une classe "active") */
.quick-order-link.active {
    background-color: #FF0000;
    color: white;
}
a.quick-order-link.color\=.white\!important\; {
    background-color: red !Important;
    border-color: red!Important;
    animation: blink 1s infinite;
}
@keyframes blink {
  0% { opacity:0; }
  50% { opacity:1; } 
  100% { opacity:0; }
}