elment.style {
  /*width:94px;*/
}

/*********new chnages *********/
.spcl-toggle::after{
  float: right;
  margin-top: -2px;
  width: 8px;
  height: 4px;

}
.dropdown-item>span{
	display: none;
	
}

@keyframes size {
  from {width: 30px}
  to {width: 33px}
}


@media screen and (max-width: 543px) {
  .dropdown-item{
  	white-space: unset;

  }
  .content{
    width: 100%;
    margin : 10px 0;
    padding: 8px;
  }
  .table-spc td{
    padding: 0 5px !important;7


   }
   .left{
    width: 10% !important;
   }
   .right {
    width: 90% !important;
   }
   .container-tab {
     margin: 10px 5px !important;
    background-color: #fff;
}
}
@media screen and (max-width: 992px){
  .title::before{
    top: 30px !important;
  }
  .carac-title::before{
    margin-top: 30px !important;
    height: 20px !important;
}
 
}
@media screen and (max-width: 1200px){
	.btns{
	display: block !important;
} .menu-btn{
	display: block;
	margin: 20px auto;
}
}

/*******style balance page********/
.content{
  width: 88%;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: -2px -16px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -2px -16px 20px 0px rgba(0,0,0,0.1);
  box-shadow: -2px -16px 20px 0px rgba(0,0,0,0.1);
}
.title::before{
  display: inline-block;
  position: absolute;
  content: " ";
  height: 20%;
  width: 3px;
  background-color: #32ab93;
  left: 0;
  top: 10px;

}

.libra{
  display: inline-block;
  color: #f79a24;
  font-weight: bold;
  
}
.image-zoom{
  margin: 20px 0;
}
.piclist{
  
  list-style: none;

}
.picZoomer-pic-wp{
  width: 100% !important;
  height:  auto !important;
}
.btns{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.btns {
  margin: 20px;
}
.btns a{
  text-align: center;
  color: #f79a24;
  text-decoration: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #f79a24;
  margin: 0 8px;
 
}
.btns a:hover{
 background-color: #f79a24;
 color: #fff;
-webkit-transition: background 1s ease-in;
-moz-transition: background 1s ease-in;
-ms-transition: background 1s ease-in;
-o-transition: background 1s ease-in;
transition: background 1s ease-in;
}
.caracteristique{
  margin: 20px 0;
}
.carac-title{
  margin: 30px;
}
.carac-title::before{
  display: block;
  content: " ";
  height: 10%;
  width: 3px;
  background-color: #32ab93;
  margin-left: -14px;
  position: absolute;

}
.container-tab{
   margin: 40px 30px;
   background-color: #fff;
   
 } 
.table-spc{
  width: 100%;
  margin: 10px 0;
  border : 1px solid rgba(0,0,0,0.1);
  border-radius: 5px !important;
  border-collapse: collapse;
  font-size: 12px;
}
.table-spc td{
  padding: 20px;
}
.left{
  border-right: 1px solid rgba(0,0,0,0.1); 
  width: 20%;
    text-transform: uppercase;

}
.right{
  width: 80%;
}
.dark-tr{
  background-color: rgba(0,0,0,0.03);
}
