/*
Theme Name:     Meatdoria
Theme URI:      https://www.gilles.dev/
Author:         Gilles Hoarau
Author URI:     https://www.gilles.dev/
Description:  	Theme for MD France
Version:      	44.20.0
*/
/* Badge "Nouvelle procédure" sur le 2e lien de téléchargement retours */
@keyframes badge-pulse {
      0% { opacity: 1; }   /* visible */
  5% { opacity: 0; }  /* invisible */
  10% { opacity: 1; } /* visible */
15% { opacity: 0; }
20% { opacity: 1; }
}
section.mb5un .list-group .list-group-item:last-child::after,  section.mb5deux .list-group .list-group-item:last-child::after{
    content: "Nouvelle procédure";
    color: red;
	font-size: 15px;
	font-weight: 600;
	padding-left: 12px;
	padding-right: 12px;
	border: 2px solid red;
	border-radius: 5px;
	animation: badge-pulse 3s infinite;
}
section.mb5un .list-group .list-group-item:last-child, section.mb5deux .list-group .list-group-item:last-child{
	display: flex;
	justify-content: space-between;
}
.woocommerce-MyAccount-content section.mb5un{
	border: 5px solid #cca817;
	padding: 10px;
}
.woocommerce-MyAccount-content section.mb5deux{
	border: 5px solid #1c6fa9;
	padding: 10px;
}
.woocommerce-MyAccount-content section.mb5un h4{
	background-color: #cca817;
	color: white;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}
.woocommerce-MyAccount-content section.mb5deux h4{
	background-color: #1c6fa9;
	color: white;
	padding-bottom: 5px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}
