 
.font-weight-bold{
font-weight:blod !important;
font-weight:700 !important;
}
#show-img{
max-width:100%;
width:100%;
height:auto !important;
}
.small-img{
  width: 350px;
  height: 100%;
  margin-top: 10px;
  position: relative;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 100%;
  background-color:#ffffff;
  height: auto;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 100%;
  position: relative;
}

.small-container .show-small-img{
  max-width: 100%;
  width: 75px;
  height: 75px;
  margin-right:5px;
  cursor: pointer;
  margin:3px;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}


.href_t{
color:#000000;
text-decoration:none !important;
}
.materiaux_img{
width:30px;
height:30px;
border-radius:50%;
}
.materiaux_img_full{
width:100%;
height:200px;
border-radius:0%;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index:9999999999;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: -1px 1px 14px 0px rgba(65,64,64,0.75);
-webkit-box-shadow: -1px 1px 14px 0px rgba(65,64,64,0.75);
-moz-box-shadow: -1px 1px 14px 0px rgba(65,64,64,0.75);
}


.sidepanel .closebtn {
  position: relative;
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  padding:10px;
  width:auto;
  height:auto;
}
.sidepanelright {
  width: 0;
  position: fixed;
  z-index:9999999999;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  box-shadow: -1px 1px 14px 0px rgba(65,64,64,0.75);
-webkit-box-shadow: -1px 1px 14px 0px rgba(65,64,64,0.75);
-moz-box-shadow: -1px 1px 14px 0px rgba(65,64,64,0.75);
}
.sidepanelright .closebtn {
  position: absolute;
  top: 0;
  right:10px;
  font-size: 36px;
}


		.demo-inner-content {
			position: relative;
			z-index: 2;
			max-width:100%;
			text-align:center;
			
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 0;
}
