@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{ margin: 0; padding: 0;}
body{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  background: #eee;
}




#cams {
  accent-color: #4563ff;
}

.action{
   text-align: center;
   display: block;
   margin-top: 20px;
}

a.btn {
  text-decoration: none;
  color: #666;
   border: 2px solid #666;
   padding: 10px 15px;
   display: inline-block;
   margin-left: 5px;
}
a.btn:hover{
   background: #666;
   color: #fff;
    transition: .3s;
-webkit-transition: .3s;
}
.btn:before{
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}

#mobilierWrap{
	position: absolute;
	top:-100px;
	left:-28px;
	width: 1400px;
	margin:0px;
}
#personnagesWrap,
#habillagesWrap,
#camerasWrap{
	position: absolute;
	top:-100px;
	left:60px;
	width: 612px;
	margin:0px;
}
#mobilierSlider,
#personnagesSlider,
#habillagesSlider,
#camerasSlider{
  position: relative;
}

 
@media only screen and (min-width: 1024px){
    #mobilierSlider{
      max-width: 1224px;
      margin-left: auto;
      margin-right: auto; 
     
    }


}
