.mapslidecanvas .contentmap{
position: fixed;
top: 0;
bottom: 0;
background-color: #fff;
right: -70%;
width: 70%;
padding: 0px 20px 0 20px;
}
.mapslidecanvas{
content: "";
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100000;
display: none;
}
.mapslidecanvas .close{
position: absolute;
top: 5px;
display: block;
right: 20px;
color: #000;
font-weight: bold;
font-size: 1.5em;
z-index: 100;
cursor: pointer;
}
.mapslidecanvas .contentmap iframe{
width: 100%;
height: 100%;
overflow: hidden;
border: 0;
background: url(//franceactive-paca.org/wp-content/plugins/mapext/public/assets/img/loader.gif) center center no-repeat;
background-size: 15%;
}