.fond_body {
    
    background : url(/Data/images/loader.gif) no-repeat;
    background : url(../Data/images/loader.gif) no-repeat;
    -moz-background-size : 9% ;          
    -o-background-size: 9% ;           
    -webkit-background-size: 9%;           
     background-size: 9% ;
     -moz-background-position: 49% -320%;          
    -o-background-position: 49% -320%;          
    -webkit-background-position: 49% -320%; 
     background-position: 49% -320%;
    
}

.fond_ouvertures {
    /*   Other   */
     top: 35%;
     width: 40%;
     height: 40%;
     left: 70%;
        
     position: absolute;
     
     top: 35vh;
     width: 40vh ;
     height: 40vh;
     left: 70vw;
     
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
     
    background: -moz-linear-gradient(top,  rgba(0,255,0,1) 0%, rgba(0,255,0,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,255,0,1)), color-stop(50%,rgba(0,255,0,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,255,0,1) 0%,rgba(0,255,0,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,255,0,1) 0%,rgba(0,255,0,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,255,0,1) 0%,rgba(0,255,0,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,255,0,1) 0%,rgba(0,255,0,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec9c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
   
}

.fond_ouvertures_titre {
    font-size: 1.7vh ;
    line-height: 3vh;
    text-align: center;
    font-weight: bold ;
    color : #000000 ;
    
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: solid 4px #000000;
    
    -webkit-box-shadow: #000 0px 3px 6px;
    -moz-box-shadow: #000 0px 3px 6px;
    box-shadow: #000 0px 3px 6px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
}

.fond_ouvertures_contenu {
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 5px 5px;
    max-height: 400px ;
    
    max-height: 50vh ;
    //height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ouvertures_date {
    display : inline-block; 
    width:100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    //border: solid 1px #0000ff;
}

.ouvertures_date_jours {
    width:40%;
    float: left;
    font-size: 2vh ;
    line-height: 4vh;
    text-align: left;
    font-weight: bold ;
    color : #000000 ;
    vertical-align: middle;
    
    padding: 5px;
    
    -webkit-box-shadow: #000 0px 3px 6px;
    -moz-box-shadow: #000 0px 3px 6px;
    box-shadow: #000 0px 3px 6px;
    
    -webkit-border-radius: 14px 0px 14px 0px;
    -moz-border-radius: 14px  0px 14px 0px;
    border-radius: 14px 0px 14px 0px;
}

.ouvertures_date_heures {
    width:50%;
    float: right;
}

.ouvertures_date_heures_infos {
    width:100%;
    font-size: 1.5vh ;
    line-height: 2vh;
    text-align: right;
    font-weight: bold ;
    color : #000 ;
    padding-right: 10px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    //border: solid 1px #000000;
    
    background: #ffffff;
}

.ouvertures_arrow_box {
    position: relative;
    background: #00ff00;
    border: 2px solid #008800;
}
.ouvertures_arrow_box:after, .ouvertures_arrow_box:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ouvertures_arrow_box:after {
    border-left-color: #008800;
    top: 50%;
    
    border-width: 20px;
    margin-top: -20px;
    
    border-width: 4vh;
    margin-top: -4vh;
}
.ouvertures_arrow_box:before {
    border-left-color: #008800;
    top: 50%;
    
    border-width: 20px;
    margin-top: -20px;
    
    border-width: 4vh;
    margin-top: -4vh;
}

.fond_mobile {
    /*   Other   */
     top: 30%;
     width: 120px;
     height: 120px;
     right: 5%;
     
    background : none; /*url(/Data/Images/etoile.png) no-repeat;*/
    -moz-background-size : 100% 100% ;          
    -o-background-size: 100% 100%;           
    -webkit-background-size: 100% 100% ;           
     background-size: 100% 100% ;    
     position: absolute;
     
     top: 28vw;
     width: 10vw ;
     height: 10vw;
     right: 4vw;
}

.fond_box{
    position: absolute;
    top:0% ;
    left:  0% ;
    width: 100%;
    height: 100% ;
    background-color: #000;
    opacity : 0.6
}


.page_box{
    position: absolute;
    top: 10% ;
    left:  10% ;
    width: 80%;
    height: 80% ;
    border: 1px solid #696;
    padding: 60px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
}
.menu_box{
    position: absolute;
    background-color: 'none' ;
    border: 1px solid #f00;
    top: 8% ;
    left:  85% ;
    width: 10%;
    height: 5% ;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
}


.fond_message {  
    /*   Other   */
     left: 20%;
     padding: 5px 5px;
     width: 350px;
     height: 220px;
     
     background : url(/Data/Images/etoile.png) no-repeat;
     background : url(../Data/Images/etoile.png) no-repeat;
    -moz-background-size : 100% 100% ;          
    -o-background-size: 100% 100%;           
    -webkit-background-size: 100% 100% ;           
     background-size: 100% 100% ;  
     position: absolute;
     top: 0;
     left: 20vw;
     padding: 1% 1%;
     opacity : 0;
     width: 30vw;
     height: 17vw;
     
}

.message_label{
    /*   Other   */
    font-size: 12px;
    line-height: 12px;
    
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1.0vw;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    line-height: 1vw;
}

.message_label2{
    /*   Other   */
    font-size: 18px;
    line-height: 20px;
    
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    font-style: italic;
    font-weight: bold;
    color: #aa0000;
    line-height: 1.3vw;
}

.message_label3{
    /*   Other   */
    font-size: 12px;
    line-height: 36px;
    
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: bold;
    color: #aa0000;
    line-height: 3vw;
}

.image_logo {
    background: url("/Data/Images/logo_vectelis.png") no-repeat ;
    background: url("../Data/Images/logo_vectelis.png") no-repeat ;
    -moz-background-size : 100% 100% ;          
    -o-background-size: 100% 100%;           
    -webkit-background-size: 100% 100% ;           
     background-size: 100% 100% ; 
    height:40px ;
    width: 80px;
    height:6vh ;
    width: 12vh;		
}

.recu_label{
    /*   Other   */
    font-size: 18px;
    line-height: 12px;
    
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    color: #000000;
    line-height: 12px;
}

.recu_amount{
    /*   Other   */
    font-size: 20px;
    line-height: 14px;
    
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 3vw;
    font-style: italic;
    font-weight: bold;
    color: #ff0000;
    line-height: 14px;
    text-align: right ;
}

.recu_normal{
    /*   Other   */
    font-size: 12px;
    
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    font-style: italic;
    font-weight: bold;
    color: #3300ff;
}

f-green {
    color: #68b604;
}

.icon_photo {
    background: url("/Data/Images/photo.png") no-repeat ;
    background: url("../Data/Images/photo.png") no-repeat ;
    -moz-background-size : 100% 100%;          
    -o-background-size: 100% 100%;           
    -webkit-background-size: 100% 100%;           
    background-size: 100% 100%;
}

.icon_message {
    background: url("/Data/Images/message.png") no-repeat ;
    background: url("../Data/Images/message.png") no-repeat ;
     -moz-background-size : 100% 100%;          
     -o-background-size: 100% 100%;           
     -webkit-background-size: 100% 100%;           
     background-size: 100% 100%;
    
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}


.console_box{
    position: absolute;
    background-color: 'none' ;
    border: 1px solid #f00;
    top: 92% ;
    height: 5% ;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
}

.console_box > div{
    position: absolute;
    width: 100%;
}

/**********  outil paiement ***********/

.fond_paiement_type_liste {
    font-size: 2vh ;
    line-height: 5vh;
    //text-align: center;
    font-weight: bold ;
    text-indent: 10px;
    font-style: italic;
    
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: solid 2px #000000;
    
    -webkit-box-shadow: #000 0px 3px 6px;
    -moz-box-shadow: #000 0px 3px 6px;
    box-shadow: #000 0px 3px 6px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
    overflow: hidden;
    cursor: pointer;
}

