
/* Image de fond en background */
#fond{
	display:none;
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:1040px;
   /* background-image:url(../img/fond.jpg);
    background-position:top center;
    background-repeat:no-repeat;*/
}

#visuel-ope{
	/*display:none !important;*/
}


/* PAGE: Home */

#page_home #fond{
	min-height:780px;
    background-image:url(../img/fond_home.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}

@media screen and (min-width: 64em){
#page_home header{
	display:none;
}
}

#step_home #bt_participer{
	width:312px;
	margin-top:410px;
	margin-bottom:200px;
	margin-left:50px;
}

@media screen and (max-width: 63.999em){
#step_home #bt_participer{
	width:50%;
	margin:15px auto;
}
}

/*SCAN*/
.mentionScan p{
    color:#a94442;
}
@media screen and (max-width: 33.999em){
    .pure-icon-btn-scan{
        display:block;
        right:35px;
    }
}

/*
.panel-heading{
	background-color:#ee6e73;
}

.pure-icon-content{
    background-color:#26a69a;
}
*/
