#popup-pages{
	position: fixed;
    background: #fff;
    width: calc(35% + 15px);
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1000000;
    box-shadow: 0 10px 10px #000;
	display : none;
}
@media (max-width: 768px) {
	#popup-pages{
		width: 100%;
	}
}
#popup-pages-haut{
	background : #e7e7e7;
	height : 50px;
	width : 100%;
}
#popup-pages-fermer{
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 50px;
    width: 50px;
    color: #6f6f6f;
    cursor: pointer;
    height: 50px;
    font-family: Lato;
}
#popup-pages-fermer:after {
    content: "+";
    transform: rotate(45deg);
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 32px;
    font-size: 70px;
    font-family: Lato;
}
.popup-pages-contenu{
	height : calc(100% - 50px);
	overflow : auto;
	padding : 20px 30px;
	font-size : 14px;
	text-align : justify;
}
#popup-pages-haut h2{
	margin : 0;
	padding : 13px 0 0 15px;
	font-size : 15px;
}
.popup-pages-contenu h3{
	margin: 0;
    padding: 20px 0 5px 0;
    font-size: 15px;
    color: #04597d;
}
.popup-pages-contenu p{
	margin : 0 0 10px 0;
	color : #000;
	font-size : 12px;
}
.popup-pages-contenu p a{
	color : #005172;
}
.btn-mentions{
	cursor : pointer;
}


