body {
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 21px;
}
::-webkit-scrollbar
{
    width: 0px;
    margin-right: 0p;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,1); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,1);
    background-color:  rgba(255,255,225,1);
}

body {
    background-color: #333;
}

#page-accu-conn {
    margin: 0 auto;
    width: 50%; 
    min-width: 250px; 
    text-align: center;
    border:1px solid #999;
    border-radius:10px;
    background-color: #fff; 
    padding:10px;
}

.inde-donn-impo {
    border-left: 10px solid #e36c0d;
    border-left: 10px solid var(--noti-fonc);
}

.inde-donn-ok {
    border-left: 10px solid #5b981d;
}

.Logo {
    width:180px;
    height:auto;

    max-height:180px;

    margin: 10px auto;
}
.accu-bout {
    width: 80%;
    border-radius: 10px;
    background-color: #999;
    color : #fff;
    margin: 25px auto;
    padding: 12px 0;
    font-size: 120%;
}

@keyframes flash {
    0% {
        border: 3px solid var(--noti-fonc);
    }
    50% {
        border: 3px solid #999;
    }
    100% {
        border: 3px solid var(--noti-fonc);
    }
  }
  
  .flashing-border {
    border: 3px solid var(--noti-fonc);
    animation: flash 1s infinite;
  }

.accu-donn {
    width: 90%;
    margin: 15px 5%;
    text-align: left;
}

.accu-conn-libe {
    color: #999;
    font-size: 90%;
    text-transform: uppercase;
}

.accu-conn-donn {
    margin-top: 5px;
    position: relative;
    width: 100%;
}

input {
    width: 90%;
    font-size: 120%;
    border-width: 0px;
    border-bottom: 1px solid #999;
}


#page-inst {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}

#page-inst-curs {
    margin: 20%;
    width: 60%;
    height: 5%;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: rgba(238, 238, 238, 0.6);
}

#page-inst-defi {
    margin: 10% 20%;
    width: 60%;
    height: 5%;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: rgba(238, 238, 238, 0.6);
    overflow: hidden;
}

#page-inst-mess {
    color: #eee;
}

#inde-bout-serv {
    color: #bf1919;
    float: right;
    font-size: 80%;
    border: 0px solid #fff;
    background-color: #fff;
}
