html {
  font-size: 1.2em;
  line-height: 1.5;
  height: 100%;
}


.dark-bg {
  background-color: #69605a !important;
}

.title-bar-dmbg {
  background-image: url(../img/backgrounds/design_management_bg.jpg);
}

.title-bar-ioa {
  background-image: url(../img/backgrounds/inside_out_bg.jpg);
}

.title-bar-idap {
  background-image: url(../img/backgrounds/interior_design_bg.jpg);
}

.title-bar-ca {
  background-image: url(../img/backgrounds/contracts_administration_bg.jpg);
}

.title-bar-lap {
  background-image: url(../img/backgrounds/licensing_bg.jpg);
}

.title-bar-bse {
  background-image: url(../img/backgrounds/design_management_bg.jpg);
}

.portfolio-container .point-filter-container ul {
  margin-bottom: 0;
}
.portfolio-container .point-filter-container ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}

.portfolio-container .point-filter-container ul li span {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 24px;
  border: 1px solid #676767;
}

.fond{
		padding-top:50px;
		padding-bottom:50px;
}

.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:270px;
    height:363px;
	margin:10px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
	background-color:#333333;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(2.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(2.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(2.3);
    transition: all 200ms ease-in;
    transform: scale(2.3);
}

	

/*#letterthumb:hover{
	box-shadow: 0px 0px 150px #000000;
  z-index: 999;
  transform: scale(2);
}*/

/*#letterthumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:800px;
    height:auto;
    display:block;
    z-index:999;
}*/

@media screen and (max-width: 480px) {
	
}


@media screen and (max-width: 767px) {
	
}

@media (max-height: 800px) {
	
.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:100%;
    height:100%;
	margin:10px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}	

.style_prevu_kit:hover
{
    box-shadow: 0px 0px 0px #000000;
	z-index: 2;
	background-color:#333333;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

}
