#fond {
    background: black;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}
div#align {
	margin:auto;
	text-align:center;
}
#popup {
    width: 50%;
    max-width: 100%;
    background-color: white;
    height: auto;
    z-index: 9;
    position: fixed;
    display: none;
    top: 60px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    /*padding:10px;
    border: 5px #48312B solid;*/
    border-radius:10px;
}
div#text-popup {
	/*width:370px;*/
	max-width: 100%;
	text-align:center;
	padding:20px;
}
div#text-popup p {
	padding:0;
}
div#popup h1 {
	font-size:1.5em;
	line-height:30px;
	color:#bc4509;
	margin-top:-20px;
	margin:0;
	padding:0;
}
div#popup h2 {
	font-size:1.5em;
	line-height:30px;
}
div#popup img {
	border:0 none;
	margin:0;
	max-width: 100%;
}
div#popup button {
	border-radius:5px;
	background:green;
	border:0;
	padding:20px;
	margin:0;
	text-transform:uppercase;
	font-size:1em;
	margin-top:5px;
}
div#popup button a:hover {
	color:black;
}
#close {
    width: 40px;
    height: 30px;
    position: relative;
    top: -15px;
    left: 50%;
    margin-left:-20px;
    background-color: #fff;
    color: #000;
    line-height: 27px;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}