/* Style Css personnalisé  */
.couleur_orange {
    color: rgb(210, 92, 14);
}

.color_orange {
    color: #f57c2b !important;
}

.bgcolor_orange {
    background-color: #f57c2b !important;
}

.slogan_style {
    margin-left: 55px;
    color: green;
    font-weight: bolder;
}

.entete_logo span {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #3a3a3a;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: -2px;
}

.entete_tel {
    width: 200px;
    height: 100%;
    margin-left: 16%;
}

.entete_tel img {
    width: 60px;
    height: 90px;

}

.entete_tel span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding-left: 12px;
}

/* Ombrage */
.reciept2 {
    background-color: #fafafa;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
}

body {
    overflow: auto;
    /* auto scrollbars */
}

.BlueLightCollor {
    background: #696cff;
    color: #fafafa;
}

.reciept {
    background-color: #696cff;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
}

.ombreBlack {
    background-color: #233446;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: 10px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
}