/* hardware accelatator class */	
	.trans3d
	{
		-webkit-transform-style: preserve-3d;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform-style: preserve-3d;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform-style:preserve-3d;
		-ms-transform: translate3d(0, 0, 0);
		transform-style:preserve-3d;
		transform: translate3d(0, 0, 0);

		/*-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility:hidden;
		backface-visibility:hidden;*/
	}
	
	#contentContainer
	{
		    position: relative;
    margin-left: -500px;
    margin-top: -154px;
    left: 50%;
    top: 43%;
    width: 1000px;
    height: 32em;
	}
	
	#carouselContainer
	{
		position:absolute;
		margin-left:-500px;
		margin-top:-500px;
		left:50%;
		top:50%;
		width:1000px;
		height:1000px;
	}
	
	.carouselItem
	{
		width:320px;
	    height:280px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		visibility:hidden;
	}
	
	.carouselItemInner
	{
		width:320px;
		height:280px;
		position:absolute;
		/*background-color:rgba(255, 255, 255, .75);
		border:10px solid rgba(255, 255, 255, .5);*/
		color:white;
		font-size:22px;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		text-align:center;
		padding-top:50px;
		
	}
    .container-dev 
    {
	    margin-top: 100px;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    width: 50%;
    }
	div#description-works {
	    background-color: red;
	    z-index: 1;
	    height: 100%;
	    width: 0%;
	    position: absolute;
    }
    a>img.thumb-round{
    width:300px;	
    }

@media screen and (max-width: 767px) {
	.container-dev {
    margin-top: 1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    }
	figure#item2 {
    position: relative;
    margin-left: 2em;
    }
	figure#item3 {
    position: relative;
    margin-top: -4em;
    }
    figure#item4 {
    position: relative;
    margin-top: -18em;
    margin-left: 2em;
    }

	  div#description-works {height: 125%;}
          #carouselContainer
	{
		position:absolute;
		margin-left: -10em;
		margin-top: 0px;
		left:0;
		top: 5%;
		width: 300px;
		height: 500px;
	}
          #contentContainer {left: 123%;width:400px;margin-top: -5em;}
	  .carouselItemInner {top:0;margin-left:0;width: 9em;height: 9em;padding-top: 0px;visibility:visible;}
	  a>img.thumb-round{width:100px;}
	  a#retour {
	    margin: 150% 0 0 71%;
	    border: solid 0.5px;
	    padding: 0.3em 1.5em 0.3em 1.5em;
	    position: absolute;
            z-index:1001;
	  }
	  div#previewer {
	    padding: 0.2em;
	    width: 100%;
	    height: 50%;
	    border: 1px solid #ddd;
	    top: 8em;
	    left: 0em !important;
	    background-color: rgba(191, 191, 190, 0.49);
	    position: absolute;
    }
	  /*footer#footer {display: none;}*/
}