/* CSS declarations go here */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600italic,600,700,700italic,800,800italic);
html,body {
  height: 100%;
  margin: 0;
  font-family: "open sans";
  color: #555;
}
* {
  box-sizing:border-box;
}
.btn {
  background: #66bb33;
  color: #fff;
  padding: .5em 1em;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
}
.no-margin {
  margin-top: -15px;
  margin-bottom: 5px;
}
input {
  border: 1px solid #66bb33;
  font-size: 1em;
  padding: .5em 1em;
  border-radius: 3px;
}
.left {
  margin-left: -10px;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  height: 37px !important;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}
.intro {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/bg.jpg');
  background-size: cover;
  display: block;
  position: fixed;
  box-shadow: 0px 0px 30px #888; 
}
.dessinWrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  position: fixed;
  background: whiteSmoke;
  overflow: hidden;
}
.menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  height: 100px;
  z-index: 10000;
  text-align: center;
}
.back {
  position: fixed;
  left: 20px;
  line-height: 100px;
}
.langue {
  position: fixed;
  right: 20px;
  margin-top: 40px;
  background:url('../images/en.jpg') no-repeat center;
  display: block;
  width: 30px;
  height: 20px;
  background-size: 100%;
}
.british {
  background-image: url('../images/fr.gif');
}
.menu a {
  text-decoration: none;
  vertical-align: middle;
  color: #777;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 3px;
}
.menu .dot:before {
  content:"•";
}
.menu .logo {
  background: url('../images/logo.png') no-repeat center center;
  display: inline-block;
  width: 120px;
  background-size: 80%;
  height: 100px;
}
.paintingsWrapper,.pagesWrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0;
  background: whiteSmoke;
  display: none;
  overflow-y:scroll;
-webkit-overflow-scrolling:touch;
}
.dessin {
  width: 100%;
  border-top: 100px solid whiteSmoke;
  height: 100%;
  opacity: 0;
  position: relative;
}
.dessin .bg {
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  cursor: default;
}
.grey {
  z-index: 10000;
}
.dessin img {
  cursor: pointer;
}
.intro h1 {
  color:#fff;
  font-weight: 100;
  position: absolute;
  text-shadow:0px 0px 35px #444;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  text-align: center;
  top: 50%;
  font-size: 4em;
  margin-top: -40px;
  display: none;
  cursor: pointer;
}
.content {
  padding-top: 100px;
}
.content h2 {
  display: block;
  background: no-repeat;
  background-color: #fff;
  background-size: cover;
  width: 100%;
  background-position: center center;
  text-align: center;
  height: 300px;
  line-height: 300px;
  font-size: 3em;
  font-weight: 100;
  margin: 0;
  text-shadow:0px 0px 15px #888;
  color: #fff;
}
.container {
  width: 1000px;
  max-width: 90%;
  position: relative;
  margin: auto;
  padding-bottom: 50px;
}
.expositionTitle h2 {
  font-size: 2rem;
  position: absolute !important;
  left: 30px;
  height: auto;
  bottom: 30px;
  background: none;
  text-align: left;
  line-height: 1.1;
  width: 100%;
  padding-right: 60px;
  word-wrap:break-word;
}
.expositionTitle {
  position: relative;
  display: block;
  background: no-repeat;
  background-color: #fff;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  height: 300px;
  font-weight: 100;
  margin: 0;
  text-shadow:0px 0px 15px #888;
  color: #fff;
}
.menuMobile {
  display: none;
  z-index: 1000;
}
.sidebar {
  display: inline-block;
  width: 200px;
  position: absolute;
  padding-top: 40px;
}
.sidebar a {
  display: block;
  margin-bottom: 3px;
  border-left: 5px solid #555;
  color: #555;
  text-decoration: none;
  padding-left: 10px;
}
.sidebar a:hover {
  text-decoration: underline;
}
.contentExpositions {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  padding-left: 200px;
  padding-top: 40px;
}
.exposition {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  background:#fff;
}
.exposition p {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.expositionImages {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.expositionImages a {
  display: inline-block;
  width: 33%;
  overflow: hidden;
  text-align: left;
}
.exposition a:hover {
  text-decoration: underline;
}
.exposition a img {
  height: 160px;
}
.expositionImages a:nth-child(2) {
  text-align: center;
}
.expositionImages a:nth-child(3) {
  text-align: right;
}
b{
  font-weight: 500;
}
.lead {
  text-align: justify;
  font-size: 1.2em;
  font-weight: 100;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6em;
}
.lead a {
  color:#dd3300;
  text-decoration: none;
}
.images {
  height: 300px;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}
.lbWrapper {
  background: rgba(255,255,255,0.9) !important;
}
.images img {
  height: 100%;
  margin-right: 40px;
  cursor: pointer;
  display: inline-block;
}
.lbImage {
  box-shadow: none !important;
}
.lbDetails {
  background: transparent !important;
  border:none !important;
}
h3 {
  font-weight: 100;
  font-size: 1.5em;
  margin-top:40px;
  text-transform: capitalize;
}
h4 {
  font-weight: 100;
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (max-width: 940px) {
  select {
    display: block !important;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .editionsImage {
    display: block !important;
    width: 100% !important;
    height: 500px !important;
  }
  .editionsContent {
    width: 100% !important;
  }
  .menu a {
    display:none;
  }
  .menuAccueil a {
    line-height: 60px;
  }
.content {
  padding-top:60px;
}
.lbDetails {
  font-size:10px;
}
input,.btn {
  font-size:14px;
}
  .menuAccueil .langue {
    top:-12px;
margin-top:33px;
  }
  .menu .back, .menu .langue {
    display: block !important;
  }
  .contentExpositions {
    padding-left: 0px;
    z-index: 100;
  }
  .menuAccueil .logo {
    height: 60px;
  }
  .menuMobile {
    position: absolute;
    top: 60px;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    background: rgba(250,250,250,1);
  }
.left {
  height:33px !important;
}
  .menuAccueil {
    height: 60px;
  }
  .menuMobile a {
    text-decoration: none;
    color: #222;
  font-size:7px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .sidebar {
    display: none;
  }
.intro h1 {
  font-size:35px;
}
}
.active {
  color: #dd3300 !important;
  border-color: #dd3300 !important;
}
.sidebar a {
  cursor: pointer;
}
.editionsImage {
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  height: 1000px;
  background:no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
  border-top: 15px solid whiteSmoke;
  display: block;
  position: relative;
  display: inline-block;
}
select {
  display: none;
}
.filmsContent a {
  color: #dd3300;
  text-decoration: none;
}
.filmsContent a:hover {
  color: #dd3300;
  text-decoration: underline;
}
.filmsContent .editionsImage {
  height: 500px !important;
}
.editionsContent {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 20px;
}
.lbImage img {
  background: transparent !important;
}
.quote {
  font-weight: 100;
  font-size: 1.2em;
  text-align: right;
  margin-bottom: 40px;
}
.description {
  font-size: 1rem;
  margin-top: 5px;
  display: block;
  color: #666;
}
footer{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  box-shadow: 0px 0px 10px #eee;
  border-top: 1px solid #eee;
  background: #fff;
}