#block-as24angularnetworkinfos-networkinfos {
	max-width: 1100px;
	margin: 0 auto 120px auto;
	padding: 0 10px;
}
#block-as24angularnetworkinfos-networkinfos .wrapper {
	display: flex;
	flex-direction: rows;
	align-items: flex-start;
	justify-content: space-between;
}
#block-as24angularnetworkinfos-networkinfos .station-img {
	width: 300px;
}
.container-stations {
	width: 750px;
	border: 1px solid #004196;
	border-radius: 0 0 50px 0;
	overflow: hidden;
}

.stations--content.loading {
	height: 440px;
	background-image: url(../img/loader.gif);
	background-color: #eef1f7;
	background-repeat: no-repeat;
	background-position: center center;
}

.select-stations .hide { display: none; }

.container-stations .station {
	height: 440px;
	overflow-y: auto;
	/*
	border-radius: 0 0 50px 0;
	*/
}
@media (max-width: 768px) {
	.container-stations .station {
		height: auto;
		max-height: 500px;
	}
}

.select-stations .tab--nav {
	position: relative;
	padding: 20px 15px;
	text-transform: uppercase;
	font-weight: 600;
	color:  rgba(0, 65, 150, 0.3);
	border-bottom: 2px solid transparent;
	display: inline-block;
	text-decoration: none;
}
.select-stations .tab--nav:first-child {
	margin-left: 6px;
}
.select-stations .tab--nav.active {
	color: #004196;
	border-bottom: 2px solid #004196;
}
.select-stations .tab--nav.active:after {
	 content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #004196 transparent transparent transparent;
}
.select-stations .tab--nav:hover {
	cursor: pointer;
}

/*.newStation,
.closedStation,
.worksStation,
.emptyStation {
	display: none;
}

.newStation.active,
.closedStation.active,
.worksStation.active,
.emptyStation.active {
	display: block;
}*/

.stationInfosAS24:active,
.stationInfosAS24 {
	color: inherit;

	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*padding: 15px 40px;*/
	padding: 12px 40px 11px 25px;
	background-color: rgba(0, 65, 150, 0.08);
	min-height: 88px;

	text-decoration: none;
}
.stationInfosAS24 {
	cursor: initial;
}
.stationInfosAS24.active, .stationInfosAS24:nth-child(even).active{
	cursor: initial;
	background-color: #004196;
	color: #fff;
}
.stationInfosAS24.active a, .stationInfosAS24:nth-child(even).active a{
	color: #fff;
}
.stationInfosAS24 a, .stationInfosAS24:nth-child(even) a {
	color: #004196;
}

/*.stationInfosAS24:last-child {*/
	/*border-radius: 0 0 50px 0;*/
/*}*/

.stationInfosAS24:nth-child(even) {
	background-color: white;
}

/*.stationInfosAS24:after {
	content: '';
	display: block;
	background-color: #004196;
	width: 20px;
	height: 20px;
	position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;
}*/

.stationInfosAS24 .dateInfo {
	position: relative;
	width: 17%;
	max-width: 120px;
	padding: 0 25px 0 0;
	text-align: center;
}
.stationInfosAS24 .dateInfo:after {
	 content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #004196;
    top: 0;
    right: 0px;
}
.stationInfosAS24 .dateInfo,
.stationInfosAS24 .infos{
	max-height: 65px;
}
.stationInfosAS24 .date {
	 font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}

.stationInfosAS24 .subTitle {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}
.stationInfosAS24 .st-country{
	font-style: italic;
	margin-bottom: 1px;
}
.stationInfosAS24 .st-country,
.stationInfosAS24 .st-name {
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.stationInfosAS24 .left{
	width: 60%;
}

.stationInfosAS24 .infoSup{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap : wrap;
    flex-wrap : wrap;
}
.stationInfosAS24 .infos{
	width: 100%;
	padding-left: 30px;
}
.stationInfosAS24 ul{
	padding: 0;
}
.stationInfosAS24 li{
	list-style: none;
}
.stationInfosAS24 .picto-info{
	display: inline-block;
	padding: 3px 5px;
	margin-right: 7px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.stationInfosAS24 .diesel{
	background-color: #f5c031;
   color: black;
}
.stationInfosAS24 .adblue{
	background-color: #2191d5;
	color: white;
}

#block-as24angularnetworkinfos-networkinfos .ctn-infos-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap : wrap;
    flex-wrap : wrap;
}
#block-as24angularnetworkinfos-networkinfos .closedStation .ctn-infos-top.lite{
	margin-top: 20px;
}

#block-as24angularnetworkinfos-networkinfos .ctn-img{
	width: 37px;
	margin-right: 10px;
}
#block-as24angularnetworkinfos-networkinfos .ctn-img img{
	width: 37px;
	border: 1px solid #e4efff;
}

#block-as24angularnetworkinfos-networkinfos .station-img img{
}
#block-as24angularnetworkinfos-networkinfos .map-infos{
	display: none;
}

.stationInfosAS24 .right{
	position: absolute;
	top: 42px;
	right: 30px;
	font-size: 11px;
}
.stationInfosAS24 .right span{
	text-decoration: underline;
}
.stationInfosAS24 .right span:hover{
	cursor: pointer;
}
.worksStation .stationInfosAS24{
	padding: 15px;
}
.worksStation .stationInfosAS24 .dateInfo{
	max-height: 80px;
}
.stationInfosAS24 .workingDate .date{
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
    margin-top: 7px;
}
#block-as24angularnetworkinfos-networkinfos .btn-close{
	display: none;
}
@media (max-width: 1024px){
	#block-as24angularnetworkinfos-networkinfos {
		width: 96%;
		padding: 0;
	}
	.container-stations{
		width: 65%;
	}
	.worksStation .stationInfosAS24 .dateInfo,
	.stationInfosAS24 .dateInfo,
	.stationInfosAS24 .infos{
		max-height: none;
	}
	.worksStation .stationInfosAS24 .dateInfo{
		width: 150px;
		max-width: 150px;
	}
}

@media (max-width: 768px){
	#block-as24angularnetworkinfos-networkinfos .wrapper{
		-ms-flex-wrap : wrap;
		 flex-wrap : wrap;
	}
	#block-as24angularnetworkinfos-networkinfos .container-stations{
		width: 100%;
	}
	#block-as24angularnetworkinfos-networkinfos .station-img{
	    position: fixed;
		 top: 0;
		 left: 0;
		 right: 0;
		 bottom: 0;
		 width: 100%;
		 height: 100%;
		 background-color: rgba(30,30,30,0.5);
		display: none;
		z-index: 10;
	}
	#block-as24angularnetworkinfos-networkinfos .station-img img{
		display: block;
		position: absolute;
		left: 50%;
		top: 60%;
		z-index: 500;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#block-as24angularnetworkinfos-networkinfos .btn-close{
		display: block;
		z-index: 500;
		position: absolute;
		left: 77%;
		top: 15%;
		font-size: 30px;
		color: white;
	}
	.select-stations{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.select-stations .tab--nav,
	.select-stations .tab--nav:first-child{
		width: 50%;
		margin: 0;
	}
	.select-stations .tab--nav.active:after{
		content: none;
	}
	.stationInfosAS24{
		padding: 10px;
	}
	.stationInfosAS24 .dateInfo{
		max-height: none;
		width: 30%;
		padding: 0px 10px 0 0;
	}
	.worksStation .stationInfosAS24 .dateInfo{
		max-height: none;
	}
	.stationInfosAS24 .infos{
		padding-left: 15px;
		max-height: none;
	}
	.stationInfosAS24 .left{
		width: 100%;
	}
	.stationInfosAS24 .right{
		position: static;
	}

	.stations--content {
		width: 100%;
	}
	@media (max-width: 767px){
		#block-as24angularnetworkinfos-networkinfos .btn-close{
			left: 92%;
			top: 22%;
		}
		#block-as24angularnetworkinfos-networkinfos .station-img img{
			max-width: 80%;
		}
	}
}









.station .dateInfo >div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}











