/**
** Opinions et craintes - Popup
*/

.box.opinions {
	overflow: hidden;
}

.box.opinions .popup {
	position: absolute;
	width: 100%;
	max-width: 950px;
	top: 0;
	bottom: 0;
	right: -100%;
	background: #00579e;
	z-index: 20;
	color: white;
	transition: right 800ms;
	display: none;
	padding: 80px;
	overflow: auto;
}

.box.opinions .popup.active {
	right: 0;
}

.box.opinions .popup h2 {
	margin-bottom: 30px;
}

.box.opinions .popup .btn-close {
	margin-bottom: 30px;
}

.box.opinions .popup .references {
	font-size: 0.8em;
}
