@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Mountains+of+Christmas');
body {
background:none #640203;
background-repeat: no-repeat;
background-size: 100% auto;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
margin: 0;
overflow: hidden;
}

.text_noel {font-family: 'Mountains of Christmas', cursive; color: #fff; font-size:35px;}
@media screen and (max-width: 750px) {
  .text_noel {font-size:28px;}   
}
@media screen and (max-width: 606px) {
  .text_noel {font-size:22px;}  
    
}
div#RP_conteneur_general {

background-image:url(../img/homePage/fond-noel.jpg);
height:100%;

width: 100%;
position: fixed;
top: 0;
left: 0;
background-size: cover;
}

.identification {
background-color: rgb(190, 9, 16);
color: #fff;
border-radius: 5px;
border: 2px solid #646464;
}

#RP_div_bandeau_PUB {  padding-top: 50px;}
#RP_conteneur td{ width:auto;}
#RP_conteneur {

    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10%;
    position: fixed;
}

.mentionhaut {
	
color:#FFFFFF; 
font-size: 19px;

}

.link {
	color:#fff;
}
.mentionlink {
    /*! color:#cb080c; */
    font-weight: bold;
    font-family: Arial;
}
.mentionlink_bas {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
}
.mentionlink_haut {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;;
}

#RP_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

#RP_header {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #333;
    color: #fff;
    position: fixed;
    top: 0;
    height: 28px;
}
	
/*#RP_conteneur::before {
    content: url("/img/homePage/warning.jpg")' Maintenance : Votre application ne sera pas accessible les 2, 3 et 4 Janvier 2019 .';
    display: block;
    width: 33%;
    border: #f2e2e2 2px solid;
    color:#efd243;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    padding: 11px;
    background-color: #353333;
    font-size:15px;
    font-weight:bold;
}*/