*, :after, :before {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
    color: #161d31;
}

ul {
    list-style-type: none;
}

/* withauto */
.withauto {
    width: auto !important;
}

/* color */

.mauve {
    background: #d473d4;
}

.teal {
    background: #20c997;
}

.orange {
    color: #FFFFFF;
    background: #ff7f00;
}

.red {
    color: #FFFFFF;
    background: #ff0000;
}

.blue {
    color: #FFFFFF;
    background: #0091ff;
}

.cyan {
    background: #98afd3 !important;
}

.greenlight {
    background: #6bd793 !important;
}

.jauneclair {
    background: #fffbde !important;
    color: #0e0e0e !important;
}

.pistache {
    background: #bef574 !important;
    color: #0e0e0e !important;
}

.bleu-magenta {
    background: #c1b4d5 !important;
}

.magenta {
    background: #d8bfd8 !important;
}

.aliceblue {
    background: #f0f8ff !important;
}

.ligier-jaune {
    background: #eea312 !important;
}

.week-jaune {
    background: #a7720c !important;
}

.bg-white {
    background: #FFFFFF !important;
}

/* end color */

.color-white {
    color: #FFFFFF;
}

.hours_done:hover {
    cursor: pointer;
    background-color: #04AA6D;
}

.header {
    background-color: #fff;
    color: #262626;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    min-height: 70px;
    text-align: left;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    z-index: 999;
    position: fixed;
}

.header-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.container-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

@media (min-width: 760px) {
    .container-header {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
}

@media (min-width: 1020px) {
    .container-header {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (min-width: 1260px) {
    .container-header {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 1330px;
    }
}

@media (min-width: 1400px) {
    .container,.container-lg, .container-md,.container-sm, .container-xl,.container-xxl {
        max-width: 100%;
    }
}

.l-header {
    display: flex;
    align-items: center;
    margin: 0 10px
}

.site-logo img {
    width: 50px;
    height: 50px;
}

.deposit-ads {
    display: inline-table;
    margin: 0 10px;
}

.deposit-ads-button {
    display: inline-block;
    padding: 9px 12px;
    border: 1px solid #161d31;
    color: #161d31;
    border-radius: 12px;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.deposit-ads-button svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    fill: #161d31;
    transition: all 0.2s ease;
}

.deposit-ads-button:hover {
    border: 1px solid #ddd;
    color: #fff;
    background-color: #161d31;
}

.deposit-ads-button:hover svg {
    fill: #fff;
}

.r-header {
    display: flex;
    align-items: center;
}

.r-header div {
    margin: 5px;
}

.nav-item,
.nav-cart {
    position: relative;
    width: 150px; /*la distance entre les bouttons du header*/
    color: #161d31;
}
.nav-item-user{
    width: 250px !important;
}

.nav-user-div,
.nav-user-div span,
.nav-item a,
.nav-cart a {
    display: flex;
    color: #161d31;
}

.nav-item-div,
.nav-cart-div {
    display: flex;
    flex-direction: column;
}

.nav-item.category {
    position: relative;
}

.user-account-container {
    display: none;
}

@media screen and (min-width: 992px) {
    .category-container {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 53px;
        left: -115px;
        width: 790px;
        background-color: rgb(255, 255, 255);
        border-radius: 0.8rem;
        box-shadow: rgb(26 26 26 / 8%) 0 -1px 4px 0, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
        padding: 0;
    }

    .cat-right,
    .cat-left {
        width: 29rem;
        flex: 0.4;
    }

    .category-choose {
        display: none;
    }

    .category-choose.active {
        display: block;
    }

    .cat-left {
        border-right: 1px solid #e6ebef;
    }

    .nav-items.category {
        cursor: pointer;
    }

    .subcategory-item,
    .category-item-all,
    .category-item {
        display: flex;
        align-items: center;
        padding: 15px 12px;
        border-radius: 4px;
        min-height: 2rem;
        font-size: 14px;
        cursor: pointer;
        text-decoration: none;
    }

    .category-item.active,
    .subcategory-item:hover,
    .category-item-all:hover,
    .category-item:hover {
        background: #5c5f6f;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
    }

    .category-item.active svg,
    .subcategory-item:hover svg,
    .category-item:hover svg {
        fill: #fff !important;
    }

    .category-item-all svg,
    .subcategory-item svg,
    .category-item svg {
        width: 20px !important;
        height: 20px !important;
        margin: 0 5px !important;
    }

    .cat-item-selected {
        margin-left: auto;
    }

    .cat-item-selected svg {
        width: 13px;
        height: 13px;
    }

    .user-account-container {
        display: none;
        position: absolute;
        top: 60px;
        background-color: #fff;
        right: -1px;
        padding-top: 15px;
        width: 331px;
        border: 1px solid #ccc;
        color: #656565;
        z-index: 10;
        box-shadow: 2px 2px 2px #ccc;
    }

    .avatar-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .user-info {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .user-info span {
        margin-left: 10px;
    }

    .flyout-user-signIn {
        padding: 10px 0;
        margin: 0 20px !important;
        border-bottom: 1px solid #e8e8e8;
    }

    .flyout-visitors-login {
        padding: 10px 0;
        margin: 0 20px !important;
    }

    .flyout-user-signout {
        margin: 0 20px 15px !important;
        line-height: 24px;
        font-size: 14px;
        font-weight: 700;
    }

    .flyout-signIn-type {
        display: flex;
        align-items: center;
    }

    .flyout-signIn-type .fa {
        padding: 5px;
        font-size: 18px;
        width: 27px;
        text-align: center;
        text-decoration: none;
        margin: 0 3px;
    }

    .flyout-signIn-type .fa:hover {
        opacity: 0.7;
    }

    .flyout-signIn-type .fa-facebook {
        background: #3B5998;
        color: white;
    }

    .flyout-signIn-type .fa-google {
        background: #dd4b39;
        color: white;
    }

    .flyout-quick-entry {
        background-color: #f4f4f4;
        padding-left: 0;
        margin: 0;
    }

    .user-account-container li {
        list-style: none;
        margin-left: 0;
    }

    .flyout-quick-entry li a:hover {
        background-color: #e8e8e8;
    }

    .flyout-quick-entry li a {
        display: block;
        padding: 6px 0 6px 20px;
        line-height: 22px;
        color: #333;
    }
}

.logout-btn,
.sign-btn,
.join-btn {
    display: block !important;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #161d31;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #0e0e0e !important;
    background-color: #fff;
}

.logout-btn:hover,
.sign-btn:hover,
.join-btn:hover {
    color: #fff !important;
    background-color: #161d31;
}

.nav-items svg {
    width: 35px;
    height: 35px;
    margin-top: 7px;
}

.cart-num {
    max-width: 25px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #161d31;
    color: #fff;
    font-size: 12px;
}

.item-text {
    display: flex;
    font-size: 13px;
    color: #161d31;
    overflow: hidden;
}

.category .item-text {
    width: 150px;
}

.nav-items.category {
    border: 1px solid transparent;
    padding: 4px;
}

.nav-items.category.hover {
    border: 1px solid #ccc;
    box-shadow: rgb(26 26 26 / 8%) 0px -1px 4px 0px, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
    padding: 8px;
}

.nav-item.user .nav-item-div span {
    width: 100px;
}

.nav-item-user span{
    width: 300px !important;
}

.nav-items .signin:hover,
.nav-items .signout:hover,
.nav-items:hover span.item-text {
    color: crimson !important;
}

.nav-items.user.hover {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.nav-items.user {
    border: 1px solid transparent;
}

.hover-cat,
.hover-user {
    position: absolute;
    top: 53px;
    right: -5px;
    width: 100%;
    height: 5px;
    background: #fff;
    z-index: 99;
}

.nav-items.user:hover .account {
    color: #161d31 !important;
}

.nav-items:hover svg {
    fill: crimson;
}

.nav-items:hover .cart-num {
    background-color: crimson;
    color: #fff !important;
}

.nav-item-sm,
.category-sm,
.category-choose-sm,
.header-mobile-main,
.h-m-items input[type="radio"],
.h-m-items-subs input[type="radio"],
.header-mobile-category,
.header-mobile-category2,
.header-mobile {
    display: none;
}

.header-mobile-category2,
.header-mobile-category {
    z-index: 999;
}

.js-filter-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .header {
        min-height: 50px;
    }

    .header-wrap {
        height: 50px;
    }

    .categories-main,
    .header-mobile-main {
        display: flex;
        flex-direction: column;
    }

    .hidden-sm {
        display: none;
    }

    .site-logo img {
        width: 40px;
        height: 40px;
    }

    .r-header div {
        margin: 8px;
    }

    .nav-item-sm {
        display: block;
    }

    .nav-item-sm.nav-items.category span svg {
        height: 20px !important;
        width: 20px !important;
        margin-right: 10px !important;
    }

    .nav-user-div::before {
        margin-top: 0;
        width: 23px;
        height: 23px;
    }

    .nav-cart a::before {
        margin-top: 3px;
        width: 23px;
        height: 23px;
    }

    .nav-item.favorite a::before {
        margin-top: 2px;
        width: 25px;
        height: 25px;
    }

    .nav-item.home a::before {
        margin-top: 0;
        width: 25px;
        height: 25px;
    }

    .nav-items svg {
        width: 25px;
        height: 25px;
    }

    .nav-item.home {
        margin-top: 12px;
    }

    /** navbar mobile */
    .header-mobile,
    .header-mobile-category,
    .header-mobile-category2 {
        height: 100vh;
        width: 100%;
        overflow: auto;
        background: #fff;
    }

    .js-filter-category2,
    .js-filter-category {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-item-sm.avatar img {
        width: 30px;
        height: 30px;
        margin-top: 3px;
        border-radius: 50%;
        border: 1px solid #161d31;
    }

    .show-header-mobile {
        animation: sliderRightMenuMobile 0.3s forwards;
    }

    .hide-header-mobile {
        animation: sliderLeftMenuMobile 0.3s forwards;
    }

    @keyframes sliderRightMenuMobile {
        from {
            transform: translateX(-100vw);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes sliderLeftMenuMobile {
        from {
            transform: translateX(0);
            opacity: 1;
        }
        to {
            transform: translateX(-100vw);
            opacity: 0;
        }
    }

    .h-m-items-subs,
    .h-m-items {
        display: flex;
        flex-direction: column;
    }

    .h-m-items-subs a,
    .h-m-items a {
        color: #0e0e0e;
    }

    .return {
        display: flex;
        margin-bottom: 5px;
        padding: 0 10px;
        background: #fff;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        height: 40px;
        box-shadow: 2px 2px 2px #ccc;
    }

    .mycategory {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        width: 100%;
        box-shadow: 2px 2px 2px #ccc;
        margin-bottom: 6px;
    }

    .return-div {
        display: flex;
        align-items: center;
    }

    .return svg {
        width: 30px;
        height: 30px;
    }

    .category-sm-title {
        margin-left: 5px;
    }

    input[type="radio"]:checked + .category-sm {
        background: #f5f7fa;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .header-mobile-category input[type="radio"]:checked + .category-choose-sm,
    .header-mobile-category2 input[type="radio"]:checked + .category-choose-sm,
    input[type="radio"]:checked + .category-choose-sm {
        background: #f5f7fa;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .header-mobile-category2 input[type="radio"]:checked + .category-choose-sm,
    .header-mobile-category input[type="radio"]:checked + .category-choose-sm {
        top: 50px;
    }

    .h-m-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 10px;
        height: 39px;
    }

    .h-m-item-subs svg,
    .h-m-item svg {
        width: 20px;
        height: 20px;
    }

    .h-m-item-selected svg {
        width: 10px;
        height: 10px;
    }

    .h-m-item-selected {
        margin-left: auto;
    }

    .h-m-item-name {
        margin-left: 10px;
    }

    .deposit-ads {
        align-self: center;
    }

    .deposit-ads-button {
        background: #161d31;
        color: #fff;
    }

    .deposit-ads-button svg {
        fill: #fff;
    }
}

/** toast pour les notifications **/
.toast-wrapper {
    position: fixed;
    top: 80px;
    left: 20px;
    z-index: 99;
    animation: show_toast 2s ease forwards;
}

@keyframes show_toast {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        transform: translateX(20px);
    }
}

.toast-wrapper.hide {
    animation: hide_toast 2s ease forwards;
}

@keyframes hide_toast {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.toast-wrapper .mytoast {
    position: relative;
    background: #fff;
    padding: 20px 15px 20px 20px;
    border-radius: 10px;
    border-left: 5px solid #2fd444;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .toast-wrapper {
        left: -14px;
    }

    .toast-wrapper .mytoast {
        width: 365px;
    }

    .type-msg {
        font-size: 16px;
    }

    msg-content {
        font-size: 13px;
        font-weight: 600;
    }
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    height: 5px;
    border-radius: 10px;
}

#play-animation {
    animation: progressbar 10s forwards;
}

@keyframes progressbar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.body-toast {
    display: flex;
}

.body-toast .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
}

.body-toast .icon {
    font-size: 25px;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #00bb00;
}

.close-icon {
    color: #878787;
    font-size: 23px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    transition: all 0.3s ease;
}

.close-icon:hover {
    background: #efefef;
}

.type-msg {
    font-size: 18px;
    font-weight: bold;
}

.msg-content {
    font-size: 14px;
    font-weight: lighter;
}

.infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tableau {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 470px;
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5% auto auto;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.input-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.input-custom input {
    border: none;
    height: 40px;
    flex: 7;
}

.icon {
    flex: 1;
    text-align: center;
    padding: 10px 0;
}

.button-login {
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    height: 40px;
    margin-top: 50px;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    color: #fff;
    font-weight: 700;
}

.error-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -12px;
    margin-left: -3px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(90deg);
}

.tooltiptext {
    visibility: hidden;
    width: 251px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    left: 66%;
    margin-left: -58px;
    opacity: 0;
    transition: opacity 0.3s;
}

.loading2,
.loading {
    position: fixed;
    background: #cccc;
    padding-top: 20%;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    opacity: 0.7;
}

.disable {
    display: none;
    transition: all 0.25s ease-in;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/**SPINNER**/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0e0e0e;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**SPINNER**/

.tab-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
}

.js-filter-str_retard {
    height: 30px;
}

.js-filter-form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.button-submit {
    background-color: #04AA6D !important;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    padding: 3px 16px;
    height: 30px;
}

.choice-list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 -1px 4px 0 rgb(26 26 26 / 8%), 0 4px 8px 0 rgb(26 26 26 / 12%);
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    z-index: 10;
}

.list-item {
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.list-item-data {
    display: flex;
    flex-direction: column;
}

.data-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    position: relative;
}

.data-item {
    display: block;
    margin: 0;
}

/* Hide the browser's default checkbox */
.data-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: -19px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.data-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.data-label input:checked ~ .checkmark {
    background-color: #00c900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.data-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.data-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.data-name {
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.data-name:hover {
    background-color: #ccc;
}

.choice-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.refresh {
    border: 1px solid #ccc;
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
    width: 28px;
    max-height: 30px;
    cursor: pointer;
    margin: auto;
}

.select-input-radio {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 365px;
    width: 100%;
    margin-left: 5px;
    border-left: 1px solid #ccc;
    padding-left: 3px;
}
.select-input-radio label {
    display: flex;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    width: 120px;
}
.select-input-radio label input {
    display: none;
}
.select-input-radio label input:checked + span {
    background-color: #04AA6D;
}
.select-input-radio label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #d6d6e5;
}
.select-input-radio label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}
.select-input-radio label span:hover {
    background-color: #04AA6D;
}
.select-input-radio label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #04AA6D;
}

.js-filter-date,
.js-filter-dateRange,
.js-filter-type {
    margin-left: 7px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.choices-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 175px;
}

.choices-name p {
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.exceed, .exceedDelay {
    cursor: pointer;
}

.exceed:hover, .exceedDelay:hover {
    background: #98afd3;
}

.tip {
    position: absolute;
    right: 0;
    background: #ffffff;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #b4b4b5;
    max-width: max-content;
    width: max-content;
    border-radius: 5px;
    color: #555555;
    text-align: center;
    box-shadow: 0 0 3px #b4b4b5;
    z-index: 3;
}
.tip:before, .tip:after {
    position: absolute;
    content: "";
    display: block;
}
.tip:before {
    right: 20px;
    z-index: 2;
    top: -10px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.tip:after {
    right: 19px;
    z-index: 1;
    top: -11px;
    border-bottom: 11px solid #b4b4b5;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.tip ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    height: auto;
    max-height: 400px;
    overflow: auto;
}

.button-filter {
    background-color: #4CAF50;
    border: none;
    color: white;
    border-radius: 5px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button-filter:hover {
    background-color: #018534;
    font-weight: bold;
}

.scrolled {
    position: fixed;
    background: #fff;
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 99;
    padding-bottom: 5px;   
}

.not-allowed {
    cursor: not-allowed;
    background-color: #cccccc;
    color: #0e0e0e;
}

.form-hors-prod {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 920px;
    margin: 0 auto;
    padding-top: 25px;
}

.tr-line:hover {
    background: #d1d1d2 !important;
    color: #0e0e0e;
    font-weight: 500;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        padding : 10px;
    }
}

@media (min-width: 576px){
    .container, .container-sm {
        max-width: 100%;
    }
}

.editwork{
    width: 100px;
}

/*.fix {*/
/*    position: absolute;*/
/*    *position: relative; !*ie7*!*/
/*    margin-left: -100px;*/
/*    width: 100px;*/
/*}*/


/** traca-hour-edit **/
.wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
.wrapper-content td, .wrapper-content th {border: 1px solid #ccc; width: 250px; padding: 5px; margin:5px; text-align: center; }
.wrapper-content .fix-header, .wrapper-content thead {position: sticky; background-color: #FFFFFF; top: 70px}

.pagination {
    margin: 1em auto;
}
.pagination .page, .pagination .current, .pagination .next,
.pagination .last, .pagination .previous, .pagination .first {
    padding: 10px;
}
.pagination .current {
    background-color: #4CAF50;
    color: white;
}

/* Style pour le sous-menu */
.submenu {
    display: none;
    position: absolute;
    top: 117px;
    left: 100%;
    background-color: #f4f4f4;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    z-index: 1000;
}

/* Afficher le sous-menu au survol */
.has-submenu:hover .submenu {
    display: block;
}

.infobull {
    transition: all 0.3s ease-in-out; /* Animation fluide */
}

.infobull:hover {
    background-color: rgba(0, 123, 255, 0.2); /* Légère couleur au survol */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Ombre pour donner du relief */
    transform: scale(1.05); /* Légère augmentation de la taille */
}