@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
/** body */
body.actif:before {
	content:'';
	display: block;
	width: 100%;height: 100%;
	position: fixed;
	top: 0;left: 0;right:0;	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 99998
}
.fc_widget_active {
	height: 100%;
	overflow: hidden;
	-ms-overflow-style: none;
}

.fc_widget_active::-webkit-scrollbar {
	display: none;
}

a.clickPointFC {
	display: block;
	color: white!important;
	background-color: #00CBC0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	border-radius: 3px;
	outline: 0;
	border: 0;
}
a.clickPointFC:hover {
	text-decoration: none;
}

/** modal */
#fcWidgetContainer {
	position: fixed;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
	width: 100%;height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	color: #43454b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px!important;
	font-weight: 400;
	line-height: 22px!important;
	box-sizing: border-box;
}

#fcWidgetContainer.actif { display: flex; align-items: center; justify-content: center; }
#fcWidgetContainer * {
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: normal;
	line-height: 22px;
}

#fcWidgetContainer #fcSelectedRp {
	z-index: 1000;border: medium none;margin: 0px;padding: 0px;
	width: 100%;height: 100%;top: 0px;left: 0px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;opacity: 0.6;cursor: default;position: absolute;
}

#fcWidgetContainer a {color: #43454b;}


#fcWidgetContainer>.fcContainer {
	background-color: white;
	height: 510px;max-height: 510px;min-height: 300px;
	width: 70%;min-width: 560px;max-width: 1024px;
}
#fcWidgetContainer>.fcContainer div.flexcontainer {
	display: flex;flex-direction: column;
	/*justify-content: center;*/
	justify-content: flex-start;
	height: 100%;width: 100%;
}



#fcWidgetContainer>.fcContainer>.closeBtDiv {position: relative;z-index: 10;}
/*.fcWidgetContainer>.fcContainer>.closeBtDiv img {float: right;margin: -16px;width: 30px;height: 32px;cursor: pointer;}*/
#fcWidgetContainer>.fcContainer>.closeBtDiv span.closeBtSpan {
	right: -10px;left: auto;
	top: -10px;
	background-color: #44CCC1;
	position: absolute;
	width: 30px;height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
	cursor: pointer;
}

#fcWidgetContainer>.fcContainer>.closeBtDiv img {margin: 8px;height: 14px;}
#fcWidgetContainer div input#fccpsearch {
	width: 100%;
	background-color: #f2f2f2;
	color: #43454b;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 0.5em 0.65em;
	line-height: 1.4em;
}
#fcWidgetContainer div button {
	background-color: #44CCC1;
	color: white;
}

#fcWidgetContainer div.fcDataContainer {
	width: 100%;height: 100%;
}
#fcWidgetContainer div.fcDataContainer>div.flexDataContainer {
	display: flex;flex-direction: row;
	max-height: 360px;height: 100%;
}
#fcWidgetContainer div.fcDataContainer #fcMapDisplay {width: 100%;background-color: darkgrey;}


#fcWidgetContainer div.fcSpace { margin: 6px 10px 0 10px;flex: 0 1 auto;}
#fcWidgetContainer div.fcDayChoice { text-align: center;flex: 1 0 auto;min-height: 52px;}
#fcWidgetContainer div.fcDayChoice>a {
	display: block!important;
	background-color: white!important;
	line-height: 1.4em!important;
	margin: 2px!important;
	text-decoration: none!important;
	cursor: pointer!important;
}
#fcWidgetContainer div.fcDayChoice>a:hover { background-color: darkgrey!important;color: white!important; }
#fcWidgetContainer div.fcDayChoice>a:active,
#fcWidgetContainer div.fcDayChoice>a.fcdsactive{ background-color: #44CCC1!important;color: white!important; }

#fcWidgetContainer #relayPointInfo div.fcHeaderRp {margin-left: 10px;font-size: 1.3em;font-weight: 600;}

#fcWidgetContainer div.fcDataContainer div {  }
#fcWidgetContainer div.fcDataContainer #relayPointInfo {
	min-width: 280px;
	background-color: white;
	overflow-x: hidden;overflow-y: auto;
}

#fcWidgetContainer div.fcDataContainer #relayPointInfoList>div.FCWrpbloc {
	font-size: 0.9em;line-height: 1.2em;
	margin: 10px;
	background-color: #EEE;
	border: 3px solid #EEE;
}
#fcWidgetContainer div.fcDataContainer #relayPointInfoList>div.activ {border-color: #25bd59;}
#fcWidgetContainer div.fcDataContainer #relayPointInfoList>div.FCWrpbloc:hover {border-color: #44CCC1;}

#fcWidgetContainer div.fcDataContainer #relayPointInfoList>div.FCWrpbloc div {padding: 6px 10px;}

#fcWidgetContainer div.FCWrpbloc>div.FCWrpname {font-weight: 600;font-size: 1.4em;text-transform: uppercase;cursor: pointer;}
#fcWidgetContainer div.FCWrpbloc>div.FCWrpschedtitle { color: #44CCC1;font-weight: 600;font-size: 0.8em;cursor: pointer;}

#fcWidgetContainer div.fcDataContainer #relayPointInfoList table {
	background: white;
	width: 100%;
}
#fcWidgetContainer div.fcDataContainer #relayPointInfoList table td, table th {
	font-size: 0.8em;
	padding: 2px;
	border: none;
}

#fcWidgetContainer #relayPointInfoList div.FCWrpscheddata {display:none;transition: all 100ms ease-in-out;}

#fcWidgetContainer #relayPointInfoList a.rpChoice {
	width: 100%;background-color: #44CCC1;color: white;
	padding: 0.62em 1.45em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	text-align: center;
	cursor: pointer;
}
#fcWidgetContainer #relayPointInfoList a.rpChoice:active { background-color: #25bd59;}
#fcWidgetContainer #relayPointInfoList a.rpSeleted {
	width: 100%;background-color: lightgray;color: #000;
	padding: 0.62em 1.45em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	text-align: center;
	cursor: default;
}

#fcWidgetContainer .rpListload::before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #6d6d6d;
	content: url("img/compass.svg");
	-webkit-animation: spin 1.5s infinite linear;
	animation: spin 1.5s linear infinite; 
	height: 42px;
	width: 42px;
	margin-top: 40%;
	margin-left: calc(50% - 20px);
}
@-webkit-keyframes spin {
	0%  {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}	
}

#pointrelaisfield {
	font-size: 1em!important;
	line-height: 1.3em!important;
	padding-left: 15px;
}
#freshtime{
	font-size: 1.2em;
	font-weight: 600;
	color: white;
	background-color: #44CCC1;
	display: inline-block;
	padding: 0 10px;
}

div.fc_countstep {
	display: inline-block;
	width: 20px;height: 20px;
	background-color: #44CCC1;
	line-height: 18px !important;font-size: 16px !important;
	border-radius: 10px;
	text-align: center;
	color: white!important;
	font-weight: 700;
	margin: 0 3px 0 0;
}

@media screen and (max-width: 980px) {
	#fcWidgetContainer>.fcContainer {
		width: 90%;height: 92%;background-color: white;
		max-height: 92%;min-height: 300px;max-width: 980px;min-width: 90%;
		display: flex;flex-direction: column;justify-content: center;
	}

	#fcWidgetContainer div.fcDataContainer>div.flexDataContainer { display: flex;flex-direction: column;max-height: none;height: 100%!important; }
	#fcWidgetContainer div.fcDataContainer #fcMapDisplay {width: 100%;min-height: 44%;height: 44%;background-color: darkgrey;margin-bottom: 6px;}
	#fcWidgetContainer div.fcDataContainer #relayPointInfo { flex: 1 0 0px;}
	#fcWidgetContainer #fcMapDisplay {max-height}
	#fcWidgetContainer .rpListload::before{ margin-top: 10%; }
}
