body {
  background-color: #FFF;
  font-size: 16px;
}

.logo a span {
  min-width: 110px;
  min-height: 95px;
  padding-top: 15px;
}

.logo a span img {
  width: 110px;
  height: 80px;
}

.first-page {
  min-height: 100vh;
}

/* First page layout with iPad in landscape orientation
   and prevent slider taking all screen on big screens. */
.slidesjs-control {
  max-height: 350px;
}

.goto-section-sondage {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  margin-bottom: 30px !important;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 32px;
  color: #555;
  background-color: transparent;
  text-decoration: none;
}

#btn-debuter, #btn-debuter:hover, #btn-debuter:visited {
  margin: 0 0 20px 0;
  background-color: #F90;
}

.navbar .btn-navbar i {
  color: #222222;
  font-size: 110%;
  margin: 5px 1px 5px 2px;
  padding: 0;
}

.navbar .btn-navbar a {
    font-size: 14px;
}

.wide-bg {
  background-color: #222;
  padding-top: 20px;

  /* background-image: url("../img/nbar_bg_v.jpg"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
}

.container-survey {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 10px 10px;
  /* background-color: #transparent; */
}

/* Laptop layout */

@media (min-width: 1200px) {
  
}

/* Mobile layout landscape */

@media (max-width: 767px) {
 
}

/* Mobile layout portrait */

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .first-page hr {
    margin-bottom: 15px;
  }

  .lead {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .slides {
    margin-bottom: 20px;
  }

  .hidden-xs {
    display: none;
  }
  
  .container-survey {
   
  }
}

/* Change background for landscape aspect ratio */

@media (min-aspect-ratio: 1/1) {
  .wide-bg {
    /* background-image: url("../img/nbar_bg_h.jpg"); */
  }
}

/* Kiosk mode on portrait iPad */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

  .first-page h1 {
    font-size: 96px;
  }

  .first-page .reputation .lead {
    font-size: 24px;
  }

  .first-page .lead {
    font-size: 56px;
    line-height: 72px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

