
/* - ++resource++bsw.alertepopin/styles.css - */
@media screen {
/* https://www.entretiensdevalpre.org/portal_css/++resource++bsw.alertepopin/styles.css?original=1 */
#alerte-popin {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 50000;
background: rgba(0, 0, 0, 0.8);
}
#alerte-popin > div {
position: relative;
margin: 50px auto;
padding: 40px;
width: 900px;
background: #fff;
-webkit-box-shadow: #000 0 0 10px;
-moz-box-shadow: #000 0 0 10px;
box-shadow: #000 0 0 10px;
font-size: 1.4em;
}
#alerte-popin a#close_alerte_popin {
position: absolute;
top: -15px;
right: -15px;
height: 30px;
width: 30px;
background: #fff;
border: 2px solid #000;
-webkit-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
}
#alerte-popin a#close_alerte_popin::before {
content: "X";
display: block;
height: 30px;
width: 28px;
color: #000;
font-weight: bold;
line-height: 25px;
text-align: center;
}
#alerte-popin a#close_alerte_popin span {
position: absolute;
top: -5000px;
}

}

