@import url("var_css.css");
@import url("animates.css");



.material-symbols-outlined-fill,
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1;
    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;
    position: relative;
}

.middle .material-symbols-outlined,
.center .material-symbols-outlined {
    top: 0px;
}

.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
}

div._listeSelected_ ._ttEfface_:before,
div._listeDiv_ li._listeli:before,
div._listeDiv_.slct li._listeli:before,
.fleche:before {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    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;
}

.fleche:hover:before {
    text-decoration: none;
    left: 3px;
}

.fleche {
    display: flex;
    flex-wrap: nowrap;
}

a.fleche {
    display: inline-flex;
}

.fleche:before {
    position: relative;
    content: 'chevron_right';
    top: 3px;
    left: 0px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--blue_pal);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
    border-radius: 5px;
}

::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;
}


html {
    min-height: 100vh;
    color: var(--noir);
    letter-spacing: unset;
    background-color: #fff;
    background-color: var(--defaultColor);
}

html.open {
    -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;
    background-color: var(--defaultColor);
}

html.noscroll {
    overflow-x: hidden;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: #fff;
    color: var(--defaultColor);
    letter-spacing: unset;
    font-size: 1.7rem;
    background-image: url(../img/microdistrict-2020-vector-1920x798.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    --headerStick: 95px;
    --headerFristHeight: 41px;
}

#site-header {
    position: fixed;
    width: 100%;
    -webkit-transition: all ease-in-out 0.26s;
    -moz-transition: all ease-in-out 0.26s;
    -ms-transition: all ease-in-out 0.26s;
    -o-transition: all ease-in-out 0.26s;
    transition: all ease-in-out 0.26s;
    box-shadow: 0 0 10px #999;
}

#site-header.scrolldown {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    margin-top: calc((-1 * var(--headerFristHeight)));
}

main {
    padding-top: var(--headerStick);
}

body.inver {
    background-color: var(--gbGrise);
}

.wp-site-blocks {
    padding-top: 0px;
    padding-bottom: 0px;
}

button,
.wp-element-button,
.wp-block-button__link {
    background-color: var(--defaultColor);
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: 0.85em;
    line-height: inherit;
    padding: calc(0.367em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: unset;
}

button img {
    object-fit: contain;
    height: 20px;
    width: 20px;
}

button.moyen,
.wp-element-button.moyen,
.wp-block-button__link.moyen {
    padding: calc(0.6em + 2px) calc(2.0em + 2px);
    font-size: 0.9em;
}

.button:hover,
button:hover {
    box-shadow: 0 0 6px #777;
    transform: scale3d(1.03, 1.03, 1.03);
    text-decoration: none;
}

#site-footer button.orange:not(.toggle),
button.orange,
.button.orange {
    background: var(--orange);
    color: var(--defaultColor);
}

#site-footer button.contour:not(.toggle),
button.contour,
.button.contour {
    background: transparent;
    border-width: 2px;
    border-style: solid;
    color: var(--defaultColor);
    border-color: var(--defaultColor);
}

#site-footer button.contour:not(.toggle):hover,
button.contour:hover,
.button.contour:hover {
    background: transparent;
    color: unset;
}

#site-footer button.orange.contour:not(.toggle),
button.orange.contour,
.button.orange.contour {
    border-color: var(--orange);
    color: var(--orange);
}

#site-footer button:not(.toggle):hover,
button.orange:hover,
.button.orange:hover {
    color: var(--noir);
    text-decoration: none;
}


#site-footer button._blanc:not(.toggle),
button._blanc,
.button._blanc {
    background: #fff;
    color: var(--defaultColor);
}

#site-footer button:not(.toggle):hover,
button._blanc:hover,
.button._blanc:hover {
    background-color: var(--defaultColor);
    color: #fff;
    text-decoration: none;
}

#site-footer button.blanc.contour:not(.toggle),
button.blanc.contour,
.button.blanc.contour {
    border-color: #fff;
    color: #fff;
}

#site-footer button:not(.toggle):hover,
button.blanc:hover,
.button.blanc:hover {
    background: #fff;
    color: var(--defaultColor);
    text-decoration: none;
}

#site-footer button.noir.contour:not(.toggle),
button.noir.contour,
.button.noir.contour {
    border-color: var(--noir);
    color: var(--noir);
}

#site-footer button:not(.toggle):hover,
button.noir:hover,
.button.noir:hover {
    color: var(--black);
    text-decoration: none;
}

body .is-layout-constrained > :where(:is(.topheadgrttext)) {
    max-width: unset;
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-constrained > * + * {
    margin-block-start: unset;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li.wp-block-pages-list__item.wp-block-navigation-item.current-menu-item a.wp-block-pages-list__item__link,
.wp-block-navigation__responsive-container-content ul.wp-block-page-list li.wp-block-pages-list__item.wp-block-navigation-item a.wp-block-pages-list__item__link:hover {
    border-bottom: 2px solid var(--defaultColor);
    color: var(--defaultColor);
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--wide-size);
}

.mainepagecenterblck {
    min-height: 60vh;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li.wp-block-pages-list__item.wp-block-navigation-item a.wp-block-pages-list__item__link {
    padding: 17px 13px;
    font-size: 1em;
    display: block;
    color: #777;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.max-width,
.block-width,
.header-inner {
    max-width: 110rem;
    margin: auto;
}


/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/


a {
    color: var(--claire);
    text-decoration: none;
}

.dctpfondtopmain {
    position: absolute;
    left: 0;
    background: var(--bgColor);
    height: 200px;
    width: 100%;
    z-index: 0;
}

.contentAnnouce {
    border-radius: 15px;
    padding: 15px;
    background: var(--bgColor);
}

#site-footer,
#site-content {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

#site-content {
    min-height: 95vh;
    background: var(--gbGrise);
}

.disclaimer
{
    font-size: 13px;
    color: #d92d2d;
    font-weight: normal;
    margin-bottom: 20px;
}

.option
{
    float: left;
    margin-left: 5px;
    background-color: var(--bgColor);
    border: 1px solid var(--defaultColor);
    color: var(--defaultColor);
    line-height: 5px;
    padding: 10px;
}

.margin52
{
    margin-right: 52px;
}

.selected-option
{
    background-color:var(--defaultColor);
    color: var(--bgColor);
}

.link
{
    color: blue;
    text-underline-offset: auto;
    cursor: pointer;
    line-height: normal;
    margin: 0;
}

.button-container
{
    display: flex;
    justify-content: flex-start;
}

.loadingbar{
    position: fixed !important;
    left: 50%;
    top: 35%;
    z-index: 1;
}

@media (min-width: 1024px) { /* For laptops and large screens */
    #site-content {
        min-height: 110vh;
    }
}

@media (min-width: 1440px) { /* For bigger screens */
    #site-content {
        min-height: 95vh;
    }
}

@media (max-width: 768px) {
    #site-content {
        min-height: 120vh; /* Adjust for smaller screens if needed */
    }
}

@media (max-width: 480px) {
    #site-content {
        min-height: 150vh; /* Further adjustments for very small screens */
    }
}

ul.primary-menu {
    margin: unset;
}


#site-content.inver {
    background-color: #fff;
}


#site-footer {
    background: transparent;
    padding: unset;
    font-weight: normal;
    font-size: 1em;
}

.footer-copyright {

    font-weight: normal;
}


#site-footer .footer-credits {
    opacity: 0.5;
}

#site-footer .linkbottom > div p {
    color: #fff;
    margin: 0;
}

#site-footer .footboobtm,
#site-footer .section-inner {
    color: #fff;
    padding: 18px 10px;
    align-items: baseline;
    font-size: 0.8em;
    background: var(--defaultColor);
}

#site-footer .msghelpalltime {
    padding: 50px;
    text-align: center;
}

a.button {
    border-radius: 30px;
    padding: 0.7em;
    display: flex;
}

a.button:hover {
    border-radius: 30px;
    padding: 0.7em;
}

.topbluehadaire {
    padding: 10px 10px;
    background: var(--defaultColor);
    color: #fff;
    font-size: 0.7em;
    height: var(--headerFristHeight);
    max-height: var(--headerFristHeight);
    position: relative;
    z-index: 100;
}

.topbluehadaire a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1220px) {
    ul.primary-menu {
        margin: 0;
    }
}

@media (min-width: 1000px) {
    .header-inner {
        padding: 0;
    }

    .header-titles {
        margin: unset;
    }

    .header-titles .site-title {
        margin: unset;
    }
}

.singular .entry-header {
    background-color: transparent;
    padding: 4rem 0;
}

#searchTopSection {
    display: none;
}

.primary-menu a {
    padding: 15px 0;
    text-decoration: none;
    font-size: 0.86em;
    border-bottom: 2px solid transparent;
    opacity: 0.8;
}


body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote:before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
    color: var(--defaultColor);
    text-decoration: none;
}

.primary-menu .current-menu-item a,
.primary-menu a:hover {
    border-bottom: 2px solid var(--defaultColor);
    padding: 15px 0px;
    opacity: 1;
    text-decoration: none;
}

.primary-menu .current-menu-item a {
    font-weight: bold;
}

.blktopcfr {
    width: 80%
}


.blktopcfr .blcright,
.blktopcfr .blcleft {
    background: #fff;
    padding: 30px 3%;
    border-radius: 35px;
    border: 1px solid #ededed;

}

.blktopcfr .blcleft {
    width: 60%;
}

.blktopcfr .blcright {
    width: 37%;
    padding: 30px 3%;
}

.blcblue {
    background: var(--defaultColor);
    padding: 15px 3%;
    border-radius: 17px;
    color: #fff;
    width: 47%;
    border: 4px solid transparent;
}

.blcblue.pointer:hover {
    border: 4px solid var(--orange);
    cursor: pointer;
}

.blcblue .nbgity {
    padding: 1% 5%;
    border-radius: 50%;

}



.popupcontra .blcblue {
    background: var(--defaultColor);
    padding: 25px 2%;
}

.blcblue.orange {
    background: var(--orange);
    padding: 15px 10px;
    border-radius: 17px;
    color: #fff;
    width: 47%;
}

.blcblue.grise {
    background: #dedede;
    padding: 15px 10px;
    border-radius: 17px;
    color: #888;
    width: 47%;
}

.titleIntroPage .blcblue {
    width: 25%;
    height: 85px;
}


.ctrblckartc {
    margin-top: 40px;
}


.ctrblckartc .blcblg_left {
    width: 40%;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ctrblckartc .blcblg_left .inbcg {
    background: linear-gradient(135deg, #dfdfdfba 40%, #1e0f69f7);
    background: linear-gradient(135deg, #ffffffdb 46%, #dfdfdf 62%);

}

.ctrblckartc .blcblg_right {
    width: 57%;
}

.ctrblckartc .blcblg_left .inbcg,
.ctrblckartc .blcblg_right,
.ctrblckartc .blcblg_left {
    border-radius: 35px;
}

.letstilte {
    padding: 15px 0;
    border-bottom: 2px solid var(--gbGrise);
}

.letstilte a {
    color: var(--defaultColor);
}

.letstilte .material-symbols-outlined {
    color: var(--pal);
    font-size: 1.8em;
}

.blogpresentation {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    border-radius: 29%;
    border: 1px solid #dedede;
}

.letstilte:hover {
    background-color: var(--selected0)
}

.letstilte:hover .blogpresentation {
    border: 1px solid var(--orange);
}

.blcprentPromo .blkpzone {
    width: 32%;
    border-radius: 30px;
    background-color: var(--gbGrise);
}

.blcprentPromo .blkpzone .ttimg {
    height: 150px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.blcprentPromo .blkpzone:hover .ttimg {
    background-size: 120%;
}

.blcprentPromo .blkpzone .ttitre {
    font-weight: bold;
    font-size: 1.3em;
    padding: 10px;
    text-align: center;
}

.blcprentPromo .blkpzone .ttdeail {
    text-align: center;
    padding: 20px;
    min-height: 110px;
}

.blcprentPromo .blkpzone .ttboot {
    padding: 30px;
    text-align: center;
}

.themContact {
    position: absolute;
    opacity: 0.52;
    font-size: 9em;
    margin-left: 216px;
    margin-top: -35px;
    color: #f5f5f5;
    transform: scale3d(1.5, 1.5, 1.5);
}

.bgGrise {
    background: var(--gbGrise)
}

table.commun.listcontr > tbody > tr > th.th {
    border-bottom: 1px solid transparent;
}

table.commun.listcontr tr.tr:hover,
table.commun.listcontr tr.tr:nth-of-type(2n + 1):hover {
    background-color: unset;
}



.listcontr .bclctr {
    border: 1px solid #ededed;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.listcontr .bclctrlispro {
    font-size: 0.8em;
    border: 1px solid #ededed;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 6px 20px 6px 0;
}



.listcontr .bclctrlispro:hover,
.listcontr .bclctr:hover {
    background-color: var(--bgColor);
}



.listcontr .bclctr .picto {
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
}


.listcontr .bclctrlispro .picto img,
.listcontr .bclctr .picto img {
    height: 25px;
    width: 25px;
}

.listcontr .bclctrlispro .picto {
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 20px;
    font-size: 1.5em;
}

.listcontr .ttdescpt {
    min-width: 100px;
    text-align: center;
}

.listcontr .bclctr .ttprod {
    font-weight: bold;
}

.listcontr .bclctr .ttprod,
.listcontr .bclctr .ttdescpt {
    color: var(--defaultColor);
}

.listcontr .bclctr .grise2 .ttprod,
.listcontr .bclctr .grise2 .ttdescpt {
    color: unset;
}

.listcontr .bclctr .ttline {
    font-size: 0.8em;
    border-radius: 10px;
    padding: 5px 15px;
}

.listcontr .bclctr .speared {
    margin: 0 20px;
    color: var(--defaultColor);
}

.listcontr .bclctr .pictoend {
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 20px;
    color: var(--defaultColor);
}

.listcontr .bclctr .pictoend.open span.material-symbols-outlined {
    transform: rotate(90deg);
}

.listcontr .bclctr:hover .pictoend {
    position: relative;
    left: 10px;
}

.listcontr .bclctr .btt {
    margin-right: 30px;
}

.listcontr .bclctr:hover .btt {
    transform: translateX(20px);
    color: var(--orange)
}

.listcontr .bclctr .btt .tttx {
    font-size: 0.7em;
    text-transform: uppercase;
}

.listcontr .bclctr .part1 {
    width: 60%
}



.tohidden + .overdetails_main {
    display: none;
}

.tohidden.opendonw + .overdetails_main {
    display: block;
}

.listcontr .overdetails_main {
    margin: -10px 5px 10px;
    background: linear-gradient(0deg, #1e0f6917, #fff);
    background: linear-gradient(0deg, #1e0f690f, #f3f3f3);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.listcontr .overdetails_main .menuside .rjstab {
    background-color: #fff;
}

.listcontr .overdetails_main .overdetails {
    padding: 10px;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.listcontr .bclctr.orange .ttline {
    color: orange;
}

.listcontr .bclctr.red .ttline {
    color: rgb(249 94 94);
}

.listcontr.listdwonlot .bclctr.tohidden {
    height: 0;
    overflow: hidden;
    border: unset;
    margin-bottom: 0;
}

.listcontr.listdwonlot .bclctr.tohidden.opendonw {
    height: 47px;
    border: 1px solid #ededed;
    margin-bottom: 10px;
    background: #d5deef94;
}

body div.rideau {
    background: radial-gradient(#1e0f695c 30%, #1e0f69de);
}

.rideaudiv {
    background: radial-gradient(#1e0f695c 30%, #1e0f69de);
}

div.rjspopup.plusshad,
.bottom_popup2.plusshad {
    box-shadow: 2px 2px 10px #5e5b5b;
    background: #f1f1f1;
}

div.rjspopup,
.bottom_popup2 {
    border-radius: 20px;
}

div.rjspopup div.poptitle,
div.bottom_popup2 div.poptitle {
    background: transparent;
    border: 0px;
    visibility: hidden;
    margin-bottom: -36px;
}

.fermeture {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 15px 7px;
    background-color: transparent;
    color: #a69e9b;
    font-weight: bold;
    border-radius: 11px;
    border: none
}

button > :first-of-type.material-symbols-outlined,
.button > :first-of-type.material-symbols-outlined {
    margin: 0 10px 0 0;
    font-size: 1.7em;
}

button > :last-of-type.material-symbols-outlined,
.button > :last-of-type.material-symbols-outlined {
    margin: 0 0 0 10px;
    font-size: 1.7em;
}


/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/*//////////////////////////// Style started  /////////////////////////*/
/* Style started  */
/* Style started  */
/* Style started  */

.bottomheardgrc,
.topheadgrt {
    background: var(--defaultColor);
    padding: 0;
    color: #fff
}

.bottomheardgrc {
    padding: 15px 0;
    font-size: 0.7em;
}

.topheadgrt {
    background: var(--defaultColor);
    padding: 0;
    color: #fff;
    box-shadow: 0px 0px 10px #5e5e5e8c;
}

.bottomheardgrc a,
.topheadgrt a {
    color: #fff;
    font-size: 0.8em
}

.topheadgrtnavwith {
    background-color: #fff;
    width: 100%;
    max-width: var(--wp--style--global--wide-size);
    margin: auto;
}

.topheadgrtnavwith a {
    color: var(--defaultColor);
}

.topheadgrtnavwith .logotop {
    height: 18px;
}


.contentfull {
    width: 100%;

}

.backPal {
    background-color: #1e0f6909
}

.contentCenter {
    margin: auto;
    max-width: var(--wp--style--global--wide-size);
}

.topheadgrttext {
    padding: 10px 20px;
    font-size: 0.7em;
}

.tremrordl div.tiit {
    margin: 0 1.2em !important;
}

.prensetpageicone {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%;
    height: 150px;
    border-radius: 25%;
    text-align: center;
    margin: 0px auto;
    opacity: 0.5;
}

.prensetpageicone_min {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 80%;
    background-position: bottom center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin: 0px auto;
    background-color: var(--defaultColor2);
    opacity: 1;
    cursor: pointer;

}

.photpofile .prensetpageicone_min:hover {
    background-color: var(--defaultColor);
}


.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
    margin: 0.1rem 0 0 0.4rem;
}

.overdetails {
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 3px solid #888;
}

.pll-switcher-select {
    background: transparent;
    color: #fff;
    border: 0px solid transparent;
    padding: 0 10px;
}

.pll-switcher-select:focus {
    background: transparent;
    color: #000;
    border: 0px solid transparent;
    padding: 0 10px;
}






/***************************DEFAUT TABLE*********************************************************************/


table.commun {
    border-collapse: collapse;
    border-spacing: 2px;
    margin: 10px 0;
    border: 0px solid transparent;
}

table.commun.separate {
    border-collapse: separate;
    border-spacing: 2px;
}

table.commun tr.tr:hover,
table.commun tr.tr:nth-of-type(2n + 1):hover {
    background-color: var(--selected_pal);
}

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: bold;
    padding: 10px 5px;
    border: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    color: var(--blue);
}

table.commun.sticky0 th.th {
    position: sticky;
    background: #fff;
    top: 0px;
}

table.commun.sticky th.th {
    position: sticky;
    top: 134px;
}

table.commun th.gras {
    font-weight: bold;
}

table.commun td.td {
    padding: 10px 5px;
    border: 0px solid transparent;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

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 td.td i.icofont-exclamation-square {
    color: #ffc41d;
}

table.commun th.empty,
table.commun td.empty {
    border-bottom: 1px solid transparent;
    background: #fff;
}




/***************************DEFAUT TABLE*********************************************************************/
table {
    border: 0 solid transparent;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: unset;
    font-size: unset;
    margin: unset;
    max-width: 100%;
    overflow: unset;
    width: 100%;
}

th,
td {
    border: unset;
    line-height: unset;
    margin: 0;
    overflow: visible;
    padding: unset;
}

/***************************Pagination*********************************************************************/

table.pagination {
    border-collapse: separate;
    border-spacing: 3px;
    font-size: 0.9em;
    margin-top: 0px;
    background: transparent;
    border: 0 solid transparent;
}

table.pagination td {

    border: 0 solid transparent;
}

table.pagination td select {
    border-radius: 6px;
    padding: 4px;
}

table.pagination td select.formfiledrjs {

    background-color: #1e0f6909 !important
}

table.pagination td.t2 span.bull_grise {
    background-color: #f9f9f9;
}

table.pagination button.pagbutton {
    height: 19px;
    padding: 0 10px;
    font-size: 0.7em;
    background: transparent;
    color: black;
    font-weight: bold;
    box-shadow: none;
}

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;
}




/*****NEW SORTING**********/
table.commun th.th.pointer:hover,
table.commun td.td.pointer:hover {
    text-decoration: underline;
}

table.commun th.th.pointer:hover div,
table.commun th.th.pointer:hover div:after,
table.commun td.td.pointer:hover div:after {
    text-decoration: none;
}

table th.pointer div,
table th.pointer.iciOver div {
    display: flex;
    gap: 10px;
}

table th.pointer.right div,
table th.pointer.right.iciOver div {
    flex-direction: row-reverse;
}

table th.pointer div:hover,
table th.pointer.iciOver div:hover {
    text-decoration: none;
}

table th.pointer div:after,
table th.pointer.iciOver div:after {
    content: 'filter_list';
    visibility: hidden;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    line-height: 1;
    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;
    position: relative;
    transition: all ease-in-out 0.25s;
    transform: rotate(0deg);

}

table th.pointer:hover div:after {
    transform: rotate(0deg);
    visibility: visible;
    color: var(--defaultColor);

}

table th.desc div:after,
table th.pointer.asc:hover div:after {
    visibility: visible;
    transform: rotate(-180deg);
    color: var(--orange);
}

table th.asc div:after,
table th.pointer.desc:hover div:after {
    visibility: visible;
    transform: rotate(0deg);
    color: var(--orange);
}

/*****NEW SORTING**********/



/***************************Paginaion*********************************************************************/
label {
    margin: unset;
}

div.rjspopup,
.bottom_popup2 {
    border-radius: 20px;
    padding: 0;
    background: #fff;
    box-shadow: 2px 4px 10px #aaa;
}

.blocktable {

    padding: 10px;
    background: #fff;
    border-radius: 20px;
}


#bestSelectLang {
    margin-left: 15px;
}

#bestSelectLang .toplang .toplgn .flehboun {
    font-size: 1.7em;
}

#bestSelectLang .toplang:hover .toplgn .flehboun {
    font-size: 1.7em;
    position: relative;
    left: -3px;
}

.rjspopup.btlst {
    border-radius: 5px;
    padding: 0;
    background: #fff;
    box-shadow: 2px 4px 10px #aaa;
}

.rjspopup.btlst .infosUser {
    font-size: 1.4rem;
    font-weight: normal;
    color: #565656;
}

#bestSelectLang .rjspopup.btlst .lstcllk {
    font-size: 1.2em;
    display: flex;
}

.rjspopup.btlst .lstcllk {
    color: var(--defaultColor);
    padding: 1em;
    border-bottom: 1px solid #1e0f6952;
    width: 100%;
}

.rjspopup.btlst .lstcllk:last-of-type {
    border-bottom: 0px solid #1e0f6952;
}

.rjspopup.btlst .lstcllk:hover {
    text-decoration: none;
    color: var(--orange);
    background: var(--selected_pal)
}


.blclstContractProduit {
    padding-bottom: 60px;
}

.sstitle {
    margin: 20px 0 20px;
}

.sstitleComment {
    margin: -15px 0 20px;
}

.nouserbig {
    max-width: 60%;
}
.bcloadsure {
    margin: 2% 5% 10px;

}

.bcloadsure .ttoptiitladd {
    padding: 10px 6%;
    background: #fff;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    border-bottom: 1px solid var(--defaultColor2);
}

.bcloadsure .formaddures {
    padding: 30px 6% 10px;
    background: #fff;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
    border-color: var(--bgColor3);
    border-radius: 5px;
}

input[type="checkbox"] {
    top: unset;
}

select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
input:focus,
input:focus-visible {
    outline-offset: 0px;
    outline: var(--bgColor3) auto 0px;
    border-color: var(--defaultColor) !important;
}

.allrole .sltblc {
    width: 49%;
    border: 2px solid var(--bgColor3);
    border-radius: 5px;
    margin: 1% 0;
}

.allrole .sltblc .cricle {
    height: 30px;
    width: 30px;
    border: 2px solid var(--selected);
    border-radius: 27%;

}


.allrole .sltblc.selected,
.allrole .sltblc:hover {
    border: 2px solid var(--orange);
    cursor: pointer;
}


.allrole .sltblc.selected .cricle,
.allrole .sltblc:hover .cricle {
    border: 2px solid var(--defaultColor);
}

.allrole .sltblc.selected .cricle .material-symbols-outlined.none,
.allrole .sltblc:hover .cricle .material-symbols-outlined.none {
    display: inline-block !important;
    color: var(--orange);
    font-weight: bold;
    font-size: 2.5em;
    position: relative;
    top: -11px;
    left: -4px;
}





.decoInputRight,
.decoInput {
    display: inline-block;
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    text-align: left;
    --paddingDecoInput: 56px;
}

.decoInputRight {
    text-align: unset;
    display: flex;
}


.decoInputRight span.material-symbols-outlined,
.decoInput span.material-symbols-outlined,
.decoInput span.material-icons {
    display: block;
    position: absolute;
    background: transparent;
    padding: 4px;
    font-size: 1.5em;
    padding: 1.1rem 1.8rem;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #999;
    top: unset;
}


.decoInput input:not(input[type="radio"], input[type="ckecked"]) {

    display: inline-block;
    --paddingGap: 2px;
    --paddingInnerSide: calc(1.333em + var(--paddingGap));
    padding: calc(0.667em + var(--paddingGap)) var(--paddingInnerSide);
    padding-left: var(--paddingDecoInput);
    width: calc(100% - (var(--paddingDecoInput) + var(--paddingInnerSide)));

}

.decoInput input:not(input[type="radio"],
    input[type="ckecked"]).auto {
    width: unset;

}

.decoInputRight input:not(input[type="radio"], input[type="ckecked"]) {
    padding-left: unset;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    padding-right: var(--paddingDecoInput);
    width: 100%;
    position: relative;
    z-index: 1;
}


.decoInputRight span.material-symbols-outlined {
    margin-left: calc(-1 * var(--paddingDecoInput));
    position: relative;
    z-index: 2;
}


.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;
}

.seekuser {
    border: 2px solid
}

.bullUser a.nameold {
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    height: 35px;
    width: 35px;
    padding-top: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
    top: 5px;
}

.bullUser a.nameold #ttOtherCompte {
    border-radius: 50%;
    background: var(--defaultColor);
    color: #fff;
    padding: 5px;
    font-size: 9px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: -2px;
    left: 30px;
}

button.close-nav-toggle {
    width: auto;
}



.lbblcinput {
    padding: 5px;
}

input[disabled] {
    border: 1px dashed var(--bgColor3);
    background-color: #efeef43b !important;
    opacity: 0.7;
}

.separate {
    border-top: 1px solid #dedede55;
    height: 1px;
    margin: 30px 5% 15px;
}

div.ephemere {
    background-color: #ffffff;
    box-shadow: 0 0 10px #999;
    opacity: 0.9;
    border-radius: 11px;
    border: 2px solid var(--orange);
    color: #000;
    padding: 19px;
    margin-top: -50px;
    max-width: 80%;
}




.navPayment {
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #dad9e2;
}

.navPayment .step {
    margin: 0;
    margin-right: 6%;
    opacity: 0.2;
}

.navPayment .step.next {
    opacity: 1;
    font-weight: bold;
}

.navPayment .step.next .material-symbols-outlined {
    opacity: 1;
    font-weight: bold;
}

.navPayment :last-child.step {
    margin-right: 0%;
}

.navPayment .step .chc {
    padding: 9px;
    border-radius: 50%;
    background: var(--defaultColor);
    color: #fff;
    font-size: 1.2em;
    display: flex;
}

.navPayment .step.confirmation.next .chc {
    background: var(--vert);
    color: #fff
}

.navPayment .step.confirmation.next {
    color: var(--vert);
}

.navPayment .step .chn {
    margin-left: 25%;
}


*,
*::before,
*::after {
    -webkit-font-smoothing: auto;
    word-break: unset;
    word-wrap: unset;
}

svg,
img,
embed,
object {
    display: unset;
    height: unset;
    max-width: unset;
}

.panier .blcUint {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 3%;
}

.panier .blcUint.slowClose {
    transition: all ease-in-out 0.4s;
    margin-bottom: 0;
}

.panier .blcUint.infoCompte_panier {
    display: none;
}

.panier .blcUint .opdetails {
    font-size: 0.78em;
}

.panier .blcUint .opdetails .desciption {
    max-height: 400px;
    overflow: auto;
}

.panier .blcUint .opdetails.slowOpen {
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
}

.panier .blcUint .lgo img {
    height: 25px;
}

.panier .blcUint .detls {
    width: 80%;
}

.panier .blcUint .detls .ttle {
    margin-bottom: 5px;
    cursor: pointer;
}

.panier .blcUint .detls .prx {
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
    font-size: 0.78em;
}

.panier .blcUint .actn {
    cursor: pointer;
}

.panier .blcUint .deleteLineQuotedetails {
    font-size: 1.7em;
    opacity: 0.6;
    cursor: pointer;
}

.bulldisocunt {
    font-size: 0.7em;
    padding: 2px 11px;
    color: #fff;
    border-radius: 7px;
    background-color: var(--orange);
    display: inline-block;
}

.bulldisocunt.loyalty {
    color: var(--loyalty);
    background: linear-gradient(37deg, #38bbb21f, #649e6945);
}

.panier .blcUint .deleteLineQuotedetails:hover {
    color: var(--orange);
    opacity: 1;
}

.panier .lft {
    width: 52%;
}

.panier .rght {
    width: 46.5%;
}

.panier .pmnt {
    width: 52%;
}

.panier .blcUint .topTtitle {
    font-weight: bold;
    margin-bottom: 15px;
    opacity: 0.3;
}

.panier .blcUint .lineDtls {
    font-size: 0.75em;
}

.panier .blcUint .lineDtls .ttle {
    font-weight: bold;
}

.panier .blcUint .lineDtls .prdetail .nter {
    padding: 4px;
    border-bottom: 2px dotted var(--bgColor3);
    width: 100%;
}

.panier .blcUint .lineDtls .prdetail {
    font-size: 0.95em;
}

.panier .blcUint .lineDtls .prdetail > div {
    padding: 5px 5px 2px 10px !important;

}

.panier .blcUint .lineDtls .prdetail .mltp {
    opacity: 0.5;
    background: #fff;
}

.panier .blcUint .lineDtls .prdetail .totspr {

    background: #fff;
    padding: 5px;
}

.panier .blcUint .lineDtls .prdetail .totspr .barre {
    margin-right: 5px;
}

.panier .blcUint .bttmTotle.FormToggleRight .toggleChoose.flex.left .switchToggle,
.panier .blcUint .bttmTotle.FormToggle .toggleChoose.flex.left .switchToggle {
    --switchToggleZOOM: 20px;
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose .sliderToggle {
    background-color: var(--orange);
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose input:checked + .sliderToggle {
    background-color: var(--defaultColor);
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose.flex.left > * {
    margin-right: unset;
}

.toggleChoose label.spntgg {
    cursor: pointer;
}

.toggleChoose label.spntgg:hover {
    text-decoration: underline;
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose.flex.left > span.spntgg {
    width: 30%;
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose.flex.left > span.spntgg.sp1 {
    text-align: right;
}

.panier .blcUint .bttmTotle.FormToggle .toggleChoose.flex.left > div.lbltgg {
    width: 17%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.panier .blcUint .bttmTotle {
    margin-top: 30px;
}

.panier .blcUint .bttmTotle > div {
    margin: 5px 0;
}

.indexgris {
    padding: 40px 0
}

.userserche {
    width: 35%
}

/*************STRIPE************************************/
/*************STRIPE************************************/
button:disabled {
    opacity: 0.5;
    cursor: default;
}

.paymentmessagestrip {
    padding: 18px;
    text-align: center;
    border-radius: 10px;
}

.paymentmessagestrip.red {
    border: 1px solid red;
    background: #ff00002b;
}

.paymentmessagestrip.vert {
    border: 1px solid rgb(45, 219, 118);
    background: rgba(45, 219, 117, 0.116);
}


.notallow {
    clear: both;
    position: absolute;
    z-index: 2000;
    padding: 20px;
    background: #fff;
    color: #FF0000;
    top: 40%;
    left: 40%;
    box-shadow: 0 0 10px #a0a0a0;
    border-radius: 10px;
    border: 1px solid #FF0000;
}

.logInvite {
    margin: 16vh auto 12vh;
    width: 350px;
}

.logInvite .logocoonet {
    margin-top: -80px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.logInvite .logocoonet img {
    height: 25px;
}

.MuiSelect-root{
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1rem 1.3rem;
    width: 100%;
}


.lo404 {
    margin: 10vh auto 12vh;
    padding: 30px;
}

#helpopinright {
    --rightmove: 270px;
    --tailpipon: 56px;
    position: fixed;
    right: calc(-1 * var(--rightmove));
    top: 20vh;
    z-index: 500;
}

#helpopinright.hideit {
    right: calc(-1 * var(--tailpipon) + calc(-1 * var(--rightmove)));
}

#helpopinright.openit {
    right: 0;
}

#helpopinright .innr .iconn {
    padding: 15px;
    padding-right: 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    background: var(--defaultColor);
    position: relative;
    z-index: 1;
    width: var(--tailpipon);
    margin-right: 0px;
    margin-top: 27px;
    font-size: 1.4em;
}

#helpopinright .innr .inff {
    padding: 20px;
    padding: 20px 0px 20px 20px;
    width: var(--rightmove);
    font-size: .75em;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #fff;
    background: var(--defaultColor);
    position: relative;
    z-index: 2;
}

#helpopinright .innr .inff .drtvertio {
    padding-left: 10px;
    border-left: 1px solid var(--orange)
}

#helpopinright.openit .innr .iconn,
#helpopinright.openit .innr .inff {
    background: #1e0f69d9;
}

#helpopinright .innr .inff .drtvertio > div {
    margin-bottom: 10px;
}

.lsitotherAccount .linkAccont {
    padding: 5px 0;
    cursor: pointer;
}

.lsitotherAccount .linkAccont:hover {
    cursor: pointer;
}

.lsitotherAccount fieldset.listothacc legend {
    font-size: 0.8em;
    font-weight: 300;
    top: -6px;
    padding: 2px 9px;
    background: var(--orange);
    border-radius: 12px;
}

.lsitotherAccount fieldset.listothacc {
    padding: 10px;
    background: var(--selected);
    border-radius: 5px;
    border-color: var(--orange);
    font-weight: normal;
    max-height: 200px;
    overflow: auto;
}

.divPopupImage {
    width: 80%;
}

.closedivPopup {
    position: absolute;
    padding: 0px;
    border-radius: 50px;
    cursor: pointer;
    top: -72px;
    font-size: 3em;
    display: flex;
    color: #fff;
}

.blockcase .listCase {
    width: 100%;
    transition: all ease-in-out 0.4s;
}

.blockcase .addcase {
    opacity: 0;
    width: 0%;
    height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.4s;
}

.blockcase.viewcase .listCase,
.blockcase.opencase .listCase {
    width: 37%;
}

.blockcase.viewcase .listCase table#list_cases,
.blockcase.opencase .listCase table#list_cases {
    font-size: 0.85em !important;
}

.blockcase .listCase table#list_cases tr.thisopenCase {
    background: var(--bgColor3);
}

.blockcase.viewcase .addcase,
.blockcase.opencase .addcase {
    opacity: 1;
    width: 60%;
    height: auto;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.blockcase.viewcase .addcase .followScrollY,
.blockcase.opencase .addcase .followScrollY {
    padding: 10px;
    border-radius: 20px;
    background: var(--bgColor3);
}

.blockcase.viewcase .noneOpen,
.blockcase.opencase .noneOpen {
    display: none;
}

.blockcase.opencase #loadaddinfo,
.blockcase.viewcase #viewSupport {
    min-width: 100px;
    width: 100%;
    min-height: 50px;
}

.blocknewmessaeg {
    border-radius: 10px;

    background: #1e0f6929;
}

.timelineSupport {
    min-height: 300px;
    max-height: calc(100vh - 520px);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.95em;
}

.timelineSupport.fixednow {
    position: sticky;
}


.timelineSupport .bullmessage {
    display: flex;
}

.timelineSupport .bullmessage.graitec {
    justify-content: flex-start;
}

.timelineSupport .bullmessage.customer {
    justify-content: flex-end;
}

.timelineSupport .bullmessage .blkmessage {
    max-width: 70%;
    margin: 5px;
}

.timelineSupport .bullmessage.graitec .emailsender .logo {
    height: 30px;
    width: 30px;
    background-image: url(../img/graitec_icone.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    background-size: 58%;
}

.timelineSupport .bullmessage .emailmessage {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

.timelineSupport .bullmessage .emailsender .email {
    font-size: 0.8em;
    margin: 0 2px;
}

.timelineSupport .bullmessage .emailsender {
    margin-top: 40px;
    margin-bottom: 5px;
}

.timelineSupport .bullmessage.samesender .emailsender {
    margin-top: 0px;
    display: none;
}

.timelineSupport .bullmessage .emailmessage .date {
    font-size: 0.7em;
    text-align: right;
    font-style: italic;
    opacity: 0.5;
    margin: -4px 0 10px;
}

.timelineSupport .bullmessage .emailmessage .openMail {
    position: relative;
    margin-top: -25px;
    margin-left: 10px;
}

.timelineSupport .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;
}

.timelineSupport .bullmessage .emailmessage .openMail .material-symbols-outlined:hover {

    box-shadow: 3px 3px 10px 0px var(--defaultColor);
}

.timelineSupport .bullmessage.graitec .emailsender {
    justify-content: flex-start;
    margin-left: 10px;
}

.timelineSupport .bullmessage.customer .emailsender {
    justify-content: unset;
    flex-direction: row-reverse;
    margin-right: 10px;
}

.timelineSupport .bullmessage.customer .emailsender .logo {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1;
    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;
    position: relative;
    height: 30px;
    width: 30px;
    background-color: var(--orange);
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.timelineSupport .bullmessage.customer .emailsender .logo:before {
    content: 'person';
}

.timelineSupport .bullmessage.customer .emailmessage {
    background: #1e0f6914;
}

.rjsloadercss.rjsloadbarreprogress div.load {
    --pourcentprograss: 0%;
    --degredprograss: 45deg;
    background: linear-gradient(var(--degredprograss), transparent, var(--orange));

}

.rjsloadercss.rjsloadbarreprogress div.load:before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(40, 9, 214, 0.4), transparent);
    width: 30%;
    padding: 4px 0;
    margin-left: 0%;
    margin-top: -4px;
    animation: barrrload 1s ease-in-out 3s infinite alternate;
    opacity: 0;
}


@-webkit-keyframes barrrload {
    0% {
        margin-left: 0%;
    }

    100% {
        margin-left: 70%;
        opacity: 1;
    }
}

@keyframes barrrload {
    0% {
        margin-left: 0%;
    }

    100% {
        margin-left: 70%;
        opacity: 1;
    }
}




.allfiljoin {
    background: #7e7a930d;
    padding: 2px 2px 13px;
    border-radius: 5px;
}

a.listDownloadline {
    color: var(--defaultColor) !important;
    text-decoration: none !important;
    padding: 8px 0;
    border-bottom: 1px dashed var(--blue_pal);
}

a.listDownloadline .name {
    display: block;
    padding: 2px;
}

a.listDownloadline .sizee {
    color: var(--blue_pal) !important;
    display: block;
    padding: 2px;
}


table#getlistLiences.commun.middle th.th.small,
table#getlistLiences.commun.middle th.th {
    font-size: 0.8em !important;
}

.shipto_address {
    width: 49%;
    padding: 5px;
    border-radius: 15px;
    background: #dddddd34;

}

.billto_address {
    width: 49%;
    padding: 5px;
    border-radius: 15px;
    background: #dddddd34;
}

.toporrder {
    padding: 15px;
    background: #dddddd34;
}


#getlistOrdersPage table.commun td.td {
    padding: 5px;
}




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_bak div.div_table div.topmenu span.material-symbols-outlined {
    color: var(--claire);
    margin: 0 5px;
}

#menutabtop .jrstyle div.div_bak {
    background-color: transparent;
}

.menrogjur .rjstab {
    min-height: 400px;
    border: 1px solid #e9e9e9;
}

.topmnudwl .rjstab {
    border-top: 0px;
}

.menrogjur div.jrstyle div.div_side div.sidemenu {
    padding-left: 10px;
    font-size: 1.4rem;
}

.menrogjur .jrstyle div.div_bak div.div_table div.topmenu {
    padding: 10px 14px 10px 10px;
}

.menrogjur .jrstyle div.div_bak div.div_table div.topmenu.ici .opa3 {
    opacity: 1 !important;
}

.menrogjur div.jrstyle div.div_side {
    background-color: #e6e5eb2b;
}

.menrogjur div.jrstyle div.div_side div.sidemenu.ici {
    cursor: pointer;
    color: var(--defaultColor);
}

.menrogjur div.jrstyle div.div_side div.sidemenu > span.material-symbols-outlined {
    color: var(--claire);
    font-size: 2.5rem;
}

.chartbutonCommande {}

.chartbutonCommande .shipongcart {
    font-weight: bold;
    font-size: 1.2em;
    transform: rotate(-10deg);
    transition: all ease-in-out 0.22s;
}

.chartbutonCommande:hover .shipongcart {
    transform: rotate(0deg);
}

#chartcomeleftOverAll {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 700px;
    width: 50%;
    background: linear-gradient(90deg, #fffffff0 67%, #ffffff);
    z-index: 1000;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}

#chartcomeleftOverAll.slide-in-right {
    display: block;
}



#chartcomeleftOverAll .closebtotopright {
    max-height: 40px;
}



#chartcomeleftOverAll .closebtotopright span {
    opacity: 0.5;
    display: block;
    padding: 0 15px;
    font-size: 2.3em;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

#chartcomeleftOverAll .closebtotopright span:hover {
    transition: all ease-in-out 0.22s;
    transform: rotate(-180deg);
    opacity: 1;
}





#blckFindProduct .groupFiltreCome {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 0.75em !important;

}

#blckFindProduct #titlePresenation {
    display: none;
}

#blckFindProduct.presentation #titlePresenation {
    display: block;
    position: absolute;
    margin: 22% 0 0 0%;
    width: auto;
    text-align: center;
    font-size: 2em;
}


#blckFindProduct.presentation .groupFiltreCome {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5em !important;
    height: 65vh;
}

#blckFindProduct.presentation .listfiltre {
    overflow-y: hidden;
    overflow-x: hidden;
}

#blckFindProduct.presentation .listfiltre .lstftr.btstyl_linebreak .lsthr,
#blckFindProduct.presentation .listfiltre .lstftr.btstyl_line .lsthr {
    overflow-x: hidden;
    background: transparent;
    box-shadow: unset;
    display: flex;
    gap: 20px;
}

#blckFindProduct.presentation .listfiltre .lstftr.btstyl_linebreak .lsthr {
    gap: 7px;
    overflow: hidden;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

#blckFindProduct.presentation .listfiltre .lstftr.btstyl_linebreak .lstftrdt:nth-of-type(2n + 1),
#blckFindProduct.presentation .listfiltre .lstftr.btstyl_line .lstftrdt:nth-of-type(2n + 1) {
    background-color: unset;
}

#blckFindProduct.presentation .listfiltre .lstftr.btstyl_linebreak .lstftrdt:nth-of-type(2n + 1):hover,
#blckFindProduct.presentation .listfiltre .lstftr.btstyl_line .lstftrdt:nth-of-type(2n + 1):hover {
    background-color: #eddfdf6e;
}


#blckFindProduct.presentation .listfiltre .lstftr.btstyl_linebreak .lstftrdt,
#blckFindProduct.presentation .listfiltre .lstftr.btstyl_line .lstftrdt {
    border: 1px solid #ddddddaa;
    border-radius: 15px;
    padding: 5px 20px;

}

#blckFindProduct.presentation .listfiltre .lstftr .lsthr {
    max-height: 200px;
}


#blckFindProduct.presentation .listfiltre .groupFiltreCome .lstftr {
    margin: 0 auto;
    position: absolute;
}

#blckFindProduct.presentation .listfiltre .groupFiltreCome .lstftr .lstttl {
    margin-left: 0;
    text-align: center;
}

#blckFindProduct.presentation .listfiltre .groupFiltreCome .lstftr {
    opacity: 0;
    z-index: 20;
}

#blckFindProduct.presentation .listfiltre .groupFiltreCome .lstftr:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#blckFindProduct.presentation .listfiltre .groupFiltreCome :first-of-type.lstftr {
    filter: blur(0px);
    z-index: 30;
    opacity: 1;
}

#blckFindProduct.presentation .listfiltre .groupFiltreCome :first-of-type.lstftr:after {
    content: unset;
}


#blckFindProduct #loadSearchfiltretool {
    max-height: 190px;
    position: relative;
    z-index: 2;
}

#blckFindProduct #loadSearchtool {
    position: relative;
    z-index: 1;
}

#blckFindProduct.presentation #loadSearchtool {
    display: none;
}






div.ephemere.addPAnier {
    background-color: unset;
    box-shadow: unset;
    opacity: 1;
    border-radius: 11px;
    border: unset;
    font-size: 3em;
    padding: unset;
    margin-top: unset;
    z-index: 1000 !important;
}



/*************************************************/
/*************************************************/


#allfiltre .lstfitr {
    padding: 3px 7px;
    margin: 0px 3px;
    cursor: pointer;
    border-radius: 5px;
    background: var(--defaultColor);
    color: #fff;
    font-size: 0.9em;
}

#filtreall {
    background: #fff;
    position: relative;
    z-index: 11;
}

#allfiltre .lstfitr:hover {
    background-color: var(--blanc);
    color: var(--defaultColor);
}

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;
    line-height: 1;
    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 {}

#bloceshopdiv.flex.vertical > *,
#bloceshopdiv .flex.vertical > * {
    width: 100%;
}

#bloceshopdiv #blckFindProduct {
    height: 75vh;
    transition: all ease-in-out 0.7s;
}

#bloceshopdiv #gotoBasketPay {
    height: 25vh;
    transition: all ease-in-out 0.7s;
}

#bloceshopdiv.opencart #blckFindProduct {
    height: 5vh;
    overflow: hidden;
}

#bloceshopdiv.opencart #gotoBasketPay {
    height: 95vh;
}


#bloceshopdiv.opencart #gotoBasketPay #panierEshop {
    /* height: 90vh; */
}

#getPSPcheckout{
    overflow: scroll;
}

#getPSPcheckout .rjstab {
    max-width: 700px;
    margin: auto;
    background: #fff;
}




#blckFindProduct .listfiltre {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5px 5px 10px;
}


#blckFindProduct .listfiltre .lstftr {
    margin: 0;
}

#blckFindProduct .listfiltre .lstftr .lstttl {
    font-weight: bold;
    font-size: 0.9em;
    color: #000;
    margin-left: 10px;
    margin-top: 50px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

#blckFindProduct .listfiltre .lstftr .lsthr {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    border: 1px solid var(--trait);
    min-width: 110px;
    box-shadow: 2px 4px 9px #cccccc;
}

#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: #1e0f6908;
}


#blckFindProduct .listfiltre .lstftrdt sup {
    color: var(--claire);
    margin-left: 20px;
    font-style: italic;
    top: unset;
    line-height: unset;
    font-size: 0.8em;
    display: none;
}

#blckFindProduct .listfiltre .lstftrdt:hover {
    background-color: #eddfdf6e;
    text-decoration: underline;
}

#loadSearchtool .findResult {
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
    background-color: #fff;
    max-height: calc(100vh - (40px + 190px + 370px));
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.7em;
}

#panierEshop {}

#panierEshop .blocpanesho {
    background-color: var(--defaultColor);
    /* background-color: #1e0f696e; */
    border-radius: 10px;
    width: 100%;
    position: relative;
    z-index: 1100;
    padding: 5px 20px;

}

#panierEshop .blocpanesho #getLineQuote {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    min-height: 70px;
    max-height: 200px;
    padding: 0 20px;
    overflow-x: hidden;
    overflow-y: auto;

}

#panierEshop .blocpanesho #getLineQuote input[type="number"] {
    padding: 2px 6px;
    margin: 0;
    max-width: 76px;
    border-radius: 3px;
    text-align: center;
    font-size: 1.1em;
}

#htmltotalFoundProduct {
    font-size: 2em;
}

#htmltotalFoundProduct #totalFoundProduct {}


tr.flyingTRAddQuote {
    opacity: 0;
    position: absolute;
    z-index: 1000;
    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%
}


/*************************************************/
/*************************************************/
/*************************************************/




.bottom_popup2.stripesilt {}

.bottom_popup2.stripesilt div.poptitle {
    visibility: visible;
    margin-bottom: 0;
    background: var(--orange);
    color: #000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bottom_popup2.stripesilt div.poptitle .rjstab {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bottom_popup2.stripesilt #menuchoix .rjstab {
    background: linear-gradient(0deg, #e0e0e0 45%, #fff);
    border-radius: 20px;
}



.nobreakline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.wordbreak {
    word-break: break-all;
}

.TopErrorMessageGraitec {
    background: #ff00001c;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    padding: 20px;
    font-size: 22px;
    opacity: 0;
    -webkit-animation: TopErrorMessageGraitec 0.3s 0.5s linear both;
    animation: TopErrorMessageGraitec 0.3s 0.5s linear both;
}


@keyframes TopErrorMessageGraitec {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}





/*************NAMED USER************************************/



.blockassign {
    padding: 7px;
    border-left: 1px solid #1e0f6929;
}

.getlistAvailablelicences select {
    font-size: 0.8em;
}


.listAssignedUser {
    gap: 15px;
    font-size: 0.8em;
    padding: 22px 0;
}

.listAssignedUser .blcAssign {

    padding: 10px;
    border-radius: 5px;
    background: #fff;
    min-width: 230px;
    max-width: 310px;
    border: 2px dashed #1e0f6914;
}

.listAssignedUser .blcAssign a {
    color: var(--defaultColor) !important;
}

.listAssignedUser .blcAssign a:hover {
    text-decoration: underline;
}


.listAssignedUser .blcAssign:hover {
    border: 2px solid var(--defaultColor);
    background-color: #eff1f985;
}


.listAssignedUser .blcAssign.isAssigned {
    padding: 10px;
    border-radius: 5px;
    background: #1e0f6910;
    border: 2px solid var(--defaultColor);

}

.listAssignedUser .blcAssign .blcAssignDellOption {
    display: block;
    float: right;
    border: 2px solid #ffffff;
    padding: 5px;
    margin: -30px -2px 0 0px;
    border-radius: 20px;
    transition: all ease-in-out 0.16s;
    font-size: 1.9em;
    background-color: var(--defaultColor);
    color: #fff;
    opacity: 0;
    cursor: pointer;
}

.listAssignedUser .blcAssign .blcAssignDellOption::before {
    content: 'person_add';
}

.listAssignedUser .blcAssign:hover .blcAssignDellOption {
    margin: -20px -2px 0 0px;
    opacity: 1;
}


.listAssignedUser .blcAssign.isAssigned .blcAssignDellOption {
    display: block;
    float: right;
    padding: 5px;
    margin: -20px -2px 0 0px;
    border-radius: 20px;
    transition: all ease-in-out 0.16s;
    font-size: 1.9em;
    background-color: #f3f9ef;
    border: 2px solid #3ca40447;
    opacity: 1;
}

.listAssignedUser .blcAssign.isAssigned .blcAssignDellOption::before {
    content: 'person_check';
    color: #329700;
}

.listAssignedUser .blcAssign.isAssigned:hover {
    border: 2px solid var(--defaultColor);
}

.listAssignedUser .blcAssign.isAssigned .affectedBlck .small {
    color: #d9960f;
}

.listAssignedUser .blcAssign.isAssigned .affectedBlck .small .material-symbols-outlined {
    color: #000;
}

.listAssignedUser .blcAssign.isAssigned:hover .affectedBlck .small {}

.listAssignedUser .blcAssign.isAssigned:hover .blcAssignDellOption {
    background-color: #fdf0f0;
    border: 2px solid #e5050530;
    transform: rotateY(180deg);
}

.listAssignedUser .blcAssign.isAssigned:hover .blcAssignDellOption::before {
    content: 'delete_forever';
    color: #e50505;
}

/*************NAMED USER************************************/


.up_down .rjsloadercss {
    margin-top: unset;
}


.gbGrise h1,
.heading-size-1 {
    font-size: 3.4rem;
}



/*************ARTICLE************************/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: unset;
    width: unset;
}


@media (min-width: 700px) {
    .entry-content {
        font-size: 1em;
    }

    h2,
    .heading-size-2 {
        font-size: 2.8rem;
    }
}

.entry-content {
    font-family: unset;
    letter-spacing: normal;
}

li {
    line-height: 1.5;
    margin: 0.5rem 0 0 5rem;
}

.globelartlct .articleListCadrier {
    margin: 20px 0 80px;
}


.globelartlct .articleListCadrier .sctimg {
    width: 50%;
    padding: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-size: cover;
    box-shadow: 0px 0px 0px #ddd;

}

.globelartlct .articleListCadrier:hover .sctimg {
    transition: all ease-in-out 0.3s;
    box-shadow: 3px 3px 10px #ddd;
    transform: translate(2px, -2px);
}

.globelartlct .articleListCadrier .scttext {
    width: 50%;
    padding: 20px;
    min-height: 150px;
}

.globelartlct .articleListCadrier .scttext .titlespeach a {
    color: var(--defaultColor);
}

.globelartlct .articleListCadrier .scttext .textspeach {}


#menuRoadmapindex .rjstab {
    padding: 30px;
    background: linear-gradient(0deg, #1e0f6908, transparent);
}

#menuRoadmapindex .jrstyle div.div_bak div.div_table div.topmenu {
    margin: 0 0 -1px 0%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#menuRoadmapindex .jrstyle div.div_bak {
    background-color: transparent;
}

#menuRoadmapindex .jrstyle div.div_bak .div_table {
    gap: 10px
}

#menuRoadmapindex .jrstyle div.div_bak div.div_table div.topmenu {
    font-size: 1.7rem;
    text-transform: uppercase;
    padding: 20px 10px 15px 10px;
}

#menuRoadmapindex .jrstyle div.div_bak div.div_table div.topmenu.ici {
    color: var(--orange);
    border-bottom: 1px solid #fff;
}

#menuRoadmapindex .jrstyle div.div_bak div.div_table div.topmenu {
    border: 1px solid #1e0f6955;
}

#menuRoadmapindex,
#menuRoadmapindex .jrstyle div.div_bak {
    border-bottom: 1px solid #1e0f6955;
}


/*************ARTICLE************************/



/*************LOYALTY************************/

.groupLoyalty {
    gap: 10px;
}

.groupLoyalty .bclklyty {
    opacity: 0;
    gap: 10px;
    padding: 3px 13px 3px 35px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(90deg, #38bbb2, #649e69);
}

.groupLoyalty .bclklyty .ttalopoint {}

.groupLoyalty .bclklyty img {
    position: absolute;
    height: 45px;
    margin-left: -46px;
}

.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: bold;
    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);
}

#poployaltybottom {
    border-radius: 5px;
    padding: 0px;
    border: 0px solid #eee;
    background-image: url(/wp-content/themes/graitec/core-gtc/assets/img/bg_loytipres.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#poployaltybottom .inloyalty1 {

    border-radius: 5px;
    background: linear-gradient(0deg, #ffffffc4, #fff);
}

#poployaltybottom .inloyalty2 {
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 20px;
    background: linear-gradient(90deg, #38bbb263, #649e6963);
    background: linear-gradient(90deg, #38bbb21f, #649e690f);
}

/*************LOYALTY************************/



.namduserListuser .switchToggle {
    --switchToggleZOOM: 19px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
