/*=============================================================================
 *
 *	BASE
 *
 *  1 - global
 *  2 - font family
 *  3 - headings
 *  4 - links
 *  5 - images
 *  6 - lists
 *  7 - text elements
 *  8 - tables
 *
=============================================================================*/
/*! Lazy Load XT v1.0.6 2014-11-19
 * http://ressio.github.io/lazy-load-xt
 * (C) 2014 RESS.io
 * Licensed under MIT */
@font-face {
  font-family: 'jeanlucbold';
  src: url('../fonts/jeanluc-bold-webfont.eot');
  src: url('../fonts/jeanluc-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/jeanluc-bold-webfont.woff') format('woff2'), url('../fonts/jeanluc-bold-webfont.woff') format('woff'), url('../fonts/jeanluc-bold-webfont.ttf') format('truetype'), url('../fonts/jeanluc-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*1 - GLOBAL
-----------------------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
hr {
  margin: 0;
  padding: 0;
}
body {
  font-family: "ff-dagny-web-pro", sans-serif;
  background: #e4dfdb;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #6c6c65;
}
/*3 - HEADINGS
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 10px;
  color: #1d1d1b;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'jeanlucbold';
}
h2 {
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
}
@media (min-width: 728px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
h3 {
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 728px) {
  h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
h4 {
  font-size: 18px;
  line-height: 32px;
}
/*4 - LINKS
-----------------------------------------------------------------------------*/
a {
  color: #1d1d1b;
  text-decoration: none;
  border-bottom: 2px solid #e0dad5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 1px;
}
a:hover {
  color: #005cff;
  border-color: #f6f4f3;
}
:focus {
  outline: none;
}
/*5 - IMAGES
-----------------------------------------------------------------------------*/
img {
  border: 0;
  max-width: 100%;
}
img,
iframe {
  vertical-align: bottom;
}
/*6 - LISTS
-----------------------------------------------------------------------------*/
ul,
ol {
  list-style: none;
}
/*7 - TEXT ELEMENTS
-----------------------------------------------------------------------------*/
p {
  margin-bottom: 20px;
}
abbr,
acronym {
  font-variant: normal;
  border-bottom: 1px dotted #333;
}
sub,
sup {
  font-size: smaller;
  line-height: 0;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
ins {
  background: #CFC;
  color: #060;
  text-decoration: none;
}
del {
  color: #F66;
  text-decoration: line-through;
}
hr {
  background: #CCC;
  border: 0;
  height: 1px;
  margin-bottom: 39px;
}
/*8 - TABLES
-----------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* NAV
_______________________________*/
.nav {
  position: fixed;
  background: #1d1d1b;
  background: rgba(29, 29, 27, 0.9);
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 2px;
  display: none;
}
.nav li {
  display: inline;
  line-height: 40px;
}
.nav a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  padding: 0 10px;
  padding-top: 2px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 0;
  text-transform: uppercase;
  border-radius: 3px;
}
.nav a:hover {
  background: blue;
}
@media (min-width: 728px) {
  .nav {
    display: block;
  }
}
.shape {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-background-size: 50%;
  background-size: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 0;
}
.shape h1 {
  background: green;
  background: rgba(255, 100, 255, 0.5);
  padding: 10px;
  text-align: center;
  display: none;
}
@media (min-width: 728px) {
  .shape {
    display: block;
  }
}
.shape-01-mobile {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-01-mobile.gif');
  width: 360px;
  height: 190px;
  display: block;
  top: 0px;
  left: 0;
}
@media (min-width: 728px) {
  .shape-01-mobile {
    display: none;
  }
}
.shape-02-mobile {
  background-image: url('../img/bg-02-mobile.gif');
  width: 260px;
  height: 340px;
  display: block;
  top: 60vh;
  right: 0;
}
@media (min-width: 728px) {
  .shape-02-mobile {
    display: none;
  }
}
.shape-01 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-01.gif');
  width: 840px;
  height: 220px;
  top: 0;
  right: 0;
}
.shape-02 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-02.gif');
  width: 460px;
  height: 1553px;
  top: 400px;
  left: 0;
}
.shape-03 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-03.gif');
  width: 330px;
  height: 690px;
  top: 600px;
  right: 0;
}
.shape-04 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-04.gif');
  width: 320px;
  height: 920px;
  top: 1800px;
  right: 0;
}
.shape-05 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-05.gif');
  width: 300px;
  height: 880px;
  top: 3000px;
  right: 0;
}
.shape-06 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-06.gif');
  width: 360px;
  height: 1090px;
  top: 2000px;
  left: 0;
}
.shape-07 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-07.gif');
  width: 320px;
  height: 580px;
  top: 5800px;
  right: 0;
}
.shape-08 {
  background-image: url('../img/bg-08.gif');
  width: 360px;
  height: 800px;
  top: 6000px;
  left: 0;
}
.shape-09 {
  background-image: url('http://hellobirdsfestival.fr/assets/img/bg-09.gif');
  width: 260px;
  height: 730px;
  top: 4200px;
  right: 0;
}
.shape-10 {
  background-image: url('../img/bg-10.gif');
  width: 300px;
  height: 570px;
  top: 4000px;
  left: 0;
}
/*TEST
_______________________________*/
/* GLOBAL
_______________________________*/
.container {
  position: relative;
}
.content {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
.slide {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 728px) {
  .slide {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* GRID
_______________________________*/
.w1x2 {
  width: 100%;
}
@media (min-width: 728px) {
  .w1x2 {
    width: 50%;
  }
}
.w1x3 {
  width: 33.333%;
}
.w2x3 {
  width: 66.666%;
}
.w1x6 {
  width: 33.333%;
}
@media (min-width: 728px) {
  .w1x6 {
    width: 16.666%;
  }
}
.w1x9 {
  width: 11.111%;
}
.col {
  float: left;
  padding: 0 5px;
}
@media (min-width: 728px) {
  .col {
    padding: 0 20px;
  }
}
.cw {
  margin: 0 -20px;
}
.row:after {
  clear: both;
  content: "";
  display: block;
}
.col-center {
  float: none;
  margin: 0 auto;
  overflow: hidden;
}
/* DASH
_______________________________*/
.dash {
  background: #1d1d1b;
  height: 4px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media (min-width: 728px) {
  .dash {
    display: block;
  }
}
.dash-vertical {
  height: 100px;
  width: 4px;
}
.dash-long {
  height: 150px;
}
.dash-mobile {
  display: block;
  background: transparent;
}
/* VIDEOS
_______________________________*/
video {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.video__mask {
  width: 100%;
  height: 100%;
  height: 480px;
  overflow: hidden;
  border: 4px solid #000;
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* COMMON
_______________________________*/
.slide {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 728px) {
  .slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.inner {
  padding: 40px 10px;
}
@media (min-width: 728px) {
  .inner {
    padding: 60px 200px;
  }
}
.content {
  padding-top: 40px;
}
.small {
  font-size: 12px;
}
.center {
  text-align: center;
}
.legend {
  font-style: italic;
  font-size: 18px;
  color: #1d1d1b;
}
.legend-colored {
  color: blue;
  font-style: inherit;
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 728px) {
  .legend-colored {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.animate {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
}
.blue {
  color: blue;
}
.yellow {
  color: orange;
}
.red {
  color: #ff0042;
}
.green {
  color: #04d68e;
}
/* HOME
_______________________________*/
.header .content {
  padding-top: 25vh;
}
.date,
.location {
  text-align: center;
}
.location {
  margin-bottom: 100px;
}
.logo {
  margin-bottom: 50%;
  max-width: 95%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10%;
}
@media (min-width: 728px) {
  .logo {
    max-width: 100%;
    margin-bottom: 5%;
  }
}
/* INTRO
_______________________________*/
.intro h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.intro p {
  margin-bottom: 20px;
  text-align: justify;
  text-align: center;
}
@media (min-width: 728px) {
  .intro h2 {
    font-size: 57px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-align: justify;
  }
  .intro p {
    text-align: justify;
    margin-bottom: 20px;
  }
}
/* MUSIC
_______________________________*/
.prog {
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
}
@media (min-width: 728px) {
  .prog {
    padding: 60px 0;
    padding-left: 50px;
    text-align: left;
  }
}
.prog li a {
  border-radius: 2px;
  color: #1d1d1b;
  font-family: 'jeanlucbold';
  font-size: 25px;
  line-height: 50px;
  position: relative;
  text-align: center;
}
@media (min-width: 728px) {
  .prog li a:hover {
    background: blue;
    color: #FFF;
    padding: 0 10px;
  }
}
.prog .red:hover {
  background: #ff0042;
}
.prog .green:hover {
  background: #04d68e;
}
@media (min-width: 728px) {
  .prog li a {
    font-size: 35px;
    line-height: 70px;
  }
}
.live,
.dj {
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: -999em;
  margin-top: 3px;
  right: -45px;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  display: none;
}
@media (min-width: 728px) {
  .live,
  .dj {
    display: block;
  }
}
.live {
  background: url(../img/live.png) no-repeat 0 0;
}
.dj {
  background: url(http://hellobirdsfestival.fr/assets/img/dj.png) no-repeat 0 0;
}
/* FOOD
_______________________________*/
.food h2 {
  padding-bottom: 40px;
}
.food h3 {
  padding: 0 30px;
}
.food p {
  text-align: center;
}
.food .video__mask {
  max-width: 800px;
  margin: 0 auto;
}
.food video {
  max-width: 840px;
}
/* NATURE
_______________________________*/
.nature p {
  text-align: center;
}
.nature .video__mask {
  text-align: center;
}
.nature .video:after {
  clear: both;
  content: "";
  display: block;
}
.nature video {
  width: 840px;
  margin: auto;
  display: inline-block;
  display: block;
  margin-left: -220px;
}
/* ETRETAT
_______________________________*/
.etretat h3 {
  text-align: center;
}
@media (min-width: 728px) {
  .etretat h3 {
    text-align: left;
  }
}
.etretat .inner {
  padding: 60px 20px;
}
@media (min-width: 728px) {
  .etretat .inner {
    padding: 60px 60px;
  }
}
.etretat ul {
  padding-bottom: 10px;
}
.etretat .col-center {
  text-align: center;
}
.map {
  position: relative;
  max-width: 340px;
  z-index: -1;
}
@media (min-width: 728px) {
  .map {
    max-width: 1200px;
  }
}
/* PROGRAMMATION
_______________________________*/
.schedule .col .inner {
  padding: 60px 0px;
}
.schedule__item:after {
  clear: both;
  content: "";
  display: block;
}
.schedule__item:nth-child(even) {
  background: #dcd5cf;
}
.schedule__time {
  float: left;
  min-height: 10px;
  width: 15%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
}
@media (min-width: 728px) {
  .schedule__time {
    font-size: 16px;
  }
}
.schedule__item {
  padding: 15px 5px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (min-width: 728px) {
  .schedule__item {
    padding: 15px 5px;
  }
  .schedule__item:hover {
    background: #fbd8a6;
  }
}
.schedule__event {
  color: #818386;
  color: #93938b;
  float: left;
  width: 55%;
  padding-left: 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0;
  line-height: 38px;
}
@media (min-width: 728px) {
  .schedule__event {
    font-size: 18px;
    padding-left: 20px;
  }
}
.schedule__place {
  width: 30%;
  padding: 4px 0;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
  color: #93938b;
  text-align: center;
  padding: 2px 4px 0;
  border-radius: 2px;
  border-left: 2px solid #c4c4c0;
  height: 38px;
  vertical-align: middle;
}
@media (min-width: 728px) {
  .schedule__place {
    line-height: 38px;
  }
}
.schedule__place_align {
  line-height: 18px;
}
.schedule__logo {
  width: 35%;
  float: left;
}
.title-s {
  margin-bottom: 5px;
}
.price {
  padding-top: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #93938b;
  margin-bottom: 40px;
}
.price__item {
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
  border-radius: 2px;
}
.price__item:after {
  clear: both;
  content: "";
  display: block;
}
.price__logo {
  width: 30%;
  float: left;
}
.price__logo img {
  vertical-align: middle;
}
.price__place {
  width: 40%;
  float: left;
  padding: 5px 0 5px 10px;
  vertical-align: middle;
  line-height: 34px;
}
.price__price {
  width: 30%;
  float: left;
  padding: 5px 0;
  vertical-align: middle;
  line-height: 34px;
}
.price__price span {
  color: #c4c4c0;
}
.schedule__info {
  text-align: center;
}
.schedule__info span {
  font-family: 'jeanlucbold';
  font-size: 26px;
  margin: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0 -2px;
}
/* SPONSORS
_______________________________*/
.partners {
  background: #ebe7e4;
}
.partners a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.8;
}
.partners a:hover {
  border-color: blue;
}
/* SOCIAL
_______________________________*/
.slide.contact {
  padding-top: 0;
}
.contact .content {
  margin: 0 auto;
  padding: 0;
}
.contact .inner {
  text-align: center;
}
.network {
  width: 210px;
  margin: 0 auto;
  text-align: center;
}
.network a {
  border: 0;
}
.network li {
  float: left;
}
.icn {
  height: 70px;
  width: 70px;
  display: block;
  background: url(http://hellobirdsfestival.fr/assets/img/sprite_social.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 70px;
}
.icn-twitter {
  background-position: -70px 0;
}
.icn-instagram {
  background-position: -140px 0;
}
/* FOOTER
_______________________________*/
.footer {
  text-align: center;
  font-size: 12px;
  background: #1d1d1b;
  color: #9f9f98;
}
.footer a {
  border: 0;
  color: #6c6c65;
}
.footer p {
  margin-bottom: 0;
}
.title {
  font-size: 50px;
  padding-bottom: 30px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
}
@media (min-width: 728px) {
  .title {
    font-size: 100px;
    padding-bottom: 60px;
  }
}
h3 {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
h4 {
  letter-spacing: 0px;
  font-family: "ff-dagny-web-pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
}