#ticker {
	height: 0px !important;
}

#ticker li .state {
	margin: 0;
}

#ticker span.date {
	font-weight: 700;
}

#ticker-infos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;

/* 	max-width: 820px; */
/* 	margin: auto; */
/* 	padding: 12px; */
/* 	color: #f2f2f2; */
/* 	background: rgba(130, 206, 213, 0.95); */
/* 	background: rgba(24,109,182,0.8); */
/* 	background: rgba(125, 174, 87, 0.8); */
/* 	font-size: 12pt; */
/* 	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); */
/* 	border-radius: 9px; */
}

#ticker-infos i {
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* 
#ticker-infos i:hover {
	color: #333;
}
 */

#ticker-infos-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 16px 15px;
	border-color: transparent transparent rgba(125, 174, 87, 0.8) transparent;
	margin: 6px auto 0;
}

#ticker-infos .content-date {
	font-size: 30pt;
	font-weight: 700;
	margin-top: 20px;
}

#ticker-infos h4 {
	
}

#ticker-infos .content-text {

}

#ticker-infos .content-link {

}

#ticker-infos .content-header {
	padding-top: 0px;
}