.ajax-reload{
    position: relative;
    width: 100%;
}
.overlay-spinner{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:white;
    opacity: 0.5;
    text-align: center;
    min-height: 75px;
    z-index: 100;
}
.typo3-messages{
    list-style: none;
    padding-left: 0px;
}
.typo3-messages li{
    list-style: none;
}
.pois-list h3{
    margin-top: 0;
}

/* Line headband */
.line-headband {
    display: flex;
    margin: 2rem 0;
    align-items: center;
}
.line-headband > *{
    flex: 0 0 auto;
    padding : 1rem;
}
.line-headband > .line-name{
    flex: 1 0 auto;
}
.line-headband .icon{
    display: inline-block;
    width: 30px;
    height : 30px;
    text-indent: -9999em;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.line-headband .icon-incident {
    background-image: url('../Icons/warning-icon.svg');
}
.line-headband .icon-info {
    background-image: url('../Icons/info-icon.svg');
}
.line-headband .icon-prm {
    background-image: url('../Icons/prm-icon.svg');
}

.tx-tc_infovoyageurs .links-incidents{
    text-align: right;
}
.tx-tc_infovoyageurs .links-incidents a {
    display:inline-block;
    margin-left: 1em;
}
.tx-tc_infovoyageurs .links-incidents a span{
    display:inline-block;
    margin-left: 0.5em;
}
