@charset "UTF-8";
/* CSS Document */

#fvpp-blackout {
display: none;
z-index: 600;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.7;
	}

#my-welcome-message {
display: none;
z-index: 610;
position: fixed;
width: 36%;
left: 30%;
top: 20%;
padding: 20px 2%;
font-family: Monserrat, sans-serif;
text-align: center;
/*background: #FFF;*/
    background: url("images/fond-fetes-2018.png") repeat scroll #ffffff;
    
	}

#my-welcome-message #message1 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #EB773B;
}


#my-welcome-message #message2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 3.0rem;
    /*color: #EB773B;*/
}

#fvpp-close {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
font-size: 2.8rem;
color: #EB773B;
	}

#fvpp-dialog h2 {
font-size: 2em;
margin: 0;
	}

#fvpp-dialog p { margin: 0; }