#wrapper-prehome {
top: 0px;
left: 0px;
position: fixed;
z-index: 99999;
background-color: black;
opacity: 0.6;
width: 100%;
height: 100%;
display: none;
}

#prehome {
    display: none;
    font-size: 0;
    height: 490px;
    left: 0;
    margin: 10% auto;
    position: fixed;
    right: 0;
    width: 596px;
    z-index: 99999;
}
#close-button {
    color: #999;
    cursor: pointer;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 10px;
}
#image-prehome {
	display:block;
	width: 100%;
}
#message {
    color: #00326e;
    display: block;
    font-family: Brandon Grotesque,sans-serif;
    font-size: 30px;
    left: 172px;
    position: absolute;
    text-align: center;
    top: 135px;
}
#message span#pourquoi {
    font-family: Brandon Grotesque bold,sans-serif;
    font-size: 33px;
    line-height: 25px;
}
#trash-cookie {
    color: #828181;
    cursor: pointer;
    display: block;
    font-family: Brandon Grotesque;
    font-size: 16px;
    left: 215px;
    position: absolute;
    text-align: center;
    top: 458px;
}

/* RESPONSIVE TABLETTE*/
@media only screen and (max-width:976px) {
#image-prehome {width:70%;} 
#message {font-size: 20px;left: 120px;top: 100px;}
#message span#pourquoi {font-size: 23px;line-height: 25px;}
#close-button { right: 195px;}
#trash-cookie { top: 320px;left: 130px;font-size: 14px;}
}

/* RESPONSIVE MOBILE*/   
@media only screen and (max-width:625px) { 
#image-prehome {width:45%;} 
#message {font-size: 13px;left: 80px;top: 61px;} 
#message span#pourquoi {font-size: 17px;line-height: 25px;}
#close-button { right: 335px;}
#trash-cookie { top: 203px;left: 70px;font-size: 11px;}
} 