@charset "UTF-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

button, input, select {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

img, video {
    /*height:auto;*/
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media screen and (max-width: 1024px) {
    body {
        padding: 10px !important;
    }

    td {
        width: 100%;
        display: block;
    }

    #bg-carrousel {
        display: none;
    }

    .blockinfos {
        height: 1200px !important;
    }
    .blockinfos h2, .blockinfos h4, .blockinfos h3 {
        font-size: 48px !important;
    }
    .blockinfos .int {
        width: 400px !important;
        padding: 13px 10px !important;
    }
    .blockinfos input {
        font-size: 20px !important;
    }
    .blockinfos .lab {
        font-size: 25px !important;
    }
    .blockinfos a {
        font-size: 25px !important;
    }
    .blockinfos .logo {
        margin-top: 0px !important;
        padding-top: 12rem !important;
    }
    .blockinfos .log-navigation {
        margin-top: 7rem !important;
    }

    .blockinfos2 {
        margin-bottom: 8rem !important;
        height: 100% !important;
        margin-top: 10px !important;
    }
    .blockinfos2 h1 {
        font-size: 48px !important;
    }

    .btn--connect, .input_button {
        padding: 20px 46px !important;
        font-size: 30px !important;
    }

    .brown-band a, .white-band a {
        font-size: 25px !important;
    }
    .brown-band .icon, .white-band .icon {
        display: none;
    }

    .footerField .footerBloc p {
        font-size: 15px !important;
    }
    .HWNDINFO.HWNDINFOV2{
        width: 50%;
    }
}
@font-face {
    font-family: "Segoe UI Regular, Segoe UI Regular_IE, Segoe UI Regular_IE2";
    src: url("Segoe UI.woff") format("woff");
    src: url("Segoe UI.eot");
    src: url("Segoe UI.eot?#iefix");
}
body {
    padding: 30px 85px;
    background-color: #0A365F;
    font-family: "Segoe UI Regular", sans-serif;
}

.off {
    display: none;
}

.border-off {
    border: none !important;
}

.border3px {
    border: 3px solid #7691AB;
}

.block {
    display: block;
}

.flex {
    display: flex;
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.flexCenter {
    justify-content: center;
}

.flexAround {
    justify-content: space-around;
}

.flexStart {
    justify-content: flex-start;
}

.stretch {
    align-items: stretch !important;
}

.flexBetween {
    justify-content: space-between;
}

.flexLeft {
    justify-content: left;
}

.flexRight {
    justify-content: right;
}
.flexRow {
    flex-direction: row;
}
.flexColumn {
    flex-direction: column;
}
.flexSelfStart {
    align-self: start;
}
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.overhidden {
    overflow: hidden;
}

.overAuto {
    overflow: auto;
}

.primary {
    background-color: #fff;
}

.secondary {
    background-color: #7691AB !important;
}

.tertiary {
    color: #929292 !important;
}

.darkBlue {
    color: #0A365F !important;
}

.white {
    color: #fff !important;
}

.bolt {
    font-weight: 600 !important;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.m-sm {
    margin: 1em !important;
}

.m-bot {
    margin-bottom: 1em;
}

.m-bot2 {
    margin-bottom: 2em;
}

.m-right {
    margin-right: 1em !important;
}

.m-left {
    margin-left: 1em !important;
}

.m-right2 {
    margin-right: 2em !important;
}

.m-left2 {
    margin-left: 2em !important;
}

.m-top {
    margin-top: 1em;
}

.m-top2 {
    margin-top: 2em;
}

.m-top3 {
    margin-top: 3em;
}

.p-top {
    padding-top: 1em;
}

.p-bot {
    padding-bottom: 1em;
}

.p-top2 {
    padding-top: 2em;
}

.p-bot2 {
    padding-bottom: 2em;
}

.p-right {
    padding-right: 1em;
}

.p-left {
    padding-left: 1em;
}

.p-xsm {
    padding: 0.5rem;
}

.p-sm {
    padding: 1rem;
}

.p-sm2 {
    padding: 2rem;
}

.m-xsm {
    margin: 0.5rem;
}

.m-sm {
    margin: 1rem;
}

.m-sm2 {
    margin: 2rem;
}

.float {
    float: left;
}

.clear {
    clear: both;
}

.colsm {
    width: 33% !important;
}

.large {
    width: 100% !important;
}

.medium {
    width: 50% !important;
}

.small {
    width: 25%;
}

.radius {
    border-radius: 15px;
    -webkit-border-radius: radius(15px);
    -ms-border-radius: radius(15px);
    -moz-border-radius: radius(15px);
    -o-border-radius: radius(15px);
    -khtml-border-radius: radius(15px);
}

.radius-left {
    border-radius: 15px 0px 0px 15px !important;
    -webkit-border-radius: radius(15px 0px 0px 15px);
    -ms-border-radius: radius(15px 0px 0px 15px);
    -moz-border-radius: radius(15px 0px 0px 15px);
    -o-border-radius: radius(15px 0px 0px 15px);
    -khtml-border-radius: radius(15px 0px 0px 15px);
}

.radius-right {
    border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: radius(0px 15px 15px 0px);
    -ms-border-radius: radius(0px 15px 15px 0px);
    -moz-border-radius: radius(0px 15px 15px 0px);
    -o-border-radius: radius(0px 15px 15px 0px);
    -khtml-border-radius: radius(0px 15px 15px 0px);
}

.top-radius {
    border-top-right-radius: 15px 15px;
    border-top-left-radius: 15px 15px;
    -webkit-border-top-right-radius: topRadius(15px);
    -ms-border-top-right-radius: topRadius(15px);
    -moz-border-top-right-radius: topRadius(15px);
    -o-border-top-right-radius: topRadius(15px);
    -khtml-border-top-right-radius: topRadius(15px);
    -webkit-border-top-left-radius: topRadius(15px);
    -ms-border-top-left-radius: topRadius(15px);
    -moz-border-top-left-radius: topRadius(15px);
    -o-border-top-left-radius: topRadius(15px);
    -khtml-border-top-left-radius: topRadius(15px);
}
.top-radius-2 {
    border-top-right-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: topRadius(6px 6px);
    -ms-border-top-right-radius: topRadius(6px 6px);
    -moz-border-top-right-radius: topRadius(6px 6px);
    -o-border-top-right-radius: topRadius(6px 6px);
    -khtml-border-top-right-radius: topRadius(6px 6px);
    -webkit-border-top-left-radius: topRadius(6px 6px);
    -ms-border-top-left-radius: topRadius(6px 6px);
    -moz-border-top-left-radius: topRadius(6px 6px);
    -o-border-top-left-radius: topRadius(6px 6px);
    -khtml-border-top-left-radius: topRadius(6px 6px);
}

.bot-radius {
    border-radius: 0px 0px 15px 15px;
    -webkit-border-top-right-radius: topRadius(15px);
    -ms-border-top-right-radius: topRadius(15px);
    -moz-border-top-right-radius: topRadius(15px);
    -o-border-top-right-radius: topRadius(15px);
    -khtml-border-top-right-radius: topRadius(15px);
    -webkit-border-top-left-radius: topRadius(15px);
    -ms-border-top-left-radius: topRadius(15px);
    -moz-border-top-left-radius: topRadius(15px);
    -o-border-top-left-radius: topRadius(15px);
    -khtml-border-top-left-radius: topRadius(15px);
}

.shadow, a.paginate_button.current {
    box-shadow: 5px 5px 6px lightgray;
    -webkit-box-shadow: shadow(5px 5px 6px lightgray);
    -ms-box-shadow: shadow(5px 5px 6px lightgray);
    -moz-box-shadow: shadow(5px 5px 6px lightgray);
    -o-box-shadow: shadow(5px 5px 6px lightgray);
    -khtml-box-shadow: shadow(5px 5px 6px lightgray);
}

#resultImport
{
    overflow-x: auto !important;
}

.bgModal {
    background-color: #EAEEF2 !important;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}

.bgTertiary {
    background-color: #929292;
}

h2, h4, h3 {
    font-size: 31px;
    font-weight: 600;
    font-family: "Segoe UI Regular", sans-serif;
    color: #0A365F;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.blockinfos {
    opacity: 0.9;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    background-color: #fff;
    height: 100%;
}
.blockinfos h2, .blockinfos h3, .blockinfos h4 {
    font-size: 39px;
    margin-bottom: 1em;
    font-weight: 600;
    color: #0A365F;
}
.blockinfos .int_field {
    margin-bottom: 1em;
}
.blockinfos .int {
    width: 325px;
    padding: 2px 6px;
    padding-right: 25px;
    border-radius: 10px;
    -webkit-border-radius: radius(15px);
    -ms-border-radius: radius(15px);
    -moz-border-radius: radius(15px);
    -o-border-radius: radius(15px);
    -khtml-border-radius: radius(15px);
    box-shadow: 5px 5px 6px lightgray;
    -webkit-box-shadow: shadow(5px 5px 6px lightgray);
    -ms-box-shadow: shadow(5px 5px 6px lightgray);
    -moz-box-shadow: shadow(5px 5px 6px lightgray);
    -o-box-shadow: shadow(5px 5px 6px lightgray);
    -khtml-box-shadow: shadow(5px 5px 6px lightgray);
    background-color: #fff;
}
.blockinfos .int INPUT[type=text] {
    padding: 0px;
    border-bottom: 2px solid #0A365F !important;
    border-radius: 0px;
}
.blockinfos input {
    margin: 8px;
    border: 0px;
    border-bottom: 2px solid #0A365F !important;
    width: 80%;
    margin-bottom: 10px;
    font-weight: 800;
    color: #0A365F !important;
}
.blockinfos a {
    color: #0A365F;
    font-weight: 800;
    font-size: 16px;
}
.blockinfos .logo {
    margin-bottom: 2em;
    margin-top: 1em;
    padding-top: 1em;
}
.blockinfos .lab {
    padding-left: 2em;
    font-size: 16px;
    color: #432C06;
    text-align: left;
}

input:focus {
    outline: none;
}

/* slide effect text and bloc */
.blockinfos2 {
    overflow: hidden;
    /*make all content inside overflow is hidden*/
    background-color: #fff;
    opacity: 0.9;
    padding: 0px;
    margin: 45px;
    height: 100%;
    margin-left: 0px;
    text-align: left;
    animation: slideBloc 3s 1;
    /* adding the animation with keyframe to make it slide from the left to right */
    animation-fill-mode: forwards;
    border-left: 1px solid #ccc;
}
@keyframes slideBloc {
    0% {
        margin-right: 100%;
    }
    20% {
        margin-right: 0%;
    }
    35% {
        margin-right: 0%;
    }
    100% {
        margin-right: 0%;
    }
}
.blockinfos2 label {
    color: #0A365F;
    font-weight: 600;
}
.blockinfos2 input {
    background-color: #d5d5d5;
    color: #0A365F;
    padding: 0.4rem !important;
}
.blockinfos2 .annimeTitle .text-top {
    border-bottom: 1vmin solid #0A365F;
    padding: 12px;
    margin-bottom: 0.5rem;
    top: 0;
}
.blockinfos2 .annimeTitle h1 {
    font-size: 39px;
    font-weight: 600;
    color: #0A365F;
}

.blockinfos2 .annimeTitle {
    padding: 12px;
}
.blockinfos2 .annimeTitle .text-bottom {
    padding: 28px;
}
.blockinfos2 .annimeTitle .text-bottom a {
    letter-spacing: 0.15em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #0A365F;
}
.blockinfos2 .annimeTitle .text-bottom a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    background: #0A365F;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.blockinfos2 .annimeTitle .text-bottom a:hover:after {
    width: 100%;
    left: 0;
}

/* Button list */
.btn, .btn--disconnect, .btn--next, .btn--connect, .input_button, .btn--menu, .pagination > li > a, .pagination > li > span, .btn--table, .Orange, .btn--delete {
    padding: 14px 38px;
    border: 0;
    border-radius: 7px;
    color: #0A365F;
}
.btn--menu, .pagination > li > a, .pagination > li > span, .btn--table, .Orange, .btn--delete {
    /* Menu button */
    width: 233px;
    padding: 5px 15px;
    font-size: 14px;
    margin: 5px;
    background-color: #fff;
    color: #0A365F;
    box-shadow: 5px 5px 6px lightgray;
    font-weight: 600;
    -webkit-box-shadow: shadow(5px 5px 6px lightgray);
    -ms-box-shadow: shadow(5px 5px 6px lightgray);
    -moz-box-shadow: shadow(5px 5px 6px lightgray);
    -o-box-shadow: shadow(5px 5px 6px lightgray);
    -khtml-box-shadow: shadow(5px 5px 6px lightgray);
}
.btn--menu:hover, .pagination > li > a:hover, .pagination > li > span:hover, .btn--table:hover, .Orange:hover, .btn--delete:hover
{
    color: #0A365F;
    transition: 0.3s;
    /* adding the transition ans scale effect to make it more attractive */
    -webkit-transition: transition(0.3s);
    -ms-transition: transition(0.3s);
    -moz-transition: transition(0.3s);
    -o-transition: transition(0.3s);
    -khtml-transition: transition(0.3s);
    /* adding the prefix for IE and more */
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -khtml-transforms: scale(1.02);
}
.btn--delete {
    width: auto;
    margin: 0;
}
.btn--delete img {
    width: 20px !important;
    height: 20px !important;
}
.btn--table, .Orange {
    width: auto;
    margin: 0;
}
.btn--connect, .input_button {
    /* Connexion button */
    margin-bottom: 1em;
    text-transform: uppercase;
    margin-top: 1em;
    padding: 11px 30px;
    font-size: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 6px lightgray;
    -webkit-box-shadow: shadow(5px 5px 6px lightgray);
    -ms-box-shadow: shadow(5px 5px 6px lightgray);
    -moz-box-shadow: shadow(5px 5px 6px lightgray);
    -o-box-shadow: shadow(5px 5px 6px lightgray);
    -khtml-box-shadow: shadow(5px 5px 6px lightgray);
}
.btn--connect:hover, .input_button:hover {
    transition: 0.3s;
    /* adding the transition ans scale effect to make it more attractive */
    -webkit-transition: transition(0.3s);
    -ms-transition: transition(0.3s);
    -moz-transition: transition(0.3s);
    -o-transition: transition(0.3s);
    -khtml-transition: transition(0.3s);
    /* adding the prefix for IE and more */
    transform: scale(1.02);
    -webkit-transform: transition(1.02);
    -ms-transform: transition(1.02);
    -moz-transform: transition(1.02);
    -o-transform: transition(1.02);
    -khtml-transforms: transition(1.02);
}
.btn--disconnect, .btn--next {
    /* Déconnexion button */
    margin-bottom: 0em;
    padding: 10px 20px;
    background-color: #BB924A;
    box-shadow: 5px 5px 6px lightgray 5px 5px 6px #BB924A;
    -webkit-box-shadow: shadow(5px 5px 6px #BB924A);
    -ms-box-shadow: shadow(5px 5px 6px #BB924A);
    -moz-box-shadow: shadow(5px 5px 6px #BB924A);
    -o-box-shadow: shadow(5px 5px 6px #BB924A);
    -khtml-box-shadow: shadow(5px 5px 6px #BB924A);
    color: #fff;
}
.btn--disconnect img, .btn--next img {
    width: 24px;
    margin-bottom: 3px;
    margin-right: 5px;
}
.btn--disconnect:hover, .btn--next:hover {
    background-color: #D1952B;
    color: #fff;
    transition: 0.3s;
    /* adding the transition ans scale effect to make it more attractive */
    -webkit-transition: transition(0.3s);
    -ms-transition: transition(0.3s);
    -moz-transition: transition(0.3s);
    -o-transition: transition(0.3s);
    -khtml-transition: transition(0.3s);
    /* adding prefix for IE and more */
    transform: scale(1.04);
    -webkit-transform: transition(1.04);
    -ms-transform: transition(1.04);
    -moz-transform: transition(1.04);
    -o-transform: transition(1.04);
    -khtml-transforms: transition(1.04);
}
.btn--next {
    padding: 8px 20px;
}

.btn--table IMG, .Orange IMG {
    width: 20px !important;
    height: 20px !important;
}

/*Table Pagination BTN*/
a.paginate_button.current {
    border: none !important;
    background-color: #fff !important;
    border-radius: 5px !important;
}
a.paginate_button.current:hover {
    transform: scale(1.04);
    -webkit-transform: transition(1.04);
    -ms-transform: transition(1.04);
    -moz-transform: transition(1.04);
    -o-transform: transition(1.04);
    -khtml-transforms: transition(1.04);
}

/* Btn disabled */
.btn--disconnect[disabled], [disabled].btn--next {
    filter: opacity(0.5);
}

.btn--menu[disabled], .pagination > li > a[disabled], .pagination > li > span[disabled], [disabled].btn--delete, [disabled].btn--table, [disabled].Orange {
    filter: brightness(0.9);
}

.btn--table[disabled], [disabled].Orange {
    filter: brightness(0.9);
}

.Deconnexion {
    margin-right: 1rem;
}
.Deconnexion ul {
    background-color: #BB924A;
}
.Deconnexion ul .name span {
    color: #fff;
}
.Deconnexion ul:hover {
    transition: 0.3s;
    background-color: orange;
    color: #fff;
}

.Deconnexion ul li a .icon .fa {
    color: #fff;
}
.Deconnexion ul li a .icon .fa:last-child {
    color: #fff !important;
}

.log-navigation {
    padding: 5em;
}

.brown-band, .white-band {
    padding: 1em;
    background-color: #BB924A;
    border-radius: 7px;
    -webkit-border-radius: radius(15px);
    -ms-border-radius: radius(15px);
    -moz-border-radius: radius(15px);
    -o-border-radius: radius(15px);
    -khtml-border-radius: radius(15px);
}
.brown-band .icon, .white-band .icon {
    margin-left: 15px;
    width: 39px;
}
.brown-band .log-nav, .white-band .log-nav, .brown-band .log-nav--border, .white-band .log-nav--border {
    padding: 1em;
    border-right: 2px solid #fff;
}
.brown-band .log-nav--border, .white-band .log-nav--border {
    border-right: 0px !important;
}
.brown-band a, .white-band a {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
}
.brown-band a:hover, .white-band a:hover {
    color: orange;
    opacity: 0.7;
    transition: 0.3s;
}

.white-band {
    background-color: #fff;
    padding: 0.5em;
}

/* footer index */
.footerField {
    bottom: 0;
    width: 100%;
    font-size: 12px;
    position: fixed;
    height: 5rem;
    background-color: #fff;
    left: 0px;
    padding: 0px 85px;
}
.footerField img {
    position: relative;
    height: 100px;
    bottom: 31px;
}
.footerField .footerBloc {
    width: 50%;
    padding: 0px 15px;
}
.footerField .footerBloc p {
    font-family: "Segoe UI Regular";
    text-align: left;
    font-size: 20px;
    padding-top: 9px;
    font-weight: 600;
}
.footerField .footerBloc p a {
    text-decoration: none;
}

/* Background Carrousel */
#bg-carrousel {
    position: absolute;
    mix-blend-mode: lighten;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
#bg-carrousel:after {
    content: "";
}

#bg-carrousel li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: bgAnimation 36s linear infinite 0s;
    /* Use animation and adding Keyframe for more attractive animation */
}
@keyframes bgAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Adding background-image for the background carrousel */
#bg-carrousel li:nth-child(1) span {
    background-image: url(../Images/carrou10.png);
}
#bg-carrousel li:nth-child(2) span {
    background-image: url(../Images/writting.png);
    animation-delay: 6s;
}
#bg-carrousel li:nth-child(3) span {
    background-image: url(../Images/building-2762319.png);
    animation-delay: 12s;
}
#bg-carrousel li:nth-child(4) span {
    background-image: url(../Images/carrou10.png);
    animation-delay: 18s;
}
#bg-carrousel li:nth-child(5) span {
    background-image: url(../Images/writting.png);
    animation-delay: 24s;
}
#bg-carrousel li:nth-child(6) span {
    background-image: url(../Images/building-2762319.png);
    animation-delay: 30s;
}

/* this is for "installer le programateur" from index.php */
#fade-in.show {
    /* toggle class show make it display block */
    display: block;
}

#fade-in-subscribe.show {
    /* toggle class show make it display block */
    display: block;
}

/* cross close */
.close-container {
    margin: 28px;
    cursor: pointer;
}
.close-container .close {
    color: #0A365F;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease-in;
    /* On mouse hover Label is appear */
    opacity: 0;
}

.leftright, .rightleft {
    height: 4px;
    width: 38px;
    position: absolute;
    background-color: #0A365F;
    border-radius: 2px;
    transform: rotate(45deg);
    /* use rotate */
    transition: all 0.3s ease-in;
    /* add transition effect */
}

.rightleft {
    transform: rotate(-45deg);
    /* use rotate */
}

.close {
    margin: 45px 0 0 5px;
    position: absolute;
}

.close-container:hover .leftright, .close-container:hover .rightleft {
    transform: rotate(-45deg);
    /* on mouse hover use rotate for left to right */
    background-color: #BB924A;
}
.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #BB924A;
}
.close-container:hover .close {
    opacity: 1 !important;
}

.menuHeader {
    display: flex;
    justify-content: space-between;
}

.ZoneDonnee {
    background-color: #0A365F;
}

.blueBande {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    background-color: #7691AB;
    padding: 8px;
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: radius(15px 15px 0px 0px);
    -ms-border-radius: radius(15px 15px 0px 0px);
    -moz-border-radius: radius(15px 15px 0px 0px);
    -o-border-radius: radius(15px 15px 0px 0px);
    -khtml-border-radius: radius(15px 15px 0px 0px);
}

.colonne, .colonne-radius, .colonne-left-radius {
    padding: 10px;
    color: #0A365F;
    border-radius: 15px 0px 15px;
    -webkit-border-radius: radius(15px 0px 15px);
    -ms-border-radius: radius(15px 0px 15px);
    -moz-border-radius: radius(15px 0px 15px);
    -o-border-radius: radius(15px 0px 15px);
    -khtml-border-radius: radius(15px 0px 15px);
}

.colonne-radius, .colonne-left-radius {
    border-radius: 0px 0px 15px;
    -webkit-border-radius: radius(0px 0px 15px);
    -ms-border-radius: radius(0px 0px 15px);
    -moz-border-radius: radius(0px 0px 15px);
    -o-border-radius: radius(0px 0px 15px);
    -khtml-border-radius: radius(0px 0px 15px);
}

.colonne-left-radius {
    border-bottom-left-radius: 15px 15px;
}

.colLeft {
    font-size: 14px;
}

.blocinfos_index table {
    background-color: #EAEEF2;
    border-radius: 0px 15px 15px;
    -webkit-border-radius: radius(0px 15px 15px);
    -ms-border-radius: radius(0px 15px 15px);
    -moz-border-radius: radius(0px 15px 15px);
    -o-border-radius: radius(0px 15px 15px);
    -khtml-border-radius: radius(0px 15px 15px);
}
.blocinfos_index .icon {
    padding: 10px;
    width: 75px;
}
.blocinfos_index span {
    margin-right: 1rem;
}

.Section {
    text-align: center;
    color: #fff !important;
    font-size: 26px;
    background-color: #7691AB;
    border: none;
    padding: 1rem;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.dataTables_wrapper {
    border-top-right-radius: 15px 15px;
    border-top-left-radius: 15px 15px;
    padding: 0px 20px;
}

.btn-residences button {
    margin: 1em;
    box-shadow: 5px 5px 6px lightgray;
    background-color: #fff;
}

/* style of dataTable */
.dataTable {
    color: #717171;
    font-size: 16px;
}

LABEL {
    color: #0A365F;
}

tr.odd td, tr.even td {
    text-align: left;
    font-size: 13px;
}

.OutTR {
    font-size: 13px;
}

.Middle {
    background-color: #fff !important;
    top: 20px;
    overflow: hidden;
    border: none;
    left: 2.5%;
    width: 95%;
    bottom: 20px;
    position: absolute !important;
    height: auto !important;
    border-radius: 19px;
    -webkit-border-radius: radius(19px);
    -ms-border-radius: radius(19px);
    -moz-border-radius: radius(19px);
    -o-border-radius: radius(19px);
    -khtml-border-radius: radius(19px);
}

table.TableOrangeBlanc th {
    background-color: #7691AB;
    color: #fff;
}

.description {
    width: 50%;
}

.FilConducteur {
    font-weight: 800;
    font-family: "Segoe UI Regular", sans-serif;
    text-transform: uppercase;
}

.HSection, .HSection-Name, .HSection--nav {
    background-color: #7691AB !important;
    border: none;
    padding: 2rem;
    cursor: default !important;
    margin-bottom: 0px !important;
    text-align: center !important;
}
.HSection h2, .HSection-Name h2, .HSection--nav h2, .HSection h3, .HSection-Name h3, .HSection--nav h3, .HSection h4, .HSection-Name h4, .HSection--nav h4 {
    font-family: "Segoe UI Regular", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.HSection--nav {
    padding: 0px;
}
.HSection--nav a {
    padding: 2rem !important;
}

.HSection-Name {
    font-family: "Segoe UI Regular", sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 0.5rem;
}
.HSection-Name h2, .HSection-Name h3, .HSection-Name h4 {
    margin-top: 5px;
}

/* ui tab jquery */
a:focus {
    outline: none;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #fff !important;
    border: none;
    padding: 4px;
}

.ui-tabs .ui-tabs-nav li {
    background-color: transparent;
    border: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0em 1.4em;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    background-color: #0A365F !important;
    color: #fff !important;
}

.ui-widget-header {
    border: 0px;
    background: transparent;
}

.ui-widget-content {
    border: none !important;
}

.ui-tabs {
    padding: 0 !important;
}

.ui-tabs-nav {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 1.4em;
    transition: 0.3s;
    color: #0A365F;
    background: #fff;
}
.ui-tabs .ui-tabs-nav li a:hover {
    background: #7691AB;
    color: #fff;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Segoe UI Regular", sans-serif;
}

.ui-tabs-active, .ui-state-active, .ui-state-hover, .ui-state-focus {
    background: none;
    border: none;
}

.add {
    /* icon add + */
    font-size: 30px;
    margin: 1rem;
    transition: 0.3s;
    cursor: pointer;
    color: #7691AB;
}
.add:hover {
    color: #BB924A;
}

.tooltip {
    /* Style of tooltip */
    display: inline-block;
    opacity: 1 !important;
    z-index: 1;
}
.tooltip .tooltiptext {
    font-size: 11px;
    opacity: 0.7;
    visibility: hidden;
    width: 100px;
    background-color: #BB924A;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Modal Style pop-up */
.ajaxClass {
    height: 88%;
    background-color: #fff;
    padding: 1em;
    border: none;
    overflow: auto;
    border-radius: 15px;
    -webkit-border-radius: radius(15px);
    -ms-border-radius: radius(15px);
    -moz-border-radius: radius(15px);
    -o-border-radius: radius(15px);
    -khtml-border-radius: radius(15px);
}

.AjaxLogo {
    display: none;
}

/* Navigation Gérer vos utilisateurs */
.OngCompte, .nav-table {
    padding: 1em;
    width: 206px;
    font-size: 15px;
    text-align: center;
    border: none;
    color: #0A365F;
    background-color: #fff;
    transition: 0.3s;
    -webkit-transition: transition(0.3s);
    -ms-transition: transition(0.3s);
    -moz-transition: transition(0.3s);
    -o-transition: transition(0.3s);
    -khtml-transition: transition(0.3s);
}
.OngCompte:hover, .nav-table:hover {
    background-color: #7691AB !important;
    opacity: 0.8;
    color: #fff !important;
}

.nav-table {
    width: auto;
    font-family: "Segoe UI Regular", sans-serif;
    border: none !important;
}

.activebTn {
    background-color: #0A365F;
    color: #fff;
}

/* Modal Table style */
FIELDSET {
    border: none;
}

.td-border td, .td-compact td, .td-border2 td, .td-border th, .td-compact th, .td-border2 th {
    color: #0A365F;
    padding: 10px;
    border-bottom: 1px solid #929292;
    font-size: 14px !important;
}

.td-border2 td, .td-border2 th {
    color: #fff;
}

.td-compact td, .td-compact th {
    padding: 3px;
}

.clepassTable th {
    color: #0A365F;
    padding: 3px;
    border: 1px solid #929292;
    font-size: 14px !important;
}

SELECT {
    border: none;
    padding: 0.8rem;
    border-radius: 5px;
    -webkit-border-radius: radius(7px);
    -ms-border-radius: radius(7px);
    -moz-border-radius: radius(7px);
    -o-border-radius: radius(7px);
    -khtml-border-radius: radius(7px);
}

INPUT[type=text] {
    padding: 0.7rem;
    border-radius: 5px;
    border: none !important;
}

.OutTR:hover
{
    background-color: lightgrey;
}

/* Table compte list style */
.pointer {
    cursor: pointer;
}
.pointer td {
    cursor: pointer;
}

/* input select style */
.form-control, .form-border {
    width: auto;
    height: 34px;
    border: none !important;
    border-radius: 5px;
    cursor: pointer;
    color: #0A365F;
}

.form-border {
    border: 1px solid #ccc !important;
}

.form-control[disabled], [disabled].form-border, .form-control[readonly], [readonly].form-border, fieldset[disabled] {
    background-color: #ccc;
}

div.tab {
    font-family: "Segoe UI Regular", sans-serif;
    background-color: #fff;
    font-weight: 600;
    color: #0A365F;
    border: none;
    margin: 0px;
}
div.tab:hover {
    background-color: #0A365F;
    color: #fff;
}

.active_tab {
    background-color: #0A365F !important;
    color: #fff !important;
}

div.block_tab {
    border: none;
}

div#rgpd_global_percent {
    border: none;
}

/* Modal Information version du site */
.HWNDINFO {
    width: 23%;
    height: 39%;
    margin-top: 0;
    margin-left: 0;
    border: 3px solid #fff !important;
    background-color: #0A365F;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    padding-top: 7rem;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.version {
    position: absolute;
    top: 0;
}

.AjaxLogo_HWNDINFO {
    display: none;
}

/* DataTable Etat Maj style */
.maj, .etat, .maj--black, .etat--black, .maj--yellow, .etat--yellow, .maj--red, .etat--red, .maj--green, .etat--green {
    font-size: 12px;
    display: inline-block;
    width: 140px;
    font-weight: 600;
}
.maj--green, .etat--green {
    background-color: #D1FFD5;
    color: #037421 !important;
}
.maj--red, .etat--red {
    background-color: #FFE5E5;
    color: #A80000 !important;
}
.maj--yellow, .etat--yellow {
    background-color: #FFF1CF;
    color: #AC5600 !important;
}
.maj--black, .etat--black {
    background-color: black;
    color: #fff !important;
    filter: opacity(0.5);
}

.etat--red {
    background-color: #FFE5E5;
    color: #A80000 !important;
}
.etat--yellow {
    background-color: #FFF1CF;
    color: #AC5600 !important;
}
.etat--black {
    background-color: black;
    color: #fff !important;
    filter: opacity(0.5);
}

/*Gérer Rechercher état des badges*/
.etat--green::after {
    content: "";
    color: #037421 !important;
}

.etat--red::after {
    content: "";
    color: #A80000 !important;
}

.etat--yellow::after {
    content: "";
    color: #AC5600 !important;
}

.etat--black::after {
    content: "";
    color: #fff !important;
}

/* Modal Footer Navigation */
.dot, #btn_buttonProgram, #btn_buttonOk, #btn_buttonEdit, #btn_buttonMove, #btn_buttonClean, #btn_buttonCancel, #btn_buttonAdd, #btn_buttonDelete, #btn_buttonForward, #btn_buttonBackward, #btn_buttonReset {
    position: relative;
    height: 5em;
    width: 5em;
    background-color: #D4AA6F;
    border-radius: 50%;
    display: inline-block;
    border: none;
    padding: 0 !important;
    margin-bottom: 20px !important;
    z-index: 99;
}
.dot:hover, #btn_buttonProgram:hover, #btn_buttonOk:hover, #btn_buttonEdit:hover, #btn_buttonMove:hover, #btn_buttonClean:hover, #btn_buttonCancel:hover, #btn_buttonAdd:hover, #btn_buttonDelete:hover, #btn_buttonForward:hover, #btn_buttonBackward:hover, #btn_buttonReset:hover {
    background-color: #BB924A;
    transition: 0.3s;
    /* adding the transition ans scale effect to make it more attractive */
    -webkit-transition: transition(0.3s);
    -ms-transition: transition(0.3s);
    -moz-transition: transition(0.3s);
    -o-transition: transition(0.3s);
    -khtml-transition: transition(0.3s);
    /* adding the prefix for IE and more */
    transform: scale(1);
    -webkit-transform: transition(1);
    -ms-transform: transition(1);
    -moz-transform: transition(1);
    -o-transform: transition(1);
    -khtml-transforms: transition(1);
}
.dot:hover ~ span, #btn_buttonProgram:hover ~ span, #btn_buttonOk:hover ~ span, #btn_buttonEdit:hover ~ span, #btn_buttonMove:hover ~ span, #btn_buttonClean:hover ~ span, #btn_buttonCancel:hover ~ span, #btn_buttonAdd:hover ~ span, #btn_buttonDelete:hover ~ span, #btn_buttonForward:hover ~ span, #btn_buttonBackward:hover ~ span, #btn_buttonReset:hover ~ span {
    opacity: 1;
}

.dot[disabled], [disabled]#btn_buttonProgram, [disabled]#btn_buttonOk, [disabled]#btn_buttonEdit, [disabled]#btn_buttonMove, [disabled]#btn_buttonClean, [disabled]#btn_buttonCancel, [disabled]#btn_buttonAdd, [disabled]#btn_buttonDelete, [disabled]#btn_buttonForward, [disabled]#btn_buttonBackward, [disabled]#btn_buttonReset {
    filter: saturate(0.5);
}

#btn_buttonProgram, #btn_buttonOk, #btn_buttonEdit, #btn_buttonMove, #btn_buttonClean, #btn_buttonCancel, #btn_buttonAdd, #btn_buttonDelete, #btn_buttonForward, #btn_buttonBackward, #btn_buttonReset {
    margin: 1em;
}

#btn_buttonProgram img, #btn_buttonOk img, #btn_buttonEdit img, #btn_buttonMove img, #btn_buttonClean img, #btn_buttonCancel img, #btn_buttonAdd img, #btn_buttonDelete img, #btn_buttonForward img, #btn_buttonBackward img, #btn_buttonReset img
{
    margin: 6px;
}

.container_button
{
    position: relative;
    display: inline-block;
}

.span_caption_button
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #D4AA6F;
    font-size: 1em;
    font-weight: bold;
    transition: all 0.3s ease-in;
    opacity: 0;
    display: block;
    white-space: nowrap;
    margin-left: -100%;
    margin-right: -100%;
    z-index: 98;
}

/* btn img */
.Middle BUTTON IMG {
    width: 30px;
    height: 30px;
}

/* srch ui*/
button.ui-button-icon-only {
    height: 2.13em !important;
}

input.ui-autocomplete-input.ui-widget.ui-widget-content.ui-corner-left {
    width: 241px !important;
}

table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: #fff !important;
}

/* Pagination */
.pagination {
    background: transparent;
}

.pagination > li {
    border: none;
}

.pagination > li > a, .pagination > li > span {
    width: auto;
}

/* badge count */
.badge {
    padding: 9px 20px;
    background-color: #D4AA6F;
}

/* th srch.xsl */
TABLE#search TH {
    background-color: #7691AB !important;
}

/* Gérer les tableau */
div.tab_info {
    margin-bottom: 2em;
    display: flex;
    background-color: #EAEEF2 !important;
}
div.tab_info lng {
    color: #0A365F;
    font-weight: 600;
}

.cardList {
    width: 24%;
    height: 200px;
    position: relative;
    float: left;
    margin: 5px;
    padding: 5px;
    box-shadow: 1px 1px 6px 1px #858585;
    -webkit-box-shadow: shadow(1px 1px 6px 1px);
    -ms-box-shadow: shadow(1px 1px 6px 1px);
    -moz-box-shadow: shadow(1px 1px 6px 1px);
    -o-box-shadow: shadow(1px 1px 6px 1px);
    -khtml-box-shadow: shadow(1px 1px 6px 1px);
}

/*buffering*/
.SLoadBuff {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 289;
}
.SLoadBuff div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #7691AB;
    animation: SLoadBuff 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.SLoadBuff div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.SLoadBuff div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.SLoadBuff div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes SLoadBuff {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/*ui overlay */
.ui-widget-overlay {
    position: fixed !important;
}

.hoverList option:hover {
    background-color: #cacaca;
    color: black;
}

/* rgpd */
div.v2 table th {
    background-color: #7691AB !important;
}

.footer_rgpd {
    background-color: #7691AB !important;
}

/*btn HELP*/
.help {
    border: none;
    background-color: transparent;
}
.help:hover {
    color: #7691AB;
    transform: scale(1.2);
    -webkit-transform: transition(1.2);
    -ms-transform: transition(1.2);
    -moz-transform: transition(1.2);
    -o-transform: transition(1.2);
    -khtml-transforms: transition(1.2);
}

/*Recovery Password step 2*/
.input_button {
    border: none;
    background-color: #fff;
    color: #0A365F;
    transition: 0.3s;
}
.input_button:hover {
    background-color: #7691AB;
    opacity: 0.9;
    color: #fff;
}

input#search_appart_name {
    font-size: 14px;
}

.dashed {
    border: 3px dashed #fff;
    border-radius: 11px;
    -webkit-border-radius: radius(11px);
    -ms-border-radius: radius(11px);
    -moz-border-radius: radius(11px);
    -o-border-radius: radius(11px);
    -khtml-border-radius: radius(11px);
}

/*Gestion des utilisateur Navigation*/
.UserNav ul li:first-child {
    border-radius: 15px 0px 0px 15px !important;
    -webkit-border-radius: radius(15px 0px 0px 15px);
    -ms-border-radius: radius(15px 0px 0px 15px);
    -moz-border-radius: radius(15px 0px 0px 15px);
    -o-border-radius: radius(15px 0px 0px 15px);
    -khtml-border-radius: radius(15px 0px 0px 15px);
}
.UserNav ul li:last-child {
    border-radius: 0px 15px 15px 0px;
    -webkit-border-radius: radius(0px 15px 15px 0px);
    -ms-border-radius: radius(0px 15px 15px 0px);
    -moz-border-radius: radius(0px 15px 15px 0px);
    -o-border-radius: radius(0px 15px 15px 0px);
    -khtml-border-radius: radius(0px 15px 15px 0px);
}

/*disable input*/
input#SERIALGRAVE {
    background-color: #ccc;
    text-align: center;
    letter-spacing: 1rem;
    font-weight: 600;
}

/* numero de serie */
.letterSpacing {
    letter-spacing: 1rem;
}

.autoHover:hover {
    background-color: #cacaca;
}

.info_bulle
{
    position: relative;
    border: 1px black solid;
    margin-left: 20px;
    color: white;
    background-color: #37b9e8;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 50%;
    font-size: 16px;
}

.info_bulle_text
{
    display: none;
}

.info_bulle:hover .info_bulle_text
{
    display: block;
    position: absolute;
    border: 1px solid black;
    padding: 4px;
    font-size: 14px;
    color: black;
    background-color: white;
    top: 0;
    left: 30px;
    font-weight: normal;
    width: 300px;
    text-align: justify
}
.subtitle p{
    font-size: 14px !important;
    font-weight: 350;
    color: #13375A;
}
.link--back{
    cursor: pointer;
    color: #13375A;
}
.td-border.td-border-vigik tr:last-child td, .td-compact.td-border-vigik tr:last-child td, .td-border2.td-border-vigik tr:last-child td, .td-border.td-border-vigik tr:last-child th, .td-compact.td-border-vigik tr:last-child th, .td-border2.td-border-vigik tr:last-child th {
    border-bottom: none;
}
.vigikplus-accordion .btn--menu.btn--accordion {
    padding: 12px 68px 12px 68px;
    margin: 5px 0 5px 0;
    border-radius: 0;
    width: auto;
}
.vigikplus-accordion .btn--menu.btn--accordion:hover{
    box-shadow: 0px 4px 5px lightgray;
}
.vigikplus-accordion .activebTn:hover {
    color: #fff !important;
}
.vigikplus-accordion .btn--menu.btn--accordion span{
    font-size: 14px;
}
.vigikplus-accordion .btn--menu.btn--accordion:first-child{
    border-radius: 15px 0 0 15px;
}
.vigikplus-accordion .btn--menu.btn--accordion:last-child{
    border-radius: 0 15px 15px 0;
}
.accesstype-actions{
    display: flex;
    justify-content: space-between;
}
.accesstype-actions .search-field input{
    margin-left: 8px;
}
.accesstype-actions .search-field input::placeholder{
    font-size: 12px;
}
.accesstype-actions .accesstype-actions-btns{
    width: 265px;
    justify-content: space-between;
}
.accesstype-actions .accesstype-actions-btns .btn {
    height: 30px;
    background-color: #fff;
    font-weight: 600 !important;
}
.vigikplus-table {
    font-size: 12px;
    table-layout:fixed;
}
.vigikplus-table tbody tr{
    height: 44px;
}
.vigikplus-table thead th{
    text-transform: uppercase;
}
.vigikplus-table tbody td{
    border-right: none !important;
}
.vigikplus-table tbody td > span {
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vigikplus-table tbody td:last-child{
    width: 250px;
}
.vigikplus-table tbody td img {
    padding-left: 5px;
    cursor: pointer;
}
.vigikplus-table tbody td .grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.vigikplus-table tbody td .grid .custom,
.vigikplus-table tbody td .grid .prohibited,
.vigikplus-table tbody td .grid .default
{
    display: flex;
    justify-items: center;
    align-items: center;
    height: 16px;
    padding: 6px 12px 6px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
}
.vigikplus-table tbody td .grid .custom{
    background-color: #FDE6D0;
    color: #EF7904;
}
.vigikplus-table tbody td .grid .prohibited {
    background-color: #DDEDFD;
    color: #13375A;
}
.vigikplus-table tbody td .grid .default{
    background-color: #DDEDFD;
    color: #53A6BB;
}
.vigikplus-table INPUT[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.vigikplus-table INPUT[type="checkbox"] + label{
    margin-left: 5px;
    margin-bottom: 0px;
}
.vigikplus-table INPUT[type="checkbox"]:checked{
    color: #0D6EFD;
}
.vigikplus-table INPUT[type="checkbox"]:checked + label{
    font-weight: bold;
    color: #0D6EFD;
}
.vigikplus-table .update-link {
    color: #EF7904;
    cursor: pointer;
    font-weight: bold;
}
.vigikplus-table .update-link .update-link-icon {
    padding-left: 5px;
}
.vigikplus-table .provider_select_dropdown select{
    display: none;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected, 
.vigikplus-table .btn-vigikplus-table-action{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    height: 17px;
    padding: 8px;
    border-radius: 5px;
    margin: auto;
    font-weight: 350;
    border: none;
    outline: none;
    box-shadow: 5px 5px 6px 0px #D3D3D3;
    background-color: #FFF;
    color: #13375A;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected{
    width: 120px;
}
.vigikplus-table .btn-vigikplus-table-action {
    width: 51px;
    justify-content: center;
    padding: 5px 36px;
}
.vigikplus-table .btn-vigikplus-table-action span {
    width: 100%;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected span::before, .providers-status span::before{
    width: 10px;
    height: 10px;
    content: " ";
    display: inline-block;
    margin-right: 3px;
    border-radius: 5px;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected >*,
.vigikplus-table .btn-vigikplus-table-action span,
.providers-status > *{
    pointer-events: none;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected span.custom::before, .providers-status span.custom::before{
    background-color: #EF7904;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected span.prohibited::before, .providers-status span.prohibited::before{
    background-color: #13375A;
}
.providers-status span.prohibited::before{
    border: 1px solid white;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_selected span.default::before, .providers-status span.default::before{
    background-color: #53A6BB;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_menu {
    display: none;
    position: absolute;
    z-index: 8;
    min-width: 143px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_menu .provider_select_dropdown-item{
    display: block;
    padding: 10px 15px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.vigikplus-table .provider_select_dropdown .provider_select_dropdown_menu .provider_select_dropdown-item:hover{
    background-color: #f8f9fa;
}
.vigikplus-table .vigik-update::after {
    position: relative;
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    margin-left: 3px;
    background-color: #EF7904;
    transform: translateY(-100%);
}
.vigikplus-caption, .vigik-caption{
    display: flex;
    position: relative;
}
.vigikplus-caption img+span, .vigik-caption img+span{
    display: none;
}
.vigikplus-caption img:hover+span,.vigik-caption img:hover+span{
    display: block;
    position: absolute;
    top: -44px;
    transform: translateX(-40%);
    box-shadow: 5px 5px 6px 0px #D3D3D3;
    z-index: 11;
    padding: 8px 12px;
    background-color: #fff;
    color: #13375A;
    border-radius: 5px;
    width: max-content;
}
.vigikplus-caption img:hover+span{
    height: 17px;
}
.vigik-caption img:hover+span{
    transform: translateX(-44%);
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 8px;
}
    
.vigikplus-caption img:hover + span::before, .vigik-caption img:hover + span::before {
    position: absolute;
    border-radius: 5px;
    content: ' ';
    width: 0;
    height: 0;
    left: 45%;
    top: 97%;
    bottom: 0px;
    border: 7px solid;
    border-color: #fff transparent transparent transparent;
}
.Middle.Middle__V2{
    background-color: #EAEEF2 !important;
}
.Middle.Middle__V2 .ajaxClass{
    background-color: #EAEEF2 !important;
    overflow: hidden;
}
.activities-summary{
    max-height: 200px;
    overflow-y: auto;
}
.status-activity{
    font-size: 14px;
}
.schedule-activities .schedule-activities-item {
    display: flex;
    justify-items: center;
    font-size: 14px;
    align-items: center;
    font-weight: 350;
    line-height: 17px;
    letter-spacing: 0px;
}
.schedule-activities .schedule-activities-item span{
    margin-right: 5px;
}
.schedule-activities .schedule-activities-item span.chip ,
.activities-summary span.chip,
.status-activity{
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
    background-color: #DDEDFD;
    color: #13375A;
}
.status-activity{
    padding: 4px 12px;
}
.schedule-activities .schedule-activities-item span.authorise,
.activities-summary span.authorise,
.status-activity.authorise {
    background-color: #DDEDFD;
    font-weight: 600;
    color: #0D6EFD;
}
.week-calendar {
    height: 90%;
}
.week-calendar .calendar-week{
    color: #3c5a78;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.week-calendar .calendar-week .selected-cell{
    background-color: #86919F;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    user-select: none;
}


.week-calendar .calendar-week .selected-cell .schedule-infos{
    padding: 5px 5px;
    text-align: start;
    color: #fff;
    user-select: none;
}

.week-calendar .calendar-week .calendar-cells{
    height: 100%;
}
.week-calendar .calendar-week .calendar-cells .days-cell {
    height: 100%;
    cursor: crosshair;
}
.week-calendar .calendar-week .calendar-cells .days,
.week-calendar .calendar-week .calendar-cells .calendar-cells-content
{
    display: grid;
    grid-template-columns: 50px repeat(7, 1fr);
    grid-auto-rows: 1fr;
    overflow: hidden;
    margin-bottom: 10px;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content{
    margin-bottom: 30px;
    overflow-y: scroll;
    height: 425px;
}

.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.hours .hour{
    height: 17px;
}

.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    top: 8.5px;
}

.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day:last-child {
    border-right: 1px solid #E4E4E4;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour.half-hour-selected{
    background-color: #E4E4E4;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour .hour-hover,
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour .hour-hover-next {
    display: none;
    font-size: 10px;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour.half-hour-selected:hover .hour-hover-next{
    display: flex;
    position: absolute;
    z-index: 2;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour:hover{
    background-color: #E5E5E5;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour {
    border-top: 1px solid #E4E4E4;
    height: 17px;
    cursor: crosshair;
    user-select: none;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour:hover .hour-hover {
    display: flex;
    position: absolute;
    z-index: 1;
}
.week-calendar .calendar-week .calendar-cells .calendar-cells-content .calendar-cells-warper.column-day .half-hour.half-hour-selected:hover .hour-hover{
    display: none;
}

.btn--action-rounded {
    border-radius: 20px;
    background-color: #FCFCFC;
    padding: 8px;
    color: #13375A;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.btn--action-rounded:focus{
    outline: none;
}
.btn--action-rounded[disabled] {
    color : #86919F;
    opacity: 0.9;
    cursor: not-allowed;
    pointer-events: initial;
}
.btn--action-rounded.btn--action-rounded-active{
    color : #fff;
    background-color: #0D6EFD;
}
.schedule-message-error{
    color: #EF7904;
}
.vigik-loader-container {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vigik-loader-container .vigik-loader{
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 50%;
    --border-width: 4px;
    --mask: radial-gradient(
        farthest-side, 
        transparent calc(100% - var(--border-width) - 0.5px), 
        #000 calc(100% - var(--border-width) + 0.5px)
    );
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background: linear-gradient(to left, rgba(239,121,4, 1), rgb(239, 121, 4, 0.1)) 100% 0/20% 100% no-repeat;
    animation: vigik-plus-loader 3s linear infinite;
}
@keyframes vigik-plus-loader {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}
.HWNDINFO.HWNDINFOV2{
    padding-top: 3rem;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    height: auto;
}
.HWNDINFO.HWNDINFOV2.HWNDERROR {
    width: fit-content;
}
.HWNDINFO.HWNDINFOV2.HWNDERROR .Ajaxtransparent_HWNDINFO{
    min-height: 185px;
    height: auto;
}
.HWNDINFO.HWNDINFOV2 .ajaxClass_mini{
    height: max-content;
    overflow: auto;
    margin-bottom: 120px;
}
.HWNDINFO.HWNDINFOV2 LABEL{
    color: #fff;
    font-weight: 600 !important;
}
