@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');

:root {
    --main-bg-color: #fff;
    --dark-text-color: #000;
    --green-color: #008001;
    --grey-text-color: #666666;
    --font-robotoregular: "robotoregular";
    --input-border-color: #8E8EA1;
    --main-light-blue: #DDE2FF;
    --main-light-green: #D9EDDC;
    --thead-color: #F1DDE7;
}

* {
    transition: background-color 300ms ease, color 300ms ease;
}

*:focus {
    background-color: rgba(221, 72, 20, .2);
    outline: none;
}

section {
    margin: 0 auto;
    max-width: 1100px;
    padding: 2.5rem 1.75rem 3.5rem 1.75rem;
}

section h1 {
    margin-bottom: 2.5rem;
}

section h2 {
    font-size: 120%;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}
#information {
    text-align: center; /* Center the text horizontally */
    display: flex;
    justify-content: center; /* Center the text vertically */
    align-items: center;
    height: 100%; /* Ensure the text is centered vertically */
}

section pre {
    background-color: rgba(247, 248, 249, 1);
    border: 1px solid rgba(242, 242, 242, 1);
    display: block;
    font-size: .9rem;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    white-space: pre-wrap;
    word-break: break-all;
}

section code {
    display: block;
}

section a {
    color: rgba(221, 72, 20, 1);
}

section svg {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 25px;
}

.further {
    background-color: rgba(247, 248, 249, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
}

.further h2:first-of-type {
    padding-top: 0;
}

footer {
    background-color: rgba(221, 72, 20, .8);
    text-align: center;
}

footer .environment {
    color: rgba(255, 255, 255, 1);
    padding: 2rem 1.75rem;
}

footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
}

/*@media (max-width: 629px) {
    header ul {
        padding: 0;
    }
    header .menu-toggle {
        padding: 0 1rem;
    }
    header .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    header .menu-toggle {
        display: block;
    }
    header .hidden {
        display: none;
    }
    header li.menu-item a {
        background-color: rgba(221, 72, 20, .1);
    }
    header li.menu-item a:hover,
    header li.menu-item a:focus {
        background-color: rgba(221, 72, 20, .7);
        color: rgba(255, 255, 255, .8);
    }
} */

@media only screen and (min-width: 820px) {
    .container-center {
        margin-left: 30%;
    }
}

@media only screen and (min-width: 1525px) {
    .container-center {
        margin-left: 35%;
    }
}

body {
    background-color: #eee
}

.card {
    border: none;
    border-radius: 10px
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #fed85d;
    justify-content: center;
    align-items: center
}

.progress {
    height: 10px;
    border-radius: 10px
}

.progress div {
    background-color: red
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}

/* side bar css */

/* @import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; */
/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700'); */

/* body{ font-size: 14px; color: #333; list-style: 26px;font-family: 'Roboto', sans-serif; } */

/** ======================  base css ==============================**/

a:hover {
    text-decoration: none;
}

/** ======================  header ==============================**/
.header {
    background-color: #3c8dbc
}

.header .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 0px;
}

.header .user-image {
    /* float: right; */
    margin-right: 19px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -7px;
    background-color: rgb(140, 125, 125);
}

.header .navbar-light .navbar-nav .nav-link {
    color: #fff
}

.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link:focus {

    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.header .fa.fa-fw.fa-bars {
    color: #fff;
}

.header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 20px;
    position: relative;
}

.header li>a>.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    background-color: #333;
    border-radius: .25em;
}

.header li>a:after {
    display: none;
}

.header-ul {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #333;
    font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a,
.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #333;
    font-size: 15px;
    position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.footer-ul a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #333;
    display: block;
}

.dropdown-menu-over .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.ion {
    width: 20px;
}

a.navbar-brand {
    width: 165px;
}

/*  sidenav    */


body {
    font-size: 14px;
    color: #333;
    list-style: 26px;
    font-family: 'Roboto', sans-serif;
}

/** ======================  base css ==============================**/

a:hover {
    text-decoration: none;
}

/** ======================  header ==============================**/
.header {
    background-color: #3c8dbc
}

.header .dropdown-menu {
    position: absolute;
    right: 18px;
    width: 150px !important;
    left: auto;
    border-radius: 0px;
}

.header .navbar-light .navbar-nav .nav-link {
    color: #fff
}

.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link:focus {

    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.header .fa.fa-fw.fa-bars {
    color: #fff;
    font-size: large;
}

.header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 20px;
    position: relative;
}

.header li>a>.label {
    position: absolute;
    top: 14px;
    right: 2px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    background-color: #333;
    border-radius: 0.25em;
}

.header li>a:after {
    display: none;
}

.header-ul {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #333;
    font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a,
.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #333;
    font-size: 15px;
    position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.navbar-brand>img.logo {
    margin-left: 12px;
    width: 76px;
}
.fa{
    font-size: large;
}

.footer-ul a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #333;
    display: block;
}

.dropdown-menu-over .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.ion {
    width: 20px;
}

a.navbar-brand {
    width: 165px;
}

li.nav-item.dropdown.messages-menu,
li.nav-item.dropdown.notifications-menu {
    /* padding-top: 10px; */
    font: icon;
}

/***    left menu ****/

/***********************  TOP Bar ********************/
.sidebar {
    width: 220px;
    background-color: var(--green-color);
    transition: all 0.5s ease-in-out;
}

.bg-defoult {
    background-color: var(--green-color);
}

.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar li a,
.sidebar li a.collapsed.active {
    display: block;
    padding: 8px 12px;
    color: #fff;
    border-left: 0px solid #dedede;
    text-decoration: none
}

.sidebar li a.active {
    background-color: var(--green-color);
    border-left: 5px solid #dedede;
    transition: all 0.5s ease-in-out
}

.sidebar li a:hover {
    background-color: var(--grey-text-color) !important;
}

.sidebar li a i {
    padding-right: 5px;
}

.sidebar ul li .sub-menu li a {
    position: relative
}

.sidebar ul li .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}

.sidebar ul li .sub-menu li a:hover:after {
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    width: 220px;
    background-color: #222;
    height: 100%;
    color: #fff;
    font-size: larger;
}

.sidebar ul li .sub-menu li a:hover {
    background-color: #222;
    padding-left: 20px;
    transition: all 0.5s ease-in-out
}

.sub-menu {
    border-left: 5px solid #dedede;
}

.sidebar li a .nav-label,
.sidebar li a .nav-label+span {
    transition: all 0.5s ease-in-out
}


.sidebar.fliph li a .nav-label,
.sidebar.fliph li a .nav-label+span {
    display: none;
    transition: all 0.5s ease-in-out
}

.sidebar.fliph {
    width: 42px;
    transition: all 0.5s ease-in-out;
    overflow: unset !important;

}

.sidebar.fliph ul li a div.container-notif-cas {
    display: none !important;
}

.sidebar.fliph li {
    position: relative
}

.sidebar button#btn-sync, .sidebar button#btn-sync-user, .sidebar button#btn-sync-data{
    /* right: 175px; */
    left: 17%;
    bottom: 60px;
    /* bottom: 1%; */
    height: 52px;
    width: 145px;
    transition: all 0.5s ease-in-out;
}

.sidebar.fliph button#btn-sync, .sidebar.fliph button#btn-sync-user, .sidebar.fliph button#btn-sync-data{
    left: 10%;
    bottom: 4px;
    height: 28px !important;
    width: 34px !important;
    transition: all 0.5s ease-in-out;
}

.sidebar button#btn-sync-count, .sidebar button#btn-sync-count-off {
    position: absolute;
    /* left: 4px; */
    /* top: 242px; */
    background: transparent;
    color: white;
    width: 221px;
    border: 0;
    text-align: center;
    padding: 9px;
}

.sidebar button#btn-sync-count {
    bottom: 110px;
}

.sidebar button#btn-sync-count-off {
    bottom: 40px;
}

.sidebar button#btn-sync-count span#store-count, .sidebar button#btn-sync-count span#total-count,
.sidebar button#btn-sync-count-off span#store-count, .sidebar button#btn-sync-count-off span#total-count {
    font-weight: bolder;
}

.sidebar.fliph button#btn-sync-count {
    display: none !important;
}

.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #008001;
    width: 150px;
    z-index: 100
}


.user-panel {
    clear: left;
    display: block;
    float: left;
    transition: all 0.5s ease-in-out;
}

.user-panel>.images>img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel>.info,
.user-panel>.info>a {
    color: #fff;
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
    font-size: 18px;
}

.user-panel {
    clear: left;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px;
    /* border-bottom: 1px solid; */
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 67px;
    top: 23px;
}

a.online-status {
    font-size: 10px;
}

.fliph .user-panel {
    display: none;
    transition: all 0.5s ease-in-out;
}

span.glyphicon.glyphicon-chevron-left.pull-right {
    float: right;
    font-size: 10px;
    margin-top: 3px;
}

#sidebarleft.fliph ul li a span.glyphicon-chevron-left.pull-right {
    display: none;
}

div#sidebarleft>ul.list-sidebar.bg-defoult>li>a.active>span.glyphicon.glyphicon-chevron-left.pull-right:before {
    content: "\e114";
    transition: all 0.5s ease-in-out;
}

div#sidebarleft>ul.list-sidebar.bg-defoult>li>a.active.collapsed>span.glyphicon.glyphicon-chevron-left.pull-right:before {
    content: "\e079";
    transition: all 0.5s ease-in-out;
}

a.fistli {
    margin-top: 100px;
    transition: all 0.5s ease-in-out;
}

a.fistli:hover {
    background-color: var(--green-color) !important;
}

.fliph.sidebar li a.fistli {
    margin-top: 0;
    transition: all 0.5s ease-in-out;
}

.exponse {
    width: calc(100% - 57px) !important;
    transition: all 0.5s ease-in-out;
}

#vavbar-id {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--main-bg-color);
    box-shadow: 1px 2px 5px #dfdfdf;
    height: 62px;
    z-index: 100;
}

#main-id {
    position: absolute;
    top: 12px;
    left: 0;
}

.sidebar.left {
    position: fixed;
    top: 62px;
    height: calc(100% - 62px);
    z-index: 101;
    overflow: auto;
}

#corps {
    position: absolute;
    top: 70px;
    right: 8px;
    width: calc(100% - 235px);
    transition: all 0.5s ease-in-out;
    background: var(--main-bg-color) !important;
}

svg.svg-inline--fa.fa-chevron-left.pull-right {
    float: right !important;
}

a.navbar-brand.p-0.mr-5 {
    position: absolute;
    left: 50px;
}

.float-left {
    position: absolute;
    font-size: medium;
    font-weight: bolder;
    color: #fff !important;
}

img .logo {
    width: 250px !important;
}

ul.float-rigt {
    /* position: absolute;
    right: 140px;
    /* top: 0;  */
    width: 250px !important;
    list-style-type: none;
    padding-left: 5px !important;
}

/* div.float-rigth {
    position: absolute;
    right: 10px;
    top: 0;
} */

div.float-rigth {
    position: absolute;
    right: 26px;
    top: 18px;
}

div.float-rigt>a>i {
    font-size: 23px;
    color: #a3a6b3;
}

a.button-left {
    color: #fff;
}

a#navbarDropdownMenuLink {
    color: #000;
    font-size: 15px;
    /* padding-top: 12px;
    margin-top: 10px;
    margin-left: -7px; */
    width: 150px;
    height: 46px;
    border-radius: 5px;
}

/* span.hidden-xs.text-black {
    margin-left: 16px;
} */

.dropdown-menu.show {
    z-index: 123;
}

.pull-left.images {
    height: 50px;
    width: 50px;
    background: aliceblue;
    padding: 3px 3px;
    border-radius: 50%;
}

.modal-dialog.alert-modal-dialog {
    position: fixed;
    right: 35px;
}

div#alert-modal-content {
    width: 250px !important;
    font-size: 5px !important;
    color: white !important;
    border-radius: 5px !important;
}

div#alert-modal-header {
    border-bottom: 0 !important;
    padding-top: 12px;
    font-size: 10px;
    width: auto;
}

span#alert-modal-title {
    display: block;
    width: 70px;
    float: left;
}

span#alert-modal-body {
    display: block;
    /* float: left;
    margin-top: -42px; */
    margin-left: 85px;
}

button.close.alert-modal-close {
    height: 40px;
    color: #fff;
    /* font-size: 20px; */
    padding-right: 13px;
}

.login-img {
    margin: 20px auto 0;
    width: 250px;
}

.login-imglogo {
    width: 247px;
}

.card.card-float-center {
    /* padding: 45px 0 !important; */
    border: 0;
    /* margin-top: 50%; */
    /* transform: translateY(-50%); */
}

.container-outer {
    display: table !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.container-middle {
    display: table-cell;
    vertical-align: middle;
}

.container-mdf-pwd {
    top: 40px;
    height: 350px
}

.input-pwd-roupe {
    margin: 0 auto;
}

#click-photo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -125px;
    background: transparent;
    border-radius: 50%;
    border: 0;
    font-weight: bolder;
    z-index: 10;
}

button.close.app-photo-close {
    position: absolute;
    top: 10px;
    right: 22px;
}

.icon .icon-card {
    font-size: 200% !important;
}

.pointer-event-none {
    pointer-events: none;
    background-color: #dddddd !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 0px;
    height: 17px;
    /*float: right;*/
    margin-right: 60px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

.switch label {
    padding-bottom: 2px;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

/* qrcode-scanner.css copie debut*/
video {
    width: 100%;
    height: 70%;
}

#video-container {
    line-height: 0;
}

#video-container.example-style-1 .scan-region-highlight-svg,
#video-container.example-style-1 .code-outline-highlight {
    stroke: #64a2f3 !important;
}

#video-container.example-style-2 {
    position: relative;
    width: max-content;
    height: max-content;
    overflow: hidden;
}

#video-container.example-style-2 .scan-region-highlight {
    border-radius: 30px;
    outline: rgba(0, 0, 0, .25) solid 50vmax;
}

#video-container.example-style-2 .scan-region-highlight-svg {
    display: none;
}

#video-container.example-style-2 .code-outline-highlight {
    stroke: rgba(255, 255, 255, .5) !important;
    stroke-width: 15 !important;
    stroke-dasharray: none !important;
}

#flash-toggle {
    display: none;
}

/* qrcode-scanner.css copie fin*/
.container-notif-cas {
    font-size: .9rem;
    width: 25px;
    height: 25px;
    position: absolute;
    /* display: none; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: translateY(-3px)
}

#container-notif-cas-non-traite {
    background-color: #ff6060;

}

#container-notif-cas-non-traite-sc {
    background-color: #ff6060;

}

#container-notif-cas-en-cours {
    background-color: #ffa604;
}

#container-notif-cas-en-cours-sc {
    background-color: #ffa604;
}

#container-notif-cas-traite {
    background-color: #00af43;
}

#container-notif-cas-traite-sc {
    background-color: #00af43;
}

#html5-qrcode-button-camera-stop {
    display: none !important;
}

.preview-image {
    margin-left: -10px;
    width: calc(100% - 80px);
    /* height: 100px; */
    overflow-y: hidden;
    white-space: nowrap;
    /* width: 150px; */
    height: 62px;
    border-radius: 4px;
    border: 2px solid #212529;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    position: relative;
    top: -63px;
    /* left: 10px; */
    margin-left: 80px;
    background: transparent;
}

.preview-image-inline {
    width: 78px;
    /* padding: 5px 26px; */
    /* padding-bottom: 17px; */
    border-radius: 2px;
}

.contener-image {
    margin-right: 5px;
    margin-left: 5px;
    background: lightgrey;
    width: 160px;
    border-radius: 2px;
    height: 58px;
    border: 0.5px solid darkgrey;
    display: inline-block;
}

.label-image {
    padding-left: 5px;
    width: 80px;
    display: block;
    margin-top: -61px !important;
    line-height: 1.2;
    float: right;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 12px;
    box-sizing: unset;
}

.screenshot-image {
    margin-left: -10px;
    width: 100%;
    /* height: 100px; */
    overflow-y: hidden;
    white-space: nowrap;
    /* width: 150px; */
    height: 95px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: transparent;
}

.display-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 70%; */
    /* margin: 5% auto; */
    position: relative;
}

video {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.video-options {
    position: absolute;
    left: 20px;
    top: 30px;
}

#takePhoto:hover {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border-color: #666969;
}

.controls {
    position: absolute;
    bottom: 20px;
    display: flex;
}

.controls>button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.controls>button:hover svg {
    color: white !important;
}

.autrecontrols {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
}

.autrecontrols>button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.autrecontrols>button:hover svg {
    color: white !important;
}

@media (min-width: 300px) and (max-width: 400px) {
    .controls {
        flex-direction: column;
    }

    .controls button {
        margin: 5px 0 !important;
    }

    .autrecontrols {
        flex-direction: column;
    }

    .autrecontrols button {
        margin: 5px 0 !important;
    }
}

.controls>button>svg {
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.autrecontrols>button>svg {
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 0 auto;
    margin-left: -12px;
    margin-top: -2px;
    padding: 0;
}

.autrecontrols>button#offCam>svg {
    width: 35px;
    height: 35px;
    margin-left: -6px;
    margin-top: 2px;
}

.controls button:nth-child(1) {
    border: 2px solid #000000;
}

.controls button:nth-child(1) svg {
    color: #D2002E;
}

.controls button:nth-child(2) {
    border: 2px solid #008496;
}

.controls button:nth-child(2) svg {
    color: #008496;
}

.controls button:nth-child(3) {
    border: 2px solid #00B541;
}

.controls button:nth-child(3) svg {
    color: #00B541;
}

.controls>button {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
}

.controls>button:hover svg {
    color: white;
}

.autrecontrols .btn-info#FlipCam {
    border: 2px solid #000000
}

.image-inline {
    width: 140px;
    margin-right: 5px;
    margin-left: 5px;
}

.right {
    display: flex;
    flex-direction: row;
}

.droite {
    position: absolute;
    right: 26px;
    top: 18px;
}

.loader-progress-container {
    height: 50px;
    position: relative;
    margin: 20px auto;
}
  
.loader-progress {
    border: 6px solid transparent; /*Gris clair pour le cadre */
    border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 5%;
    /* right: 82%; */
    left: -30px;
    transform: translate(-50%, -50%);
}

.mini-loader-progress-container {
    height: 20px;
    width: 20px;
    position: absolute;
    /* margin: 1px; */
}

.mini-loader-progress {
    border: 2px solid transparent;
    border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.span-margin-left{
    margin-left: 27px;
}

tr.statut_supprime {
    
}