@import url("var_css.css");
@import url("animates.css");




/* .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: relative; 
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

div._listeSelected_ ._ttEfface_:before,
div._listeDiv_ li._listeli:before,
div._listeDiv_.slct li._listeli:before,
.MaterialSymbolsOutlined:before,
.fleche:before,

.material-symbols-outlined-fill,
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: unset;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: relative;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.material-symbols-outlined.line {
    top: 5px;
    position: relative;
}

.material-symbols-outlined.line1 {
    top: 3px;
    position: relative;
}

.material-symbols-outlined.line2 {
    top: 4px;
    position: relative;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48
}

.material-symbols-outlined-fill {
    font-variation-settings:
        'FILL' 1,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48
}



.fleche:hover:before {
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.fleche {
    display: flex;
    flex-wrap: nowrap;
}

a.fleche {
    display: inline-flex;
    margin-left: -0.3em;
}

.fleche:before {
    content: 'chevron_right';
    position: relative;
    top: 2px;
    left: -6px;
    margin-right: -7px;
}

.fleche.click:before {
    -webkit-animation: fleche 1s linear infinite both;
    animation: fleche 1s linear infinite both;
}

@keyframes fleche {
    0% {
        -webkit-transform: translate(0);
        transform: translate(-2px);
    }


    50% {
        -webkit-transform: translate(2px);
        transform: translate(2px);
    }

    100% {
        -webkit-transform: translate(-2px);
        transform: translate(-2px);
    }
}


.fleche:hover:before {
    left: -2px;
}

/* ####### 5714 */

::-webkit-scrollbar {
    width: var(--widthScrolBarre);
    /* scrollbar Y */
    height: 10px;
    /* scrollbar X */
}

::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    /* background: var(--blue); */
    background: #3b0cb18a;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}



.material-icons.left,
.material-symbols-outlined.left {
    margin: 0 10px 0 0;
}

/* @font-face {
    font-family: 'Oswald';
    src: url(../styles/fonts/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSeSASz7FmlbHYjedg.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
} */



html {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;

    min-height: 100vh;
    color: var(--noir);
    --bgHtml: #fff;
    background-color: var(--bgHtml);
    --gapMargin: 2%;
    overflow-x: hidden;


}

input,
select,
textarea,
button {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}


html#evn_staging {
    /* border-right: 5px dashed red;
    border-left: 5px dashed red; */
    /* background-color: #f6f6f6; */
}

body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    font-size: 1em;
    --heightFooter: 50px;
    --showBasketBottomHeight: 160px;
    --widtslide_left: 230px;
}


body.bodyclose {
    -webkit-animation: bodyclose 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: bodyclose 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes bodyclose {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


html.stratingCache,
html.savingQuote,
html.rideau {
    overflow: hidden;
}

html.stratingCache div#topmenuZoneCenter {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    color: #000;
}


html.stratingCache div#topmenuZoneCenter:before {
    content: 'Loading please wait..';
    position: absolute;
    -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both, heartbeat 1.5s ease-in-out infinite both;
    animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both, heartbeat 1.5s ease-in-out infinite both;

}



html.rideauScroll {
    overflow: hidden;
    border-right: var(--widthScrolBarre) solid transparent;

}

html.stratingCache,
html.savingQuote {
    display: flex;
    justify-content: center;
    align-items: center;
}

html.stratingCache::after,
html.savingQuote::after {
    content: 'cycle';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-transform: none;
    display: flex;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: var(--defaultColor);
    font-size: 150px;
    position: absolute;
    z-index: 250;
    top: calc(50% - (150px / 2));
    -webkit-animation: loadAnimeCircle 4s linear infinite both;
    animation: loadAnimeCircle 4s linear infinite both;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


html.stratingCache:before,
html.savingQuote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 250;
    background-color: #efefefc7;
    overflow: hidden;
}

html.stratingCache .lefttobreadcrumb,
html.savingQuote .lefttobreadcrumb,
html.stratingCache #blocContent,
html.savingQuote #blocContent {
    filter: blur(4px);
}


html.rideauScroll:before,
html.rideau:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: transparent;
    overflow: hidden;
    background-color: #101469a6;
    /* animation: 0.3s ease-in httmrideau both; */
}





button.bottonConnectWith {
    background: #fff;
    border: 1px solid var(--bgColor);
    color: var(--defaultColor);
}

button.bottonConnectWith .background-image {
    width: 25px;
    height: 25px;
}

.background-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 10px;
    display: block;
}

.closeMenuTop {
    display: none;
}

.boottoopenMenu:before {
    content: "side_navigation";
}

.likeButton,
button,
.button {
    background: var(--blue);
    color: white;
    border-radius: var(--radiusButton);
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px var(--paddingWithButton);
    height: 32px;
    max-height: 32px;
    gap: 5px;
}






button.hidden,
.button.hidden {
    -webkit-transition: unset;
    transition: unset;
}






select optgroup {
    color: #aaa;
    font-style: italic;
    font-weight: normal;
}

select option {
    color: var(--blue);
    font-style: normal;
}


select,
textarea,
input:not(input[type="radio"], input[type="checkbox"]),
.uneditable-input {
    margin: 0;
    font-size: 1em;
    border-width: 1px;
    border-style: solid;
    color: var(--blue);
    margin-right: 0px;
    vertical-align: middle;
    outline-style: none;
    accent-color: var(--defaultColor);
    background: #fff;
    border-color: var(--trait);
    border-radius: var(--radiusButton);
}

input[type="range"] {
    font-size: 1em;
    height: unset;
    max-height: unset;
    border-width: unset !important;
    border-style: unset !important;
    border-radius: unset !important;
    color: unset !important;
    margin-right: 0px !important;
    background: var(--bgColor3) !important;
    border-color: unset !important;
    padding: 0 !important;
}



select:hover,
input:hover,
textarea:hover {
    border-color: var(--defaultColor) !important;
    border-style: dashed;
}

select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
input:focus,
input:focus-visible {

    border-style: solid;
    border-color: var(--defaultColor) !important;
}

input[type="radio"],
input[type="checkbox"],
.uneditable-input {
    color: var(--blue);
    accent-color: var(--blue);
}

input:not(input[type="radio"], input[type="checkbox"], input[type="range"]):hover {
    box-shadow: 0 0 5px 3px #3b3b3b15;
}

button:hover,
.button:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 7px #3b3b3b20;
}

button:hover:after,
.button:hover:after {}

.likeButton:hover {
    cursor: default !important;
    box-shadow: unset !important;
}

.likeButton:hover,
button.blanc,
.button.blanc {
    background: #fff;
    color: var(--defaultColor);
    border: 1px solid var(--bgColor);
}

button.blanc.contour,
.button.blanc.contour {
    border: 1px solid #fff;
    box-shadow: unset;
    color: white;
}

button.blanc:hover,
.button.blanc:hover {
    color: #000;
}

button.blanc.contour:hover,
.button.blanc.contour:hover {
    color: white;
    border: 1px solid #fff;
}

button.blanc.ici {
    background: var(--defaultColor);
    color: white;
}



button.gris {
    background: #efeef4;
    border: 1px solid #e7e7e7;
    color: var(--noir);
}

button.gris:hover {
    background: #fff;
}

button.gris.ici {
    background: var(--defaultColor);
    color: white;
}



button.mauve,
.button.mauve {
    background: var(--mauveButton);
    color: var(--defaultColor);
}

button.mauve:hover,
.button.mauve:hover {
    background: var(--defaultColor);
    color: var(--blanc);
}


button.blue,
.button.blue {
    background: var(--blue);
    color: var(--blanc);
}

button.blue:hover,
.button.blue:hover {
    background: var(--blanc);
    color: var(--blue);
}


button.claire,
.button.claire {
    background: var(--claire);
    color: var(--blanc);
}

button.claire:hover,
.button.claire:hover {
    background: var(--blanc);
    color: var(--claire);
}



button.orange,
.button.orange {
    background: var(--orange);
    color: var(--blanc);
}

button.orange:hover,
.button.orange:hover {
    color: var(--blanc);
}

button.black,
.button.black {
    background: #424242;
    color: var(--blanc);
}

button.black:hover,
.button.black:hover {
    background: var(--blanc);
    color: var(--noir);
}



button.orange2,
.button.orange2 {

    box-shadow: 0 0 6px #000;
    background: linear-gradient(-1deg, var(--orange) -7%, #bd7300 18%, var(--orange) 64%);
    color: var(--blanc);
}

.vgrise button.orange2,
.vgrise .button.orange2 {
    box-shadow: 0 0 6px #0000005b;
}

button.orange2:hover,
.button.orange2:hover {
    background: var(--blanc);
    color: var(--blue);
}



button.transparent,
.button.transparent {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    color: var(--defaultColor);
    border-color: transparent;
    box-shadow: unset;
}

button.transparent:hover,
.button.transparent:hover {
    border-color: var(--defaultColor);
}



button.contour,
.button.contour {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    color: var(--defaultColor);
    border-color: var(--defaultColor);
    /* box-shadow: unset; */
}

.contour {
    background: transparent;
    border-radius: var(--radiusButton);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--trait);
}


button.red:hover,
.button.red:hover,
button.contour:hover,
.button.contour:hover {
    color: unset;
}

button.red,
.button.red,
button.orange.contour,
.button.orange.contour {
    border-color: var(--orange);
    color: var(--orange);
    background: #fff;
    border: 1px solid;
}







.spacenterDiv {
    margin: auto;
    padding: 10px;
}


.topTitle {
    font-weight: 600;
    text-align: center;
    color: var(--defaultColor);
    border-bottom: 1px solid #306e8d44;

}



.decoInputRight {
    --paddingDecoInputRight: 50px;
}

.decoInputRight > span.material-symbols-outlined {
    color: var(--defaultColor);
    top: 3px;
    right: 0px;
    border-radius: 50px;
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-weight: bold;
}

.decoInputRight input:not(input[type="radio"], input[type="checkbox"]) {
    height: 41px;
    padding-left: 24px;
}

.listingElementPackage .decoInputRight > span.material-symbols-outlined {

    background: #f1f1f1;
}

.mainProductPage .decoInputRight input:not(input[type="radio"], input[type="checkbox"]) {
    border-radius: 10px;
}

.decoInputRight .textDecoration {
    position: absolute;
    color: var(--defaultColor);
    opacity: 0.4;
    z-index: 10;
    top: 42px;
    left: 8px;
    font-size: 0.95em;

}

.decoInputRight .textDecoration + input {}

.decoInputRight,
.decoInput {
    display: inline-block;
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    text-align: left;
}

.decoInput {
    --paddingDecoInput: 100px;
}



.decoInputRight,
.decoInput {
    text-align: unset;
    display: flex;
    --paddingDecoInput: 8px;
    justify-content: flex-start;
    align-items: center;
}

.decoInputRight {

    justify-content: flex-end;
}


.decoInputRight .textContent,
.decoInputRight > span.material-symbols-outlined,
.decoInput .textContent,
.decoInput > span.material-symbols-outlined,
.decoInput > span.material-icons {
    display: flex;
    position: absolute;
    background: transparent;
    padding-left: var(--paddingDecoInput);
    padding-right: var(--paddingDecoInput);
    border-bottom-left-radius: var(--radiusButton);
    border-top-left-radius: var(--radiusButton);
    color: #999;
    top: 0px;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.decoInputRight .textContent,
.decoInputRight > span.material-symbols-outlined {

    padding-left: unset;
}

.decoInputRight .textContent,
.decoInput .textContent {
    font-size: unset;
}


.decoInput input:not(input[type="radio"], input[type="checkbox"]) {
    position: relative;
    z-index: 1;

}

.decoInput input:not(input[type="radio"], input[type="checkbox"]).auto {
    width: unset;

}

.decoInputRight input:not(input[type="radio"], input[type="checkbox"]) {
    padding-left: unset;
    padding-left: 10px;
    padding-right: var(--paddingDecoInputRight);
    position: relative;
    z-index: 1;
}


.decoInputRight .textContent,
.decoInputRight > span.material-symbols-outlined {
    width: var(--paddingDecoInputRight);
    margin-left: calc(-1 * var(--paddingDecoInputRight));
    position: relative;
    z-index: 2;
}

.decoInput .textContent,
.decoInput > span.material-symbols-outlined {
    width: var(--paddingDecoInputRight);
    margin-right: calc(-1 * var(--paddingDecoInputRight));
    position: relative;
    z-index: 2;
    border: 1px solid var(--trait);
    background: #fcfcfc;
}

.decoInput .textContent,
.decoInputRight .textContent {
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(0deg, #fafafa 23%, #e8e8e8, #fafafa 23%); */
    /* border: 1px solid #00000014; */
    border: 0;
    background: #1e0f6912;
    color: var(--defaultColor);
}


.decoInput_trans span.material-symbols-outlined,
.decoInput_trans span.material-icons {
    position: absolute;
    padding: 9px;
    margin: 0px 0 0 -1px;
    color: #999;
    font-size: 1.5em;
}

.decoInput_trans input {
    width: calc(100% - 31px) !important;
    padding-left: 31px !important;
    /* border-bottom-left-radius: var(--radiusButton)!important;
    border-top-left-radius: var(--radiusButton)!important; */
}


.margin0 {
    margin: 0px !important
}

.margin5 {
    margin: 5px
}

.margin10 {
    margin: 10px
}

.margin20 {
    margin: 20px
}

.margin30 {
    margin: 30px
}

.margin40 {
    margin: 40px
}

.padding0 {
    padding: 0px !important;
}

.padding5 {
    padding: 5px
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

.padding30 {
    padding: 30px
}

.padding40 {
    padding: 40px
}

table.commun {
    border-collapse: separate;
    border-spacing: 3px 0px;
    /* font-size: 0.9em; */
}


table.commun.separate {
    border-collapse: separate;
    border-spacing: 2px;
}

table.commun tr.tr:hover {
    background-color: var(--selected);
}

table.commun th.over:hover,
table.commun td.over:hover {
    background-color: #f2f9ff;
}

table.commun tr.ici {
    background-color: #f2f9ff;
}



table.commun td.td {
    padding: 17px 3px;
    border: 0;
    border-bottom: 1px solid var(--bgColor);
    border-bottom: 1px solid #e6e2f075;
}



table.commun.petit th.th,
table.commun.petit td.td {
    padding: 3px;
}

table.commun td.td .details,
table.commun td.td .description {
    overflow: hidden;
    margin-left: unset;
    font-size: 0.97em;
    max-height: 70px;
}

table.commun tr.tr:hover td.td .details,
table.commun tr.tr:hover td.td .description {
    overflow: auto;
}

table.commun tr.tr:hover td.td div.slowClose .description {
    overflow: hidden;
}


table.commun.top,
table.commun td.th.top,
table.commun td.td.top {
    vertical-align: top !important;
}

table.commun.middle,
table.commun td.th.middle,
table.commun td.td.middle {
    vertical-align: middle !important;
}

table.commun.bottom,
table.commun td.th.bottom,
table.commun td.td.bottom {
    vertical-align: bottom !important;
}

.bloc,
.block {
    display: block;
}





.lefttobreadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #5f5f5f;
    font-weight: 500;
    font-size: 0.87em;
    margin-left: -3px;
}

div.lefttobreadcrumb a,
div.lefttobreadcrumb span {
    opacity: 0.5;
    color: var(--defaultColor);
}

div.lefttobreadcrumb span.material-symbols-outlined {
    font-size: 1.4em;
    position: relative;
    top: 1px;
}


div.lefttobreadcrumb .ici,
div.lefttobreadcrumb a:hover {
    opacity: 1;
}

.lefttobreadcrumb .breadseparater {
    display: inline-block;
    margin: 0px 6px;
    font-size: 1.3em;
    color: var(--blue);
}

.lefttobreadcrumb .breadlast {
    color: var(--blue);
}

#first_block {
    --heightTop: 50px;
    width: 100%;
}

#first_block.showBasketBottom {
    padding-bottom: var(--showBasketBottomHeight);
}

#blocContent {
    --withslide_left: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: calc(10px + var(--heightTop));
    padding: var(--gapMargin);
    gap: var(--gapMargin)
}

#blocContent.quote {
    --withslide_left: 30px;
}


#footer {
    min-height: var(--heightFooter);
}

#footer .footer {
    border-top: 1px solid #dfdfdf;
    padding: 20px;
    background: #fff;
}




#topficheclient {}


.blockbull {
    width: 100%;
    border: 1px solid var(--trait);
    background-color: #fff;
    border-radius: var(--radius);
    transition: all ease-in-out 0.4s;
}

.quote .blockbull {
    min-height: 110px;
}

.quote #sousContent .blockbull {
    min-height: unset;
}

.blockbull.settings {
    /* background: #ffffff70; */
    box-shadow: 2px 2px 7px #d4d4d4;
}


#blocContent.quote #topficheclient {
    position: absolute;
    z-index: 102;
    display: flex;
    gap: var(--gapMargin);
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}



#blockToolResearchslide,
#blocContent.quote #blockoverwiewquote {
    background-color: #ffffff;
    margin-top: 0.5%;
}


#blockoverwiewquote {
    margin-top: 3%;
    box-shadow: 1px 1px 7px #d4d4d4;
    background-color: #fbfbfb;
    transition: all ease-in-out 0.4s;
}

#firscommeQuote,
#blockreviewquote {
    background-color: #fff;
}


#blocContent #topficheclient .listeQuoteside {
    display: none;
}

#blocContent #topficheclient .listeQuoteside .zonelisetside {
    max-height: 60vh;
    border-top: 1px solid var(--trait);
    padding: 15px 10px;
    background-color: #98a2c530;
}

#blocContent.quote #topficheclient .blockbull {
    width: var(--withslide_left);
    box-shadow: unset;
}


#blocContent.quote #topficheclient .edfautlSettign {
    margin-top: 0px;
    display: none;
}

#blocContent.quote #topficheclient .edfautlSettign .titletp {
    display: none;
}

#blocContent.quote #topficheclient .listeQuoteside,
#blocContent.quote #topficheclient .shouldnone {
    overflow: hidden;
    width: 0%;
    height: 0;
}

html.rideau #blocContent.quote #topficheclient {
    padding: 0 1% 1% 0;
    background-color: #e8e8eb0f;
    border-radius: var(--radius);
}

html.rideau #blocContent.quote #topficheclient .edfautlSettign,
html.rideau #blocContent.quote #topficheclient .blockbull {
    width: 310px !important;
    display: block;
}

html.rideau #blocContent.quote #topficheclient .shouldnone {
    animation: 0.5s ease-in openlate both;
}

@keyframes openlate {

    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 1;
        width: auto;
        height: auto;
        overflow: unset;
    }
}



#doubleMainblock {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    width: 100%;

}

#content {
    transition: var(--transition);
    width: calc(100% - var(--widtslide_left));
    min-height: 60vh;
    margin-top: var(--heightTop);
    padding: 20px 15px 40px;
    background-color: var(--bgColor2);
    border-left: 1px solid var(--bgColor);
    border-bottom: 1px solid var(--bgColor);
    /* margin-bottom: 20px; */
}

#slide_left {
    transition: var(--transition);
    background-color: #fff;
    width: var(--widtslide_left);
    position: relative;
    z-index: 300;
    height: calc(100vh - var(--heightFooter));
}

#kg_haut {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 250;
    background-color: #fff;
    border-bottom: 1px solid var(--bgColor);
    box-shadow: var(--shadow);
}


#blocContent.quote #content {
    width: calc(98% - var(--withslide_left));
}

#content .insided {
    padding: 10px;

}


.box {
    background-color: #fff;
    border-radius: var(--radiusButton);
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    min-height: 50px;

}

.box.ecart {
    margin-top: 10%;
}

.identity {}

ul.lisinfo {
    list-style-type: circle;
    padding-left: 30px;
}

ul.lisinfo li {}

.icoeperson {
    background-color: var(--ciel);
    opacity: 0.5
}

.contGraitec {}

div.divTitle {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    background: linear-gradient(0deg, #dcdcdc24, transparent);

    background: var(--bgColor);
    border-radius: var(--radiusButton);
}

div.divTitle2 {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    background: linear-gradient(0deg, #bfd8e7, #bfd8e770);
    border-radius: var(--radiusButton);
}

div.divTitle3 {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    background: linear-gradient(0deg, #e2edf5, #e5f0f952);
    border-radius: var(--radiusButton);
}

div.divTitle4 {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    background: linear-gradient(0deg, #e1ebe1ab, #e1ebe130);
    border-radius: var(--radiusButton);
}

.aftermenu .divTitle {
    padding: 10px 10px 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    background: linear-gradient(0deg, transparent, #dcdcdc24);
}

.aftermenu ul.lisinfo {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0 0 30px;
}

.lstCSM {}

.allbclChoo {}

.allbclChoo .blockSerial {
    margin: 0 5px 10px 20px;
    padding: 0 0 10px 5px;
    background: #f3f3f38c;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.allbclChoo .tterial {
    padding: 10px 0 10px 10px;
    color: var(--blue);
}

.allbclChoo .slrbcl {
    padding-left: 22px;
}

.allbclChoo .blcChoos {
    padding: 5px;
    border-radius: var(--radius);
    width: 90%;
}

.allbclChoo .blcChoos .divTitle2 {
    font-weight: 600;
}

.allbclChoo .blcChoos .blcOpts {

    background: #fff;
    font-size: 0.9em;
}

.allbclChoo .blcChoos .blcOpts .ttlclb {
    color: var(--blue);
    padding: 10px 10px 10px 20px;
    font-weight: 700;
}

.allbclChoo .blcChoos .blcOpts .detailoption {
    margin: 0 0 0 50px;
}

pre.preerror {
    max-width: 60vw;
    font-size: 0.8em;
}

#lsitquoteline {
    background: #e6f4ff50;
    border: 1px solid #fff;
}

.blctabllstquotes {

    background: #fff;
    /* padding: 10px; */
    border-radius: var(--radiusButton);
}

.noneCost {
    display: none;
}

.openCost {
    display: table-cell;
}


#allfindftrlst {
    padding: 7px;
    background: #fdf3e4;
    border: 1px solid var(--orange);
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radiusButton);
    margin-top: -5px;
    box-shadow: 0 4px 9px #9999999c;
    position: absolute;
    z-index: 10;
    width: calc(100vw - var(--withslide_left) - 76px);
    display: none;
    opacity: 1;
}


#allfindftrlst.open {
    display: block;
    opacity: 1;
}


table.getLineQuote td.td.descriptionTR .descriptionProductlst {}

table.getLineQuote td.td.descriptionTR .descriptionProductlst .material-symbols-outlined {
    opacity: 0.3;
}

table.getLineQuote td.td.descriptionTR .descriptionProductlst .material-symbols-outlined:hover {
    opacity: 1;
    color: var(--defaultColor);
}

table.getLineQuote td.td.descriptionTR .descriptionProductlst .rjspopup {
    height: 400px;
    width: 600px;
    margin-left: -300px;
    padding: 0;
}

.blocDescripChoice {
    margin: 14px 0px;
}


.blocDescripChoice .lang {
    padding: 0 5px 5px 5px;
}

.blocDescripChoice .lang .italic {
    opacity: 0.5;
}

.blocDescripChoice ._descript {
    background-color: #fff;
    padding: 7px;
    border-radius: var(--radiusButton);
    transition: all ease-in-out 0.27s;
}

.blocDescripChoice ._descript:hover {
    background-color: var(--selected);
    padding-left: 15px;
}

table.getLineQuote td.td.descriptionTR .zoooooobbbu {
    cursor: zoom-in;
}

table.getLineQuote td.td.descriptionTR.zoomout .zoooooobbbu {
    /* visibility: hidden; */
}


table.getLineQuote td.td select,
table.getLineQuote td.td input:not(input[type="radio"], input[type="checkbox"]) {
    min-width: 60px;
    max-width: 100px;
    display: inline;
    background-color: #fff;
    padding: 3px 2px;
    width: 80%;
    border: 1px solid transparent;
}

table.getLineQuote th.th #mat_taxCRM,
table.getLineQuote td.td .linetax {
    max-width: 50px !important;
    min-width: 40px !important;
    font-size: 0.9em !important;
    min-height: 17px !important;
    text-align: center !important;
    margin: auto 0;
}

table.getLineQuote td.td select.champvide,
table.getLineQuote td.td input:not(input[type="radio"], input[type="checkbox"]).champvide {
    border: 1px dotted #ff7e00;
    background-color: #f8e6d5;
}


table.getLineQuote td.td input.nullValue {
    color: #bbbbbb77;
}



table.getLineQuote td.td textarea {
    border: 1px solid transparent;
}

table.getLineQuote td.td textarea:hover,
table.getLineQuote td.td textarea:focus,
table.getLineQuote td.td select:hover,
table.getLineQuote td.td input:not(input[type="radio"], input[type="checkbox"], input[type="range"]):hover,
table.getLineQuote td.td select:focus,
table.getLineQuote td.td input:not(input[type="radio"], input[type="checkbox"], input[type="range"]):focus {
    transition: all ease-in-out 0.3s;
    border: 1px solid #345bfea3;
    box-shadow: 0 0 2px 1px #345bfe7d;
}

.prestn {

    margin-bottom: 15px;
}

.prestn .ttcomm {
    display: block;
    margin-bottom: 7px;
}

.prestn .decoInput {
    padding-left: 5px;
}

table.getLineQuote td.td div.detaislAtodesk {
    margin-top: 5px
}

table.getLineQuote td.td div.detaislAtodesk.slowClose {
    margin-top: 0px
}

table.getLineQuote td.td div.detaislAtodesk select,
table.getLineQuote td.td div.detaislAtodesk input:not(input[type="radio"], input[type="checkbox"]) {
    max-width: unset;
}

table.getLineQuote td.td span.currency {
    color: #999;
    display: inline-block;
    margin-left: 4px;
}

table.getLineQuote th.th.totalp {
    width: 40%;
    border-radius: var(--radius);
    background: #1e0f690a;
    border: 1px solid transparent;
}


table.getLineQuote .totalp .listaxaff {
    padding: 3px 0px 3px;
    font-weight: normal;
}

table.getLineQuote .totalp .listaxaff.nam {}

table.getLineQuote .totalp .listaxaff.valu {}



table.getLineQuote.Margttt th.th.totalp {
    background: #c1852705;
    color: var(--orange);
}


table.getLineQuote td.td.totalp {
    width: 60%;
    border-bottom: 1px solid #1e0f692b;
}



.uploadzone {
    background: #fff;
    border-radius: var(--radius);
    padding: 50px 15px;

}

table.pagination {
    border-collapse: separate;
    border-spacing: 3px;
    font-size: 0.9em;
    margin-top: 0px;
    background: #f6f9fc85;
}

table.pagination td.t2 span.bull_grise {
    background-color: #f9f9f9;
}

table.pagination button.pagbutton {
    height: 19px;
    padding: 0 10px;
    font-size: 0.7em;
    background: unset;
    color: black;
    font-weight: 600;
    box-shadow: none;
    border: 0px solid transparent;
}

table.pagination button.pagbutton span.material-symbols-outlined {
    font-size: 1.5em;
}

table.pagination button.pagbutton span.material-symbols-outlined,
table.pagination button.pagbutton span.material-icons {
    margin: 0;
}

table.pagination button.downlopag {
    font-size: 0.9em;
}

table td span.estcurrency {
    font-weight: normal;
}

table.commun th.th.pointer:before,
table.commun th.th.pointer.asc:before,
table.commun th.th.pointer.desc:before {
    color: var(--defaultColor);
    font-family: 'Material Symbols Outlined';
    font-size: 25px;
    padding: 0;
    height: 19px;
    overflow: hidden;
    display: flex;
    margin: 0 0 -19px 0;
    top: -6px;
    opacity: 1;
    justify-content: flex-end;
    position: relative;
    align-items: flex-end;
}

table.commun th.th.pointer:before {
    content: 'arrow_drop_down';
    opacity: 0;
}

table.commun th.th.pointer:hover:before {
    opacity: 1;
}

table.commun th.th.pointer.desc:hover:before,
table.commun th.th.pointer.asc:hover:before {
    color: var(--red);
}

table.commun th.th.pointer.desc:hover:before,
table.commun th.th.pointer.asc:before {
    content: 'arrow_drop_down';
}

table.commun th.th.pointer.asc:hover:before,
table.commun th.th.pointer.desc:before {
    content: 'arrow_drop_up';
}

table.commun th.th.pointer.right:before {
    justify-content: flex-start;
}




.rjstab {
    background-color: #fff;
    min-height: 150px;
    margin-left: 0px;
    border: 0px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
}

.menuside .rjstab {
    background-color: #fff;
    min-height: 150px;
    margin-left: 0px;
    border: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

div.jrstyle div.div_side div.sidemenu {
    margin-left: 5px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div.jrstyle div.div_side div.sidemenu.ici {
    justify-content: flex-end;
}

div.jrstyle div.div_side div.sidemenu > * {
    margin: 3px;
}


div.jrstyle div.div_side div.sidemenu.ici {
    cursor: pointer;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    box-shadow: unset;
    text-align: right;
    border-right: 1px solid #fff;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    /* left: 2px; */
}

.menuside div.jrstyle div.div_side div.sidemenu.ici {
    left: 2px;
}

div.jrstyle div.div_side {
    background-color: #0e90db0a;
}

#sideLeft .divTitle .material-symbols-outlined,
#sideLeft .divTitle .material-icons,
#sideLeft .divTitle2 .material-icons,
#sideLeft .divTitle3 .material-icons,
#sideLeft .divTitle4 .material-icons {
    opacity: 0.5
}

div.rideau {
    background-color: #fff;
}

.transition {
    -webkit-transition: all ease-in-out 0.45s;
    -moz-transition: all ease-in-out 0.45s;
    -ms-transition: all ease-in-out 0.45s;
    -o-transition: all ease-in-out 0.45s;
    transition: all ease-in-out 0.45s;
}

.transitionS {
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    -ms-transition: all ease-in-out 0.22s;
    -o-transition: all ease-in-out 0.22s;
    transition: all ease-in-out 0.22s;
}



/***********************************************************************************************/
ul {
    /* padding-left: 13px; */

}

.justify {
    text-align: justify;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.pointer {
    cursor: pointer;
}




.croix {
    cursor: pointer;
    font-weight: 600;
    color: #d33c00;
}

label {
    cursor: pointer;
    display: inline;
}

label:hover {
    text-decoration: underline;
}


.barre,
.bare {
    text-decoration: line-through;
}

.souligne {
    text-decoration: underline;
}

.spacing {
    letter-spacing: 2px;
}

form {
    margin: 0;
}

.hover:hover {
    background-color: var(--selected);
    background-color: #1e0f693b;
}

.slow_hover:hover {
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    background-color: var(--selected);
}

.color_found {
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
    text-decoration-style: dashed;
    text-decoration-color: var(--orange);
    /* background-color: var(--selected); */
    background-color: #cdcc0729;
}

div.select {
    padding: 5px;
    margin: 1px;
    border-radius: 4px;
}

div.selected {
    background-color: var(--selected);
}




select optgroup {
    color: #aaaaaa60;
    font-style: italic;
    font-weight: normal;
}

select option {
    color: var(--blue);
    font-style: normal;
}

select option[value=""] {
    color: #bbbbbb !important;
    font-style: normal;
}

select option[value=""]:before {
    content: ' - ';
}

select option[value=""]:after {
    content: ' - ';
}


select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    box-shadow: none;
}




.mce-tinymce a.button:hover,
.mce-tinymce a.button:hover,
.mce-tinymce button:hover,
.mce-tinymce input[type="submit"]:hover,
.mce-tinymce input[type="button"]:hover,
.mce-tinymce a.button.hover,
.mce-tinymce input[type="submit"].hover {
    background-color: inherit;
    color: inherit;
    border-right: inherit;
    box-shadow: inherit;
}

.mce-tinymce a.button,
.mce-tinymce a.button,
.mce-tinymce button,
.mce-tinymce input[type="submit"],
.mce-tinymce input[type="button"],
.mce-tinymce a.button,
.mce-tinymce input[type="submit"] {
    border-radius: unset;
}

a.button.submit:hover,
button.submit:hover,
input[type="submit"].submit:hover,
a.button.submit:hover,
button.submit:hover,
input[type="submit"].submit:hover {
    /* border-right : 3px solid transparent;  */
}

img {
    border: none;
    vertical-align: middle;
    max-width: inherit;
}

img.top {
    vertical-align: top;
}

img.middle {
    vertical-align: middle;
}

img.bottom {
    vertical-align: bottom;
}

img.text {
    height: 20px;
}

img.mintext {
    height: 15px;
}

img.microtext {
    height: 10px;
}

img.nanotext {
    height: 10px;
}

img.bigtext {
    height: 30px;
}

img.opa,
.opa {
    opacity: 0.7;
}

img.opa2,
.opa2 {
    opacity: 0.5;
}

img.opa3,
.opa3 {
    opacity: 0.3;
}

img.opa4,
.opa4 {
    opacity: 0.1;
}

img.center {
    display: block;
    margin: auto;
}

img.absolute {
    position: absolute;
    display: block;
    margin: -15px auto 0;
}

fieldset {
    border: 1px solid #ddd;
}

.topAffaire {
    padding: 10px;
    background: linear-gradient(0deg, #f9f9f9, #fff8e1 25%);
}




table.commun.separate {
    border-collapse: separate;
    border-spacing: 2px;
}


table.commun tr.tr:nth-of-type(2n + 1) {
    /* background-color: var(--bgColor2); */
}

table.commun tr.tr.lineprice.unsaveLine:hover,
table.commun tr.tr:hover,
table.commun tr.tr:nth-of-type(2n + 1):hover {
    background-color: var(--bgHtml);
    background-color: #e5dbe591;
    background-color: var(--bgColor2);
}

table.commun tr.tr.lineprice.unsaveLine.LineQuoteLoyalty:hover,
table.commun tr.tr.LineQuoteLoyalty:nth-of-type(2n + 1):hover {
    background-color: #442b8288;
    ;
}

table.commun tr.tr.lineprice.LineQuoteLoyalty input {

    background-color: #bfb5d6;
}


table.commun tr.tr.whileDragTr,
table.commun tr.tr.whileDragTr:hover,
table.commun tr.tr.whileDragTr:nth-of-type(2n + 1):hover {
    background-color: #eb910647;
    box-shadow: 0 0 10px;
}




table.commun tr.tr:hover td.td a.moins:hover {
    color: #4c79ff;
}

table.commun th.over:hover,
table.commun td.over:hover {
    background-color: #FEE1C5;
}

table.commun tr.ici {
    background-color: #edf8ff;
}

table.commun tr.ici2 {
    background-color: #f5efe3;
}

table.commun th.th {
    font-weight: 400;
    font-size: 0.9em;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--bgColor);
    padding: 5px;
    border-radius: unset;
    background: transparent;

}

table.commun th.th div.ltthtbl {
    display: flex;
    align-items: center;
}

table.commun th.th.center div.ltthtbl {
    justify-content: center;
}

table.commun th.th.left div.ltthtbl {
    justify-content: flex-start;
}

table.commun th.th.right div.ltthtbl {
    justify-content: flex-end;
}

.blctabllstquotes table.commun th.th:first-of-type {
    border-left: 2px solid var(--bgHtml);
}

.blctabllstquotes table.commun th.th:last-of-type {
    border-right: 2px solid var(--bgHtml);
}



table.sticky0 th,
table.commun.sticky0 th.th {
    position: sticky;
    top: 0px;
}

table.sticky th,
table.commun.sticky th.th {
    position: sticky;
    top: 61px;
}

table.commun th.gras {
    font-weight: 600;
}



table.commun.middle th.th.middle,
table.commun.middle th.th,
table.commun.middle th,
table.commun.middle td,
table.commun.middle td.td.middle,
table.commun.middle td.td {
    vertical-align: middle;
}

table.commun th.th.pointer:hover,
table.commun td.td.pointer:hover {
    background-color: var(--bgColor2);
    text-decoration: none;
}

table.commun td.td i.icofont-exclamation-square {
    /* float: right; */
    color: #ffc41d;
}

table.commun th.empty,
table.commun td.empty {
    border-bottom: 1px solid transparent;
    background: #fff;
}


table.pagination {
    border-collapse: separate;
    border-spacing: 3px;
    font-size: 0.9em;
    margin-top: 0px;
    background: #e4e4e4;
}

/***************************DEFAUT TABLE*********************************************************************/
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-width: 0;
    border: 0px;
    width: 100%
}

table tr,
table td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-width: 0;
    border: 0px;
}

table.top,
table.top th,
table tr.top td,
table tr.top th,
table th.top,
table td.top,
table.top td {
    vertical-align: top;
}

table.middle,
table.middle th,
table tr.middle td,
table tr.middle th,
table th.middle,
table td.middle,
table.middle td {
    vertical-align: middle;
}

table.bottom,
table.bottom th,
table tr.bottom td,
table tr.bottom th,
table th.bottom,
table td.bottom,
table.bottom td {
    vertical-align: bottom;
}

table th.trie {
    cursor: pointer;
}


table.commun td.td.cle,
table td.td.cle {
    background-color: var(--selected);
}

table.commun tr.cle {
    background-color: var(--selected) !important;
}

table.commun th.th.cle,
table th.th.cle {
    background-color: var(--selected2);
}


table.commun tr.cle0,
table.commun td.td.cle0,
table td.td.cle0 {
    background-color: var(--selected0);
}

table.commun th.th.cle0,
table th.th.cle0 {
    background-color: var(--selected);
}




table.commun td.td.cle2,
table td.td.cle {
    background-color: var(--selected_opac2);
}

table.commun th.th.cle2,
table th.th.cle {
    background-color: var(--selected_opac2);
}

.loop {
    background-color: #f3f3f3;
}

.loop2 {
    background-color: #f9f9f9;
}

.loop3 {
    background-color: #f1f1f155;
}

table tr.loop {
    background-color: #f5f5f5;
}

table.separate {
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.separate_all {
    border-collapse: separate;
    border-spacing: 6px;
}

/***************************DEFAUT TABLE*********************************************************************/

#first_block_popup {
    padding: 10px;
    background-color: #fff;
    min-height: 80px;
}

#first_block {
    padding-top: 0px;
    padding-bottom: 0;
}

#content.full {
    clear: unset;
    padding: 100px 1% 0;
    width: unset;
}

#globerightleft {
    margin: 164px 1% 0;
    margin: 164px 1% 0;
}

div._listeDiv_ li._listeli:hover,
input._selectFiltre_._selected_ {
    background-color: var(--selected_opac2);
}

.blctier {}


#slide_left.tier.vgrise {
    background: #dedede;
}

#slide_left.tier_full {
    width: 250px;
    position: absolute;
    z-index: 10;
    padding-top: 100px;
    margin-left: 1%;
}

#slide_left.tier_full .slide_left {
    padding: 0px;
    background: transparent;
}

.leftsideunder {
    width: 200px;
    padding-top: 150px;
    margin-right: 30px;
}




#slide_left.demi {
    position: relative;
    float: left;
    width: 28%;
    margin: 30px 0 0 1%;
}

#slide_left.demi .slide_left {
    padding: 5px;
    border: 1px solid #d2d1c9;
}

#content.demi {
    float: right;
    width: 68%;
    margin: 30px 1% 0 0;
}



#slide_left .slide_left div.aftermenu {
    padding: 10px;
    display: none;
    --opacityGroup: 0.4;
}

#slide_left .slide_left {
    --opacityGroup: 0.4;
}


#slide_left .slide_left a.menu,
#slide_left .slide_left a.mtitle {
    border-radius: 0;
    padding: 2px 5px;
    border-top-left-radius: var(--radiusButton);
    border-bottom-left-radius: var(--radiusButton);
    transition: var(--transition);
    text-decoration: none;
    color: var(--noir);
    font-size: 1em;
    opacity: 0.8;
    border-left: 1px solid transparent;
}




#slide_left .slide_left a.mtitle:hover,
#slide_left .slide_left a.menu:hover,
#slide_left .slide_left a.mtitle.ici,
#slide_left .slide_left a.menu.ici {
    background: var(--defaultColor);
    color: #fff;
    opacity: 1;
}

#slide_left .slide_left a.mtitle.ici,
#slide_left .slide_left a.menu.ici {}

#slide_left .slide_left a.mtitle.ici .material-symbols-outlined,
#slide_left .slide_left a.menu.ici .material-symbols-outlined {
    opacity: 1;
}


#slide_left .slide_left .menu .material-symbols-outlined,
#slide_left .slide_left a.mtitle .material-symbols-outlined,
#slide_left .slide_left a.mtitle .material-icons {
    position: relative;
    font-size: 1.2em;
    top: 1.2px;
    transition: var(--transition);
    opacity: var(--opacityGroup);
}

.minimenu #slide_left .slide_left .menu .material-symbols-outlined,
.minimenu #slide_left .slide_left a.mtitle .material-symbols-outlined,
.minimenu #slide_left .slide_left a.mtitle .material-icons {
    font-size: 1.6em;
    opacity: 1;
}




#slide_left .slide_left a.title:hover {
    color: #666;
    text-decoration: none
}


#slide_left .slide_left .ssousleftside {
    --maxheightZoneleftMenu: 270px;
    transition: var(--transition);
    position: fixed;
    width: var(--widtslide_left);
    left: 0;
    top: 0;
    height: calc(100vh);
    background-color: var(--blue_pal);
    background-color: #fff;
    border-right: 1px solid var(--bgColor);
    overflow: hidden;

}

#slide_left .slide_left .ssousleftside .logoMenu {
    height: 22px;
    width: 100%;
    background-image: url('../img/logo_kreneo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}



#first_block.minimenu {
    --widtslide_left: 60px;
}

.groupeMenuTitle {
    opacity: var(--opacityGroup);
    margin-top: 15px;
    margin-bottom: 5px;
    transition: var(--transition);
    height: 20px;
    overflow: hidden;
    font-size: 0.75em;
    text-transform: uppercase;
}

.minimenu .groupeMenuTitle {
    height: 0;
}

.ssousleftside .ttiremenu {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: var(--transition);
    opacity: 1;
}

.minimenu #slide_left .slide_left .ssousleftside .ttiremenu {
    opacity: 0;
}

.minimenu #slide_left .slide_left .ssousleftside .logoMenu {
    background-image: url('../img/icon.png');
}

.minimenu #slide_left .slide_left .ssousleftside .sousinlist {
    padding-left: 0px;
}

.minimenu .ssousleftside .hide650 {
    display: none;
}


#slide_left .slide_left .ssousleftside .fixedScoll {
    /* padding: 88px 0px 0 5px; */
    overflow: hidden;
    overflow-y: auto;
}

#slide_left .slide_left .ssousleftside .fixedScoll .mnmenuleftside {
    transition: var(--transition);
    padding: 0px 0px 0 15px;
}

.minimenu #slide_left .slide_left .ssousleftside .fixedScoll .mnmenuleftside {
    padding: 0px 0px 0 10px;
}

#slide_left .slide_left .ssousleftside div.sousinlist.noscroll {
    max-height: 190px;
    overflow-y: auto;
    padding: 0 5px 5px;
    opacity: 0.4;
}



#slide_left .slide_left .ssousleftside .zoneleftMenu {
    max-height: calc(100% - var(--maxheightZoneleftMenu))
}

#slide_left .slide_left .ssousleftside .zoneSignOuQrcodeShare {
    height: var(--maxheightZoneleftMenu)
}

#topmenuright {
    width: 250px;
    height: 30px;
    background: #d9d9d9;
    margin: -20px 2% 0 0;
    padding-top: 10px;
    float: right;
}

.sousinlist {
    margin: 0px 0 0 13px;
    border-left: 1px dashed #dfdfdf;
    padding-left: 10px;
}



#footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    position: relatif;
    bottom: 0;
    /* border-top: 1px solid var(--bgColor);
    background: #fff; */
}


#footer .innfoot {
    color: #c1c0c0;
    font-size: 0.8em;
    text-align: right;
    margin-right: var(--gapMargin);
}

#footer .innfoot a {
    color: #b5b5b5;
}

#footer .innfoot a:hover {
    color: #555;
}




div.rjspopup,
.bottom_popup2 {
    border: 0px solid var(--trait);
    box-shadow: 2px 2px 7px #7b7b7b61;
    border-radius: var(--radiusButton);
    z-index: 70;
    padding: 10px;
    margin-top: 5px;
    position: absolute;
    background-color: #fff;
}

div.bottom_popup2 {
    border: 0px solid transparent;
}


div.popupajax2 > div {
    border-radius: var(--radiusButton);
}

div.popupajax2 .poptitle {
    border-top-left-radius: var(--radiusButton);
    border-top-right-radius: var(--radiusButton);
}

div.popupajax2 .popupContent > div,
div.popupajax2 .popupContent {
    border-bottom-left-radius: var(--radiusButton);
    border-bottom-right-radius: var(--radiusButton);
}


/************MEnuu***********************/
div.toptop div.mnblock {
    background-color: #e1e1e1;
}

div.logocadretop {
    height: var(--heightTop);
    padding-left: var(--widtslide_left);
}

div.logocadretop div.logolefttop {
    float: right;
}


div.logocadretop div.logoutblock {}

div.logocadretop div.nom_prenom {
    background-color: transparent;
    font-size: 0.85em;
    font-size: 1em;
    float: right;
    color: #fff;
}

#minimenu {
    transition: all ease-in-out 0.8s;
    color: var(--defaultColor);
}

#minimenu.closeturn {}

div.logocadretop div.nom_prenom div.ajoutplus {
    border-radius: 2px;
    padding: 5px 10px;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

div.logocadretop div.nom_prenom div.ajoutplus:hover {
    background-color: #aaa;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}


div.mnblock div#plus_add {
    display: none;
    background-color: #999;
}



div.mnblock div.moveitm {}

div.mnblock div.mn {
    padding: 0;
    background-color: #ffffff;
    text-align: left;
}

div.mnblock div.itm {
    width: 13%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}


div.mnblock div.itm._first a.top:before {
    display: none;
}

div.mnblock div.fin {
    width: 7%;
}

div.mnblock div.itm a {
    padding: 15px 0px 13px;
    font-size: 1em;
    display: block;
    color: #777;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

div.mnblock div.itm a span.material-symbols-outlined,
div.mnblock div.itm a span.material-icons {
    display: inline-block;
    margin: 5px;
}

div.mnblock div.itm a.top span.material-symbols-outlined,
div.mnblock div.itm a.top span.material-icons {
    display: block;
    margin: 0px;
    margin-bottom: 10px;
}

div.mnblock div.itm:hover a span.material-symbols-outlined,
div.mnblock div.itm:hover a span.material-icons {
    color: #888;
}

div.mnblock div.itm div.submin div.itm a:hover span.material-symbols-outlined,
div.mnblock div.itm div.submin div.itm a:hover span.material-icons,
div.mnblock div.itm a.ici span.material-symbols-outlined,
div.mnblock div.itm a.ici span.material-icons {}

div.mnblock div.itm:hover a.top {
    color: #999;
}

div.mnblock div.itm a.top:hover {
    /* background: #f8f8f8;
    border-bottom: 2px solid var(--blue); */
}

div.mnblock div.itm a.top.ici {
    /* color: var(--blue); 
    border-bottom: 2px solid var(--blue);
    background: #f8f8f8; */
}


div.mnblock div.itm div.submin {
    box-shadow: 0px 3px 3px #aaa;
    background-color: #fff;
    margin: 0px 0 0 0px;
    position: absolute;
    width: 13%;
}

div.mnblock div.itm div.submin div.itm {
    width: 100%;
    text-align: left;
    height: auto;
    float: none;
}

div.mnblock div.itm div.submin div.itm a {
    display: block;
    padding: 10px 5px;
    border-radius: 0;
    border-top: 1px solid #e0e0e0;
}

div.mnblock div.itm div.submin div.itm a span.icone {
    font-size: 1.5em;
}

div.mnblock div.itm div.submin div.itm a span.ttmen {
    display: inline-block;
    /* border-left: 1px solid #f2f2f2; */
}

div.mnblock div.itm div.submin div.itm a.ici {
    color: var(--blue);
    background: var(--selected);
}

div.mnblock div.itm div.submin div.itm a:hover {
    background: #f8f8f8;
}

div.mnblock div.itm div.submin {
    box-shadow: 0px 3px 3px #aaa;
    background-color: #fff;
    margin: 0px 0 0 0px;
    position: absolute;
    width: 13%;
    margin-top: 2px;
}

div.mnblock div.itm div.submin div.itm {
    width: 100%;
    text-align: left;
    height: auto;
    float: none;
}

div.mnblock div.itm div.submin div.itm a {
    display: block;
    padding: 10px 5px;
    border-radius: 0;
    border-top: 1px solid #E0E0E0;
}



.loupe_input {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}


div.mnblock div.fin {
    width: 7%;
}

div.mnblock div.itm a {
    padding: 15px 0px 13px;
    font-size: 1em;
    display: block;
    color: #777;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

div.mnblock div.itm a.top span.icone {
    display: block;
    font-size: 2em;
    color: #C9C9C9;
    margin: 0px;
    margin-bottom: 10px;
}

div.mnblock div.itm:hover a.top span.icone,
div.mnblock div.itm a.top:hover span.icone,
div.mnblock div.itm a:hover span.icone,
div.mnblock div.itm div.submin div.itm a:hover span.icone,
div.mnblock div.itm a.ici span.icone {
    color: var(--blue) !important;
}

div.mnblock div.itm:hover a.top {
    /* color: #999; */
    /* border-bottom : 2px solid #aaaaaa;   */
}

div.mnblock div.itm a.top.ici {
    /* color: var(--blue);
    border-bottom: 2px solid var(--blue); */
}

div.mnblock div.itm {
    width: 13%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

div.mnblock div.itm.ici,
div.mnblock div.itm:hover {
    width: 13%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    /** test raoul menu **/
    background: #f8f8f8;
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
}

div.mnblock div.itm a.top:before {}

div.mnblock div.itm._first a.top:before {
    display: none;
}


div.mnblock div.itm:hover div.niveau div.itm {
    border-bottom: unset;
}

div.mnblock div.itm div.submin div.niveau {}

div.mnblock div.itm div.submin div.niveau div.itm {
    border: unset;
}

div.mnblock div.itm div.submin div.niveau div.itm a {
    display: block;
    padding: 5px;
    padding-left: 5px;
    border-radius: 0;
    border: unset;
    background: #fff;
    border-left: 1px solid #999;
    margin-left: 20px;
    font-size: 0.9em;

}

div.mnblock div.itm div.submin div.niveau div.itm a:hover {
    text-decoration: underline;

}


div.mnblock div.itm div.submin div.niveau div.itm a .icone {
    display: none
}

/***********************************/

div.toptop {
    border-top: 1px solid #e1e1e1;
}

div.toptop div.mnblock {
    background-color: #ffffff;
}



div.logocadretop a {}

div.logocadretop a:hover {
    text-decoration: underline;
    color: var(--blue)
}

div.logocadretop div.logolefttop {
    float: left;
}

div.logocadretop div.logolefttop img {
    height: 24px;
    position: relative;
    top: 12px;
    left: 14px;
}


div.logocadretop div.nom_prenom {
    background-color: transparent;
    font-size: 0.85em;
    font-size: 1em;
    float: right;
    color: #000;
}

div.logocadretop div.nom_prenom div.ajoutplus {
    border-radius: 2px;
    padding: 5px 10px;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

div.logocadretop div.nom_prenom div.ajoutplus:hover {
    background-color: #aaa;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

div.mnblock div#plus_add {
    display: none;
    background-color: #999;
}

div.mnblock div.imput {
    float: left;
    width: 297px;
    margin: 30px 9px 0px 9px;

}

div.mnblock div.result {
    float: left;
    width: 20%;
    margin-top: 20px;
    min-width: 250px;
}

div.mnblock div.result div.inrestult {
    box-shadow: 2px 5px 5px #c8c8c8;
    position: absolute;
    width: 20%;
    min-width: 250px;
    max-height: 270px;
}

div.mnblock div.result div.inrestult div.blcoktop {
    height: 76px;
    background: #d3eeff;
}

div.mnblock div.result div.inrestult div.blcoktop div.topselectbanq {
    /* border-bottom:0.5px solid rgba(187, 218, 247, 0.81); */
}

div.mnblock div.result div.inrestult div.blcokbottom {
    padding: 20px 10px 10px 10px;
    background: #edf8ff;
}

div.mnblock div.moveitm {
    margin-left: 326px;
    width: calc(99% - 326px);
}

div.mnblock div.mn {

    background-color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
}

div.mnblock div.imput input {
    padding-left: 20px;
    height: 33px;
    /* background: #eaeaea; */
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    width: 277px;
    border: 1px solid var(--blue_pal);
}

div.mnblock div.imput input:focus {
    background: var(--bgColor2);
}



.onlyformobile,
#superbuttonmenu,
#secondnavig,
#secondresum.itm {
    display: none;
}


.loupe_input {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

#dropphoto {
    height: 250px;
    width: 250px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dropphoto {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

table.table_left {
    border-collapse: separate;
    border-spacing: 2px;
}

table.table_left th {
    width: 30%;
    color: #bbb;
    font-weight: normal;
    padding: 4px;
    text-align: left;
    background-color: #f9f9f9
}

table.table_left td {
    width: 70%;
    padding: 4px;
    background-color: #f1f1f1
}

div.stamp_profil {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #d0d0d0;
}


div.map_canvas {
    /* border: 1px dashed #bbb; */
    margin: 10px 0;
    border-radius: var(--radius);
}

.paragraf {
    padding: 2px 10px 10px 5px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-left: 10px solid #e0e0e0;
    border-radius: 4px;
    overflow: auto;
}

div.text,
table.commun div.text {
    max-height: 100px;
    overflow: hidden;
    padding: 0px;
}

div.text,
table.commun tr:hover td.td div.text {
    overflow: auto;
}

.text {
    max-height: 100px;
    padding: 0px;
    overflow: auto;
}

.fiche_titre {
    display: block;
    padding: 5px;
    background-color: #ededed;
    border-bottom: 2px solid #DBDBDB;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #333;
}

div.fiche_details {
    display: block;
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 5px;
}


.commentaire {
    margin-left: 5px;
    background-color: #f8f8f8;
    padding: 5px 2px;
    border-left: 2px solid #e0e0e0;
    border-radius: 3px;
}

#filtre_page,
.filtre_page {
    /* border-top : 1px solid #e0e0e0; */
    margin: 0px 10px 0 0;
    padding-top: 20px;
}

._selectCadre_ {
    margin: 3px 0;
}

.details {
    padding: 2px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0
}

.details img {
    height: 12px;
}

div.ephemere.infos {
    background-color: #FFF8D1;
    box-shadow: 0px 0px 5px #333;
    opacity: 0.9;
    border-radius: 3px;
    border: 1px solid #636363;
    font-size: 1em;
    color: #000;
    padding: 5px;
}

.titlechamp {
    display: block;
    margin: 5px 10px;
    color: #999;
}

.title {
    font-size: 1.2em;
}

/*******************SEEEKKK ALLL **************************************/
#seekShowBottom.bottom_seek {
    z-index: 600;
    margin-top: 2px;
    position: absolute;
    background-color: var(--selected_opac);
    box-shadow: 3px 4px 8px #999;
    min-height: 70px;
    border-radius: var(--radiusButton);
    max-width: 78%;
    /* overflow: auto;
    max-height: calc(100vh - 150px); */
    min-width: 300px;
    border: 0px solid var(--blue_pal);
    padding: 0;
}

#lodeserhche.loadAnimeCircle {
    color: var(--blue);
}

#seekShowBottom div.textmot {
    padding: 5px 10px;
    background-color: #838993;
    background-color: var(--blue);
    border-top-left-radius: var(--radiusButton);
    border-top-right-radius: var(--radiusButton);
    color: #fff;
    font-style: italic;
}

#seekShowBottom div.seekresult {
    background-color: #757575;
    padding: 0px;
    border-bottom-left-radius: var(--radiusButton);
    border-bottom-right-radius: var(--radiusButton);

    overflow: auto;
    max-height: calc(100vh - 200px);
}

#seekShowBottom div.seekresult div.seekAllPartBloc {
    background-color: #fff;
}

#seekShowBottom div.seekktttrire {
    /* font-size:0.9em; */
    color: #000;
    padding: 5px;
    font-size: 1.31m;
}

#seekShowBottom div.listeblock {
    padding: 0 0 0 10px;
    margin-left: 10px;
    /* overflow: auto;
    max-height: 30vh; */
    border-left: 1px solid;
}

#seekShowBottom table.tablistblock {
    border-collapse: collapse;
    border-spacing: 0px;
    vertical-align: top;
    font-size: 0.95em;
}

#seekShowBottom table.tablistblock td {
    vertical-align: top;
    border-bottom: 1px dotted #e0e0e0;
    padding: 2px 4px;
    text-align: center;
}



#seekShowBottom table.tablistblock tr:hover {
    text-decoration: underline;
    /* background-color:#FFF0C4; */
}

/*******************SEEEKKK ALLL **************************************/

/*******************AGENDA**************************************/
#agendaSemaine .rjscalendar_trnav,
#agendaSemaine .bt_semaine,
#agendaSemaine .bt_defaut,
#agendaSemaine .bt_lateral {
    display: none
}

.jrstyle div.titlemois {
    display: inline-block;
}

/*******************AGENDA**************************************/
#content .contenttitle {
    padding: 20px;
    background: #f8f8f8;
}


#content .blockgris {
    padding: 10px 0;
    /* background: #f8f8f8; */
    /* border-top: 1px solid var(--selected); */
    /* border-bottom: 1px solid var(--selected); */
}

#content .contenttitle .tdtitile {
    font-size: 1.2em;
}

#content .contenttitle.facturett {
    background: #f3f2eb;
}


.blocknote {
    padding: 3px 15px;
    border-left: 1px solid #d9d9d9;
    margin-left: 10px;
}

.jrstyle div.div_bak div.topmenu div.rjstab_bull {
    position: absolute;
    padding: 4px 9px 4px 9px;
    font-size: 0.7em;
    background-color: var(--orange);
    color: #fff;
    right: 10px;
    margin-top: -36%;
    opacity: 1;
    border-radius: var(--radiusButton);
}

.show_details {
    background-color: var(--selected);
}





div._divButton_ button.float_right {
    margin-top: 0px;
    min-height: 10px;
}

body div.rideau {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    opacity: 0.75;
}


.rideaudiv {
    /* background-color: rgba(0, 0, 0, 0.52); */
    /* background: radial-gradient(#1e0f695c 30%, #1e0f69de); */
    background-color: #efefefc7;
}

body div.rideau {
    background: radial-gradient(#1e0f695c 30%, #1e0f69de);
}

body .bottom_popup2.plusshad {
    box-shadow: 0px 0px 10px #3838389c;
}




.presentsample {
    background-color: #d5dfd6;
    padding: 15px;
}

div.infosstruc {
    margin: 2px;
    border-left: 3px solid #535b69;
    padding: 0 5px;
    font-size: 0.9em;
}

div.infosstruc div.sbig {
    display: inline-block;
}

div.infosstruc .grise2 {}

table.fichetabtitre td {
    font-size: 0.8em;
    padding: 5px;
}

#dlmdqfdfs table.fichetabtitre {
    display: none;
}

.messagefolder {
    background-color: #e9e9e9;
}

.blockmessage {
    background-color: #e9e9e9;
    padding: 10px 0 10px 10px;
    border-radius: var(--radiusButton);
}

.blockcopy {
    background-color: #eee;
    padding: 5px;

}

.blockchat {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    height: 600px;
    overflow: auto;
    font-size: 0.9em;
    border-top: 2px solid #B0B0B0;
}

#listecomment {
    height: 400px;
    overflow: auto;
}


#menufold .jrstyle div.div_bak {
    background-color: #e9e9e9;
}

.overhide:hover .opa,
.overhide:hover .opa1,
.overhide:hover .opa2,
.overhide:hover .opa3,
.overhide:hover .opa4,
table tr.overhide:hover .hidden,
.overhide:hover .hidden,
table tr.overhide:hover .hidden {
    visibility: visible;
    opacity: 1;
}

#menu_oppo .jrstyle div.div_bak {

    background-color: #efefef;
}

.bldiv_message,
.bldiv_message.provider {
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
}

.bldiv_message.bdivcomment {
    background: #f6f5e5;
}

.bldiv_message.provider {
    background: #fbf6f1;
    border-left: 10px solid #f3d6bd;

}

.bldiv_message .grouptte {}

.bldiv_message .grouptte .enttet {
    border-bottom: 1px solid #ccc;
    padding: 3px;
}

.bldiv_message .grouptte .enttet .listtocop {}

.bldiv_message .grouptte .dmmess {

    /* max-height: 430px;  */
    /* overflow:auto;  */
}


.notallow {
    padding: 3%;
    clear: both;
    position: absolute;
    z-index: 2000;
    padding: 20px;
    background: #fff;
    color: #FF0000;
    top: 0;
    left: 0;
    margin: 15%;
    box-shadow: 0 0 10px #a0a0a0;
    border-radius: var(--radius);
    border: 1px solid #FF0000;
}

table.mail,
table.table {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 0.8em;
    width: 100%;
}

table.mail th,
table.table th {
    background-color: #F0F0F0;
    border: 1px solid #B9B9C8;
    color: #777;
    padding: 3px;
    font-size: 0.95em;
    font-weight: normal;
}

table.mail td,
table.table td {
    font-size: 0.9em;
    text-align: center;
    padding: 3px;
    font-weight: normal;
    border: 1px solid #e1e1e1;
}

.unred_message {

    background-color: #faffe1
}

.totranslate:hover {
    background-color: #ffff99
}

pre.preerror {
    max-width: 60vw;
    max-height: 70vh;
    overflow: auto;
    background: #382323;
    position: absolute;
    z-index: 10000;
    color: #fff;
    margin: 1%;
    border: 1px dotted #a5a5a5;
    box-shadow: 2px 2px 5px #999;
    padding: 5px;
}

.slide_left div.filtre {
    padding: 5px;
}

.slide_left div.filtre div.titlfitlre {
    background: #f5F5F5;
    padding: 5px;
    text-align: center;
}

.slide_left div.filtre div.sect {
    margin: 8px 0;
}


.updown_fermer {
    float: right;
    margin: 1.5px;
    font-size: 1em;
    cursor: pointer;
    display: block;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

div.jrstyle div.div_side div.sidemenu {
    margin-right: -3px;
    margin-left: 5px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top-left-radius: var(--radiusButton);
    border-bottom-left-radius: var(--radiusButton);
}

table.commun tr.updownajax td.td {
    border-bottom: 1px solid #bcbcbc;
}

table.commun tr th.th.first {
    width: 14%;
}

table.commun tr th.th.datanum {
    width: 8.6%;
}



table.commun tr td.td div.emotion {
    float: right;

}

table.commun tr td.td div.sbig.emotion .icofont-trophy {
    font-size: 1.7em;
}



div.filtretop {
    padding: 10px 5px;
    background: #e4e4e4;
}



div.bulldetailline {
    width: 720px;
    height: 300px;
    overflow: auto;
    background: #e2e2e2;
}

table.listedetailschamp tr.grpchval td.num {
    background: #e2e2e2;
    padding: 5px;
    color: #838383;
    border: 1px solid #a9a9a9;
}

table.listedetailschamp tr.grpchval.different td.champ {
    background: #ff602c;
}

table.listedetailschamp tr.grpchval.different td.value {
    background: rgba(239, 187, 170, 0.69);
    ;
}

table.listedetailschamp tr.grpchval td.champ {
    background: #828282;
    padding: 5px;
    color: #dadada;
    border: 1px solid #a9a9a9;
}

table.listedetailschamp tr.grpchval td.value {
    background: #fff;
    padding: 5px;
    border: 1px solid #eaeaea;
}


div.rjspopup.bullmodifline {
    width: 300px;
    max-height: 300px;
    cursor: default;
    padding: 0;
}

div.rjspopup.bullmodifline .rjstab {
    min-height: auto;
    border: 0px solid #f2f2f2;
}

div.rjspopup.bullmodifline .rjstab div.quikform {
    padding: 5px;
    background: #eee;
}

td.overmodif:hover {
    background-color: var(--selected);
}

td.overmodif div.bthide {
    height: 16px;
}

td.overmodif i.iconn {
    display: none;
    font-size: 1.1em;
    cursor: pointer;
    color: #f5a14a;
}

td.overmodif i.iconn:hover {
    color: #b9640d;
}

td.overmodif:hover i.iconn {
    display: block;
}

.majblue {
    text-transform: uppercase;
    color: #3476a8;
}

.total_ca {
    color: #999;
}

.marge_tt {
    color: #000;
    font-weight: 600;
}

.marge_av {
    color: #3476a8;
    font-size: 0.9em;
}

.marge_ar {
    color: #739212;
    font-size: 0.9em;
}

g[aria-labelledby] {
    display: none;
}

g[aria-labelledby] g[shape-rendering="auto"] {
    display: none;
}

div.content_chart {
    padding: 20px;
    background: #e8e3db77;
    border-bottom: 1px solid #c8c2b8;
}

div.content_chart div.lineisobjchrat {
    width: 100%;
    height: 230px;
}

div.content_chart div.toprate {
    text-align: center;
    text-transform: uppercase;
}

div.content_chart div.toprate #reatetop {
    font-size: 4em;
    color: #000;
    font-weight: 600;
}

div.content_chart div.toprate #reatetop .emotiontop,
div.content_chart div.toprate #reatetop .rateit {}

div.content_chart #ttotablbletop table.commun {
    border-collapse: separate;
    border-spacing: 10px;
}

div.content_chart #ttotablbletop table.commun td.td {
    font-size: 1.6em;
    padding: 10px
}

div.content_chart div.toprate .textstil {
    font-size: 0.9em;
    color: #AAA;
    font-style: italic;
}

div.toptitle_owner {
    padding: 15px;
    background: #dad1c2;
    text-align: center;
    font-size: 2.7em;
    color: #000;
    text-transform: capitalize;
}

.icofont-business-man-alt-1 {
    font-size: 0.8em;

}

div.topdivcontant {
    background-color: #f1f1f1;
    padding: 10px;
}

input.select {
    padding-top: 0px;
    padding-bottom: 0px;
}

input.selected {
    background-color: var(--selected);
}

div.div_hide_bt button {
    height: 20px;
    width: auto;
    padding: 2px;
    line-height: 0px;
    font-weight: normal;
}

div.div_hide_bt a,
div.div_hide_bt label {
    font-size: 0.8em;
}

.tableautotal th.th {
    padding: 1px;
    background: #f3f3f3;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-weight: normal;
}

.tableautotal th.th.gras {
    font-weight: 600;
}

.tableautotal td.td {
    padding: 1px;
    border-bottom: 1px solid #efefef;
}

.contbloc {
    max-height: 900px;
    overflow: auto;
}

.contseg {}

.titlseg {
    font-weight: 600;
}

.listclick {
    margin-left: 7px;
    border-radius: 3px;
    margin-right: 5px;
    color: #777;
    padding: 5px;
}

.listclick:hover {
    background-color: #bfdfff;
    cursor: pointer;
}

.listclick.ici {
    background-color: #f3f3b7;
}

.titclick {}

.bloctop {
    background-color: #E9E9E9;
    padding: 10px;
}

#serveraddok input,
#serveraddok select,
#serveraddok textarea {
    border-radius: 7px;
}


tr td.td div.fucbutton {
    visibility: hidden;
}

tr:hover td.td div.fucbutton {
    visibility: visible;
}

div.sidemenu:before {
    content: none;
    margin: 0 0 0 10px;
}

#radar_sessionGlobal {

    background: unset;
}

div.presentnograp {
    padding: 5%;
    background: #f9f9f9;
    color: #ddd;
    text-align: center;
    font-size: 1.7em;
}

#topnotesurvey {
    font-size: 2.5em;
    width: 50%;
    margin: auto;
}

span.sectnote {
    letter-spacing: -2px;
}

#topnotesurvey .sectnote {
    display: block;
    font-size: 1.4em;
    letter-spacing: -6px;
}

#topnotesurvey .divnote {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #bbb;
    font-size: 1.6em;
}

#topnotesurvey .baroblik {
    display: none;
}

.rjstab div.inner {
    padding: 10px;
}



.jrstyle table.rjstadagenda th.rjscalendar_mois {}

.jrstyle table.rjstadagenda th.rjscalendar_mois .info_tt_Find {
    color: var(--defaultColor);
}

div.bubble_target {
    --maxwidth: 350px;
    padding: 0px;
    border-radius: var(--radiusButton);
    border: 0px solid transparent;
    width: auto;
    min-width: var(--maxwidth);
    min-height: 20px;
}

div.rjsbubble div.bubble_title {
    padding: 10px;
    max-width: var(--maxwidth);
    overflow: hidden;
    font-size: 1.2em;
    border-radius: 0px;
    border-top-left-radius: var(--radiusButton);
    border-top-right-radius: var(--radiusButton);
}

div.rjsbubble div.bubble_data {
    padding: 10px;
    font-weight: normal !important;
    max-height: 250px;
    max-width: var(--maxwidth);
    overflow: hidden;
}

div.rjsbubble div.bubble_sigt {
    padding: 10px;
    max-height: 50px;
    max-width: var(--maxwidth);
    overflow: hidden;
    color: #333;
    border-radius: 0px;
    background: var(--bgColor);
    border-bottom-left-radius: var(--radiusButton);
    border-bottom-right-radius: var(--radiusButton);
}


.jrstyle table.rjstadagenda th._week.min {
    text-align: center;
}

div.titlgraphe {}

div.titlgraphe button.pushmoipie {
    background-color: #f7f7f7;
    color: #666;
    border: 1px solid #d9d9d9;
    margin: 0 1px;
    border-radius: 3px;
    height: 25px;
    min-width: 50px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.jrstyle table.rjstadagenda td._day.agendaMin span._dd {
    color: #636363;
    display: block;
    text-align: left;
}

.jrstyle table.rjstadagenda td._day.agendaMin div._intd {
    padding: 1px;
    background: #F9F9F9;
}

#moisagenda button.rjscalendar_nav {
    background-color: #f7f7f7;
}

div.jrstyle div.div_side {
    background-color: #F9F9F9;
}

#menusynt div.jrstyle div.div_side div.sidemenu {
    background-color: #fcfcfc;
    border: 0px dashed #d3d3d3;
    border-bottom: 1px dashed #ECECEC;
    border-left: 1px dashed #ECECEC;
}

#menusynt div.jrstyle div.div_side div.sidemenu.ici {
    background-color: #F9F9F9;
    border: 0px dashed #d3d3d3;
}

#menusynt .rjstab {
    border: 1px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
    border-right: 0px solid #f2f2f2;
}

#menusynt table.commun th.th {
    background-color: #F0F0F0;
}

tr.in:hover td.td span.imgetpin {
    visibility: visible;
}

tr:hover td.td span.imgetp {
    visibility: visible;
}

tr td.td span.imgetp,
tr td.td span.imgetpin {
    visibility: hidden;
    font-size: 1.5em;
}

#liste_compte .tdtop {
    color: #999;
}

#liste_compte .tdtop {
    padding: 5px 10px;
    font-size: 1.7em;
}

#liste_compte .rtdresult {
    padding: 15px;
    font-size: 1.5em;
}

#liste_compte .tdtop,
#liste_compte .rtdresult {
    border-right: 1px solid #efefef;
}

table.pagination.asyoulike {
    background: transparent;
}

table.commun.toptotal th.th {
    background-color: transparent;
    opacity: 0.4
}

#liste_periodicite div.jrstyle div.div_side div.sidemenu.ici,
#liste_operation div.jrstyle div.div_side div.sidemenu.ici {
    background-color: #F3F3F3;
    border: 0px dashed #d3d3d3;
}

.updown_fermer {
    margin: 2px 4px;
    border-right: 0px solid #dfdfdf;
    border-bottom: 0px solid #dfdfdf;
}

.updown_fermer:hover {
    opacity: 0.5;
}



div.filtre input._selectFiltre_._selected_ {
    background-color: var(--selected_opac2);
}

table.pagination select {
    /* background-color: var(--selected);  */
    border: 0;
    width: auto;
    height: 20px;
}

.jrstyle table.rjstadagenda th.today,
.jrstyle table.rjstadagenda td.today {
    background-color: #fff;
    border: 0px solid #f16969;
    border-bottom: 2px solid #f16969;
    font-weight: 600;
}

div.avenirTotal {
    background: #F5F5F5;
    border-bottom: 8px solid #EEE;
    padding: 20px;
    font-size: 1.1em;
}

div.avenirTotal table.commun th.th {
    border-bottom: 1px solid #CFCFCF;
}

table tr.nextmonth {
    background-color: #e7e7e7;
}

#tableetude.commun td.deocmoisencore,
#tableetude.commun th.deocmoisencore,
#tableetude.commun tr.deocmoisencore {
    background-color: #f7f3e6
}

#tableetude.commun th.deocprevistion,
#tableetude.commun th.deocmoisencore,
#tableetude.commun th.deocmoyen {
    font-weight: 600;
}

td.deocprevistion,
#tableetude.commun th.deocprevistion {
    background-color: #edf5e8
}

#tableetude.commun td.deocmoyen,
#tableetude.commun th.deocmoyen,
#tableetude.commun tr.deocmoyen {
    background-color: rgba(159, 146, 106, 0.25);
}

#tableetude.commun tr td input.enterPrev {
    text-align: center;
    margin: 0;
    min-width: 55px;
    width: 80%;
    height: 20px;
    font-size: 0.93em;
}

table.intitotalbudeget th {
    padding-right: 2%;
    font-size: 1.2em;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}

table.intitotalbudeget th div.titttel {
    text-align: right;
    width: 70%;
    float: right;
    color: #777;

    font-style: italic;
}

table.intitotalbudeget td {
    padding-right: 2%;
    text-align: right;
    width: 33.3%;
    font-size: 2.5em;
    vertical-align: bottom;
}

.resumetotalbudeget {
    padding: 20px;
    background-color: #E9E9E9;
}

.bottomtotalbudg {
    padding: 20px;
    background-color: #efefef;
    border-bottom: 1px solid #E7E7E7;
}

.bottomtotalbudg table {
    border-collapse: separate;
    border-spacing: 0 4px;
    font-size: 1.1em;
}

.bottomtotalbudg table td {
    padding: 0px;
}

div.bubblebudegt {
    padding: 10px;
    border: 1px solid #AAA;
    min-width: auto;
    width: auto;
    font-weight: normal;
}

#cookiesalertinfos {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 500;
    background: rgba(255, 182, 115, 0.33);
    color: #000;
    padding: 5px;
    box-shadow: 0 0 5px #999;
    border-top-right-radius: var(--radiusButton);
    border-bottom-right-radius: var(--radiusButton);
}

#cookiesalertinfos #divAlertBudget {
    background: rgba(186, 157, 131, 0.85);
    padding: 20px;
    border-radius: var(--radiusButton);
}

#cookiesalertinfos #divAlertBudget .alertBudgetPopup {
    border-radius: var(--radiusButton);
}

#cookiesalertinfos #divAlertBudget .alertBudgetPopup table.commun {
    border-radius: var(--radiusButton);
    border-collapse: separate;
    border-spacing: 6px;
}

#cookiesalertinfos #divAlertBudget .alertBudgetPopup table th {
    background: rgb(223, 200, 178);
    vertical-align: top;
    padding: 14px;
    border-radius: var(--radiusButton);
    font-weight: 600;
}

#cookiesalertinfos #divAlertBudget .alertBudgetPopup table td {
    border-radius: var(--radiusButton);
    padding: 7px;
    background: rgba(255, 255, 255);
    border: 0px
}

#cookiesalertinfos div.float_right {
    margin: 10px;
    width: 20%;
    text-align: right;
}

.inshowbudget {
    padding: 10px;
    font-size: 0.8em;
    background: rgba(183, 194, 186, 0.34);
    border-radius: 3px;
    box-shadow: 0 0 5px #525854 inset;
}

.inshowbudget .alertBudgetPopup {
    background: transparent;
}

.inshowbudget .alertBudgetPopup table.commun th.th {
    background: transparent;
}

.inshowbudget .alertBudgetPopup table.commun td.td {
    border: 0;
}

.inerrr div.inshowbudget {
    padding: 10px;
    font-size: 1.1em;
    background: transparent;
    border-radius: 3px;
    box-shadow: none;
}

.inerrr div.inshowbudget .alertBudgetPopup table.commun th.th,
.inerrr div.inshowbudget .alertBudgetPopup table.commun td.td {
    border: 1px solid #d9d9d9;
}

#prefmenu div.insideprf {
    padding: 10px 0 30px 20px;
}

table.prference {
    border-collapse: separate;
    border-spacing: 5px;
}

table.prference td.toptitre {
    background-color: #f5f5f5;
    color: #999;
    padding: 5px;
    font-size: 1.1em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

table.prference td.ttr,
table.prference td.tchnage {
    padding: 5px;
    border-radius: 3px;
}

table.prference td.ttr {
    border-left: 2px solid #ededed;
    width: 30%
}

table.prference td.tchnage {
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.toppresent_left {
    float: left;
    width: 60%
}

.toppresent_right {
    float: right;
    width: 40%;
}

.toppresent_right.minheight {
    min-height: 211px;
    background: #FCFCFC;
}



.rjstab .insedtab {
    padding: 10px;
}

.rjstab .insedtab2 {
    padding: 20px;
}

.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.rjsrideaublur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.filtre_select_light.blur {
    filter: unset;
    -webkit-filter: unset;
}

#ui-datepicker-div.rjsrideaublur {
    filter: none;
    -webkit-filter: none;
}



.space {
    margin: 5px;
}

.espacediv {
    margin: 10px 0;
}

table.details_versement {
    font-size: 0.8em;
    text-align: right;
    border-collapse: separate;
    border-spacing: 3px;
}


table.details_versement th.tt_haut {
    text-align: right;
    background-color: #E9EFD9;
    border-radius: 3px;
    padding: 0 2px;
}

table.details_versement th.tt_coter_mois {
    text-align: right;
    padding: 0 2px;
    font-weight: normal;
}

table.details_versement td.data {
    text-align: right;
    padding: 0 2px;
}

table.details_versement tr:hover {
    background-color: #DDECD2;
}

.overdetails {
    padding: 10px;
    background-color: #f0f0f061;
    border-bottom: 3px solid #888;
    background: linear-gradient(0deg, rgb(255, 255, 255) 4%, var(--bgColor2));

}

input.blur {
    background-color: var(--selected);
}

.blsdonwldoc {
    margin: 0 0 15px 0;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: var(--bgColor2);
}

.allcomm {
    margin: 10px;
}

.allcomm .commentaire {
    padding: 10px 0 10px 15px;
}


#get_liste_affaire td textarea.commentaireAffaire {
    line-height: normal;
    border: 0;

    background: #fff;
    max-height: 150px;
    max-width: 250px;
}

#get_liste_affaire td textarea.commentaireAffaire.formfiledrjs {
    background: #fff;
}

div.div_hide_top table tr:hover,
div.div_hide_bottom table tr:hover {
    background-color: var(--selected)
}

.ui-widget-header {
    border: none;
    border-radius: initial;
    text-transform: capitalize;
}

#ui-datepicker-div {
    font-size: 0.9em;
}

.ui-datepicker {
    padding: 5px;
}

.ui-widget-content {
    border: 0px solid #aaaaaa;
    background: #fff;
    box-shadow: 2px 2px 7px #b9b9b9e0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--trait);
    background: unset;
    font-weight: normal;
    color: #555555;
}


.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker {
    padding: 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--trait);
    background: var(--red_pal2);
    color: #000000;
}

.ui-widget-header {
    background: transparent;

}

.ui-state-active,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {

    border: 1px solid transparent;
    border-bottom: 1px solid var(--trait);
    background: var(--defaultColor);
    font-weight: normal;
    color: #fff;
}

.ui-state-active {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--trait);
    background: var(--defaultColor) !important;
    font-weight: normal !important;
    color: #fff !important;
}

.jrstyle div.div_bak .div_table {
    gap: 1%;
}

div.jrstyle div.div_bak div.div_table div.topmenu {
    flex: unset;
    padding: 20px 10px;
    border-radius: 0;
    border-top-left-radius: var(--radiusButton);
    border-top-right-radius: var(--radiusButton);
    background: #fff;
    border: 1px solid #a0a0a0;
    border: 1px solid var(--selected);
    margin: 0 0 -1px 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
}

div.jrstyle div.div_bak div.div_table div.topmenu span.material-symbols-outlined {
    color: var(--blue);
}

div.jrstyle div.div_side div.sidemenu span.material-symbols-outlined {
    color: var(--blue);
}



div.jrstyle div.div_bak div.div_table div.topmenu.mnmainmedon span.material-symbols-outlined,
div.jrstyle div.div_bak div.div_table div.topmenu.grand span.material-symbols-outlined {
    font-size: 1.5em;

}

div.jrstyle div.div_side div.sidemenu,
div.jrstyle div.div_bak div.div_table div.topmenu {
    color: #777;
}

div.jrstyle div.div_side div.sidemenu.ici,
div.jrstyle div.div_bak div.div_table div.topmenu.ici {
    /* color: var(--blue); */
    color: #000;
}


.liveConfigQuote div.jrstyle div.div_bak {
    padding: 20px 15px;
    background-color: #fff;
    border-bottom: 1px solid var(--selected);
}

div.jrstyle table.rjstadagenda td._day.selectDay {
    background-color: var(--selected2)
}

div.jrstyle table.rjstadagenda td._day.selectDay span._dd {
    color: #fff;
}

.chpttire {
    display: block;
    background: var(--bgColor);
    padding: 6px;
    text-align: left;
}

.chpttire.grand {
    padding: 15px 10px;
}

.chpdata {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--bgColor);
    padding: 6px;
    text-align: left;
    color: var(--blue);
}

.presentcoventio .espacediv .chpttire {
    display: block;
    background: transparent;
    padding: 2px 6px;
    text-align: left;
    opacity: 0.5;
}

.presentcoventio .espacediv .chpdata {
    display: block;
    border: 1px solid transparent;
    padding: 2px 6px;
    text-align: left;
    color: var(--blue)
}

.rjsbarredate {
    padding: 1px 50px;
    background: var(--selected_opac);
    border-radius: var(--radiusButton);
    border: 1px solid #d0c7c7;
    margin-top: 135px;
}

.rjsbarredate .rjsprogbrre .floche {
    position: absolute;
    margin-right: -15px;
    color: var(--red);
    font-size: 3em;
    display: inline;
    margin-top: -21px;
    right: 0;
}

.rjsbarredate .rec_date.formation {
    border: 1px solid var(--selected2);
    background: var(--selected);
}

.rjsbarredate .posdotedate {
    float: left;
    height: 60px;
    margin-top: -60px;
    background: var(--selected_opac);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    border-top: 1px solid var(--blue);
    position: relative;
}


div.divcahet {
    background-image: url(../img/signature_cachet_gildas.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 10px;
    margin: 2px;
    padding: 30px 99px 0 0;
    border-right: 2px solid #dcdcdc;
}




.jrstyle div.titlemois.min {
    display: none;
}




div.logopart {
    height: 53px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url('../img/logo_kreneo_white.png');
}


#gestionavence span.timeerit {
    position: absolute;
    margin: -37px 0 0 0;
    font-size: 0.8em;
    color: var(--red);
}

#gestionavence span.timeeritProgra {
    font-size: 0.8em;
    color: var(--red);
}

#gestionavence span.timeerit.vert,
#gestionavence span.timeeritProgra.vert {
    font-size: 0.8em;
    color: var(--vert);
}



.listeButton .groupe .topGroup:hover,
.listeButton .groupe .allLogicel .logiciel.ici,
.listeButton .groupe .allLogicel .logiciel:hover {
    text-decoration: underline;
    cursor: pointer;
    background: var(--selected);
}

.listeButton .groupe .allLogicel .logiciel.ici {
    text-decoration: underline;
    cursor: pointer;
    background: var(--selected2);
}


.listeButton .groupe .topGroup:hover:after,
.listeButton .groupe .allLogicel .logiciel:hover:after,
.listeButton .groupe .topGroup.ici:after,
.listeButton .groupe .allLogicel .logiciel.ici:after {
    content: unset;
}

.listeButton .groupe .topGroup {
    color: unset;
    padding: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.listeButton .groupe {

    margin-bottom: 25px;
}

#slide_left .slide_left a.mtitle.menubackTop.back:hover:before,
#slide_left .slide_left a.menu.menuback.back:hover:before {
    content: 'reply';
    position: absolute;
    margin: -44px 0 0 -17px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#slide_left .slide_left a.menu.menuback.back:hover:before {
    margin: -32px 0 0 -17px;
}

#lookmodule {
    min-height: 100px;
    max-height: calc(100vh - 350px);
}

#lokkkmodel {
    background: var(--selected_opac);
    box-shadow: rgb(159 156 156) 0px 0px 10px;
    position: absolute;
    width: 30%;
    min-width: 350px;
    max-width: 700px;
}

.lobconfi .lftside .titl {
    font-size: 1.2em;
    font-weight: 600;
    padding: 20px;
    color: var(--blue);
}


.previewpdf {
    width: 100%;
    height: 75vh;
}


.jrstyle div.div_bak div.div_table div.topmenu.petit {
    padding: 10px 12px 10px 16px;
    cursor: pointer;
    font-size: 0.9em;
}

.jrstyle div.div_bak div.div_table div.topmenu.grand,
#mnmainmedon div.topmenu.mnmainmedon {
    flex: unset;
    padding: 30px 20px 30px 36px;
    font-size: 1.2em;
}

#mnmainmedon .rjstab.mnmainmedon {
    min-height: 450px;
}

#mnmainmedon .jrstyle div.div_bak.mnmainmedon {
    background-color: transparent;
}

div._listeDiv_ li._listeli {
    padding: 2px 2px 2px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


div._listeSelected_ ._ttEfface_:before {
    content: "delete_forever";
    font-size: 1.6em;
    color: #d31d1d;
}

div._listeDiv_.slct li._listeli:before {
    content: "done";
    font-weight: 600;
    color: var(--vert);
    font-size: 1.5em;
}

div._listeDiv_ li._listeli:hover:before {
    content: "arrow_right";
    color: var(--blue);
    font-size: 1.1em;
}

div._listeDiv_.slct li._listeli:hover:before {
    content: "arrow_left";
    margin-left: unset;
    color: #ff4000;
    font-weight: 600;
    font-size: 1.5em;
}


div._listeDiv_ li._listeli:before {
    content: "more_horiz";
    font-size: 1.1em;
}

div.lstlogiclesupp {
    font-weight: 600;
    font-size: 1.05em;
}

div._divButton_ button {
    font-size: 0.7em;
    background-color: var(--blue);
    color: #fff;
}

div._divButton_ button .noir {
    color: #fff;
}

div._divButton_ button.blue:hover {
    background-color: inherit;
    color: var(--noir)
}

div._listeDiv_ li.groupTitle {
    padding: 2px;
    background-color: #1e0f6903;
    font-weight: normal;
    font-size: 0.8em;
    color: #00000038;
    letter-spacing: 1.1px;
    text-align: left;
}

div._divButton_ .afficheTotal {
    font-size: 0.85em;
    display: inline-block;
    margin-left: unset;
    margin: 0;
    color: var(--blue);
    margin: 0 5px;
}

.tooltip {

    padding: 10px;
    border: 0.5px solid #ededed;
    box-shadow: 2px 2px 5px #bbb;
    font-size: 1.3em;
}


.divfile {
    min-height: unset;
    width: 64%;
    background: var(--bgColor);
    border-radius: unset;
    padding: 10px;
}

#loadDossier .donwloadintio {
    min-height: unset;
    overflow: auto;
    padding: 10px 0;
}

.alldoss .unitdossier.ici,
.alldoss .unitdossier:hover {
    background: var(--selected);
    color: var(--blue);
    cursor: pointer;
}

.toprpresgrantdown {
    background: #ffefc01f;
    border-bottom: 5px solid var(--selected2);
    padding: 15px;
}


.toprpresgrantdowndetail {
    background: #ffefc01f;
    border-bottom: 2px solid var(--selected2);
    padding: 15px;
}

table.salleformation td.hereDay,
table.salleformation th.overDay,
table.salleformation td.overDay {
    background: var(--selected);
}


.graphetudenque .allgraphe .contentopic {
    float: unset;
    width: 45%;
    margin: 1%;
}

.graphetudenque .allgraphe .contentopic .padinit .graphetopic {
    height: 230px;
    width: 100%;
}

.graphetudenque .allgraphe .contentopic .padinit {
    padding: 2%;
    border-radius: var(--radiusButton);
    border: 0px solid transparent;
    height: 270px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px #999;
}

.topnotesurvey {
    font-size: unset;
    width: 50%;
    margin: auto;
    min-height: 230px;
}

.graphetudenque .allgraphe .contentopic .padinit .showmore {
    float: right;
    margin: -30px 0 0 0;
    font-size: unset;
    color: #999;
    cursor: pointer;
    position: relative;
    z-index: 200;
    opacity: 0;
}

.contentStar .leftblock {}

.contentStar .rightblock {}

.contentStar .lignstart {
    cursor: pointer;
    border-radius: 3px;
}

.contentStar .lignstart.sub {
    margin-left: 0.25em;
}

.contentStar .lignstart:hover {
    background-color: var(--selected);
}

.contentStar .lignstart.sub:hover .opa,
.contentStar .lignstart.sub:hover .opa1,
.contentStar .lignstart.sub:hover .opa2,
.contentStar .lignstart.sub:hover .opa3,
.contentStar .lignstart.sub:hover .opa4 {
    opacity: 1 !important;
}

.graphetudenque {
    clear: both;
    border-bottom: 0;
}

.graphetudenque .topgraphe {
    padding: 20px;
    background: var(--bgColor);
    margin: 10px;
}

.topnotesurvey {
    font-size: unset;
    width: unset;
    margin: auto;
    min-height: 230px;
}

.jrstyle div.div_bak div.div_table div.topmenu.ici {
    margin-bottom: -2px;
}

.notesur20 .setednote.flex,
.topnotesurvey .setednote.flex {
    flex-direction: column;
}

.notesur20 .setednote .divnote,
.topnotesurvey .setednote .divnote {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #bbb;
    font-size: 1.6em;
}

.notesur20 .setednote .divnote {
    padding: 0.19em;
    padding-top: 5px;
}

.notesur20 .setednote .baroblik,
.topnotesurvey .setednote .baroblik {
    display: none;
}

.noteFormatione {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px !important;
    box-shadow: 0 0 10px #dddddda1 inset;
}



#menupreincpla .jrstyle div.div_bak {

    background-color: var(--bgColor3);
}

#menupreincpla .jrstyle div.div_bak div.div_table div.topmenu.ici {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    text-align: center;
    box-shadow: -3px -3px 3px 0px #20202017;
    background: linear-gradient(13deg, #fff 45%, #e0e0e0 128%);
}

.totnombre {
    font-size: 1.5em;
    padding: 5px;
    margin: auto;
    width: 80%;
    background: unset;
    border-radius: var(--radiusButton);
}

.aftermenu .grpprensicone {

    border-radius: 60%;
    margin: 10px 0;
    overflow: hidden;
    background: linear-gradient(0deg, #c9c9c947, transparent 50%);
}

.aftermenu .prensetpageicone {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%;
    height: 196px;
    border-radius: 25%;
    text-align: center;
    margin: 0px auto;
    opacity: 0.5;
}


#listgraphDashborad {}

#listgraphDashborad .groupeStat {}

#listgraphDashborad .groupeStat .grpTitle {
    text-align: center;
    padding: 13px;
    font-size: 2em;
    text-transform: capitalize;
    color: var(--blue);
    letter-spacing: 4px;
    background: var(--bgColor3);
    opacity: 0.2;
    margin: 20px;
}

#listgraphDashborad .bulldashbord {
    padding: 10px;
    font-size: 0.9em;
    text-align: center;
    background: #fff;
    margin: 10px;
    box-shadow: 0px 0px 5px 0px #c1c1c1bd;
    border-radius: var(--radiusButton);
}

#listgraphDashborad .bulldashbord.transparent {

    box-shadow: unset;
    background: transparent;
}

#listgraphDashborad .bulldashbord .topbashtt {
    text-align: center;
    font-weight: 600;
    padding: 5px;
    margin-bottom: 10px
}

#listgraphDashborad table.commun td.td {
    padding: 5px 5px !important;

}

#content div.insided.dashboard {
    box-shadow: unset;
    min-height: unset;
    min-height: 50px;
    background: unset;
}


.orgnaiDash {
    background: #fff;
    padding: 10px !important;
    box-shadow: 0px 0px 5px 0px #c1c1c1bd;
    border-radius: var(--radiusButton);
    font-size: 0.9em !important;
    color: #999;
}

.google-visualization-orgchart-lineright {
    border-right: 1px solid var(--blue) !important;
}

.google-visualization-orgchart-lineleft {
    border-left: 1px solid var(--blue) !important;
}

.google-visualization-orgchart-linebottom {
    border-bottom: 1px solid var(--blue) !important;
}

.jrstyle table.rjstadagenda td._day.agendaMin div._intd {
    padding: 1px;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blue);
}

.samplSigneallbcl {
    max-height: 250px;
    width: 350px
}

.samplSigneallbcl.small {
    max-height: 100px;
    width: 200px
}



.samplSigneallbcl .placementimg2 {
    height: 60px;
    width: 350px;
    /* background-size: cover; */
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: var(--radiusButton);
    border: 1px solid transparent;
}

.samplSigneallbcl.small .placementimg2 {
    height: 30px;
    width: 200px;
}

.samplSigneallbcl .placementimg1 {
    height: 90px;
    width: 100%;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    border: 1px solid transparent;

    border-radius: var(--radiusButton);
}

.samplSigneallbcl .background-image {
    border: 1px solid transparent;
    background-color: transparent;
}

.samplSigneallbcl .background-image.pointer:hover {
    border: 1px solid var(--orange);
}

.samplSigneallbcl.small .placementimg1 {
    height: 45px;
}



.samplSigneallbcl .sociaux {
    height: 15px;
    width: 15px;
}

.samplSigneallbcl.small .sociaux {
    height: 7px;
    width: 7px;
}


.samplSigneallbcl .partner {
    height: 15px;
    width: 70px;
}

.samplSigneallbcl.small .partner {
    height: 7px;
    width: 35px;
}

.showsize {}


.decochooi {
    width: 100%;
    padding: 10px;
    background-color: var(--selected2);
    border-radius: var(--radiusButton);
}


.mainlstcamp {}

.mainlstcamp .blclistgrcamp {
    width: 29%;
    padding: 1%;
    margin: 1%;
    background: #fff;
    border-radius: var(--radiusButton);
    box-shadow: 0 0 5px #aaa;
}

.mainlstcamp .blclistgrcamp .ttopgrcamp {
    padding: 5px 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    background: var(--bgColor);
}

.mainlstcamp .blclistgrcamp .tbltcp table.pagination.asyoulike {
    font-size: 0.7em;
}


.liveConfigQuote {}

.liveConfigQuote .jrstyle div.div_bak .div_table {
    display: flex;
    justify-content: flex-end;
}

.liveConfigQuote .jrstyle div.div_bak div.div_table div.topmenu {
    margin: unset;
    margin-right: 3%;
    margin-bottom: 10px;
    background: transparent;
    border-radius: var(--radiusButton);
    border: 1px solid var(--selected);
    opacity: 0.6;
    padding: 10px 20px;
}

.liveConfigQuote .jrstyle div.div_bak div.div_table div.topmenu.ici {
    background-color: var(--orange);

    box-shadow: 0px 0px 7px #a5a5a5;
    opacity: 1;
}

.liveConfigQuote .jrstyle div.div_bak div.div_table div.topmenu:hover {
    opacity: 1;

    box-shadow: 0px 0px 5px #a5a5a5;
}

.liveConfigQuote .jrstyle div.div_bak div.div_table div.topmenu:after {

    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all ease-in-out 0.12s;
    -moz-transition: all ease-in-out 0.12s;
    -ms-transition: all ease-in-out 0.12s;
    -o-transition: all ease-in-out 0.12s;
    transition: all ease-in-out 0.12s;
    text-decoration: none;
    content: 'arrow_forward_ios';
    left: 103%;
    position: absolute;
}

.liveConfigQuote .jrstyle div.div_bak div.div_table div.topmenu:last-child::after {
    content: '';
}

.liveConfigQuote div.jrstyle div.div_bak div.div_table div.topmenu span.material-symbols-outlined {
    color: unset;
    font-size: 1.3em;
}



.liveConfigQuote .rjstab {
    background-color: #fff;
    background: #fff;
    min-height: 100px;
    border: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
}

.liveConfigQuote .bull {
    background-color: var(--selected2);
}

.portalNone {
    /* display: none; */
}


/************AGENDA**PLANNING********/

.jsAgenda .jrstyle div.titlemois.bissplus {
    background-color: unset;
    text-align: right;
    justify-content: right;
}

.jsAgenda .jrstyle table.rjstadagenda.moreaffiche {
    background-color: unset
}

.jsAgenda .jrstyle table.rjstadagenda td._day {
    /* background-color: var(--bgColor); */
    background-color: #1e0f6906;
    border-bottom: 1px solid #f0f0f0;
    border-radius: var(--radius);
    padding: 1px 2px;
}

.jsAgenda .jrstyle .rjsscroll {
    max-height: calc(90vh - 363px) !important;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral td._day {
    background-color: #1e0f6903;
    border-bottom: 1px solid #f0f0f0;
    border-radius: var(--radius);
    padding: 1px 2px;
}


.jsAgenda .jrstyle table.rjstadagenda td._day.today {
    background-color: var(--bgColor);
    border: 1px solid #cec8fb;
    color: unset;
    font-weight: unset;
}


.jsAgenda .jrstyle table.rjstadagenda.lateral td._day {
    border-radius: 1px;
}

.jrstyle table.rjstadagenda.lateral td._day {
    border: 0px solid transparent;
}

.jsAgenda .jrstyle table.rjstadagenda .rjsscroll:hover {
    cursor: grab;
}

.jsAgenda .jrstyle table.rjstadagenda .rjsscroll.grabbing {
    cursor: grabbing;
}





.jsAgenda .jrstyle table.rjstadagenda td div._nday {
    margin: unset;
    margin-bottom: unset;
    background: #ffffff87;
    border-radius: 3px;
}

.jsAgenda .jrstyle table.rjstadagenda td div._nday div.num {
    color: var(--defaultColor);
    margin: 3px;
}

.jsAgenda .jrstyle table.rjstadagenda th._week {}

.jsAgenda .jrstyle table.rjstadagenda.lateral th._week.emp {
    color: #777777;
    background-color: #f7f7f7 !important;
    text-align: left;
    padding: 1px 2px
}


.agendatop input.full {
    width: 95%;
}

.jsAgenda .jrstyle table.rjstadagenda th._numWeek {
    text-align: center;
    padding: 2px;
    background: #f5f5f5;
}

.jsAgenda .jrstyle table.rjstadagenda td._nbeek {
    text-align: center;
    vertical-align: middle;
    padding-bottom: unset;
    font-size: 0.8em;
    background-color: var(--bgColor3);
    color: #707070;
    font-weight: 600;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait {
    margin: 2px;
    border-radius: 3px;
    padding: 1px;
    min-height: unset;
    min-width: 18px;
    background-image: unset;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait .flex.vertical {
    flex-direction: unset;
}

.jsAgenda .jrstyle div._dataEventWait .opa2 {
    opacity: 1;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait div.flex.center.opa2 span {
    margin: 0 2px 0 0 !important;
    font-size: 0.9em;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait div.flex.center.opa2 span.material-symbols-outlined {
    opacity: 0.8;
    font-size: 1em;
}


.jsAgenda .jrstyle table.rjstadagenda td._nbeek:before {
    content: 'S.';
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent {
    background: #fff;
    margin: 5px 4px 10px;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent.evenspecial {
    background-repeat: repeat-x;
    background-image: url('../scripts/rjs/off3.png');

    border-left-width: 4px;
    border-top-width: 4px;


    border-left-style: dashed;
    border-top-style: dashed;

}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent.underhite,
.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait.underhite {
    box-shadow: 0 0 20px #333;
}

#filtreit div.div_hide_top.show {
    height: unset;
    color: var(--blue);
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent:hover .opa1,
.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent:hover .opa2,
.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent:hover .opa3,
.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent:hover .opa4 {
    opacity: 1;
}

.jsAgenda div.rjsbubble div.bubble_data {
    padding: 10px;
    font-weight: normal !important;
    /* min-height: 200px; */
}

.jsAgenda div.rjsbubble div.bubble_data table.commun {
    background: var(--bgColor);
}

.jsAgenda div.rjsbubble div.bubble_sigt {
    padding: 10px 10px;
    text-align: left;
    font-size: 1.1em;
    border-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: var(--bgColor);

    color: unset;
}

.jsAgenda div.rjsbubble div.bubble_title {
    padding: 10px 10px;
}

.jsAgenda button.rjscalendar_aff,
.jsAgenda button.rjscalendar_nav {
    opacity: 1;
    color: #000;
}

.jsAgenda div.rjscalendar_nav.info_tt_Find {
    margin-left: 20px;
    font-size: 1.2em;
}


.jrstyle div.titlemois {
    margin: unset;
    margin-bottom: unset;
    display: flex;
}

.jsAgenda .bt_defaut,
.jsAgenda .bt_lateral {
    display: unset;
}


.jsAgenda .jrstyle table.rjstadagenda td div._dataday {
    min-height: 20px;
}

.jrstyle table.rjstadagenda.lateral td div._dataday {
    min-height: 500px;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataday .ttemplo {
    font-size: 0.9em;
}

.jsAgenda .jrstyle div.titlemois {
    margin: 10px;
}

.jsAgenda .jrstyle table.rjstadagenda {
    height: unset;
}

.jsAgenda button.rjscalendar_aff.onit {
    box-shadow: unset;
    color: #000;
    background: var(--selected);
}

.jrstyle table.rjstadagenda td._nbeek.beloop,
.jrstyle table.rjstadagenda td._day.beloop,
.jrstyle table.rjstadagenda th._numWeek.beloop,
.jrstyle table.rjstadagenda th._week.beloop,
.jrstyle table.rjstadagenda th._week.nulm.beloop {
    background-color: #3b0cb105;
}

.jrstyle table.rjstadagenda th._nbeek,
.jrstyle table.rjstadagenda td._nbeek {
    color: unset;
    background-color: var(--bgColor2);
}

div.div_hide_top.show {
    height: unset;
    max-height: 200px;
    margin: 3px auto;
}

div.div_hide_bottom.show {
    height: unset;
    margin: auto;
}

.petit div.div_hide_top.show {
    max-height: 100px;
}

.petit div.div_hide_bottom.show {
    max-height: 100px;
}

div.div_show {
    padding: 7px;
    border-radius: 7px;
}

.agendatop {
    /* background: #f2f2f2; */
    background: linear-gradient(0deg, #f1f1f1, transparent);
    justify-content: space-evenly;
    border-bottom: 1px solid #dbdbdb;
}

.agendatop .espacediv {
    width: 15%;
}

.agendatop .espacediv .ttcont {
    display: block;
    padding: 5px;
    /* margin-left: 10px; */
}



.jrstyle table.rjstadagenda td._day {
    border-radius: var(--radiusButton);
}

.jrstyle table.rjstadagenda div.listeDaySelected {
    border-radius: var(--radiusButton);
}

#selectNiv span.selecniv {
    display: flex;
    margin: 2px;
}

#selectNiv span.selecniv label {
    display: inline-block;
    margin-left: 5px;
}





/*plus*/

.jsAgenda .jrstyle table.rjstadagenda.lateral td div._nday {
    display: none;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral th._week.num._dayoff,
.jsAgenda .jrstyle table.rjstadagenda.lateral td._day._dayoff:hover,
.jsAgenda .jrstyle table.rjstadagenda.lateral td._day._dayoff {
    cursor: default;
    background-color: #f5f5f5;
}


.jsAgenda .jrstyle table.rjstadagenda.lateral td._day {
    background: transparent;
}

.jrstyle table.rjstadagenda td._day.passed div._dataheur ._dataEvent,
.jrstyle table.rjstadagenda td._day.passed div._dataday ._dataEvent {
    opacity: 0.5;
}

.jrstyle table.rjstadagenda td._day.passed div._dataheur ._dataEvent:hover,
.jrstyle table.rjstadagenda td._day.passed div._dataday ._dataEvent:hover {
    opacity: 1
}

.jsAgenda .jrstyle table.rjstadagenda.lateral td._day.today {
    background-color: var(--bgColor);
}

.jsAgenda .jrstyle table.rjstadagenda.lateral td._day {
    padding: 0px 0px;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral {
    border-collapse: collapse;
    border-spacing: 0px;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral th._week.num {
    color: #000;
    background-color: #fafafa;
}

.jsAgenda .jrstyle table.rjstadagenda th.today {
    border-bottom: unset;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral th._week {
    padding: unset;
    border-radius: unset;
    border-bottom: unset;
    border-right: 1px solid #e5e5e5;
}

.jsAgenda.jrstyle table.rjstadagenda.lateral th._week._dayoff {
    border: 0px solid #ddd;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait,
.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent {
    background: #fff;
    margin: 5px 2px;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral td div._dataEventWait,
.jsAgenda .jrstyle table.rjstadagenda.lateral td div._dataEvent {
    background: #fff;
    margin: 3px 2px;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataEvent.underhite,
.jsAgenda .jrstyle table.rjstadagenda td div._dataEventWait.underhite {
    box-shadow: 0 0 8px #333;
}

.jsAgenda .jrstyle table.rjstadagenda.lateral th._week.wtitlemont {
    font-size: 1.1em;
}


.jsAgenda .jrstyle table.rjstadagenda.lateral th._week.wtitlemon {
    font-size: 1.1em;
}

.jrstyle table.rjstadagenda th._week.scrollplus_separe,
.jrstyle table.rjstadagenda th._week.scrollplus {
    background-color: #8881ab3d;
    color: #000;
}

.jsAgenda .jrstyle table.rjstadagenda td._dayoff {
    cursor: default;
    width: 1%;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataday .ttemplo {
    font-size: 0.9em;
    color: #888
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataday .ttlogi {
    font-size: 0.8em;
    font-weight: 600;
    color: #000
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataday .bottominfo {
    font-size: 0.75em;
    /* font-weight: 600; */
    color: #000;
    text-align: left;
}

.jsAgenda .jrstyle table.rjstadagenda td div._dataday .rightinfo {
    font-size: 0.82em;
    color: var(--defaultColor);

}

/*plus*/

/************AGENDA**PLANNING********/



input.filtre_select_light.moyen {
    min-height: 33px;
}


.tDnD_whileDrag {
    box-shadow: 0 0 10px #888
}

.tddragHandle {
    cursor: n-resize
}

.gestiopndemaned {
    background-color: var(--bgColor3);
    border-radius: var(--radiusButton);
    height: 57vh;
}


.listlogicle {
    margin: 10px;

}

.listlogicle .blckComp {
    background-color: var(--bgColor);
    border-radius: 4px;
    box-shadow: 1px 1px 3px #c1c1c177;
    margin: 10px;
}

#menitutop div.init {
    min-height: 200px;
}

#tabprvl .blctabl {
    min-height: 130px;
}

#tabprvl .blctabl table.separate {
    border-collapse: separate;
    border-spacing: 5px;
}




/************quotes***************/
#blckFindProduct {}

#gofind {
    min-height: 100px;
    max-height: calc(100vh - 580px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}

#gofind #find_product {
    min-height: 70px;
    background: #fff;
}


.opfiltrerescehr {
    padding: 10px;
    background: linear-gradient(13deg, #1e0f6914 22%, #1e0f6905);

}

.decoInputRight select.textContent {
    position: relative;
    left: calc(var(--paddingDecoInputRight) + -1px);
    padding: 2px 13px;
}

#seekword {
    font-size: 1.1em;
    box-shadow: 0 0 5px #ddd;
    padding-left: calc(10px + var(--paddingDecoInputRight));
}

#allfiltre .lstfitr {
    padding: 3px 7px;
    margin: 0px 3px;
    cursor: pointer;
    border-radius: var(--radiusButton);
    background: var(--orange);
    color: #fff;
    font-size: 0.9em;
}

#filtreall {
    background: #fff;
    position: relative;
    z-index: 11;
}

#allfiltre .lstfitr:hover {
    background-color: var(--blanc);
    color: var(--orange);
}

input#addproductinput:hover,
input#addproductinput:focus,
input#addproductinput:focus-visible {
    border-style: solid;
    border-color: var(--trait) !important;
}

#allfiltre .lstfitr:after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-decoration: none;
    content: 'close';
    top: 1px;
    left: 2px;
    position: relative;

}


.lsthr::-webkit-scrollbar-thumb,
#listfiltre::-webkit-scrollbar-thumb {
    background: var(--orange_pal);
    border-radius: 4px;
}

.lsthr::-webkit-scrollbar-thumb:hover,
#listfiltre::-webkit-scrollbar-thumb:hover {
    background: var(--orange);
}


#gofind .listttab {}

#blckFindProduct .listfiltre {
    overflow-y: hidden;
    overflow-x: auto;
}


#blckFindProduct .listfiltre .lstftr {
    padding: 0px 15px 15px 5px;
}

#blckFindProduct .listfiltre .lstftr .lstttl {
    font-weight: 600;
    font-size: 0.9em;
    color: #000;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

#blckFindProduct .listfiltre .lstftr .lsthr {
    margin-right: 1%;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: var(--radius);
    background: #fff;
    padding: 5px;
    border: 1px solid var(--trait);
    min-width: 110px;
}

#blckFindProduct .listfiltre .lstftr .lsthr:hover {
    box-shadow: 2px 4px 9px #cccccc;
}

#ttClearfltr {
    width: 120px;
    margin-left: calc(-1 * 120px);
}

#blckFindProduct .listfiltre .lstftr:last-child {
    margin-right: 0px;
}


#blckFindProduct .listfiltre .lstftrdt {
    padding: 2px;
    margin: 1px;
    cursor: pointer;
    border-radius: 2px;
}

#blckFindProduct .listfiltre .lstftrdt:nth-of-type(2n + 1) {
    background-color: #ddccb326;
}


#blckFindProduct .listfiltre .lstftrdt sup {
    color: var(--orange);
    margin-left: 20px;
    font-style: italic;
}

#blckFindProduct .listfiltre .lstftrdt:hover {
    background-color: #eddfdf6e;
    text-decoration: underline;
}


#ttClearfltr:hover {

    background-color: #efd2d269;
}

#ttfoundpro {
    color: var(--orange);
    font-weight: 600;
    border: 0;
    margin-right: 5px;
    /* background: #1e0f6912; */

}

#ttfoundpro i {
    opacity: 0.5;
    font-weight: normal;
}

#finishbutton {
    text-align: center;
    color: var(--defaultColor);
    border-radius: var(--radiusButton);
    background: #ddd;
    cursor: pointer;
    letter-spacing: 2px;
}

#finishbutton:hover {
    background: var(--defaultColor);
    color: #fff;
}

#finishbutton span {}


#blckFindProducttopfiltre {}


#blckFindProducttopfiltre.topfixescoll {
    background-color: #fff;
    position: sticky;
    z-index: 10;
    top: 61px;
}

.zoneresreach.topfixescoll {
    transition: all ease-in-out 0.15s;
    position: fixed;
    z-index: 300;
    top: 0;

}

table#find_product.commun.sticky th.th {
    /* position: sticky;
    top: 343px; */
}


.salesprice,
.showspan_opensku,
.showSrpprice {
    padding-top: 5px;
    display: inline-block;
}

table.commun tr.lineprice .petit {
    border-radius: var(--radiusButton);
    /* border: 1px solid #dfdfdf55; */
}



table.commun tr.lineprice .description {
    /* width: 70%; */
    min-width: 50px;
    min-height: 30px;
    padding: 3px;
    background: #ffffff59;
    border-radius: var(--radiusButton);
    color: #000;
    transition: none;
    max-height: 600px;
    font-size: 1.15em;
}

table.commun tr.lineprice .description.noir {
    color: #000;
}


table.commun tr.lineprice .description.moyen {
    width: 95%;
}

table.commun tr.lineprice:hover .description {
    background: #fff;
    transition: none;
}

table.commun tr.lineprice.unsaveLine {
    border-right: 2px dashed var(--orange);
    border-left: 2px dashed var(--orange);
    background: #b3730e14;
}

table.commun tr.lineprice.LineQuoteLoyalty {
    border-right: 2px dashed var(--loaylty);
    border-left: 2px dashed var(--loaylty);
    background: #442b8288;
    color: #fff;
    font-weight: 600;
}

table.commun tr.lineprice.LineQuoteLoyalty .salesprice {
    padding-top: 0px;
}



table.commun tr.lineprice.LineQuoteLoyalty td.td {
    padding: 3px;
    border-left: 1px transparent;
    border-right: 1px transparent;
}

table.commun td.td:first-of-type {
    border-left: 2px solid transparent;
}

table.commun td.td:last-of-type {
    border-right: 2px solid transparent;
}

table.commun tr.lineprice.unsaveLine td.td:first-of-type {
    border-left: 2px dashed var(--orange);
}

table.commun tr.lineprice.unsaveLine td.td:last-of-type {
    border-right: 2px dashed var(--orange);
}

table.commun tr.lineprice.unsaveLine.LineQuoteLoyalty td.td:first-of-type {
    border-left: 2px dashed var(--loaylty);
}

table.commun tr.lineprice.unsaveLine.LineQuoteLoyalty td.td:last-of-type {
    border-right: 2px dashed var(--loaylty);
}

table.commun tr.lineprice .btosaveorange {
    margin-left: 20px;
    display: none !important;
}

table.commun tr.lineprice.unsaveLine .btosaveorange.addbutton {
    display: inline-block !important;
}

table.commun tr.lineprice.unsaveLine.autosaveinProgress .btosaveorange.addbutton {
    display: none !important;
}

table.commun tr.lineprice.unsaveLine .btosaveorange:hover {
    cursor: pointer;
    font-weight: 600;
    color: var(--defaultColor);
}

table.commun tr.lineprice.autosaveinProgress.wait {
    cursor: wait;
}



div.getDetailsTotal {
    z-index: 1;
    padding: 5px;
    margin-top: 0px;
    width: 250px;
    right: 0;
    margin-right: -277px;
    font-size: 0.8899em;
    margin-top: -30px;
    cursor: default;
}

div.getDetailsTotal:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    border-top: 20px solid #1e0f69;
    top: 9px;
    left: -15px;
    z-index: 0;
}


.getDetailsTotalinfo .grp {
    margin: 0 0 5px;
    border-bottom: 1px solid var(--trait);
}

.getDetailsTotalinfo .grp .lnt {
    padding: 2px;
}

.getDetailsTotalinfo .closepopup {
    position: absolute;
    right: 0;
    margin: -13px -7px 0 0;
    padding: 2px;
    border-radius: 35%;
    color: #000;
    background: #f7dab4;
    box-shadow: 0 0 3px #ddd;
    cursor: pointer;
}

.getDetailsTotalinfo .closepopup:hover {
    box-shadow: 0 0 4px #777;
}


.infoOppo {
    margin-left: 10px;
    color: #fff;
    font-size: 1.3em;
    max-height: calc(100vh - 230px);
    /* padding-bottom: 50px; */
    overflow-x: hidden;
    overflow-y: auto;
}

.vgrise .infoOppo {
    color: #000;
}


.infoOppo .prestn_top {
    margin-top: 30px;
    padding: 7px 0;
    /* border-top: 1px solid #ffffff33; */
    border-top-right-radius: var(--radius);
}

.infoOppo .prestn {
    margin-bottom: 10px;
}

.infoOppo .prestn .ttcomm {
    width: 35%;
}

.infoOppo .prestn select.moyen {
    min-height: 27px;
    height: 27px;
}

.infoOppo .prestn input.moyen {
    min-height: 23px;
    height: 23px;
}

.infoOppo .prestn select.moyen,
.infoOppo .prestn input.moyen {
    color: #fff;
    background: transparent;
    border: 1px dashed #ffffff30;
    border-radius: var(--radius);
    text-align: right;
}

.infoOppo .prestn textarea.moyen {
    color: #212121;
    background: #ffffffcf;
    border: 1px dashed #ffffff30;
    border-radius: var(--radius);
}

.vgrise .infoOppo .prestn select.moyen,
.vgrise .infoOppo .prestn input.moyen {
    color: #000;
    border: 1px dashed #aaa;
}

.bigTitle {
    /* font-weight: 600; */
    font-size: 2em;
    /* margin-bottom: 30px; */
}

.listOverview {}

.boxarrengement {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 40px;
}

.listeQuoteside .boxarrengement {
    display: block;
}

.listeQuoteside .boxarrengement .part {
    margin: 0 0 10px;
}

.boxarrengement .part {
    align-self: start;
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid var(--trait);
}

.boxarrengement .part .toptotlpop {
    width: 90%;
}

.boxarrengement .part.preferred .topttle {
    background-color: #fff9f2;
}

.boxarrengement .part span.preferredicon {
    display: none;
}

.boxarrengement .part span.notpreferred {
    display: initial;
}


.boxarrengement .part span.material-symbols-outlined:hover,
.boxarrengement .part.preferred span.material-symbols-outlined {
    color: var(--orange);
}

.boxarrengement .part.preferred span.material-symbols-outlined:hover {
    color: var(--blue);
}


.boxarrengement .part.preferred span.preferredicon {
    display: initial;
}

.boxarrengement .part.preferred span.notpreferred {
    display: none;
}



.boxarrengement .part.preferred .blue,
.boxarrengement .part.preferred input.transparent.blue {
    color: var(--orange);
}

.boxarrengement .part.preferred .opa {
    opacity: unset;
}

.boxarrengement .part:hover {
    box-shadow: 2px 4px 9px #cccccc;
}

.boxarrengement .part:hover .material-symbols-outlined {
    color: var(--blue);
    font-weight: 600;
}

.boxarrengement .part .int {

    background: #fff;
    border-radius: var(--radius);
}

.boxarrengement .part .int .topttle {
    padding: 15px;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    border-bottom: 1px solid var(--trait);
}

.boxarrengement .part .int .montant {
    padding: 15px;
    border: 1px solid transparent;
}

.boxarrengement .part .int .montant:hover {
    border-top: 1px solid var(--selected);
    border-bottom: 1px solid var(--selected);
    background-color: var(--selected0);
    cursor: pointer;
}




.boxarrengement .part.Active .topttle {
    gap: 5px;
}

.selectMenuDown .Active,
.boxarrengement .part.Active .int .montant .statut,
.boxarrengement .part.Active .int .montant .prices {
    color: var(--blue);
}

.selectMenuDown .Draft,
.boxarrengement .part.Draft .int .montant .statut,
.boxarrengement .part.Draft .int .montant .prices {
    color: var(--Draft);
}



.boxarrengement .part.Draft .topttle {}


.selectMenuDown .Won,
.boxarrengement .part.Won .int .montant .statut {
    color: var(--Won);
}

.boxarrengement .part.Won .montant {
    background: #f5faf3;
}

.selectMenuDown .Close,
.boxarrengement .part.Close .int .montant .statut {
    color: var(--Closed);
}

.boxarrengement .part.Close .topttle {}


.boxarrengement .part .int .montant .statut {
    font-weight: 600;
    font-size: 1.5em;
}



.boxarrengement .part .int .prices {
    text-align: center;
    font-weight: 600;
    font-size: 2em;
}

.boxarrengement .part .int .listartcile {
    opacity: 0.7;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.boxarrengement .part.preferred .int .listartcile .quantityProd {
    color: var(--orange);
}

.boxarrengement .part.preferred .int .listartcile {
    opacity: 1;
    /* background-color: #eb910605; */
}

.boxarrengement .part:hover .int .listartcile {
    opacity: 1;

}



.boxarrengement .part .rjspopup {
    border-radius: var(--radiusButton);
    padding: 0;
}

.boxarrengement .part .rjspopup .mnuqt {}

.boxarrengement .part .rjspopup .mnuqt .action {
    padding: 10px 20px;
    color: #000;
    border-radius: var(--radius);

}

.boxarrengement .part .rjspopup .mnuqt .action:hover {
    background-color: #fff;


}


.searchformore {
    padding: 3px;
    text-align: center;
    color: var(--orange);
    font-style: italic;
}


/***************Menu SCROLL DOWN********************************/
.selectMenuDown {
    display: inline-block;
    position: relative;
    z-index: 5;
    margin-top: -5px;
}


select.transparent,
textarea.transparent,
input:not(input[type="radio"], input[type="checkbox"]).transparent,
.uneditable-input.transparent,
input.transparent {
    background: transparent;
    border: 1px dashed transparent;
    border-color: transparent;
}

.selectMenuDown .inputnameChange {
    font-size: 1em;
    background: transparent;
    border: 1px solid transparent;
    color: black;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 22px;
}

input.transparent:focus,
input.transparent:hover {
    transition: all ease-in-out 0.3s;
    border: 1px solid #345bfea3;
    box-shadow: 0 0 2px 1px #345bfe7d;
}


.selectMenuDown .bttm {
    display: flex;
    cursor: pointer;
    width: fit-content;
    color: var(--noir);
    border: 1px solid transparent;
    max-width: calc(100vw - 450px);
}


.selectMenuDown .bttm.main {
    width: fit-content;
    border: 0px solid transparent;
}

.selectMenuDown .submm {
    display: none;
    margin-left: 10px;
    position: absolute;
    z-index: 102;
    padding: 10px;
}


.selectMenuDown .submm .bttm {
    font-size: 0.4em;
    opacity: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    box-shadow: 1px 3px 7px #0e0e0e43;
    /* font-weight: normal; */
    padding: 10px 15px;
    min-width: 250px;
}


.selectMenuDown span.Active {
    color: var(--Active);
}

.selectMenuDown span.Draft {
    color: var(--Draft);
}


.selectMenuDown span.Won {
    color: #87c570;
    color: var(--Won);
}

.selectMenuDown span.Close {
    color: var(--Close);
}





/***************Menu SCROLL DOWN********************************/


.groupQuote {}

.groupQuote .leftDevis {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.groupQuote .rightSetting {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.groupQuote.open {}

.groupQuote.open .leftDevis {}

.groupQuote.open .rightSetting {
    width: 300px;
    background: #ffffff94;
    border-radius: var(--radius);
    margin-left: 5px;
    min-height: 500px;
    padding: 15px;
    opacity: 1;
    margin-top: 100px;
}

.groupQuote .rightSetting .blcinput {

    margin: 24px 0;
}



#zeroQuoteHello {
    background-position: 94% top;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
    height: 40vh;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#zeroQuoteHello .presentdonew {
    width: 80%;
    display: flex;
    font-size: 40px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #d1cfcf75;
}

#zeroQuoteHello .presentdonew .material-symbols-outlined {
    font-size: 150px;
    color: #eaeaeabb;
}


.switchToggle.petit,
.switchToggle.toggleCompb,
.switchToggle.chantquote {
    --switchToggleZOOM: 15px;
}

.switchToggle.moyen {
    --switchToggleZOOM: 16px;
}


div.toggleCompb {
    margin-top: 7px
}



.blochiddenremove {
    height: 70px;
}

.popupajax2.bottom_popup2.duplicateQuote {
    /* min-height: 200px !important; */
    border-radius: var(--radius) !important;
    padding: 20px !important;
    box-shadow: unset;
    background: linear-gradient(#fff, transparent);
    background: #fff;
}

.popupajax2.bottom_popup2.duplicateQuote .fermeture,
.popupajax2.bottom_popup2.duplicateQuote div.poptitle {
    display: none;
}

.duplicateQuote .rjsloadercss .rjsloadbarreprogress div.load:before {
    content: '';
    display: block;
    background: linear-gradient(90deg, transparent, rgb(9 65 214 / 16%), transparent);
    width: 30%;
    padding: 6px 0 6px 0;
    margin-left: 0%;
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    animation: barrrload 1s ease-in-out 3s infinite alternate;
    opacity: 0;
}

.duplicateQuote .rjsloadercss .rjsloadbarreprogress div.load {
    --pourcentprograss: 0%;
    --degredprograss: 45deg;
    background: linear-gradient(var(--degredprograss), #1f7bed38, #1f7bed82);
    padding: 2px 0;
    overflow: hidden;
    text-align: right;
    border-radius: 2px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.duplicateQuote .rjsloadercss .rjsloadbarreprogress div.load .ttaprog {
    font-size: 9px;
    margin-right: 15px;
    width: 20px;
    color: #fff;
}

.duplicateQuote .rjsloadercss .rjsloadbarreprogress {
    padding: 1px 0;
    border-radius: 2px;
    border-top: 1px dashed #c3c3c3;
    border-bottom: 1px dashed #c3c3c3;
    margin: 1px;
    background: linear-gradient(90deg, #efefef55, #e3e3e355);
}

.duplicateQuote .numelinefkdlm {
    position: absolute;
    margin-top: -2px;
    margin-left: 3px;
    z-index: 2;
}

.duplicateQuote .linefpgrooree {
    height: 10px;
    position: relative;
    z-index: 1;
}

div.ephemere.popup_warning.rouge {
    border: 1px solid var(--red);
    padding: 15px;
    animation: popup_warning 0.25s ease-out both;
    top: 30px;
    right: 20px;
    border-radius: 6px;
    background: var(--red_pal);
    box-shadow: 0 0 31px #797979af;
}

div.ephemere.popup_warning.vert {
    border: 1px solid #56b324;
    padding: 15px;
    animation: popup_warning 0.25s ease-out both;
    top: 30px;
    right: 20px;
    border-radius: 6px;
    background: #f2f5f0;
    box-shadow: 0 0 31px #797979af;
}

div.ephemere.popup_warning .croix {
    display: block;
    color: #000;
    margin-right: 7px;
}

div.ephemere.bottom {
    top: unset !important;
    bottom: 30px !important;
}

div.ephemere.popup_warning {
    display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: flex-start;
}





.edfautlSettign {
    margin-top: 30px;
}


.nobreakline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.wordbreak {
    word-break: break-all;
}





/* .bullUser {
    border-radius: 50%;
    background: var(--defaultColor);
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
    overflow: hidden;
    border: 0px;
    text-transform: uppercase;
} */

.bullUser {
    border-radius: 50%;
    background: var(--defaultColor);
    color: #fff;
    padding: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}


.profilttrop {
    background: linear-gradient(45deg, #f7f4e6 50%, var(--selected) 50%);
}

.profilttrop .bullUser {
    background: var(--defaultColor);
    color: #fff;
    padding: 15px;
    position: relative;
    top: 15px;
    border: 7px solid #fff;
}

.quote .profilttrop .bullUser {
    cursor: pointer;
}

#topficheclient #closePopQuote {
    display: none;
}

.rideau .quote #topficheclient #closePopQuote {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    right: -34px;
    top: -21px;
}

.rideau .quote #topficheclient #closePopQuote span.material-symbols-outlined {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.blockbull .infoscontact {
    padding: 7px 10px 15px 15px;
    border-bottom: 1px solid var(--trait);
}

.blockbull .infoscontact:last-of-type {
    border-bottom: 0px solid var(--trait);
}

.blockbull .infoscontact .sousinfos {
    padding: 0px 10px 10px;
    margin: 5px 2px;
    background-color: #fcfcfcbf;
    border-radius: var(--radius);
    border: 1px solid #dedfe247;
}

.blockbull .infoscontact .sousinfos .material-symbols-outlined {
    color: #999;
    font-size: 17px;
    opacity: 0.5;
    top: 4px;
}

.blockbull .infoscontact.pointer:hover {
    background-color: var(--selected0);
}

.blockbull .infoscontact.pointer:hover .material-symbols-outlined {
    font-weight: 600;
    color: var(--orange);
}


.insided .titleContent {
    margin-bottom: 15px;
}

.zonefiltreTop {
    gap: 5%
}


.zonefiltreTop > div.button {
    width: 15%;
    min-width: 170px;
}

.zonefiltreTop > .firstblc {
    width: 70%;
    padding-left: var(--gapMargin);
    gap: 5%
}

.zonefiltreTop .firstblc > div.contour {
    width: 100%;
    max-width: 200px;
}

.zonefiltreTop > div.button,
.zonefiltreTop .firstblc > div.contour {
    font-size: 0.85em;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 3px;
}

.zonefiltreTop .firstblc > div.contour {
    background-color: #fff;
    text-align: left;
    justify-content: space-between;
}

.zonefiltreTop .firstblc > div.contour:hover {
    border: 1px solid var(--defaultColor);
}

.zonefiltreTop .firstblc > div.contour .material-symbols-outlined {
    transition: all 0.2s;
    margin-right: 10px;
}

.zonefiltreTop .firstblc > div.contour:hover .material-symbols-outlined {
    color: var(--defaultColor);
    font-weight: 600;
    margin-left: 5px;
}

.zonefiltreTop .firstblc > div.contour.ici {
    background-color: var(--blue);
    color: #fff;
}


.zonefiltreTop .firstblc > div.contour.ici:hover {
    color: #fff;
}

.zonefiltreTop .firstblc > div.contour.ici .material-symbols-outlined {
    margin-left: 5px;
}

.zonefiltreTop .firstblc > div.contour.ici:hover .material-symbols-outlined {
    margin-left: -2px;
    color: #fff;
}

#blockoverwload {
    padding: 1% var(--gapMargin) var(--gapMargin);
}

#blocContent.quote #blockoverwload {
    padding: 0;
}


#moredetailsinfos {
    transition: all ease-in-out 0.4s;
    width: 0;
}

#moredetailsinfos.opendetails {
    width: 340px;
}



#addNewMessageAlert {
    padding: 0;
}

#addNewMessageAlert .titletopmess {
    color: #bbb;
}

#addNewMessageAlert .listemessage {
    margin-top: 5px;
    max-height: 60vh;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

#addNewMessageAlert .listemessage .msgwarnii {
    border-top: 10px solid #fff;
    width: 100%;
}

#addNewMessageAlert .listemessage .msgwarnii .conntten {
    padding: 10px;
    width: 100%;
}

#addNewMessageAlert .listemessage .msgwarnii .cccClose:hover .material-symbols-outlined {
    opacity: 1;
    font-weight: 600;
}

#addNewMessageAlert .listemessage .msgwarnii.rouge {
    background-color: #f9cbcb57;
    color: unset;
}

#addNewMessageAlert .listemessage .msgwarnii.vert {
    background-color: #d3f5d257;
    color: unset;
}

#addNewMessageAlert .listemessage .msgwarnii.orange {
    background-color: #ff960127;
    color: unset;
}

#addNewMessageAlert .listemessage .msgwarnii.jaune {
    background-color: #fff86327;
    color: unset;
}



#ttOtherCompte {
    border-radius: 50%;
    color: #fff;
    font-size: 0.7em;
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#ttOtherCompte.rouge {
    background: red;
}

#ttOtherCompte.vert {
    background: #00800061;
}

#ttOtherCompte.orange {
    background: orange;
}

#ttOtherCompte.jaune {
    background: yellow;
}


#toolresearch {
    opacity: 0;
}



.rjsloadercss .rjsloadbarreprogress div.load {
    background: linear-gradient(var(--degredprograss), transparent, var(--defaultColor));
    overflow: hidden;
    text-align: right;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.rjsloadercss .rjsloadbarreprogress div.load .ttaprog {
    display: none;
}

.rjsloadercss .rjsloadbarreprogress div.load:before {
    background: linear-gradient(90deg, transparent, rgba(40, 9, 214, 0.4), transparent);
    padding: 1px 0 2px 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.zoneresreach {
    margin-top: 10px;
}

.zoneresreach .decoInput {
    --paddingDecoInput: 8px;
}

.zoneresreach .decoInput input {
    font-size: 0.9em;
}

.zoneresreach .decoInput .material-symbols-outlined {
    font-size: 1.2em;
    border-right: 0;
    background: #fff;
}


.detaislAtodesk {
    display: grid;
    grid-template-columns: repeat(auto-fill, min(130px));
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
}

table.getLineQuote td.td div.detaislAtodesk input:not(input[type="radio"], input[type="checkbox"]) {
    width: unset;
    max-width: unset;
    min-width: unset;
}


#blockToolResearchslide {
    opacity: 0;
    display: none;
}

#blockToolResearchslide.comether {
    display: block;
}

#getLineQuote {
    position: relative;
    z-index: 1;
}

#loadSearchtool {}

tr.flyingTRAddQuote {
    opacity: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    background: #fff;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 0.8em;
    transition: all ease-in-out 0.3s;
}

tr.flyingTRAddQuote td.td.grise2,
tr.flyingTRAddQuote td.td.blue {
    width: 20%
}

tr.flyingTRAddQuote td.td.center,
tr.flyingTRAddQuote td.td.right {
    width: 10%
}

#loadSearchfiltretool {
    min-height: 20px;
}









div.switchConnectionCRM {
    margin-right: 10px;
    gap: 5px;
}

.scrollTextAnime {
    overflow: hidden;
    height: 20px;
    width: 100px;
    transition: all ease-in-out 0.3s;
}

.scrollTextAnime.inverse {
    width: 122px;
}

.scrollTextAnime .scrollText2 {
    position: relative;
    opacity: 0;
    top: 20px;
    left: 0px;
    transition: all ease-in-out 0.3s;
}



div.switchConnectionCRM:hover .scrollTextAnime {
    width: 122px;
}



div.switchConnectionCRM:hover .scrollTextAnime .scrollText2 {
    opacity: 1;
    top: -20px;
}

.scrollTextAnime .scrollText1 {
    position: relative;
    opacity: 1;
    top: 0px;
    left: 0px;
    transition: all ease-in-out 0.3s;
}

div.switchConnectionCRM:hover .scrollTextAnime .scrollText1 {
    opacity: 0;
    top: -20px;
}


.flexCentertxtSwi.flex.center > * {
    margin: 0px;
}

.flexCentertxtSwi.flex.center .questionhost {
    position: absolute;
    margin-top: 30px;
    margin-left: 110px;
    display: flex;
    flex-direction: column;
}

.flexCentertxtSwi.flex.center .questionid {
    position: absolute;
    margin-top: -70px;
    margin-left: 74px;
    display: flex;
    flex-direction: column-reverse;
}

.flexCentertxtSwi.flex.center .questionid .material-symbols-outlined {
    transform: rotateZ(-180deg);
}


.listemessage div.listaddquoterequest {
    margin-top: 10px;
}


.groupLoyalty {
    gap: 10px;
}

.groupLoyalty .bclklyty {
    opacity: 0;
    gap: 10px;
    padding: 0px 15px 0px 5px;
    border-radius: 50px;
    color: #fff;
    background: #442b82;
}

.groupLoyalty .bclklyty .ttalopoint {
    font-weight: 600;
}

.groupLoyalty .bclklyty img {
    height: 40px;
}

.groupLoyalty .bclklyty .appear {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 0;
    transition: width ease-in-out 0.4s;
}

.groupLoyalty .bclklyty:hover .appear {
    width: 140px;
}

td.promotionTd.loyaltyyyy .promotionDiv {
    display: none;
}

td.promotionTd .discountAmountPerLoyalty {
    display: none;
}

td.promotionTd.loyaltyyyy .discountAmountPerLoyalty {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    min-height: 29px;
}

td.promotionTd.loyaltyyyy {
    background-color: var(--loaylty);
    color: #fff;
}


td.promotionTd .loyaltypointShow {
    font-weight: 600;
    color: var(--loyaltyColorPoint);
}

div.groupLoyalty .bclklyty,
div.groupLoyalty .bclklyty input {
    color: var(--loaylty);
}

div.groupLoyalty .bclklyty input.uniquerangeloyaly {
    accent-color: var(--loaylty);
    color: var(--loaylty);
    background: var(--loaylty);
}

.jrstyle table.rjstadagenda th._week.title,
.jrstyle table.rjstadagenda td._day.heure.title {
    font-style: normal !important;
    border: 0 solid transparent !important;
    border-radius: 0 !important;
}

.jrstyle table.rjstadagenda td div._nday {
    border-bottom: 0px dashed #c1c1c1;
    margin-bottom: 12px;
    padding-bottom: 2px;
}

.jrstyle table.rjstadagenda td div._nday div.num {
    float: unset;
}

.jrstyle table.rjstadagenda td div._dataEvent {
    border-radius: var(--radiusButton);
    padding: 0px;
    box-shadow: unset;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: normal;
    min-width: 140px;
    max-width: 200px;
    margin: auto;
}

.jrstyle table.rjstadagenda.mois td div._dataEvent {
    margin-bottom: 3px;
}

.jrstyle table.rjstadagenda.lateral .flex.break {
    flex-wrap: nowrap;
}

.jrstyle table.rjstadagenda.lateral td div._dataEvent {
    margin-bottom: 10px;
}

.jrstyle table.rjstadagenda.lateral td div._dataEvent > div {
    /* width: 100%; */
}

.jrstyle table.rjstadagenda td div._dataEvent.underhite.debutSuite,
.jrstyle table.rjstadagenda td div._dataEventWait.underhite.debutSuite {
    border: 1px solid var(--red);
    border-top: 1px solid transparent;
    box-shadow: 0px 6px 6px #7777776e;
}


.jrstyle table.rjstadagenda.lateral th._week.emp {
    font-weight: 600;
    color: var(--defaultColor);
}

.jrstyle table.rjstadagenda.lateral th._week.wtitlemont,
.jrstyle table.rjstadagenda.lateral th._week.emp {
    display: none;
}

.jrstyle table.rjstadagenda td div._dataEvent .heurCreneau {
    font-size: 0.8em;
    font-weight: 600;
    padding: 8px 5px;
    text-align: center;
    justify-content: center;
}

.jrstyle table.rjstadagenda td div._dataEvent .heurCreneau .sekPrice {
    display: none;
}

.jrstyle table.rjstadagenda td div._dataEvent .clientName {
    padding: 5px 5px 0;
}

.jrstyle table.rjstadagenda td div._dataEvent .clientName .sbig.material-symbols-outlined.red {
    color: unset;
}



.jrstyle table.rjstadagenda td div._dataEvent .typePrestation {
    padding: 5px 5px 5px;
    background: var(--bgColor3);
    font-size: 0.85em;
}

.jrstyle table.rjstadagenda td div._dataEvent .typePrestation {
    background: unset;
}

.jrstyle table.rjstadagenda td div._dataEvent.isgroupProgression .typePrestation {
    background: unset;
}



.jrstyle table.rjstadagenda td div._dataEvent .heurCreneau .delaisTime {}

.jrstyle table.rjstadagenda td div._dataEvent.underhite,
.jrstyle table.rjstadagenda td div._dataEventWait.underhite {
    border: 1px solid var(--red);
    box-shadow: 0 0 6px #7777776e;
}


#calendarkreneo .eDivAgenda {
    margin-top: 30px;
}

#calendarkreneo .jrstyle table.rjstadagenda td._day {
    border-radius: var(--radiusButton);
    border: 1px dotted #e5e5e5;
    border-top: 1px solid #ebebeb;
}

#calendarkreneo .jrstyle table.rjstadagenda td._day.today {
    border-top: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
}

#calendarkreneo .jrstyle table.rjstadagenda td._day:hover div._nday div.num {
    color: var(--defaultColor);
    font-weight: 600;
}

#calendarkreneo .jrstyle table.rjstadagenda td._day:hover {}


#agendaSemaine .jrstyle table.rjstadagenda td._day.heure {
    border-radius: 0;
}


.jrstyle table.rjstadagenda td._day.heure.creneauprogramm {
    background-color: var(--blue_pal);
    border-bottom: 1px solid var(--blue_pal);
    color: var(--defaultColor);
    text-align: center;
    cursor: pointer;
}

.jrstyle table.rjstadagenda td._day.heure.creneauprogramm.maxMultiBooking {
    background-color: var(--red_pal);
    border-bottom: 1px solid var(--red_pal);
}



.jrstyle table.rjstadagenda td._day.heure.title span.titleHeure {
    display: block;
    margin-top: -8px;
    color: var(--defaultColor);
    position: relative;
    z-index: 1;
}

#agendaSemaine .jrstyle table.rjstadagenda tr.empty .titleHeure {
    opacity: 0.4 !important;
    font-weight: normal !important;
    margin-right: 5px;
    margin-top: -4px;
}

#agendaSemaine .jrstyle table.rjstadagenda tr.empty:nth-of-type(4n + 2) {}

#agendaSemaine .jrstyle table.rjstadagenda tr.empty:nth-of-type(4n + 2) .clock .titleHeure {
    display: none !important;
}

#agendaSemaine .jrstyle table.rjstadagenda tr.empty {}

#agendaSemaine .jrstyle table.rjstadagenda tr.empty td._day {
    padding: 0;
    border: 1px solid #ebebeb5c !important;
}

#agendaSemaine .jrstyle table.rjstadagenda tr.empty td div._dataheur {
    min-height: 7px;
    height: unset;
}


#calendarkreneo .jrstyle table.rjstadagenda tr.empty {}

#calendarkreneo .jrstyle table.rjstadagenda tr.empty td._day {
    padding: 0;
    border: 1px solid #ebebeb5c !important;
}

#calendarkreneo .jrstyle table.rjstadagenda tr.empty td div._dataheur {
    min-height: unset;
    height: unset;
}

#calendarkreneo .jrstyle table.rjstadagenda td div._dataheur {
    min-height: 15px;
    /* height: 80px; */
}

.jrstyle table.rjstadagenda td div._dataEvent.debutSuite {
    height: 94px;
    border-top: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
    margin-top: -20px;
    /* top: -36px; */
}



#calendarkreneo .jrstyle table.rjstadagenda td._day.heure.title span.titleHeure {
    font-weight: 600;
}


#calendarkreneo .jrstyle table.rjstadagenda tr.empty .titleHeure {
    opacity: 0.4 !important;
    font-weight: normal !important;
    margin-right: 5px;
    margin-top: -4px;
}

#calendarkreneo .jrstyle table.rjstadagenda tr.empty:nth-of-type(4n + 2) {}

#calendarkreneo .jrstyle table.rjstadagenda tr.empty:nth-of-type(4n + 2) .clock .titleHeure {
    display: none !important;
}





.jrstyle table.rjstadagenda td div._dataEvent.isgroupProgression {
    --tauxProgressPlan: 0%;
    /* background: linear-gradient(90deg, var(--bgColor3_pal) var(--tauxProgressPlan), #fff 0%); */
}

.jrstyle table.rjstadagenda td div._dataEvent.validated2 {
    background: var(--bgColor3_pal);
}

.jrstyle table.rjstadagenda td div._dataEvent span.validedok {}

table.rjstadagenda td div._dataEvent span.validedok .material-symbols-outlined {
    font-size: 15px;
    position: relative;
}

table.rjstadagenda td div._dataEvent.validated span.validedok .material-symbols-outlined {
    color: var(--defaultColor);
    font-weight: 600;
}

table.rjstadagenda div.eDivAgenda div.rjsscroll {
    cursor: grab;
}

table.rjstadagenda div.eDivAgenda div.rjsscroll.grabbing {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


div.rjspopup div.poptitle,
div.bottom_popup2 div.poptitle {
    background-color: #ffffff;
    border-bottom: 0px solid #b4b4b4;
}

body div.rideau {
    background: radial-gradient(#1e0f695c 30%, #1e0f696b);
}

div.rjspopup div.poptitle,
div.bottom_popup2 div.poptitle {
    background-color: #ffffff;
    border-bottom: 0px solid #b4b4b4;
}

div.rjsdivpopup,
div.bottom_popup2 div.poptitle {
    border-radius: var(--radiusButton);
}

div.bottom_popup2 div.poptitle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #e9e6f9;
    min-height: 15px;
}


.titlePopup {
    /* background-color: #e9e6f9; */
    padding: 10px 10px 15px;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

.fermeture {
    border: 1px solid transparent;
}

.lbblcinput {
    margin: 5px;
    display: block;
}

.FormToggle .lbblcinput {
    margin: 0px;
    display: block;
}


.blcFormbutton {
    display: flex;
}

.blcFormbutton.moyen {
    height: 42px;

}

.blcFormbutton .dvblcFormbuttont {
    display: flex;
}

.appBontentCenter .blcFormbutton .dvblcFormbuttont {
    display: flex;
    margin: 7px;
}

.blcFormbutton .dvblcFormbuttont label.lbblcbutton {
    background-color: #fff;
    display: flex;
    padding: 7px 15px;
    border-radius: var(--radiusButton);
    box-shadow: 2px 2px 8px #ddd;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.19s;
    -moz-transition: all ease-in-out 0.19s;
    -ms-transition: all ease-in-out 0.19s;
    -o-transition: all ease-in-out 0.19s;
    transition: all ease-in-out 0.19s;
    align-items: center;
    cursor: pointer;
}

.blckNextPlanning .blcFormbutton .dvblcFormbuttont label.lbblcbutton {
    background-color: #fff;
    display: flex;
    height: 30px;
    width: 150px;
    border-radius: var(--radiusButton);
    box-shadow: unset;
    border: 1px solid var(--bgColor3);
    /* border: 1px solid var(--defaultColor); */
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.19s;
    -moz-transition: all ease-in-out 0.19s;
    -ms-transition: all ease-in-out 0.19s;
    -o-transition: all ease-in-out 0.19s;
    transition: all ease-in-out 0.19s;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    font-weight: 600;
}


.blcFormbutton .dvblcFormbuttont label.lbblcbutton:hover {
    background-color: var(--bgColor_opac);
}

.blckNextPlanning .groupJour .listeButtonCreneau label.lbblcbutton.MaterialSymbolsOutlined.demiHeure.activebutton,
.blcFormbutton .dvblcFormbuttont label.lbblcbutton.activebutton,
.blcFormbutton .dvblcFormbuttont label.lbblcbutton.activebutton:hover {
    background-color: var(--defaultColor);
    color: #fff;
}



.totalheurhebdo {
    border-radius: 20px;
    background: var(--bgColor2);
    padding: 10px 25px;
}



.alltoplogobookProfil {
    --toplogobookProfilHeight: 60px;
    position: relative;
    min-height: var(--toplogobookProfilHeight);
}

.toplogobookProfil {
    /* background-color: var(--defaultColor); */
    color: #fff;
    height: var(--toplogobookProfilHeight);
    width: 100%;
    position: relative;
    z-index: 300;
    max-width: 700px;
}

.blockContentUserProf {
    border-radius: 13px;
    --bordrrrr1: 20px;
    --bordrrrr2: 20px;
    border-top-left-radius: var(--bordrrrr1);
    border-top-right-radius: var(--bordrrrr2);
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: -45px;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px -7px 7px #0000002b;
    max-width: 700px;
    min-height: 500px;
    margin-bottom: 100px;

}

.blockContentUserProf .titlecentral {
    background: #e7dcdc2e;
    border-top-left-radius: var(--bordrrrr1);
    border-top-right-radius: var(--bordrrrr2);
}



.toplogobookProfil.scrolled,
.toplogobookProfil.open {
    color: var(--defaultColor)
}

.toplogobookProfil.open div.logopart {
    background-image: url('../img/logo_kreneo.png');
}

.toplogobookProfil.scrolled div.logopart {
    height: 30px;
    background-image: url('../img/logo_kreneo.png');
}


.toplogobookProfil.scrolled button.contour.blanc,
.toplogobookProfil.open button.contour.blanc {
    color: var(--defaultColor);
    border-color: var(--defaultColor);
}

.toplogobookProfil.scrolled button.contour.blanc > *,
.toplogobookProfil.open button.contour.blanc > * {
    color: var(--defaultColor);
}


.toplogobookProfil.scrolled {
    background-color: #ffffffab;
    box-shadow: 0px 5px 5px #00000014;
}



.toplogobookProfil .insde {
    padding: 3px 10px;
}

.toplogobookProfil .insde .toplogobookProfil {}

.toplogobookProfil .insde .connexionpart {}

.bgGrisProfileprof {
    max-width: 700px;
}

.bgGrisProfileprof.calenda {
    border-top-left-radius: 50% 10%;
    border-top-right-radius: unset;

    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;

    background-color: #7f2d8f0f;
    background: linear-gradient(180deg, #7f2d8f0f 87%, transparent);
    border-bottom: unset;
}

.titlecentral {
    /* font-size: 1.5em; */

}

.bgGrisProfileprof .identite {
    margin-top: 10px;

}

.bgGrisProfileprof .identite .nom {
    gap: 3px;

}

.bgGrisProfileprof .identite .profession {
    font-weight: 600;
    padding: 5px 10px;
    font-size: 1.2em;
    color: var(--defaultColor);
}



.bullUser.Profbook {
    /* border-radius: 30% 50%; */
    background: radial-gradient(#e8e5f3 70%, #f7f6fb);
    background: radial-gradient(#e8e5f3 34%, #f7f6fb 100%);
    color: var(--defaultColor);
    height: 120px;
    width: 120px;
    font-size: 73px;
    margin: auto;
    margin-top: 40px;
    /* box-shadow: 3px 4px 10px #8181814f; */
    /* position: relative;
    z-index: 400; */
}

.bullUser .intdt {
    position: relative;

}

.blckNextPlanning .groupJour {
    margin: 0 0 30px;
    border-radius: var(--radiusButton);
}

.blckNextPlanning .groupJour .titleJour {
    border-radius: var(--radiusButton);
    background: linear-gradient(360deg, #d3d3d338, #ffffff);
    padding: 20px 15px;
    gap: 3px;
    transition: all ease-in-out 0.41s;
    box-shadow: 1px 1px 4px 2px #a8a8a861;
}


.blckNextPlanning .groupJour .titleJour.difference {
    background: linear-gradient(360deg, #d3755f2b, #ffffff);
}



.blckNextPlanning .groupJour .titleJour.openList {}

.blckNextPlanning .groupJour .titleJour .arrowmenu {
    font-size: 2.5em;
    font-weight: 600;
    position: relative;
    top: 2px;
    transition: all ease-in-out 0.41s;
}

.blckNextPlanning .groupJour .titleJour.openList .arrowmenu {
    transform: rotate(-180deg);
}


.blckNextPlanning .groupJour .titleJour .titeltime {
    font-weight: 600;
    text-transform: uppercase;
}

.blckNextPlanning .groupJour .titleJour .indecattion {}

.blckNextPlanning .groupJour .listeButtonCreneau {
    gap: 1%;
    padding: 20px 0;
    background: var(--bgColor);
    border: 1px solid var(--bgColor3);
    border-top: 0px solid transparent;
    border-bottom-left-radius: var(--radiusButton);
    border-bottom-right-radius: var(--radiusButton);
}

.blckNextPlanning .groupJour .listeButtonCreneau .blcFormbutton {
    margin: 10px 0;
}

.blckNextPlanning .groupJour .listeButtonCreneau label.lbblcbutton.MaterialSymbolsOutlined::before {
    content: 'schedule';
    margin-right: 3px;
    position: relative;
    top: 1px;
    opacity: 0.3;
}

.blckNextPlanning .groupJour .listeButtonCreneau label.lbblcbutton.MaterialSymbolsOutlined.demiHeure::before {
    content: 'search_activity';
}

.blckNextPlanning .groupJour .listeButtonCreneau label.lbblcbutton.MaterialSymbolsOutlined.demiHeure {
    background-color: #fbfbfd;
    border: 1px dashed #1e0f69;
}



.blockResultat {
    /*  background: var(--Active);*/
    color: var(--defaultColor);
    width: auto !important;
    margin-right: 37px;
    border-radius: var(--radiusButton);
    /* box-shadow: var(--shadow);*/
}

.blockconfig {
    border-radius: var(--radiusButton);
    background: #fff;
    box-shadow: var(--shadow)
}


.blcagendaplan {}


.blockconfig .configuration .lbblcinput {
    margin: 5px 10px 5px 0;
}

.blockconfig .configuration input.petit {
    max-width: 40px;
    text-align: center;
    font-weight: 600;
}

.jrstyle.rjsagenda {
    padding: 0;
}

.jrstyle table.rjstadagenda td,
.jrstyle table.rjstadagenda th {
    padding: 0;
}

.jrstyle.rjsagendaMin th.rjscalendar_mois .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-left: 4px;
}

.jrstyle.rjsagendaMin div.titlemois.min {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.jrstyle.rjsagendaMin th.trtitls {
    display: none;
}


.jrstyle.rjsagendaMin table.rjstadagenda th._week {
    text-align: left;
    padding: 3px;
    border-radius: 2px;
    font-size: 0.8em;
    border-bottom: unset;
    color: #b1b1b1;
    font-weight: normal;
    background: transparent;
}

.jrstyle.rjsagendaMin table.rjstadagenda {
    border-collapse: separate;
    height: 100%;
    border-spacing: 3px;
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day {
    text-align: left;
    padding: 3px;
    border-radius: 2px;
    border-radius: var(--radiusButton);
    border: 0px solid transparent;
    width: 14%;
    background: #fff;
    cursor: pointer;
    background-color: var(--bgColor_opac);
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.disponible {}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.disponible.multiBooking {}



.jrstyle.rjsagendaMin table.rjstadagenda.miniagenda td._day:hover {
    background-color: var(--bgColor) !important;
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin div.blcDay {
    min-height: 40px;
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin span._dd {
    font-size: 0.85em;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin.today span._dd {
    font-size: 0.85em;
    color: var(--defaultColor);
    font-weight: 900;
}

#agendaDashboard .jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin.today span._dd {
    color: var(--red);
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin .contentDetailsEvent {

    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    color: #fff;
    /* border-top-left-radius: 64% 25%;
    border-top-right-radius: 23% 20%;
    border-bottom-left-radius: 37% 15%;
    border-bottom-right-radius: 34% 46%; */
    border-radius: 50%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin .contentDetailsEvent.noir {
    color: var(--defaultColor);
}

.jrstyle.rjsagendaMin table.rjstadagenda td._day.agendaMin .contentDetailsEvent.noir.isAvenir {
    color: #bcaee3;
}

button.rjscalendar_nav {
    height: unset;
    cursor: pointer;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid var(--bgColor3);
    color: var(--defaultColor);
    border-radius: var(--radiusButton);
    font-weight: 500;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button.rjscalendar_nav.onit {
    background-color: var(--defaultColor);
    color: #fff;
}


#showTopMEnu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--bgColor2);
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
    /* border-bottom: 10px solid var(--defaultColor); */
    z-index: 250;
    overflow: hidden;
}

#showTopMEnu.open {
    height: 100vh;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    z-index: 250;
    overflow: auto;
}

#showTopMEnu.open .inttm {
    padding-top: 90px;
}

.material-symbols-outlined.menu {

    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}

.material-symbols-outlined.menu.open {
    transform: rotate(180deg);
}



#showBasketBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--showBasketBottomHeight);
    margin-bottom: calc(-1* var(--showBasketBottomHeight));
    background-color: var(--defaultColor);
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

#showBasketBottom.showBottom {
    margin-bottom: 0;
    box-shadow: 4px -1px 10px 1px #0000006e;
    border-top-left-radius: 24% 22%;
    border-top-right-radius: 9% 20%;
    z-index: 100;
}

#showBasketBottom.showFull {
    height: 100vh;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    z-index: 400;
    overflow: auto;
}


#showBasketBottom.showFull .fullPanier {
    margin-top: 50px;

}

#showBasketBottom.showFull .fullPanier .blockbascketAll {
    width: 90%;
    margin-bottom: 50px;
    max-width: 700px;

}

#simulateurClient .transofrmcoter {
    width: 300px;

    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: skewY(355deg) rotateY(30deg) scale(0.9);
}

.globvalide {
    background-color: var(--bgColor_opac);
}

#simulateurClient .globvalide {
    background-color: #fff;
}

.globvalide .list {}

.globvalide .list > .blcitem {
    /* border-bottom: 1px solid var(--bgColor3); */
    border-top: 1px solid var(--trait);
}

.globvalide .list > :first-child.blcitem {
    /* border-bottom: 1px solid var(--bgColor3); */
    border-top: 0px solid var(--trait);
}

.globvalide .list > :last-child.flex {
    border-bottom: 0px solid var(--bgColor3);
}

.globvalide .list > .flex.frais {
    padding: 0px 5px 2px 0;
    font-size: 0.8em;
}

.globvalide .list > .flex.frais .material-symbols-outlined {
    font-size: 1.6em;
}

.closeBottom {
    /* position: fixed;
    right: 20px;
    top: 60px; */
    width: 100%;

}

#showBasketBottom.showFull .closeBottom span.material-symbols-outlined {
    font-size: 5em;

}


#showBasketBottom .intt {}

#baskedhtml {
    min-height: var(--showBasketBottomHeight);
}



/************bare Range*********/
/************bare Range*********/
/************bare Range*********/
/************bare Range*********/
/************bare Range*********/
.graduationValue {
    display: flex;
    justify-content: space-between;
    padding: 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.graduationValue > div {
    display: flex;
    justify-content: center;
    font-size: 0.75em;

}

.graduationValue b {

    font-weight: 800;

}

input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: auto;
    appearance: auto;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 30px;
    width: 30px;
    background-color: var(--defaultColor);
    border-radius: 50%;
    border: none;
    /* box-shadow: -407px 0 0 400px var(--defaultColor); emove this line */
    transition: .1s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px var(--bgColor3);
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px var(--bgColor3);
}

input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px var(--bgColor3);
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px var(--bgColor3);
}

input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px var(--bgColor3);
}

input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px var(--bgColor3);
}

/************bare Range*********/
/************bare Range*********/
/************bare Range*********/
/************bare Range*********/
/************bare Range*********/


.logflesh {
    height: 41px;
    width: 114%;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin-left: -51px;
}


.mangicashback {
    -webkit-animation: mangicashback 2s ease-in-out infinite both;
    animation: mangicashback 2s ease-in-out infinite both;
    color: #ddd;


}

@-webkit-keyframes mangicashback {
    0% {
        opacity: 0;
        margin-left: 0%;
    }

    50% {
        opacity: 1;
    }

    80% {

        opacity: 1;
    }

    100% {
        margin-left: 88%;
        opacity: 0;
    }
}


.logo {
    height: 30px;
}


.tableVacances {}

.tableVacances .blockaddVacance {}


.switchToggle.redBt input:checked + .sliderToggle {
    background-color: var(--orange);
}

.switchToggle.offorange .sliderToggle {
    background-color: var(--red);
}

.switchToggle.offorange input:checked + .sliderToggle {
    background-color: var(--defaultColor);
}


.listEditCreno {
    border-bottom: 1px solid var(--bgColor);

}

.listEditCreno:last-child {
    border-bottom: 0px solid var(--bgColor);

}

.listEditCreno button {
    font-size: 0.8em;
}

.listEditCreno:hover {
    background: var(--bgColor_opac);
}

.borderShadowSimulation {
    box-shadow: -9px 6px 7px -1px #75757540;
}

/* 
.borderShadowSimulation::after {
    content: "";
    display: block;
    height: 8px;
    width: 0px;
    position: absolute;
    border-left: 1px dotted #75757577;
    transform: rotate(56deg);
    margin-left: -3px;
    margin-top: -3px;

} */


.menutopClient {

    max-width: 700px;
}


.menutopClient div.jrstyle div.div_bak div.div_table div.topmenu {
    display: flex;
    flex-direction: column;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: 0;
    gap: 0;
    box-shadow: unset;
    text-align: left;
    align-items: center;
}

div.jrstyle div.div_bak {
    padding: 10px 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid var(--selected);
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.menutopClient div.jrstyle div.div_bak {
    padding: 6px;
    background-color: #ebebeb;
    border-bottom: 1px solid var(--selected);
    border-radius: 10px;
    margin: 0 10px;
}

.menutopClient div.jrstyle div.div_bak div.div_table div.topmenu {
    font-size: 0.8em;
    color: var(--defaultColor);
    border-radius: 10px;
    opacity: 0.5;
    padding: 10px;
}

.menutopClient div.jrstyle div.div_bak div.div_table div.topmenu .material-symbols-outlined {
    font-size: 25px;
    color: var(--defaultColor);
    display: none;
}

.menutopClient div.jrstyle div.div_bak div.div_table div.topmenu.ici {
    opacity: 1;
    font-weight: 600;
    background: #ffffff;
    box-shadow: 1px 1px 2px #99999994;
}





.menutopClient div.jrstyle div.div_bak .div_table {
    display: flex;
    gap: 0%;
    justify-content: space-between;
}




/*************PROJECT MANAGEMENT*********************** */
.opengestionprogget .blclistproject {}

.opengestionprogget:hover .blclistproject {}

.opengestionprogget .blclistproject .title {}

.opengestionprogget .blclistproject .description {}

.opengestionprogget.ici .blclistproject .flecheright,
.opengestionprogget:hover .blclistproject .flecheright {
    transition: all ease-in-out 0.15s;
    transform: rotate(90deg);
}

.opengestionprogget .blclistproject {
    transition: var(--transition);

}

.opengestionprogget.ici .blclistproject {
    background: var(--bgColor2);

}

#get_list_sprint .updownajax {
    box-shadow: unset;
}

#get_list_sprint .overdetails {
    margin-top: -5px;
    background-color: #fff;
    background: #fff;
}

#get_list_sprint button:hover {
    box-shadow: var(--shadow);

}

#get_list_sprint .noteDescription {
    margin: 7px 0px 0px 0px;
    margin-left: 20px;
    padding-left: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}

#get_list_sprint .noteDescription .thisChild {
    border-left-width: 2px;
    border-left-style: solid;
    position: relative;
    top: 0px;
    left: 15px;
    max-width: calc(100% - 17px);
}



body.noteDescriptionOverJs #get_list_sprint .noteDescription {

    border-left-color: transparent !important;
}

body.noteDescriptionOverJs #get_list_sprint .noteDescription.groupChild.overJs {

    border-left-color: var(--defaultColor) !important;
}


#get_list_sprint .noteDescription.noChild {
    /* padding: 5px; */
    /* margin-left: 15px;
    padding-left: 7px; */
    border-left: 1px solid transparent !important;
    border-left-color: transparent !important;

}


#get_list_sprint .noteDescription .thisParent .progressionRate {
    /* font-weight: 600; */
}

#get_list_sprint .noteDescription .thisParent .countActivity {}

#get_list_sprint .noteDescription .thisParent .countActivity .okactivity .countnu {
    opacity: 0.1;
    font-weight: 400;

}


#get_list_sprint .noteDescription .thisParent .countActivity .okactivity .material-symbols-outlined {
    opacity: 0.1;
}



#get_list_sprint .noteDescription .thisParent .countActivity .okactivity.ici .countnu.opa3 {
    opacity: 1;
    color: var(--red);
    font-weight: 600;
}

#get_list_sprint .noteDescription .thisParent:hover .countActivity .okactivity.ici .material-symbols-outlined.opa3 {
    opacity: 0.6;
    font-weight: 400;
}




#get_list_sprint .noteDescription .thisParent {
    --progression: 0%;
    background: #fff;
    background: linear-gradient(90deg, #dde9dc6b var(--progression), #ffffff 0%);
    border-radius: var(--radiusButton);
    border: 1px solid #e9e9e9ba;
    padding: 5px
}

#get_list_sprint .noteDescription .thisParent.noChild {
    --progression: 0%;
    background: transparent;
    border-radius: var(--radiusButton);
    border: 1px solid transparent !important;
    border-left-color: transparent !important;
}

#get_list_sprint .noteDescription .thisParent:hover {
    box-shadow: var(--shadow);
    border-radius: var(--radiusButton);
}


#get_list_sprint .noteDescription .thisParent > div {
    /* padding: 5px; */
}

#get_list_sprint .noteDescription .thisParent .arrow_right:hover {
    background-color: #e9e9e9;
    border-radius: var(--radiusButton);
}

#get_list_sprint .noteDescription .thisParent.noChild .arrow_right {
    display: none;
}

#get_list_sprint .noteDescription .thisParent .checkedTask {
    display: none;
}

#get_list_sprint .noteDescription .thisParent.noChild .checkedTask {
    display: block;
}

#get_list_sprint .noteDescription .thisParent .textDectip:hover {
    text-decoration: underline;
    color: var(--defaultColor);
}



#get_list_sprint .noteDescription .addnew {
    margin-left: 16px;
    margin-top: 10px;
    display: none;
    transition: all ease-in-out 0.3s;

}

#get_list_sprint .noteDescription .addnew.ici {
    display: block;
}

#get_list_sprint .noteDescription .trunDown {
    transition: all ease-in-out 0.15s;
    transform: rotate(90deg);
}

#get_list_sprint .noteDescription input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

#get_list_sprint .noteDescription textarea.fig:hover {
    resize: both;
}



/*************MESSAGE*********************** */



.historiqueconversation {

    background-image: url(../img/chatbackground.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-color: #fff;
    background-attachment: fixed;
    border-radius: var(--radiusButton);
    --heightHere: calc(var(--heighLoadContent) - 110px);
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

.addCommentaire {
    height: 100px;
}


.blktimelineConversation {
    border-radius: var(--radiusButton);
    background: #f7f5f9f0;
    min-height: 100vh;
}


.timelineConversation {
    border-radius: var(--radiusButton);
}


.timelineConversation.fixednow {
    position: sticky;
}


.timelineConversation .bullmessage {
    display: flex;
}

.timelineConversation .bullmessage.lui {
    justify-content: flex-start;
}

.timelineConversation .bullmessage.moi {
    justify-content: flex-end;
}

.timelineConversation .bullmessage .blkmessage {
    max-width: 84%;
    margin: 5px 3% 5px 3%;
}

.timelineConversation .bullmessage.lui .blkmessage {}


.timelineConversation .bullmessage.lui .emailsender .avatar {}


.timelineConversation .bullmessage.moi .emailsender .avatar {}

.timelineConversation .bullmessage.moi .emailsender .avatar .bullUser {
    background: var(--defaultColor);
}

.timelineConversation .bullmessage.lui .emailsender .avatar .bullUser {
    background: var(--red);
}

.timelineConversation .bullmessage.moi .blkmessage {}



.timelineConversation .bullmessage .emailmessage {
    border-radius: var(--radius);
    background: #fff;
    padding: 10px;
    font-weight: 400;
}

.timelineConversation .bullmessage .emailsender .email {
    font-size: 0.8em;
    margin: 0 2px;
    font-weight: bold;
}

.timelineConversation .bullmessage .emailsender {
    margin-top: 20px;
    position: relative;
    left: -15px;
    top: 10px;
}

.timelineConversation .bullmessage.samesender .emailsender {
    margin-top: 0px;
    display: none;
}

.timelineConversation .bullmessage .emailmessage .date {
    font-size: 0.73em;
    text-align: right;
    color: var(--defaultColor);
    font-style: italic;
    margin: -4px 0 0px;
    transition: var(--transition);
}

.timelineConversation .bullmessage .emailmessage .message p {
    padding: 0;
    margin: 5px 0 0;
}

.timelineConversation .bullmessage .emailmessage .message img {
    display: block;
    max-width: 98%;
    border-radius: var(--radiusButton);
    /* box-shadow: var(--shadow); */
    margin: 2%;
}

.timelineConversation .bullmessage .emailmessage .message figure {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.timelineConversation .bullmessage .emailmessage .openMail {
    position: relative;
    margin-top: -25px;
    margin-left: 10px;
}

.timelineConversation .bullmessage .emailmessage .openMail .material-symbols-outlined {
    display: block;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    font-weight: bold;
    box-shadow: 3px 3px 7px 0px #8f8f8f8a;
    transition: ease-out 0.2s;
}

.timelineConversation .bullmessage .emailmessage .openMail .material-symbols-outlined:hover {

    box-shadow: 3px 3px 10px 0px var(--defaultColor);
}




.timelineConversation .bullmessage.lui .emailsender {
    justify-content: flex-start;
}

.timelineConversation .bullmessage.lui .emailmessage {}

.timelineConversation .bullmessage.moi .emailsender {
    justify-content: unset;
    flex-direction: row-reverse;
    margin-right: 10px;
    position: relative;
    left: 20px;
    top: 10px;
}


.timelineConversation .bullmessage.moi .emailmessage {
    background: #e9e7eb;
}

/*************MESSAGE*********************** */

#idmenuNoteDetails div.jrstyle div.div_bak {
    background-color: transparent;
}

#idmenuNoteDetails .divSizeHeight {
    height: calc(var(--heighLoadContent) - 210px)
}

/*************PROJECT MANAGEMENT*********************** */


div#chartcomeleftOverAll {
    box-shadow: 1px 1px 7px 0px #bfbfbfbd;
}

body.jrsRideauPopup:before {
    background: radial-gradient(#3b0cb1ab 30%, #3b0cb14a 95%);
    z-index: 400;
    background: #f8f8fcc4;
}

.ck-content .image-inline,
.ck-content .image {
    display: inline-block;
    margin: 10px 0 !important;
    max-width: 30% !important;
}

.ck-content .image img {
    min-width: unset;
}

.progressionStatus datalist {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    /* writing-mode: vertical-lr; */
    width: 100%;
    font-size: 0.7em;
}

.progressionStatus option {
    padding: 0;
}

.progressionStatus input[type="range"] {
    width: 100%;
    margin: 0;
    -webkit-appearance: auto;
    appearance: auto;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 8px;
    display: inline;
}



.addProductForm {}


.listPrestationProf {}

.blcprestation {}

.blcprestation .innPrest {}

.blcprestation .innPrest .textProduct {}



.blcprestation:hover {
    background-color: var(--bgColor2);
}

.blcprestation {
    border-bottom: 1px solid var(--trait);
}

.blcprestation:last-child {
    border-bottom: 0px solid var(--trait);
}

.blcprestation .innPrest .distance {
    font-size: 0.7em;
    font-weight: normal;
}

.blcprestation:hover .innPrest .arrowicone {
    transform: translateX(10px);
    transition: var(--transition);
}

#getListLieux .blcprestation .innPrest {}

.blcprestation .innPrest .mapDecoration {
    background-image: url(../img/image_map.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
}


.blcprestation.depassement_max_distance {
    opacity: 0.5;
}

.blcprestation.depassement_max_distance .innPrest .textProduct {
    border-radius: unset;
}

.blcprestation.depassement_max_distance .innPrest .mapDecoration {
    background-image: none;
}

.blcprestation.depassement_max_distance .innPrest > div.flex.etire.center {
    gap: 0;
}

.blcprestation.depassement_max_distance .innPrest .mapDecoration.orange {
    color: #000000;
}

.blcprestation.depassement_max_distance .partPrice {

    background-color: var(--bgColor_opac);
}

.blcprestation.depassement_max_distance:hover .innPrest .arrowicone {
    transform: unset;
    transition: unset;
}

.blcprestation.depassement_max_distance:hover .innPrest .arrowicone .material-symbols-outlined.blue {
    color: #000;
    opacity: 0.5;
}

.blclistnextevent {
    width: 250px;
    max-width: 250px;
}

.toplistEvent {
    background-color: var(--bgColor_opac);
    text-align: center;
    font-weight: 600;
}

.centerlistEvent {
    /* background-color: var(--bgColor_opac2);
    background-color: #f7f5f98f; */
}

.centerlistEvent .overflow {
    max-height: 500px
}

.blcEvent {
    background: #ffffff;
    margin-bottom: 10px;
    /* border-radius: 5px; */
    box-shadow: var(--shadow);
}

.blcEvent.isMultiBooking {}

.blcEvent:hover {
    background-color: var(--selected_pal);
}

div#chartcomeleftOverAll div.innerT div.closebtotopright {
    background-color: var(--bgColor3_pal);
}

div#chartcomeleftOverAll div.innerT div.closebtotopright .popupRight_top_title {
    font-weight: 600;
    font-size: 1.1em;
}

div#chartcomeleftOverAll.class_addProduct {
    min-width: 500px;
    width: 30%;
}

.felicitation {
    font-size: 1.5em;
    padding: 20px !important;
    border-radius: 72px !important;
    margin: 0 10%;
}

#sectionFoundEvent {
    width: 60vw;
    min-width: 350px;
    max-width: 800px;
}

.listingFoundEvent {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
    min-height: 40px;
}

.askTo_souscriptionNotification {
    opacity: 1;
    background-image: url(../img/chrome-notification-tutorial.svg);
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.minNameClient,
.minimenu .fullNameClient {
    display: none;
}

.minimenu .minNameClient,
.fullNameClient {
    display: block;
}

.timerOuverture {
    border-radius: 100px;
    transition: all ease-in-out var(--widtslideTransitionTime);
}

.timerOuverture:hover {
    padding-left: 10px;
    padding-right: 10px;
}

.timerOuverture .detailsit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: initial;
    width: 0;
    transition: all ease-in-out var(--widtslideTransitionTime);
}

.timerOuverture:hover .detailsit {
    width: 100%;
}

.sectMainbutton > div > button {
    margin-left: 0px;
    margin-right: 0px;
}






.qrcode {
    height: 150px;
}

.blkmessage .messageblk img {
    max-width: 100%;
}

.blkmessage .messageblk figure {
    padding: 0;
    margin: 0;
}

.blkmessage {
    background: #e5edf7;
    padding: 10px;
    border-radius: 10px;
    margin: 25px 0;

}

.blkmessage.isSupport {
    background: #f7f6e5;
}

.blkmessage .messagetime {
    font-weight: 600;
    font-size: 0.9em;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbdcf1;
    margin-bottom: 10px;
}

.blkmessage .messageblk {}

.qrcodeProfil {
    position: relative;
    margin-top: -103px;
    top: 13px;
}

.centerPropositionFacture {
    height: 300px;
}

.centerPropositionFacture .inActivationFacture {

    width: 300px;
}

.resumeMoisevolutionGraph {
    min-height: 370px;
}


.loadStatusTransaction {}

.loadStatusTransaction .steploadStatusTransaction {
    opacity: 0.4;
}

.loadStatusTransaction .steploadStatusTransaction.current,
.loadStatusTransaction .steploadStatusTransaction.passed {
    opacity: 1;
}


.bullNum.blue.petit {
    height: 20px;
    width: 20px;
    font-size: 0.75em;
    color: #3b0cb1a3;
    background: #3b0cb117;
}