.responsive-background-image {
  display: none;
}

html {
  font-size: 12px;
  height: 100%;
}

body {
 margin: 0px;
 padding: 0px; 
 font-family: 'Open Sans', sans-serif;
 height: 100%;
 font-weight: normal;
}

a {
  text-decoration: none;
  color: #4f5971;
}

a:hover {
  text-decoration: none;
}

b {
  font-weight: bold;
}

div, ul, p {
  margin: 0;
  padding: 0;
}

form {
  display: inline;
}

input[type="text"] {
  border: none;
  margin: 0;
  padding: 0;
  height: 2.5rem;
}

input[type="submit"] {
  height: 2.5rem;
}

/* fonts */

#home, #technique, #press-content, #downloads-content, #crew, #contact, #projections, #festivals {
  font-size: 1.25rem;
  font-weight: lighter;
  line-height: 1.665rem;
  letter-spacing: 2px;  
}

#synopsis, #contact {
  font-weight: lighter;
  font-size: 2.5rem;
  line-height: 3.333rem;
  letter-spacing: 2px;  
}

/* paddings */
#synopsis-content, #technique-content, #projections-content, #crew-content, #contact-content, #downloads-content, #festivals-content, #videos-content {
  padding-left: 2.67rem;
  padding-right: 2.67rem;
  padding-top: 15rem; 
  padding-bottom: 2.67rem;
}

#synopsis-content, #festivals-content,#contact-content {
  font-size: 2rem;
  line-height: 3rem;
}

#press-content {
  padding-left: 2.67rem;
  padding-right: 2.67rem;
  padding-bottom: 2.67rem;
}

.site-header__bar__mobile-hamburger-menu-holder {
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 0;
  border-radius: 0 5px 5px 0;
  background-color: rgb(128, 128, 128);
  background-color: rgba(128, 128, 128, 0.75);  
  width: 76px;
  height: 60px;
  display: none;
  transition: 0.1s;
  transition-delay: 0.3s;
}

.hamburger-menu-holder--open {
  background-color: transparent;
  transition: 0.3s;
}

.site-header__bar__mobile-hamburger-menu {
  display: inline-block;
  margin-top: 3px;
  margin-left: 2px;
}

#menu {
  top: 2.5rem;
  position: fixed;
  z-index: 10000;
  width: 100%;  
  background-color: rgb(128,128,128);
  background-color: rgba(128,128,128, 0.5);
  padding-left: 4rem;
  padding-right: 4rem;
    
}

#menu-wrapper {
  float: right;
  position:relative;
  left:-54%;  
  text-align: left;
}

#menu ul {
  position: relative;
  left: 54%;
  display: block;
  width: auto;  
  list-style: none;
}

#menu li {
  display: block;
  line-height: 10rem;
  font-size: 1.25rem;
  letter-spacing: 3px;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

#menu li a {
  color: #fff;  
}

#menu li a:focus {
  text-decoration: none;
}

.menu-fb-logo {
  position: relative;
  top: 49px;
 }

.menu-intermezzo-logo {
  position: relative; 
  top: 42px; 
  width: 70px; 
  left: 2px;
}

.page {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-attachment: fixed;
}

#home {
  background-repeat:no-repeat;
  background-size: cover;
  display: table;
  table-layout: fixed;
  height: 100vh;
  background-position: center center;
}

#home-content {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  left: 0; right: 0; top: 0; bottom: 0;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
}

#home-content-inner {
  margin: 0 auto;
  width: 60%;  
  font-weight: bold;
}

.home-content-inner__title-img {
  max-width: 100%;
}

@media screen and (min-width:589px) {
  .home-content-inner__title-img--partners {
    padding-top: 30%;   
  }
}

#home p {
  width: 100%;
  text-align: center;
}

.home-chevron {
  display: inline-block;
  position: absolute;
  width: 50px;
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto;
  bottom: 8.723192%;
  left: 0;
  right: 0;
}
.home-chevron:focus {
  text-decoration: none;
}

#trailer.page {
  box-sizing: border-box;
  padding: 160px 10px 20px 10px;
  max-height: 100vh;
}

#video-holder {
  width: 100%;
  height: 100%;
}

.video-holder-holder.video-links {
  height: calc(100% - 70px);  
}

#video {
  position: relative;
  margin: 0 auto;
  width: 100%;

  padding-top: 25px; /* we don't set padding bottom. some js code is doing something equivalent */
  height: 0;
	overflow: hidden;  
  
  background-repeat:no-repeat;
  background-size: cover;  
}

#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;  
}

.watching-links {
  margin-top: 30px;
  text-align: center;
}

.watching-links__dvd {
  width: 36.5px;
  margin: 0 15px;
}

.watching-links__vod {
  width: 32.83px;
  margin: 0 15px;  
}

.diffusion__watching-links {
  text-align: left;
  margin: 30px 0 24px 0;
}

.watching-links__dvd--diffusion {
  margin-left: 0;
  margin-right: 30;
}

.watching-links__vod--diffusion {
  margin-left: 0;
  margin-right: 0;  
}

#journey {
  background-size: cover;
  background-position: center center;
}

.journey_fr {
  background-image: url('../images/journey_fr.jpg?t=1');
}
.journey_en {
  background-image: url('../images/journey_en.jpg?t=1');
}


#photos-carousel {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#photos {
  min-height: 100%;
  height: auto;
  overflow: auto;
}

#photos-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  text-align: center;
}

#photos-mosaic, #doc-mosaic {
  padding: 14rem 2.67rem;
}

.photos-mosaic__photo-holder-holder {
  margin-bottom: 20px;
}

.photos-mosaic__photo-holder {
  position: relative;
  padding-bottom: 100%;
}

.photos-mosaic__photo-holder {
  background-image: url('../images/vignette.png');  
  cursor: pointer;
}

.photos-mosaic__photo, .doc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% auto;
  background-size: cover !important;
  background-position: center center !important;
}

.doc {
/*  border: 15px solid black;*/
}

.press {
  border: 1px solid #411f1f4f;
}

.doc__name {
  font-size: 1rem;  
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 24px;
}

.doc-holder {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 2.5rem;
}

.doc {
  background-image: url('../images/vignette-2.png');  
/*  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;*/
}


#photo-download {
  position: absolute;
  bottom: 2%;
  right: 2%;  
  z-index: 1000;
}

#photo-cross {
  position: absolute;
  top: 2%;
  right: 2%;  
  z-index: 1000; 
  font-weight: 400; 
  font-size: 22px;
  color: #bfbfbf;
}

#photo-arrow-left, #photo-arrow-right {
  width: 6.66rem;
  height: 6.66rem;
  position: absolute;
  top: 50%;
  margin-top: -3.33rem;  
  z-index: 1000;
  background-size: contain;
  background-repeat: no-repeat;
}

#photo-arrow-left {
  background-image: url('../images/arrow-left.png');
  left: 1rem;
}

#photo-arrow-right {
  background-image: url('../images/arrow-right.png');
  right: 1rem;
}

.photo {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: none;
  text-align: center;
  vertical-align: middle;
}
.photo.shown {
  display: inline-block;
}

.photos-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.download-icon {
  display: block;
  width: 14px;
  margin-top: 3px;
  margin-right: 5px;
  float: right;
}

.download-icon--full img {
  width: 14px;  
}

#technique {
  background-color: #bab4b6;
  color: #fff;
}

#press {
  min-height: 100%;
  height: auto;
  overflow: auto;    
}

#downloads {
  min-height: 100%;
  height: auto;
  overflow: auto;  
}

#press-download-desc {
  width: 12.5rem;
  float: left;
  margin-right: 3.33rem;
}

#projections {
  font-weight: lighter;  
}

#crew {
  min-height: 100%;
  height: auto;
}

#contact {
  min-height: 100%;
  height: auto;
  overflow: auto;
}

.press-cover {
  height: 10.83rem;
  margin-right: 2.67rem;
}

.press-quote {
  margin-top: 2.5rem;
}

#press-content p {
  margin-left: 50px;
}

.digital-coverage, .radio-coverage, .tv-coverage {
  font-size: 1.333rem;
  line-height: 1.83333333rem;
  font-weight: 600;
  margin-top: 3.08333333rem;
  margin-bottom: 2.16666667rem;
}

.digital-coverage:before {
  content: "";
  display: block;
  background: url("../images/icon-digital-coverage.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 36px;
  float: left;
  margin: -6px 10px 0 0;
}

.radio-coverage:before {
  content: "";
  display: block;
  background: url("../images/icon-radio-coverage.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 35px;
  float: left;
  margin: -6px 10px 0 0;
}

.tv-coverage:before {
  content: "";
  display: block;
  background: url("../images/icon-tv-coverage.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 35px;
  float: left;
  margin: -6px 10px 0 0;
}

/* NEW MEDIA QUERIES */

@media screen and (max-width: 1300px) {
  #menu li {
    font-size: 1rem;    
  }
}

@media all and (max-width: 667px) {
  #contact {
    font-size: 1.25rem;
    font-weight: lighter;
    line-height: 1.665rem;
    letter-spacing: 2px;      
  }
  #home-content-inner {
    margin: 0 auto;
    width: calc(100% - 20px);  
  }
  
}

@media all and (max-height: 568px) {
  #menu-wrapper ul li {
   font-size: 16px;
   line-height: 21.86666667px;
 }
}

@media all and (device-width: 768px) and (device-height: 1024px), all and (max-device-width: 480px) {
  #home {
/*    height: 600px;*/
    background-attachment: local;
    background-position: 0 center;
    background-size: 100%;
    height: auto !important;
    min-height: 0;
  }
}

@media all (max-device-width: 320px) {
  #home {
    height: auto !important;
    min-height: 0;
    background-size: 100%;
  }
  
}

.capsule-video-holder {
  display: inline-block;
  max-width: 1000px;
  width: 33.3333333%;
  float: left; 
  padding: 10px; 
  /*border: 1px solid black; */
  text-align: center;

}

@media all and (max-width: 1272px) {
  .capsule-video-holder { width: 50%; }
}

@media all and (max-width: 900px) {
  .capsule-video-holder { width: 100%; }
}


.capsule-video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  }

.capsule-video-container iframe, .capsule-video-container object, .capsule-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}