@font-face {
    font-family: 'arimobold';
    src: url('Fonts/Arimo-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arimoregular';
    src: url('Fonts/Arimo-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arimoitalic';
    src: url('Fonts/Arimo-Italic-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'introrustg-base2line';
    src: url('Fonts/introrustg-base2line-webfont.woff2') format('woff2'),
         url('Fonts/introrustg-base2line-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cinematografica-extrabold';
    src: url('Fonts/cinematografica-extrabold-webfont.woff2') format('woff2'),
         url('Fonts/cinematografica-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	
  	background-attachment: fixed;
    background-image:url('Images/SILIR3.jpg');
    background-repeat: repeat;
    background-position: 35px 95px;
    }
	
a:visited {
	color: #000;}
a:active {
	color: #222A7E;}


header
{
position: fixed;
  left: 0px;
  top: 0px;
    background-image: linear-gradient(grey, lightgrey);
    width: 100%;
    height: 80px;
    border-bottom: 3px solid white;
	opacity: 0.7;
    z-index: 2;
}

nav
{
position: fixed;
top: 25px;
left: 25px;
font-family:'introrustg-base2line',"Arial",sans-serif;
font-size:27px;
letter-spacing: -2px;
text-shadow:4px 4px 3px grey;
z-index:4;
}


#container {width: 290px; }
#navigation {height: 40px; margin-left: 0px;}
#button {height: 600px;width: 290px; margin: auto;}

ul, li {margin:0; padding:0; list-style:none;}

.menu_class {border:1px solid #1c1c1c;}
.the_menu {display:none; width:230px; margin-left: 0px; margin-top: 15px;border: 1px solid #1c1c1c;}
.the_menu li {background-color: white;}
.the_menu li a {color:#000000; text-decoration:none; padding:15px; 	display:block;}
.the_menu li a:hover {padding: 10px; color: white; text-shadow:4px 4px 3px black; background: grey}
		

article
{ float:right;
  	margin-left: 25%;
	margin-top: 120px;
 	margin-right: 20%;
	padding: 5px;
}



h1
{
    font-size: 34px;
    font-family: 'arimobold',"Arial", Verdana, sans-serif;
	margin-top:-15px;
    text-shadow: 3px 5px 5px grey;
}

h2{
	font-size: 20px;
	margin-top:-30px;
    font-family: 'arimobold',"Arial", Verdana, sans-serif;
    text-shadow: 3px 5px 5px grey;}
p
{
	font-size: 20px;
	text-align:justify;
	margin-top:-5px;
	font-family: 'arimoregular',"Arial", Verdana, sans-serif;
	line-height: 40px;
	text-shadow: 1px 2px 3px grey;
	font-style: italic;
}
.traduction
{
	font-family: 'arimoitalic',"Arial", Verdana, sans-serif;
	color:white;
	text-shadow: 2px 3px 2px black;
	text-align: justify;
    }
	
.prix
{
    text-align: left;
        color:blue;
}

.films{
    display: flex;
    border: 2px;
}
.dvd{
    font-size: 20px;
	text-align:justify;
	margin-top:-5px;
	font-family: 'arimoregular',"Arial", Verdana, sans-serif;
	line-height: 40px;
	text-shadow: 1px 2px 3px white;
	font-style: normal;
	color:grey;
}

img {
  box-shadow: 7px 7px 4px grey; 
}


#anim
{
  position: fixed;
  opacity:1;
  z-index:5;
  top:0px;
  left:0px;
  margin-left: 225px;
  margin-top: 55px;
  width:110%;
  text-align:center;
  vertical-align:bottom;
  font-family:'cinematografica-extrabold', "Arial", Verdana, sans-serif;
  font-weight:500;
  font-size:50px;
  padding-top:0;
  height:100px;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}

div {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

#films {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s infinite;
}

#des {
animation: reveal 14s infinite;
}

#catalo {
  margin-left:-5px;
  width:150px;
  animation: slidein 10s infinite;
  z-index: 5;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-500px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:300px;}
    80% {opacity:1;}
    100% {opacity:0;width:1000px;}
}


#catalo
{color: white;
  text-shadow: 3px 3px 3px black;
}

#des
{color:grey;
  text-shadow: 3px 3px 3px black;
}

#films
{color:black;
  text-shadow: 3px 3px 3px white;
}

.films{
    display: flex;
	flex-direction: column;
    height: 450px;
    border: 3px;
    left:5px;
}


@keyframes AutoSlide {
	0%, 15%, 100% {
		left: 0px; /*1ère image*/
	}
	35%, 50% {
		left: -150px; /*2ème image*/
	}
	70%, 85% {
		left: -300px; /*3ème image*/
	}

#slideshow {
	position: absolute;
	width: 150px;
	height: 150px;
	margin:  5px 5px;
	overflow: hidden;
}
#sContent li {
	display: inline;
}

#sContent {
	position: absolute;
	top: 250px;
	left: 5px;
	width: 150px;
	margin: 0;            
	padding: 0;
	
	/*CSS3 keyframes animation*/
	animation-name: AutoSlide;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
