:root {
    --header-height: 3rem;
    --nav-width: 85px;
    --first-color: #263746;
    --first-color-light: #afa5d9;
    --white-color: #f7f6fb;
    --body-font: 'Questrial', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --main-color: #263746;
    --softer-main-color: #728da8;
    --secondary-colo :#FF006B;
    --light-grey : #A3AED0;
    --menu-hover : #F4F7FE;
    --white-base: #FFFFFF;
    --black-base: #000000;

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

table i {
    font-size: 1.5em;
}
table th, table td{
    vertical-align: middle!important;
}


body {
    margin-left: 0!important;
    padding: 0!important;
    position: relative;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: 0.5s;
}

a {
    text-decoration: none!important;
    color: var(--main-color)!important;
    transition: .5s;
}
a:hover{
    color: var(--softer-main-color)!important;
}

p a {
    color: #0e5794;
    transition: 0.5s;
}

.goHome{
    margin-top: 2em;
}

.btn-primary{
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
}

.btn-primary:hover{
    background-color: var(--softer-main-color)!important;
    border-color: var(--softer-main-color)!important;
}

.block{
    display: block;
}
.btn-third{
    background-color: #dde6fa !important;
}

.btn-secondary a {
    color: white;
}

input[type="checkbox"] {
    accent-color: var(--main-color);
}

.w10{width: 10%;}
.w20{width: 20%;}
.w30{width: 30%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w48{width: 48%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}
.tac{text-align: center;}
.tar{text-align: right;}

.mb1em{
    margin-bottom: 1em;
}

.mb2em{
    margin-bottom: 2em;
}

.mb3em{
    margin-bottom: 3em;
}

.ml1em{
    margin-left: 1em;
}

.ml2em{
    margin-left: 2em;
}

.ml3em{
    margin-left: 3em;
}

.mr1em{
    margin-right: 1em;
}

.mr2em{
    margin-right: 2em;
}

.mr3em{
    margin-right: 3em;
}

.mr4em{
    margin-right: 4em;
}

.title2{
    font-size: 1.7em;
    margin: 1em 0;
}

.title3{
    font-size: 1.5em;
    margin: 1em 0 2em 0;
}

.flexer {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-flow: row wrap;
}

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

.aic{
    align-items: center;
}

.success {
    background-color: #0ea40e;
    color: white;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 5px;
}

.warning{
    background-color: #d91010;
    color: white;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 5px;
}

.toast{
    opacity: 1!important;
    z-index: 9999;
}

.toast .toast-body{
    background-color: #e4e4e4;
}

.redSquare{
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 3px;
    margin-right: 1em;
}

.greenSquare{
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 3px;
    margin-right: 1em;
}

.toast{
    position: fixed;
    bottom: 1em;
    right: 1em;
}

/*Dashboard*/

/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
}*/

.dashboard-body{
    width: 100%;
    background: #F4F7FE;
    position: relative;
    /*display: flex;*/
    overflow-x: hidden;
}

#menu{
    background: #FFF;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#menu .logo{
    display: flex;
    align-items: center;
    padding: 1.9em 0 0 1.9em;
    margin-bottom: 2.5em;
}
/*#menu .items {
    margin-top: 40px;
}*/
/*#menu .items li i{


}*/
#menu .items li{
    list-style: none;
}

#menu .items li i{
    color: #777777;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin: 0 10px 0 25px;
}

#menu .items li .menu-item {
    position: relative;
    margin-left: 5%;
}

#menu .items li .menu-item a {
    display: block;
    padding: 15px 0;
    transition: 0.3s ease;
    font-size: 16px;
    color: #777777 !important;
}

#menu .items li:hover .menu-item {
    background: var(--menu-hover);
    cursor: pointer;
    border-radius: 8px;
    width: 90%;
    margin-left: 5%;
}

#menu .items li:hover .menu-item a {
    pointer-events: auto;
    color: var(--main-color) !important;
}

#menu .items li.active .menu-item {
    background:  var(--menu-hover);
    border-radius: 8px;
    width: 90%;
    margin-left: 5%;
}

/*#menu .items li:nth-child(1){
    border-right: 8px solid #253047;
}*/

/*#menu .items li i {
    color: rgb(163, 174, 208);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin: 0 10px 0 25px;
}*/

#menu .items li:hover i,
#menu .items li:hover a {
    color: var(--main-color);
}


.profile {
    display: none;
}
#content {
    /*width: calc(100% - 300px);*/
    margin-left: 150px;
    position: relative;
}

.fa-loader{
    animation: rotateLoader 3s linear infinite;
}
@keyframes rotateLoader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }

}

#content .navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F4F7FE;
    padding: 15px 60px;
    margin-bottom: -1em;
    /*border-bottom: 3px solid #B9003C;*/
    /*position: fixed;*/
    /*width: calc(100% - 300px);*/
    /*background-color: #FFF;*/
    z-index: -1;
}

#content .navigation .search{
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #d7dbe6;
    border-radius: 4px;
}

#content .navigation .search input {
    border: none;
    outline: none;
    font-size: 14px;
}

#content .navigation .profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#content .navigation .profile i {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

.n1 {
    display: flex;
    justify-content: flex-start;
}

#menu-btn {
    display: none;
    cursor: pointer;
    font-size: 20px;


}
/* Dropdown profile */

.dropdown-initials {
    position: relative;
    display: inline-block;
    width: 15px;
    top: -1.6px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 172px;
    z-index: 1;
    background: #FFF;
    right:-90%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 8px;

}

.dropdown-content a:hover {
    background-color: var(--menu-hover);
    border-radius: 8px;
    color: var(--main-color);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-language {
    left: 45px;
    position: relative;
}

.dropbtn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: var(--main-color);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

.dropbtn p {
    padding-top: 4px;
}

/* Content section */
.i-name {
    color: var(--main-color);
    padding: 30px 30px 0 30px;
    font-size: 24px;
    font-weight: 700;
    /*margin-top: 70px;*/
}

.values {
    /*padding: 30px 30px 0 30px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.values .value-box {
    /*background: #FFFFFF;*/
    width: 295px;
    height: 100px;
    padding: 16px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--main-color);
    /*margin-left: 17px;*/
}

.values .value-contact {
    background: #FFFFFF;
    width: 295px;
    height: 100px;
    padding: 16px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--main-color);
    /*margin-left: 17px;*/
}

.values .value-box span{
    font-size: 18px;
    font-weight: 600;
}

.values .value-box h3{
    font-size: 16px;
    max-width: 171px;
}

.values .value-box i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: var(--main-color);
    background: #F4F7FE;
    margin-right: 15px;
}

/*.values .warning-box {*/
/*    background: #FFFFFF;*/
/*}*/

.values .warning-box p{
    color: #A3AED0;
}

.values .warning-box span,
.values .warning-box i {
    color: #3bd522;
}

.values .warning-box.danger span,
.values .warning-box.danger i {
    color: red;
}

.barre-verticale {
    width: 2px;
    height: 53px;
    background-color: #DDE6FA;
    position: relative;
    right: 30px;
    opacity: 100%;
}

#content .navigation {
    margin-left: 10em;
    z-index: 100;
    margin-bottom: 1em;
}

@media (max-width: 769px) {

    .sf-toolbarreset {
        display: none!important;
    }

    #menu {
        width: 270px;
        position: fixed;
        left: -270px;
        transition: 0.3s ease;
    }

    #menu.active {
        left: 0px;
    }


    #menu-btn {
        display: initial;
    }

    #content {
        width: 100%;
        margin-left: 0px;
        display: inline-block;
        transition: 0.3s ease;
    }

    #menu.active~#content {
        width: calc(100% - 270px);
        margin-left: 270px;
        transition: 0.3s ease;
    }

    #content .navigation {
        width: 100%;
    }

    .values {
        padding: 30px 30px 0 30px;
        justify-content: flex-start;
    }

    .values .value-box {
        padding: 20px 16px;
        margin: 10px 20px 10px 0;
    }
}

/* Styles pour le menu responsive à moins de 477px */
@media (min-width: 478px) and (max-width: 1280px) {

    #content .navigation {
        padding: 15px;
        z-index: 100;
        background: #FFFFFF;
        /* width: 495px; */
        position: relative;
        right: 18em;
        margin-left: 0;
    }

    #content {
        width: 139%
    }

    body {
        /*overflow-x: hidden;*/
        margin: 0;
    }

    .sf-toolbarreset {
        display: none!important;
    }

    .content {
        padding-right: 1.5em;
        margin-top: 1em;
        margin-left: 0!important;
    }
    .profile {
        display: none !important;
    }

    .i-name {
        padding: 60px 15px 0 15px;
    }

    .values {
        padding: 30px 0 0 0;
        position: relative;
        right: 1em;
    }

    .values .value-box {
        width: 50%;
        margin: 8px 0;
        display: flex;
        justify-content: center;
    }

    .all-orders {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .board {
        margin: 30px 15px 30px 15px;
    }

    #content .menu-mobile .dropdown-link-mobile {
        display: block;
    }

    #footer-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 4em!important;
        margin-left: 4.5em;
    }

    .latest-orders {
        background-color: #FFF;
        padding: 2em;
        border-radius: 20px;
        height: 100%;
        margin-bottom: 2.5em;
        margin-left: 30px;
    }

    #content-boxes{
        margin-bottom: 3em;
        margin-left: 3em;
    }

    a {
        text-decoration: none;
        color: #232323;
        transition: color 0.3s ease;
    }

    a:hover {
        color: red;
    }

    #menuToggle
    {
        display: block;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input
    {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 11px;
        left: -88px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    #menuToggle span
    {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        right: 85px;
        top: 1em;
        background: black;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span
    {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(3)
    {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menuBuger
    {
        position: absolute;
        /*display: none;*/
        width: 480px;
        height: 464px;
        padding: 125px 50px 50px;
        background: var(--first-color);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(-200%, 50px);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    #menuBuger a {
        color: white!important;
    }

    .latest-messages {
        background-color: #FFF;
        padding: 2em;
        border-radius: 20px;
        height: 100%;
        margin-bottom: 2.5em;
        margin-left: 30px;
    }


    #menuBuger li
    {
        padding: 10px 0;
        font-size: 22px;
    }

    #menuToggle input:checked ~ ul
    {
        transform: translate(-25%, 50px);
    }

    #menu {
        display: none;
    }

    #content .navigation .logo-mobile {
        display: block;
    }

    #content .navigation .menu-mobile {
        display: block;
    }

    .js-menu-inactive ul a {
        pointer-events: none;
    }

    .duedate-box hr {
        width: 86%!important;
    }

    .pdf {
        margin-bottom: -8em!important;
    }

    .boxO {
        bottom: 22em!important;
    }

    .pdfO {
        margin-bottom: -24em!important;
    }

    .pdfO .pdfBig {
        top: -25.5em!important;
    }

    .boxP {
        bottom: 25em !important;
    }

    .pdfP {
        margin-bottom: -24em!important;
    }

    .pdfP .pdfBig {
        bottom: 28.5em!important;
    }

    .linkMedia {
        bottom: 28em!important;
    }

    .yourOpinion {
        margin-bottom: 5em!important;
    }

    .review {
        margin-left: -3em;
    }
    /* End Mobile Menu */

    /* START ABOUT PAGE   */

    .about {
        padding: 2em!important;
    }

    .a-fullWidthStrip {
        padding: 1em;
        background-color: var(--main-color);
        border-radius: 5px;
        margin-bottom: 1em;
        color: white;
        height: 21em;
    }

    hr {
        border: 1px solid black!important;
        width: 100% !important;
        margin-top: 9em!important;
        margin-bottom: 17em!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .about-fullWidthStrip {
        padding: 1em;
        background-color: var(--main-color);
        border-radius: 5px;
        margin-bottom: 1em;
        color: white;
        height: 8em;
        margin-top: 5em;
        display: flex;
        justify-content: center;
    }

    .about-fullWidthStrip span {
        line-height: 1em;
    }

    .about-p {
        font-size: 45px;
        text-align: left;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .about-texte {
        font-size: 20px;
        display: flex;
        justify-content: center;
        margin-top: 5em;
        margin-left: 1em;
    }

    .about-texte p {
        font-weight: bold;
        /*width: 93% !important;*/
    }

    .about-img {
        height: 200px;
        display: flex;
        justify-content: center;
        margin-top: 3em;
    }

    .about-img img {
        max-width: 1526px;
    }

    .big-text {
        font-size: 37px!important;
    }

    .small-text {
        font-size: 10px!important;
    }

    .small-text.sites {
        white-space: nowrap!important;
        margin-left: -14px!important;
    }


    .col-3 {
        width: calc(33.33% - 1px);
        display: inline-block;
        border-right: 1px solid white;
        box-sizing: border-box;
    }


    .col-3:last-child {
        border-right: none;
    }

    .icons {
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 0px;
        padding-right: 2em;
        font-size: 2em;
    }

    .icons i {
        font-size: 59px!important;
    }

    .icons .fa-duotone.fa-users {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 1em;
        margin-left: 1em;
    }

    .icons .fa-chart-simple {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 1em;
        margin-left: 3em;
    }

    .icons .fa-industry-windows {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 1em;
        margin-left: 1em;
    }

    .collaborateur {
        margin-left: -4em;
        margin-right: 2em;
    }

    .ca {
        margin-right: -3em;
    }

    .secteurActivite {
        margin-top: 5em;
    }

    .secteurActivite h1 {
        width: 100%;
    }

    .activiteText {
        font-size: 20px;
        margin-top: 2em;
    }

    .link {
        display: grid!important;
        justify-content: left!important;
        margin-top: 5em;
        margin-left: 7em!important;
    }

    .colText {
        margin-top: -10em;

    }

    .link p {
        display: flex;
        justify-content: center;
        margin-top: 3em;
        font-size: 17px;
        font-weight: bold;
    }

    .aero img  {
        width: 315px;
        margin-right: 2em;
    }

    .mobility img  {
        width: 315px;
        margin-right: 2em;
    }

    .healthcare img  {
        width: 315px;
        margin-right: 2em;
    }

    .industries img {
        width: 315px;
        margin-right: 2em;
    }

    .stratCroissance {
        display: grid!important;
    }

    .stratCroissance h1 {
        width: 18em;
        margin-bottom: 1em;
    }

    .stratCroissance text {
        font-size: 20px;
        width: 212%!important;
        display: flex!important;
    }

    .stratCroissance img {
        width: 700px!important;
        margin-top: 2em!important;
        margin-left: 6em;
    }

    .ceo-fullWidthStrip {
        padding: 1em;
        background-color: var(--main-color);
        border-radius: 5px;
        margin-bottom: 1em;
        color: white;
        height: 32em;
        margin-top: 16em!important;
        display: flex;
        justify-content: center;
    }

    .ceo-fullWidthStrip text {
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px !important;
        margin-top: -1em !important;
        width: 262% !important;
        margin-left: -33em !important;
    }

    .ceoText {
        font-size: 13px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -3em !important;
        width: 85% !important;
        margin-left: 4em !important;
    }

    .ceo-fullWidthStrip img {
        max-width: 467px!important;
    }

    .addedValue {
        display: grid!important;
        justify-content: center;
        align-items: center;
        margin-top: 14em!important;
        width: 188%!important;
    }

    .addedValue h1 {
        width: 10em;
        margin-left: -21em;
    }

    .addedValue text {
        font-size: 20px;
        display: flex;
        margin-left: -41.5em;
        margin-top: 2em;
    }

    .addedValue img {
        width: 700px !important;
        margin-top: 4em !important;
        margin-left: -47em;
    }

    .expert {
        margin-top: -10em!important;
        margin-bottom: 7em;
    }

    .expert p {
        font-size: 20px;
        margin-top: 2em;
    }

    .photo {
        display: flex;
        justify-content: left!important;
        align-items: center;
    }

    .photo img {
        width: 700px !important;
        margin-left: 6em;
    }

    /* END ABOUT PAGE   */

    /* ORDERS */
    .header-tables {
        position: relative;
        left: 9em!important;
        top: 2em!important;
    }

    .dataTables_info {
        margin-left: -3em!important;
        margin-top: 2em!important;
    }

    tbody {
        position: relative;
        top: 2em!important;
    }

    /* END ORDERS */

    /* ORDER DETAILS */

    /* END ORDER DETAILS */

    /* INVOICE DETAILS */
    .i {
        width: 45% !important;
    }

    .invoice-header h2 {
        line-height: 1em!important;
    }

    .invoice-header p {
        margin-left: 2em!important;
    }

    .i-detail-heading {
        width: 45%!important;
    }

    .i-detail-heading h2 {
        line-height: 1.5em!important;
    }

    .iFlexer {
        position: absolute!important;
        left: 9.7em!important;
    }
    /* END INVOICE DETAILS */


    #tableContainer {
        max-width: 477px!important;
        overflow-x: auto!important;
    }

    tbody {
        position: relative!important;
        top: 2em !important;
    }

    .table thead {
        position: relative!important;
        top: 2em !important;
    }

    .table tr {
        height: 92% !important;
        display: flex!important;
        margin-bottom: 1px!important;
        width: 135% !important;
    }

    .table td {
        display: flex !important;
        text-align: center !important;
        align-items: center!important;
        margin-left: 1em!important;
    }

    .table td:before {
        content: attr(data-label) !important;
        float: left !important;
        font-weight: bold !important;
    }

    .dataTables_paginate {
        margin-top: 3em !important;
        margin-left: 19em !important;
    }

    .dataTables_filter input {
        width: 110% !important;
        margin-right: 16em!important;
    }

    .dataTables_wrapper {
        margin-top: 3em !important;
        margin-left: 2em !important;
    }

    .datepick {
        visibility: hidden!important;
    }

    #CustomerInvoice td {
        margin-left: 2em!important;
    }

    #detailClient {
        margin-left: 6.5em!important;
        width: 64%;
    }

    #CustomerInvoice {
        width: 72%;
        margin-left: 7em;
    }

    #familiesTable td {
        width: 100%;
    }
    .sorting {
        width: 100%;
    }

    .cusId {
        width: 100%;
    }

    .header-tables {
        margin-top: 3em;
    }

    .orderInfos p {
        line-height: 35px;
    }

    .backButton {
        left: 57.5em!important;
        top: 1em;
    }

    .totalP {
        line-height: 1em;
    }

    .cgRep {
        width: 92.551px!important;
    }

    .cgDetails {
        width: 109.551px!important;
    }

    #saveTrad {
        position: relative!important;
        left: 52.3em!important;
        bottom: 4em!important;
    }

    #userManage {
        width: 100%;
        max-width: 1800px; /* adjust as needed */
        margin-bottom: 1rem; /* optional spacing */
        border-collapse: collapse;
    }

    .users {
        width: 89% !important;
        margin-left: -2em!important;
    }

    #familiesTable {
        width: 76%;
        margin-left: 1em;
    }

    #mailsLogs {
        width: 100%;
    }

    #mailsLogs th,
    #mailsLogs td {
        text-align: left;
        padding: 8px; /* Adjust padding as needed for spacing */
        box-sizing: border-box; /* Include padding in the element's total width */
    }

    #mailsLogs td {
        width: 100%;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #mailsLogs td:hover {
        white-space: normal;
    }

    .opContent h1 {
        width: 15em;
        margin-left: 5em;
    }

    .name {
        margin-left: 5em!important;
    }

    #formOpinion {
        margin-left: 5em!important;
    }

    .status-unpaid {
        width: 100px!important;
    }

    #DetailfamiliyTable_info {
        left: 6.5em;
        position: relative;
        top: -13em;
    }

    #DetailfamilyTable {
        width: 43em;
        position: relative;
        right: 2em;
    }

    .table-dashboard {
        position: relative;
        right: 1.5em;
    }

    .logAddev {
        display: none;
    }

    .flexLog {
        display: block;
        width: 32em;
        font-size: 30px;
    }

    #loginAddev button {
        font-size: 26px;
    }

    .microsoftLog {
        width: 32em;
    }

    .banner {
        width: 100% !important;
        left: 0!important;
    }

    .contact-title {
        left: 1em!important;
    }

    .representatives-container {
        margin-left: 12em;
    }

    #contactFormContainer {
        margin-left: 4em;
    }

    .c-contact h6 {
        width: 100%;
    }

    .category .title2 {
        display: flex;
        justify-content: center;
        margin-bottom: 3em;
    }

    .mediatheque .mediaType i {
        background-color: #DDE6FA;
        font-size: 2em!important;
        padding: 1em 1.3em;
        border-radius: 15px;
    }

    .w50 h3 {
        font-size: 2.75em;
    }

    .mediatheque .category hr {
        height: 3px;
        background-color: #DDE6FA;
        border-radius: 1em;
        margin-top: 6em !important;
        margin-bottom: 6em !important;
    }

    .mediatheque .size {
        font-size: 1.5em!important;
        color: var(--softer-main-color);
        text-align: right;
    }

    .mediatheque .btn-third {
        width: 107% !important;
        padding: .75em !important;
        text-transform: uppercase;
        transition: .5s;
        font-size: 1.3em;
    }

    .mediatheque .descriptionMedia {
        color: #A3AED0;
        font-size: 22px!important;
    }

    .tac {
        position: relative!important;
        top: 1em!important;
    }
}

.logo-mobile{
    display: none;
}

#content .menu-mobile {
    display: none;
}

/* Table */

table {
    /* border: 1px solid #CCC; */
    border-collapse: separate;
    margin: 20px 30px 20px 45px;
    padding: 0;
    width: 95%;
    table-layout: fixed;
}

tr {
    border-bottom: 2px solid #E9EDF7;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.head{
    background-color:#E9EDF7;
    border: 1px solid #E9EDF7;
    border-radius: 5px;
}

table tr {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/*Dropdown mobile*/
.dropdown-content {
    display: none;
}

.show {
    display: block;
}

.dropdown-link-mobile {
    display: none;
}
/* ici le contenu */
.content {
    /*position: absolute;*/
    margin-left: 20em;
    /*width: 75%;*/
    padding-right: 1.5em;
    margin-top: 1em;
}
/* Customer Dashboard*/
#content-boxes{
    margin-bottom: 3em;
}

.latest-orders {
    background-color: #FFF;
    padding: 2em;
    border-radius: 20px;
    height: 22em;
    margin-bottom: 2.5em;
    width: auto;
}

.all-orders {
    float: right;
    margin-right: 1em;
    margin-top: 1em;
}

.picto-green {
    background-color: #57D991;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 5px;
    margin-left: 2em;
}

.picto-red {
    background-color: #FF4F4F;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 5px;
    margin-left: 3em;
}

.picto-invoice span {
    font-size: 12px;
    color: #A3AED0;
    vertical-align: bottom;

}
#footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.duedate-box {
    width: 345px;
    height: 463px;
    background-color: #FFF;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 2%;
}

/*.duedate-box:nth-child(n + 2) {*/
/*    margin-left: 4em;*/
/*}*/

.duedate-box h4 {
    padding: 1em 0em 1em 1em;
}

.duedate-box p {
    color: #A3AED0;
    padding: 1.3em 0em 0em 2em;
}

.detail-inv-box {
    padding-left: 2em;
}

.detail-inv-box p {
    font-size: 12px;
    padding: 0;
    color: var(--main-color);
}

.inv-latest-paid {
    color: #57D991!important;
    font-size: 14px;
    font-weight: bold;
}

.inv-latest-unpaid {
    color: #FF4F4F;
    font-size: 14px;
    font-weight: bold;
}

.detail-inv-box .total{
    margin-left: 4.5em;
    color: black !important;
}
@media (min-width: 1280px) {
    #menuToggle
    {
        display: none;
    }
}

@media (max-width: 477px) {

    .sf-toolbarreset {
        display: none!important;
    }

    #content .navigation {
        padding: 15px;
        z-index: 100;
        background: #FFFFFF;
        /* width: 495px; */
        position: relative;
        /*right: 18em;*/
        margin-left: 0;
        height: 6em;
    }

    #content {
        width: 100%
    }

    #content .navigation .logo-mobile {
        display: block;
    }

    #content .navigation .menu-mobile {
        display: block;
    }

    .n1 {
        position: relative;
        right: 9em;
    }

    #footer-box {
        position: relative;
        left: 0.7em;
    }

    #menuToggle
    {
        display: block;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input[type="checkbox"]
    {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 11px;
        left: -88px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    #menuToggle span
    {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        right: 85px;
        top: 1em;
        background: black;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span
    {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(3)
    {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menuBuger
    {
        position: absolute;
        /*display: none;*/
        width: 480px;
        height: 464px;
        padding: 125px 50px 50px;
        background: var(--first-color);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(-200%, 50px);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    #menuBuger a {
        color: white!important;
    }

    #menuBuger li
    {
        padding: 10px 0;
        font-size: 22px;
    }

    #menuToggle input:checked ~ ul
    {
        transform: translate(-25%, 50px);
    }

    #menu {
        display: none;
    }

    #content-boxes{
        margin-bottom: 3em;
        margin-left: 3em;
    }

    a {
        text-decoration: none;
        color: #232323;
        transition: color 0.3s ease;
    }

    a:hover {
        color: red;
    }

    body {
        /*overflow-x: hidden;*/
        margin: 0;
    }

    .content {
        padding-right: 1.5em;
        margin-top: 1em;
        margin-left: 0!important;
    }
    .profile {
        display: none !important;
    }

    .i-name {
        padding: 60px 15px 0 15px;
        display: flex;
        justify-content: center;
    }

    .values {
        padding: 30px 0 0 0;
        position: relative;
        left: -1em
    }

    .all-orders {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .all-ordersO {
        position: relative;
        bottom: 22em;
        left: -0.8em;
    }

    .board {
        margin: 30px 15px 30px 15px;
    }

    .backButton {
        left: 19em!important;
        top: 1em;
    }
    /* ORDERS */
    .header-tables {
        position: relative;
        left: 4.5em!important;
        top: 2em!important;
    }

    .dataTables_info {
        margin-left: -3em!important;
        margin-top: 2em!important;
    }

    tbody {
        position: relative;
        top: 2em!important;
    }

    /* END ORDERS */

    /* ORDER DETAILS */

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

    .orderInfos {
        width: 80% !important;
        margin-bottom: 2em!important;
    }

    .oInfos {
        margin-top: 3em;
        line-height: 24px;
    }

    .delivery {
        margin-top: 10em!important;
        width: 54% !important;
        position: relative;
        bottom: 21em;
    }

    .tracking {
        margin-top: 10em!important;
        width: 54% !important;
        position: relative;
        bottom: 12.5em;
        left: 11em;
    }

    .status {
        position: relative;
        bottom: 60.5em;
    }

    .vals1 {
        position: relative;
        bottom: 20.5em;
        left: 13em;
        line-height: 18px;
    }


    .attributes1 {
        line-height: 18px;
        position: relative;
        bottom: 12em;
    }

    .attributes {
        line-height: 18px;
        position: relative;
        bottom: -6.5em;
        right: 9em;
    }

    .oTotalPrice {
        margin-bottom: 7em;
    }

    .preparation {
        width: 100% !important;
        margin-bottom: 0.8em!important;
    }

    .shipped {
        width: 100% !important;
        margin-bottom: 0.8em!important;
    }

    .delivered {
        width: 100% !important;
    }

    .oContent {
        /*margin-top: 2em!important;*/
        margin-bottom: -19em!important;
    }

    .oFlexer {
        margin-top: -1em!important;
    }

    .jcfs {
        width: 60% !important;
        margin-top: 1em!important;
    }

    .oVals {
        position: relative;
        line-height: 18px;
        bottom: 1.5em;
        left: 6em;
    }

    .aOrder {
        line-height: 18px;
        position: relative;
        bottom: -6.5em;
        right: 8em;
        color: black!important;
    }

    .flexOrder {
        position: relative;
        left: 8em;
        bottom: 19em;
    }

    .tar {
        width: 80% !important;
        position: relative;
        right: 2em;
        bottom: 16em;
    }

    .order-number {
        margin-left: 2em!important;
    }

    .totalPrice {
        position: absolute!important;
        left: 1.5em!important;
    }

    .totalP {
        position: absolute!important;
        left: 1em!important;
    }

    .bInvoice {
        position: relative;
        bottom: 2.5em;
        width: 191px;
    }

    .invoice-d {
        margin-top: 4em;
        height: 687px !important;
    }

    .tableCusGrp {
        overflow-x: auto;
        max-width: 477px;
        margin: 0 auto;
    }

    #familiesTable {
        width: 182%;
        border-collapse: collapse;
    }

    #familiesTable th, #familiesTable td {
        padding: 8px;
        text-align: left;
    }

    #familiesTable th {
        background-color: #f2f2f2;
    }

    #familiesTable td {
        width: 100%;
    }

    .tableReviewUsers {
        overflow-x: auto;
        max-width: 477px;
        margin: 0 auto;
    }

    #DetailfamiliyTable {
        width: 128%;
        border-collapse: collapse;
    }

    #DetailfamiliyTable th, #DetailfamiliyTable td {
        padding: 8px;
        text-align: left;
    }

    #DetailfamiliyTable th {
        background-color: #f2f2f2;
    }

    #saveTrad {
        position: relative !important;
        left: 23.3em !important;
        bottom: 7em !important;
    }

    #mailsLogs {
        width: 133%;
    }

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

    .pdf .pdfSmall {
        left: 4.6em!important;
    }

    .pdfP .pdfBig {
        left: 2.5em!important;
    }

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

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

    .tableOrder {
        overflow-x: auto;
        max-width: 477px;
        margin: 0 auto;
    }

    #detailClient {
        width: 239%;
        border-collapse: collapse;
        margin-left: 0em!important;
        margin-top: 2em;
    }

    #detailClient th, #detailClient td {
        padding: 8px;
        text-align: left;
    }

    #detailClient th {
        background-color: #f2f2f2;
    }

    .tableInvoice {
        overflow-x: auto;
        max-width: 477px;
        margin: 0 auto;
    }

    #CustomerInvoice {
        width: 210%;
        border-collapse: collapse;
        margin-left: 0em!important;
    }

    #CustomerInvoice th, #CustomerInvoice td {
        padding: 8px;
        text-align: left;
    }

    #CustomerInvoice th {
        background-color: #f2f2f2;
    }

    .invoice-header h2 {
        line-height: 1em !important;
    }

    .bInvoice {
        height: 3em;
        bottom: 2.2em!important;
    }

    .i-detail-heading h2 {
        width: 13em;
        margin-left: -1em;
    }

    .invoiceI {
        width: 98%!important;
    }

    .status-unpaid {
        width: 117% !important;
        height: 66px!important;
    }

    .status-paid {
        width: 54px!important;
    }

    .name {
        margin-top: 3em !important;
        margin-left: 1em !important;
        display: flex;
        justify-content: center;
    }

    .opContent h1 {
        position: relative;
        left: 1em;
        width: 12em;
    }

    #formOpinion {
        margin-left: 1em!important;
    }

    .values .value-box {
        width: 100%;
        margin: 8px 0;
        display: flex;
        justify-content: flex-start;
    }

    .latestOrders {
        margin-left: 1em;
        margin-top: 3em;
    }

    .latest-orders {
        height: 100%;
        position: relative;
        left: 0.7em;
    }

    .duedate-box {
        width: 389px;
        margin-bottom: 18%;
        /*margin-left: -2.5em;*/
    }

    .linkMedia {
        left: 0!important;
    }

    .avisButton {
        position: relative;
        left: 0.5em;
        top: 3em;
    }

    .avisButton button {
        width: 172px!important;
        margin-left: 5em!important;
    }

    .text1 {
        margin-top: 2em;
        margin-right: 2.5em;
    }

    .bandeauMediatheque {
        width: 108% !important;
    }

    .table-dashboard {
        margin-left: -1.5em;
        width: 339px;
    }

    .tableUser {
        overflow-x: auto;
        max-width: 477px;
        margin: 0 auto;
    }

    #userManage {
        width: 230% !important;
        border-collapse: collapse;
        margin-left: 0em!important;
    }

    #userManage th, #userManage td {
        padding: 8px;
        text-align: left;
    }

    #userManage th {
        background-color: #f2f2f2;
    }

    .create {
        position: relative!important;
        left: 1em!important;
        bottom: 4em !important;
        z-index: 1!important;
    }

    .familyDetails {
        left: 0.7em;
    }

    .Detailfamiliy {
        right: 2em;
        width: 37em;
    }

    .unpaidI {
        width: 100px !important;
        display: flex;
        justify-content: center;
        height: 2.5em !important;
    }

    .logAddev  {
        display: none;
    }

    .hgroupText p {
        width: 19em;
    }

    #loginAddev input[type="password"],
    #loginAddev input[type="email"] {
        width: 19em;
    }

    .checkLogin label {
        width: 9em;
        margin-top: 0.5em;
    }

    #loginAddev a {
        width: 9em;
    }

    #loginAddev button  {
        width: 9em;
    }

    .microsoftLog {
        width: 18em;
    }

    .contact-title {
        left: 1em !important;
    }

    .banner {
        width: 100% !important;
        left: 0!important;
    }

    .representatives-container {
        display: block!important;
        margin-left: 3em!important;
    }

    .rep1 {
        margin-bottom: 5em;
    }

    .rep2 {
        margin-bottom: 12em;
    }

    #contactFormContainer {
        margin-bottom: 5em;
        margin-left: 1em;
    }

    .about-fullWidthStrip {
        width: 115%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -1.5em;
    }
    .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-texte {
        width: 20em;
        margin-left: -1.5em;
        font-size: 16px !important;
    }

    .secteurActivite h1 {
        width: 98% !important;
        font-size: 1.75rem !important;
    }

    .activiteText {
        font-size: 16px!important;
        margin-top: 2em;
    }

    .link {
        display: grid!important;
        margin-left: 0;
    }

    .aero img {
        width: 332px!important;
        margin-left: 2em;
    }

    .link p {
        margin-left: -3em;
    }

    .MobIndusHealth img {
        width: 332px !important;
        margin-left: 2em;
        height: 13.5em!important;
    }

    .stratCroissance h1 {
        width: 289%;
        font-size: 1.75rem;
    }

    .stratCroissance img {
        width: 335px!important;
        position: relative;
        top: 38em;
        right: 11.5em;
    }

    .stratCroissance text {
        font-size: 16px !important;
        width: 17em;
        margin-top: 2em;
        display: flex;
        margin-left: -1em;
    }

    .ceo-fullWidthStrip {
        width: 20.7em !important;
        margin-top: 26em !important;
        margin-left: -2em;
        height: 50em !important;
    }

    .ceo-fullWidthStrip img {
        width: 302px!important;
        margin-left: -1em;
        height: 13em;
    }

    .ceoText {
        width: 16em;
        position: relative;
        top: 12em;
        right: 8em;
        font-size: 16px!important;
    }

    .ceo-fullWidthStrip text {
        position: relative;
        top: 11em;
        right: 7em;
        width: 14em;
    }

    .addedValue h1 {
        width: 11em;
        margin-left: -2em;
        font-size: 1.75rem !important;
    }

    .addedValue img {
        width: 298px !important;
        position: relative;
        top: 20em;
        right: 10em;
    }

    .addedValue text {
        width: 17em;
        display: flex;
        margin-left: -2em;
        margin-top: 2em;
        font-size: 16px!important;
    }

    .hrAbout {
        margin-top: 21em!important;
    }

    .expert h1 {
        font-size: 1.75rem !important;
    }

    .expert p {
        width: 20em;
        margin-left: -1.5em;
        font-size: 16px !important;
    }

    .photo img {
        width: 336px;
        margin-top: 2em;
    }
    
    .big-text {
        font-size: 18px!important;
    }
    
    .small-text {
        font-size: 10px!important;
    }

    .fa-industry-windows {
        position: relative;
        left: 1.6em;
        top: 0.5em;
    }

    .fa-chart-simple {
        position: relative;
        left: 2em;
        top: 1em;
    }

    .fa-duotone {
        position: relative;
        top: 1em;
        left: 1em;
    }

/*    MEDIATHEQUE   */
    .mediatheque h1 {
        left: 0.5em!important;
    }

    .title2 {
        display: flex;
        justify-content: center;
    }

    .mediatheque .mediaType i {
        width: 10px;
        display: flex;
        justify-content: center;
        font-size: 16px!important;
        margin-left: 1em;
    }

    .w50 h3 {
        font-size: 1em!important;
    }

    .descriptionMedia {
        font-size: 12px;
    }

    .w50 {
        width: 48%!important;
        margin-right: 1em!important;
    }

    .mediatheque .btn-third {
        width: 116% !important;
        padding: .75em !important;
        text-transform: uppercase;
        transition: .5s;
        font-size: 11px!important;
        margin-left: -8em;
    }

    .mediatheque .size {
        font-size: .9em;
        color: var(--softer-main-color);
         text-align: center!important;
        margin-left: -4em;
    }

    .iDetails {
        width: 98%!important;
    }

    .a-fullWidthStrip {
        width: 126% !important;
        margin-left: -2em;
        height: 10em !important;
    }


}
/* Content for 13" with zoom 125% */
@media (min-width: 1280px) and (max-width: 1536px){

    #menuToggle
    {
        display: none;
    }

    .values {
        flex-wrap: nowrap!important;
    }
    .values .value-box {
        width: 225px!important;
        height: 80px!important;
    }

    .content-tables .datepick {
        left: 50em;
    }
    .content-tables {
        overflow-x: hidden;
    }
    .content-tables table {
        width: 100% !important;
        max-width: none;
    }
    #menu {
        width: 255px;
    }
    #CustomerInvoice_wrapper,
    #detailClient_wrapper,
    #userManage_wrapper,
    #familiesTable_wrapper,
    #dashboardCsr_wrapper,
    #recentOrders_wrapper,
    #DetailfamiliyTable_wrapper
    {
        width: 83% !important;
        margin-left: 17%!important;
    }
    .content {
        margin-left: 18em;
    }
    .duedate-box:nth-child(n+2) {
        margin-left: 0%;
    }
    .duedate-box {
        width: 295px;
        height: 410px;
    }

    .inv-latest-unpaid {
        font-size: 12px;
    }

    .filterInvoice {

    }
}

/*.content-invoice {
    margin-top: 15vh;
}*/

/*Datatable Customer Invoice & Order*/
#CustomerInvoice_wrapper,
#detailClient_wrapper,
#userManage_wrapper,
#familiesTable_wrapper,
#dashboardCsr_wrapper,
#recentOrders_wrapper,
#DetailfamiliyTable_wrapper
{
    width: 83%;
    margin-left: 16%;
}

.datepick{
    margin-bottom: -2.5em!important;
    display: block;
    position: relative;
    left: 75em;
    /*top: 5.5em;*/
    z-index: 1;
    width: fit-content;

}
.datepick input{
    height: 40px !important;
    width: 205px;!important;
    border: none;
    line-height: 26px;
    color: #8B909A;
    border-radius:4px !important;
}

#CustomerInvoice_filter input,
#detailClient_filter input,
#userManage_filter input,
#familiesTable_filter input,
#dashboardCsr_filter input,
#recentOrders_filter input,
#DetailfamiliyTable_filter input {
    border: none!important;
    border-radius: 4px!important;
    line-height: 26px!important;
    height: 40px !important;
    width: 205px;!important;
    background: #FFFFFF;
}


#resetSearchBtnInvoice, #resetSearchBtnOrder  {
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
}
#resetSearchBtnInvoice i, #resetSearchBtnOrder i{
    font-size: 22px!important;
    color: var(--main-color)!important;
}

.header-invoices {
    position: absolute;
    left: 20em;
    top: 6.5em;
    color: var(--main-color);
}

#CustomerInvoice th,
#detailClient th,
#userManage th,
#familiesTable th,
#dashboardCsr th,
#recentOrders th,
#DetailfamiliyTable th {
    background: var(--main-color);
    color: #fff;
    vertical-align: center!important;
    padding: 20px 20px;
    text-align: center!important;
}

#CustomerInvoice tr,
#detailClient tr,
#userManage tr,
#familiesTable tr,
#dashboardCsr tr,
#recentOrders tr,
#DetailfamiliyTable tr{
    background: #FFFFFF!important;
    height: 50px;
    border-bottom: 2px solid #E9E7FD!important;

}

#CustomerInvoice td,
#detailClient td,
#userManage td,
#familiesTable td,
#dashboardCsr td,
#recentOrders td,
#DetailfamiliyTable td{
    vertical-align: center!important;
    padding: 20px 10px;
}

/*#CustomerInvoice th .sorting  {
    background-color: #fff;
}*/

/* dataTables CSS modification & positioning */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0!important;
    content: ""!important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0!important;
    content: ""!important;
}


table.dataTable thead th {
    position: relative;
    background-image: none!important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute!important;
    top: 12px!important;
    right: 8px!important;
    display: block !important;
    font-family: Fontawesome!important;
    font-size: 16px;
}
table.dataTable thead th.sorting:after {
    content: "\f078"!important;
    color: #FFF!important;
    font-size: 0.8em!important;
    padding-top: 0.12em!important;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f077"!important;
}
table.dataTable thead th.sorting_desc:after {
    content: "\f078"!important;
}

#backButton{
    position: relative;
    left: 30%;
}

.status-unpaid {
    background-color: #FF4F4F;
    color: #FFFFFF;
    width: 35%;
    display: inline-block;
    height: 33px;
    border-radius: 4px;
    padding: 3px;
}

.status-delivered{
    border-radius: 4px;
    background: #57D991;
    width: 70px;
    height: 33px;
    display: inline-block;
    padding: 3px;
    color: #FFFFFF;
}

.status-processing {
    border-radius: 4px;
    background: #FFCF4F;
    width: 100px;
    height: 33px;
    display: inline-block;
    padding: 3px;
    color: #FFFFFF;
}

.status-paid {
    background-color: #0ea40e;
    color: #FFFFFF;
    width: 100px;
    display: inline-block;
    height: 33px;
    border-radius: 4px;
    padding: 3px;
}

/* Filter datatable Info*/
#CustomerInvoice_info,
#detailClient_info,
#userManage_info,
#familiesTable_info,
#dashboardCsr_info,
#recentOrders_info,
#DetailfamiliyTable_info {
    position: absolute;
    top: 0em;
}
#CustomerInvoice tr,
#detailClient tr,
#userManage tr,
#familiesTable tr,
#dashboardCsr tr,
#recentOrders tr,
#DetailfamiliyTable tr{
    cursor: pointer;
}
/* Datatable pagination */
#CustomerInvoice_paginate ul li,
#detailClient_paginate ul li,
#userManage_paginate ul li,
#familiesTable_paginate ul li,
#dashboardCsr_paginate ul li,
#recentOrders_paginate ul li,
#DetailfamiliyTable_paginate ul li {
    position: relative;
    padding: 5px;
}
#CustomerInvoice_paginate,
#detailClient_paginate,
#userManage_paginate,
#familiesTable_paginate,
#dashboardCsr_paginate,
#recentOrders_paginate,
#DetailfamiliyTable_paginate{
    position: relative;
    right: 35%;
}

.pagination .active > a {
    background-color: transparent!important;
    color: var(--main-color)!important;
    border: 2px solid var(--main-color)!important;
    border-radius: 4px!important;
}

.pagination .active > a:hover {
    background-color:transparent!important;
}

#CustomerInvoice_paginate,
#detailClient_paginate,
#userManage_paginate,
#familiesTable_paginate,
#dashboardCsr_paginate,
#recentOrders_paginate,
#DetailfamiliyTable_paginate {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin-top: 20px;
}

/*Invoice detail*/

/*.invoice-detail-head{
    background-color: var(--main-color);
    width: 100%;
    position: relative;
    height: 50px;
}*/

.invoice-detail-head{
    /*position: relative;*/
    /*margin-bottom: 2em;*/
    width: 100%;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 1em;
    color: white;
    height: 58%;
}

.invoice-detail {
    margin-left: 2em;
}

.invoice-number {
    margin-bottom: 4em;
    font-weight: bold;
    text-transform: uppercase;
}

.invoice-header h2{
    text-transform: uppercase;
    color: #A3AED0;
    line-height: 0.5em;
    padding-left: 1em;
}

.invoice-header p{
    color: var(--main-color);
    margin-left: 33px;
}

.invoice-title {
    margin-top: 3em;
    margin-left: 6em;
    margin-bottom: 2em;
}

.invoice-detail-head span{
    margin-top: 0.5em!important;
}

.i-detail-heading h2{
    text-transform: uppercase;
    color: #A3AED0;
    margin-bottom: 1.5em;
    line-height: 1em!important;
    padding-left: 1em;
}

.invoice-content .col{
    margin-bottom: 2em;
    border-bottom: 1px solid #A3AED0;
    width: 80%;
}

.invoice {
    margin-top: 3rem;
}

.invoice-d {
    border: 1px solid lightgrey;
    height: 256px;
    margin-bottom: 5em;
    background-color: ghostwhite;
    border-radius: 10px;
}

.i-price {
    margin-right: 114px;
    text-transform: uppercase;
    font-size: 24px;
}

.iflex {
    margin-left: 11em;
}

.i {
    margin-bottom: 2rem;
}

.invoice-row .attributes {
    margin-right: 50px;
    color: #A3AED0;
}

#selectTriggerFilterStatus{
    position: relative;
    left: 50em;
}
.filterByStat {

}

/* ----- Page order detail----------*/
.orderHeader{
    margin-bottom: 3em;
    /*font-weight: bold;*/

}

.orderHeader h1{
    margin-bottom: 1em;
    text-transform: uppercase;
}
.orderDaddy h2 {
    color: #0068ff;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.fullWidthStrip{
    width: 100%;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 1em;
    color: white;
}

.orderInfosParent{
    line-height: 0.5em;
    padding-left: 1em;
    background-color: #e6ebf6;
}
.order-content{
    line-height: .5em;
    padding: 0 2em;
}
.order-content .btn-third:disabled{
    opacity: .3!important;
}
.order-content .attributes{
    margin-right: 50px;
    color: #A3AED0;
}
.order-content .vals{
    /*font-weight: bold;*/
}
.order-content .barLivraison{
    position: relative;
}
.order-content .barLivraison::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 15px;
    background-color: #707e9d;
    top: -1em;
}

.order-content .preparationDone .preparation::before,
.orderDaddy .bg-preparation{
    background-color: #e0b410;
}
.order-content .preparationDone .preparation p{
    color: #e0b410;
}

.order-content .shippedDone .preparation::before ,
.order-content .shippedDone .shipped::before,
.orderDaddy .bg-shipped{
    background-color: #d57d4d;
}

.order-content .shippedDone .preparation p ,
.order-content .shippedDone .shipped p{
    color: #d57d4d;
}

.order-content .deliveredDone .preparation::before ,
.order-content .deliveredDone .shipped::before ,
.order-content .deliveredDone .delivered::before,
.orderDaddy .bg-delivered{
    background-color: #0ea40e;
}

.order-content .deliveredDone .preparation p ,
.order-content .deliveredDone .shipped p,
.order-content .deliveredDone .delivered p{
    color: #0ea40e;
}

.orderDaddy .globalStatus{
    padding: .5em 1em;
    border-radius: 5px;
    border: solid 1px white;
}

.formUploadFile .uploadedFiles{
    border: 2px dashed #DDE6FA;
    padding: 1em;
}

.bandeauMediatheque {
    background-color: var(--first-color);
    width: 100%;
    padding: .5em 2em;
    margin: 2em 0;
}

.bandeauMediatheque a{
    color: white!important;
    padding: .5em 2em;

}

.bandeauMediatheque a:hover{
    background-color: #fff!important;
    color: var(--first-color)!important;
}

.mediatheque .descriptionMedia {
    color: #A3AED0;
}

.mediatheque .btn-third{
    width: 60%!important;
    padding: .75em!important;
    text-transform: uppercase;
    transition: .5s;
    font-size: .9em;
}

.mediatheque .btn-third:hover{
    background-color: #b3bcd2;
    letter-spacing: 1.5px;
}

.mediatheque .mediaType i {
    background-color: #DDE6FA;
    font-size: 1.5em;
    padding: 1em 1.3em;
    border-radius: 15px;
}

.mediatheque .category{
    margin-bottom: 5em;
}

.mediatheque .category hr{
    height: 3px;
    background-color: #DDE6FA;
    border-radius: 1em;
}

.mediatheque .size{
    font-size: .9em;
    color: var(--softer-main-color);
    text-align : right;

}

.hidden{
    display: none;
}

.header-tables {
    position: relative;
    left: 22em;
}

.dataTables_filter input{
    border: 1px solid #263746 !important;
    border-radius: 5px !important;
}

.dataTables_info {
    left: 3em;
}

.content-tables{
    overflow-x: hidden;
}

.csr-orders,
.csr_adduser {
    width: 180px;
    margin-left: 2.1em;
    height: 38px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #f4f9ff;
    border: 1px solid #c7e0f5;
    font-size:14px;
    font-weight : 600
}

.csr-orders a,
.csr_adduser a {
    vertical-align: sub;
}

/*Account settings page Desktop*/
.settings-switch {
    margin: 65px 0 45px 20px;
}

.sectionTitle {
    display: block;
    background-color: #263746;
    color: white;
    padding: .2em .5em;
    font-size: 1.4em;
    margin-bottom: 1em;
    height: 53px;
}

.settingSection{
    margin: 2em 0;
    width: 55%;
}

.settingSection input{
    height: 45px;
    border: 1px solid #DADADA;
    border-radius: 8px;
    margin-bottom: 1em;
}

.settingSection .btn{
    background-color: var(--main-color);
    color: var(--white-base);
    width: 320px;
    height: 60px;
    font-size: 18px;
    border-radius: 8px;
}

.settings-subtitle{
    margin: 45px 0 50px 0;
}

.form-check-input:checked {
    background-color: #57D991;
    border-color: #57D991;
    width: 40px;
    height: 20px;
}

.form-check-label {
    margin-left: 18px;
}

.settingSection h1{
    margin-bottom: 1em;
}

.about {
    background-color: white;
    padding: 4em;
}

.a-fullWidthStrip {
    width: 100%;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 1em;
    color: white;
    height: 21em;
}

.about-fullWidthStrip {
    width: 100%;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 1em;
    color: white;
    height: 8em;
    margin-top: 5em;
    display: flex;
    justify-content: center;
}

.about-fullWidthStrip span {
    line-height: 1em;
}

.about-p {
    font-size: 45px;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}

.about-texte {
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top: 5em;
}

.about-texte p {
    font-weight: bold;
}

.about-img {
    height: 200px;
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

.about-img img {
    max-width: 1526px;
}

.big-text {
    font-size: 58px;
}

.small-text {
    font-size: 25px;
}

.col-3 {
    width: calc(33.33% - 1px);
    display: inline-block;
    border-right: 1px solid white;
    box-sizing: border-box;
}


.col-3:last-child {
    border-right: none;
}

.icons {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 0px;
    padding-right: 2em;
    font-size: 2em;
}

.secteurActivite {
    margin-top: 5em;
}

.activiteText {
    font-size: 20px;
    margin-top: 2em;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5em;
}

.link p {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    font-size: 17px;
    font-weight: bold;
}

.aero img  {
    width: 700px;
    margin-right: 2em;
}

.MobIndusHealth img {
    width: 700px ;
    height: 29.5em;
    position: relative;
}

.stratCroissance {
    display: flex;
}

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

.stratCroissance img {
    width: 550px
}

.ceo-fullWidthStrip {
    width: 100%;
    padding: 1em;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 1em;
    color: white;
    height: 32em;
    margin-top: 5em;
    display: flex;
    justify-content: center;
}

.ceo-fullWidthStrip text {
    font-weight: bold;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceoText {
    font-size: 19px;
    margin-bottom: 2em!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 403px!important;
}

.ceo-fullWidthStrip img {
    max-width: 710px;
}
.language-switcher img {
    width: 28px;
    height: 30px;
}

.backButton {
    position: relative;
    left: 20em;
    background: var(--white-base);
    width: 200px;
    display: block;
    color: #FFF;
    padding: 7px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #bebebe;
}

.backButton span{
    color: var(--main-color);
}

.addedValue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5em;
}

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

.addedValue img {
    width: 500px;
}

.expert p {
    font-size: 20px;
    margin-top: 2em;
}

.photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-messages {
    background-color: #FFF;
    padding: 2em;
    border-radius: 20px;
    height: 22em;
    margin-bottom: 2.5em;
}

.totalAmount {
    font-size: 18px;
    font-weight: 600
}

.create {
    position: absolute;
    left: 96em;
    z-index: 999;
}

/*contact page*/

.img-rep {
    /*border-radius: 50%;*/
    width: 200px;
    height: 150px;
}

.img-rep img{
    position: relative;
    width: 180px;
    top: 20%;
}

.representatives-container {
    display: flex;
}

.info {
    margin: 20px 135px 30px auto;
}

.contact-link {
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 5px;
    color: var(--white-base) !important;
}

#contactFormContainer {
    margin-top: 50px;
}

.active-contact{
    background-color: var(--white-base)!important;
    border: 1px solid var(--main-color)!important;
    color: var(--main-color) !important;
}


.bInvoice {
    float: right;
    position: relative;
    bottom: 4em;
    right: 1em;
    font-weight: 400;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text1 {
    color: lightgrey;
    font-weight: bold;
    margin-top: 1em;
}

.text2 p {
    color: black;
    margin-top: -1em;
}

.avisButton button {
    background-color: #dde6fa;
    border-radius: 7px;
    width: 160px;
    height: 42px;
    border: none;
    font-weight: bold;
    margin-left: 5em;
    margin-top: 2.5em;
}

.opContent h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-right: 14.5em;
}

.bandeauOpinion {
    background-color: var(--first-color);
    width: 100%;
    padding: 0.5em 2em;
    margin-top: 2em;
}

.name {
    margin-top: 3em;
    margin-left: 25em;
}

#formOpinion {
    margin-left: 25em;
    margin-top: 3em;
}

.opinion {
    color: var(--first-color);
    font-size: 20px;
}

#opinion {
    margin-bottom: 3em;
    border-radius: 5px;
    width: 44%;
    height: 39px;
    color: grey;
    border-color: grey;
}

.frequence {
    color: var(--first-color);
    font-size: 20px;
}

#frequence {
    margin-bottom: 3em;
    border-radius: 5px;
    width: 44%;
    height: 39px;
    color: grey;
    border-color: grey;
}

.ameliorations {
    color: var(--first-color);
    font-size: 20px;
}

#ameliorations {
    margin-bottom: 3em;
    width: 43.8%;
    color: grey;
    border-color: grey;
    height: 150px;
    border-radius: 5px;
}

.submit {
    margin-bottom: 2em;
    width: 10em;
    border-radius: 5px;
    border: none;
    background-color: var(--first-color);
    color: white;
    text-transform: uppercase;
    height: 33px;
    font-size: 14px;
}

.box {
    background-color: #dde6fa;
    width: 50px;
    height: 50px;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.pdf .pdfBig {
    color: var(--first-color);
    position: relative;
    bottom: 4em;
    left: 3em;
    font-size: 16px;
    font-weight: bold;
}

.pdf .pdfSmall {
    color: #c9d9fe;
    position: relative;
    bottom: 8em;
    left: 4.7em;
    font-size: 12px;
    font-weight: 600;
}

.pdfP .pdfBig {
    position: relative;
    bottom: 12.5em;
    left: 3em;
    color: var(--first-color);
    font-size: 16px;
    font-weight: bold;
}

.pdfO .pdfBig {
    position: relative;
    top: -9.5em;
    color: var(--first-color);
    font-size: 16px;
    font-weight: bold;
    left: 3em;
}

.boxO {
    background-color: #dde6fa;
    width: 50px;
    height: 50px;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    position: relative;
    bottom: 6em;
}

.boxP {
    background-color: #dde6fa;
    width: 50px;
    height: 50px;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    position: relative;
    bottom: 9em;
}

.linkMedia {
    position: relative;
    bottom: 12em;
    left: 2em;
}

.linkMedia p {
    color: black;
    font-weight: 400;
}

.linkMedia i {
    position: relative;
    bottom: 2.4em;
    left: 17.5em;
}

.banner {
    background-color: var(--main-color);
    width: 82%;
    padding: 1em;
    margin: 2em 2em 2em 0em;
    position: relative;
    left: 20em;
}

.contact-title{
    position: relative;
    left: 8em;
}

.tAmount {
    font-weight: 500;
    font-size: 23px;
}

.imageUpload{
    border-radius: 0.3em;
}

.box-img-upload{
    display: inline-flex;
    background: white;
    padding: 2em;
    border-radius: 1em;
}

.duedate-box.linkedin a {
    background-color: #dde6fa;
    margin-left: 12px;
    padding: 9px;
    border-radius: 8px;
    font-weight: bold;
    position: relative;
    top: 0.5em;
    left: 7em;
    float: left;
    text-transform: uppercase;
}

.duedate-box.linkedin img {
    position: relative;
    left: 1.1em;
    width: 311px;
    bottom: 1em;
}

.linkedinPicture img {
    max-width: 310px;
    height: 310px;
    width: auto;
    object-fit: cover;
}

.error {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10em;
}

.errorP {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 12em;
    font-size: 25px;
}

.buttonError {
    background-color: #dde6fa;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px;
    position: relative;
    bottom: 25em;
    left: 3em;
}

.btn-info:hover {
    background: #007bff!important;
}

.info-icon {
    position: relative;
    display: inline-block;
}

.info-icon .btn {
    /*padding: 8px 12px;
     *Correction IRA
    */
    font-size: 1rem;
    line-height: 1;
    border-radius: 50%;
    background: white;
    border-color: #474646;
    color: #474646;

}

.info-icon i {
    margin-right: 0!important;
}

.b-modal .modal-content {
    border-radius: 23px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-content {
    border-radius: 23px!important
}

.top-rightI {
    position: absolute;
    right: 170px;
}

.modal {
    display: block;
    width: 38em!important;
    margin-left: 47em!important;
    margin-top: 15em!important;
}

.top-rightLangue {
    position: absolute;
    right: 104px;
}

#menuCR {
    background: #263746!important;
    width: 278px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#menuCR .items li .menu-itemCR {
    position: relative;
    margin-left: 5%;
}

#menuCR .items li .menu-itemCR a {
    display: block;
    padding: 15px 0;
    transition: 0.3s ease;
    font-size: 16px;
    color: white !important;
}

#menuCR .items li.active .menu-itemCR {
    background: #15293b;
    border-radius: 8px;
    width: 90%;
    margin-left: 5%;
}

#menuCR .items li{
    list-style: none;
}

#menuCR .items li i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin: 0 10px 0 25px;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent */
}

#appDashboard {
    margin-left: 18em !important;
}

.btn.btn-secondary.sheet {
    position: relative;
    float: right;
    margin: -2px auto;
}

#show-popup-btn{
    position: relative;
    z-index: 99;
}

/* ----- Page customer card ----------*/

.customer-card {
    max-width: 1635px;
    position: relative;
    left: 17.6em;
    background: #fff;
}

.totals-section {

    justify-content: space-between;
    align-items: center;

}

.total-box {
    padding: 20px;
    text-align: center;
    flex: 1;
    margin-right: 20px;
}

.total-box h3 {
    font-size: 16px;
    color: #5289BA;
}

.total-box p {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 0;
}

.status-bars {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 4em;
}

.status-bar {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    font-weight: bold;
}

.status1 { background-color: #63E3AD; color: white; }
.status2 { background-color: #FFC85D; color: white; }
.status3 { background-color: #FFA57E; color: white; }
.status4 { background-color: #FF6771; color: white; }
.status5 { background-color: #870000; color: white; }
.status6 { background-color: #000000; color: white; }
.status7 { background-color: #000000; color: white; }


.address h4 {
    text-transform: uppercase;
    color: #B7AC8D;
}

.container-top-customer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5em;
    position: relative;
    top: 3em;
}

.address{
    width: 35%;
    margin-left: 2em;
}

.totals-section{
    width: 15%;
    background-color: #F4F7FE;
    border-radius: 8px;
}

.customer-messages{
    width: 50%;
    margin-left: 2em;
}

.typology-letter {
    float: right;
    top: -5.5em;
    position: relative;
    margin-right: 1em;
    font-size: 35px;
    background-color: #263746;
    color: #fff;
    width: 65px;
    border-radius: 50%;
    text-align: center;
}

.customer-card-table {
    max-width: 100%;
    margin: 0 auto;
}

.full-width-table {
    width: 100%;
    margin-top: 20px;
}

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.search-bar {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 300px;
    margin-left: 10px;
}

.export-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.export-btn:hover {
    background-color: #0056b3;
}

.export-btn.excl {
    position: absolute;
    left: 12em;
}

.send-button {
    background-color: #FF6771;
    color: #fff;
    padding: 15px;
    width: 100%;
    border: none;
    cursor: pointer;
    position: sticky;
    bottom: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.send-button:hover {
    background-color: #ff4859;
}

.p-checkbox.p-component.p-checkbox-disabled .p-checkbox-box {
    opacity: 0.5;
}

.p-checkbox.p-component[data-p-disabled="true"] .p-checkbox-box {
    opacity: 0.5;
}

.historique-facture {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    left: 21em;
}

.historique-statut {
    background: #ff4242;
    width: 5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    left: 1em;
}

.historique-infoFacture {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    left: 17.3em;
    top: 3em;
    background: #E9E7FD;
    width: 82%;
    height: 8em;
}

.invoice-box {
    position: relative;
}

.box-h3 {
    color: #A3AED0;
}

.box-info {
    font-weight: bold;
    font-size: 19px;
}

.info-client {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    left: 21.3em;
    top: 5em;
}

.historique-customerId {
    background: #263746;
    color: white;
    width: 9em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    border-radius: 5px;
}

.boxClient-p {
    line-height: 1;
}

.client-box {
    margin-bottom: 8em;
}

.orderInfosParent p {
    line-height: 0.75;
}

.need-approval {
    background-color: #007bff;
    color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    margin-right: 7px;
    font-weight: lighter;
}

.blocked {
    background-color: red;
    color: #FFFFFF;
     border-radius: 8px;
    text-align: center;
    margin-right: 7px;
    font-weight: lighter;
}

.no-restriction {
    background-color: gray;
    color: #FFFFFF;
     border-radius: 8px;
    text-align: center;
    margin-right: 7px;
    font-weight: lighter;
}

.default {
    background-color: transparent;
    color: black;
    border-radius: 8px;
    text-align: center;
    margin-right: 7px;
    font-weight: lighter;
}

.askForAccount {
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    width: 80%;
    text-align: center;
    margin: 4em auto;
    background: #F9F8F8;
}

.askForAccount p {
    padding: 10px;
}

.signin {
    margin-bottom: 30px;
    border-radius: 50px !important;
    width: 150px;
    height: 50px;
    background: #F9F8F8 !important;
    color: #000;
}

.block-signin {
    font-size: 19px;
    font-weight: 400;
}
.p-menuitem:hover   {
    background-color: transparent !important;
}

.p-menuitem-text {
    color: black !important;
}

.p-menuitem-content a span:hover {
    color: #FFFFFF !important;
}

body .p-menu {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* optionnel pour un effet smooth */
}

body .p-menu-list {
    padding-left: 0 !important;
}

.p-fileupload-content {
    border: 1.5px dashed blue;
    border-radius: 11px;
}

.p-button.p-component.submit-upload {
    width: 185px;
    border-radius: 12px;
    background-color: #0042FF;
    height: 50px;
    position: relative;
    left: 270px;
    text-transform: uppercase;
    font-weight: 600;
}

.file-types {
    font-size: 12px;
    color: #6b7280;
    position: relative;
    margin-bottom: 3.5em;
}

/*.p-fileupload.p-fileupload-advanced.p-component {
    width: 90%;
    left: 15%;
    position: relative;
}*/

.p-dropdown-items-wrapper ul {
    padding-left: 0 !important;
}

.flex-1 h3{
    font-weight: 600 !important;
}

.logo-docu-flow{
    width: 215px;
}
/*Popup suppression*/
.p-dialog {
    box-shadow: none !important;
    border: 2px solid #E9ECEF !important;
}

.p-dialog-mask {
    background-color: transparent !important;
}

.p-checkbox-box {
    border: 2px solid #0042FF !important;
}

.p-checkbox-box.p-highlight {
    background-color: #0042FF !important;
    border-color: #0042FF !important;
}

.p-checkbox-icon {
    color: #0042FF !important;
}

