/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(2126,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2127,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(2467,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2507,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2508,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(2598,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2634,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2675,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(2676,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(3283,28): run-time error CSS1039: Token not allowed after unary operator: '-color-success-border-discrete-default'
(3284,22): run-time error CSS1039: Token not allowed after unary operator: '-color-success-surface-discrete-default'
(3285,17): run-time error CSS1039: Token not allowed after unary operator: '-color-success-text-regular-default'
(3292,23): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-fontFamily'
(3293,21): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-fontSize'
(3296,23): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-lineHeight'
(3297,26): run-time error CSS1039: Token not allowed after unary operator: '-body-xxs-regular-letterSpacing'
(3301,28): run-time error CSS1039: Token not allowed after unary operator: '-color-warning-border-discrete-default'
(3302,22): run-time error CSS1039: Token not allowed after unary operator: '-color-warning-surface-discrete-default'
(3303,17): run-time error CSS1039: Token not allowed after unary operator: '-color-warning-text-regular-default'
(3318,28): run-time error CSS1039: Token not allowed after unary operator: '-color-neutral-surface-discrete-default'
(3642,8): run-time error CSS1030: Expected identifier, found '>'
(3642,50): run-time error CSS1031: Expected selector, found ')'
(3642,50): run-time error CSS1025: Expected comma or open brace, found ')'
(4233,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(4269,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(4309,16): run-time error CSS1036: Expected expression, found '@colorDefault'
(4310,23): run-time error CSS1036: Expected expression, found '@colorDefault'
(4337,12): run-time error CSS1036: Expected expression, found '@colorDefault'
(4338,19): run-time error CSS1036: Expected expression, found '@colorDefault'
(4365,12): run-time error CSS1036: Expected expression, found '@colorDefault'
(4366,19): run-time error CSS1036: Expected expression, found '@colorDefault'
(4667,1): run-time error CSS1019: Unexpected token, found '}'
(4734,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4735,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4748,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(4749,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4762,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4763,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4803,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4804,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
html, body {
    margin: 0;
    padding: 0;
}

a:active, a:visited {
    color: inherit;
}


.score-ellisphere-green {
    color: green;
    font-weight: bold;
}

.score-ellisphere-orange {
    color: orange;
    font-weight: bold;
}

.score-ellisphere-red {
    color: red;
    font-weight: bold;
}

.score-ellisphere-black {
    color: black;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP.tr-ecriture-a-j {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-green {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-orange {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-red {
    color: #ffffff !important;
    font-weight: bold;
}

.dxgvSelectedRow_MetropolisBlueBP .score-ellisphere-black {
    color: #ffffff !important;
    font-weight: bold;
}

body {
    font-family: 'Open Sans', Ubuntu;
    font-size: 13px;
    background: white;
    color: black;
}

.wrapper-cookies-policy {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: lightyellow;
    text-align: center;
    font-size: smaller;
    box-shadow: 0 0 1px 1px #E2E2E2;
    line-height: 25px;
    z-index: 9;
    opacity: 0;
    height: 0px;
}

#install-chrome {
    position: fixed;
    width: 250px;
    height: 150px;
    background: white;
    color: black;
    box-shadow: 0 0 5px gray;
    display: none;
    padding: 10px 20px;
    opacity: 0;
    top: -150px;
    left: 50%;
    margin-left: -125px;
    z-index: 99999;
}


#reload-page {
    position: fixed;
    width: 250px;
    height: 150px;
    background: white;
    color: black;
    box-shadow: 0 0 5px gray;
    display: none;
    padding: 10px 20px;
    opacity: 0;
    top: -150px;
    left: 50%;
    margin-left: -125px;
    z-index: 99999;
}

.max-400 {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 5px;
}

#install-chrome #close-install {
    width: 16px;
    opacity: 0.4;
    cursor: pointer;
    float: right;
}

#reload-page #close-install {
    width: 16px;
    opacity: 0.4;
    cursor: pointer;
    float: right;
}

#install-chrome #close-install:hover {
    opacity: 0.6;
}

#reload-page #close-install:hover {
    opacity: 0.6;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: rgba(210, 210, 210, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(165, 165, 165, 1);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(165, 165, 165, 0.7);
    }

.dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP, .dxpcLite_MetropolisBlueBP, .dxdpLite_MetropolisBlueBP {
    font-family: inherit !important;
}


.dxgvSearchPanel_MetropolisBlueBP {
    border: none;
}

    .dxgvSearchPanel_MetropolisBlueBP > table {
        width: 100% !important;
        max-width: none !important;
    }

    .dxgvSearchPanel_MetropolisBlueBP .dxeButtonEdit_MetropolisBlueBP {
        float: right;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

input, textarea {
    font-family: 'Open Sans', Ubuntu;
    font-size: 13px;
}

    input[type='text'], input[type='password'], textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.mycheckbox {
    position: relative;
    top: 3px;
    margin-right: 5px;
    cursor: pointer;
}

.edevis-content {
    display: none;
}

select {
    font-family: 'Open Sans', Ubuntu;
}

input {
    outline: none;
    border: none;
    padding: 4px 12px;
}

    input[type='checkbox'] {
        margin: 0 3px;
        vertical-align: middle;
    }

    input.showFocus:focus {
        border: 1px dotted #bfbfbf;
    }

    input[type="radio"] {
        outline: none;
    }

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.currentPage {
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}

.card-gray {
    position: relative;
    margin: 20px 25px;
    padding: 0px;
    height: 160px;
    width: 200px;
    background: #F1F1F1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

    .card-gray img.logo-card {
        opacity: 0.153;
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 90px;
    }

    .card-gray img.logo-card-small {
        opacity: 0.153;
        position: absolute;
        bottom: 5px;
        right: 10px;
        width: 32px;
    }

.tick-bottom:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 11px solid;
    border-color: rgb(230, 230, 230) transparent transparent transparent;
    top: 22px;
    left: 12px;
}

.smaller-switch {
    transform: scale(0.8);
}

.noborder {
    border: none !important;
}

.my-input {
    border: 1px solid rgb(169, 169, 169);
    height: 18px;
    padding: 1px 5px 3px 3px;
}

    .my-input:focus {
        border: 1px solid #0072c6;
    }

select::-ms-expand {
    display: none;
}

.line-36 {
    line-height: 36px;
}

.line-32 {
    line-height: 32px;
}

.line-30 {
    line-height: 30px;
}

.line-28 {
    line-height: 28px;
}

.line-26 {
    line-height: 26px;
}

.line-24 {
    line-height: 24px;
}

.line-22 {
    line-height: 22px;
}

.line-20 {
    line-height: 20px;
}

.line-18 {
    line-height: 18px;
}

.line-16 {
    line-height: 16px;
}

.toolbar-submenu-header {
    margin: 0;
    line-height: 15px;
    cursor: default;
    background: rgb(239, 239, 239);
    padding-left: 20px;
    font-size: smaller;
    font-weight: 800;
    height: 30px;
    line-height: 30px;
}

.border-black {
    border-left: 6px solid #505050;
    padding-left: 6px;
}

.border-error {
    border-left: 6px solid #e74c3c;
    padding-left: 6px;
}

.border-valid {
    border-left: 6px solid #1aa187 !important;
    padding-left: 6px;
}

.border-warning {
    border-left: 6px solid orange;
    padding-left: 6px;
}

.border-gray {
    border-left: 6px solid gray;
    padding-left: 6px;
}

.logo-tendance {
    height: 24px;
    opacity: 0.2;
    position: absolute;
    right: 0;
}

option {
    line-height: 30px;
}

a, a:visited, a:active {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: underline;
    }

.action-item {
    cursor: pointer;
}

img {
    vertical-align: middle;
}

.statusbar {
    position: fixed;
    bottom: 0;
    background: #BDC3C7;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 999;
    text-align: center;
    line-height: 24px;
}

.logo-header {
    width: 225px;
    position: relative;
    display: block;
    height: 50px;
    float: left;
    text-align: center;
}

.footer-login {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    text-align: center;
    color: black !important;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 5px;
}

    .footer-login a {
        color: #0072c6 !important;
    }

    .footer-login .footer-liens a {
        padding: 0 25px;
    }

.certificat {
    background: rgb(221, 221, 221);
    padding: 5px 15px;
    margin: 15px 20px;
    box-shadow: -1px 2px 2px rgb(187, 187, 187);
}

    .certificat:hover {
        background: #c2c2c2;
        cursor: pointer;
    }

.selected-cert {
    background: #0072c6 !important;
    color: white;
}

.img-tag {
    width: 16px;
    opacity: 0.75;
    margin: 0 5px;
}

.cart-certToRenew {
    font-size: smaller;
}

.lien-versRenouvellement {
    padding: 3px 20px;
    text-decoration: initial !important;
}

.infoCert-inMessage {
    background: #f0f0f0;
    position: relative;
    margin: 20px;
}

.infoCert2-inMessage {
    padding: 5px 15px;
    transform: translateY(-60px);
    background: #f0f0f0;
    padding: 5px 15px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition-delay: 0.2s;
    max-height: 70%;
}

.showinfoiban {
    transform: scale(0.3) translateX(-30px);
}

    .showinfoiban.display {
        opacity: 1;
        transform: scale(1) translateX(0px);
    }

.infoCert1-inMessage {
    padding: 5px 15px;
    background: #f0f0f0;
    padding: 5px 15px;
    transform: translateY(0px);
    opacity: 1;
    z-index: 1;
    transition-delay: 0.2s;
}

.wrapper-infoCert:hover .infoCert2-inMessage {
    transform: translateY(0px);
    opacity: 1;
}

.wrapper-infoCert:hover .infoCert1-inMessage {
    transform: translateY(-60px);
    opacity: 0;
}

.bg-cert-inMessage {
    position: absolute;
    opacity: 0.085;
    margin-left: -25px;
    margin-top: 0px;
    z-index: 2;
}

.info-legend-typeope {
    visibility: hidden;
    height: 18px;
    margin: 0 3px 0 0;
    margin-top: -3px;
}

.details-enAttente tr:hover .info-legend-typeope {
    visibility: visible;
}

.columns-grid .columns-info {
    opacity: 0;
    position: relative;
    left: 7px;
}

.columns-grid:hover .columns-info {
    opacity: 1;
    left: 0px;
}

.columns-grid-realise .columns-info {
    opacity: 0;
    position: relative;
    left: 7px;
}

.columns-grid-realise:hover .columns-info {
    opacity: 1;
    left: 0px;
}

.columns-grid-prev .columns-info {
    opacity: 0;
    position: relative;
    left: 7px;
}

.columns-grid-prev:hover .columns-info {
    opacity: 1;
    left: 0px;
}

.box-details {
    position: absolute;
    top: 0px;
    width: 100%;
}

.box-details-grid-realise {
    width: 100%;
}

.box-details-grid-prev {
    width: 100%;
}


.box-details-facture {
    position: absolute;
    top: 0px;
    width: 100%;
}
/*****************************************************/
/* UTILITY */

img.delete-message {
    margin-top: 10px;
    opacity: 0.6;
    height: 20px;
}

    img.delete-message:hover {
        cursor: pointer;
        opacity: 1;
        height: 25px;
    }

.mex-box {
    transition-duration: 0.8s !important;
}

span.warning-text {
    color: rgb(255, 123, 54);
    font-size: large;
    position: absolute;
    margin-top: -11px;
    font-weight: 700;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

circle {
    fill: rgba(128, 128, 128, 0.2);
}

.menu-mobile {
    display: none;
}

.italic {
    font-style: italic !important;
}

.bold {
    font-weight: 900 !important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-only {
    padding-left: 5px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

*:focus {
    outline: none !important;
}

.left {
    float: left !important;
}

.clear {
    clear: both;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.flex {
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox; /*IE 10*/
    /*display: flex;*/
}

.no-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-border {
    border: none !important;
}

.center-text {
    text-align: center !important;
}

.color-box {
    width: 80px;
    height: 3px;
    display: inline-block;
    background-color: #ccc;
    left: 5px;
    top: 5px;
    margin-bottom: 2px;
}

.left-text {
    text-align: left !important;
}

.right-text {
    text-align: right !important;
}

.cursor {
    cursor: pointer !important;
}

    .cursor:hover {
        opacity: 0.4 !important;
    }

.right {
    float: right !important;
}

.bottom-right {
    bottom: 15px;
    position: absolute;
    right: 15px;
}

.hidden {
    display: none !important;
}

.backgroundBP {
    color: white !important;
    background: #0072C6 !important;
    background: linear-gradient(to right, #0072C6, #007AD4) !important;
}

.bar-toolbar, .nav-item, .header-block {
    background: #0072C6 !important;
    background: linear-gradient(to right, #0072C6, #007AD4) !important;
}

#contextMenuGridView {
    position: fixed;
    background: white;
    border: 1px solid gray;
    box-shadow: 0 0 4px gray;
    padding: 1px;
    font-size: 11px;
}

    #contextMenuGridView .item-contextmenu:hover {
        background: gray;
        color: white;
    }

    #contextMenuGridView .item-contextmenu img {
        height: 16px;
    }

.titre-tableaubord img.info-titre {
    visibility: hidden;
    height: 20px;
    margin-right: 4px;
    margin-top: -2px;
}

.titre-tableaubord:hover img.info-titre {
    visibility: visible;
}

.opac {
    opacity: 0.6 !important;
}

.my-button {
    padding: 4px 8px;
    margin: 4px 0;
    width: 60px;
    display: block;
    text-align: center;
    color: white;
    border: none;
}

.green-button {
    background: #1aa187;
}

.red-button {
    background: #C0392B;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tick-ok {
    background: #159f84;
    width: 6px;
    height: 20px;
}

.tick-error {
    background: #e74c3c;
    width: 6px;
    height: 20px;
}

.tick-warning {
    background: #FF9B29;
    width: 6px;
    height: 20px;
}

.div-cell-ok {
    border-right: 5px solid #159f84;
    padding: 0 5px 0 0;
    line-height: 22px;
    height: 22px;
    position: relative;
}

.div-cell-warning {
    border-right: 5px solid #FF9B29;
    padding: 0 5px 0 0;
    line-height: 22px;
    height: 22px;
    position: relative;
}

.div-cell-error {
    border-right: 5px solid #e74c3c;
    padding: 0 5px 0 0;
    line-height: 22px;
    height: 22px;
    position: relative;
}

._translateX {
    -webkit-transform: scale(0.95) translateX(250px) !important; /* Chrome, Safari, Opera */
    -moz-transform: scale(0.95) translateX(250px) !important;
    -ms-transform: scale(0.95) translateX(250px) !important; /* IE 9 */
    -o-transform: scale(0.95) translateX(250px) !important;
    transform: scale(0.95) translateX(250px) !important;
    opacity: 0 !important;
}

.smaller {
    -webkit-transform: scale(0.95); /* Chrome, Safari, Opera */
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95); /* IE 9 */
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.smaller-x {
    -webkit-transform: scale(0.7); /* Chrome, Safari, Opera */
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7); /* IE 9 */
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.bigger {
    -webkit-transform: scale(1.25); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.animate {
    -webkit-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -moz-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -ms-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    -o-transition: all cubic-bezier(.62,.28,.23,.99) 0.3s;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.3s; /*cubic-bezier(0.230, 1.000, 0.320, 1.000)*/
}

.animate-bounce {
    -webkit-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    -moz-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    -ms-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    -o-transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
    transition: all cubic-bezier(.32,0,.5,1.5) 0.37s;
}

.animate-slow {
    -webkit-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    -moz-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    -ms-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    -o-transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
    transition: all cubic-bezier(.62,.28,.23,.99) 0.9s;
}

.animated {
    -webkit-animation-duration: 0.71s;
    animation-duration: 0.71s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hiddenToAnimate {
    opacity: 0;
    transform: translateX(-30px) scale(0.85);
    position: relative;
    display: block;
}

.displayToAnimate {
    opacity: 1;
    transform: translateX(0px) scale(1);
}

.bottom-mex-popup {
    position: absolute;
    bottom: 25px;
    left: 60px;
    color: gray;
    border-left: 5px solid #e74c3c;
    padding: 3px 5px;
    opacity: 0;
}

.container-lst-cert-validation .select-cert {
    background: #f1f1f1;
    margin: 10px 0;
    padding: 3px 5px;
    transition: all 0.2s ease-out;
    position: relative;
}

    .container-lst-cert-validation .select-cert:hover {
        background: #c0c0c0;
        cursor: pointer;
        border-left: 10px solid #0072c6;
    }

    .container-lst-cert-validation .select-cert img {
        position: absolute;
        opacity: 0.19;
        right: 15px;
        height: 60px;
    }

.dxgvDataRow_MetropolisBlueBP.dxgvSelectedRow_MetropolisBlueBP .colorBP {
    color: white !important;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.info-action-ellisphere {
    opacity: 0;
    left: -20px;
    position: relative;
    margin: 20px 0;
    top: 10px;
}

.btn-action-ellisphere {
    opacity: 0;
    transform: scale(0.7);
    margin-right: 20px;
    width: 100px;
}

    .btn-action-ellisphere.displayed {
        opacity: 1;
        transform: scale(1);
    }

.delete-email-ellisphere {
    opacity: 0.3;
    height: 14px;
}

#table-emails-ellisphere {
    margin-top: 10px;
}

    #table-emails-ellisphere tr:hover .delete-email-ellisphere {
        opacity: 0.5;
        height: 18px;
    }

.delete-email-ellisphere:hover {
    opacity: 0.7;
    cursor: pointer;
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

.circle {
    position: absolute;
    width: 41px;
    height: 22px;
    border-radius: 10px;
    text-align: center;
    line-height: 22px;
    /*margin-top: -10px;*/
    padding-left: 13px;
}

#PopupConfirmation_PW-1 .dxbButton_MetropolisBlueBP.dxbDisabled_MetropolisBlueBP,
#PopupConfirmation_PW-1 .dxbButton_MetropolisBlueBP.dxbDisabled_MetropolisBlueBP:hover {
    color: #FFFFFF !important;
    background-color: #BFBFBF !important;
    box-shadow: none;
    cursor: auto;
}

.circle:hover {
    opacity: 1;
    cursor: pointer;
}

.circle.red:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 5px;
    border-radius: 14px;
    background: white;
}

.circle.red:after {
    content: "NON";
    position: absolute;
    color: white;
    left: 22px;
    font-size: 11px;
}

.circle.green:after {
    content: "OUI";
    position: absolute;
    color: white;
    right: 24px;
    font-size: 11px;
}

.circle.green:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    right: 5px;
    border-radius: 14px;
    background: white;
}

.disabled.circle {
    background-color: gray !important;
    cursor: auto !important;
}

.colorBP {
    color: #0072c6 !important;
}

.colorGreen {
    color: #159f84;
}

.colorGray {
    color: #888888 !important;
}

.colorRed {
    color: red; /*rgb(231, 76, 60);*/
}

.colorBlack {
    color: black;
}

.dxgvSelectedRow_MetropolisBlueBP .colorRed {
    color: white;
}

.colorOrange {
    color: #EC8E00;
}

.red {
    background-color: #e74c3c !important;
    color: white;
}

.black {
    background-color: #222222 !important;
    color: white;
}

.orange {
    background-color: orange !important;
    color: white;
}

.green {
    background-color: #159f84 !important;
    color: white !important;
}

.gray {
    background-color: gray !important;
    color: white !important;
}

.yellow {
    color: rgb(82, 82, 82) !important;
    background: #FFFA9D !important;
}

.recherche-avancee {
    position: relative;
    width: 100%;
    transform-origin: top;
    transform: scaleY(0);
    background: #F1F1F1;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 10px;
    z-index: 3;
}

    .recherche-avancee small {
        padding: 8px 0;
        display: block;
        color: gray;
    }

    .recherche-avancee .apply-filters {
        bottom: 10px;
        position: absolute;
        right: 10px;
        padding: 2px 15px;
        width: auto;
    }

.clear-filters-ecritures {
    position: relative;
    width: 120px;
    padding: 2px 0 !important;
    top: 5px;
}

.recherche-avancee .apply-filters:hover, .recherche-avancee .clear-filters:hover {
    cursor: pointer;
    background-color: #0A997D !important;
    box-shadow: 0px 0px 3px rgb(160, 160, 160);
}

.bic-compte-emetteur-card {
    margin-left: -3px;
}

    .bic-compte-emetteur-card img {
        margin: 0 5px;
    }

.dxgvEmptyDataRow_MetropolisBlueBP td.dxgv {
    border: none !important;
}

.content-confirmation {
    font-size: 12px;
}

/* WIDGET */
.liste-fichiersaEnvoyer {
    width: 100%;
}

    .liste-fichiersaEnvoyer td {
        padding: 1px 2px;
    }

    .liste-fichiersaEnvoyer tr.tr:hover {
        background: #eee;
        cursor: pointer;
    }

.bouton-traiter {
    padding: 4px 12px;
    margin: 5px 10px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.td-valide img, .td-signe img {
    width: 16px;
}

.box-details-errors {
    position: absolute;
    background: lightyellow;
    padding: 7px 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: black;
    opacity: 0;
    transform: translateY(-60px);
    z-index: 3;
}

    .box-details-errors:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: -18px;
        right: 5px;
        border: 10px solid;
        border-color: transparent transparent lightyellow transparent;
    }

.show-box-details-errors {
    opacity: 1;
    transform: translateY(0px);
}
/* END WIDGET */

.card-activation {
    position: relative;
    background: #f0f0f0;
    color: white;
    padding: 3px 7px;
    margin: 0 5px;
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

    .card-activation i, .card-activation b {
        position: relative;
        height: 0px;
        overflow: hidden;
        display: block;
        line-height: 18px;
        opacity: 0;
        top: 7px;
    }

    .card-activation:hover i, .card-activation:hover b {
        height: 36px;
        opacity: 1;
    }

    .card-activation:hover {
        background: #A5A5A5;
        box-shadow: 0px 0px 5px gray;
        cursor: pointer;
    }

    .card-activation img {
        height: 64px;
        margin-top: 10px;
    }

    .card-activation:hover img {
        margin-top: 0px !important;
    }

/* POPUP TRAITEMENT AUTO */

.wrapper-traitement-fichiers {
    position: relative;
    width: 850px;
}

.wrapper-btn-traitement {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

.table-traitement-fichiers {
    width: 100%;
}

    .table-traitement-fichiers tr:nth-child(2n) {
        background: #f0f0f0;
    }

.derniere-etape-info {
    position: relative;
    animation: displayInfoLastStage cubic-bezier(.87,-.1,.19,1.24) 0.8s;
    animation-iteration-count: 1;
    animation-delay: 0.15s;
    opacity: 0;
    animation-fill-mode: forwards;
    /*animation-timing-function : cubic-bezier(.87,-.41,.19,1.44);*/
    display: block;
}

.errorEtape {
    color: red;
}

.error-message {
    color: red;
    font-weight: 700;
}

div.derniere-etape-info {
    max-height: 70px;
    overflow: auto;
    width: 100%;
}

.errorEtape {
    border-left: 6px solid rgb(231, 76, 60);
    padding: 2px 0;
    padding-left: 6px;
}

.okEtape {
    border-left: 6px solid #159f84;
    padding: 2px 0;
    padding-left: 6px;
}

.validation-fichier-ok, .signature-fichier-ok {
    position: relative;
    animation-name: pulseTest;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.87,-.41,.19,1.44);
}

.info-cert-to-use {
    background: #F1F1F1;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    text-align: left;
    display: table;
    min-width: 300px;
}

    .info-cert-to-use table {
        text-align: left;
        margin: 0px 5px;
    }

.download-details-action:hover {
    opacity: 0.8 !important;
    cursor: pointer;
}

.download-details-action {
    opacity: 0.5;
    transform: scale(1);
    height: 24px;
    transition: all 0.3s ease-in-out;
}

#pwdReLogin {
    border: 1px solid lightgray;
    width: 200px;
    font-size: 12px;
    background: url('/Content/Images/lock-login.png');
    background-repeat: no-repeat;
    background-position-x: -2px;
    background-position-y: 1px;
    padding-left: 27px;
    margin: 15px 0;
}

.info-cert-to-use table td {
    padding: 1px 3px;
}

.info-cert-to-use img.bg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.08;
    height: 95px;
    transform: scale(1.3);
}

.popupDeleteTag {
    width: 230px;
    border: 1px solid #f0f0f0;
    color: black;
    background: #f1f1f1;
    box-shadow: 0 0 5px gray;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    margin-top: -30px;
    opacity: 0;
    z-index: 3;
}

    .popupDeleteTag .commandsDeleteTag span {
        margin: 0 20px;
        cursor: pointer;
        font-size: 11px;
        padding: 3px 10px;
    }

    .popupDeleteTag .imgClosePopupDeleteTag {
        float: right;
        width: 16px;
        cursor: pointer;
    }

@keyframes pulseTest {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes displayInfoLastStage {
    0% {
        opacity: 0;
        transform: scaleX(0.8);
        background-color: white;
    }

    90% {
        opacity: 1;
        transform: scaleX(1);
        background-color: lightyellow;
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
        background-color: white;
    }
}

.disabled .dxWeb_edtCheckBoxChecked_MetropolisBlueBP {
    background-position: -218px -351px !important;
    width: 16px;
    height: 16px;
}

.progressbar-send {
    position: relative;
    width: 200px;
    height: 20px;
    line-height: 20px;
    background: lightgray;
}

    .progressbar-send .text-etat {
        position: absolute;
        color: white;
        z-index: 1;
    }

    .progressbar-send .etat {
        position: relative;
        width: 0%;
        height: 20px;
        /*animation-name: myFadeIn;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-fill-mode: backwards;
        transform-origin: left;*/
    }

/*.table-traitement-fichiers .etat:nth-child(1)
        {
            animation-delay: .25s;
        }

       .table-traitement-fichiers .etat:nth-child(2)
        {
            animation-delay: .5s;
        }

       .table-traitement-fichiers .etat:nth-child(3)
        {
            animation-delay: .75s;
        }

       .table-traitement-fichiers .etat:nth-child(4)
        {
            animation-delay: 1s;
        }*/

@keyframes myFadeIn {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}


@keyframes myOpacityIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* END POPUP TRAITEMENT AUTO*/

@media only screen and (min-width : 1360px) and (max-width : 4500px) {
    .dxgvControl_MetropolisBlueBP, .dxgvDisabled_MetropolisBlueBP {
        font-size: 14px !important;
    }

    .content-confirmation {
        font-size: 13px;
    }

    .statusbar {
        height: 30px;
        line-height: 30px;
    }

    /*._selected
    {
        height: 32px !important;
    }

    .dxgvDataRow_MetropolisBlueBP
    {
        line-height: 32px;
    }*/
}

@media only screen and (min-width : 0px) and (max-width : 1086px) {
    .logo-header {
        width: 180px;
    }

    .toolbar-item {
        padding: 0 5px !important;
    }

        .toolbar-item img:first-child {
            width: 28px !important;
        }

    .box-selector-groupe {
        margin-top: 56px !important;
    }

    .content-page {
        margin-top: 30px;
    }
}

.dxgvSearchPanel_MetropolisBlueBP .dxeSafariSys {
    position: relative;
    width: 232px !important;
}

/* Ellisphere */

.Elli_divTable {
    width: 80%;
    white-space: nowrap;
    height: 300px;
}

.Elli_divTableRow {
    display: table-row;
}

.Elli_divTableHead {
    color: #FFF;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
}

.Elli_divTableCell {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #EEE;
    text-align: center;
}

.Elli_divTableHeading {
    background-color: #0b80d6;
    display: table-header-group;
    font-weight: bold;
}

.Elli_divTableFoot {
    background-color: #0b80d6;
    display: table-footer-group;
    font-weight: bold;
}

.Elli_divTableBody {
    display: table-row-group;
}


/* Couleurs des boutons des popup Ellisphere*/
#PopupConfirmation_PW-1.ellisphere #_ok, #PopupConfirmation_PW-1.ellisphere #_annuler, #enregistrer-parametres-ellisphere, #fermer-parametres-ellisphere, .btn-action-ellisphere {
    background: #00aeef !important;
}

/* Couleurs des boutons des entetes Ellisphere*/

#PopupConfirmation_PWH-1.dxpc-header.dxpc-withBtn.ellisphere, #PopupEllisphere_PWH-1.dxpc-header {
    background: #00aeef !important;
}

/* Couleurs des fonds de Popup Ellisphere*/
#PopupConfirmationEllisphere_PWC-1, #PopupConfirmation_PW-1.ellisphere, #PopupEllisphere_PWC-1 {
    background: #f7f5f5 !important;
}

.chkToutCocher {
    margin-left: 0px;
}

.height140 {
    height: 140px;
}



#PopupNS_DivGlobale {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.4px solid #ccc;
    width: 500px;
    margin: 0 auto;
    cursor: pointer;
}

.PopupNS_arrowUp {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: 2s;
}

#PopupNS_DivGlobale:hover .PopupNS_arrowUp {
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transform: translate(0px, 5px);
    transition: 1s
}


.PopupNS_arrowDown {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: 2s;
}

#PopupNS_DivGlobale:hover .PopupNS_arrowDown {
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transform: translate(0px, -5px);
    transition: 1s
}

.buttonGridTresoDetaille {
    position: absolute;
    top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 1px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: #0072C6;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
    max-height: 32px;
}

    .buttonGridTresoDetaille:hover {
        background-color: #005696;
        border-color: #a9a9a9;
    }

    .buttonGridTresoDetaille:active {
        background-color: #004a86;
        border-color: #808080;
    }

    .buttonGridTresoDetaille img {
        height: 20px;
        width: 20px;
    }

/* bouton connexion DSP2 */

.connect-dsp2-ic {
    width: 42px;
    height: 42px;
    position: relative;
    top: 28%;
    border-radius: 32px;
    box-shadow: -1px 2px 5px #AFAFAF;
    border: 2px solid white;
    background-color: #0072C6;
}

    .connect-dsp2-ic > img {
        position: relative;
        top: 10px;
        left: 10px;
        transition: 0.3s;
    }

    .connect-dsp2-ic:hover > img, .connect-dsp2-ic:active > img {
        transition: 0.3s;
        transform: rotate(90deg);
    }


    .connect-dsp2-ic:hover {
        cursor: pointer;
    }

        .connect-dsp2-ic:hover .connect-dsp2-link-top {
            -webkit-animation: kf-ringtone 0.7s 1 forwards;
            -moz-animation: kf-ringtone 0.7s 1 forwards;
            -o-animation: kf-ringtone 0.7s 1 forwards;
            animation: kf-ringtone 0.7s 1 forwards;
        }

        .connect-dsp2-ic:hover .connect-dsp2-link-bottom {
            -webkit-animation: kf-ringtone 0.7s 1 forwards;
            -moz-animation: kf-ringtone 0.7s 1 forwards;
            -o-animation: kf-ringtone 0.7s 1 forwards;
            animation: kf-ringtone 0.7s 1 forwards;
        }

.connect-dsp2-link-top {
    width: 60%;
    position: absolute;
    left: 19%;
    top: 19%;
}

.connect-dsp2-link-bottom {
    width: 60%;
    position: absolute;
    left: 19%;
    top: 19%;
}

.anime-ringtone {
    -webkit-animation: kf-ringtone 1s ease;
    -moz-animation: kf-ringtone 1s ease;
    -o-animation: kf-ringtone 1s ease;
    animation: kf-ringtone 1s ease;
}

@keyframes kf-ringtone {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(-28deg);
    }

    30% {
        transform: rotate(18deg);
    }

    45% {
        transform: rotate(6deg);
    }

    60% {
        transform: rotate(1deg);
    }

    75% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.anime-colorize-blue {
    -webkit-animation: kf-colorize-blue 1s forwards;
    -moz-animation: kf-colorize-blue 1s forwards;
    -o-animation: kf-colorize-blue 1s forwards;
    animation: kf-colorize-blue 1s forwards;
}

@keyframes kf-colorize-blue {
    0% {
        background-color: #909090;
    }

    100% {
        background-color: #0072C6;
    }
}


.anime-colorize-grey {
    -webkit-animation: kf-colorize-grey 1s forwards;
    -moz-animation: kf-colorize-grey 1s forwards;
    -o-animation: kf-colorize-grey 1s forwards;
    animation: kf-colorize-grey 1s forwards;
}

@keyframes kf-colorize-grey {
    0% {
        background-color: #0072C6;
    }

    100% {
        background-color: #909090;
    }
}

.overflow-menu {
    overflow-x: hidden;
    overflow-y: auto;
    height: 72.3vh;
}

#dsp2-btn-back {
    width: 35px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    padding: 20px;
    position: absolute;
    left: 0px;
    display: none;
    top: 42px;
}

.dxsplHSeparator_MetropolisBlueBP {
    background-color: lightgray !important;
}


.dsp2-sync-account:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dsp2-sync-account {
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .3s ease-in-out;
}

.centered-square {
    margin: 10px;
    width: 20%;
    text-align: center;
    /*border: 1px solid gray;*/
    display: inline-block;
}

.container-square {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 80pt;
    /*border: 1px solid black;*/
}



.dsp2-sync-all > img {
    animation: rotate360 2s infinite;
}

.dsp2-sync-all {
    animation: fadeIn 0.5s ease-in both;
}

.dsp2-sync-finished {
    animation: fadeOut 1s ease-in both;
}



@keyframes fadeIn {
    0% {
        -webkit-transform: translateX(0px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(5px);
        opacity: 1;
    }
}


@keyframes fadeOut {
    0% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(5px);
        opacity: 0;
    }
}


@keyframes rotate360 {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}



/* ====================================================== */
/* Tooltips                                               */
/* ====================================================== */



.boite-envoi-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .boite-envoi-tooltip .boite-envoi-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .boite-envoi-tooltip:hover .boite-envoi-tooltiptext {
        visibility: visible;
    }


.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}



.combo-constructeurs {
    border: 1px solid lightgray;
    text-align: center;
    margin: auto;
    position: relative;
    width: 260px;
    display: flex;
    background-color: white;
    height: 26px !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .combo-constructeurs .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .combo-constructeurs:hover .img-arrow {
        opacity: 0.5;
    }

    .combo-constructeurs:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }

.ligne {
    position: relative;
    left: 140px;
}


ul.options-constructeurs {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 47px;
    background: #f0f0f0;
    width: 180px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
    text-align: center;
}

    ul.options-constructeurs li {
        padding: 4px 10px;
        font-size: smaller;
        color: black;
        background-color: white;
    }

        ul.options-constructeurs li:hover {
            background: darkgrey;
            cursor: pointer;
        }

            ul.options-constructeurs li:hover span {
            }

        ul.options-constructeurs li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


.tooltip {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

    .tooltip:hover {
        cursor: pointer;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 0;
        position: absolute;
        z-index: 9;
        left: 50%;
        margin-left: -150px;
        opacity: 0;
        width: 237px;
    }

    .tooltip .tooltiptext-dsp2-renew {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 0;
        position: absolute;
        opacity: 0;
        width: 237px;
        top: 30px;
        z-index: 999;
        font-size: 12px;
        font-weight: normal !important;
        text-align: left;
        max-width: 230px;
    }


    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        padding: 5px 15px 5px 15px;
    }

    .tooltip:hover .tooltiptext-dsp2-renew {
        visibility: visible;
        opacity: 1;
        padding: 5px 5px 5px 5px;
    }

.cbo-all-societe::-webkit-input-placeholder {
    color: lightgrey;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none !important;
    width: 370px;
}

.dataTable > thead {
    display: none;
}



.bg-dsp2-inMessage {
    position: absolute;
    opacity: .085;
    margin-left: 5px;
    margin-top: 5px;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.infoDsp2-inMessage {
    background: #f0f0f0;
    position: relative;
    margin: 20px;
    width: 280px;
    height: 150px;
}

.titre-dsp2ToRenew {
    text-align: center;
    font-size: 12px;
    margin: 20px;
}



.dsp2-new-connexion-tbody {
    display: flex;
    flex-direction: row;
    column-count: 2;
    flex-wrap: wrap;
    justify-content: center;
}

.fleche-droite {
    border: solid #d2d2d2;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.dsp2-new-connexion-tbody > tr {
    background-color: #ffffff;
    /*border-bottom: 1px solid #eee;*/
    width: 285px;
}


    .dsp2-new-connexion-tbody > tr > td:nth-child(1) {
        /*padding: 5px 10px !important;*/
    }

.dsp2-new-connexion-tbody tr:hover {
    background-color: #f0f0f0;
    cursor: pointer;
    color: black;
}

.dsp2-new-connexion-tbody > tr > td:nth-child(2) {
    width: 100%;
    padding: 5px 10px !important;
}


.dsp2-new-connexion-tbody > tr > td > div > span:nth-child(1) {
    width: 100%
}

.dsp2-new-connexion-tbody > tr > td > div > span:nth-child(2) {
    float: right;
}

.dsp2-new-connexion-label {
    width: 100%;
}

.dsp2-new-connexion-info-sp2 {
    float: right;
    margin-right: 15px;
}

.dsp2-new-connexion-tbody > tr {
    height: 48px;
}

/*=====================================*/
/* POPUP RENOUVELLEMENT CONNEXION DSP2 */
/*=====================================*/

#rdsp2-master-container {
    height: 500px;
}

#rdsp2-container {
    overflow-y: auto;
    display: flex;
    height: 300px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#rdsp2-chk-to-renew {
    display: flex;
    flex-direction: row;
}

#rdsp2-liste-to-renew {
    width: 290px;
    padding: 5px;
    margin: 5px;
    padding: 5px;
    position: absolute;
    top: 85px;
    height: 285px;
    overflow-x: hidden;
}

.rdsp2-row {
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rdsp2-row {
    display: flex;
}

    .rdsp2-row:hover {
        background-color: #eee;
        cursor: pointer;
    }

.rdsp2-label-and-arrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 5px;
    margin-right: 10px;
    align-items: center;
}

.rdsp2-row-img {
    padding: 5px;
}



.rdsp2-label-banque {
    width: 100%
}

.rdsp2-row-progression {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rdsp2-row-progression-img {
    width: 16px;
    height: 16px;
    margin: 5px;
}

.rdsp2-row-progression-label-font {
    font-family: 'Open Sans', Ubuntu;
    font-size: 13px;
    background: white;
    color: black;
    font-weight: bold;
}

.renew-popup-button-div {
    text-align: center;
    margin-top: 5px;
}

#renew-popup-button {
    width: 310px;
    cursor: pointer;
    padding: 7px;
}

.span-img-renew-dsp2 {
    margin-left: 5px;
}


.societe-list h3 .img-renew-dsp2 {
    transition: transform 0.35s ease;
}

.societe-list h3:hover .img-renew-dsp2 {
    transform: rotate(180deg);
}

ul.cyber-combo-banques-options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 33px;
    background: #f0f0f0;
    width: 450px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.cyber-combo-banques-options li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.cyber-combo-banques-options li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.cyber-combo-banques-options li:hover span {
            }

        ul.cyber-combo-banques-options li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }

.cyber-combo-banques {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

    .cyber-combo-banques .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .cyber-combo-banques:hover .img-arrow {
        opacity: 0.5;
    }

    .cyber-combo-banques:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }


.flex-center {
    display: flex;
    justify-content: center;
}

.error-modal-popup-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    position: absolute;
    min-width: 150px;
    min-height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.error-modal-popup-titre {
    width: 100%;
    background: #0072C6;
    color: white;
    font-weight: 500;
}

.error-modal-popup-titre-text {
    font-weight: 500;
    margin-right: 0px;
    margin-top: 0px;
    padding: 15px;
}

.error-modal-popup-error-text {
    padding-left: 15px;
    padding-right: 30px;
    font-weight: 500;
}

.error-modal-popup-content-detail {
    border-left: 6px solid orange;
    padding-left: 6px;
    margin-left: 15px;
}

.error-modal-popup-detail-text {
    padding: 15px;
}

.error-modal-popup-close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 6px;
}

    .error-modal-popup-close:hover,
    .error-modal-popup-close:focus {
        color: #bbbbbb;
        text-decoration: none;
        cursor: pointer;
    }





ul.cenet-combo-banques-options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 33px;
    background: #f0f0f0;
    width: 525px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.cenet-combo-banques-options li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.cenet-combo-banques-options li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.cenet-combo-banques-options li:hover span {
            }

        ul.cenet-combo-banques-options li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


ul.select-infra-sso {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 130px;
    background: #f0f0f0;
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.select-infra-sso li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.select-infra-sso li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.select-infra-sso li:hover span {
            }

        ul.select-infra-sso li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


.cenet-combo-banques {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

    .cenet-combo-banques .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .cenet-combo-banques:hover .img-arrow {
        opacity: 0.5;
    }

    .cenet-combo-banques:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }

.etape-dsp2-encours {
    opacity: 1;
    left: 0px;
}

#appliquer-societe {
    margin: 5px 0px 5px 0px;
}


#divAppliquerSociete {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.opacity {
    opacity: 0.5
}

    .opacity:hover {
        opacity: 1
    }

.dsp2-benef-div {
}

.dsp2-benef-div-select {
    width: 200px;
    border-color: #ccc;
    padding: unset !important;
}

#dsp2-benef-info-progression {
    position: absolute;
    bottom: 15px;
}

#footer-beneficiaires {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.footer-beneficiaires-prog {
    color: #fff !important;
    background-color: #0072c6 !important;
    height: 4px;
    width: 0%;
}

.mix-ebics-dsp2-ko-details-compte {
    display: flex;
    margin: 10px;
    justify-content: space-around;
}

.mix-ebics-dsp2-ko-details-compte-nom {
    font-weight: bold;
}

.mix-ebics-dsp2-ko-btn {
    text-align: end;
    margin-right: 15px;
}

.mix-ebics-dsp2-ko-popup-result {
    width: 100%;
    text-align: center;
}

.mix-ebics-dsp2-ko-popup-content {
    width: 580px;
    height: 180px;
}

.mix-ebics-dsp2-ko-popup-error {
    font-weight: bold;
}

.mix-ebics-dsp2-ko-popup-content-table {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.dsp2-benef-div-nom-benef {
    display: flex;
}

.dsp2-benef-div-nom-benef-img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    left: 5px;
}

.dsp2-rb-benef {
    position: relative;
    top: 2px;
    left: 7px;
}

    .dsp2-rb-benef.cb-ignore {
        position: relative;
        top: 2px;
        left: 11px;
    }

    .dsp2-rb-benef.cb-maj {
        position: relative;
        top: 2px;
        left: -2px;
    }

.dsp2-benef-left-info {
    position: absolute;
    margin-top: 0px !important;
    width: 5px !important;
    height: 21px !important;
}

.dsp2-liste-compte-emetteur-to-edit {
    width: 100%;
}

    .dsp2-liste-compte-emetteur-to-edit td {
        padding: 0 5px;
    }

.dsp2-paiement-annule {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    color: red;
}

.dxgvSelectedRow_MetropolisBlueBP .dsp2-paiement-annule {
    color: white !important;
}


.dsp2-paiement-annule-remise {
    border: 1px solid;
    border-radius: 10px;
    padding: 1px 10px 1px 10px;
    margin-right: 10px;
}


.dxgvSelectedRow_MetropolisBlueBP .dsp2-paiement-annule-remise {
    color: white !important;
}


.ocr-analyse-div {
    display: flex;
    position: absolute;
    bottom: 12px;
    left: 15px;
}

.maj-gridviewfacture:hover .animate-bounce {
    transform: rotateZ(90deg);
}

.dp-texts {
    font-family: 'Open Sans', Ubuntu !important;
    font-size: 12px !important;
}

.dp-btn {
    background-color: #f1f1f1;
    border: none;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.dp-filter-container {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.dp-filter-button {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    min-width: 270px;
    height: 24px;
}

.dp-filter-menu {
    display: none;
    position: absolute;
    top: 23px;
    left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 1000;
    width: 228px;
}

.dp-date-pickers {
    display: flex;
    justify-content: space-between;
}

    .dp-date-pickers input {
        width: 40%;
        padding: 10px;
        margin: 5px 1%;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.dp-quick-filters {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

    .dp-quick-filters button {
        background-color: #f1f1f1;
        border: none;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
        text-align: left;
    }

        .dp-quick-filters button:hover,
        .dp-cancel:hover {
            background-color: #ddd;
        }

.dp-filter-actions {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

    .dp-filter-actions button {
        padding: 5px 15px;
        border: none;
        cursor: pointer;
    }

        .dp-filter-actions button#apply-button:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

        .dp-filter-actions button#apply-button:not(:disabled) {
            background-color: forestgreen;
            color: white;
        }

@media (max-width: 1350px) {
    .modal-fac-fournisseur {
        max-width: 1100px !important;
    }

    .sticky-bottom-frame-fournisseur {
        max-width: 1100px !important;
    }

    .fac-fournisseur-preview {
        width: 615px !important;
    }

    .FactureFournBinaryImage {
        width: 540px !important;
    }
}

.ocr-error-analyse {
    display: flex;
    width: 330px;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    position: absolute;
    left: 5px;
    overflow-y: auto;
}

.MemoResizable textarea {
    resize: both;
    min-width: 298px;
    min-height: 68px;
}


.row-dsp2-groupe:hover {
    cursor: pointer;
    background-color: #0072c6;
    color: white;
}

.row-dsp2-connexion:hover {
    cursor: pointer;
    background-color: #0072c6;
    color: white;
}


#associationTable {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #EAEAEA;
}

    #associationTable > tbody > tr > td {
        border: 1px solid #EAEAEA; /* Bordure de chaque cellule avec une couleur gris très clair */
        padding: 8px; /* Espace entre les cellules */
        text-align: center; /* Centrer horizontalement */
        vertical-align: middle; /* Centrer verticalement */
    }

    #associationTable > thead > tr > th {
        border: 1px solid #EAEAEA; /* Bordure de chaque cellule avec une couleur gris très clair */
        padding: 8px; /* Espace entre les cellules */
        text-align: center; /* Centrer horizontalement */
        vertical-align: middle; /* Centrer verticalement */
    }

.ocr-param-div-actions {
    display: flex;
    flex-direction: column;
}

.loading-add-ocr-row {
    margin-left: 10px;
}

    .loading-add-ocr-row > img {
        width: 16px;
    }

.box-param-ocr {
    display: flex;
}

#container-table-ocr-associations {
    padding-top: 15px;
}

.ocr-combo-type {
    height: 28px;
    padding: unset !important;
}

.ocr-param-div-actions-ajouter {
}

.ocr-param-div-actions-appliquer {
}

.delete-ocr-row {
    cursor: pointer;
}

.ocr-no-data {
    width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
    padding: 20px;
}

.ocr-tooltip-text {
    margin-left: 20px !important;
    bottom: 20px !important;
    width: 500px !important;
}

.row-error {
    border: 1px solid red;
}


/* Ligne rouge dans la nouvelle cellule d'erreur */
.error-indicator {
    width: 4px;
    background-color: red;
    height: 100%;
}

/* Style du pop-up lors du survol (utilisation de l'attribut title) */
.error-td {
    position: relative;
    border-right: 5px solid red !important;
    cursor: pointer;
}

.ocr-etat, .ocr-etat-header {
    border-left: 1px solid white !important;
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
}
/* Masquer l'info-bulle au départ */
.error-tooltip {
    visibility: hidden;
    background-color: #ffffff;
    color: #bd1919;
    text-align: left;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #bd1919;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Montrer l'info-bulle quand on survole la cellule */
.error-td:hover .error-tooltip {
    visibility: visible;
}


.error-td[title]:hover::after {
    content: attr(title);
    position: absolute;
    left: 110%; /* Positionné à droite de la ligne rouge */
    top: 50%;
    transform: translateY(-50%);
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #a94442;
    padding: 5px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.max-content-form-clientfourn {
    margin-right: -12px;
    min-height: 360px;
    overflow-y: auto;
    overflow-x: clip;
}

.loadFormProfil {
    position: absolute !important;
    bottom: 5px;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.loaderForm-text {
    margin-top: 5px;
    padding-top: 5px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.details-export {
    width: 100%;
}

    .details-export tr {
        line-height: 25px;
    }

    .details-export > td {
        width: 50%;
        text-align: right;
    }

.neobutton {
    border-radius: 2px;
}

.neoLike {
    border-radius: 8px !important;
}

    .neoLike .dxpc-header {
        background: white !important;
        color: #232323;
        border-bottom: 1px solid #acacac;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        text-align: center;
        font-size: 16px;
        padding-top: 20px
    }

    .neoLike .dxWeb_pcCloseButton_MetropolisBlueBP {
        filter: grayscale(100%) brightness(0%);
    }

    .neoLike .dxpc-content {
        padding: 20px 24px 20px 24px;
    }

    .neoLike .dxpc-closeBtn {
        padding-right: 20px
    }

/*Timeline Facture*/


.timeline-table {
    border-collapse: collapse;
    width: 100%;
}

.timeline-item {
    position: relative;
    padding-left: 30px; /* Augmenter l'espacement à gauche */
    margin-bottom: 15px; /* Ajouter de l'espacement entre les éléments */
    height: 20px;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

    .timeline-dot.created, .timeline-dot.modified {
        background-color: rgba(227, 226, 224, 0.5);
    }

    .timeline-dot.validation-requested {
        background-color: rgb(253, 231, 208);
    }

    .timeline-dot.validated {
        background-color: rgb(160, 230, 220);
    }

    .timeline-dot.sent {
        background-color: rgb(211, 229, 239);
    }

    .timeline-dot.cashed, .timeline-dot.accepted {
        background-color: rgb(219, 237, 219);
    }

    .timeline-dot.cancelled {
        background-color: rgb(232, 222, 238);
    }

    .timeline-dot.refused {
        background-color: rgb(255, 226, 221);
    }

    .timeline-dot.invoiced {
        background-color: #E1BEE7; /* Violet clair pastel */
    }

.timeline-title {
    font-weight: bold;
}

.spacer {
    height: 20px;
    border-left: 2px solid #ccc;
}

.timeline-date {
    color: #757575;
}

.blueNew {
    font-size: 8px;
    color: blue;
}

.correspondance-exact {
    border: 1px solid var(--color-success-border-discrete-default, #ACECC8);
    background: var(--color-success-surface-discrete-default, #F0F9F4);
    color: var(--color-success-text-regular-default, #1C5B3A);
}

.message-box {
    border-radius: 4px;
    padding: 1px;
    margin-bottom: 10px;
    font-family: var(--body-xxs-regular-fontFamily, Ubuntu);
    font-size: var(--body-xxs-regular-fontSize, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-xxs-regular-lineHeight, 16.5px);
    letter-spacing: var(--body-xxs-regular-letterSpacing, 0.05px);
}

.verification-requise {
    border: 1px solid var(--color-warning-border-discrete-default, #FFDCBD);
    background: var(--color-warning-surface-discrete-default, #FFF5E6);
    color: var(--color-warning-text-regular-default, #AF4000);
}

.message-neutral-box {
    margin: 0 8px;
    padding: 8px 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #2C2C2C;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    width: calc(100% - 16px);
    box-sizing: border-box;
    background-color: var(--color-neutral-surface-discrete-default, #F9F9F9);
    clip-path: inset(0 round 4px);
}


.csc3sk-popup-auth {
    display: flex;
    flex-direction: column;
}

.csc3sk-popup-auth-div-img-smartphone {
    width: 100px;
}

.csc3sk-popup-auth-img-smartphone {
    width: 130px;
}

.csc3sk-popup-auth-div-img-loader {
}

.csc3sk-popup-auth-img-loader {
    width: 50px;
}

.csc3sk-popup-auth-div-label {
    margin: 20px;
}

.csc3sk-popup-auth-label {
    text-align: center;
}

.csc3sk-popup-auth-div-identifiant {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.csc3sk-popup-auth-identifiant {
}

.csc3sk-popup-auth-div-haut {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.csc3sk-popup-auth-img-error {
    width: 56px;
}

.csc3sk-popup-auth-img-ok {
    width: 56px;
}

.csc3sk-popup-auth-div-img-result {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100px;
}





.cscCertEurope-popup-auth {
    display: flex;
    flex-direction: column;
}

.cscCertEurope-popup-auth-div-img-smartphone {
    width: 100px;
}

.cscCertEurope-popup-auth-img-smartphone {
    width: 130px;
}

.cscCertEurope-popup-auth-div-img-loader {
}

.cscCertEurope-popup-auth-img-loader {
    width: 50px;
}

.cscCertEurope-popup-auth-div-label {
    margin: 20px;
}

.cscCertEurope-popup-auth-label {
    text-align: center;
}

.cscCertEurope-popup-auth-div-identifiant {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.cscCertEurope-popup-auth-identifiant {
}

.cscCertEurope-popup-auth-div-haut {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.cscCertEurope-popup-auth-img-error {
    width: 56px;
}

.cscCertEurope-popup-auth-img-ok {
    width: 56px;
}

.cscCertEurope-popup-auth-div-img-result {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100px;
}

/*Lorsqu'une row devient selected dans la gridviewEcriture, on passe la couleur de l'img svg de la colonne à blanc, ainsi dés que la classe SelectedRow drop car on lache la selection, l'img reprend sa couleur d'origine*/
tr.dxgvSelectedRow_MetropolisBlueBP .col-israpproche img.img-lettrage {
    filter: brightness(0) invert(1);
}

/*Suivi Facture*/

.date-filter-container {
    display: flex;
    align-items: center; /* Aligne les éléments verticalement au centre */
    gap: 10px; /* Espace entre les éléments */
    margin-bottom: 30px;
}

    .date-filter-container div {
        display: flex;
        flex-direction: column;
    }

    .date-filter-container label {
        margin-bottom: 5px; /* Espace entre le label et le champ de date */
    }


.header-echoir-Entre301J::before,
.header-echoir-Entre6031J::before,
.header-echoir-Entre9061J::before,
.header-echoir-supp90::before,
.header-echu-Entre030j::before,
.header-echu-supp90::before,
.header-echu-Entre6190J::before,
.header-echu-Entre3160j::before {
    content: ''; /* Utilise un cercle vide comme contenu */
    display: inline-block;
    width: 10px; /* Taille du cercle */
    height: 10px; /* Taille du cercle */
    border-radius: 50%; /* Rend le cercle rond */
    margin-right: 6px; /* Espace entre le cercle et le texte */
}

.header-echu-Entre030j,
.header-echu-supp90,
.header-echu-Entre6190J,
.header-echu-Entre3160j,
.header-echoir-Entre301J,
.header-echoir-Entre6031J,
.header-echoir-Entre9061J,
.header-echoir-supp90 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-echu-Entre030j span,
.header-echu-supp90 span,
.header-echu-Entre6190J span,
.header-echu-Entre3160j span,
.header-echoir-Entre301J span,
.header-echoir-Entre6031J span,
.header-echoir-Entre9061J span,
.header-echoir-supp90 span {
    margin-right: auto; /* Aligne le texte à droite */
}

/* Echoir*/
.header-echoir-supp90::before {
    background: #63B084 !important;
    border: 1px solid #296128;
}

.header-echoir-Entre9061J::before {
    background: #A5E3BF !important;
    border: 1px solid #4E964E;
}

.header-echoir-Entre6031J::before {
    background: #C4E7D3 !important;
    border: 1px solid #5E935E;
}

.header-echoir-Entre301J::before {
    background: #EDF9F2 !important;
    border: 1px solid #5E935E;
}

/* Echu*/
.header-echu-Entre030j::before {
    background: #FFFBF3 !important;
    border: 1px solid #D36900;
}

.header-echu-Entre3160j::before {
    background: #FFECD0 !important;
    border: 1px solid #DB6600;
}



.header-echu-Entre6190J::before {
    background: #FFD8A1 !important;
    border: 1px solid #D66700;
}

.header-echu-supp90::before {
    background: #F2A6A9 !important;
    border: 1px solid #BB142C;
}

.balance-totaux-grey {
    font-weight: bold;
    text-align: right;
    background: #E6F0F7 !important;
}

.custom-tabs {
    width: 100%;
}

.tabs-header {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.tab-btn {
    padding: 10px 20px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    font-weight: normal;
}

 .tab-btn.active {
     background-color: #fff;
     font-weight: bold;
     box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
 }

.tab-pane {
    display: none;
}

.tab-pane.active {
        display: block;
}

.custom-grid-cell {
    border: 1px solid #F3F3F3 !important; /* Couleur et épaisseur de la bordure */
    padding: 8px; /* Espacement à l'intérieur des cellules */
    text-align: right; /* Alignement du texte à droite */
}

/* Style pour les en-têtes de colonne */
.custom-grid-header {
    background-color: white; /* Couleur de fond des en-têtes */
    border: 1px solid #F3F3F3 !important; /* Couleur et épaisseur de la bordure */
    padding: 8px; /* Espacement à l'intérieur des cellules */
    text-align: center; /* Alignement du texte au centre */
}

.error-cell-import-ecriture {
    background-color: red;
}

.update-cell-import-client {
    background-color: green;
}

.radio-montant-previsionnel-reliquat label {
    font-size: 13px;
}


/*
    DEBUT style import catégorie : permettant de coloriser la grille imbriquée d'import de sous catégorie au sein de la grille d'import de catégories
*/
#GridViewImportCategorie .dxgvDetailRow_MetropolisBlueBP > td {
    background-color: white !important;
}

/* Supprime le fond étendu de la table interne */
table[id^="GridViewImportSousCategorie"][id$="_DXMainTable"] {
    background-color: transparent !important;
}

/* Applique un fond gris fumé UNIQUEMENT aux lignes de données des grilles imbriquées */
table[id^="GridViewImportSousCategorie"][id$="_DXMainTable"]
.dxgvDataRow_MetropolisBlueBP > td {
    background-color: WhiteSmoke !important;
}

/* Gère le décalage des grilles imbriquées */
td:has(> table[id^="GridViewImportSousCategorie"]) {
    padding-left: 85px;
    padding-bottom: 12px;
}

/*
    FIN style import catégorie
*/
body {
    color: white;
    font-family: 'Open Sans', Ubuntu;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("Images/bp_2019.jpg") 0 0 no-repeat;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;

    /*
    background:url("Images/Banques/BPvoile2.jpg") -25px -50px;
    position:fixed ;
    top:0;
    width:100%;
    z-index:0;
    height:100%;
    background-size: calc(100% + 50px);
    */
}

#error-browser {
    position: absolute;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    height: 200px;
    background: rgba(255, 255, 255, 0.95);
    margin-top: -150px;
    color: black;
    font-size: 105%;
}

a {
    text-decoration: none;
}

.menu-box {
    position: relative;
    height: 50px;
    background: #43508f;
    width: 100%;
    color: White;
    margin-bottom: 10px;
    font-size: 14px;
}

    .menu-box h1 {
        float: left;
        margin-bottom: 30px;
        line-height: 50px;
    }

.logo-banque {
    background-image: url('Images/logo_bp.png');
}

.menu-item {
    position: relative;
    height: 50px;
    background: #43508f;
    float: right;
    line-height: 65px;
    padding: 0 15px;
    cursor: pointer;
    margin: 0 5px;
}

.menu-file {
    background: #16A085;
}

.menu-mail {
    background: #F39C12;
}

.menu-item:hover img {
    top: 3px;
    opacity: 1;
}

.menu-item img {
    position: relative;
    top: 0px;
    z-index: 1;
}

.pour-mobile {
    display: none;
}

.opac {
    opacity: 0.7;
}

.loaderIntro {
    position: absolute;
    left: 0;
    margin-left: 55px;
    margin-top: 10px;
}

.loaderLoginIntro {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -80px;
    width: 180px;
    text-align: center;
    color: #0072c6;
    font-size: larger;
    /*background: white;*/
    padding-top: 20px;
}

.alert {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background: #34495E;
    color: rgb(228, 228, 228);
    right: 4px;
    top: 4px;
    opacity: 1;
    text-align: center;
    z-index: 2;
}

.logoBanqueLogin {
    position: relative;
    top: 0px;
    height: 85px;
    margin-bottom: 20px;
    display: none;
}

.logo {
    position: relative;
    right: 5px;
    margin-bottom: 10px;
}

#login-sem {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
}

#strongAuth {
    position: absolute;
    top: 5px;
    margin: 10px;
    padding: 5px 10px;
    width: 350px;
    z-index: 2;
    color: rgb(77, 77, 77);
    background: rgb(249, 255, 171);
    left: 50%;
    margin-left: -175px;
    border-radius: 2px;
}
.container-login-form {
    position: absolute;
    height: 440px;
    width: 515px;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    top: 50%;
    font-size: 14px;
    z-index: 1;
    transform: scale(1);
}
.container-login-onglet {
    position: absolute;
    height: 440px;
    width: 515px;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    top: 50%;
    font-size: 14px;
    z-index: 0;
    transform: scale(1);
}
.error-send-email-reset {
    color: red;
    margin: 0 6px;
    font-weight: 800;
}

.send-email-reset, .annuler-reset {
    padding: 2px 10px;
}

.loading-reset {
    position: relative;
    top: 5px;
}

.container-recover-password {
    top: 50%;
    margin-top: -115px;
    min-height: 230px;
}

.container-forms, .container-recover-password {
    position: relative;
    width: inherit;
    min-height: 400px;
    background: rgb(255, 255, 255);
    color: black;
}

.block_row {
    margin-top: 45px;
}

.first-login-form {
    position: relative;
    float: left;
    width: 475px;
    min-height: 325px;
    max-height: 325px;
    margin: 50px 20px 0px;
    padding: 5px;
    text-align: center;
    animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.second-login-form {
    position: relative;
    float: left;
    width: 475px;
    min-height: 325px;
    max-height: 325px;
    margin: 50px 20px 0px;
    padding: 5px;
    text-align: center;
}

.third-login-form {
    position: relative;
    float: left;
    width: 475px;
    min-height: 325px;
    max-height: 325px;
    margin: 50px 20px 0px;
    padding: 5px;
    text-align: center;
}

.fourth-login-form {
    position: relative;
    float: left;
    width: 475px;
    min-height: 325px;
    max-height: 325px;
    margin: 50px 20px 0px;
    padding: 5px;
    text-align: center;
}
div#sem-button {
    height: 170px;
}
h2#title-choix {
    margin: 10px 0 -38px 0;
}
div#cert-button {
    height: 170px;
}
.separator-login-form {
    position: relative;
    float: left;
    width: 1px;
    text-align: center;
    min-height: 330px;
    padding-top: 15px;
}

.sep {
    position: relative;
    border-left: 1px solid #ececec;
    height: 290px;
}

.ou-text {
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -20px;
    font-size: larger;
    left: -10px;
    background: white;
    padding: 10px 0;
    display: none;
}

.header-form {
    color: white;
    padding: 10px;
    font-size: 14px;
}

.logo {
    position: absolute;
    top: -110px;
    opacity: 0.8;
}

.login1 {
    position: relative;
    float: right;
    margin-right: 40px;
}

.login2 {
    max-width: 78px;
    position: relative;
}

.login2-large-icon {
    max-width: 128px;
    position: relative;
}

.login3 {
    max-width: 250px;
    position: relative;
}

.loginCert, .inputBP {
    width: 180px;
    border: none;
    font-size: 13px;
    color: white;
    padding: 7px;
    top: 20px;
    cursor: pointer;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

    .loginCert:hover, .inputBP:hover {
        opacity: 0.7;
    }

.input-form {
    height: 32px;
    /*line-height: 100% !important;*/
    font-size: 14px;
    padding: 0px 5px 0 35px;
    border: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 8px 0;
    border: 1px solid #BDC3C7;
    width: 320px;
}

.input-form-email {
    background-image: url("Images/email-login.png") !important;
}

.input-form-password {
    background-image: url("Images/lock-login.png") !important;    
}

.input-form-phone {
    background-image: url("Images/Telephone-login.png") !important;
}

.input-form-name {
    background-image: url("Images/user-login.png") !important;
}

.input-form-iban {
    background-image: url("Images/Debit-Card-32.png") !important;
}

.input-form-code {
    background-image: url("Images/user-login.png") !important;
}

.input-form-rs {
    background-image: url("Images/Raison-Sociale.png") !important;
}

.input-form-adresse {
    background-image: url("Images/Home-32.png") !important;
}

.input-form-3skey {
    background-image: url("Images/Swift-32.png") !important;
}

.input-form-certeurope {
    background-image: url("Images/InfoCert-32.png") !important;
}


.input-validation-error {
    border: 1px solid red !important;
}

.input-form:focus {
    border: 1px solid #0072c6;
    color: #5E5E5E;
}

.input-form-cp {
    width: 50px;
    margin: 0;
    height: 28px;
    padding: 0 5px;
    left: -3px;
    position: relative;
    margin-right: 2px;
}

.loader-content {
    position: relative;
    margin-left: 40%;
    margin-top: 10%;
}

.select-soc {
    position: relative;
    padding: 10px 20px;
    background: #f1f1f1;
    margin: 10px 0;
    box-shadow: 0 2px 2px rgb(213, 213, 213);
}

    .select-soc:hover {
        background: #BABABA;
        cursor: pointer;
    }

.details-select-soc {
    position: absolute;
    padding: 5px 7px;
    transform: translateY(-30px);
    z-index: 2;
    background: transparent;
    left: 145px;
    font-size: 11px;
    height: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s, left 0.3s;
    -moz-transition: opacity 0.3s, left 0.3s;
    -ms-transition: opacity 0.3s, left 0.3s;
    -o-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s;
}

.select-soc:hover .details-select-soc, .soc-selected .details-select-soc {
    display: block;
    left: 175px;
    opacity: 1;
}

.soc-selected {
    background: #0072c6 !important;
    color: white;
}

.my-button-confirmer {
    padding: 4px 8px;
    margin: 4px 0;
    width: 60px;
    display: block;
    text-align: center;
    background: #0072c6;
    color: #fff;
}

.my-button-confirmer-cyber {
    padding: 4px 8px;
    margin: 4px 0;
    width: 60px;
    display: block;
    text-align: center;
    background: #0072c6;
    color: #fff;
}


.my-button-confirmer-cloudsignature {
    padding: 4px 8px;
    margin: 4px 0;
    width: 60px;
    display: block;
    text-align: center;
    background: #0072c6;
    color: #fff;
}

.loader-cert {
    text-align: center;
}

.loading-user {
    position: relative;
    bottom: 0;
    font-size: 12px;
    color: #0072c6;
}

    .loading-user img {
        width: 32px;
        margin: 0 15px;
    }

.error-detection {
    color: red;
    font-size: smaller;
}

.btn-double-auth {
    padding: 3px 9px;
    font-size: 13px;
    margin: auto;
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: block;
    margin-left: -70px;
    left: 50%;
    width: 140px;
}

.details-sem {
    color: black;
    width: 100%;
    text-align: left;
    font-size: small;
    margin-bottom: 10px;
}

    .details-sem tr {
        line-height: 24px;
    }

    .details-sem td.message {
        font-size: smaller;
        font-weight: 800;
    }

.error-perso {
    display: block;
    font-size: 11px;
    color: red;
    padding: 0 10px;
}


ul.options-constructeurs {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 47px;
    background: #f0f0f0;
    width: 342px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.options-constructeurs li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.options-constructeurs li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.options-constructeurs li:hover span {
            }

        ul.options-constructeurs li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }


ul.options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 65px;
    background: #f0f0f0;
    width: 342px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid lightgray;
    z-index: 10;
}

    ul.options li {
        padding: 4px 10px;
        font-size: smaller;
        color: @colorDefault;
    }

        ul.options li:hover {
            background: lightgray;
            cursor: pointer;
        }

            ul.options li:hover span {
            }

        ul.options li span {
            display: block;
            font-size: smaller;
            color: gray;
            margin: 3px 0;
        }

.combo-banques {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

    .combo-banques .img-arrow {
        position: absolute;
        right: 10px;
        opacity: 0.35;
        margin-top: 2px;
    }

    .combo-banques:hover .img-arrow {
        opacity: 0.5;
    }

    .combo-banques:hover {
        color: @colorDefault;
        border-color: @colorDefault;
        cursor: pointer;
    }


.combo-infras {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

.combo-infras .img-arrow {
    position: absolute;
    right: 10px;
    opacity: 0.35;
    margin-top: 2px;
}

.combo-infras:hover .img-arrow {
    opacity: 0.5;
}

.combo-infras:hover {
    color: @colorDefault;
    border-color: @colorDefault;
    cursor: pointer;
}


.combo-constructeurs {
    border: 1px solid lightgray;
    padding: 5px;
    text-align: center;
    margin: auto;
    position: relative;
    color: black;
    width: 82%;
}

.combo-constructeurs .img-arrow {
    position: absolute;
    right: 10px;
    opacity: 0.35;
    margin-top: 2px;
}

.combo-constructeurs:hover .img-arrow {
    opacity: 0.5;
}

.combo-constructeurs:hover {
    color: @colorDefault;
    border-color: @colorDefault;
    cursor: pointer;
}

.ligne {
    position: relative;
    left: 140px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes myfirst {
    from {
        opacity: 0;
        top: 0px;
    }

    to {
        opacity: 1;
        top: 0px;
    }
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes myfirst2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.logo-sem-connexion {
    position: absolute;
    left: 10px;
    margin-top: -50px;
}

.first-login-form.mode-connexion, .first-login-button.mode-connexion, .third-login-button.mode-connexion {
    transform: scale(0.95) translateX(10px);
    opacity: 0.4;
}

.second-login-form.mode-connexion, .second-login-button.mode-connexion, .fourth-login-button.mode-connexion {
    transform: scale(0.95) translateX(-10px);
    opacity: 0.4;
}

.first-login-form.mode-connexion-hover, .first-login-button.mode-connexion-hover, .third-login-button.mode-connexion-hover {
    transform: scale(1) translateX(10px);
    opacity: 1;
}

.second-login-form.mode-connexion-hover, .second-login-button.mode-connexion-hover, .fourth-login-button.mode-connexion-hover {
    transform: scale(1) translateX(-10px);
    opacity: 1;
}

.btn-connection {
    font-size: smaller;
}

.container-connexion2 {
    position: relative;
    top: -25px;
}

.text-connectezvous-mobile {
    display: none;
    position: relative;
    top: 20px;
}

#connexionError {
    background: rgba(255,255,255,0.94);
    color: black;
    text-align: center;
    position: absolute;
    margin-top: 10%;
    width: 100%;
    margin-bottom: 10%;
}

.widget-cyberseo {
    border: 1px solid lightgray;
    width: 350px;
    margin: 20px auto;
    background: #e4e4e4;
}

.liensiteseo {
    display: block;
    opacity: 0.7;
    transform: scale(0.90);
    cursor: pointer;
}

    .liensiteseo:hover {
        transform: scale(1);
        opacity: 1;
    }
.menu-mode-connexion {
    margin: auto;
    width: 99%;
}
    .menu-mode-connexion .row {        
        /*overflow: auto;*/
    }
        .menu-mode-connexion .row .logo-connexion {
            display: block;
            width: 250px;
            height: 200px;
            cursor: pointer;
        }
        .menu-mode-connexion .row .logo-connexion-left {
            float: left;
        }
        .menu-mode-connexion .row .logo-connexion-right {
            float: right;
        }
            .menu-mode-connexion .row .logo-connexion .logo-accueil {
                width: 130px;
                position: absolute;
                left: 20%;
                top: 10%;
            }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-sem {
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-cert {
                    left: 25%;
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-cyber {
                    width: 175px;
                    left: 13%;
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-cenet {
                    width: 165px;
                    left: 10%;
                    top: 35%;
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-ccoop {
                    width: 125px;
                    left: 13%;
                    top: 10%;
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-btp {
                    width: 125px;
                    left: 17%;
                    top: 11%;
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-palatine {
                    width: 125px;
                    left: 17%;
                    top: 11%;
                }
                .menu-mode-connexion .row .logo-connexion .logo-accueil.logo-fido {
                    width: 80px;
                    left: 35%;
                    top: 23%;
                }   
        .menu-mode-connexion .row .logo-connexion .title-accueil-button {
            position: absolute;
            top: 140px;            
            font-size:15px;
        }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-sem {
                left: 70px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-cert {
                left: 62px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-cyber {                
                left: 10px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-cenet {
                left: 36px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-ccoop {
                left: 55px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-btp {
                left: 55px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-palatine {
                left: 55px;
            }
            .menu-mode-connexion .row .logo-connexion .title-accueil-button.title-fido {                
                left: 90px;
            }

.menu-mode-connexion .separator-login-button-horizontal {
    position: absolute;
    left: 15px;
    float: left;
    height: 1px;
    text-align: center;
    min-width: 150px;
}
        .menu-mode-connexion .separator-login-button-horizontal.right {
            left: 290px
        }
        .menu-mode-connexion .separator-login-button-horizontal .sep-button {
            position: relative;
            border-top: 1px solid #ececec;
            width: 200px;
        }
        .menu-mode-connexion .row .separator-login-button-verti {
            position: relative;
            float: left;
            width: 1px;
            text-align: center;
            min-height: 150px;
            padding-top: 15px;
        }
            .menu-mode-connexion .row .separator-login-button-verti .sep-button {
                position: relative;
                border-left: 1px solid #ececec;
                height: 150px;
            }
img.onglet-logo-mobile {
    width: 32px;
}
 
.onglet {
    background: white;
    position: absolute;
    left: -40px;
    top: 80px;
    padding: 5px;
    width: 6%;
    box-shadow: 0 0 5px grey;
    cursor: pointer;
    background: #f0f0f0;
}
    .onglet span {
        font-size: 12px;
        color: black;
        margin: 0 25px;
    }
    .onglet.secondogl {
        top: 130px;
    }

    .onglet.thirdogl {
        top: 180px;
    }

    .onglet.fourthogl {
        top: 230px;
    }

.selectionned {
    background: white;
}

.hiddenRight {
    opacity: 0;
    transform: translateX(40px);
}

.showLeft {
    opacity: 1;
    transform: translateX(0px);
}

div#retour-menu {
    position: relative;
    top: -25px;
    left: 360px;
    font-size: 12px;
    cursor: pointer;
    height: 15px;
    width: auto;
}
}

.wrapper-info-cyber {
    position: relative;
    width: 280px;
    height: 170px;
}

#connexionError .icon-bp-cyber {
    position: absolute;
    bottom: 50px;
    left: 70px;
}

.card-activation:hover {
    background: #0072c6;
    box-shadow: 0px 0px 5px #cacaca;
    cursor: pointer;
}

.card-activation {
    background: #dcdcdc;
    font-size: smaller;
}

.card-to-animate {
    position: absolute;
    bottom: 10px;
    background: #f0f0f0;
    font-size: smaller;
    width: 114px;
    height: 106px;
}

.card-to-animate-cert {
    right: 5px;
}

.card-to-animate-sem {
    left: 5px;
}

.card-to-animate .content-card {
    top: -30px;
    opacity: 0;
    padding: 10px 20px;
}

.card-imgok {
    opacity: 0;
    transform: translateZ(-30px);
    width: 32px;
}

.connforteOk1, .connforteOk2 {
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.connforteOk1 {
    transform: scale(0.7);
}

.connforteOk2 {
    transform: translateY(35px);
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(6px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(6px);
    }
}

@keyframes shake {
    0%, 100% {
        -ms-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -ms-transform: translateX(6px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -o-transform: translateX(6px);
    }
}

input.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}


@media only screen and (min-width : 1281px) and (max-width : 1366px) {

    .first-login-form {
        /*margin-top: -5px;*/
    }

    .loaderLoginIntro {
        bottom: 75px;
        left: 235px;
        padding: 0;
    }

    .sep {
        height: 250px;
    }

    .logo-sem-connexion {
        left: 0px;
        width: 112px;
    }

    .container-login-form {
        /*width: 850px;
        height: 400px;
        overflow: hidden;
        margin-left: -425px;*/
    }

    .login2 {
        width: 112px;
    }

    .input-form {
        width: 250px;
        font-size: 13px;
        height: 28px;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1280px) {

    .container-connexion2 {
        position: relative;
        top: -5px;
    }

    .loaderLoginIntro {
        bottom: 80px;
        left: 180px;
        padding: 0;
    }

    .sep {
        height: 240px;
    }

    /*.container-connexion {
    }*/

    .text-connectezvous {
        margin: 15px 0 5px;
    }

    .logo-sem-connexion {
        width: 86px;
    }

    .text-descr {
        font-size: smaller;
        padding-left: 10px;
    }

    .container-login-form {
        /*width: 700px;
        height: 370px;
        overflow: hidden;
        margin-left: -350px;
        margin-top: -220px;
        font-size: 13px;*/
    }

    .login2 {
        width: 100px;
    }

    .input-form {
        width: 220px;
        font-size: 12px;
        height: 26px;
    }

    .first-login-form, .second-login-form {
        /*margin: 0;
        padding: 0 2%;
        border-right: none;
        padding-top: 10px;*/
    }

    .loginCert, .inputBP {
        width: 170px;
        font-size: 12px;
        padding: 5px;
    }

    .loaderIntro {
        margin: 10px 0 0px 25px;
    }

    .footer-login p {
        margin: 5px 0;
    }
    
}

@media only screen and (min-width : 801px) and (max-width : 1023px) {

    .sep {
        height: 220px;
    }

    .container-connexion2 {
        position: relative;
        top: 5px;
        padding-left: 15px;
    }

    .text-connectezvous {
        margin: 15px 0 5px;
    }

    .logo-sem-connexion {
        position: absolute;
        left: 0px;
        margin-top: -35px;
        width: 60px;
    }

    .text-descr {
        font-size: 11px;
    }

    .container-login-form {
        /*width: 550px;
        height: 350px;
        overflow: hidden;
        margin-left: -275px;
        margin-top: -210px;
        font-size: 12px;*/
    }
    /*.text-descr {
        display: none;
    }*/
    .login2 {
        width: 80px;
    }

    .input-form {
        width: 170px;
        height: 24px;
        font-size: 11px;
    }

    .first-login-form, .second-login-form {
        /*margin: 0;
        padding: 0 2%;
        border-right: none;
        padding-top: 5px;*/
    }

    .loginCert, .inputBP {
        width: 170px;
        font-size: 11px;
        padding: 5px;
    }

    .loaderIntro {
        width: 24px;
        margin-left: 10px;
    }

    .footer-login p {
        margin: 4px 0;
    }
}

@media only screen and (min-width : 0px) and (max-width : 800px) {

    .first-login-form.mode-connexion {
        transform: scale(1) translateX(0px);
        opacity: 1;
        transition-delay: 0s;
    }

    .text-connectezvous {
        margin: 0px 0 0px;
        padding-top: 20px;
    }

    .logo-sem-connexion,
    .text-descr,
    .text-connectezvous,
    .separator-login-form,
    .footer-liens,
    .header-form,
    .second-login-form {
        display: none;
    }

    .text-connectezvous-mobile {
        display: block;
    }

    .loaderLoginIntro {
        bottom: 15px !important;
        padding: 0;
        font-size: 14px;
    }

    .container-login-form {
        /*width: 290px;
        margin-left: -145px;
        font-size: 15px;
        height: 370px;
        margin-top: -220px;*/
    }

    .container-forms {
        height: 370px;
    }

    .pour-mobile {
        display: initial;
    }

    .aide {
        font-size: 12px;
    }

    .login2 {
        width: 100px;
    }

    .input-form {
        width: 270px;
        height: 26px;
        font-size: 13px;
    }

    div#retour-menu {
        top: -55px;
    }
    .first-login-form {
        width: 400px;
        margin: 10px 0;
    }

    .loginCert, .inputBP {
        width: 170px;
        font-size: 13px;
        padding: 5px;
    }

    .loaderIntro {
        width: 24px;
        margin-left: 10px;
    }

    .footer-login p {
        margin: 4px 0;
    }

    .footer-login {
        font-size: 10px !important;
    }

    .first-login-form {
        width: 100%;
        margin: 0 !important;
        padding: 15px 0 !important;
    }

    .input-form {
        width: 185px !important;
        height: 28px;
        font-size: 14px;
    }
}


