h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 0px;
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.body.page {
  background-image: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.light_bg {
  background-color: #fff;
}

.section.white_bg {
  background-color: #fff;
}

.section.white_bg.page {
  padding-bottom: 60px;
}

.section.dark_bg {
  background-color: #000;
}

.section.calendrier {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.musique {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top-style: none;
}

.container.socials {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #017290;
  background-color: hsla(0, 0%, 100%, .87);
}

.menu_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 100%;
}

.menu_link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Martel, sans-serif;
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_link.link_footer {
  font-size: 14px;
}

.menu_link.white {
  color: #fff;
}

.sixteen-nine {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lens {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero_img {
  width: 100%;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: 750px;
  max-width: none;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo_wrap {
  position: absolute;
  left: 0px;
  top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 900px;
  min-height: 700px;
  background-image: url('../images/hero_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.home {
  height: 700px;
  background-image: url('../images/hero.jpg');
  background-size: cover;
}

.hero.page {
  height: 400px;
  max-height: 400px;
  min-height: 0px;
}

.album_name {
  width: 550px;
  max-width: none;
  margin-bottom: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1 {
  margin-bottom: 16px;
  font-family: Martel, sans-serif;
  font-size: 26px;
  line-height: 100%;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h1.white {
  color: #fff;
  font-weight: 300;
}

.h1.blue {
  color: #017290;
}

.h1.blue.h1_disc {
  margin-bottom: 34px;
}

.songkick {
  width: 100%;
  color: #fff;
}

.main_wrap {
  height: 100%;
  min-height: 100vh;
  padding-top: 61px;
}

.photos_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.photo {
  overflow: hidden;
  width: 25%;
  border: 2px solid #fff;
}

.footer_menu_wrap {
  width: 50%;
}

.facebook_button {
  padding-bottom: 3px;
  padding-left: 2px;
}

.socials_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spotify_wrap {
  overflow: hidden;
  width: 100px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(1, 114, 144, .24);
  background-color: #f8f8f8;
}

.button_wrap {
  position: absolute;
  left: 0px;
  bottom: 95px;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #017290;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.top {
  margin-right: 17px;
  padding-top: 11px;
  padding-bottom: 13px;
  border-radius: 5px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}

.button.top.button_boutique {
  display: none;
}

.button.tour {
  padding: 10px 10px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  background-color: rgba(0, 0, 0, .24);
  font-family: Martel, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 2px;
  text-decoration: none;
}

.logo_link {
  width: 170px;
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

.logo_link.page {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav_logo {
  width: 100%;
}

.menu_open {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.mobile_menu {
  width: 100%;
}

.legal_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebebeb;
}

.legal_text {
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
}

.slide_out {
  display: none;
}

.slide_trans {
  display: none;
}

.menu_button_wrap {
  display: none;
}

.biography_content {
  width: 100%;
  padding-top: 15px;
}

.contact_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.europe_wrap {
  width: 50%;
  padding-right: 40px;
}

.canada_wrap {
  width: 50%;
  padding-left: 40px;
}

.p_small {
  margin-bottom: 11px;
}

.p_large {
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #cfcfcf;
}

.prix_content {
  width: 100%;
  max-width: 800px;
  padding-top: 15px;
}

.year_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.year_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 27px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.year_prix {
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #cecece;
}

.year {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 100%;
}

.p.white {
  padding-right: 10px;
  color: #fff;
}

.p.white.heading {
  font-family: Martel, sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.prix {
  margin-bottom: 0px;
}

.social_icon {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
  margin-left: 6px;
  opacity: 0.63;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.social_icon:hover {
  opacity: 1;
}

.discographie_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spotify_embed {
  width: 48%;
  height: 460px;
}

.spotify_embed.last {
  width: 60%;
}

.photo_thumb {
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

.photo_thumb:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.tour_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, .28);
}

.code {
  width: 100%;
}

.tour_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour_ticket_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.tour_date_wrap {
  width: 20%;
}

.tour_location_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour_venue_wrap {
  width: 50%;
}

.tour_city_wrap {
  width: 50%;
}

.bandsintown {
  width: 100%;
}

.nav_pad {
  width: 100%;
  height: 60px;
}

.retail_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discography_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.album {
  width: 30%;
  margin-bottom: 30px;
}

.heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.disc_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 46px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #dadada;
}

.disc_cover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.disc_meta_box {
  width: 100%;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.disc_title {
  font-family: Martel, sans-serif;
  color: #017290;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.disc_date {
  margin-bottom: 12px;
  color: #818181;
}

.disc_tracks {
  width: 100%;
}

.disc_cover_box {
  width: 220px;
}

.disc_cover_box.dvd {
  width: 144px;
  margin-right: 78px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.listen_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listen_box.dvd {
  display: block;
  padding-top: 0px;
  font-family: Martel, sans-serif;
  color: #017290;
  font-weight: 400;
  text-align: center;
}

.apple_icon {
  width: 100px;
}

.spotify {
  width: 105px;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="page-hero-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="initial-hide"] {
  display: none;
}

@media (max-width: 991px) {
  .container.footer {
    border-top-style: none;
  }
  .menu {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu_wrap {
    padding-top: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .menu_link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
  .menu_link.link_footer {
    font-size: 15px;
  }
  .logo_wrap {
    top: 28px;
  }
  .hero {
    height: 100vh;
    max-height: 800px;
    min-height: 600px;
  }
  .hero.page {
    height: 300px;
    max-height: 300px;
  }
  .album_name {
    margin-bottom: 16px;
  }
  .h1 {
    font-size: 23px;
  }
  .footer_menu_wrap {
    width: 60%;
  }
  .socials_wrap {
    width: 40%;
  }
  .button {
    font-size: 14px;
  }
  .slide_trans {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .year_prix {
    padding-right: 45px;
  }
  .p.white {
    padding-right: 10px;
  }
  .tour_date_wrap {
    width: 35%;
  }
  .album {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.light_bg {
    background-color: #f8f8f8;
  }
  .section.calendrier {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .section.musique {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .container.socials {
    padding-top: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu {
    height: 50px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu_wrap {
    display: none;
  }
  .menu_link.slide {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .22);
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .logo {
    width: 450px;
  }
  .logo_wrap {
    top: 37px;
  }
  .hero {
    height: 600px;
  }
  .hero.page {
    height: 200px;
    max-height: 200px;
  }
  .album_name {
    width: 400px;
  }
  .h1 {
    font-size: 23px;
  }
  .main_wrap {
    padding-top: 50px;
  }
  .main_wrap.home {
    background-image: url('../images/blur_bg2.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .photo {
    width: 33.33%;
  }
  .footer_menu_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .socials_wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f8f8f8;
  }
  .button_wrap {
    bottom: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button.bottom {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .menu_open {
    position: absolute;
    top: 4px;
    right: 16px;
    display: block;
  }
  .mobile_menu {
    cursor: pointer;
  }
  .slide_out {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 260px;
    height: 100%;
    padding: 83px 20px 50px;
    background-color: #017290;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .slide_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide_trans {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .menu_close {
    position: absolute;
    top: 4px;
    right: 16px;
    display: none;
    width: 40px;
    height: 40px;
  }
  .menu_button_wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
  }
  .europe_wrap {
    width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .canada_wrap {
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .year_wrap {
    width: 25%;
  }
  .year {
    font-size: 27px;
  }
  .social_icon.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .discographie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .spotify_embed {
    width: 100%;
    margin-bottom: 33px;
  }
  .spotify_embed.last {
    margin-bottom: 0px;
  }
  .tour_row.heading {
    display: none;
  }
  .tour_date_wrap {
    width: 35%;
  }
  .tour_location_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour_venue_wrap {
    width: 100%;
  }
  .tour_city_wrap {
    width: 100%;
  }
  .nav_pad {
    height: 50px;
  }
  .discography_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .album {
    width: 100%;
    max-width: 300px;
  }
  .disc_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .disc_meta_box {
    width: auto;
    padding-top: 14px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .section {
    padding: 30px 14px 0px;
  }
  .section.white_bg.page {
    padding-bottom: 30px;
  }
  .menu_link.link_footer {
    margin-bottom: 11px;
  }
  .hero_img {
    display: none;
  }
  .logo {
    width: 90%;
    margin-bottom: 7px;
  }
  .logo_wrap {
    top: 31px;
  }
  .hero {
    height: 100vh;
    max-height: 500px;
    min-height: 400px;
    background-position: 50% 50%;
  }
  .hero.home {
    height: 400px;
  }
  .hero.page {
    height: 160px;
    max-height: 160px;
  }
  .album_name {
    width: 80%;
  }
  .h1 {
    font-size: 17px;
  }
  .photo {
    width: 50%;
  }
  .footer_menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .button.top {
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .year_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .year_wrap {
    width: auto;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #000;
  }
  .year_prix {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .p.white.date {
    font-weight: 700;
  }
  .tour_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour_date_wrap {
    width: 100%;
  }
  .retail_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .disc_cover {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

