select {
    font-size: 100%;
    width: 100%;
    border: 0px;
    appearance: none;
}

#page-popu {
    display: none;
    z-index: 99;
    position: fixed;
    top: 10%;
    width: 80%;
    height: 80%;
    left: 10%;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #e36c0d;
    background-color: var(--them-fonc);
}

/* Styled Table */
.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: var(--them-fonc);
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 7px 5px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--them-fonc);
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    /* color: #009879; */
}

/* Popup Content */
.refe-text {
    color: var(--noti-fonc);
    font-weight: bold;
}





@keyframes flashFontNormal {
    0% {
        color: #ffa225;
    }

    50% {
        color: #999;
    }

    100% {
        color: #ffa225;
    }
}

.flashing-color-normal {
    color: #ffa225;
    animation: flashFontNormal 1s infinite;
}


@keyframes flashFontCritic {
    0% {
        color: #f62d1e;
    }

    50% {
        color: #999;
    }

    100% {
        color: #f62d1e;
    }
}

.flashing-color-critic {
    color: #f62d1e;
    animation: flashFontCritic 1s infinite;
}

#page-popu-ferm {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

#page-popu-titr {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#page-popu-rech {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
}

#page-popu-corp {
    text-align: left;
    position: absolute;
    top: 70px;
    bottom: 0;
    margin: 2%;
    width: 96%;
    overflow: scroll;
    background-color: #fff;
}

.page-popu-corp-lign {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #999;
    padding: 5px;
}

#info-scroll {
    top: 127px;
    right: calc(9% - 25px);
}

#page-corp-list {
    height: 88%;
    position: relative;
    overflow: auto;
    width: 100%;
    z-index: 10;
    padding: 0 0 80px 0;
    /*transition: 1s;*/
}

#page-corp-list:after {
    content: "";
    height: 50px;
    display: block;
}

#page-corp-filt {
    position: absolute;
    top: 100%;
    bottom: 0;
    overflow: auto;
    left: 0;
    width: 100%;
    z-index: 31;
    background-color: #fff;
    border-top: 1px solid #999;
    transition: 1s;
    padding-top: 50px;
}

#page-corp-filt-titr {
    width: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    background-color: #445F73;
    background-color: var(--them-fonc);
    padding: 10px;
    text-align: center;
    box-sizing: border-box;

}

#page-corp-edit {
    position: absolute;
    top: 0px;
    bottom: 0;
    overflow: auto;
    left: 100%;
    width: 100%;
    z-index: 20;
    transition: .5s;
    background-color: #fff;
    padding: 5px 5px 200px 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;

}

#page-corp-edit:after {
    content: "";
    height: 270px;
    display: block;
}

#page-corp-edit-pers {
    position: absolute;
    top: 100px;
    bottom: 0;
    overflow: auto;
    left: 100%;
    width: 100%;
    z-index: 30;
    transition: .5s;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 150px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

#page-corp-edit-acti {
    position: absolute;
    top: 100px;
    bottom: 0;
    overflow: auto;
    left: 100%;
    width: 100%;
    z-index: 20;
    transition: .5s;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#page-corp-supp {
    position: absolute;
    top: 0px;
    bottom: 0;
    z-index: 30;
    overflow: auto;
    left: 100%;
    width: 100%;
    transition: .5s;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 150px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#page-corp-supp-compo {
    position: absolute;
    top: 100%;
    bottom: 0;
    z-index: 31;
    overflow: auto;
    left: 0;
    width: 100%;
    transition: .5s;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 150px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#page-plei {
    position: absolute;
    display: none;
    top: 100%;
    bottom: 0;
    z-index: 90;
    overflow: auto;
    left: 0;
    width: 100%;
    transition: .5s;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 150px;
    box-sizing: border-box;
    /*    display: flex;
        flex-wrap: wrap;*/
    /*align-items: flex-start;*/
}

#page-sign {
    position: absolute;
    display: none;
    top: 100%;
    bottom: 0;
    z-index: 1000;
    overflow: auto;
    left: 0;
    width: 100%;
    transition: .5s;
    background-color: #fff;
    padding: 5px;
    padding-bottom: 150px;
    box-sizing: border-box;
    /*    display: flex;
        flex-wrap: wrap;*/
    /*align-items: flex-start;*/
}

.acti-bout {
    width: 45px;
    height: 45px;
}

.acti-bout-margin {
    margin: 2px calc(100% - 45px);
}

.acti-bout-margin-bis {
    margin: 2px 0;
}

.modu-corp-elem,
.modu-corp-elem-roug,
.modu-corp-elem-brun,
.modu-corp-elem-viol,
.modu-corp-elem-gris,
.modu-corp-elem-jaun,
.modu-corp-elem-turq {
    position: relative;
    padding: 2%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #999;
    margin: 5px;
    display: flex;
    min-height: 120px;
    border-bottom: 4px solid #4f81BE;
    border-left: 4px solid #4f81BE;
}

.w-100 {
    width: 100%;
}

.text-piec {
    color: #333;
}

.fond-piec {
    background-color: #edaba9;
}

.text-clie {
    color: #333;
}

.fond-clie {
    background-color: #fff6a9;
}

.text-four {
    color: #333;
}

.fond-four {
    background-color: #CBC1DA;
}

.text-ques {
    color: #333;
}

.fond-ques {
    background-color: #d5d5d5;
}

.text-util {
    color: #333;
}

.fond-util {
    background-color: #B6DEE8;
}

.text-comp {
    color: #333;
}

.fond-comp {
    background-color: #B6DEE8;
}

.text-equi {
    color: #333;
}

.fond-equi {
    background-color: #E7CFB7;
}

.text-trav {
    color: #333;
}

.fond-trav {
    background-color: #B9CDE5;
}

.modu-corp-elem-roug {
    border-color: #c0504D;
}

.modu-corp-elem-brun {
    border-color: #976532;
}

.modu-corp-elem-viol {
    border-color: #7e64a1;
}

.modu-corp-elem-gris {
    border-color: #666666;
}

.modu-corp-elem-jaun {
    border-color: #DEC810;
}

.modu-corp-elem-turq {
    border-color: #49abc4;
}

#page-corp-edit-bas {
    position: fixed;
    z-index: 50;
    bottom: calc(70px + env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

#page-corp-edit-bas-pers {
    position: fixed;
    z-index: 50;
    bottom: calc(-49px + env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

#page-corp-edit-bas-compo {
    position: fixed;
    z-index: 50;
    bottom: calc(60px + env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

.page-corp-edit-bas-bout {
    margin: 10px;
    padding: 20px;
}

#page-corp-supp-bas {
    position: fixed;
    z-index: 50;
    bottom: calc(40px + env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

.modu-list-vide {
    margin-top: 50px;
    font-size: 120%;
    color: #999;
    text-align: center;
    width: 100%;
}

.modu-list-nouv,
.modu-list-nouv-roug {
    margin: 5px;
    width: calc(100% - 15px);
    border: 1px solid #4f81BE;
    background-color: #fff;
    padding: 22px 0;
    text-align: center;
    color: #4f81BE;
}

.modu-list-nouv-roug {
    border-color: #c0504D;
    color: #c0504D;
}

.modu-edit-libe {
    color: #999;
    font-size: 90%;
    min-height: 15px;
    text-transform: uppercase;
}

.modu-edit-donn {
    margin-top: 10px;
    min-height: 1.8em;
    position: relative;
    padding-top: 3px;
}

.modu-serv-edit {
    color: red;
}

.fake-select {
    border-bottom: 1px solid #999;
    min-height: 1.6em;
    padding-top: 2px;
    padding-left: 2px;
    -webkit-appearance: none;
    appearance: none;
}

.fake-select:after {
    font-family: 'capilog' !important;
    content: "\e964";
    color: #999;
    position: absolute;
    opacity: 70%;
    right: 0px;
    margin-right: 3px;
    white-space: nowrap;
    -webkit-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.form-arbo-sele {
    background-color: #e36c0d;
    background-color: var(--noti-fonc);
    color: #fff;
}

/*---- Largeurs ----*/
.modu-edit-donn-lg1 {
    width: 50%;
    padding: 5px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.modu-edit-donn-lg2 {
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.modu-edit-donn-lg3 {
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.modu-edit-donn-lg4 {
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.modu-edit-donn-lg5 {
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.modu-edit-donn-lg6 {
    width: 100%;
    padding: 5px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

h2 {
    font-size: 120%;
    text-transform: uppercase;
}

h3 {
    border-bottom: 1px solid #4f81BE;
    border-bottom: 1px solid var(--them-fonc);
    color: #4f81BE;
    color: var(--them-fonc);
    margin: 15px 0 5px 0;
}

.h3-roug {
    border-bottom: 1px solid #c0504D;
    color: #c0504D;
    margin: 15px 0 5px 0;
}

.tout-centre {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gene-donn-impo {
    border-left: 10px solid #e36c0d !important;
    border-left: 10px solid var(--noti-fonc) !important;
}

.gene-alert {
    color: #e36c0d;
    color: var(--noti-fonc);
    font-weight: bold;
}

.modu-chan-page {
    text-transform: uppercase;
    width: 80%;
    border-radius: 3px;
    color: #fff;
    background-color: #bbb;

    text-align: center;
    margin: 24px auto;
    padding: 12px;
}

.page-corp-filt-lign {
    border-bottom: 1px solid #999;
    padding: 15px;
}

.modu-corp-elem-titr {
    font-weight: bold;
}

.modu-corp-elem-desc {
    font-size: 80%;
    padding-left: 30px;
}

.modu-corp-elem-deta {
    font-size: 90%;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.modu-list-sais-vale {
    border: 1px solid #999;
    border-radius: 5px;
    text-align: right;
    max-width: 150px;
}

.modu-zone-acti {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.modu-acti-bout {
    padding: 40px;
    margin: 5%;
    width: 40%;
    height: 40%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
}

.modu-acti-bout-cont {
    text-align: center;
    width: 100%;
}

.gene-bout-navi {
    color: #999 !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff !important;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

/*---- Tableaux ----*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.5rem;
    font-size: 85%;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    word-break: break-all;
}

.table thead {
    background-color: #dee2e6;
}

#modu-list-comp {
    width: 90%;
    margin: 2px 5%;
    text-align: right;
    color: #555;
}

#page-head-sync {
    position: relative;
    /*    background-color: yellowgreen;*/
    /*z-index: 100;*/
}

.modu-cont-proc {
    grid-column: 1/9;
    border: 1px solid #999;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
}




.trav_plan_calandar {
    margin: 1%;
    border: 1px solid #999;
    border-radius: 5px;
    position: relative;
    width: 98%;
    height: 100%;
    background-color: #aaa;

    overflow: scroll;

}

.trav_plan_ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
}

.trav_plan_ul_sema {
    margin: 5px 0 10px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
}


.trav_plan_info {
    position: absolute;
    margin: 0 auto 0 15%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.685);
    border: 1px solid #999;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 5px;
}

.trav_plan_heures {
    position: relative;
    top: 0;
    font-size: 80%;
    color: var(--noti-fonc);
}

.trav_plan_jour {
    display: inline-block;
    width: 13.1%;
    text-align: center;
    background-color: white;
    border: 1px solid #999;
    color: #999;
    padding: 10px 0;
    border-radius: 10px;
}

.trav_plan_sema {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    font-size: 120%;
}

.trav_plan_Label {
    font-size: 120%;
}

.trav_Heur_Line {
    color: #555;
    font-size: 80%;
    position: relative;
    border-bottom: 1px solid rgb(139, 138, 138);
    z-index: 1;
}

.trav_plan_etat {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: blue;
    border-radius: 50px;
    height: 15px;
    width: 15px;
}


.trav_plan_trav_hors_plan {
    position: relative;
    height: 20%;
    margin: 1%;
    border: 1px solid #999;
    border-radius: 5px;
    width: 98%;
    background-color: #aaa;
    overflow-y: scroll;
}

.trad_Select {

    width: calc(89% - 10px);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 24px;
    color: #fff;
}

.trad_select {
    border-bottom: 1px solid #999;
    min-height: 1.6em;
    padding-top: 2px;
    padding-left: 2px;
}

.trad_select:after {
    font-family: 'capilog' !important;
    content: "\e964";
    color: #999;
    opacity: 70%;
    right: 0px;
    margin-right: 3px;
    white-space: nowrap;
}

.trad_Select option {
    border: none;
    width: calc(89% - 10px);
    background-color: transparent;
    color: black;
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 24px;
}

#page-proc-cart {
    z-index: 99;
    position: absolute;
    top: 55px;
    bottom: 66px;
    left: 5px;
    right: 5px;
    background-color: white;
    display: flex;
    justify-content: center;
    border-top: 1px solid;
}

#page-cart {
    z-index: 99;
    position: absolute;
    top: 55px;
    bottom: 66px;
    left: 5px;
    right: 5px;
    background-color: white;
    display: flex;
    justify-content: center;
    border-top: 1px solid;
}

.mess-titr {
    margin: 8px;
    font-size: 100%;
    padding: 1px;
    border-bottom: 0;
}

.mess-ferm {
    position: relative;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    width: 50px;
    text-align: center;
    justify-content: space-evenly;
    color: black;
    float: right;
}

.mess-ferm-list {
    background-color: var(--noti-fonc);
    color: white;
    padding: 5px;
    text-align: center;
    z-index: 1;
    top: 5px;
    right: 5px;
    position: absolute;
    border-radius: 50%;
    padding: 10px
}

.mess-gedo-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 98%;
    color: var(--noti-fonc);
}

.mess-gedo-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 12px;
    color: var(--them-fonc)
}

.mess-deta-cont {
    font-size: 90%;
    white-space: pre-wrap;
    color: black;
    border-top: 1px solid var(--them-fonc);
    margin: 8px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px;
}

.mess-cont {
    position: relative;
    width: calc(95% - 10px);
    margin: 5px auto 5px;
    border: 1px solid;
    border-radius: 15px;

}

.mess-deta-text {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mess-impo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
}

@media screen and (max-width: 640px) {
    #info-scroll {
        top: 124px;
        right: calc(7% - 25px);
    }

    #page-corp-edit-bas {
        bottom: calc(60px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        box-sizing: border-box;
        height: 40px;
    }

    #page-proc-cart {
        bottom: 46px;
    }

    #page-cart {
        bottom: 46px;
    }

    #page-corp-edit-pers {
        top: 80px;
    }

    #page-corp-edit-acti {
        top: 80px;
    }

    #page-corp-edit-bas-pers {
        bottom: 6px;
        height: 40px;
    }

    #page-corp-edit-bas-compo {
        bottom: 60px;
        height: 40px;
    }

    .page-corp-edit-bas-bout {
        margin: 5px;
        padding: 10px;
    }

    #page-corp-supp-bas {
        bottom: 10px;
    }

    .modu-list-sais-vale {
        font-size: 120%;
        width: 60px;
    }

    .modu-corp-elem,
    .modu-corp-elem-roug,
    .modu-corp-elem-brun,
    .modu-corp-elem-viol,
    .modu-corp-elem-jaun,
    .modu-corp-elem-gris,
    .modu-corp-elem-turq {
        min-height: 80px;
    }

    .modu-corp-elem-deta {
        font-size: 80%;
        width: 50%;
    }

    .acti-bout {
        width: 35px;
        height: 35px;
    }

    .acti-bout-margin {
        margin: 2px calc(100% - 35px);
    }

    .acti-bout-margin-bis {
        margin: 2px 0;
    }
}