﻿@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN/fontfont-din-pro-bold.woff2') format('woff2'), url('../fonts/DIN/fontfont-din-pro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.user-dropdown {
    max-width: 350px;
    padding: 1rem;
    border: solid 1px #888;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
}
@media screen and (max-width: 500px) {
    .user-dropdown {
        right: -7rem;
    }
}
.user-dropdown .user-close-btn {
    position: absolute;
    top: 0em;
    right: 0;
    padding: 0.5em 0.5em 0.25em;
    font-size: 20px;
    cursor: pointer;
    background-color: #221F20;
}
    .user-dropdown .user-close-btn:hover {
        background-color: #FFCD34;
        color: #221F20;
    }
.user-ctrl > span {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bold;
}
.user-ctrl > ul {
    display: flex;
    margin: 1rem 0 1rem 0;
    justify-content: center;
}
    .user-ctrl > ul > li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        margin-left: 0!important;
        text-align: center;
    }

    .user-ctrl > ul > li > a {
        font-size: 0.9rem;
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 100%;
        overflow: hidden;
        padding: 5px;
    }
        .user-ctrl > ul > li > a > i {
            display: block;
            font-size: 25px;
            margin-bottom: 5px;
        }

        .user-ctrl > ul > li > a:hover {
            background: rgba(255,255,255,0.3);
        }
.user-notif > ul{
    border: solid 1px #888;
}
    .user-notif > ul > li {
        margin-left: 0 !important;
        border-bottom: solid 1px #888;
        min-width: 310px;
    }
        .user-notif > ul > li:last-of-type {
            border-bottom: transparent 1px #888;
        }
        .user-notif > ul > li > a {
            padding-bottom: 10px;
        }
        .user-notif > ul > li > a:hover {
            background: rgba(255,255,255,0.3);
        }
        .user-notif > ul > li > a > i {
            font-size: 35px;
            width: 40px;
            margin: 10px;
            display: inline-block;
            text-align: center;
        }
        .user-notif > ul > li > a > div {
            display: inline-block;
            width: calc(100% - 70px);
        }
        .user-notif > ul > li > a ._title {
            font-size: 1.1em;
            font-weight: bold;
            display: block;
            border-bottom: solid 1px #888;
        }
        .user-notif > ul > li > a ._msg {
            font-size: 0.8em;
            display: block;
        }
        .user-notif > ul > li > a ._morebtn {
            font-size: 0.7em;
            display: block;
            float: right;
            color: #888;
        }
        .user-notif > ul > li > a ._morebtn::after {
            content: "...";
            
        }
/* Start of Font Awsome */
.faBtn {
    cursor: pointer;
    font-size: 25px;
}

    .faBtn:hover {
        color: rgb(255, 205, 50);
        text-shadow: 0 0 4px #333;
    }

    .faBtn:active {
        color: #2199e8;
    }
/* End of Font Awsome*/
/* Start of form actions*/
.has-error {
    position: relative;
}

    .has-error:after {
        font-family: 'Font Awesome 5 Pro', FontAwesome;
        content: '\f071';
        position: absolute;
        right: 0;
        top: 0;
        color: tomato;
        font-size: 2rem;
        animation-name: FlashOpacity;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

.has-success {
    position: relative;
}

    .has-success::after {
        font-family: 'Font Awesome 5 Pro', FontAwesome;
        content: '\f00c';
        position: absolute;
        right: 0;
        top: 0;
        color: darkgreen;
        font-size: 2rem;
    }
/* End of form actions*/
/* Start of BUTTONS */
/* START OF SEARCH MENU */
.Magnifier {
    vertical-align: top;
    position: relative;
    height: 50px;
    width: 50px;
}

    .Magnifier span {
        display: inline-block;
        position: absolute;
        clear: both;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: -1px 0 #888, 0 1px #888, 1px 0 #888, 0 -1px #888;
    }

        .Magnifier span:nth-child(2) {
            top: 8px;
            left: 6px;
            width: 30px;
            height: 30px;
            border: 6px solid white;
            -webkit-border-radius: 6px;
            border-radius: 15px;
            -o-text-overflow: clip;
            text-overflow: clip;
        }

        .Magnifier span:nth-child(1) {
            top: 34px;
            left: 29px;
            width: 15px;
            height: 6px;
            content: "";
            border: none;
            -o-text-overflow: clip;
            text-overflow: clip;
            background: white;
            border-radius: 2px;
            text-shadow: none;
            -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

    .Magnifier.oppenned span:nth-child(2) {
        top: 23px;
        left: 7px;
        width: 40px;
        height: 6px;
        border: none;
        background: white;
        -o-text-overflow: clip;
        text-overflow: clip;
        background: white;
        border-radius: 2px;
        text-shadow: none;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .Magnifier.oppenned span:nth-child(1) {
        top: 23px;
        left: 7px;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


.inpageSearch {
    width: 100%;
    text-align: center;
}

    .inpageSearch > span {
        display: block;
        text-transform: uppercase;
        font-size: 15px;
    }

    .inpageSearch input[type='search'] {
        padding: 5px;
        width: 250px;
        margin-bottom: 10px;
        color: black;
    }

    .inpageSearch > i {
        font-size: 30px;
        cursor: pointer;
    }

        .inpageSearch > i:hover {
            color: #FFCD32;
        }
/* START OF SEARCH MENU */

/* START OF SECURITY PREF BOX */
.SecPrefBG {
    position: fixed;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #00000080;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
}
.SecPrefBG-content {
    height: 100%;
    width: 100%;
    z-index: 600;
}
.SecPref-OffsetR {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 600;
}
.SecPref-Cnt {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 100%;
    background: white;
}
.SecPref-MsgBox {
    position: relative;
    background-color: #fff;
    display: inline-block;
    width: auto !important;
    padding: 0 0 0 0;
    text-align: left;
    border-radius: 0px;
    overflow-x: hidden;
    max-width: 1000px;
}
.SecPref-Header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: White;
    color: #221F20;
    overflow: hidden;
    padding-top: 25px;
    padding-left: 0.3rem;
}
    .SecPref-Header > span {
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding: 0 .7rem;
        margin-bottom: 0;
        font-size: 1.2em;
        z-index: 603;
    }

        .SecPref-Header > span::before {
            content: " ";
            position: absolute;
            bottom: -10%;
            left: 50%;
            transform: translateX(-50%);
            height: .8em;
            width: 100%;
            background-color: #FFCD00;
            z-index: -1;
        }
.SecPref-Message {
    margin-top: 65px;
    padding: 1rem;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    max-height: calc(100vh - 125px);
    background: #fff;
    color: #221F20;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.3rem;
}
.SecPref-Message > ._title{
    font-size: 1.3em;
    font-weight: bold;

}
.SecPref-Btns {
    width: 100%;
    text-align: right;
    padding: 1.5rem;
    background-color: #fff;
}
    .SecPref-Btns > .button--primary, .SecPref-Btns > .button--black, .SecPref-Btns > .button--greyout {
        font-size: 1.3rem;
        padding: 1rem 1.5rem;
    }
.SecPref-Settings {
    width: 100%;
    margin-bottom: 20px;
}
.SecPref-Settings > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    align-content: stretch;
}
    .SecPref-Settings > li > .Info {
        width: calc(100% - 240px);
    }
        .SecPref-Settings > li > .Info > ._message {
            font-weight: bold;
            cursor: pointer;
            font-size: 0.8em;
        }
            .SecPref-Settings > li > .Info > ._message::before {
                font-family: 'Font Awesome 5 Pro', FontAwesome;
                content: '\f067';
            }
            .SecPref-Settings > li > .Info.active > ._message::before {
                font-family: 'Font Awesome 5 Pro', FontAwesome;
                content: '\f068';
            }
        .SecPref-Settings > li > .Info > ._moreinfo {
            display: none;
            padding: 0.5em;
        }
        .SecPref-Settings > li > .Info.active > ._moreinfo {
            display: block;
        }
    .SecPref-Settings > li > .Accept {
        width: 200px;
        text-align: right;
    }
        .SecPref-Settings > li > .Accept > ._btnA, .SecPref-Settings > li > .Accept > ._btnR {
            border: solid 1px #888;
            padding: 5px;
            cursor: pointer;
        }
        .SecPref-Settings > li > .Accept > ._btnA.active {
            background: #0088008d
        }
        .SecPref-Settings > li > .Accept > ._btnR.active {
            background: #8800008d
        }
@media screen and (max-width: 767px) {
    .SecPref-Message {
        padding: 1rem;
    }
        .SecPref-Cnt {
        margin-top: 0;
    }
    .SecPref-Settings > li {
        flex-wrap: wrap;
        margin-top: 30px;
    }
        .SecPref-Settings > li > .Info {
            width: 100%;
        }
        .SecPref-Settings > li > .Accept {
            width: 100%;
            padding-top: 10px;
        }
}
/* START OF MESSAGE BOX */
/* This CSS is for the Notification and Question Popup*/
.PopupBackground {
    position: fixed;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: rgba(0,0,0,0.70);
    min-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

.PopupBackground-content {
    height: 100%;
    width: 100%;
    z-index: 500;
}

.PopupOffset {
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 500;
    height: 100%;
}

.PopupOffsetR {
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 500;
}


.PopupBox {
    background: #fff;
    border: 2px solid black;
    text-align: left;
    display: block;
    /*--Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    margin-bottom: 25px;
    position: relative;
}

.PopupClosebtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('Images/cancel-img-white.svg') 12px 12px no-repeat;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

    .PopupClosebtn:hover {
        background: rgba(255, 206, 52, 1) url('Images/cancel-img-white.svg') 12px 12px no-repeat;
        color: #2199e8;
    }

    .PopupClosebtn:active {
        background: #f36507 url('Images/cancel-img-white.svg') 12px 12px no-repeat;
        color: #523530;
    }

.MsgBocCnt {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 100%;
}

.MsgBoxHeader {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 8px;
    background-color: #221F20;
    color: white;
    overflow: hidden;
}

    .MsgBoxHeader .fa {
        font-size: 2rem;
        vertical-align: top;
    }

.MsgBoxHeaderText {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.MsgBoxQuestion {
    background-color: #3290d7;
    color: white;
}

.MsgBoxError {
    background-color: #e01c0e;
    color: white;
    font-weight: bold;
}

.MsgBoxHeader span {
}

.PopupOffsetR .MsgBoxMessage {
    padding: 1rem;
}

.MsgBoxMessage {
    margin-top: 50px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    overflow-x: hidden;
}

.MsgBoxContent {
}

.MsgBox {
    position: relative;
    background-color: #fff;
    display: inline-block;
    width: auto !important;
    padding: 0 0 0 0;
    text-align: left;
    border-radius: 0px;
    overflow-x: hidden;
}
.MsgBox2 {
    position: relative;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0;
    text-align: left;
    border-radius: 0px;
    overflow-x: hidden;
}

.MsgBoxContent.MsgBoxNoTitle {
    padding: 1rem 1rem 1rem 1rem;
    min-height: 10rem;
    min-width: 10rem;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

.PopupClosebtn.MsgBoxNoTitle {
    width: 30px;
    height: 30px;
    padding: 2px 0 0 2px;
    position: absolute;
    top: 0;
    right: 0;
    background: unset;
    display: inline-block;
}

    .PopupClosebtn.MsgBoxNoTitle:after {
        font-family: 'Font Awesome 5 Pro', FontAwesome;
        content: '\f00d';
        font-weight: bold;
        font-size: 25px;
        color: #000;
    }
/*.MsgBoxNoTitle:before {
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(252, 204, 81, 1);
        height: 50px;
    }*/
.MsgBoxBtns {
    width: 100%;
    text-align: right;
    padding: 1.5rem;
    background-color: #f4f4f4;
}

.MsgConfirmBtn {
    text-decoration: none;
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-align: center;
    color: #ffffff;
    background-color: #221F20;
}

    .MsgConfirmBtn.button--primary {
        color: #221F20;
        background-color: #FFCD00;
    }

    .MsgConfirmBtn:hover {
        color: #ffffff;
        background-color: #57585b;
    }

@media screen and (max-width: 767px) {
    .MsgBox {
        width: 100% !important;
    }

    .MsgBoxBtns {
        width: 100%;
        margin-bottom: 80px;
        padding-right: 20px;
    }

    .MsgBoxMessage {
        padding-bottom: 20px;
        max-height: calc(100vh - 150px);
    }
}

.MaxMsgBoxBtns {
    display: block;
    text-align: center;
    margin: 1rem;
}
/* END OF MESSAGE BOX*/
/* START OF LOADER */
.LargeLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(64, 64, 64, 0.40);
    z-index: 2000;
}

    .LargeLoader .inner {
        position: fixed;
        top: calc(50% - 64px);
        left: calc(50% - 64px);
    }

.lds-roller {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 64px 64px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: rgba(254, 206, 50, 0.50);
            border: solid 1px rgba(254, 206, 50, 1);
            margin: -6px 0 0 -6px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 100px;
                left: 100px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 108px;
                left: 90px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 114px;
                left: 78px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 116px;
                left: 64px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 116px;
                left: 50px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 108px;
                left: 38px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 100px;
                left: 28px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 90px;
                left: 20px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.load-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.load span {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #000000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 1.2s infinite bubble ease-in-out;
    animation: 1.2s infinite bubble ease-in-out;
}

    .load span:nth-child(1) {
        background-color: #FFCD34;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .load span:nth-child(2) {
        background-color: #FFCD34;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .load span:nth-child(3) {
        background-color: #FFCD34;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .load span:nth-child(4) {
        background-color: #FFCD34;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }


@keyframes bubble {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
/* END OF LOADER */
/* START ITEM LIST */

/* Square Loader */
.squareloader {
    display: flex; /* establish flex container */
    flex-wrap: nowrap; /* enable flex items to wrap */
    overflow: hidden;
    width: 100%;
    justify-content: space-around;
}

    .squareloader > div {
        flex: 0 0 30px; /* don't grow, don't shrink, width */
        height: 30px;
        margin: 5px;
        background: #FFCD34;
        transform: scale(0);
        transform-origin: center center;
        animation: square 2s infinite linear;
    }
    .squareloader.small > div {
        flex: 0 0 10px; /* don't grow, don't shrink, width */
        height: 10px;
        margin: 2px;
        background: #FFCD34;
        transform: scale(0);
        transform-origin: center center;
        animation: square 2s infinite linear;
    }
@media screen and (max-width: 767px) {
    .squareloader > div {
        flex: 0 0 10px; /* don't grow, don't shrink, width */
        height: 10px;
        margin: 2px;
        background: #FFCD34;
        transform: scale(0);
        transform-origin: center center;
        animation: square 2s infinite linear;
    }
}
        .squareloader > div:nth-of-type(1), .squareloader > div:nth-of-type(5), .squareloader > div:nth-of-type(9) {
            animation-delay: 0.2s;
        }

        .squareloader > div:nth-of-type(4), .squareloader > div:nth-of-type(8) {
            animation-delay: 0.4s;
        }

        .squareloader > div:nth-of-type(2), .squareloader > div:nth-of-type(6) {
            animation-delay: 0.6s;
        }

        .squareloader > div:nth-of-type(3) {
            animation-delay: 0.8s;
        }

@keyframes square {
    0% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}


/* END OF ITEM LIST*/
/* START OF SIDE MENU*/
.sidebar_wrapper {
    height: 100%;
    overflow: hidden; /*makes the body non-scrollable (we will add scrolling to the sidebar and main content containers)*/
    margin: 0px; /*removes default style*/
    display: flex; /*enables flex content for its children*/
    box-sizing: border-box;
    flex-direction: row;
    align-items: stretch;
}

    .sidebar_wrapper .sidebar_menu {
        overflow-x: hidden;
        overflow-y: auto;
        flex-shrink: 0;
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.5);
        background: #F4F4F4;
        /*background-image: url(images/sidemenubg1.jpg);*/
        background-repeat: no-repeat;
        background-position: left 0 top;
        padding: 5px;
        position: relative;
        min-height: 100vh;
    }
        .sidebar_wrapper .sidebar_menu ._close-btn {
            display: none;
        }
    .sidebar_wrapper .sidebar_container {
        color: #221F20;
        background: white;
        padding-left: 5px;
        width: 100%;
        padding-top: 1px;
    }
    .sidebar_wrapper .sidebar_toggleBtn {
        display: none;
    }
    .sidebar_wrapper .sidebar_closeBtn {
        display: none;
    }
    .sidebar_wrapper .sidebar_menu .sidebar_menuBtn {
        font-size: 0;
        display: none;
        cursor: pointer;
    }

    .sidebar_wrapper .sidebar_menu .sidebar_title {
        font-size: 3rem;
        text-align: center;
        color: #333;
        font-weight: bold;
        margin: 1rem 0
    }
    .sidebar_wrapper .sidebar_menu .sidebar_title > img {
        display: none;
    }
    .sidebar_wrapper .sidebar_menu .sidebar_menuBtn::after {
        font-family: 'Font Awesome 5 Pro', FontAwesome;
        content: '\f0c9';
        position: absolute;
        font-weight: 900;
        top: 0px;
        left: 0px;
        font-size: 40px;
        color: white;
        cursor: pointer;
        background: #fccc51;
        padding: 7px 0 0 0;
        width: 50px;
        height: 50px;
        text-align: center;
    }

    .sidebar_wrapper .sidebar_menu .sidebar_menuBtn.Oppenned:after {
        content: '\f00d';
    }
    .sidebar_wrapper .sidebar_menu ul {
        list-style: none;
        border-top: solid 2px #D8D8D8;
        margin: 1rem 1rem;
    }
        .sidebar_wrapper .sidebar_menu ul li {
            padding: 10px 10px;
            position: relative;
        }


            .sidebar_wrapper .sidebar_menu ul li > .IconNumberTopRight {
                display: inline-block;
                position: absolute;
                right: auto;
                left: 0px;
                top: -5px;
                padding: 0;
            }

            .sidebar_wrapper .sidebar_menu ul li > .IconNumber {
                font-size: 11px;
                padding-top: 3px;
                font-weight: bold;
                border-radius: 5px;
                height: 20px;
                min-width: 20px;
                box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
                text-align: center;
                text-shadow: -1px -1px 0px rgba(0,0,0,0.9);
            }
            .sidebar_wrapper .sidebar_menu ul li.sidebar_Logo {
                text-align: center;
            }
            .sidebar_wrapper .sidebar_menu ul li.sidebar_menuLogo img {
                height: 50px;
            }
            .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn {
                padding-left: 45px;
                cursor: pointer;
            }

                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn a {
                    color: #221F20;
                    display: block;
                    height: 20px;
                    padding-right: 10px;
                }

                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn i {
                    float: left;
                    color: #221F20;
                    margin-left: -40px;
                    margin-top: -5px;
                    padding-top: 6px;
                    font-size: 18px;
                    height: 100%;
                    width: 50px;
                    text-align: center;
                    height: 40px;
                    font-weight: 900;
                }
                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn  i > span {
                    font-family: Roboto;
                }

                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn:hover {
                    background: #167696;
                }

                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn:hover > a {
                    color: #fff;
                    text-decoration: none;
                }

                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn:hover i {
                    color: #fff;
                }

                .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn.active {
                    background: #0f4698;
                }

                    .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn.active i {
                        color: #330000;
                        background: #fccc51;
                    }

                    .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn.active:hover {
                        background: #167696;
                    }

                        .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn.active:hover i {
                            color: #fff;
                        }
                        
@media screen and (max-width: 998px) and (min-width: 480px) {
    .sidebar_wrapper .sidebar_menu .sidebar_title > span {
        display: none;
    }
        .sidebar_wrapper .sidebar_menu .sidebar_title > img {
            display: inline-block;
        }
    .sidebar_menu .sidebar_fav > span {
        display: none;
    }
    .sidebar_wrapper .sidebar_menu ul {
        display: block;
        
    }
    .sidebar_wrapper .sidebar_menu ul li {
        padding: 10px 0; 
    }

        .sidebar_wrapper .sidebar_menu ul li.sidebar_Logo {
            margin: 0; 
        }

            .sidebar_wrapper .sidebar_menu ul li.sidebar_Logo img {
                height: 40px;
            }

        .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn {
            padding-left: 0;
            text-align: center;
        }

            .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn a {
                padding-right: 0;
            }

            .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn i {
                float: none;
                margin-left: 0;
                margin-top: 0;
                padding-top: 0;
                font-size: 26px;
                width: 50px;
                text-align: center;
            }

            .sidebar_wrapper .sidebar_menu ul li.sidebar_libtn a > span {
                display: none;
            }
}


@media screen and (max-width: 480px) {
    .sidebar_wrapper {
        flex-direction: column;
        position: relative;
    }
        .sidebar_wrapper .sidebar_container {
            padding-left: 1px;
            padding-right: 1px;
        }
        .sidebar_wrapper .sidebar_toggleBtn {
            display: block;
            left: 0px;
            top: 0px;
            padding: 5px;
            background: #221F20;
        }
           
            .sidebar_wrapper .sidebar_toggleBtn > span {
                display: inline-block;
                color: gainsboro;
                font-size: 25px;
                font-weight: bold;
                padding: 10px 0 0 5px;
            }
            .sidebar_wrapper .sidebar_toggleBtn > img {
                cursor: pointer;
                height: 45px;
                width: 45px;
                vertical-align: top;
            }
            .sidebar_wrapper .sidebar_toggleBtn > i {
                font-size: 40px;
                margin: 5px 5px 0 0;
                color: #fff;
                cursor: pointer;
                float: right;
            }
                .sidebar_wrapper .sidebar_toggleBtn > i:hover {
                    color: #FFCD34;
                }
        .sidebar_wrapper .sidebar_menu ul li.sidebar_Logo > img {
            display: none;
        }
        .sidebar_wrapper .sidebar_menu.active .sidebar_closeBtn {
            display: block;
            left: 0px;
            top: 0px;
            padding: 0;

        }

            .sidebar_wrapper .sidebar_menu.active .sidebar_closeBtn > span {
                display: inline-block;
                color: gainsboro;
                font-size: 25px;
                font-weight: bold;
                padding: 10px 0 0 5px;
            }

            .sidebar_wrapper .sidebar_menu.active .sidebar_closeBtn > img {
                cursor: pointer;
                height: 45px;
                width: 45px;
                vertical-align: top;
            }

            .sidebar_wrapper .sidebar_menu.active .sidebar_closeBtn > i {
                font-size: 40px;
                margin: 5px 5px 0 0;
                color: #221F20;
                cursor: pointer;
                float: right;
            }

                .sidebar_wrapper .sidebar_menu.active .sidebar_closeBtn > i:hover {
                    color: #FFCD34;
                }
        .sidebar_wrapper .sidebar_menu {
            display: none;
        }

            .sidebar_wrapper .sidebar_menu.active {
                position: fixed;
                left: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                display: block;
                z-index: 5;
            }
                
        .sidebar_wrapper .sidebar_menu > ul {

        }
}
.FavSelect{
   padding: 1rem;
}
.FavSelect > li{
    padding: 1rem;
    min-width: 325px;
}
    .FavSelect > li > i{
        font-weight: 900;
        margin-left: 1rem;
    }
@media screen and (max-width: 998px) and (min-width: 480px) {
    
}
    /* END OF SIDE MENU*/
    /* START of Product Panel */
    .ProdInfo {
        min-width: 576px;
    }

        .ProdInfo .iBtn {
            font-size: 30px;
            cursor: pointer;
        }

    @media screen and (max-width: 576px) {
        .ProdInfo {
            min-width: 350px;
            text-align: center;
        }
    }

    .ProdInfo .ProdPhotoPan {
        text-align: center;
        padding-top: 50px;
        position: relative;
        max-width: 350px;
        max-height: 400px;
    }

        .ProdInfo .ProdPhotoPan > img {
            width: 300px;
            height: 300px;
        }

    .ProdInfo .ManPhoto {
        position: absolute;
        top: 2px;
        left: 2px;
        background: white;
        box-shadow: 4px 4px 5px #000;
    }

        .ProdInfo .ManPhoto > img {
            width: 100px;
            border: none;
            padding: 0;
            margin: 0;
        }

    .ProdInfo .ProdInfoPan {
        margin-top: 100px;
    }

    @media screen and (max-width: 576px) {
        .ProdInfo .ProdInfoPan {
            margin-top: 10px;
        }
    }

    .ProdInfo .ProdCode {
        font-size: 1.2em;
        width: 100%;
        padding: 3px;
        text-align: center;
        background: rgb(252,252,252); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,204,81,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(252,204,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(252,204,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .ProdInfo .ProdDesc {
        padding: 10px;
    }

    .ProdInfo .ManDes {
        font-size: 0.8em;
        width: 100%;
        text-align: center;
    }

    .FavProdFalse {
        background: rgba(0,0,0,0.3);
        border: none;
        padding: 1rem 0;
        color: rgba(0,0,0,0.3);
        text-align: center;
    }

    .FavProdTrue {
        background: #fccc51;
        border: none;
        padding: 1rem;
        text-align: center;
    }
    /* END of Product Panel*/
    /* START OF DOCUMENT LIST*/
    .docListTitle {
        width: 100%;
        text-align: center;
        padding: 5px;
        font-size: 30px;
        font-weight: bold;
        color: white;
        text-shadow: 0 0 4px #000;
        background: #000000;
    }

        .docListTitle i {
            float: right;
            cursor: pointer;
            margin-right: 10px;
        }

            .docListTitle i:hover {
                color: #fccc51;
                text-shadow: 0 0 6px #000
            }

            .docListTitle i:active {
                color: #2199e8;
                text-shadow: 0 0 6px #000
            }

    .docListWrap {
        width: 100%;
        text-align: center;
        position: relative;
    }


    .loading {
        position: absolute;
        top: 0;
        min-height: 220px;
        min-width: 220px;
        padding-top: 50px;
        height: 100%;
        width: 100%;
        background: rgba(252, 204, 81, 0.25);
        font-size: 35px;
    }

    .loading-cnt {
        position: sticky;
        top: 40px;
    }

    .loading-text {
        position: relative;
        color: #fbae17;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 5px;
        text-shadow: 3px 3px 2px rgba(0,0,0,0.1);
        top: 0;
        height: 110px;
        line-height: 120px;
    }

    .loading-bounceball {
        position: relative;
        vertical-align: top;
        display: inline-block;
        height: 110px;
        width: 35px;
        margin-left: -49px;
    }

    .loading-bounceshadow {
        position: relative;
        vertical-align: bottom;
        opacity: .1;
        bottom: 0px;
        width: 35px;
        height: 5px;
        border-radius: 50%;
        background-color: black;
        display: inline-block;
        margin: 5px;
        -webkit-animation: shrink .5s ease .0s infinite alternate;
        animation: shrink .5s ease .0s infinite alternate;
    }

    .loading-bounceball:before {
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #fbae17;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: jump .5s ease 0s infinite alternate;
        animation: jump .5s ease 0s infinite alternate;
    }

    @-webkit-keyframes jump {
        0% {
            transform: scaleY(.8);
        }

        100% {
            transform: translateY(-70px);
        }
    }

    @-webkit-keyframes shrink {
        100% {
            transform: scaleX(.5);
            opacity: .01;
        }
    }

    @keyframes jump {
        0% {
            transform: scaleY(.8);
        }

        100% {
            transform: translateY(-70px);
        }
    }

    @keyframes shrink {
        100% {
            transform: scaleX(.5);
            opacity: .01;
        }
    }

    .docList {
        width: 100%;
    }

    .MsgBox .docList {
        min-width: 800px;
        max-width: 1024px;
    }

    @media screen and (max-width: 960px) {
        .MsgBox .docList {
            min-width: 98vw;
        }
    }

    .docList .FilterRow {
    }

        .docList .FilterRow .FilterTitle {
            display: block;
            font-size: 0.8em;
        }

        .docList .FilterRow input, .docList .FilterRow select {
            width: 100%;
            height: 25px;
            font-size: 14px;
            background: rgba(0,0,0,0.3);
            border: none;
            outline: none;
            color: #fff;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
            border: 1px solid rgba(0,0,0,0.3);
            border-radius: 4px;
            box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
            text-indent: 15px;
            transition: all .3s ease-in-out;
            position: relative;
            font-size: 13px;
        }

            .docList .FilterRow input:focus {
                text-indent: 12px;
                box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);
            }

    .docList .ButtonRow {
    }

        .docList .ButtonRow > div {
            font-size: 18px;
            font-weight: bold;
            min-height: 50px;
            background: #333333;
            color: white;
            border: solid 3px white;
            cursor: pointer;
        }

            .docList .ButtonRow > div:hover {
                background: #0c4d78;
                border: solid 3px #fccc51;
            }

            .docList .ButtonRow > div:active {
                background: #fccc51;
                color: #333;
                border: solid 3px #0c4d78;
            }

        .docList .ButtonRow .BtnIcon {
            display: block;
            font-size: 30px;
        }

    .docList .InfoHeaderRow {
        color: #FFF;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        border: solid 2px white;
        background: rgb(69,72,77); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .docList .HeaderRow {
        color: rgb(255, 205, 50);
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        background: rgb(174,188,191); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .docList .row > div {
        padding: 5px;
    }

    .docList .row {
        border-bottom: solid 1px black;
    }

    .docList .iBtn {
        font-size: 20px;
        cursor: pointer;
        color: #3a7399;
        cursor: pointer;
        padding: 4px;
    }

        .docList .iBtn:hover {
            color: rgb(255, 205, 50);
            background: #3a7399;
        }

    @media screen and (max-width: 768px) {
        .docList .iBtn {
            font-size: 35px;
        }
    }
    /* END OF DOCUMENT LIST*/
    /* START OF ATTACHEMENT LIST*/
    .Att > ul {
        display: block;
        list-style: none;
        white-space: nowrap;
        text-align: center;
        height: 100px;
        padding-top: 3px;
        margin-top: 32px;
        overflow-x: auto;
    }

        .Att > ul > li {
            display: inline-block;
            height: 70px;
            margin: 5px;
            padding: 5px;
            font-size: 10px;
            text-align: center;
            cursor: pointer;
        }

            .Att > ul > li:hover {
                background: rgba(252, 204, 81, 0.50);
            }

            .Att > ul > li > i {
                display: block;
                font-size: 30px;
                margin: 5px;
            }
    /* END OF ATTACHEMENT LIST*/
    /* START FILTER LISTER */
    ul.filtersUL {
        list-style: none;
        cursor: default;
        text-align: left;
        width: 100%;
        display: block;
        position: relative;
        border: solid 1px white;
        white-space: normal;
    }

        ul.filtersUL li {
            display: inline-block;
            vertical-align: top;
            margin: 3px;
        }

            ul.filtersUL li.line {
                display: block;
                margin-top: 2px;
                border-top: solid 1px black;
                height: 2px;
                overflow: hidden;
            }

            ul.filtersUL li.Oline {
                display: block;
                margin-top: 2px;
                border-top: solid 1px black;
                border-bottom: solid 1px black;
                padding-bottom: 10px;
            }

        ul.filtersUL input, ul.filtersUL select {
            height: 30px;
            font-size: 16px;
            max-width: 100%;
            border-radius: 0;
        }

        ul.filtersUL .adLbl {
            display: block;
            font-size: 0.8em;
            width: 100%;
            text-align: left;
        }

        ul.filtersUL .fa-btn {
            font-size: 25px;
            margin-top: 2px;
            margin-bottom: 0;
            vertical-align: top;
            margin-right: 5px;
            cursor: pointer;
        }

            ul.filtersUL .fa-btn:hover {
                text-shadow: 0 0 5px #333;
                color: #fccc51
            }
    /* END FILTER LIST*/
    /* START EDIT FIELD */
    ul.editfieldUL {
        list-style: none;
        cursor: default;
        text-align: left;
        width: 100%;
        display: block;
        position: relative;
        border: solid 1px white;
        white-space: normal;
    }

        ul.editfieldUL li {
            margin: 3px;
            display: block;
        }

            ul.editfieldUL li.line {
                display: block;
                margin-top: 2px;
                border-top: solid 1px black;
                height: 2px;
                overflow: hidden;
            }

        ul.editfieldUL input, ul.editfieldUL select {
            height: 30px;
            font-size: 16px;
            max-width: 100%;
            border-radius: 0;
        }

        ul.editfieldUL .adLbl {
            display: block;
            font-size: 0.8em;
            width: 100%;
            text-align: left;
        }

        ul.editfieldUL .fa-btn {
            font-size: 25px;
            margin-top: 2px;
            margin-bottom: 0;
            vertical-align: top;
            margin-right: 5px;
            cursor: pointer;
        }

            ul.editfieldUL .fa-btn:hover {
                text-shadow: 0 0 5px #333;
                color: #fccc51
            }
    /* END FILTER LIST*/
    /* START RESIZABLE CONTAINERS */
    .PgEdt-container {
        width: 100%;
        /*height: calc(100vh - 200px);*/
        /*height: -webkit-calc(100vh - 200px);*/ /* google, safari */
        /*height: -moz-calc(100vh - 200px);*/ /* firefox */
    }

    .PgEdt-left {
        /* only manually resize */
        width: 50%;
        background: #838383;
        color: white;
        vertical-align: top;
    }

        .PgEdt-left > div {
            /* only manually resize */
            width: 100%;
            height: 100%;
            overflow-y: scroll;
            padding: 10px;
        }

    .PgEdt-right {
    }
    /* END OF RESIZABLE CONTAINER*/



    /* GESTION START */
    .GestionUL {
        display: inline-block;
        list-style: none;
    }

        .GestionUL li {
            padding: 0.2em;
        }
    /* GESTION END */
    /* MODULE START */
.ModuleTabButton {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px black;
    padding: 5px 0 0 0;
    margin: 0;
    background: #aaaaaa; /* Old browsers */
    background: -moz-linear-gradient(top, #aaaaaa 0%, #666666 58%, #0a0809 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #aaaaaa 0%,#666666 58%,#0a0809 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #aaaaaa 0%,#666666 58%,#0a0809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .ModuleTabButton.SubTabButton {
        background: white;
    }

.SubTabCnt {
    border: solid 1px black;
    border-top: none;
    margin: 0;
    padding: 5px 5px 40px 5px;
}

.ModuleTabButton > li {
    display: inline-block;
    background: #000;
    border: solid 1px #000;
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 10px 10px 3px 10px;
    margin-bottom: -1px;
}

    .ModuleTabButton > li > a {
        color: white;
    }

    .ModuleTabButton > li.ui-tabs-active {
        background: white;
        color: black;
        border-bottom: solid 1px white;
    }

        .ModuleTabButton > li.ui-tabs-active > a {
            color: black;
        }

    .ModuleTabButton > li i {
        font-size: 1.8em;
    }

    .ModulePan {
        display: none;
        width: 100%;
    }

    @media screen and (max-width: 960px) {
        .ModuleTab .ui-tabs-panel {
            width: 85vw;
        }
    }

    @media screen and (max-width: 450px) {
        .ModuleTab {
            position: relative;
            padding-left: 0;
        }

            .ModuleTab .scroller {
                overflow-x: scroll;
                overflow-y: hidden;
                height: 4.4em;
                position: relative;
                width: 97vw;
            }

            .ModuleTab .ui-tabs-nav {
                position: relative;
                left: 0;
                top: 0;
                bottom: 0;
                width: 50em;
                height: auto;
                padding: 0.2em 0.2em 0.2em 0.2em;
                background: white;
                border: none;
                border-right: solid 1px black;
                border-radius: 0;
                break-inside: avoid-column;
            }

                .ModuleTab .ui-tabs-nav li {
                    display: inline-block;
                    right: 0px;
                    width: 4em;
                    height: 3em;
                    border-bottom: none;
                    border-right: 1px solid black;
                    border-bottom-width: 1px !important;
                    border-radius: 4px 4px 0px 0px;
                    overflow: hidden;
                }

                    .ModuleTab .ui-tabs-nav li.ui-tabs-selected,
                    .ModuleTab .ui-tabs-nav li.ui-state-active {
                        border-right: 1px solid black;
                        border-bottom: 1px solid transparent;
                    }

            .ModuleTab .ui-tabs-panel {
                margin-left: 0;
                border-left: 1px solid black;
                min-height: 30em;
                min-width: 97vw;
                width: 350px;
                overflow: auto;
            }
    }

    /* MODULE END */


    /* START OF FILEUPLOAD*/
    .fileinput-button {
        position: relative;
        overflow: hidden;
    }

        .fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 200px;
            direction: ltr;
            cursor: pointer;
        }

    .fileinput-browse {
        display: inline-block;
        content: '+';
        width: 3em;
        height: 3em;
        top: 2px;
        background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: white;
        border-radius: 0.3em;
        padding-top: 0.3em;
        Border: solid 1px #000000;
        font-size: 1em;
        line-height: 1em;
        font-weight: bold;
        margin: 0px;
    }

    .fileupload-icon {
        font-size: 1.2em;
        font-weight: bold;
    }

    .fileinput-browse:hover {
        -webkit-box-shadow: 0 0 5px #111;
        -moz-box-shadow: 0 0 5px #111;
        box-shadow: 0 0 5px #111;
    }

    .fileinput-browse span {
        padding: 0.0em 0.1em 0.1em 0.2em;
    }

    .fileupload-progress {
        display: block;
        width: 3em;
        height: 0.8em;
        background: rgba(235, 145, 68, 0.50);
        margin-top: 0.1em;
    }

    .fileupload-progress-Bar {
        height: 0.8em;
        background: green;
    }
    /* END OF FILEUPLOAD*/
    /* START OF DEFAULT INPUT */
    /* General Input */
    .AdUL {
        margin: 0;
        list-style: none;
    }

        .AdUL li {
            margin: 0;
            padding: 0.2em;
        }

    .AdTitle {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 200;
        text-decoration: underline;
        font-size: 1.2em;
        margin-top: 20px;
    }

    .AdLbl {
        color: black;
        display: inline-block;
        margin: 5px 0px 2px -4px;
        font-weight: 100;
        font-size: 0.8em;
        line-height: 1em;
        display: block;
        font-weight: normal;
    }

    .AdLblOver {
        color: black;
        font-weight: 100;
        font-size: 0.8em;
        line-height: 1.2em;
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
        width: auto;
    }

    .AdLbl::after {
        content: '';
    }

    .AdMoreInfo {
    }

    .AdInfoTitle {
        min-width: 300px;
    }

    .AdInfoPanel {
    }

        .AdInfoPanel ul {
        }

            .AdInfoPanel ul li {
                margin-bottom: 1em;
            }

    /* Edit Box */
    .EdIBtn {
        cursor: pointer;
    }

        .EdIBtn:hover {
            text-shadow: 0 0 5px #111;
        }

        .EdIBtn:active {
            color: #fec73e;
        }

    .EdBtn {
        position: relative;
        display: inline-block;
        border: solid 1px black;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        background: linear-gradient(to bottom, #ffa84c 18%,#d28536 100%);
        cursor: pointer;
        transition: background-color 0.35s ease-in-out;
        margin: 0;
    }

        .EdBtn:hover {
            background: #523530;
        }

        .EdBtn:active {
            background: #fec73e;
        }

    input.EdBox {
        height: 2.5em;
        margin: 0;
        padding: 0px;
        line-height: 0.8em;
        border: 1px solid #cacaca;
        border-radius: 0;
        transition: background 0.2s ease, padding 0.4s linear;
        padding: 0.3em 1em 0.3em 1em;
        width: auto;
        display: inline-block;
    }

    .EdBoxErr {
        background-color: #ff9494!important;
        color: black;
    }

    textarea.EdBox {
        line-height: 1.3em;
    }

    .Rating {
        font-size: 2rem;
    }

    .Rating .fas {
        color: #FFCD00
    }

    .blkStars .fas {
        color: #000000 !important;
        font-size: 0.75em;
    }
    .blkStars .fal {
        font-size: 0.75em;
    }

    select.EdBox {
        height: 2.5em;
        padding: 0.3em 1.5em 0.3em 1em;
        border: 1px solid #cacaca;
        margin: 0 0 1em;
        font-size: 1em;
        line-height: normal;
        color: #0a0a0a;
        background-color: #fefefe;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
        background-size: 9px 6px;
        background-position: right -1em center;
        -webkit-background-origin: content-box;
        background-origin: content-box;
        background-repeat: no-repeat;
    }

    @media screen and (min-width: 0\0) {
        select.EdBox {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
        }
    }

    select.EdBox:disabled {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

    select.EdBox::-ms-expand {
        display: none;
    }

    input[type=checkbox].EdBox {
        display: none;
    }

        input[type=checkbox].EdBox + label {
            position: relative;
            font-size: 0.8em;
            line-height: 1.6em;
            text-indent: 4em;
            margin: 0.2em 0;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            height: 25px;
            top: 2px;
        }

            input[type=checkbox].EdBox + label:before,
            input[type=checkbox].EdBox + label:after {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: ' ';
                width: 3.6em;
                background-color: #c33;
                border-radius: 0.3em;
                box-shadow: inset 0 0.2em 0 rgba(0,0,0,0.3);
                -webkit-transition: all 100ms ease-in;
                transition: all 100ms ease-in;
            }

            input[type=checkbox].EdBox + label:after {
                width: 1.4em;
                top: 0.1em;
                bottom: 0.1em;
                margin-left: 0.1em;
                background-color: #fff;
                border-radius: 0.15em;
                box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);
            }

    input[type=checkbox]:disabled.EdBox + label:before {
        background-color: rgba(0,0,0,0.25) !important;
    }

    input[type=checkbox]:checked.EdBox + label:before {
        background-color: #393;
    }

    input[type=checkbox]:checked.EdBox + label:after {
        margin-left: 2em;
    }
    /* END OF DEFAULT INPUT */
    /* OTHER */
    .CtrlGrpInLine {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
        margin-right: 0.2em;
        text-align: left;
    }

        .CtrlGrpInLine .AdLbl {
            color: #797979;
            margin-left: 0.4em;
        }

    .margin-bottom-sm {
        margin-bottom: 5px;
    }

    .ABWebNotif {
        font-size: 2em;
    }

    .fabutton {
        font-size: 2.5em;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }




    /* Standard syntax */
    @keyframes FlashOpacity {
        0% {
            opacity: 0.25;
        }

        10% {
            opacity: 0.5;
        }

        20% {
            opacity: 0.75;
        }

        30% {
            opacity: 1;
        }

        40% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 1;
        }

        70% {
            opacity: 0.75;
        }

        80% {
            opacity: 0.50;
        }

        90% {
            opacity: 0.25;
        }

        100% {
            opacity: 0;
        }
    }


    /* NEW CSS FOR BOLEAN*/
    .MainContent {
        min-height: calc(100vh - 100px);
        position: relative;
    }

    .MaxMsgBox {
        min-height: calc(100vh - 200px);
    }

    .MaxOnScreen {
        display: none;
    }

    .subnav ul a img, .subnav ul a .fal {
        transition: all .2s;
    }

    .MyMsgBox {
        min-height: 35px;
        margin-top: 2rem;
    }

        .MyMsgBox .go-back-link {
            display: inline-block;
            margin-bottom: 5px;
            padding: 0.5rem;
            margin: 0;
            margin-top: -1rem;
            width: 100%;
        }



    @media screen and (max-width: 480px) {
        .card--btn img, .card--btn .fal {
            margin-right: 2rem;
        }
    }

    .card--btn img, .card--btn .fal {
        height: 8.8rem;
        font-size: 8.8rem;
    }

    .ab-input-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
    }

    .ab-input-box {
        padding: 0.5em;
        outline: none;
        font-size: inherit;
        border: 1px solid #DBDBDB;
        max-height: 4rem;
        background-color: #ffffff;
        width: 100%
    }
    /*body.-fixed-header.-always .master-footer ._content {
    display: none;
}*/
    .MasterMessage {
        text-align: center;
        max-width: 100%;
    }

        .MasterMessage .ab-input-group {
            text-align: left;
            max-width: 1000px;
        }

        .MasterMessage .MasterMessageDate {
            font-size: 1.1em;
            margin: 0.5rem;
        }

        .MasterMessage .MasterMessageTopic {
            font-size: 1em;
            border-bottom: solid 1px #221F20
        }

        .MasterMessage .MasterMessageBox {
            border: solid 1px rgb(255, 205, 50);
            background: rgb(255, 205, 50);
            font-size: 0.9em;
            width: 100%;
            padding: 1rem;
            margin-top: 1rem;
        }

    .message-hero {
        background-image: url(images/message_hero.jpg);
        background-position: top center;
        background-size: cover;
        color: black;
        position: relative;
        min-height: 20rem;
    }

        .message-hero h1 {
            position: absolute;
            height: 100%;
            font-size: 6rem;
            text-transform: uppercase;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.50);
            padding: 0 5rem;
            text-align: center;
        }

    @media screen and (max-width: 767px) {
        .message-hero h1 {
            font-size: 3.6rem;
            padding: 4rem 5rem;
        }
    }

    .ListSortBtn {
        cursor: pointer;
        position: relative;
    }
        .ListSortBtn::after {
            font-family: 'Font Awesome 5 Pro';
            content: '\f0dc';
            margin-left: 0.5rem;
            color: white;
        }
        .ListSortBtn.HSortDesc,
        .ListSortBtn.HSortAsc {
            font-weight: bold;
        }

            .ListSortBtn.HSortDesc::after,
            .ListSortBtn.HSortAsc::after {
                font-family: 'Font Awesome 5 Pro';
                content: '\f0d8';
                margin-left: 0.5rem;
                color: inherit;
            }

            .ListSortBtn.HSortAsc::after {
                content: '\f0d8';
            }

            .ListSortBtn.HSortDesc::after {
                content: '\f0d7';
            }

    .sds-hero {
        background-image: url(images/sds_hero.jpg);
        background-position: top right;
        background-size: cover;
        color: black;
        position: relative;
        min-height: 20rem;
    }

        .sds-hero h1 {
            position: absolute;
            font-size: 6rem;
            text-transform: uppercase;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.50);
            padding: 1rem;
            text-align: center;
        }

    .selectSize {
        height: auto;
        overflow-y: hidden;
        background: transparent;
        border: none;
        color: black;
        text-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .selectSize option {
            font-family: Roboto;
        }

            .selectSize option::before {
                content: 'A';
            }

    @media screen and (max-width: 767px) {
        .sds-hero h1 {
            font-size: 3.6rem;
        }
    }

    ._refresh {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(128, 128, 128, 0.25);
    }

        ._refresh > div {
            position: fixed;
            top: calc(50% - 64px);
            left: calc(50% - 64px);
        }

        ._refresh._inpop > div {
            position: absolute;
            top: calc(50% - 64px);
            left: calc(50% - 64px);
        }
    .detail-view {
        min-width: 90vw;
    }

    .avis-list {
        font-size: 1.6rem;
        padding: 2rem 2rem;
        width: 100%;
        display: block;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 90rem;
        position: relative;
        min-width: 50vw;
        min-height: 50vh;
    }

    @media screen and (max-width: 998px) {
        .avis-list {
            padding: 0;
        }
    }

    .avis-list ._title {
        width: 100%;
        display: block;
    }

        .avis-list ._title h1 {
        }

    .avis-list ._content {
        width: 100%;
        display: block;
    }

    .avis-list ._header {
        color: #fff;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        border: solid 2px black;
    }

        .avis-list ._header table {
            width: calc(100% - 1rem);
            border: solid 1px white;
            margin: 0.5rem;
        }

            .avis-list ._header table tr th {
                color: rgba(252, 204, 81, 1);
                font-size: 1.75rem;
                text-align: left;
                padding: 0.2rem;
            }

            .avis-list ._header table tr td {
                color: white;
                font-size: 1.2rem;
                text-align: right;
                padding: 0.2rem;
            }

    @media screen and (max-width: 480px) {
        .avis-list ._header table tr th {
            font-size: 1.2rem;
            padding: 0.1rem;
        }

        .avis-list ._header table tr td {
            font-size: 1rem;
            padding: 0.1rem;
        }
    }

    .avis-list ._info {
        border: solid 2px black;
    }

    .settings .ab-input-group {
        padding-top: 2rem;
        width: 100%;
    }

    .settings .ab-input-group__label {
        display: block;
    }

    .rate-link {
        color: gold;
    }

        .rate-link.noRate {
            color: #888 !important;
        }

    .click_able {
        cursor: pointer;
    }

    .timeline {
        float: left;
        width: 50%;
    }

    @media screen and (min-width: 480px) {
        .timeline {
            float: left;
            width: 33%;
        }
    }

    @media screen and (min-width: 767px) {
        .timeline {
            float: left;
            width: 16.5%
        }
    }


    @media screen and (min-width: 768px) {
        .desktopHide {
            display: none;
        }
    }
    @media screen and (min-width: 767px) {
        .tabletteShow {
            display: none!important;
        }
    }
    @media screen and (max-width: 767px) {
        .tabletteHide {
            display: none;
        }
    }
    @media screen and (min-width: 480px) {
        .mobileShow {
            display: none!important;
        }
    }
    @media screen and (max-width: 480px) {
        .mobileHide {
            display: none;
        }
    }


    .IconNumberTopRight {
        display: inline-block;
        position: absolute;
        right: -1rem;
        top: -1rem;
        padding: 0;
    }

    .IconNumberTopLeft {
        display: inline-block;
        position: absolute;
        left: -1rem;
        top: -1rem;
        padding: 0;
    }

    .IconNumberBottomRight {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0;
    }

    .IconNumber {
        font-size: 2rem;
        padding-top: 0.8rem;
        font-weight: bold;
        border-radius: 2rem;
        height: 4rem;
        min-width: 4rem;
        box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
        text-align: center;
        text-shadow: -1px -1px 0px rgba(0,0,0,0.9);
    }

    .IconNumberUrgent {
        color: white;
        background: linear-gradient(to bottom, rgba(247,4,8,0.7) 0%,rgba(109,0,25,0.7) 100%);
    }

    .IconNumberNormal {
        color: white;
        background: linear-gradient(to bottom, rgba(107,132,158,0.7) 0%,rgba(34,96,158,0.7) 100%);
    }

    /*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
    .ui-autocomplete {
        position: absolute;
        cursor: default;
        border: solid 1px black;
        background: white;
        color: rgb(69,72,77);
        z-index: 1000;
    }

    .ui-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        outline: 0;
    }

        .ui-menu .ui-menu {
            position: absolute;
        }

        .ui-menu .ui-menu-item {
            margin: 0;
            cursor: pointer;
            /* support: IE10, see #8844 */
            list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
        }

        .ui-menu .ui-menu-item-wrapper {
            position: relative;
            padding: 3px 1em 3px .4em;
        }

        .ui-menu .ui-menu-divider {
            margin: 5px 0;
            height: 0;
            font-size: 0;
            line-height: 0;
            border-width: 1px 0 0 0;
        }

        .ui-menu .ui-state-focus,
        .ui-menu .ui-state-active {
            margin: -1px;
            background: rgba(252, 204, 81, 1);
        }

    /* icon support */
    .ui-menu-icons {
        position: relative;
    }

        .ui-menu-icons .ui-menu-item-wrapper {
            padding-left: 2em;
        }

    /* left-aligned */
    .ui-menu .ui-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: .2em;
        margin: auto 0;
    }

    /* right-aligned */
    .ui-menu .ui-menu-icon {
        left: auto;
        right: 0;
    }

    .ui-widget {
        font-family: "Roboto","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
        background: #fff;
    }

    .ui-datepicker {
        background-color: #fff;
        border: 1px solid #66AFE9;
        border-radius: 4px;
        box-shadow: 0 0 8px rgba(102,175,233,.6);
        display: none;
        margin-top: 0.4rem;
        padding: 0.5rem;
        width: 25rem;
    }

        .ui-datepicker a,
        .ui-datepicker a:hover {
            text-decoration: none;
        }

            .ui-datepicker a:hover,
            .ui-datepicker td:hover a {
                color: #2A6496;
                -webkit-transition: color 0.1s ease-in-out;
                -moz-transition: color 0.1s ease-in-out;
                -o-transition: color 0.1s ease-in-out;
                transition: color 0.1s ease-in-out;
            }

        .ui-datepicker .ui-datepicker-header {
            margin-top: 0.5rem;
            text-align: center;
        }

        .ui-datepicker .ui-datepicker-title {
            font-weight: 700;
        }

        .ui-datepicker .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-next {
            cursor: default;
            font-family: 'Font Awesome 5 Pro', FontAwesome;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-weight: normal;
            font-size: 3rem;
            height: 3rem;
            line-height: 1;
            margin-top: 2px;
            width: 3rem;
            cursor: pointer;
        }

        .ui-datepicker .ui-datepicker-prev {
            float: left;
            text-align: left;
        }

        .ui-datepicker .ui-datepicker-next {
            float: right;
            text-align: right;
        }

        .ui-datepicker .ui-datepicker-prev:before {
            content: "\f351";
        }

        .ui-datepicker .ui-datepicker-next:before {
            content: "\f352";
        }

        .ui-datepicker .ui-datepicker-month {
            width: 7rem;
            margin-right: 1rem;
            text-align: left;
        }

        .ui-datepicker .ui-datepicker-year {
            width: 6.2rem;
            text-align: left;
        }

        .ui-datepicker .ui-icon {
            display: none;
        }

        .ui-datepicker .ui-datepicker-calendar {
            table-layout: fixed;
            width: 100%;
        }

            .ui-datepicker .ui-datepicker-calendar th,
            .ui-datepicker .ui-datepicker-calendar td {
                text-align: center;
                padding: 0.5rem 0;
            }

            .ui-datepicker .ui-datepicker-calendar td {
                border-radius: 4px;
                -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
                -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
                -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
                transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            }

                .ui-datepicker .ui-datepicker-calendar td:hover {
                    background-color: #eee;
                    cursor: pointer;
                }

                .ui-datepicker .ui-datepicker-calendar td a {
                    text-decoration: none;
                }

        .ui-datepicker .ui-datepicker-current-day {
            background-color: #4289cc;
        }

            .ui-datepicker .ui-datepicker-current-day a {
                color: #fff
            }

        .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
            background-color: #fff;
            cursor: default;
        }

    #site-coming-soon {
        height: 92.5vh;
        width: 100%;
        background-image: url(/content/images/Accueil_Flou_desktop.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media screen and (max-width: 998px) {
        #site-coming-soon {
            background-image: url(/content/images/Accueil_Flou_tablette.jpg);
        }
    }

    @media screen and (max-width: 767px) {
        #site-coming-soon {
            background-image: url(/content/images/Accueil_Flou_mobile.jpg);
        }
    }

    #site-coming-soon ._caption {
        text-align: center;
        -webkit-transform: translateY(-5vh);
        transform: translateY(-5vh);
    }

        #site-coming-soon ._caption img {
            width: 150px;
            margin-bottom: 1rem;
        }

    @media screen and (max-width: 767px) {
        #site-coming-soon ._caption img {
            width: 100px;
        }
    }

    #site-coming-soon ._caption p {
        font-size: 6rem;
        font-weight: 700;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .BView {
        border: solid 2px #000;
        background-color: #fff;
        display: inline-block;
        font-family: Arial;
        max-width: 100%;
        font-size: 14px;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 15px;
        text-align: left;
    }

    .BView_ItemA {
        background: hsla(0,0%, 0%,.2);
    }

    @media screen and (max-width: 767px) {
        #site-coming-soon ._caption p {
            font-size: 3.5rem;
        }
    }

    .SearchBar {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent;
    }

        .SearchBar .SearchInput {
            position: relative;
            right: 0;
            background: transparent;
        }

            .SearchBar .SearchInput > input[type="search"] {
                width: 100%;
                height: 25px;
                width: 300px;
                padding-left: 30px;
            }

    @media screen and (max-width: 500px) {
        .SearchBar .SearchInput > input[type="search"] {
            width: 95%;
        }
    }

    .SearchBar .SearchInput > input[type="search"]:focus {
        width: 95vw;
        max-width: 500px;
        font-size: 1.2em;
        height: 30px;
        line-height: 30px;
    }

    .SearchBar .SearchInput > input[type="search"]::-webkit-input-placeholder {
        color: #888;
        font-style: italic;
        font-size: 1.2rem;
        padding-left: 2rem;
    }

    .SearchBar .SearchInput > input[type="search"]:-ms-input-placeholder {
        color: #888;
        font-style: italic;
        font-size: 1.2rem;
        padding-left: 2rem;
    }

    .SearchBar .SearchInput > input[type="search"]::-ms-input-placeholder {
        color: #888;
        font-style: italic;
        font-size: 1.2rem;
        padding-left: 2rem;
    }

    .SearchBar .SearchInput > input[type="search"]::placeholder {
        color: #888;
        font-style: italic;
        font-size: 1.2rem;
        padding-left: 2rem;
    }

    .SearchBar .SearchInput > i.fal {
        position: absolute;
        top: 4px;
        left: 4px;
        color: #221F20;
        cursor: pointer;
    }

        .SearchBar .SearchInput > i.fal:hover {
            font-weight: bold;
            color: #fccc51;
            zoom: 1.2;
        }

    .QuickSearch {
        min-height: 40px;
        position: relative;
        border-bottom: solid 1px #221F20;
        margin-top: 4px;
        padding-bottom: 4px;
        font-size: 1.2rem;
        text-align: left;
    }

        .QuickSearch > a {
            display: block;
            font-size: 1.8rem;
        }

        .QuickSearch > img {
            height: 35px;
            float: left;
            margin-right: 5px;
        }

        .QuickSearch > .score {
            position: absolute;
            right: -3px;
            top: -3px;
            background: #fccc51;
            color: #221F20;
            font-size: 10px;
            padding-top: 2px;
            height: 15px;
            width: 15px;
            border-radius: 7.5px;
            text-align: center;
            margin-top: 5px;
        }

    .search {
        display: block;
        width: 100% !important;
        position: relative;
        padding: 10px;
        text-align: left;
    }

        .search > span._title {
            display: inline-block;
            position: absolute;
            top: 12px;
            color: #888;
            line-height: 1rem;
            font-size: 1rem;
            text-align: left;
            margin-left: 4px;
            text-decoration: underline;
        }

        .search > div.ab-dropdown {
            display: inline-block;
            color: #888;
            text-align: left;
            font-size: 0.8rem;
            height: 3.3rem;
            margin-top: 0;
            width: 20rem;
            border: none;
            background: none;
            vertical-align: top;
        }

            .search > div.ab-dropdown select {
                font-size: 1.5rem;
                padding-left: 1rem;
                line-height: 1;
                border: 0;
                border-radius: 0;
                height: 2rem;
                outline: none;
                -webkit-appearance: textfield;
                padding-right: 36px;
                box-shadow: none;
                text-shadow: none;
                color: #221F20;
                text-indent: 0;
            }

        .search > div._viewSwitch {
            display: inline-block;
            text-align: left;
            height: 3.3rem;
            margin-top: 0;
            vertical-align: top;
        }

            .search > div._viewSwitch ._title {
                display: block;
                color: #888;
                text-align: left;
                font-size: 0.8rem;
            }

            .search > div._viewSwitch ._switchBtn {
                display: inline-block;
                color: #888;
                text-align: left;
                font-size: 1.5rem;
                margin-right: 1rem;
                color: #1A0DAB;
                cursor: pointer;
            }

                .search > div._viewSwitch ._switchBtn:hover {
                    display: inline-block;
                    color: #888;
                    text-align: left;
                    font-size: 1.5rem;
                    margin-right: 1rem;
                    color: #776df0;
                    cursor: pointer;
                }

        .search > input[type=search] {
            font-size: 25px;
            border: 2px solid #DBDBDB;
            height: 42px;
            background: rgba(255, 255, 255, 1);
            width: 100%;
            padding-top: 10px;
            padding-left: 12px;
        }

            .search > input[type=search]:focus {
                background: rgb(252,252,252)
            }

        .search > i.fa-search {
            position: absolute;
            right: 15px;
            top: 20px;
            font-size: 25px;
            cursor: pointer;
            color: white;
            text-shadow: #000 0px 0px 2px;
        }

            .search > i.fa-search:hover {
                color: #FFCD32;
            }

    .SearchResults {
        width: 100%;
    }

        .SearchResults > li {
            min-height: 80px;
            position: relative;
            margin-top: 4px;
            margin-bottom: 2rem;
            padding: 5px;
            font-size: 1.2rem;
            text-align: left;
        }

            .SearchResults > li > a {
                color: #1A0DAB;
                display: block;
                font-size: 1.6rem;
            }

            .SearchResults > li > img {
                height: 70px;
                float: left;
                margin: 5px 15px 5px 5px;
                vertical-align: middle
            }

            .SearchResults > li > ._url {
                display: block;
                font-size: 1rem;
                color: darkgreen
            }

            .SearchResults > li > ._score {
                display: inline-block;
                color: #221F20;
                font-size: 10px;
            }

            .SearchResults > li > ._quick {
                color: #1A0DAB;
                cursor: pointer;
                display: inline-block;
                font-size: 10px;
            }

    .ImageResults {
        width: 100%;
    }

        .ImageResults > li {
            display: inline-block;
            width: 150px;
            height: 150px;
            position: relative;
            padding: 5px;
            margin: 10px;
            font-size: 1.2rem;
            text-align: center;
            overflow: hidden;
        }

            .ImageResults > li > a {
                color: #1A0DAB;
                display: block;
                font-size: 1.6rem;
            }

                .ImageResults > li > a > img {
                    height: 120px;
                    float: left;
                    margin: 5px 15px 5px 5px;
                    vertical-align: middle
                }
    /* Slider */
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        z-index: 1;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }


    .slick-slider div img {
        width: 100%;
        height: 500px;
    }

    .prev {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .next {
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
        cursor: pointer;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    }

    .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        list-style-type: none;
    }

        .slick-dots li {
            margin: 0 1rem;
        }

        .slick-dots button {
            position: absolute;
            bottom: 30px;
            display: inline-block;
            width: 1.5rem;
            height: 1.5rem;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: white;
            text-indent: -9999px;
            cursor: pointer;
        }

        .slick-dots li.slick-active button {
            background-color: black;
        }


.TopCat {
    background-color: #ffffff;
    padding-top: 2rem;
    text-align: left;
    margin-bottom: 2rem;
    width: calc(20% - 2rem);
    margin: 1rem 1rem;
    display: inline-block;
    position: relative;
    text-align: center;
}

.TopCatImg {
    max-height: 328px;
    max-width: 322px;
    width: 100%;
    min-width: 190px;
    min-height: 190px;
    padding-left: unset;
    padding-right: unset;
}


    @media screen and (max-width: 992px) {
        .TopCat {
            width: calc(50% - 3rem);
        }
    }

    @media screen and (max-width: 576px) {
        .TopCat {
            width: calc(100% - 3rem);
        }
    }

    @media screen and (max-width: 350px) {
        .TopCat {
            width: calc(100% - 3rem);
        }
    }


    @media screen and (max-width: 500px) {
        .NewsLetter {
            padding-left: unset;
            padding-right: unset;
        }
    }

    @media screen and (min-width: 500px) {
        .NewsLetter {
            padding-left: 25%;
            padding-right: 25%;
        }
    }


    .ProdPop {
        background-color: #ffffff;
        padding: 2rem 2rem;
        text-align: left;
        margin-bottom: 2rem;
        width: 250px;
        height: 250px;
        margin: 1rem 1rem;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .ProdPopImg {
        height: 200px;
        width: 200px;
        padding-left: unset;
        padding-right: unset;
    }

    @media screen and (max-width: 992px) {
        .ProdPop {
            background-color: #ffffff;
            padding: 0 2rem;
            text-align: left;
            margin-bottom: 2rem;
            width: 200px;
            height: 200px;
            margin: 0 1rem;
            display: inline-block;
            position: relative;
        }

        .ProdPopImg {
            height: 150px;
            width: 150px;
            padding-left: unset;
            padding-right: unset;
        }
    }


    @media screen and (max-width: 576px) {
        .ProdPop {
            background-color: #ffffff;
            padding: 2rem 0 0rem 0;
            text-align: left;
            margin-bottom: 2rem;
            width: 200px;
            height: 200px;
            margin: 1rem 0rem;
            display: inline-block;
            position: relative;
        }
    }

    .MagInfoLeft {
        padding-left: 20%;
    }

    .MagInfoRight {
        padding-right: 20%;
    }

    @media screen and (max-width: 992px) {
        .MagInfoLeft {
            padding-left: 10%;
        }

        .MagInfoRight {
            padding-right: 10%;
        }
    }

    @media screen and (max-width: 576px) {
        .MagInfoLeft {
            padding-left: 2rem;
            display: none;
        }

        .MagInfoRight {
            padding-right: 2rem;
            width: 100% !important;
        }
    }


    #clock {
        display: flex;
        width: 570px;
        padding-left: 7%;
        margin: 0 auto;
    }

        #clock div {
            position: relative;
            width: 100px;
            padding: 20px;
            margin: 0 5px;
            background: #262626;
            color: #fff;
            border: 2px solid #000
        }

            #clock div span {
                display: block;
                text-align: center;
            }

                #clock div span:nth-child(1) {
                    font-size: 48px;
                    font-weight: 800;
                }

    @media screen and (max-width: 576px) {
        #clock {
            display: flex;
            width: 350px;
            padding-left: unset;
            margin: 0 auto;
        }

            #clock div {
                position: relative;
                width: 79px;
                margin: 0 5px;
                background: #262626;
                color: #fff;
                border: 2px solid #000
            }

                #clock div span {
                    display: block;
                    text-align: center;
                    font-size: 12px;
                }

                    #clock div span:nth-child(1) {
                        font-size: 22px;
                        font-weight: 800;
                    }
    }


    .Ban_droite {
        float: right;
        margin-right: 5rem;
    }

    .Ban_gauche {
        float: left;
        margin-left: 6rem;
    }

    .Ban_centre {
        width: 100%;
        margin-right:auto;
        margin-left:auto;
    }

    .Ban {
        height: 300px;
        width: 650px;
        font-size: 6rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .Ban_petit {
        height: 200px;
        width: 330px;
        font-size: 5rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .Ban_moyen {
        height: 275px;
        width: 650px;
        font-size: 2.5em;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .Ban_moyen > a {
        padding: 1em;
    }

    .Ban_gros {
        height: 375px;
        width: 550px;
        font-size: 4rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    .Ban_bas {
        margin-top: 15rem;
    }

    .Ban_milieu {
        margin-top: 10rem;
    }

    .Ban_haut {
        margin-top: 2rem;
    }

    .Covid_Ban {
        font-size: 4rem;
    }

    .img_ban {
        height: 100px !important;
        width: 400px !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px
    }

    @media (max-width: 950px) {
        .Ban_petit {
            height: 200px;
            width: 280px;
            font-size: 4rem;
            font-weight: 700;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
        }

        .Ban {
            height: 250px;
            width: 350px;
            font-size: 4rem;
            font-weight: 700;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
        }

        .Ban_moyen {
            height: 175px;
            width: 350px;
            font-size: 1.75em;
            font-weight: 700;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
        }

        .Ban_moyen > a {
            padding: 0.5em;
        }

        .Ban_bas {
            margin-top: 5rem;
        }

        .Ban_milieu {
            margin-top: 5rem;
        }

        .Ban_droite {
            float: right;
            margin-right: 3rem;
        }

        .Ban_gauche {
            float: left;
            margin-left: 4rem;
        }

        .Covid_Ban {
            font-size: 3rem;
        }

        .Ban_gros {
            height: 275px;
            width: 450px;
            font-size: 3rem;
            font-weight: 700;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 15px;
        }

        .img_ban {
            height: 50px !important;
            width: 200px !important;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 25px
        }
    }


    @media (max-width: 550px) {
        .Ban_petit {
            height: 100px;
            width: 230px;
            font-size: 1em;
            font-weight: 700;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 10px;
        }

        .Ban {
            height: 150px;
            width: 200px;
            font-size: 1.5em;
            font-weight: 700;
        }

        .Ban_moyen {
            height: 125px;
            width: 200px;
            font-size: 1em;
            font-weight: 700;
        }

        .Ban_bas {
            margin-top: 3rem;
        }

        .Ban_milieu {
            margin-top: 4rem;
            margin-bottom: 10px;
        }

        .Ban_droite {
            float: right;
            margin-right: 1rem;
        }

        .Ban_gauche {
            float: left;
            margin-left: 1rem;
        }

        .but_ban {
            font-size: 1rem;
            margin-top: 10px
        }

        .Covid_Ban {
            font-size: 1.5rem;
        }

        .Ban_gros {
            height: 300px;
            width: 200px;
            font-size: 1rem;
            font-weight: 600;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 15px;
        }

        .img_ban {
            height: 50px !important;
            width: 150px !important;
            margin-left: auto;
            margin-right: auto;
        }
    }


    .PageCnt {
        min-width: 950px;
    }

    @media (max-width: 950px) {
        .PageCnt {
            min-width: 550px;
        }
    }

    @media (max-width: 550px) {
        .PageCnt {
            min-width: 250px;
        }
    }


    .Simon {
        margin-bottom: 25px;
        padding: 2rem;
    }

        .Simon > div {
            width: 45%;
            display: inline-block;
        }

    @media (max-width: 750px) {
        .Simon > div {
            width: 100%;
            margin-bottom: 10px;
        }

        .Simon {
            margin-bottom: 25px;
            padding: 2rem 0rem 0rem 0rem;
        }
    }

    .PageProd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 3rem;
        margin-bottom: 2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .PageProd > li {
            position: relative;
            display: block;
            flex-basis: 250px;
            margin-right: 2rem;
            margin-bottom: 1rem;
            width: 175px;
            text-align: center;
        }

            .PageProd > li > a > img {
                width: 150px;
                height: 150px;
                margin-bottom: 1rem;
                cursor: pointer;
                border: solid 2px #ddd;
            }

            .PageProd > li > span {
                font-size: 1.1rem;
            }

                .PageProd > li > span._addBtn {
                    background: #FFCD00;
                    padding: 0.8rem;
                    margin: 1rem;
                    font-size: 1rem;
                    font-weight: bold;
                    width: auto;
                    cursor: pointer;
                    display: inline-block;
                    -webkit-transition: width 1000ms ease-in-out;
                    transition: width 1000ms ease-in-out;
                }

                    .PageProd > li > span._addBtn:hover {
                        color: #221F20;
                        background-color: #ffdf79;
                    }

                .PageProd > li > span._pTitle {
                    display: block;
                    font-weight: bold;
                }

                .PageProd > li > span._pDesc {
                    display: block;
                    color: #888;
                }

                .PageProd > li > span._pCode {
                    display: block;
                    font-weight: bold;
                    margin-top: 0.5rem;
                }

    .Banner_Cnt {
        position: relative;
    }

    /* Bottom left text */
    .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 16px;
    }

    /* Top left text */
    .top-left {
        position: absolute;
        top: 8px;
        left: 16px;
    }

    /* Top right text */
    .top-right {
        position: absolute;
        top: 8px;
        right: 16px;
    }

    /* Bottom right text */
    .bottom-right {
        position: absolute;
        bottom: 8px;
        right: 16px;
    }

    /* Centered text */
    .centered-right {
        position: absolute;
        right: 16px;
        top: 30%;
        text-align: right;
    }
    /* Centered text */
    .centered-left {
        position: absolute;
        left: 16px;
        top: 50%;
        text-align: left;
    }

    .TBBanner > div {
        font-size: 4rem;
    }

        .TBBanner > div > div {
            width: 100%;
            height: 100%;
        }


    @media (max-width: 750px) {
        .TBBanner > div {
            font-size: 3rem;
        }
    }

    @media (max-width: 500px) {

        .TBBanner > div {
            font-size: 2rem;
        }
    }

    .Banner_Info, .Banner_Preview{
        display:inline-block;
    }

        .Banner_Preview{
            vertical-align:top;
            padding-top: 2em;
        }


        .WkDocBoxIBtn {
            font-size: 2.5em;
            vertical-align: top;
            cursor: pointer;
            margin-left: 0.25em;
        }

        .WkDocBoxIBtn:hover {
            background: rgba(38, 118, 181, 0.15);
            text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
        }

    .WkDocCellLine {
        border-top: solid 1px;
    }

    .WkDocBox {
        background: rgba(38, 118, 181, 0.15);
        margin: 1px 4px;
        line-height: 1.2em;
        height: 2em;
        vertical-align: middle;
        padding: 2px;
        border: solid 1px rgba(0, 0, 0, 0.50);
        border-radius: 0px;
        transition: background 0.4s ease, padding 0.4s linear;
    }

        .WkDocBox:focus {
            background: #FFF;
        }

    select[multiple="multiple"].WkDocBox {
        height: auto;
    }

    input[type="checkbox"].WkDocBox {
        display: none;
    }

        input[type="checkbox"].WkDocBox + label {
            font-size: 1em;
            font-weight: bold;
            text-align: left;
            text-transform: uppercase;
            color: #333;
            margin: 0.5em 0.5em 0.5em 0;
            padding: 3px;
            vertical-align: bottom;
            cursor: pointer;
        }

            input[type="checkbox"].NoBold + label{
                font-weight: 500 !important;
                vertical-align: sub !important;
            }

            input[type="checkbox"].WkDocBox + label:before {
                font-family: 'Font Awesome 5 Pro';
                content: '\f204';
                margin-right: 0.2em;
                font-size: 2em;
                vertical-align: bottom;
                font-weight: bold;
                color: darkred;
            }

        input[type="checkbox"].WkDocBox:checked + label:before {
            content: '\f205';
            color: darkgreen;
        }

    input[type="radio"].WkDocBox {
        display: none;
    }

        input[type="radio"].WkDocBox + label:before {
            font-family: 'Font Awesome 5 Pro', FontAwesome;
            content: '\f111';
            margin-right: 0.2em;
            font-size: 2em;
            vertical-align: bottom;
            font-weight: bold;
        }

        input[type="radio"].WkDocBox:checked + label:before {
            content: '\f058';
            color: darkgreen;
            animation: PulsingRadio 3s infinite alternate;
        }

    .ToggleChk {
        position: relative;
        width: 3.6em;
        height: 1.4em;
        display: inline-block;
    }

        .ToggleChk input[type=checkbox] {
            display: none;
        }

            .ToggleChk input[type=checkbox] + label {
                position: relative;
                cursor: pointer;
            }

                .ToggleChk input[type=checkbox] + label:before,
                .ToggleChk input[type=checkbox] + label:after {
                    position: absolute;
                    content: ' ';
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    border: solid 1px #D2D2D2;
                    -webkit-transition: all 100ms ease-in;
                    transition: all 100ms ease-in;
                }
                .ToggleChk2 input[type=checkbox] + label:before,
                .ToggleChk2 input[type=checkbox] + label:after {
                    position: absolute;
                    content: ' ';
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: -35px;
                    border: solid 1px #D2D2D2;
                    -webkit-transition: all 100ms ease-in;
                    transition: all 100ms ease-in;
                }

        .ToggleChk input[type=checkbox] + label:before {
            content: attr(data-label);
            font-family: Arial;
            text-align: right;
            font-size: 0.6em;
            color: #333;
            padding: 0.5em 0.8em 0 0.8em;
            width: 6em;
            height: 2.35em;
            border-radius: 1.5em;
            background-color: #F4F4F4;
        }

        .ToggleChk._fr input[type=checkbox] + label:before {
            content: 'inactif'
        }

        .ToggleChk._en input[type=checkbox] + label:before {
            content: 'off';
        }

        .ToggleChk input[type=checkbox] + label:after {
            width: 1.3em;
            height: 1.3em;
            top: 0.06em;
            margin-left: 0.04em;
            background-color: #FFF;
            border-radius: 0.75em;
        }

        .ToggleChk input[type=checkbox]:disabled + label {
            cursor: no-drop;
        }

        .ToggleChk input[type=checkbox]:checked + label:before {
            background-color: #4DB24D;
            text-align: left;
            color: #F4F4F4;
        }

        .ToggleChk._fr input[type=checkbox]:checked + label:before {
            content: 'actif'
        }

        .ToggleChk._en input[type=checkbox]:checked + label:before {
            content: 'active'
        }

        .ToggleChk input[type=checkbox]:checked + label:after {
            margin-left: 2.3em;
            border-color: #4DB24D;
        }

        .ToggleChk._fr2 input[type=checkbox] + label:before {
            content: 'fermé';
        }

        .ToggleChk._en2 input[type=checkbox] + label:before {
            content: 'closed';
        }

        .ToggleChk._fr2 input[type=checkbox]:checked + label:before {
            content: 'ouvert';
        }

        .ToggleChk._en2 input[type=checkbox]:checked + label:before {
            content: 'opened';
        }

    .NoTextBreakNoOverflow {
        display: inline-block;
        text-wrap: none;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        max-height: 1.1em;
    }

    @media (min-width: 750px) {

        .testimony_Width {
            width: 750px;
        }
    }

    @media (max-width: 950px) {

        .PageHeaderBanner > div {
            width: 950px;
        }
    }

.Test_Cnt > div {
    padding:0.5rem;
}

.letterCircle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    line-height:1em;
    width: 1em;
    height: 1em;
    padding: 4px;
    background: #FFCD00;
    border: 2px solid black;
    color: black;
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
}


    .BlogPage {
        padding: 2rem 10rem 0 10rem;
        line-height: 1.5;
    }

    @media (max-width: 750px) {

        .BlogPage {
            padding: 2rem 0rem 0 0rem;
            line-height: 1.5;
        }
    }


    .blog-cnt {
        width: 100%;
        padding: 2rem 6rem 2rem 6rem;
    }

    .blog-header {
        width: 100%;
        background-color: gainsboro;
        padding: 2rem 2rem 2rem 6rem;
    }

    @media (max-width: 750px) {

        .blog-cnt {
            width: 100%;
            padding: 2rem 1rem 2rem 1rem;
        }

        .blog-header {
            width: 100%;
            background-color: gainsboro;
            padding: 2rem 1rem 2rem 1rem;
        }
    }


    .SortBlog {
        display: inline-flex;
    }

    @media (max-width: 325px) {
        .SortBlog {
            display: none;
        }
    }

.BlogList {
    height: 8rem;
    line-height: 5rem;
    font-style: italic;
    color: darkgrey;
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: gainsboro;
}
.CommentList {
    font-style: italic;
    color: darkgrey;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: gainsboro;
}


    .Blog_Article {
        border: 3px solid gainsboro;
        width: calc(33% - 4rem);
        margin: 2rem;
        display: inline-block;
        height: 100%
    }

        .Blog_Article > div {
            padding: 2rem;
        }


    .Blog_Img {
        height: 175px;
        width: 100%;
        background-size: 100% 175px;
        padding: 0 !important;
    }

    .Main_Article {
        background-size: cover;
    }

        .Main_Article > div > div > div {
            padding: 1rem;
        }


    .Blog_Desc {
        height: 17rem;
    }

    .BlogTitle {
        height: 8rem;
    }


    @media (max-width: 1200px) {

        .BlogPage {
            padding: 2rem 7rem 0 7rem;
            line-height: 1.5;
        }

        .Blog_Article {
            border: 3px solid gainsboro;
            width: calc(50% - 6rem);
            margin: 2.75rem;
            display: inline-block;
        }

            .Blog_Article > div {
                padding: 2rem;
            }


        .Blog_Img {
            height: 175px;
            width: 100%;
            background-size: 100% 175px;
            padding: 0 !important;
        }

        .Main_Article {
            background-size: cover;
        }

            .Main_Article > div > div > div {
                padding: 1rem;
            }


        .Blog_Desc {
            height: 17rem;
        }

        .BlogTitle {
            height: 8rem;
        }
    }

    @media (max-width: 775px) {


        .BlogPage {
            padding: 2rem 4rem 0 4rem;
            line-height: 1.5;
        }

        .Blog_Article {
            border: 3px solid gainsboro;
            width: calc(100% - 6rem);
            margin: 2.75rem;
            display: inline-block;
        }

            .Blog_Article > div {
                padding: 2rem;
            }


        .Blog_Img {
            height: 175px;
            width: 100%;
            background-size: 100% 175px;
            padding: 0 !important;
        }

        .Main_Article {
            background-size: cover;
        }

            .Main_Article > div > div > div {
                padding: 1rem;
            }


        .Blog_Desc {
            height: 13rem;
        }

        .BlogTitle {
            height: 4rem;
        }
    }

    @media (max-width: 350px) {

        .Blog_Article {
            border: 3px solid gainsboro;
            width: 100%;
            margin: 2rem 0 0 0;
            display: inline-block;
        }
    }

    .totalBlog {
        display: inline-flex;
    }

    @media (max-width: 450px) {

        .BlogPage {
            padding: 1rem 2rem 0 1rem;
            line-height: 1.5;
        }

        .totalBlog {
            display: none;
        }


        .Blog_Desc {
            height: 13rem;
        }

        .BlogTitle {
            height: 4rem;
        }
    }

.JobForm {
    max-width: 800px;
    border: solid 2px #f4f4f4;
    margin-bottom: 1em;
    padding: 2em;
}
    .JobForm ._title {

    }
    .JobForm ._title h2 {
        margin-bottom: 1em;
    }
        .JobForm ._title ._msg {
            margin-bottom: 1em;
            line-height: 1.5em;
            max-width: 550px;
        }
        .JobForm ._title ._bar {
            display: inline-block;
            width: 150px;
            border-bottom: solid 5px #FFCE01;
            margin-bottom: 1em;
        }
    .CareerForm {
        display: block;
        padding: 0 0 30px 0;
        border-bottom: solid 2px #f4f4f4;
    }
        .CareerForm h3 {
            padding: 1em 0;
        }
    .CareerForm .AdLbl {
        display: block;
        font-size: 0.75em;
        line-height: 1.5em;
        margin: 0.2rem 0.1em;
    }
    .CareerForm .AdLbl > span{
        font-size: 0.75em;
        vertical-align: middle;
        margin-left: 0.5em;
    }
        .CareerForm > ._input {
            display: inline-block;
            width: 98.5%;
            padding: 0 2em 0 0.2em;
            
        }
        .CareerForm > ._input._input50 {
            display: inline-block;
            width: 49%;
            vertical-align: top;

        }
.FileBtn {
    border: solid 1px #aaa;
    overflow: hidden;
    background: #f4f4f4;
    display: inline-block;
    font-size: 0.7em;
    padding: 0.3em 1em;
    font-weight: bold;
    margin: 0.5em 0.5em 0 0;
}
    .FileBtn i{
        color: #333;
        background: transparent;
        border: none;
        margin-left: 0.5em;
        cursor: pointer;
        display: inline-block;
    }
    .FileBtn i:hover {
        color: #FFCD34;
    }
.CareerForm > ._input .EdBox {
    border: solid 1px #aaa;
    font-family: Arial;
    padding: 0.4em 1em;
    height: auto;
    color: #666;
}

        .CareerForm > ._input .EdBox:focus {
            color: #000;
        }

    .CareerForm ._submit {
        margin: 2em 2.6em 0 0;
        text-align: right;
    }

    .CareerFooter {
        margin: 30px 20px;
        background: #F4F4F4;
        text-align: center;
        padding: 30px;
    }
@media (max-width: 600px) {
    .JobForm {
        padding: 0.5em;
    }
    .CareerForm > ._input {
        padding: 0 0 0 0.2em;
    }
    .CareerForm > ._input._input50 {
        display: inline-block;
        width: 98.5%;
    }
    .CareerForm ._submit {
        margin: 2em 0 0;
        text-align: center;
    }
    .CareerFooter {
        margin: 2em 0.2em;
        padding: 12px;
    }
}
    .downloadBtn {
        position: relative;
        overflow: hidden;
        border: solid 1px #aaa;
    }

        .downloadBtn input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 200px;
            direction: ltr;
            cursor: pointer;
        }

        .downloadBtn ._downloadMsg {
            font-size: 0.8em;
            margin: 0.5em 1em 0.5em 1em;
            text-align: center;
        }

        .downloadBtn ._downloadProg {
            display: block;
            width: 100%;
            height: 0.2em;
            background: #888;
        }

            .downloadBtn ._downloadProg ._downloadBar {
                height: 0.5em;
                background: green;
                width: 0;
            }

    .fileupload-icon {
        font-size: 1.2em;
        font-weight: bold;
    }

    .fileinput-browse:hover {
        -webkit-box-shadow: 0 0 5px #111;
        -moz-box-shadow: 0 0 5px #111;
        box-shadow: 0 0 5px #111;
    }

    .fileinput-browse span {
        padding: 0.0em 0.1em 0.1em 0.2em;
    }



    .tray_topmargin {
        margin-top: 0px !important;
    }

    @media (max-width:480px) {
        .tray_topmargin {
            margin-top: 50px !important;
        }
    }

    .CentreFormationForm > label {
        margin-top: 5px;
    }

    .reservInfo {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    @media (max-width:650px) {
        .reservInfo {
            padding-left: 5rem;
            padding-right: 5rem;
        }
    }

    .ClientSoumission {
        padding: 1rem 2rem 1rem 2rem;
    }


    .foulist_cnt {
        max-width: 2048px;
    }




    .foulist {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        height: 100px;
    }

    /*.slick-slide {
        margin-left: 27px;
    }

    .slick-list {
        margin-left: -27px;
        margin-right: -27px;
    }*/

    /*Import Control Classes*/
.import{

}
    .import h2 {
        background: #f4f4f4;
        padding: 2rem 1rem;
        text-align: center;
        font-weight: normal;
    }
    .import ._options {
        padding: 1rem;
        text-align: center;
    }
        .import ._options ._btn {
            border-radius: 0;
            text-decoration: none;
            display: inline-block;
            padding: 1rem 1rem;
            font-size: 1.4rem;
            text-transform: uppercase;
            font-weight: 700;
            cursor: pointer;
            background-color: transparent;
            border: none;
            text-align: center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            color: #221F20;
            background-color: #FFCD00;
        }
            .import ._options ._btn._active {
                background: #221F20;
                color: #fff;
            }
            .import ._options ._btn > label {
                margin-left: 1rem;
                cursor: pointer;
            }
        .import ._options ._btn > i {
        }
        .import ._options ._btn:hover {
            color: #221F20;
            background-color: #ffdf79;
        }
@media screen and (max-width: 767px) {
    .import ._options ._btn {
        width: 65px;
        height: 65px;
        vertical-align: top;
    }
    .import ._options ._btn > label {
        margin-left: 0;
        display: block;
        font-size: 0.5em;
    }

    .import ._options ._btn > i {
        font-size: 2em;
        margin-bottom: 0.5rem;
    }
}
    .import ._importCnt {
        text-align: center;
    }
    .import ._importData{
        text-align: center;
    }
.import ._import {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .import ._import .AdLbl {
        text-align: left;
        display: block;
        font-size: 0.75em;
        line-height: 1.5em;
        margin: 0.2rem 0.1em;
    }
    .import ._import ._download {
        width: 300px;
        padding: 1rem;

    }
    .import ._import ._paste {
        padding: 1rem;
        width: calc(100% - 300px);
    }
@media screen and (max-width: 767px) {
    .import ._import {
        justify-content: center;
    }

        .import ._import .AdLbl {
            text-align: center;
        }

        .import ._import ._paste {
            width: 100%;
        }
}
        .import ._import ._paste textarea {
            width: 100%;
            border: solid 1px #aaa;
            font-family: Arial;
            padding: 0.4em 1em;
            height: auto;
            color: #666;
        }
            .import ._import ._paste textarea::-webkit-input-placeholder {
                color: #7d7d7d;
                font-style: normal;
            }

            .import ._import ._paste textarea:-ms-input-placeholder {
                color: #7d7d7d;
                font-style: normal;
            }

            .import ._import ._paste textarea::-ms-input-placeholder {
                color: #7d7d7d;
                font-style: normal;
            }

            .import ._import ._paste textarea::placeholder {
                color: #7d7d7d;
                font-style: normal;
            }


.import ._importSet {
    text-align: center;
}
    .import ._importSet ._title {
        margin: 1rem;
        text-align: center;
    }
        .import ._importSet ._title ._msg {
            margin-bottom: 1em;
            line-height: 1.2em;
            max-width: 550px;
            text-align: center;
        }
    .import ._importSet ._settings {
        display: inline-block;
        width: 100%;
        max-width: 500px;
        border-bottom: solid 5px #FFCE01;
        margin-bottom: 1em;
        text-align: left;
    }
    .import ._importSet ._input {
        display: inline-block;
        width: 98.5%;
        padding: 0 2em 0 0.2em;
    }

        .import ._importSet ._input._input50 {
            display: inline-block;
            width: 49%;
            vertical-align: top;
        }
    .import ._importSet .AdLbl {
        display: block;
        font-size: 0.75em;
        line-height: 1.5em;
        margin: 0.2rem 0.1em;
    }
    .import ._importSet .NfoLbl {
        display: inline-block;
        font-size: 0.8em;
        width: 100px;
        vertical-align: top;
        font-weight: normal;
        line-height: 1.5em;
        margin: 0.2rem 0.1em;
    }
    .import ._importSet h4 {
        padding: 1em 0 0 0;
    }

    .import ._importSet .AdLbl > span {
        font-size: 0.75em;
        vertical-align: middle;
        margin-left: 0.5em;
    }

.import ._results {
    text-align: center;
}
    .import ._results ._Error {
        display: inline-table;
        margin: 1rem;
        border: solid 2px #f4f4f4;
        border-spacing: 0;
        border-collapse: separate;
    }
        .import ._results ._Error tr {
            
        }
        .import ._results ._Error th {
            background: #f4f4f4;
            padding: 0.5rem;
        }
        .import ._results ._Error td {
            padding: 0.5rem 1rem;
            border-bottom: solid 2px #f4f4f4;
        }
        .import ._results ._Error td._msg {
            font-size: 0.8em;
            color: #666;
        }
.DataTable {
    width: auto;
    display: inline-table;
    margin: 0.5rem;
    text-align: left;
}

    .DataTable ._Header {
        background: #221F20;
        border-bottom: solid 1px #221F20;
    }
    .DataTable ._Header > th {
        padding: 0.5rem;
        border-right: 1px solid #454041;
        color: #FFCD34;
    }
        .DataTable ._Header > th:last-child  {
            border-right: none;
        }
        .DataTable ._Header > th > a {
            color: #FFCD34;
        }
        .DataTable ._Header > th._CtrlFld > i{
            font-size: 1.3em;
            margin: 0.25px;
            cursor: pointer;
        }
    .DataTable ._Row, DataTable ._RowF {
        border-bottom: 1px solid #ddd;
    }

        .DataTable ._Row > td, .DataTable ._RowF > td {
            padding: 0.25rem;
            border-right: 1px solid #ddd;
            color: #221F20;
        }
        .DataTable ._Row > td:last-child {
            border-right: none;
        }
    .DataTable ._Row._RowA > td {
        background: #f4f4f4;
    }
        .DataTable ._RowF > td {
            background: #fff4d1;
        }
        .DataTable ._Row > td input, .DataTable ._RowF > td input {
            background: transparent;
            border: none;
            padding: 0.5rem;
        }
            .DataTable ._Row > td input:hover, .DataTable ._RowF > td input:hover {
                background: rgb(255, 205, 50);
            }
        .DataTable ._Row > th:last-child, .DataTable ._RowF > th:last-child {
            border-right: none;
        }
        .DataTable ._Row > td._CtrlFld, .DataTable ._RowF > td._CtrlFld {
            text-align: center;
            vertical-align: middle;
        }
            .DataTable ._Row > td._CtrlFld > .fa, .DataTable ._RowF > td._CtrlFld > .fa {
                font-size: 1.2em;
                margin: 0.5px;
                display: inline-block;
                cursor: pointer;
                color: #888;
            }
                .DataTable ._Row > td._CtrlFld > .fa:hover, .DataTable ._RowF > td._CtrlFld > .fa:hover {
                    color: #221F20;
                }
    .DataTable ._Footer {
        background: #221F20;
    }
    .DataTable ._Footer > td {
        color: #FFCD34;
        padding: 0.5rem;
    }
    .DataTable ._Pager {
        background: #221F20;
        text-align: center;
        border-top: solid 1px #454041;
        padding-top: 0.25rem;
    }

        .DataTable ._Pager a {
            display: inline-block;
            min-width: 2em;
            background: #FFCD34;
            color: #221F20;
            font-size: 1.0em;
            padding: 0.5rem;
            margin: 0em;
            text-align: center;
            border: solid 1px #FFCD34;
            overflow: hidden;
            vertical-align: top;
        }

        .DataTable ._Pager select {
            background: #FFCD34;
            width: auto;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            font-size: inherit;
            line-height: 1;
            border: 0;
            border-radius: 0;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding: 0.25rem;
            box-shadow: none;
            text-shadow: none;
            color: #221F20;
            text-indent: 0;
        }

            .DataTable ._Pager select:-moz-focusring {
                color: transparent;
                text-shadow: 0 0 0 #000;
            }

            .DataTable ._Pager select::-ms-expand {
                display: none;
            }

        .DataTable ._Pager a:hover {
            color: #FFCD34;
            background-color: #221F20
        }

.DashUL {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

    .DashUL > li {
        padding: 0;
        margin: 10px;
        text-align: center;
        width: 200px;
        height: 200px;
        position: relative;
        font-size: 20px;
        line-height: 24px;
        border: solid 2px #221F20;
    }

        .DashUL > li._good {
            background: #2ad72a;
        }

        .DashUL > li._todo {
            background: #fa543a
        }

        .DashUL > li ._title {
            display: block;
            width: 100%;
            font-weight: bold;
            height: 50px;
            line-height: 45px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.15);
        }

            .DashUL > li ._title span {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
            }
        .DashUL > li ._nfo {
            height: 110px;
            text-align: left;
            padding: 5px;
            background: #f4f4f4
        }
        .DashUL > li ._nfo > ul > li {
            display: block;
            margin-bottom: 0.5em;
        }
            .DashUL > li ._fraction { 
            width: 100%;
            margin: 15px 0;
            text-align: center;
            font-size: 40px;
            position: relative;
        }

                .DashUL > li ._fraction ._slash {
                    display: inline-block;
                    line-height: 80px;
                    font-size: 80px;
                    font-weight: bold;
                    color: rgba(0, 0, 0, 0.40);
                }

                .DashUL > li ._fraction ._upnumber {
                    font-weight: bold;
                    position: absolute;
                    width: 40%;
                    text-align: right;
                    left: 0;
                    top: 14px;
                }

                .DashUL > li ._fraction ._downnumber {
                    position: absolute;
                    width: 40%;
                    text-align: left;
                    right: 0;
                    bottom: 14px;
                }

        .DashUL > li ._btnaction {
            background: rgba(255, 255, 255, 0.15);
            height: 40px;
            line-height: 40px;
        }

            .DashUL > li ._btnaction i {
                font-size: 30px;
                margin: 5px;
                cursor: pointer;
            }

                .DashUL > li ._btnaction i:hover {
                    color: #FFCE01;
                }

.greenTxt{
    color:green;
}

.redTxt {
    color:red;
}

.Hrs_Ouvert {
    border-collapse: collapse;
}

.Hrs_Ouvert > tbody > tr > td {
    text-align: left;
    padding: 10px 10px 0 0;
    border-bottom: 2px solid black;
}

.Hrs_Ouvert > tbody > tr > th {
    text-align: left;
    padding: 10px 10px 0 0;
    border-bottom: 2px solid black;
}

.Hrs_Modif {
    text-align: left;
    padding: 0 10px 5px 0;
}

.Hrs_Modif > tbody > tr > td {
    width: 25%;
}
.Hrs_Modif > tbody > tr > th {
    width: 25%;
}

.ShowSmall{
    display:none;
}

.HideSmall{
    display:table-cell;
}

@media only screen and (max-width: 767px) {
    .ShowSmall {
        display: table-cell;
    }

    .HideSmall {
        display: none;
    }

}

.HrsNotes {
    font-weight: 700;
    padding: 10px 0 10px 0;
    display:inline-block;
    width: 49%;
}

@media only screen and (max-width: 767px) {
    .HrsNotes {
        width:100%;
    }
}


.RMATable > tbody > tr > td {
    padding: 5px 10px 0 0;
}
.RMADivs > div {
    width:100%;
}
.RMAAdd{
    width:50% !important;
}
@media only screen and (max-width: 900px) {
    .RMAAdd {
        width: 100% !important;
    }
}

.CommSpec_Mess{
    text-align:center;
    margin-left:auto;
    margin-right:auto;

}

.LastP_Div{
    display:inline-block;
}

@media screen and (max-width: 998px) {
    .LastP_Div {
        display: none !important;
    }
}

.GestionMag_Table {
    width: 100%;
    border-collapse: collapse;
}

.GestionMag_Table > tbody > tr {
    border-bottom: solid 2px gainsboro;
}

.GestionMag_Table > tbody > tr > td:first-child {
    width:50%;
}

.GestionMag_Table > tbody > tr > td {
    padding: 1em;

}


.WorkDocumentCustInfo {
}

    .WorkDocumentCustInfo fieldset {
        display: block;
        width: 100%;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
        background-color: #ffffff;
        margin-bottom: 10px;
        padding: 10px;
        margin-top: 10px;
        text-align: left;
        font-size: 0.8em;
        min-height: 13em;
    }

        .WorkDocumentCustInfo fieldset.WorkDocAutoHeight {
            min-height: 1em;
        }

    .WorkDocumentCustInfo legend {
        font-size: 1.3em;
        padding-left: 0em;
        text-transform: uppercase;
        color: #333;
        margin-left: 1em;
        margin-top: -0.5em;
        width: 10em;
        margin-bottom: auto;
        background: rgba(0, 0, 0, 0.15);
        padding: 3px;
    }

    .WorkDocumentCustInfo .AdLbl2 {
        font-size: 1em;
        text-align: left;
        padding-left: 0em;
        text-transform: uppercase;
        color: #333;
        margin-left: 0em;
        margin-bottom: 0.3em;
        background: rgba(0, 0, 0, 0.15);
        padding: 3px;
    }

    .WorkDocumentCustInfo .AdLbl {
        font-size: 1em;
        text-align: left;
        padding-left: 0em;
        text-transform: uppercase;
        color: #333;
        margin-left: 0em;
        margin-bottom: 0.3em;
        padding: 3px;
    }


.HoursInfo_Table > div > div > div{
    width:49%;
    display:inline-block;
    margin-bottom: 2em;
}

.DINLINEBLOCK {
    display: inline-block !important;
}

.DBLOCK {
    display: block !important;
}

.DNONE{
    display:none;
}

.Ferie_Table {
    padding: 2em;
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.Ferie_Table > thead > tr > th {
    font-size: 1.5em;
    padding: 25px;
}

.Ferie_Table > tbody > tr > td {
    padding: 10px;
}

.Ferie_Txt {
    padding: 2em 2em 0 2em;
    font-size: 1.25em;
}

.FerieCreate {
    padding: 2em 0 0 2em;
}


@media screen and (max-width: 720px) {
    .Ferie_Table {
        padding: unset;
        width: 95%;
    }

    .Ferie_Txt {
        padding: 2em 0 0 1em;
        font-size: 1em;
    }
    .Ferie_Table > thead > tr > th {
        font-size: 1em;
        padding: 5px;
    }

    .Ferie_Table > tbody > tr > td {
        padding: 2px;
    }
    .Ferie_Table > tbody > tr > td > div > input {
        width:100px;
    }
}

.MagList_Ferie_Day {
    font-size: 1.25rem;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.MagList_Ferie_Desc {
    font-size: 1.25rem;
    margin-bottom: 5px !important;
    text-transform: unset;
}

.MagList_Table {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-bottom:50px
}


.MagList_Table > tbody > tr {
    border-bottom: 2px solid gainsboro;
}

.MagList_Table > tbody > tr > td {
    padding: 10px 0 10px 0;
}

.MagList_Table > thead > tr > th {
    padding: 0 0 10px 0;
    font-size:1.25em;
}

.Client_ABX {
    padding: 1rem 0.5rem 1rem 0.5rem;
    margin: 0 2rem 0 0;
    background-color: #12100B;
    color: #FFCE01;
}



/**********************************************************************************************/
/************************************* Page Checklist *****************************************/
/**********************************************************************************************/


.Checklist_Page a {
    text-transform: uppercase;
    padding: 0.5em;
    border-radius: 1rem;
    text-decoration: none;
    background: #FFCD00;
    color: #221F20;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    margin-bottom: 3em;
    font-weight: 700;
    cursor:pointer;
}

.Checklist_Page a:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f054";
    padding-left: 0.8rem;
}

.Checklist_Page a.active:after {
    content: "\f078";
}

.Checklist_Page a.active {
    background-color: #221F20;
    color: #FFCD00;
    margin-bottom: 0;
}

.Checklist_Page > h2 {
    text-align: center;
    padding: 2em 2em 0 2em;
}

.Checklist_Page > span {
    display:flex;
    justify-content:center;
    padding: 0.5em 0.5em 2em 0.5em;
}

.Checklist_Page > div {
    display: none;
}

.Checklist_Page > div.active {
    display: block;
    margin-bottom: 3em;
}

.Checklist_Page > div.active > textarea{
    width:calc(100% - 4em);
    height:5em;
    margin:0 2em 0 2em;
}

.Checklist_Page div table tbody tr {
    display:inline-block;
    width:50%;
}

.Checklist_Page div table tbody tr:nth-child(4n) {
    background-color: lightgray !important;
}
.Checklist_Page div table tbody tr:nth-child(4n-1) {
    background-color: lightgray;
}
.Checklist_Page div table tbody tr:nth-child(2n) {
    background-color: transparent;
}

.Checklist_Page div table tbody tr td {
    padding: 0.5em;
}

.Checklist_Page div table tbody tr td select{
    width:15em;
}


.vendeurDiv > select {
    width:33%;
    margin-top:0.5em;
}

@media screen and (max-width: 720px) {
    .Checklist_Page div table tbody tr {
        width:100%;
    }
    .Checklist_Page div table tbody tr:nth-child(4n) {
        background-color: transparent;
    }

    .Checklist_Page div table tbody tr:nth-child(4n-1) {
        background-color: transparent;
    }
    .Checklist_Page div table tbody tr:nth-child(2n) {
        background-color: lightgray !important;
    }
    .vendeurDiv > select {
        width: 100%;
        margin-top: 0.5em;
    }
}

/**********************************************************************************************/
/*********************************** Page Doc Corpo *******************************************/
/**********************************************************************************************/
.CorpoDoc_Edit_Page > div {
    margin: 2em;
    width: calc(50% - 4.2em);
    display: inline-block;
    vertical-align: top;
    
}
@media (max-width: 500px) {
    .CorpoDoc_Edit_Page > div {
        width: calc(100% - 4.2em);
    }
}
.CorpoDoc_Edit_Page > div > h2 {
    margin-bottom: 1em;
}

.DocCorpoList{
    padding: 2rem;
}
.DocCorpoPage > h2 {
    padding: 2em;
    text-align: center;
}


.DocCorpHeader {
    padding: 1rem;
    text-align: center;
    width: calc(100% - 1rem);
    background: #221F20;
    padding: 1rem;
}
    .DocCorpHeader > ._sub {
        display: flex;
        justify-content: space-between;
        color: white;

    }
    .DocCorpHeader > ._sub > ._date {
       text-align: right;
       margin-right: 6rem;
    }
.DocCorpoCat {
    width: calc(100% - 1rem);
}
    .DocCorpoCat > ._sub {
        display: flex;
        justify-content: space-between;
        padding: 2rem 2.5rem 2rem 0.5rem;
        border-bottom: solid 2px #aaaaaa;
        cursor: pointer;
    }
        .DocCorpoCat > ._sub > ._folder {
            color: black;
            font-size: 1.1em;
            transition: all 0.3s ease;
            font-weight: 700;
            position: relative;
            padding-left: 1.5em;
        }
            .DocCorpoCat > ._sub > ._folder::before {
                font-family: 'Font Awesome 5 Pro';
                font-weight: 900;
                content: "\f07c";
                position: absolute;
                left: 0;
                top: 0;
            }
        .DocCorpoCat > ._sub.notactive > ._folder::before {
            content: "\f07b";
        }
        .DocCorpoCat > ._sub > ._date {
            text-align: right;
        }
            .DocCorpoCat > ._sub > ._date > .fas {
                color: #FFCD34;
            }

    .DocCorpoCat > ._files {
        display: block;
        padding: 2rem 1.5rem 2rem 2rem;
        border-bottom: solid 2px #aaaaaa;
    }
        .DocCorpoCat > ._files.notactive {
            display: none;
        }
.DocCorpoCard {
    width: calc(100% - 1rem);
}

    .DocCorpoCard > ._sub {
        display: flex;
        justify-content: space-between;
        margin: 1rem 0;
    }

        .DocCorpoCard > ._sub > ._file {
            color: black;
            font-size: 0.9em;
            transition: all 0.3s ease;
            font-weight: normal;
            color: #888;
            cursor: pointer;
            padding: 0.5rem;
        }
        .DocCorpoCard > ._sub > ._file:hover {
            background: rgba(254, 206, 50, 0.50);
            border-radius: 0.25rem;
        }
        .DocCorpoCard > ._sub > ._file > .fas {
            font-size: 1.2em;
            vertical-align: middle;
            margin-right: 1rem;
            color: black;
        }
        .DocCorpoCard > ._sub.notactive > ._folder::before {
            content: "\f07c";
        }

        .DocCorpoCard > ._sub > ._date {
            text-align: right;
            font-size: 0.9em;
            font-weight: normal;
            color: #888;
        }
        .DocCorpoCard > ._sub > ._date > .fas {
            color: #FFCD34;
        }

@media only screen and (max-width: 700px) {
    .DocCorpoList {
        padding: 0.5rem;
    }
}

.WhiteBG{
    background-color: white;
}

.GreyBG {
    background-color: #F4F4F4;
}

.Ban_Empty:before {
    content: "\f656" !important;
}


.Ban_Liste > tbody > tr > td > div {
    font-size: 1.5em;
    width: 2.5em;
    display: inline-block;
    text-align: center
}

.Ban_Table > li{
    width:49.5%;
    display:inline-block;
    padding: 0 1em;
}

.Ban_img {
    text-align: center;
    display: inline-block
}

@media screen and (max-width: 1250px) {
    .Ban_Table > li {
        width: 100%;
    }
    .Ban_img {
        width: 100% !important;
    }
}

.Ban_Table > li > ul > li:first-child {
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    padding: 1em 0;
}

.Ban_Table > li > ul > li > * {
    width: 100%;
}

.Ban_Table > li > * {
    width: 100%;
}


._commentinfo{
    text-align: left;
}

.Notif_Doc_Corpo {
    position: absolute;
    top: -50px;
    left: -15px;
    padding: 3px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size:0.5em;
}

.ItemFile{
    
}
    .ItemFile ._ItemCnt {
        text-align: center;
        width: 100%;
    }
    .ItemFile ._Headertitle {
        background: #f4f4f4;
        text-align: center;
        font-weight: bold;
        font-size: 2.5rem;
        text-transform: uppercase;
        padding: 2rem 1rem;
    }
    .ItemFile ._infoCnt {
        display: inline-block;
        margin-top: 200px;
        padding: 75px 75px 25px 75px;
        position: relative;
        width: 100%;
        max-width: 800px;
        background: #f4f4f4;
    }
@media screen and (max-width: 600px) {
    .ItemFile ._infoCnt {
        padding: 75px 15px 25px 15px;
    }
}
        .ItemFile ._infoCnt ._Photo {
            position: absolute;
            height: 250px;
            width: 250px;
            top: -175px;
            left: calc(50% - 125px);
            border: solid 2px #aaaaaa;
        }
        .ItemFile ._infoCnt ._title {
            color: #0094ff;
            font-size: 2rem;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            padding: 1.5rem 0.5rem 1rem 0.5rem;
        }
        .ItemFile ._infoCnt ._sku {
            font-size: 1.3rem;
            margin: 0.5rem 0 1rem 0;
            font-weight: bold;
            display: block;
        }
.ItemFile ._PriceQtyCnt {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 0;

}
@media screen and (max-width: 400px) {
    .ItemFile ._PriceQtyCnt {
        flex-wrap: wrap;
    }
}
    .ItemFile ._PriceQtyCnt ._SubTitle {
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: solid 1px black;
        display: block;
    }
.ItemFile ._PriceQtyCnt ._priceCnt {
    margin: 1rem 0;
}
.ItemFile ._PriceQtyCnt ._qtyCnt {
    margin: 1rem 0;
}
.ItemFile ._magAnswer{
    border-top: solid 2px #aaaaaa;
    padding: 2rem 1rem;
}
    .ItemFile ._magAnswer .title-bordered {
        margin-bottom: 1rem;
    }

    .ItemFile ._magAnswer ._QuestionPrice {
        display: inline-block;
        text-align: center;
        margin-right: 2rem;
    }
        .ItemFile ._magAnswer ._QuestionPrice ._QTxt {
            font-weight: bold;
            
        }
        .ItemFile ._magAnswer ._QuestionPrice input {
            width: 6em;
            text-align: right;
            border: solid 2px #aaaaaa;
            padding: 5px;
        }
    .ItemFile ._magAnswer ._Question {
        display: inline-block;
        width: 100%;
        max-width: 800px;
        text-align: left;
        margin: 1rem;
    }

        .ItemFile ._magAnswer ._Question ._QTxt {
            display: inline-block;
            font-weight: bold;
        }

        .ItemFile ._magAnswer ._Question input {
            width: 6em;
            text-align: right;
            border: solid 2px #aaaaaa;
            padding: 5px;
        }
    .ItemFile ._magAnswer ._QuestionTxt {
        display: inline-block;
        width: 100%;
        max-width: 800px;
        text-align: left;
        margin: 1rem;
    }

        .ItemFile ._magAnswer ._QuestionTxt ._QTxt {
            display: block;
            font-weight: bold;
        }

        .ItemFile ._magAnswer ._QuestionTxt textarea {
            width: 100%;
            height: 4em;
            text-align: left;
            border: solid 2px #aaaaaa;
            padding: 5px;
        }
    .ItemFile ._magAnswer ._Confirmation {
        display: inline-block;
        width: 100%;
        max-width: 800px;
        text-align: right;
        margin: 1rem;
    }
        .ItemFile ._magAnswer ._Confirmation ._QTxt {
            display: block;
            font-weight: bold;
        }
        .ItemFile ._magAnswer ._Confirmation select {
            border: solid 2px #aaaaaa;
        }

.PersonnelEdit{
    display:flex;
    flex-wrap:wrap;
    text-align:center;
}

.PersonnelEdit > div{
    flex:25%;
    padding:1em;
}

.PersonnelEdit > *:nth-child(even) {
    margin-left: 25%;
}
.PersonnelEdit > *:nth-child(odd) {
    margin-right: 25%;
}

@media screen and (max-width:700px){
    .PersonnelEdit > div{
        flex:100%;
    }
    .PersonnelEdit > *:nth-child(odd) {
        margin-left:0;
    }

    .PersonnelEdit > *:nth-child(even) {
        margin-right:0;
    }
}

.Personnel_Search > * {
    display:inline-block;

}

.CrossedRefMsgBox {
    background-color: #ffd800 !important;
}

.prod-equ-ctn{
    display:flex;
    flex-wrap: wrap;
}

.prod-equ-ctn > div {
    margin:0.5em;
    border: 1px black solid;
    padding: 0.5em;
    text-align:center;
    cursor:pointer;
    flex-basis: calc(33% - 2em);
}

.prod-equ-ctn > div > div:first-child {
    font-weight:700;
    margin-bottom:0.5em;
}


@media screen and (max-width: 800px) {
    .prod-equ-ctn {
        display: block;
    }
}