@charset "UTF-8";
/*------------------------------------------------BODY, HTML---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#separation {
  clear: both;
}
.video-responsive {
 overflow:hidden;
 padding-bottom:56.25%; 
 position:relative;
 height:0;
}
.video-responsive iframe {
 left:0;
 top:0;
 height:100%;
 width:100%;
 position:absolute;
}
/*------------------------------------------------TOP---------------------------------------------*/
.top {
  background-color: #000000;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 5px solid #FF041D;
}
.top img {
  max-width: 861px;
  width: 100%;
  height: auto;
}
.top2 {
  background-color: #000000;
  width: 100%;
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #FF041D;
}
.top2 img {
  width: 100%;
  max-width: 430px;
  height: auto;
}
/*------------------------------------------------FOOTER---------------------------------------------*/
.footer {
  background-color: #FFFFFF;
  margin: 20px 0px 0px 0px;
  text-align: center;
  padding: 40px 0px;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #ff041d;
}
.footer ul {
  padding: 30px 0px 0px 0px;
}
.footer ul li {
  display: inline;
  padding: 0px 15px;
}
.footer ul a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer i {
  color: #AAAAAA;
  font-size: 2em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.footer i:hover {
  color: #000000;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.copyright {
  padding: 30px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 0.75em;
  color: #AAAAAA;
}
.copyright a {
  text-decoration: none;
  color: #AAAAAA;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.copyright a:hover {
  color: #000000;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
/*------------------------------------------------MENU---------------------------------------------*/

/*------------------------------------------------FILM---------------------------------------------*/
.contenu {
  max-width: 900px;
  padding: 30px 20px 0px 20px;
  margin: 0 auto;
}
.contenu img {
  box-shadow: 1px 1px 12px #555;
  border: 3px solid #FFFFFF;
}
.contenu ul {
  max-width: 900px;
  display: block;
}
.contenu ul li {
  width: 170px;
  height: 200px;
  display: block;
  float: left;
  padding-bottom: 0px;
  padding-right: 0px;
}
.box {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
}
.item {
  padding: 0px 20px 15px 20px;
}
.texte-films {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #999;
  font-weight: lighter;
  text-decoration: none;
  text-align: center;
  padding: 3px 0px 0px 0px;
  max-width: 120px;
}
.item a {
  opacity: 1;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.item a:hover {
  opacity: 0.6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
/*------------------------------------------------MAIN---------------------------------------------*/
.content {
  max-width: 900px;
  padding: 30px 20px 30px 20px;
  margin: 0 auto;
}
object{
	padding: 20px 0px 0px 0px;
}
p {
  color: #818181;
  font-size: 0.75em;
	padding: 10px 0px;
}
p a {
  font-weight: bold;
  color: #ff041d;
  text-decoration: none;
}
.copyright {
  color: #A1A1A1;
  font-size: 0.7em;

}
.center {
  text-align: center
}
.border {
  border: 1px solid #D5D5D5;
}
audio {
  padding: 20px 0px 20px 0px;
}
h1 {
  font-size: 14px;
  color: #000000;
  border-bottom: 1px solid #ff041d;
  padding-bottom: 8px;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: bold;
  padding-top: 7px;
}
.space {
  padding: 30px 0px;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
}
.flex-item {
  padding: 1px 0px;
  text-align: center;
  color: #AAAAAA;
}
.responsive {
  width: 100%;
  height: auto;
}
.flex-item a {
  color: #ff041d;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.flex-item a:hover {
  opacity: 0.6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
/*------------------------------------------------DOWNLOADS---------------------------------------------*/
.flexbox-downloads {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
}
.flexbox-item-downloads {
  padding: 0px 10px 40px 10px;
  text-align: center;
}
.flexbox-item-downloads a {
  color: #ff041d;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.flexbox-item-downloads a:hover {
  opacity: 0.6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
/*------------------------------------------------PHOTOS---------------------------------------------*/
.flexbox-photos {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  padding: 30px 0px 0px 0px;
}
.flexbox-photos-item {
  padding: 0px 20px 50px 20px;
  text-align: center;
  width: 250px;
}
.flexbox-photos-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #999;
  font-weight: lighter;
  text-decoration: none;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.flexbox-photos-item a {
  opacity: 1;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.flexbox-photos-item a:hover {
  opacity: 0.6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
/*------------------------------------------------CONTACT---------------------------------------------*/
.flexbox-contact {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  padding: 30px 0px 50px 0px;
}
.flexbox-contact-item {
  padding: 10px 20px;
  text-align: right;
  max-width: 250px;
  width: 250px;
}
.flexbox-contact h1 {
  border-bottom: 3px solid #ff041d;
	
}

/*------------------------------------------------INDEX---------------------------------------------*/
.content-index {
  max-width: 800px;
  padding: 30px 10px 30px 10px;
  margin: 0 auto;
	text-align: center;

	
}
.flexbox-indexbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
  padding: 0px;
}
.flexbox-indexbox-item {
  padding: 10px 2px;
  text-align: center;
  max-width: 250px;
  width: 250px;
}
.flexbox-indexbox-item video{
  padding: 0px;
  max-width: 250px;
  width: 250px;
}
.flexbox-indexbox-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #666666;
  font-weight: lighter;
  text-decoration: none;
  text-align: center;
  padding: 3px 0px 0px 0px;
}
.flexbox-indexbox-item a {
  opacity: 1;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.flexbox-indexbox-item a:hover {
  opacity: 0.6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.flexbox-indexbanner {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
  padding: 5px 0px;
}
.flexbox-indexbanner-item {
  padding: 5px 0px;
  text-align: center;
}

.flexbox-indexbanner-item a {
  opacity: 1;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
.flexbox-indexbanner-item a:hover {
  opacity: 0.6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}



/*------------------------------------------------PIANO CINEMA---------------------------------------------*/

.flexbox-pianocinema {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  padding: 0px;
}
.flexbox-pianocinema-item {
  padding: 10px 2px;
  text-align: center;
  max-width: 420px;
  width: 420px;
}
