/* CABI Congés — encart d'avertissement et bandeau. Charte CABI : rouge #D50535, encre #181818. */

.cabi-conges-encart {
	border: 1px solid #F0C36D;
	border-left: 4px solid #D50535;
	background: #FFF7E6;
	color: #181818;
	padding: 14px 18px;
	margin: 0 0 20px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 1.55;
}

.cabi-conges-encart .cabi-conges-titre {
	margin: 0 0 6px;
	font-weight: 700;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
	color: #181818;
}

.cabi-conges-encart .cabi-conges-titre span {
	color: #D50535;
	margin-right: 4px;
}

.cabi-conges-encart .cabi-conges-corps p {
	margin: 0 0 6px;
	color: #181818;
}

.cabi-conges-encart .cabi-conges-corps p:last-child {
	margin-bottom: 0;
}

.cabi-conges-encart strong {
	font-weight: 700;
}

.cabi-conges-encart .cabi-conges-simulation {
	margin: 10px 0 0;
	padding-top: 8px;
	border-top: 1px dashed #E0B85C;
	font-size: 12px;
	color: #6B6B6B;
	font-style: italic;
}

/* Encart sur la page de commande : un peu plus resserré, il vit dans la colonne de droite. */
.cabi-conges-checkout {
	margin-bottom: 16px;
	font-size: 14px;
}

/* Bandeau global */
.cabi-conges-bandeau {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF7E6;
	border-top: 2px solid #D50535;
	box-shadow: 0 -2px 14px rgba(0, 0, 0, .13);
	color: #181818;
	font-size: 14px;
	line-height: 1.45;
	padding: 12px 52px 12px 24px;
	text-align: center;
	z-index: 99998;
}

.cabi-conges-bandeau strong {
	font-weight: 700;
}

.cabi-conges-bandeau .cabi-conges-pictogramme {
	color: #D50535;
	margin-right: 6px;
}

.cabi-conges-bandeau .cabi-conges-fermer {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	background: none;
	border: 0;
	font-size: 20px;
	line-height: 1;
	color: #6B6B6B;
	cursor: pointer;
	padding: 4px 8px;
}

.cabi-conges-bandeau .cabi-conges-fermer:hover {
	color: #181818;
}

@media (max-width: 782px) {
	.cabi-conges-bandeau {
		font-size: 13px;
		padding: 10px 40px 10px 14px;
		text-align: left;
	}
}
