
/* 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;*/
}

#navbar {
  background-color: #fff;
}
.pure-menu-link {
  color: #000;
}
.pure-menu-item .active{
	background-color:#990000;
  color: #fff;
}

.pure-menu-link:hover{
	background-color:#990000;
  color: #fff;
}
.pure-menu {
  text-align: right;
}
.panel-heading{
	background-color:#900;
}
.panel-num {
  color: #000;
}
.pure-icon-content{
    /*background-color:#000;*/
}
.pure-button-primary, a.pure-button-primary {
  background-color: #000;
}
.pure-button-primary:hover{
	background-color:#000;
}
.pure-button-upload {
  background-color: #000;

}
#step_achat #mentionPdv {
  color: #a25757;
  font-size: 14px;
}
#step_achat #mentionCb{
  color:#000;
  font-size: 16px;
  font-weight:bold;
}

#blocCompteur{
  max-width: 300px;
  width: 100%;
  border:
solid 1px #ccc;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#affCompteur{
  font-family : "Roboto-Bold";
width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  border:
solid 1px #ccc;
  height: 40px;
  background-color: #f7f7f7;
  margin-top: 9px;
  color:#900;
  font-size:30px;
  text-align:center;
  line-height: 40px;
  letter-spacing: 5px;
}
#txtCompteur{
  width: 45%;
  float: left;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  
}
/* 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;
    }
}




