/* =========================================================================
 * Dernière minute (CACC) — bandeau front
 * Sobre et professionnel, responsive (icône + message).
 * ========================================================================= */

.bcadm-banner{
	display:flex;
	align-items:center;
	gap:22px;
	background:#fffdf5;
	border:1px solid #f0e4b8;
	border-left:6px solid #f5b301;     /* accent jaune sobre */
	border-radius:14px;
	padding:22px 26px;
	box-shadow:0 6px 20px rgba(40,34,10,.07);
	margin:22px 0;
	box-sizing:border-box;
}

/* ---- Icône haut-parleur ---- */
.bcadm-banner__icon{
	flex:0 0 auto;
	width:74px;
	height:74px;
	border-radius:50%;
	background:#fff4d1;
	display:flex;
	align-items:center;
	justify-content:center;
}

.bcadm-banner__icon img{
	width:42px;
	height:42px;
	display:block;
}

/* ---- Contenu ---- */
.bcadm-banner__body{
	flex:1 1 auto;
	min-width:0;
}

.bcadm-banner__label{
	display:inline-block;
	background:#f5b301;
	color:#3a2e00;
	font-size:11px;
	font-weight:800;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:4px 10px;
	border-radius:999px;
	margin-bottom:8px;
}

.bcadm-banner__title{
	margin:2px 0 6px;
	font-size:19px;
	line-height:1.3;
	font-weight:700;
	color:#1f1f1f;
}

.bcadm-banner__text{
	font-size:15px;
	line-height:1.55;
	color:#404048;
}
.bcadm-banner__text p{margin:0 0 8px;}
.bcadm-banner__text p:last-child{margin-bottom:0;}
.bcadm-banner__text a{color:#b8860b; text-decoration:underline;}

.bcadm-banner__btn{
	display:inline-block;
	margin-top:14px;
	background:#1f1f1f;
	color:#fff !important;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
	padding:10px 18px;
	border-radius:8px;
	transition:background .2s ease;
}
.bcadm-banner__btn:hover{background:#000;}

/* =========================================================================
 * MOBILE
 * ========================================================================= */
@media (max-width:600px){
	.bcadm-banner{
		flex-direction:column;
		align-items:flex-start;
		gap:14px;
		padding:20px;
	}
	.bcadm-banner__icon{
		width:60px;
		height:60px;
	}
	.bcadm-banner__icon img{width:34px;height:34px;}
	.bcadm-banner__title{font-size:18px;}
	.bcadm-banner__btn{width:100%; text-align:center;}
}
