/*************************************************************************************************************************************************************************
******************************************************UTILS****************************************************************************************************
/*************************************************************************************************************************************************************************/
.emptySpace {
    flex-grow: 1;
}
.txt-overflow-ellipsis{
    Text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text-white{
    color: var(--main-white);
}
.text-dark-white, .text-dark-white a{
    color: var(--main-white);
}

.text-dark-grey{
    color:#464545 !important
}
.flexRow{
    display: flex;
}
.flexColumn{
    display: flex;
    flex-direction: column;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
.overflowX-scroll{
    overflow-x: scroll;
}
.overflowX-auto{
    overflow-x: auto;
}
.overflowY-scroll{
    overflow-y: scroll;
}
.overflowY-auto{
    overflow-y: auto;
}
.overflowX-hidden{
    overflow-x: hidden;
}
.overflowY-hidden{
    overflow-y: hidden;
}
.overflow-scroll{
    overflow: scroll;
}
.h-mx-content{
    height: max-content;
}
.h-380{
    height:380px
}
.w-380{
    width: 380px;
}
.w-350{
    width: 350px;
}
.w-280{
    width: 280px;
}
.w-95 {
    width: 95%;
}
.w-70{
    width: 70px
}
.mx-h-20{
    max-height: 20px;
}
.mx-h-300{
    max-height: 300px;
}
.mx-w-600{
    max-width: 600px;
}
.mx-w-200{
    max-width: 200px;
}
.mx-w-150{
    max-width: 150px;
}
.w-600{
    width: 600px;
}
.w-150{
    width: 150px;
}
.w-mx-content{
    width: max-content;
}
.absolute-center{
    left: 50%;
right:50%;
    transform: translateX(-50%);
}
.mx-w-90{
    max-width: 90px;
}
.d-content{
    display: contents;
}
.row{
    margin-right: unset;
    margin-left: unset;
}
.hide-view{
    display: none!important;
}
input[type='number']{
    font-size: 2em;
    /* Firefox */
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none; /* Chrome */
    -moz-appearance: textfield;
    -o-appearance: none; /* Opéra*/
    margin: 0;
}
/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
    -o-appearance: none;
    margin:0
}

a, form.nav-link button {
    color: var(--main-color) !important;
}

.white-space {
    white-space:break-spaces ;
}
.white-space-nowrap {
    white-space : nowrap;
}
:root {
    --box-shadow:  #0006;
    --main-black: #575656 !important;
    --main-white: #f5f5f5 !important;
    --main-light-grey: #dbd3d3 !important;
    --main-grey: #868585 !important;
    --main-white-light: rgb(255, 255, 255) !important;
    --main-bg-black: #324148; !important;

    --main-color: #25a4c1 !important;
    --ai-color: #0f344f !important;
    --error-mess: red !important;

    --AT1 : #1d8aea; !important;
    --CT1 : #ea731d; !important;
    --AT2 : #0667bd; !important;
    --CT2 : #cb5a09; !important;

    --main-veryhot-color: #f30505 !important;
    --main-hot-color: #ff8400 !important;
    --main-cold-color: #9670f5 !important;
    --main-chilled-color: #3bd6f1 !important;

    --main-veryhot-color-light: #f08787 !important;
    --main-hot-color-light: #ffd3a4 !important;
    --main-cold-color-light: #bfaaf5 !important;
    --main-chilled-color-light: #97e7f5 !important;

    --main-focus-veryhot-color: #fbe5e5 !important;
    --main-focus-hot-color: #ffeede !important;
    --main-focus-cold-color: #dbd3f0 !important;
    --main-focus-chilled-color: #d8f4f4 !important;

    --main-p-veryhot-color: #7a0404 !important;
    --main-p-hot-color: #9b5000 !important;
    --main-p-cold-color: #5c009b !important;
    --main-p-chilled-color: #00619b !important;

    --main-cooking-color: #ea9c11 !important;
    --main-phase-cooking-light: #eecf99 !important;
    --main-phase-cooking-light-light: #f7efe2 !important;
    --main-cooling-color: #9670ea !important;
    --main-cooling-color-light: #c7b6ee !important;
    --main-cooling-color-light-light: #e4ddf6 !important;
    --main-washing-color: #2191dd !important;
    --main-rinsing-color: #3bd6f1 !important;
    --main-chiling-color: #2191dd !important;
    --main-chiling-color-light: #93c6e8 !important;
    --main-chiling-color-light-light: #ddedf7 !important;

    --main-phase-color: #ea9c11 !important;
    --main-thermal-color: #7eb0ff !important;
    --main-parameter-color: #15a4a0 !important;

    --main-thermal-color-light: #a6c3f3 !important;
    --main-parameter-color-light: #6ac8c6 !important;
    --main-thermal-color-light-light: #f1d4b8 !important;
    --main-parameter-color-light-light: #b4e7e5 !important;
}
.pAbs-z4-w90 {
    position: absolute;
    display: none;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: 90%;
    top: 20px;
    background-color: #eee;
}
.pFix-z3-w100 {
    height: 100%;
    width: 100%;
    background-color: #000000b5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
}
.z-100 {
    z-index: 100;
}
.z-30 {
    z-index: 30;
}
.z-12 {
    z-index: 12;
}
.z-11 {
    z-index: 11;
}
.z-10 {
    z-index: 10;
}
.z-9 {
    z-index: 9;
}
.z-8 {
    z-index: 8;
}
.z-7 {
    z-index: 7;
}
.z-6 {
    z-index: 6;
}
.z-2{
    z-index: 2;
}
.z-1{
    z-index: 1;
}
.z-0{
    z-index: 0;
}
/*************************************************************************************************************************************************************************
******************************************************TOOLTIP****************************************************************************************************
/*************************************************************************************************************************************************************************/
.tooltiptext_hover p{
    font-weight: 0;
    margin: 0;
}
.tooltipDiv, .tooltipDiv_hover {
    position: relative;
    display: inline-block;
}
.tooltipDiv i, .tooltipDiv_hover i{
    font-style: inherit;
}

.tooltiptext , .tooltiptext_hover, .tooltiptext_Bottom_hover{
    visibility: hidden;
    width: 160px;
    background-color: var(--ai-color);
    color: var(--main-color);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 0 5px black;
    white-space: normal;
    font-weight: 500;
}
.tooltipRight{
    right: 0%;
}
.tooltipTextCenter{
    left: 50%;
    transform: translateX(-50%);
    right: 50%;
}
.tooltiptext_Bottom_hover{
    bottom: unset;
    top: 110%;
}
.tooltiptext_left_hover{
    left: 0px;
    margin-left: unset;
}
.tooltipDiv .tooltiptext::after, .tooltipDiv_hover .tooltiptext_hover::after, .tooltipDiv_hover .tooltiptext_Bottom_hover::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    border-width: 5px;
    border-style: solid;
    border-color: var(--ai-color) transparent transparent transparent;
}
.tooltipDiv_hover .tooltiptext_hover.tooltipTextCenter::after{
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}
.tooltipDiv_hover .tooltiptext_hover.tooltipRight::after{
    border-color: var(--ai-color) transparent transparent transparent;
    right: 10%;
    left: unset;
}
.tooltipDiv_hover .tooltiptext_Bottom_hover::after{
    border-color:  transparent transparent var(--ai-color) transparent;
        top: -20%;
}
.tooltipDiv_hover .tooltiptext_left_hover::after{
    margin-left: unset;
    left: 30px;
}
/*************************************************************************************************************************************************************************
******************************************************LANGAGE DROPDOWN****************************************************************************************************
/*************************************************************************************************************************************************************************/
#containSelect_Langage {
    width: 50px;
    margin-left: 20px;
    background: transparent !important;
    position: relative;
    height: 36px;
}
#loading_waiting_load_langage {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 6px;
    top: 2px;
    animation: circleTurn 0.9s 0s linear infinite;
}
#dropDown_langage > .dd-select{
     border: transparent !important;
     background: transparent !important;
 }
#dropDown_langage, #dropDown_langage > .dd-select, #dropDown_langage > .dd-options{
    width: 70px !important;

}
.dd-option-image, .dd-selected-image {
    border-radius: 2px !important;
    box-shadow: 0 0 2px black !important;
    max-height: 33px !important;
}
#dropDown_langage_default .dd-option-image, #dropDown_langage_default .dd-selected-image{
    border-radius: 6px !important;
    box-shadow: 0 0 4px black !important;
    margin-left: 20px; !important;
}
#dropDown_langage{
    display: none;
}

#dropDown_langage_default_ADD, #dropDown_langage_default_ADD > .dd-select, #dropDown_langage_default_ADD > .dd-options,
#dropDown_langage_default, #dropDown_langage_default > .dd-select, #dropDown_langage_default > .dd-options{
    width: 115px !important;
}
#dropDown_langage_default_ADD label.dd-option-text, #dropDown_langage_default label.dd-option-text,
#dropDown_langage_default_ADD label.dd-selected-text, #dropDown_langage_default label.dd-selected-text{
    line-height: 20.75px !important;
    margin-top: 10px;
}
.dd-options {
    border: 0px !important;
    padding: 12px; !important;
}

#dropDown_langage > .dd-options{
    box-shadow: unset !important;
/*    background: #808080d6 !important*/
}
#dropDown_langage >  .dd-select > span.dd-pointer-up{
    border-bottom: solid 5px transparent !important;
}
#dropDown_langage >  .dd-select > span.dd-pointer-down{
    border-top: solid 5px transparent !important;
}
.navbar-brand{
    font-size: unset!important;
}
.navbar-brand .dd-option{
    font-size: 1em!important;
    padding: 5px;
}
.navbar-brand .dd-option .dd-option-text{
    margin: 0px;
    cursor: pointer;
}
#dropDown_langage .dd-selected,#dropDown_langage .dd-selected-text{
    cursor: pointer;
}
/*************************************************************************************************************************************************************************
******************************************************LOADING****************************************************************************************************
/*************************************************************************************************************************************************************************/

img.effet_loading_img {
    position: absolute;
    height: 50px;
    width: 50px;
    height: 50px;
    left: 0;
}
img.loading-anim  {
    height: 20px;
    width: 20px;
    opacity: 0;
    display: inline-block;
    position: absolute;
    right: 10px;
}
img.effet_loading_img, img.loading-anim {
    animation: circleTurn 0.9s 0s linear infinite;
}
div.effet_loading {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    animation: circleEffet 2s 0s linear infinite;
    box-shadow: 0 0 5px #069b6a24;
}
#loading_waiting_load_dom_request img.effet_loading_img{
    width: 50px;
    height: 50px;
}
@keyframes circleEffet {
    0% {opacity: 1;}
    40% {opacity: 1; }
    100% { width: 200%;height: 200%;opacity: 0;}
}

@keyframes circleTurn {
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

.div_cover {
    position: fixed;
    width: 50%;
    top: 10%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: none;
    overflow-y: auto;
}
#loading_waiting_load_dom_request{
    z-index: 101;
}
#show_mess_error, #areYouSure{
    z-index: 103;
}
#loading_waiting_load_dom, #loading_waiting_load_dom_request {
        z-index: 201;
    top: 40%;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50%;
    left: 50%;
    transform: translate(-50%);
}
.background_black_cover{
    height: 100%;
    width: 100%;
    background-color: #000000b5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.background_white_cover{
    height: 100%;
    width: 100%;
    background-color: rgba(251, 251, 251, 0.84);
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    right: 0;
}
#background_waiting_load_dom{
    z-index: 200;
}
#background_waiting_load_dom_request{
    z-index: 100;
    background-color: rgba(251, 251, 251, 0.84);
}
#backgroundBlack_areYouSure,#backgroundBlack_show_mess_error{
    z-index: 102;
}
.anim_popup_top_windows {
    height: min-content;
    min-height: 50px;
    width: min-content;
    min-width: 300px;
    top: -90px;
    position: fixed;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    background-color: #263238;
    z-index: 199;
    box-shadow: 0 0 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    flex-direction: column;
    text-align: center;
}
.anim_popup_top_windows p {
    color: white;
    margin: 0;
    position: relative;
    min-height: 20px;
}

/*************************************************************************************************************************************************************************
******************************************************FORMULAIRE****************************************************************************************************
/*************************************************************************************************************************************************************************/
.form-control-showPsw {
    position: absolute;
    top: 0;
    padding-left: .875rem;
    padding-right: .875rem;
    line-height: calc(1.5385em + .875rem + 2px);
    min-width: 1rem;
    right: 0;
    height: 36px;
    width: 44px;
}
.form-control-showPsw i {
    cursor: pointer;
    position: absolute;
    top: 10px;
}
.login-form {
    width: auto !important;
}
.containOneGroup_inputHidden {
    position: relative;
    list-style: none;
    height: 40px;
}
.containOneGroup_inputHidden > div:nth-child(1) {
    opacity: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.containOneGroup_inputHidden > div:nth-child(2) {
    opacity: 1;
    z-index: 2;
    position: relative;
    align-items: center;
}
.containOneGroup_inputHidden  .contain_text, .containOneGroup_inputHidden  .contain_input {
    height: 44px;
}
.containOneGroup_inputHidden .btn_cut_word {
    height: 38px;
    width: 38px;
}
.custom-checkbox {
    margin: 5px 0;
    margin-bottom: 5px;
}
.custom-checkbox.custom-control-left label::before, .custom-checkbox.custom-control-left label::after{
    left: 0;
}
.custom-control-label.checked::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23455A64' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.one-input-container > input, .one-input-container > select, .one-input-container > textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid var(--main-grey);
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0;
}
