
/*     Auteur : Leonel Jiofack
/*     Email : leoneljiofack@gmail.com
/*     Phone : +237 6 97 36 83 47
*/

:root {
    --primaryColor:      #11222f;
    --primaryColorHover: #cfd3d5;
    --orange:            #889097;
}

.selectable-icon {
    cursor: pointer;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.selectable-icon:hover {
    border-color: var(--primaryColor);
}

.selectable-icon.selected {
    border: 2px solid var(--primaryColor) ; /* Ajout de !important pour forcer */
    background-color: rgba(66, 133, 244, 0.1);
}

div.panel-switch {
    box-shadow: none ;
    border-radius: 0 ;
    backdrop-filter: blur(6px) ;
   /*background-color: #ffffffad !important;*/
    font-family: 'Inter' ;
}

div.panel-switch h4 {
    font-size: 14px;
}

div.panel-switch div.switch-container > span {
    font-size: 10px ;
    border-radius: 0 ;
}

div.panel-switch div.switch {
    border-radius: 6px;
    background-color: #f7f7f7;
    border: none;
}

div.fancybox-bg {
    background: #1e1e1e9c;
}

div.modal.fancybox-content {
    border-radius: 0;
    padding: 50px;
}

div.fancybox-slide button.fancybox-button {
    right: 15px;
    top: 15px;
}

p#UI_LOGIN_TITLE.upper {
    text-transform: initial;
    font-family: 'Inter';
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 3px;
}

p#MODAL_CONFIGURE_SUBTITLE {
    text-transform: initial;
    font-family: 'Inter';
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 3px;
}

p#UI_Project_Client {
    text-transform: initial;
    font-family: 'Inter';
    color: #000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 3px;
}

span#MODAL_CONFIGURE_TITLE {
    font-family: 'Material Symbols Sharp';
    font-size: 10px;
    color: #000;
    letter-spacing: 1px;
}

div.projects-buttons-bar button {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-transform: initial;
    font-family: 'Inter';
}

div.modal-title2level {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

div.modal-title2level:after {
    left: calc(50% - 50px);
    width: 100px;
    height: 1px;
    background: var(--primaryColor, #000);
}

div.modal-body div.title_object {
    text-transform: initial;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
}

div.modal-form {
    font-family: 'Inter';
}

div.modal-form h4 {
    font-size: 13px;
    margin-bottom: 12px;
}

div.modal-form input {
    border: 1px solid #000;
    padding: 16px 15px;
    border-radius: 5px;
}

div.modal-footer button {
    text-transform: initial;
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Inter';
    width: 100%;
}

div.modal-footer button.close-modal {
    background-color: #f7f7f7 ;
    color: #000 ;
    border: none ;
}

div.nfo_box {
    background: #f3f3f3;
    box-shadow: none;
    border-radius: 0;
    top: 80px;
    right: 0;
    color: #000;
    font-family: 'Inter';
    width: initial;
    height: initial;
    padding: 30px 20px;
}

div.nfo_box span.HT {
    font-size: 10px;
}

div.nfo_box span.TTC-price {
    font-weight: 300;
    font-size: 23px;
}

div.nfo_box button.more {
    box-shadow: none;
}

/* div.affichage.controls {
    bottom: 0;
    right: 0;
    left: initial;
    transform: initial;
    background: #878787;
    padding: 20px 0;
    width: calc(100% - 400px);
}*/

div.affichage.controls div.controls__list__item {
    width: 30px;
    height: 30px;
    padding: 10px;
    border: none;
    box-shadow: none;
} 

section#content-final {
    position: absolute;
    left: 0;
    width: 340px;
    padding: 40px 30px !important;
}

section#content-final div.panel-final {
    background: transparent;
    border: none;
}

section#content-final div.panel-final:before {
    display: none;
}

section#content-final div.container {
    padding: 0;
    max-width: initial;
}

section#content-final div.panel-final-title {
    text-transform: initial;
    font-weight: 700;
    font-size: 24px;
}

section#content-final div.panel-final-description {
    font-size: 13px;
    max-width: initial;
    margin-top: 9px;
    color: #8f8f8f;
}

section#content-final button.btn {
    text-transform: initial;
    font-family: 'Inter';
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-size: 14px;
}

section#content-final button#UI_btn_save_under {
    color: #000;
    background: #ededed ;
}

section#content-final button#UI_btn_ordx {
    color: #000;
    background: transparent ;
    border: 1px solid #a6a6a6;
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
}

section#content-final button#UI_btn_ordx:hover {
    border-color: #000;
}

section#content-final button#UI_btn_capture {
    color: #000;
    background: transparent ;
    border: 1px solid #a6a6a6;
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
}

section#content-final button#UI_btn_capture:hover {
    border-color: #000;
}

section#content-final button#UI_btn_glb {
    color: #000;
    background: transparent ;
    border: 1px solid #a6a6a6;
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
}

section#content-final button#UI_btn_glb:hover {
    border-color: #000;
}

section#content-final button#UI_btn_estimate {
    color: #000;
    background: transparent ;
    border: 1px solid #a6a6a6;
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
}

section#content-final button#UI_btn_estimate:hover {
    border-color: #000;
}

section#content-final textarea {
    width: 100%;
    border-radius: 5px;
    border-color: #000;
    margin-bottom: 14px;
    resize: vertical;
}

section#content-final button#UI_btn_checkout {
    width: 100%;
}

section#content-final button#UI_btn_order {
    width: 100%;
    margin: 10px 0 0;
}



/********** Entete de l'app web    ************/


header button#login_btn {
    box-shadow: none;
    border-radius: 25px;
    background: transparent;
    border: none;
    color: #000;
}

header button#login_btn:hover {
    background-color: none ;
    border-color: none ;
    color: var(--primaryColorHover, #1b98aa);
}

header button#login_btn span.material-symbols-sharp {
    font-size: 21px;
}

header div.pageWrapper__header__container {
    max-width: 100% !important;
    padding: 0 30px !important;
    /*box-shadow: 0 1px 27px -18px #000 ;*/
    border-bottom: 1px solid #d8d8d8;
}            

header div.pageWrapper__header__logo {
    width: 15rem !important;
}

header div.pageWrapper__header__logo__img {
    position: initial !important;
    padding: 0 !important;
    max-height: 80px !important;
    box-shadow: none !important;
}

header div.pageWrapper__header__logo__img img.logo {
    /*height: 40px ;*/
    width: auto !important;
}

header div.pageWrapper__header__wrap {
    padding-top: 0 !important;
}

header a.nav-link:before {
    display: none !important;
}

header a.nav-link:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -5px;
    width: 10px;
    height: 10px;
    opacity: .4;
    background-image: url(custom/angle.svg);
    background-repeat: no-repeat;;
    background-size: contain;
    background-position: 50% 50%;
}

header a.nav-link.active div.step-text {
    opacity: 1;
}

header a.nav-link.done div.step-text {
    opacity: 1;
}

header a.nav-link.active div.step-text p {
    font-weight: 700;
}

header a.nav-link.inactive div.step-count {
    box-shadow: none !important;
    width: 6px !important;
    height: 6px !important;
    border-color: #f3f3f3;
    background: #f3f3f3;
    position: absolute;
    top: 23px;
}

header div.step-count:after {
    display: none !important;
}

header li.nav-item {
    min-width: initial !important;
    padding: 0 10px;
}

header li.nav-item div.step-text {
    max-width: initial !important;
    max-height: initial !important;
    line-height: 85px !important;
    font-size: 14px !important;
    text-transform: initial !important;
    font-family: 'Inter';
}

div.pageWrapper__header__steps button {
    color: #000;
    background: transparent;
    border: none;
    box-shadow: none;
}

div.pageWrapper__header__steps button:hover {
    color: var(--primaryColor, #000);
    background: transparent;
    border: none;
}

div#melamine {
    background: #ffffff;
    top: 104px;
    box-shadow: 0 10px 23px -20px #000;
    padding: 30px 23px;
}

div#melamine p#color_modal_desc {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 8px
}

div#melamine div.panel-description {
    background: #fff;
    box-shadow: 0 19px 40px -40px #000;
    padding-bottom: 30px;
}

div#melamine div.panel-description button.btn-smallON {
    border: 1px solid var(--primaryColor);
    background: var(--primaryColor) ;
    color: #fff;
}

div#melamine div.panel-description button {
    border: 1px solid #c5c5c5;
    box-shadow: none;
    border-radius: 5px;
    text-transform: initial;
    background: #fff ;
    color: #000;
}

div#imagecontent {
    background: #ffffff;
    top: 104px;
    box-shadow: 0 10px 23px -20px #000;
    padding: 30px 23px;
}

div#imagecontent input {
    width: 55px;
    height: 55px;
    border-radius: 0;
    margin: 0.3125rem 2%;
    border: 1px solid #e5e5e5;
    padding: 10px;
}




/**********     Page home     **********/

div#content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 5rem);
    min-height: calc(100dvh - 5rem);
}

@media screen and (min-width: 64em) {
    div#content {
        min-height: calc(100vh - 5.3125rem);
        min-height: calc(100dvh - 5.3125rem);
    }
}

div#content section {
    padding-top: 0;
}

div#content section#content-welcome {
    background: linear-gradient(to bottom, #f5f5f5, #fff 20%);
    padding-bottom: 32px;
    flex: 1 0 auto;
    min-height: 0;
    display: flow-root;
    box-sizing: border-box;
}

div#content section#content-welcome div.pageLayout__welcome__text {
    max-width: 100% ;
    width: 100% ;
    background: transparent ;
    padding: 0 ;
    margin: 20px 0 0 ;
}

div#content section#content-welcome div.pageLayout__welcome__text:before {
    content: '' ;
    top: initial ;
    bottom: -20px ;
    right: -20px ;
    left: initial ;
    width: 100px ;
    height: 100px ;
    background-color: var(--primaryColor, #4dcddb) ;
}

div#content section#content-welcome span#WEL_WELCOME {
    text-transform: initial ;
    font-family: 'Inter' ;
    font-weight: 700 ;
    font-size: 60px ;
}

div#content section#content-welcome span#WEL_TITLE {
    font-family: 'Material Symbols Outlined' ;
    font-size: 10px ;
    letter-spacing: 3px ;
}

div#content section#content-welcome p#WEL_TEXT {
    font-family: 'Inter' ;
    line-height: 19px ;
    color: #666666 ;
    font-size: 13px ;
}

div#content section#content-welcome div.pageLayout__choices {
    padding-top: 60px;
}

div#content section#content-welcome div.pageLayout__choices__title {
    margin: 0 0 40px;
}

div#content section#content-welcome p#WEL_CHOICE {
    text-align: left ;
    font-family: 'Inter' ;
    font-size: 20px ;
    text-transform: initial ;
    font-weight: 700 ;
}

div#content section#content-welcome label.pageLayout__choices__list__item {
    box-shadow: none ;
    background-color: #f7f7f7 ;
    border-radius: 0 ;
    margin: 0 ;
    padding: 80px 20px 30px ;
    width: calc(20% - 20px);
    position: relative;
}

div#content section#content-welcome label.pageLayout__choices__list__item:before {
    content: 'Sur mesure';
    position: absolute;
    top: 30px;
    left: 30px;
    background-image: url(custom/home/mesure.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    height: 17px;
    width: 100%;
    font-size: 11px;
    text-align: left;
    padding: 0 0 0 26px;
    line-height: 20px;
}

div#content section#content-welcome label.pageLayout__choices__list__item:hover:not(.selected) {
    transform: none ;
    border: none ;
}

div#content section#content-welcome label.pageLayout__choices__list__item.selected:not(.selected) {
    transform: none ;
    border: none ;
}

div#content section#content-welcome label.pageLayout__choices__list__item:hover {
    transform: none ;
    border: none ;
}

div#content section#content-welcome label.pageLayout__choices__list__item span.btn {
    opacity: 0;
    background-color: var(--primaryColor, #4dcddb);
    color: #fff;
    font-family: 'Inter';
    font-weight: 700;
    padding: 0;
    display: block;
    font-size: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

div#content section#content-welcome label.pageLayout__choices__list__item:hover span.btn {
    opacity: 1;
    padding: 15px 0;
    margin: 15px 0;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

div#content section#content-welcome label.pageLayout__choices__list__item span.titre {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
}

div#content section#content-welcome label.pageLayout__choices__list__item img {
    height: 130px;
    transition: all 0.3s ease-in-out;
}

div#content section#content-welcome label.pageLayout__choices__list__item:hover img {
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

div#content section#content-welcome label.pageLayout__choices__list__item span.soustitre {
    position: relative;
    font-family: 'Inter';
    font-size: 11px;
    text-align: left;
    padding: 10px 0 10px 27px;
    background-image: url(custom/home/01.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 50%;
    color: #000 ;
}

div#content section#content-welcome label.pageLayout__choices__list__item span.soustitre:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -5px;
    height: 10px;
    width: 10px;
    background-color: var(--primaryColor, #4dcddb);
    z-index: -1;
}


/****************    Fenetre de controle    *****************/

.pageLayout div.panel {   
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    overflow: overlay;
    padding: 0 30px;
    font-family: 'Inter';
}

.pageLayout div.panel  div.panel-footer {
    margin-bottom: 20px;
}

.pageLayout div.panel button.next-step {
    text-transform: initial;
    font-family: 'Inter';
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    width: 100%;
    height: 35px;
    margin-bottom: 0;
}

/* .pageLayout div.panel button svg.svg__icon.icon {
    width: 8px;
    height: 19px;
    margin-left: 0.4375rem;
}*/

.pageLayout div.panel button svg.svg__icon.icon {
    height: 8px ;
} 

.pageLayout div.panel button.prev-step {
    box-shadow: none;
    border-radius: 5px;
    height: 35px;
    width: 49px;
    background: #fff;
    border: none;
    color: #000;
}

.pageLayout div.panel div.panel-title {
    margin-bottom: 10px;
}

.pageLayout div.panel div.panel-title > p {
    text-transform: initial;
    font-weight: 700;
    font-size: 24px;
}

.pageLayout div.panel div.panel-title p#UI_select_feet {
    font-size: 13px;
}

.pageLayout div.panel div.panel-title p#UI_select_bandeau {
    font-size: 13px;
}

.pageLayout div.panel div.panel-description {
    font-size: 13px;
}

.pageLayout div.panel div.panel-slider h4 {
    font-size: 13px;
}

.pageLayout div.panel div.panel-slider div.inputZone {
    margin-bottom: 11px;
}

.pageLayout div.panel div.panel-slider input {
    background: transparent;
}

.pageLayout .panel .panel-slider .slide .custom-handler {
    border-radius: 3px ;
    width: 15px ;
    height: 15px ;
    background: var(--primaryColor, #4dcddb) ;
    border: none ;
}

.pageLayout .flexible-color-block input {
    border-radius: 0 ;
    border: none;
    box-shadow: 0 0 0 1px rgba(17, 34, 47, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pageLayout .flexible-color-block input:hover,
.pageLayout .flexible-color-block input:focus-visible {
    box-shadow: 0 0 0 2px rgba(17, 34, 47, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 4px 10px rgba(0, 0, 0, 0.14);
    transform: translateY(-1px);
}

#melamine #_melamine input {
    border-radius: 0 ;
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 0 0 1px rgba(17, 34, 47, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pageLayout div.slide.ui-slider {
    background-color: #e8e8e8 ;
    height: 4px ;
}

.pageLayout  div.panel-slider:not(:first-child) {
    margin: 19px 0;
}

.pageLayout div.dressingAddButton {
    padding-top: 10px;
}

.pageLayout div.panel-title p#buttonModule {
    text-transform: initial;
    font-weight: 700;
    font-size: 13px;
}

.pageLayout div.dressingAddButton img.bulle {
    width: 50px;
    height: auto;
}

.pageLayout button.quit {
    border: none;
    border-radius: 5px;
    background: #f3f3f3;
    text-transform: initial;
    font-family: 'Inter';
    color: #000;
    width: 100%;
    font-size: 14px;
} 

.pageLayout .panel-navigation {
    width: 100%;
}

.pageLayout button.btn-icon.selectImg.bandeau {
        text-transform: initial;
    font-family: 'Inter';
    color: var(--primaryColor, #000);
    background: transparent ;
    border: 1px solid var(--primaryColor, #000);
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
    box-shadow: none;
    border-radius: 5px;
}

.pageLayout button.btn-icon.selectImg.bandeau svg.svg__icon {
    display: none;
}

.pageLayout button.btn-icon.selectColor {
        text-transform: initial;
    font-family: 'Inter';
    color: var(--primaryColor, #000);
    background: transparent ;
    border: 1px solid var(--primaryColor, #000);
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
    box-shadow: none;
    border-radius: 5px;
}

.pageLayout button.btn-icon.selectColor svg.svg__icon {
    display: none;
}

.pageLayout button.btn-icon.selectImg.pm {
        text-transform: initial;
    font-family: 'Inter';
    color: var(--primaryColor, #000);
    background: transparent ;
    border: 1px solid var(--primaryColor, #000);
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
    box-shadow: none;
    border-radius: 5px;
}

.pageLayout button.btn-icon.selectImg.pm svg.svg__icon {
    display: none;
}

div.absolute2.footer{
    position: relative;
    width: 100%;
    margin-top: auto;
    min-height: 80px;
    padding: 12px 24px;
    background: linear-gradient(180deg, rgba(10, 26, 36, 0.94) 0%, rgba(17, 34, 47, 0.98) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.12);
    z-index: 20;
    box-sizing: border-box;
    flex-shrink: 0;
}

div#content section#content-welcome[style*="display: none"] + div.absolute2.footer {
    display: none;
}

.site-footer {
    color: #ffffff;
    padding: 0;
}

.site-footer a {
    color: inherit;
}

.site-footer__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    /*max-width: 90.625rem;
    margin: 0 auto;
    min-height: 56px;*/
}

.site-footer__clients {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1 1 320px;
    min-height: 40px;
}

.site-footer__clients:empty {
    display: none;
}

.site-footer__clients img {
    display: block;
    max-height: 32px;
    width: auto;
    opacity: 0.96;
}

.site-footer__developer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.site-footer__developer-link {
    display: inline-flex;
    align-items: center;
}

.site-footer__developer-logo {
    display: block;
    max-height: 34px;
    width: auto;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

@media screen and (max-width: 48em) {
    div#content {
        min-height: auto;
    }

    div#content section#content-welcome {
        padding-bottom: 24px;
        min-height: auto;
    }

    div.absolute2.footer {
        padding: 12px 16px;
        min-height: 80px;
    }

    .site-footer {
        padding: 0;
    }

    .site-footer__main {
        align-items: flex-start;
        gap: 16px;
        min-height: 0;
    }

    .site-footer__clients,
    .site-footer__developer {
        flex-basis: 100%;
        justify-content: flex-start;
    }

    .site-footer__clients img {
        max-height: 28px;
    }

    .site-footer__developer-logo {
        max-height: 30px;
    }
}

.pageLayout button.btn-icon.selectImg.pt {
        text-transform: initial;
    font-family: 'Inter';
    color: var(--primaryColor, #000);
    background: transparent ;
    border: 1px solid var(--primaryColor, #000);
    font-size: 11px;
    padding: 0 9px;
    height: 33px;
    box-shadow: none;
    border-radius: 5px;
}

.pageLayout button.btn-icon.selectImg.pt svg.svg__icon {
    display: none;
}


div.popup {
    border-bottom: 4px solid var(--primaryColor, #000);
    box-shadow: none;
    font-family: 'Inter';
    padding: 30px;
}

div.popup h4.popup-title {
    background: transparent;
    color: var(--primaryColor, #000);
    font-weight: 700;
    font-size: 15px;
}

div.popup span.popup-message {
    font-size: 12px;
    line-height: 16px;
}

div.popup div.cross {
    background: transparent;
    color: #000;
    right: 10px;
}

div.draggable.flexible {
    padding: 0 ;
}

div.draggable.flexible img.bulle {
    border: 1px solid #ddd;
    padding: 5px;
}

div#SCENE3D:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background: linear-gradient(to bottom, #e9e9e9, #fff 50%);
}



/*********************    MOBILE **********************/



@media (max-width: 1024px) {

    header div.pageWrapper__header__logo {
        width: 100px !important;
    }

    header li.nav-item div.step-text {
        font-size: 11px !important;
    }

    div#SCENE3D:before {
        width: 340px;
    }

    .pageLayout div.panel {
        padding-left: 0;
        padding-right: 10px;
        width: 310px;
    }

}

@media (max-width: 850px) {

    header li.nav-item div.step-text {
        font-size: 11px !important;
    }

    header li.nav-item {
        padding: 0;
    }

}

@media (max-width: 768px) {

    div#SCENE3D:before {
        width: 0;
    }

    div#content section#content-welcome label.pageLayout__choices__list__item {
        width: 100%;
    }
}