/*******************************************/
/* DEBUT - Libelle d'info avec le 'I' bleu */
/*******************************************/
.texteInfo {
	position: sticky;
	
}

.texteInfo::before {
	content: '';
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    position: absolute;
    background-color:#ffffff;
    z-index: -2;
	
}

.texteInfo::after {
	
	content: '';
    background-color: #006494;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    position: absolute;
    width: 25px;
    z-index: -1;
    vertical-align: middle;
    background-image: url(../../IMG_LIGNE_WEB/ICONES_CHAMPS/InfoIcone.png);
    background-position: left center;
    background-repeat: no-repeat;
}
/*****************************************/
/* FIN - Libelle d'info avec le 'I' bleu */
/*****************************************/