/* CSS JMJ-INFORMATIONS */

* {
	box-sizing: border-box;
}

.information-popup .date,
.informations .date {
    margin-bottom: 15px;
    font-style: italic;
    color: #00AEEF;
    position: relative;
    border-bottom: 1px solid #D6D6D6;
}
.information-popup .date div,
.informations .date div {
	bottom: -10px;
	background: #fff;
	position: relative;
	display: inline;
	padding-right: 10px;
}
.informations .title {
	font-weight: bold;
	margin-bottom: 7px;
}
.informations .information-body:not(:last-child) {
	margin-bottom: 30px;
}

.information-popup {
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	max-width: 380px;
	width: 100%;
	z-index: 9999;
	padding-right: 20px;
	padding-left: 20px;
}
.information-popup h4 {
	/*color: #00AEEF;*/
	margin-bottom: 0;
}
.information-popup .date {
	font-size: 12px;
	margin-bottom: 10px;
}

.information-popup .popup-body {
	background: #fff;
	box-shadow: 0 0 17px rgba(0,0,0,0.25);
	padding: 20px;
	border-radius: 8px;
	border-left:
	5px solid #00AEEF;
}
.information-popup .popup-body .close-popup {
	position: absolute;
	top: 10px;
	right: 30px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;"
	padding: 5px;
	color: #A9A9A9;
}
.information-popup .popup-body .close-popup:hover {
	color: #000;
}
.information-popup .btn-primary:hover {
	color: #fff!important;
}