/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.width {
    width: 200px;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-message {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.width-40 {
    width: 40px;
}

.box-shadow {
    box-shadow: 0.1rem 0.2rem 0.8rem;
}

.div-event {
    width: 300px;
}

.div-event-2 {
    width: 300px;
    height: 58px;
}

.div-pilot-info-size {
    width: 250px;
    height: 40px;
}

.heigth {
    height: 150px;
}

.padding-left-0 {
    padding-left: 0px;
}

.ligne-verticale {
    height: 58px;
    width: 1px;
    border: 1px solid #6236FF;
}

.text-underline {
    text-decoration: underline;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

.size-div {
    width: 350px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #4ABD17;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar .monitor {
    display: inline
}

#sidebar.active .monitor {
    display: none;
}

#sidebar .pilots {
    display: inline
}

#sidebar.active .pilots {
    display: none;
}

#sidebar .managers {
    display: inline
}

#sidebar.active .managers {
    display: none;
}

#sidebar .power {
    display: none
}

#sidebar.active .power {
    display: inline;
}

#sidebar .deconnexion {
    display: inline
}

#sidebar.active #off .deconnexion {
    display: none;
}

#sidebar .side-header #title {
    display: inline
}

#sidebar.active .sidebar-header #title {
    display: none;
}

#sidebar .sidebar-header #littlelogo {
    display: none;
}

#sidebar.active .sidebar-header #littlelogo  {
    display: inline;
}

#sidebar.active .sidebar-header #profil {
    width: 40px;
}

#sidebar .sidebar-header #text-sidebar {
    display: inline;
}

#sidebar.active .sidebar-header #text-sidebar {
    display: none;
}

#sidebar .sidebar-header #text-sidebar {
    display: inline;
}

#sidebar .sidebar-header span {
    display: inline;
}

#sidebar.active .sidebar-header span {
    display: none;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #4ABD17;
}

#sidebar .sidebar-header #logo {
    display: inline;
    font-size: 1.8em;
}


.logo_company_mini {
    background-image: url("./img/logo_company_mini.png");
    width: 70px;
    height: 70px;
}

.logo_company {
    background-image: url("./img/logo_company.png");
    width: 150px;
    height: 70px;
}

#sidebar .side-header #logo_company {
    display: inline
}

#sidebar.active .sidebar-header #logo_company {
    display: none;
}

#sidebar.active .sidebar-header #logo_company_mini {
    display: inline;
}

#sidebar .sidebar-header #logo_company_mini {
    display: none;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.chat-messages {
    display: flex;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll
}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.flex-grow-0 {
    flex-grow: 0!important;
}

.border-top {
    border-top: 1px solid #dee2e6!important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

#barre_message {
    float: right;
    position: relative;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header img #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* ---------------------------------------------------
    ID
----------------------------------------------------- */

#Lastname {
    width: 214px;
}

#Firstname {
    width: 214px;
}

#PhoneNumber {
    width: 214px;
}

#Adress {
    width: 214px;
}

#Country {
    width: 214px;
}

#Email {
    width: 214px;
}

#Language {
    width: 214px;
}

#Dateofbirth {
    width: 214px;
}

#Company {
    width: 214px;
}

#Position-company {
    width: 214px;
}

#LDInstructeur {
    width: 214px;
}

#Flotte {
    width: 214px;
}

#Type {
    width: 214px;
}

#Name {
    width: 214px;
}

#Position-GA {
    width: 214px;
}

#deconnexion {
    position: absolute;
    bottom: 0;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(118deg);
    transform-origin: 50% 50%;
}


/* PARTIE LOGIN */

.forgot-btn {
    color: white;
}

.forgot-btn:hover {
    color: #fff;
}


/* Full-width inputs */

.input-login {
    width: 500px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    background-color: #4ABD17;
    font-weight: bold;
}

.input-message {
    border: 1px solid #000;
    border-radius: 10px;
    width: 400px;
}

.grow-wrap {
    /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
    display: grid;
}

.grow-wrap::after {
    /* Note the weird space! Needed to preventy jumpy behavior */
    content: attr(data-replicated-value) " ";
    /* This is how textarea text behaves */
    white-space: pre-wrap;
    /* Hidden from view, clicks, and screen readers */
    visibility: hidden;
}

.grow-wrap>textarea {
    /* You could leave this, but after a user resizes, then it ruins the auto sizing */
    resize: none;
    /* Firefox shows scrollbar on growth, you can hide like this. */
    overflow: hidden;
}

.grow-wrap>textarea,
.grow-wrap::after {
    /* Identical styling required!! */
    border: 1px solid black;
    font: inherit;
    /* Place on top of each other */
    grid-area: 1 / 1 / 2 / 2;
}

label {
    display: block;
}

.input-login::placeholder {
    color: #fff;
    font-weight: lighter;
}


/* Extra style for the cancel button (red) */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/* Center the avatar image inside this container */

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}


/* Avatar image */

img.avatar {
    width: 40%;
    border-radius: 50%;
}


/* Add padding to containers */

.container {
    padding: 16px;
}


/* The "Forgot password" text */

span.psw {
    float: right;
    padding-top: 16px;
}


/* PARTIE MANAGER */

.input-admin {
    width: 400px;
    border: none;
    border-bottom: 2px solid #fff;
}

.height {
    height: 500px;
}


/* PARTIE PILOTS */

.title-pilots {
    font-size: large;
    font-weight: bold;
    width: 100%;
    height: 25px;
}

.card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    height: 95%;
}

.card:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card>.card-inner {
    padding: 10px;
}

.card .header h2,
h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.card .header {
    margin-bottom: 5px;
}

.size-image {
    border-radius: 50%;
}

.size-image-files {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-bold {
    font-weight: bold;
}

#main_container {
    float: left;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.width-100 {
    width: 100%;
}

#madiv {
    overflow: auto;
    height: 35rem;
    float: right;
}

.values {
    height: 500px;
    overflow: auto;
}


/* boutton */

.boutton-deconnexion {
    display: inline-block;
    background-color: #7b38d8;
    border-radius: 10px;
    border: 4px;
    color: #eeeeee;
    text-align: center;
    font-size: 28px;
    padding: 50px;
    width: 250px;
}

.boutton-deconnexion2 {
    display: inline-block;
    background-color: #ff0000;
    border-radius: 10px;
    border: 4px;
    color: #eeeeee;
    text-align: center;
    font-size: 18px;
    padding: 50px;
    width: 400px;
}

.boutton-deconnexion3 {
    display: inline-block;
    background-color: #00ff00;
    border-radius: 10px;
    border: 4px;
    color: #eeeeee;
    text-align: center;
    font-size: 20px;
    padding: 50px;
    width: 400px;
}

.boutton-deconnexion4 {
    display: inline-block;
    background-color: #CECECE;
    border-radius: 10px;
    border: 4px;
    color: #eeeeee;
    text-align: center;
    font-size: 20px;
    padding: 50px;
    width: 400px;
}

.boutton-deconnexion5 {
    display: inline-block;
    background-color: #00ff00;
    border-radius: 10px;
    border: 4px;
    color: #eeeeee;
    text-align: center;
    font-size: 18px;
    padding: 250px;
    width: 300px;
}

.boutton-deconnexion6 {
    display: inline-block;
    background-color: #ff0000;
    border-radius: 10px;
    border: 4px;
    color: #eeeeee;
    text-align: center;
    font-size: 20px;
    padding: 50px;
    width: 400px;
}

.button-files {
    border: 1px solid #4ABD17;
    background-color: #4ABD17;
    color: white;
    border-radius: 24px;
    height: 30px;
    width: 300px;
}

.button-admin {
    border: 1px solid #4ABD17;
    background-color: #4ABD17;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 24px;
}

.button-edit {
    border: 1px solid #4ABD17;
    background-color: #4ABD17;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 24px;
}

.button-edit:hover {
    border: 1px solid #4ABD17;
    background-color: white;
    color: #4ABD17;
    width: 150px;
    height: 40px;
    border-radius: 24px;
}

.button-message {
    border: 1px solid #4ABD17;
    background-color: #4ABD17;
    color: white;
    width: 60px;
    height: 20px;
    border-radius: 24px;
    font-size: 10px;
}

.button-login {
    border: 1px solid #4ABD17;
    background-color: #fff;
    color: #4ABD17;
    width: 300px;
    height: 40px;
    border-radius: 24px;
}



.button-event {
    width: 70px;
    border: 1px solid#6c5ce7;
    color: #6c5ce7;
    border-radius: 10px;
}

.button-event:hover {
    width: 70px;
    background-color: #6c5ce7;
    color: white;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: 0.3s;
}

.btn-info:hover {
    background-color: #4ABD17;
    border-color: #4ABD17;
}

.btn-info {
    border-color: #4ABD17;
    background-color: #4ABD17;
}


/* background & text-color */

.text-white {
    color: #fff;
}

.text-purple {
    color: #4ABD17;
}

.text-black {
    color: #fff;
}

.text-red {
    color: red;
}

.background-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-vert{
    background-color:#4ABD17;
}

.background-purple {
    background-color: #6236FF;
}

.background-light {
    background-color: #f8f9fa;
}

.background-grey {
    background-color: #D8D8D8;
}

.vert {
    color: #2ecc71;
}

.color-light {
    color: #b2bec3
}

.rouge {
    color: #e74c3c;
}

.violet {
    color: #6c5ce7;
}

.color-blue {
    color: cornflowerblue;
}

.bg-gray-1 {
    background-color: #D8D8D8;
    border-radius: 24px;
}

.bg-gray {
    background-color: #D8D8D8;
}

.bg-violet {
    background-color: #6236FF;
}

.bg-white {
    background-color: #fff;
}

.color-white {
    color: #fff;
}

.color-purple:hover {
    background-color: #6236FF;
    border-color: #6236FF;
}

progress {
    border-radius: 7px;
    width: 80%;
    height: 22px;
    margin-left: -11.5%;
    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2);
}

progress::-webkit-progress-bar {
    border-radius: 7px;
    background-color: #f8f9fa;
}

progress::-webkit-progress-value {
    background-color: #4ABD17;
    border-radius: 7px;
}

progress.red::-webkit-progress-value {
    background-color: #c0392b;
}

progress.orange::-webkit-progress-value {
    background-color: #e67e22;
}

progress.green::-webkit-progress-value {
    background-color: #27ae60;
}


/* margin & padding */

.pl-1 {
    padding-left: 20px;
}

.pl-2 {
    padding-left: 40px;
}

.pl-10 {
    padding-left: 60px;
}

.pr-3 {
    padding-right: 8px;
}

.pr-1 {
    padding-right: 4px;
}

.pr-6 {
    padding-right: 60px;
}

.pr-7 {
    padding-right: 90px;
}

.pl-6 {
    padding-left: 60px;
}

.pl-7 {
    padding-left: 90px;
}

.pl-12 {
    padding-left: 180px;
}

.p-3 {
    padding: 8px;
}

.p-15 {
    padding: 15px;
}

.pr-1 {
    padding-right: 5px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-files {
    padding-top: 5px;
}

.mb-files {
    margin-bottom: 0px;
}

.margin-1 {
    margin: 5px;
}

.margin-3 {
    margin: 20px;
}

.mt-0 {
    margin-top: 0px;
}

.m-0 {
    margin: 0px;
}

.pl-3 {
    padding-left: 60px;
}

.pl-4 {
    padding-left: 8px;
}

.mb-0 {
    margin-bottom: 0px;
}

.margin-top {
    margin-top: 40px;
}

.margin-top-2 {
    margin-top: 20px;
}

.p-2-5 {
    padding: .75rem;
}

.margin-top-3 {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 40px;
}

.margin-bottom-2 {
    margin-bottom: 20px;
}

.padding-top {
    padding-top: 40px;
}

.padding-bottom {
    padding-bottom: 40px;
}

.padding-right-1 {
    padding-right: 2px;
}

.padding-right-3 {
    padding-right: 40px;
}

.padding-left-1 {
    padding-left: 2px;
}

.padding-left-6 {
    padding-left: 60px;
}

.pl-3 {
    padding-left: 6px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.margin-0 {
    margin: 0px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.mt-70 {
    margin-top: 70px;
}


.mt-100 {
    margin-top: 150px;
}

.p-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.mt-50 {
    margin-top: 50px;
}

.m-0 {
    margin: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.mr-2 {
    margin-right: 1px;
}


/* font-size */

.font-size-8 {
    font-size: 8px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-11 {
    font-size: 11px;
}


/* border */

.border-white {
    border: 1px solid #000
}

.border-purple {
    border: 1px solid #6236FF
}

.border-vert{
    border:1px solid #4ABD17;
}

.border-purple-files {
    border-top: 3px solid #6236FF;
    border-bottom: 3px solid #6236FF;
}

.border-1 {
    border: 2px solid black;
}

.border-monitor {
    border: 2px solid #f8f9fa;
}

.border-2 {
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

.border-input {
    border-bottom: 2px solid #fff;
}

.border-radius-24 {
    border-radius: 24px;
}

.border-radius-1 {
    border-radius: 20px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.border-radius-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.border-radius-top {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.div-pilot-info-border {
    border: 1px solid #6236FF
}

.div-pilot-info-border-black {
    border: 1px solid #000
}

.collapsible {
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}


.svg-purple:hover {
    fill: #6236FF;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}


/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}















.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  
  .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  }
  
  .switch-label:before,
  .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }
  
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
  
  .switch-input:checked~.switch-label {
    background: #0088cc;
    border-color: #0088cc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  }
  
  .switch-input:checked~.switch-label:before {
    opacity: 0;
  }
  
  .switch-input:checked~.switch-label:after {
    opacity: 1;
  }
  
  .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  
  .switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  }
  
  .switch-input:checked~.switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  
  
  /* Transition
  
  ========================== */
  
  .switch-label,
  .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }


.taille-div-facture{
    width: 600px;
  }

