html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color:#FAFAFA;/*#111;*//*#FAFAFA;*/
    font-family: 'Open Sans Condensed', sans-serif;

}


/*****************LOADER:*******************/

#loader{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#grpLoader{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#grpLoader img{
    max-width: 70%;
}

#grpLoader h2{
    font-size: 15px;
    color: #868686;
    animation: opaAnim 1.5s linear infinite;
}

@keyframes opaAnim {
    0% { opacity: 100%; }
    50% { opacity: 10%; }
    100% { opacity: 100%; }
}

#grpState{
    width: 350px;
    /*max-width: 70%;*/
    height: 20px;
    background-color: grey;
    border-radius: 4px;
    margin-top: 10px;
}

#state{
    height: 20px;
    background-color: crimson;
    border-radius: 4px;
    width: 0%;
}

.loader {
  width : 50px;
  height: 50px;
  border: 16px solid white;
  border-top:16px solid #bc1731;
  border-radius: 50%;
  margin-top : 10px;
  animation: spinner 1.5s linear infinite;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/**********************Canvas 3D******************/
.centerCanvas{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#renderCanvas {
    touch-action: none;
	width: 100%;
	height: 100%;
    outline : none;
}

/*********************FONT***********************/

.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
  }

  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  h6,h5,h4,h2,h1,p{
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    
  }

/*********************Button lien avec la 3d****************************/

.CustumFooter{
    position: absolute;
    bottom: 0;
    width: 65%;/*50%;*/
    margin-bottom: 20px;
}

.CustumHeader{
    position: absolute;
    Top: 10px;
    width: 65%;/*50%;*/
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: center;
}

.CenterHeader{
    display: flex;
}

.FooterCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.Down{
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 5px;
}
.Down:hover{
    cursor: pointer;
}

/***************************************************/
.btn-custum{
    color: #000;
    background-color: #d2d2d2;
    width: 60px;
}


.divider{
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #888;
}

.accordion-item{
    margin: 5px;
}

.OptTitre{
    padding: 5px;
    margin-top: 10px;
}

.content-wrapper{
    width: 100%;
    height: 100%;
}

.content{
    padding: 10px;
    height: 100%;
}

.fullHeight{
    height: 100%;
}

.block{
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) -4px 0px 4px 0px;
}

.over{
    overflow: auto;
}

.grpBlock{
    padding: 5px;
}

.menuFooter{
    text-align: center;
}

.input-group{
    width: 60%;
}

.fa-panier{
    /* height: 100%; */
    width: 60px;
    padding: 5px;
    margin-left: 10px;
}

.marginLeft{
    margin-left: 20px;
}

.marginBottom{
    margin-bottom: 20px;
}

.grpTitre{
    background-color: white;
    padding: 2px;
    margin: 5px;
    display: flex;
    justify-content: center;
    height: 30px;
}

.Grp_Module{
    display: flex;
}

.SubGrp_Module{
    text-align: center;
}

.Module_IMG{
    width: 110px;
}

.Module_IMG:hover{
    cursor: pointer;
    border: .1px solid rgba(231, 74, 1, 0.747);
    border-radius: 5px;
}

.grp_addmodule{
    width: 100%;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.grp_Forme{
    text-align: center;
}

.btnForme{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.btnForme img{
    width: 40px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.150);
}

.btnForme img:hover {
    cursor: pointer;
}

.btnColor{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.btnColor img{
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.150);
    border-radius: 50%;
}

.btnColor img:hover {
    cursor: pointer;
}

.grp_Color{
    /* padding: 5px; */
    text-align: center;
}

.spe_accordion-body{
    height: 450px;
}

.btnStickers{
    display: block;
}

.grp_Stickers{
    height: 50px;
    text-align: center;
}

.colorSticker {
    width: 50px;
    filter: invert(1);
    transform: rotate(90deg);
}


.colorSticker:hover {
    cursor: pointer;
}

/*Responsive Mobile:*/

@media screen and (max-width: 574px) {
    .over {
      position: absolute;
      background-color: rgba(255, 255, 255, .9);
      display: none;
    }

    .CustumFooter{
        width: 100%;
    }

    .closemenu,.openmenu{
        display: block;
    }
  } 