body {
    margin:0;
    padding:0;
}
#fond {
    background-color: rgba(0, 0, 0, 0.5);;
    display: none; 
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#popup {
width:50%;	
background-color:#fff;
border:3px solid #81bc26;
z-index:1001;
position:absolute;	
margin-left:-25%;
left:50%;
box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);	
margin-top: 50vh;
transform: translateY(-50%); 
border-radius: 5px;
}

#close {
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 10px;
    float:right;   
    font-size:20pt;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Nobile', sans-serif;
	color:#000;   
    text-align: center;  
cursor: pointer;    
}


#interieur-popup{
	position:relative;
	width:90%;
	margin:auto;
	margin-top:30px;
	margin-bottom:45px;
}

#interieur-popup img{
	max-width:100%;
	overflow:hidden;
	margin:auto;
	display:block;
}

.vert{
color:#81bc26;
	
}

.textebold{
font-family: 'Cabin Condensed', sans-serif;
color:#000;
font-size:13pt;
font-weight:700;
line-height:2em;
}
