html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font-size:0;
  font:inherit;
  vertical-align:baseline;
  border-width:thin
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
  display:block
}
body{
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
*{
  margin:0;
  padding:0;
    /* block text selection, interfers with Drag & Drop */

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;

}
ol,ul{
  list-style:none
}
blockquote,q{
  quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
  content:"";
  content:none
}
table{
  border-collapse:collapse;
  border-spacing:0
}
a{
  outline:none
}
@font-face{
  font-family:"HelveticaNeue";
  src:url("../fonts/helveticaneue-regular.woff2") format("woff2"),url("../fonts/helveticaneue-regular.woff") format("woff"),url("../fonts/helveticaneue-regular.ttf") format("truetype");
  font-weight:normal;
  font-style:normal
}
@font-face{
  font-family:"HelveticaNeue";
  src:url("../fonts/helveticaneue-medium.woff2") format("woff2"),url("../fonts/helveticaneue-medium.woff") format("woff"),url("../fonts/helveticaneue-medium.ttf") format("truetype");
  font-weight:500;
  font-style:normal
}
.pageWrapper__header{
  height:5rem;
  background:#fff;
  position:absolute;
  width:100%;
  top:0;
  left:0;
  right:0;
  z-index:10
}
.pageWrapper__header__container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:100%
}
.pageWrapper__header__logo__img{
  position:absolute;
  left:1.25rem;
  top:0;
  background:#fff;
  -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-right-radius:0.625rem;
  -webkit-border-bottom-left-radius:0.625rem;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomright:0.625rem;
  -moz-border-radius-bottomleft:0.625rem;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-right-radius:0.625rem;
  border-bottom-left-radius:0.625rem;
  padding:0.625rem 1.25rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.pageWrapper__header__logo__img img{
  max-width:100%;
  width:4.375rem;
  height:auto
}
.pageWrapper__header__logo__img img:not(.logo-mobile){
  display:none
}
.pageWrapper__header__message{
  display:none
}
.pageWrapper__header__wrap{
  width:calc(100% - 7.5rem);
  height:100%
}
@media screen and (min-width: 48em){
  .pageWrapper__header__wrap{
    width:calc(100% - 6.875rem)
  }
}
@media screen and (min-width: 64em){
  .pageWrapper__header{
    height:5.3125rem
  }
  .pageWrapper__header__logo__img{
    height:6.4rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  .pageWrapper__header__logo__img img{
    width:12.5rem
  }
  .pageWrapper__header__logo__img img.logo-mobile{
    display:none
  }
  .pageWrapper__header__logo__img img:not(.logo-mobile){
    display:block
  }
  .pageWrapper__header__wrap{
    padding-top:0.625rem;
    width:calc(100% - 15rem)
  }
  .pageWrapper__header__message{
    display:block;
    margin:0 0 0.75rem 1.875rem
  }
  .pageWrapper__header__message p{
    font-size:0.9375rem;
    color:var(--titleColor, #2b2323)
  }
}
@media screen and (min-width: 75em){
  .pageWrapper__header__container.container{
    max-width:90.625rem
  }
}
footer{
  background-color:var(--lightNavy, #10435e)
}
a,button{
  text-decoration:none;
  outline:none;
  cursor:pointer;
  color:var(--lightNavy, #10435e);
  -webkit-transition:all 0.2s ease;
  transition:all 0.2s ease
}
a:hover,button:hover{
  color:var(--lightNavy, #10435e)
}
a.btn,button.btn{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden;
  position:relative;
  border-radius:0.625rem;
  font-size:1rem;
  font-weight:500;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-transition:all .3s;
  transition:all .3s;
  text-transform:uppercase;
  border-width:0.0625rem;
  border-style:solid;
  padding:0.5625rem 0.9375rem
}
a.btn-icon,button.btn-icon{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
a.btn-icon svg,button.btn-icon svg{
  width:1.125rem;
  height:1.125rem;
  margin-left:0.4375rem
}
a.btn-icon.prev-step svg,button.btn-icon.prev-step svg{
  margin-left:0
}
.btn-small {
  margin-top:9px;
      
  font-size:0.62rem!important;    
  
}
.btn-smallON {
    background-color: var(--orange, #4dcddb)!important;
    
}


a.btn-primary,button.btn-primary{
  -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  background:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff);
  border-color:var(--primaryColor, #4dcddb)
}
a.btn-primary:hover,button.btn-primary:hover{
  background:var(--primaryColorHover, #1b98aa);
  color:var(--textPrimaryColorHover, #fff);
  border-color:var(--primaryColorHover, #1b98aa)
}
a.btn-primary-border,button.btn-primary-border{
  background:var(--textPrimaryColor, #fff);
  color:var(--primaryColor, #4dcddb);
  border-color:var(--primaryColor, #4dcddb)
}
a.btn-primary-border:hover,button.btn-primary-border:hover{
  background:var(--textSecondaryColor, #8f8f8f);
  color:var(--secondaryColor, #f7f7f7);
  border-color:var(--secondaryColor, #f7f7f7)
}
.border-button{
  border:none;
  background:none;
  width:30%;
  min-height:5.625rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin:0.625rem 1.5%
}
.border-button span{
  width:3.75rem;
  height:3.75rem;
  border-radius:0.625rem;
  border:solid 0.0625rem var(--primaryColor, #4dcddb);
  background:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-transition:all .4s ease;
  transition:all .4s ease
}
.border-button span svg{
  width:1.875rem;
  height:2.5rem
}
.border-button:hover span{
  -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.6);
  box-shadow:0 0 5px 0 rgba(0,0,0,.6)
}
.border-button p{
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin-top:0.3125rem;
  color:var(--titleColor, #2b2323)
}
.delete{
  color:var(--primaryColor, #4dcddb);
  border:solid 0.0625rem var(--primaryColor, #4dcddb);
  border-radius:0.3125rem;
  background:none;
  padding:0.3125rem;
  text-transform:uppercase;
  margin:0.3125rem 0
}
.warning:hover{
  color:red;
  border:solid 0.0625rem red
}
.toolbar{
  display:none
}
.pageWrapper__header__steps{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  height:100%
}
.pageWrapper__header__steps .nav{
  width:100%
}
.pageWrapper__header__steps .nav-item{
  position:relative
}
.pageWrapper__header__steps .nav-link{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin:0 auto;
  padding:0 0.5rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.pageWrapper__header__steps .nav-link:before{
  content:"";
  position:absolute;
  top:0.9375rem;
  left:0;
  height:0.0625rem;
  width:100%;
  background:var(--textSecondaryColor, #8f8f8f);
  -webkit-transition:all .2s;
  transition:all .2s;
  z-index:-1
}
.pageWrapper__header__steps .nav-link .step-count{
  -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  border-width:0.0625rem;
  border-style:solid;
  border-color:var(--textSecondaryColor, #8f8f8f);
  background-color:var(--secondaryColor, #f7f7f7);
  -webkit-transition:all .2s;
  transition:all .2s;
  color:var(--textSecondaryColor, #8f8f8f);
  border-radius:50%;
  font-size:0.9375rem;
  width:1.75rem;
  height:1.75rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom:0.5rem;
  z-index:3
}

div.absolute {
                position: absolute;
                left: 0px;
                right: 0px;
                top:90px;
                height: 150px;
                background-color: #bc775f;
                z-index: -10;
                /*background-image:url("../images/bBouney.png");
                background-size:contain;
                background-repeat:no-repeat;
                background-position: 260px;*/
                color:white;
            }

            
div.absolute2 {
                position: absolute;
                left: 0px;
                right: 0px;
                bottom:-100px;
                height: 100px;
                background-color: #000000;
                z-index: 20;

            }
  
     .imageBottom {
         margin-top: 20px;
         margin-left: 50px;
         
         
            }
            
            
            
            
            

.pageWrapper__header__steps .nav-link .step-count:after{
  content:"";
  -webkit-transition:opacity .3s;
  transition:opacity .3s;
  opacity:0;
  background-image:url("../images/icon-check.svg");
  background-size:contain;
  background-repeat:no-repeat;
  width:0.8125rem;
  height:0.8125rem
}
.pageWrapper__header__steps .nav-link .step-text{
  color:var(--textSecondaryColor, #8f8f8f);
  font-size:0.9375rem;
  text-align:center;
  text-transform:uppercase;
  z-index:3
}
.pageWrapper__header__steps .nav-link.inactive:not(.active){
  display:none
}
.pageWrapper__header__steps .nav-link.inactive:not(.done){
  cursor:default
}
.pageWrapper__header__steps .nav-link.active:before,.pageWrapper__header__steps .nav-link.done:before{
  background:var(--primaryColor, #4dcddb)
}
.pageWrapper__header__steps .nav-link.active .step-count,.pageWrapper__header__steps .nav-link.done .step-count{
  background-color:var(--primaryColor, #4dcddb);
  border-color:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.pageWrapper__header__steps .nav-link.active .step-text,.pageWrapper__header__steps .nav-link.done .step-text{
  color:var(--titleColor, #2b2323)
}
.pageWrapper__header__steps .nav-link.done .step-count:after{
  opacity:1
}
.steps .nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:100%;
  margin:1.25rem auto
}
.steps .nav-item{
  position:relative;
  width:calc(100% - 90px);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.steps .nav-item:first-child,.steps .nav-item:last-child{
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  width:2.8125rem
}
.steps .nav-item:first-child .nav-item-link,.steps .nav-item:last-child .nav-item-link{
  margin:0;
  padding:0
}
.steps .nav-item:not(:first-child,:last-child):before{
  content:"";
  position:absolute;
  top:0.6875rem;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  height:0.0625rem;
  width:calc(100% + 20px);
  background:var(--textSecondaryColor, #8f8f8f);
  -webkit-transition:all .2s;
  transition:all .2s;
  z-index:1
}
.steps .nav-item-link{
  border:none;
  background:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin:0 auto;
  padding:0 0.5rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.steps .nav-item-link .step-count{
  -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  border-width:0.0625rem;
  border-style:solid;
  border-color:var(--textSecondaryColor, #8f8f8f);
  background-color:var(--secondaryColor, #f7f7f7);
  -webkit-transition:all .2s;
  transition:all .2s;
  color:var(--textSecondaryColor, #8f8f8f);
  border-radius:50%;
  font-size:0.9375rem;
  width:1.25rem;
  height:1.25rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom:0.5rem;
  z-index:3
}
.steps .nav-item-link .step-count:after{
  content:"";
  -webkit-transition:opacity .3s;
  transition:opacity .3s;
  opacity:0;
  background-image:url("../images/icon-check.svg");
  background-size:contain;
  background-repeat:no-repeat;
  width:0.8125rem;
  height:0.8125rem
}
.steps .nav-item-link .step-text{
  color:var(--textSecondaryColor, #8f8f8f);
  font-size:0.9375rem;
  text-align:center;
  text-transform:uppercase;
  z-index:3
}
.steps .nav-item-link.active:before,.steps .nav-item-link.done:before{
  background:var(--primaryColor, #4dcddb)
}
.steps .nav-item-link.active .step-count,.steps .nav-item-link.done .step-count{
  background-color:var(--primaryColor, #4dcddb);
  border-color:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.steps .nav-item-link.active .step-text,.steps .nav-item-link.done .step-text{
  color:var(--titleColor, #2b2323)
}
.steps .nav-item-link.done .step-count:after{
  opacity:1
}
@media screen and (min-width: 48em){
  .pageWrapper__header__steps{
    position:relative
  }
  .pageWrapper__header__steps .nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    overflow:hidden
  }
  .pageWrapper__header__steps .nav-item{
    min-width:6.25rem
  }
  .pageWrapper__header__steps .nav-link:before{
    left:-50%
  }
  .pageWrapper__header__steps .nav-link.inactive:not(.active){
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
  .pageWrapper__header__steps .nav-link.active:before,.pageWrapper__header__steps .nav-link.done:before{
    z-index:1
  }
}
@media screen and (min-width: 64em){
  .pageWrapper__header__steps{
    height:auto
  }
  .pageWrapper__header__steps .nav-link .step-text{
    max-width:6.25rem;
    min-height:2.1875rem
  }
}
@media screen and (min-width: 75em){
  .pageWrapper__header__steps .nav-item{
    min-width:9.375rem
  }
}
.modal{
  display:none;
  min-width:22.5rem;
}
.modal.fancybox-content{
  padding:1.875rem;
  cursor: default;
  overflow: visible;
  border-radius: 10px;
}
.modal-title2level{
  text-align:center;
  color:#9c9c9c;
  padding-bottom:0.625rem;
  position:relative;
  margin-bottom:0.9375rem
}
.modal-title2level:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:0.0625rem;
  background:#9c9c9c
}
.modal-title2level p{
  font-size:1rem
}
.modal-title2level span{
  font-size:1.625rem
}
.modal .title_object{
  color:var(--titleColor, #2b2323);
  font-size:1.3125rem;
  text-align:center;
  max-width:200px;
  margin:0 auto 1.5625rem
}
.modal-form h4{
  color:var(--titleColor, #2b2323);
  font-size:1.125rem;
  margin-bottom:0.625rem
}
.modal-form select,.modal-form .ui-selectmenu-button{
  width:100%;
  color:var(--titleColor, #2b2323);
  padding:0.5625rem 0.9375rem;
  margin-bottom:0.5rem;
  font-size:0.9375rem;
  font-weight:400
}
.modal-form .ui-selectmenu-button{
  background:#fff;
  width:99% !important
}
.modal-form .panel-switch{
  margin-top:0.5rem
}
.modal-form label{
  color:var(--descriptionColor, #9c9c9c);
  font-size:1rem;
  margin-bottom:0.5rem
}
.modal-form .required{
  color:red
}
.modal-form input[type=text], input[type=date], input[type=password], input[type=email], input[type=number]{
  display:block;
  width:100%;
  padding:0.5rem 0.8125rem;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid var(--descriptionColor, #9c9c9c)
}
.modal-footer{
  margin-top:1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;


}

.modal-body{
  max-height: 75vh;
  overflow: auto;
}

.modal-footer button{
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin:0 auto;
  max-width:100%;
  min-width:13.125rem;
}

.modal-footer button:not(:first-child){
  margin:1rem auto 0
}



.tooltip {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.tooltip .tooltiptext {
  font-size:initial;
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.projects-buttons-bar{
  display: flex;
  margin-bottom: 1rem;
}


.projects-buttons-bar button{
   flex-grow: 1;
   margin-right: 20px;
}
.projects-buttons-bar button:disabled {
   background-color: gray;
 }

.project_grid {
  max-height: 70vh;
  /*max-width: 50%; */
  display: grid;
   /* Adjust the number of columns as needed */
  grid-gap: 10px;
  /*overflow: auto;*/
  padding: 2rem 5rem 2rem 5rem;
  margin: 0 auto; /* Add this line to center the grid horizontally */
}
.cols1{
  grid-template-columns: repeat(1, 1fr);
}
.cols1 img {
   display:none;
}
.cols2{
  grid-template-columns: repeat(2, 1fr);
}
.cols3{
  grid-template-columns: repeat(3, 1fr);
}
.cols4{
  grid-template-columns: repeat(4, 1fr);
}
.cols5{
  grid-template-columns: repeat(5, 1fr);
}
.cols6{
  grid-template-columns: repeat(6, 1fr);
}
.project_grid .file_item {
  display: flex;
  align-items: center;
  /*flex-direction: row;*/
  flex-direction: column;

  text-align: center;
  transition: transform 0.3s ease;
  overflow: clip;
}
.project_grid .folder_item {
  display: flex;
  align-items: center;
  /*flex-direction: row;*/
  flex-direction: column;

  text-align: center;
  transition: transform 0.3s ease;
  overflow: clip;
}


.selected-file_item{
  border: 2px solid gray; /* Customize the border style as desired */
}


/*.file_item:hover {*/
/*  transform: scale(1.2); !* Increase the scale on hover *!*/
/*  z-index: 20;*/
/*}*/

.project_grid h3 {
  color: gray;
  font-weight: bold;
  overflow: clip;
}

.folder_item img {
  width: 50%;
  height: auto;
}
.file_item img {
  /*clip-path: inset(15% 20% 0% 20%);*/

  width: 100%;
  height: auto;


  /*width: 550px;*/
  /*height: 550px;*/
  /*object-fit: none;*/
  /*transform: scale(0.5);*/
}

.project-footer-body{
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: transform 0.5s;
  z-index: 30;
}
.project-footer-txt{
  display: flex;
  flex-direction: column;
  font-weight: bolder;
  color: darkgrey;
}



.modal-footer button.horizontal-shake{
  animation: horizontal-shaking 0.35s infinite;
}


@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}


@media screen and (min-width: 48em){
  .modal{
    min-width:25rem
  }
}
#imagecontent,#melamine{
  top:7.1875rem;
  z-index:10
}
#imagecontent .subContainer{
  position:relative;
  height:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
#imagecontent input{
  width:3.125rem;
  height:3.125rem;
  border-radius:50%;
  margin:0.3125rem 2%
}
#melamine #_melamine{
  position:relative;
  height:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
#melamine #_melamine input{
  width:3.125rem;
  height:3.125rem;
  border-radius:50%;
  margin:0.3125rem 2%
}
@media screen and (min-width: 64em){
  #imagecontent,#melamine{
    top:8.0625rem
  }
}
body .ui-selectmenu-open{
  z-index:99999
}
body .ui-selectmenu-button.ui-button:focus,body .ui-selectmenu-button.ui-button:hover{
  background:#fff;
  font-weight:400;
  color:var(--titleColor, #2b2323);
  border:0.0625rem solid var(--titleColor, #2b2323)
}
body .ui-state-active,body .ui-widget-content .ui-state-active,body .ui-widget-header .ui-state-active,body a.ui-button:active,body .ui-button:active,body .ui-button.ui-state-active:hover{
  border:0.0625rem solid var(--primaryColor, #4dcddb);
  background:var(--primaryColor, #4dcddb);
  font-weight:400;
  color:var(--textPrimaryColor, #fff)
}
.switch{
  display:inline-block;
  direction:ltr;
  cursor:pointer;
  border-radius:0.625rem;
  border:1px solid #ccc;
  position:relative;
  text-align:left;
  overflow:hidden;
  line-height:8px;
  z-index:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  vertical-align:middle;
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}
.switch .switch-container{
  display:inline-block;
  top:0;
  border-radius:0.625rem;
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
}
.switch .switch-handle-on,.switch .switch-handle-off,.switch .switch-label{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  cursor:pointer;
  display:table-cell;
  vertical-align:middle;
  padding:0.375rem 0.5rem;
  font-size:0.875rem;
  line-height:1
}
.switch .switch-handle-on,.switch .switch-handle-off{
  text-align:center;
  z-index:1
}
.switch .switch-handle-on.switch-primary,.switch .switch-handle-off.switch-primary{
  background:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.switch .switch-handle-on.switch-default,.switch .switch-handle-off.switch-default{
  background:transparent;
  color:#cececf
}
.switch .switch-handle-on.switch-secondary,.switch .switch-handle-off.switch-secondary{
  background:#fff;
  color:#cececf
}
.switch .switch-handle-on.switch-info,.switch .switch-handle-off.switch-info{
  background:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.switch .switch-handle-on.switch-success,.switch .switch-handle-off.switch-success{
  background:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.switch .switch-handle-on.switch-warning,.switch .switch-handle-off.switch-warning{
  background:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.switch .switch-handle-on.switch-danger,.switch .switch-handle-off.switch-danger{
  background:var(--primaryColor, #4dcddb);
  color:var(--textPrimaryColor, #fff)
}
.switch .switch-label{
  text-align:center;
  margin-top:-1px;
  margin-bottom:-1px;
  z-index:100;
  color:#333;
  background:#fff;
  padding:8px 12px
}
.switch span::before{
  content:"​"
}
.switch .switch-handle-on{
  border-bottom-left-radius:0.625rem;
  border-top-left-radius:0.625rem
}
.switch .switch-handle-off{
  border-bottom-right-radius:0.625rem;
  border-top-right-radius:0.625rem
}
.switch input[type=radio],.switch input[type=checkbox]{
  position:absolute !important;
  top:0;
  left:0;
  margin:0;
  z-index:-1;
  opacity:0;
  filter:alpha(opacity=0);
  visibility:hidden
}
.switch.switch-mini .switch-handle-on,.switch.switch-mini .switch-handle-off,.switch.switch-mini .switch-label{
  padding:1px 5px;
  font-size:12px;
  line-height:1.5
}
.switch.switch-small .switch-handle-on,.switch.switch-small .switch-handle-off,.switch.switch-small .switch-label{
  padding:5px 10px;
  font-size:12px;
  line-height:1.5
}
.switch.switch-large .switch-handle-on,.switch.switch-large .switch-handle-off,.switch.switch-large .switch-label{
  padding:0.375rem 0.5rem;
  font-size:18px;
  line-height:1.3333333
}
.switch.switch-disabled,.switch.switch-readonly,.switch.switch-indeterminate{
  cursor:default !important
}
.switch.switch-disabled .switch-handle-on,.switch.switch-readonly .switch-handle-on,.switch.switch-indeterminate .switch-handle-on,.switch.switch-disabled .switch-handle-off,.switch.switch-readonly .switch-handle-off,.switch.switch-indeterminate .switch-handle-off,.switch.switch-disabled .switch-label,.switch.switch-readonly .switch-label,.switch.switch-indeterminate .switch-label{
  opacity:.5;
  filter:alpha(opacity=50);
  cursor:default !important
}
.switch.switch-animate .switch-container{
  -webkit-transition:all .5s;
  transition:all .5s
}
.switch.switch-inverse .switch-handle-on{
  border-radius:0 0.625rem 0.625rem 0
}
.switch.switch-inverse .switch-handle-off{
  border-radius:0.625rem 0 0 0.625rem
}
.switch.switch-focused{
  outline:0
}
.switch.switch-on .switch-label,.switch.switch-inverse.switch-off .switch-label{
  border-bottom-right-radius:0.625rem;
  border-top-right-radius:0.625rem
}
.switch.switch-off .switch-label,.switch.switch-inverse.switch-on .switch-label{
  border-bottom-left-radius:0.625rem;
  border-top-left-radius:0.625rem
}
html{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
body{
  background:var(--bgBody, #f4f4f4);
  margin:0;
  /*font-family:"HelveticaNeue",sans-serif*/
  font-family:"arial",sans-serif
}
svg.icon__set{
  display:none
}
.container{
  padding:0 1.25rem;
  
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

.sticky { 
            position: sticky; 
            top: -35px; 
            padding: 1px; 
            z-index: 2;
        } 




.upper{
  text-transform:uppercase
}
.hide,.visibility_off{
  display:none !important
}
a.btn-white{
  display:inline;
  padding:0.5rem 1.5625rem;
  border-radius:1.25rem;
  -webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.2);
  box-shadow:2px 2px 5px 0 rgba(0,0,0,.2);
  background-color:var(--white, #fff);
  color:var(--lightNavy, #10435e);
  -webkit-transition:all 0.2s ease-in-out 0s;
  transition:all 0.2s ease-in-out 0s
}
a.btn-white:hover,a.btn-white:focus{
  background-color:var(--lightNavy, #10435e);
  color:var(--white, #fff)
}

.pageLayout2 {
  position:relative;
  z-index:1;
  padding-left:450px;
  padding-top:40px;
  padding-right:40px;
  color: white;
}

.pageLayout2__welcome__text {
    margin:1.25rem 0 1.875rem;    
}



.pageLayout{
  background-image:-webkit-gradient(linear, left top, left bottom, from(var(--bgBody, #f4f4f4)), color-stop(52%, #fff), to(#fff));
  background-image:linear-gradient(to bottom, var(--bgBody, #f4f4f4), #fff 52%, #fff);
  background-color:var(--bgBody, #f4f4f4);
  min-height:calc(var(--app-height, 100vh));
  width:100%;
  position:relative;
  z-index:1;
  padding-top:5rem
}
.pageLayout section{
  padding-top:1.25rem
}
.pageLayout section .section-container{
  padding:0 1.25rem;
  position:relative;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.pageLayout__welcome__text{
  background:#fff;
  margin:1.25rem 0 1.875rem;
  padding:0.625rem 1.25rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.pageLayout__welcome__text h1{
  margin-bottom:1.625rem
      
}
.pageLayout__welcome__text h1 span{
  display:block;
  font-size:0.9375rem;
  font-weight:500;
}
.pageLayout__welcome__text h1 span:first-child{
  color:var(--textColor, #000);
  font-size:1.75rem;
  margin-bottom:0.5rem;
      
}
.pageLayout__welcome__text p{
  font-size:0.875rem;
  color:var(--descriptionColor, #9c9c9c);
      
}
.pageLayout__choices__title{
  margin-bottom:0.625rem
}
.pageLayout__choices__title p{
  font-weight:500;
  font-size:1.125rem;
  color:var(--titleColor, #2b2323);
  text-transform:uppercase;
  text-align: center;
  
}

.pageLayout__choices__list{
  /*display:-webkit-box;
  display:-ms-flexbox;
  
  -webkit-box-orient:vertical;
  */
  display:flex;
    align-items: center;
  justify-content: center;
  -ms-flex-direction:column;
  text-align:center;
  flex-direction:column;
  
  
}
.pageLayout__choices__list__item{
  
    margin:1.125rem 0;
  border-radius:0.625rem;
  -webkit-box-shadow:0 0 0.375rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.375rem 0 rgba(0,0,0,.2);
  background-color:#fff;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:1rem 0.5rem;
  text-align:center;
  -webkit-transition:all .3s;
  transition:all .3s;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  cursor:pointer;
  
  
}
.pageLayout__choices__list__item input[type=radio]{
  display:none
}
.pageLayout__choices__list__item span{
  -webkit-transition:all .3s;
  transition:all .3s;
  text-align:center;
  font-size:1rem;
  color:var(--titleColor, #2b2323);
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2;
  color: #bc775f;

}
.pageLayout__choices__list__item img{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1;
  display:block;
  margin:0 auto 0.875rem;
  max-width:100%;
  width:auto;
  height:8.6875rem
      
      
      
      
}
.pageLayout__choices__list__item:hover,.pageLayout__choices__list__item.selected{
  background-color:var(--primaryColor, #4dcddb);
            
}
.pageLayout__choices__list__item:hover:not(.selected),.pageLayout__choices__list__item.selected:not(.selected){
  -webkit-transform:translateY(-1.25rem);
  transform:translateY(-1.25rem);
  
}
.pageLayout__choices__list__item:hover span,.pageLayout__choices__list__item.selected span{
  color:var(--textPrimaryColor, #fff)
}
.pageLayout .flexible{
  margin-bottom:0.75rem;
  padding:0rem 0.75rem
      
}
.pageLayout .flexible-border{
  padding:0rem 0.75rem 0.9375rem;
  position:relative
}
.pageLayout .flexible-border:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:0.0625rem;
  background:#cececf
}
.pageLayout .flexible-facade{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.pageLayout .flexible-facade h4{
  margin-right:0.3125rem
}
.pageLayout .flexible-facade input{
  width:32px;
  height:32px;
  border:1px solid var(--primaryColor, #4dcddb);
  border-radius:10%
}
.pageLayout .flexible-accessoire{
  padding:0.75rem 0
}
.pageLayout .flexible-color{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.pageLayout .flexible-color-block{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:0.9375rem
}
.pageLayout .flexible-color-block input{
  border-radius:50%;
  width:2.375rem;
  height:2.375rem
}
.pageLayout .flexible-color-block button{
  font-size:0.8125rem;
  padding:0.3125rem 0.8125rem
}
.pageLayout .flexible-color-block button svg{
  width:0.5rem;
  height:0.875rem
}
.pageLayout .flexible-amenagement{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.pageLayout .flexible-amenagement-block{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:0.9375rem
}
.pageLayout .flexible-amenagement-block input{
  width:2.375rem;
  height:2.375rem;
  margin-left:1.25rem
}
.pageLayout .flexible-amenagement-block button{
  font-size:0.8125rem;
  padding:0.3125rem 0.8125rem
}
.pageLayout .flexible-amenagement-block button svg{
  width:0.5rem;
  height:0.875rem
}
.pageLayout .panel{
  -webkit-border-top-left-radius:0.625rem;
  -webkit-border-top-right-radius:0.625rem;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-radius-topleft:0.625rem;
  -moz-border-radius-topright:0.625rem;
  -moz-border-radius-bottomright:0;
  -moz-border-radius-bottomleft:0;
  border-top-left-radius:0.625rem;
  border-top-right-radius:0.625rem;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  border:0.0625rem solid #cececf;
  background:#fff;
  padding:1.25rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  
}
.pageLayout .panel-title{
  margin-bottom:0.4375rem
}
.pageLayout .panel-title p{
  color:var(--titleColor, #2b2323);
  font-weight:300;
  font-size:1.125rem;
  text-transform:uppercase
}
.pageLayout .panel-description{
  color:var(--textSecondaryColor, #8f8f8f);
  font-size:0.9375rem;
  margin-bottom:1.25rem
}
.pageLayout .panel-slider:not(:first-child){
  margin:2.25rem 0 1.875rem
}
.pageLayout .panel-slider .inputZone{
  margin-bottom:1.5625rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%
}
.pageLayout .panel-slider .inputZone h4{
  font-size:1rem;
  color:var(--titleColor, #2b2323)
}
.pageLayout .panel-slider .inputZone input{
  border:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  color:var(--primaryColor, #4dcddb);
  font-weight:500;
  text-align:right
}
.pageLayout .panel-slider .slide{
  height:0.0625rem;
  border:none;
  background:var(--descriptionColor, #9c9c9c)
}
.pageLayout .panel-slider .slide .custom-handler{
  cursor:pointer;
  border-radius:50%;
  width:2.25rem;
  height:2.25rem;
  border:0.0625rem solid var(--descriptionColor, #9c9c9c);
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
.pageLayout .panel-footer{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:1.875rem
}
.pageLayout .panel-navigation{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-bottom:1.0625rem
}
.pageLayout .panel-final{
  width:31.25rem;
  max-width:100%;
  min-height:18.125rem;
  background:var(--white, #fff);
  border:solid 0.0625rem var(--lightBlueGrey, #cececf);
  top:0;
  right:calc(7% - 1.875rem);
  position:absolute;
  opacity: 80%;
}
.pageLayout .panel-final:before{
  content:"";
  width:5rem;
  background:#707070;
  height:0.0625rem;
  position:absolute;
  left:-2.5rem;
  top:3.4375rem
}
.pageLayout .panel-final .container{
  padding:2.5rem 3.125rem;
  position:relative
}
.pageLayout .panel-final-title{
  text-transform:uppercase;
  font-size:1.75rem;
  font-weight:500
}
.pageLayout .panel-final-description{
  font-size:0.875rem;
  max-width:12.5rem;
  margin:1.25rem 0;
  color:var(--textColor, #000)
}
.panel-switch{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}

.panel-switch:has(#toggle_modeexpert) {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    width: auto;
    justify-content: center;
    gap: 10px;
}

.panel-switch:has(#toggle_modeexpert) h4 {
    margin: 0;
    white-space: nowrap;
}




.panel-switch h4{
  font-size:1rem;
  color:var(--titleColor, #2b2323)
}


.panel-switch:has(#toggle_modeexpert) {
    position: fixed;
    bottom: 20px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    width: auto;
    justify-content: center;
    gap: 10px;
}

.panel-switch:has(#toggle_modeexpert) h4 {
    margin: 0;
    white-space: nowrap;
}

.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.separator{
  width:100%;
  height:0.0625rem;
  background-color:#cececf;
  margin:2.5rem 0 0.625rem
}
.marge-all-10{
  margin:0.625rem 0
}
.marge-top-10{
  margin-top:0.625rem
}
.marge-top-20{
  margin-top:1.25rem
}
.marge-bottom-10{
  margin-bottom:0.625rem
}
.marge-bottom-20{
  margin-bottom:1.25rem
}
.nfo_box{
  position:absolute;
  top:12.5rem;
  right:10%;
  width:9.8125rem;
  height:9.8125rem;
  border-radius:50%;
  background:var(--orange, #ee7b00);
  -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  font-size:1rem;
  color:var(--white, #fff);
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.nfo_box:not(.visibility_off){
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important
}
.nfo_box-container{
  position:relative
}
.nfo_box small{
  padding:0.3125rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.nfo_box small .TTC{
  font-size:0.875rem;
  font-weight:500;
  opacity:.5;
  margin-bottom:0.3125rem
}
.nfo_box small .TTC-price{
  font-size:1.375rem;
  font-weight:500
}
.nfo_box small .TTCprice{
  font-size:1.375rem;
  font-weight:500
}
.nfo_box small .eco{
  padding:0.3125rem;
  font-size:0.75rem;
  font-weight:normal;
  font-stretch:normal;
  font-style:italic
}
.nfo_box .more{
  position:absolute;
  width:2.5rem;
  height:2.5rem;
  border-radius:50%;
  -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  background:var(--primaryColor, #4dcddb);
  border:none;
  font-size:2.5rem;
  bottom:-3.125rem;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%)
}
.nfo_box .more-container{
  position:relative
}
.nfo_box .more .cross{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%)
}
.nfo_box .more .cross:before,.nfo_box .more .cross:after{
  content:"";
  display:block;
  width:1.125rem;
  height:0.09375rem;
  background-color:var(--white, #fff)
}
.nfo_box .more .cross:after{
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg)
}
.nfo_box .more__txt{
  position:absolute;
  top:calc(100% + 3.75rem);
  width:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
  background-color:var(--moreTxtBg, #28a7b5)
}
.nfo_box .more__txt__container{
  padding:0.5625rem 0.75rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  text-align:center
}
.nfo_box .more__txt p{
  font-size:0.8125rem;
  color:var(--moreTxtColor, #fff)
}
.buttons-final{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}
.buttons-final button{
  margin:0.3125rem 0
}
.mainPage,.message{
  display:none
}
.controls{
  display:none
}
.popup{
  height:auto;
  width:18.75rem;
  max-width:100%;
  padding:1.25rem 1.5625rem;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 auto;
  -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
  box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
  border-radius:0;
  background-color:#fff;
  color:#000;
  border-bottom:5px solid var(--orange, #ee7b00);
  text-align:left;
  position:fixed;
  bottom:6.625rem;
  right:0.625rem
}
.popup .cross{
  cursor:pointer;
  width:1.875rem;
  height:1.875rem;
  line-height:1.875rem;
  text-align:center;
  border-radius:50%;
  background-color:transparent;
  color:var(--orange, #ee7b00);
  top:0.625rem;
  right:0.375rem;
  position:absolute;
  -webkit-transition:all .2s ease;
  transition:all .2s ease
}
.popup .cross:hover{
  background-color:var(--primaryColorHover, #1b98aa);
  color:var(--textPrimaryColorHover, #fff)
}
.popup-title{
  font-size:1.125rem;
  font-weight:500;
  margin-bottom:0.5rem;
  color:var(--orange, #ee7b00)
}
.popup-message{
  font-size:1rem;
  font-weight:400;
  line-height:1.2
}
@media screen and (min-width: 48em){
  #SCENE3D{
    position:absolute;
    top:0;
    height:100%;
    width:100vw
  }
  .pageLayout{
    min-height:calc(var(--app-height, 100vh) - 5rem)
  }
  .pageLayout__choices__list{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -0.625rem
  }
  .pageLayout__choices__list__item{
    margin:1.125rem 0.625rem;
    width:calc(25% - 1.25rem)
  }
  .pageLayout .panel{
    position:absolute;
    top:0.9375rem;
    left:1.25rem;
    width:22.5rem;
    max-width:40%;
    overflow:scroll;
    height:calc(var(--app-height, 100vh) - 7.1875rem)
  }
  .pageLayout .panel-footer{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  .pageLayout .panel-navigation{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-left:0.4375rem;
    width:calc(100% - 4.0625rem)
  }
  .pageLayout .panel-navigation button.next-step{
    margin-bottom:1rem
  }
  .controls{
    display:block;
    position:absolute;
    bottom:0.9375rem;
    right:0.9375rem
  }
  .controls__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  .controls__list__item{
    width:2.1875rem;
    height:2.1875rem;
    border-radius:50%;
    -webkit-box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
    box-shadow:0 0 0.3125rem 0 rgba(0,0,0,.2);
    background-color:var(--primaryColor, #4dcddb);
    color:var(--textPrimaryColor, #fff);
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0 0.3125rem 0 0;
    cursor:pointer
  }
  .controls__list__item:last-child{
    margin-right:0
  }
  .controls__list__item:hover{
    background-color:var(--primaryColorHover, #1b98aa);
    color:var(--textPrimaryColorHover, #fff)
  }
  .controls__list__item svg{
    width:1.25rem;
    height:1.25rem
  }
}
@media screen and (min-width: 62em){
  .pageLayout__welcome__text{
    position:relative;
    max-width:65.625rem;
    margin:1.25rem auto 1.875rem;
    padding:1.875rem 3.75rem
  }
  .pageLayout__welcome__text h1,.pageLayout__welcome__text p{
    max-width:31.25rem;
    position:relative;
    z-index:2
  }
  .pageLayout__welcome__text:after{
    content:"";
    z-index:1;
    background-image:url("../images/img-bienvenue.png");
    background-repeat:no-repeat;
    background-position:top right;
    background-size:contain;
    width:100%;
    height:100%;
    position:absolute;
    right:0;
    top:0
  }
  .controls{
    right:auto;
    left:50%;
    bottom:3.125rem;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
  }
  .controls__list__item{
    margin:0 0.625rem 0 0;
    width:3rem;
    height:3rem
  }
  .controls__list__item svg{
    width:1.75rem;
    height:1.75rem
  }
}
@media screen and (min-width: 64em){
  .pageLayout{
    padding-top:5.3125rem;
    min-height:calc(var(--app-height, 100vh) - 5.3125rem)
  }
  .pageLayout section{
    padding-top:1.625rem
  }
  .pageLayout__choices__list__item{
    width:calc(20% - 1.25rem)
  }
  .pageLayout .panel{
    top:1.125rem;
    height:calc(var(--app-height, 100vh) - 10.0625rem)
  }
}
@media screen and (min-width: 75em){
  .nfo_box{
    right:7%
  }
  .container{
    max-width:84.0625rem;
    margin:0 auto
  }
  .pageLayout__welcome__text:before{
    content:"";
    width:5rem;
    background:#707070;
    height:0.0625rem;
    position:absolute;
    left:-2.5rem;
    top:2.75rem
  }
  .pageLayout__choices__list__item{
    width:calc(16.66% - 1.25rem)
  }
  .pageLayout .panel-final{
    right:calc(7% - 1.875rem)
  }
}
@media screen and (min-width: 83em){
  .pageLayout__welcome__text{
    max-width:unset;
    width:82%;
    margin:1.25rem 0 1.875rem 18%
  }
}


/* Create two equal columns that floats next to each other */
.columnDebug {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowDebug:after {
  content: "";
  display: table;
  clear: both;
}

.composantsDetail {
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 
    
}

