/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

@font-face {
  font-family: 'ITCAvantGardeStd-XLt';
  src: url('../fonts/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-XLt.otf')  format('opentype'),
        url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-XLt.ttf')  format('truetype'),
        url('../fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.h2, h2 {
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  /*color: #42dca3;*/
  color: #ffffff;
  /*text-shadow: 0px 0px 10px #000;*/
}

.h3, h3{
    font-family: 'Open Sans Condensed', sans-serif;
}

.music-section h2 {
    color: #2a7789;
    }

.video-section h2 {
    color: #2a7789;
    }

.newsletter-section h2 {
    color: #2a7789;
    margin-top: 50px;
    }

.posts-section h2 {
    color: #2a7789;
    margin-top: 50px;
}

.biographie-section h2 {
    color: #2a7789;
    }

.newsletter-section p {
    color: #2a7789;
    }

.posts-section p {
    color: #2a7789;
    }



h3 {
  margin: 50px 0 0 0px;
}

p {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;

}

#Tour {
  margin-bottom: 5px;
}


a {
    color: #2a7789;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Open Sans Condensed', sans-serif;

}

a:hover,
a:focus {
    color: #CDCED8;
}

footer a {
    color: #fff;
}

footer.a:focus {
    text-decoration: none;
    color: #CDCED8;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-custom.top-nav-collapse {
        background: #2a7789;
    }

.icon_menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 10px !important;
    display: inline !important;

    }

/*.navbar-header {
        background: #2a7789;
    }
*/

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 0px solid rgba(255,255,255,.3);
        background: #000;
        background-image: url(../img/background_bandeau.jpg);
    box-shadow: 0px 0px 20px 0px #000000;
    }
}



/* SLIDESHOW/CAROUSEL */
#slideshow { 
  width: 100%; 
  height:100vh; 
  background:#fff;          
}
#slideshow .item {
  width: 100%;
  padding: 0px 0;
  text-align: center;
  color: #d114a4;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height:100vh;
  position: relative;
}
.banner1{
    background: url(../img/banner1.jpg) no-repeat top center scroll;
}
.banner2{
    background: url(../img/banner2.jpg) no-repeat top center scroll;
}
.banner3{
    background: url(../img/banner3.jpg) no-repeat top center scroll;
}


.link-banner {
    display: block;
    width: 100%;
    height: 100%;
}
.item .caption{
    position: absolute;
    top: 10%;
    width: 100%;
}
.item .caption h1 a { display: block; }
.item .caption h1 img {
    margin: 0 auto; 
}
.slick-arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 3;
    top:50%;
    margin-top: 20px;
}#slideshow .slick-arrow {
    width: 60px;
    height: 60px;
}
#videos .slick-arrow{
    margin-top: 10px;
}
.music-section h3 {color:#2a7789 !important;}
.video-section h3 {color:#2a7789 !important;}
.next-black {  background: url(../img/next_black.png) center center; background-repeat: no-repeat;}
.prev-black {  background: url(../img/prev_black.png) center center; background-repeat: no-repeat;}
#slideshow .next-black{
  right:20px;
}
#slideshow .prev-black{
  left:20px;
}
#videos-carousel .next-black{
  right:0;
}
#videos-carousel .prev-black{
  left:0;
}
#videos { margin:0px 0;}





/*.intro .intro-body .brand-heading {
  margin-top: 340px;
}
*/

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg2.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  /*vertical-align: middle;*/
  vertical-align: bottom;
  padding-bottom: 30px;
}


}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 16px;
}

.intro-title { 
    margin-bottom: 5px;
  font-size: 25px;
}

.sub-title { 
    margin-bottom: 10px;
  font-size: 20px;
}

.tour-text{
    margin-top: 40px;
    font-size: 16px;
    text-shadow: 0px 0px 10px #777;
    text-transform: uppercase;
    color: #FFFFFF;

}


@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 16px;
        text-shadow: 0px 0px 10px #777;
        padding-left: 0%;
        padding-right: 0%;
    }

    p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 1.3;
        padding-left: 20%;
        padding-right: 20%;
    }

}

.btn-circle {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    padding: 0px 9px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 30px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.fa-angle-double-down.animated{
    color: #fff;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
}

.music-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat top center scroll;
    background-color: #dddcda;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.video-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/videos-bg.jpg) no-repeat top center scroll;
    background-color: #dddcda;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#videos {
    padding: 0px 0;
}


.jury-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/jury-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.concours-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    /*background: url(../img/concours-bg.jpg) no-repeat center center scroll;*/
    background-color: #c2c3bb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.posts-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.album-section {
    padding: 0px 0;
}



.newsletter-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #f1ecd9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.biographie-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.album {
    margin-bottom: 30px;
}

.photos {
    margin : 5px;
    width: 200px;
    height: 200px;
}

img.album {
    width: 300px;
  margin: 0 10px 40px 10px;
border: solid 1px #fff;
}

#titre_download{
    color: #e58fa4;
    font-size: 35px;
}


#txt_download{
    color: #f0b042;
    font-size: 20px;
    margin-bottom: 10px;
}


@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .music-section {
        padding: 50px 0;
    }

    .video-section {
        padding: 50px 0;
    }

    .newsletter-section {
        padding: 50px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 14px;
}

.btn-default {
    border: 1px solid #2a7789;
    color: #fff;
    background-color: #2a7789;
    margin: 5px;
    padding-top: 10px;
    /* text-shadow: 0px 0px 1px #000; */
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: #2a7789;
}

/*
ul.banner-social-buttons {
  margin-top: 40px;
}
*/

.i4ewOd-pzNkMb-haAclf qAWA2 {
  display: none;
}

.ol-lg-8 col-lg-offset-2 {
    width: 100%;
    margin: 0;

}

/*section#carte {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
*/

.map {
    border: none;
}


@media (min-width: 1200px){
.col-lg-offset-2 {
    margin-left: 0;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
}
}


@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }


}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    .intro .intro-body .brand-heading {
    margin-top: 240px;
    }

    .intro {
    background: url(../img/intro-bg2-mobile.jpg) no-repeat top center scroll;
    }


    p {
        margin: 0 0 0px;
        font-size: 14px;
        line-height: 1.3;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row {
    margin-top: 10px;
    }

    .logo_header {
    width: 300px;
    margin-top: 40px;
    }

    .intro-text { 
    margin-bottom: 10px;
    }

   .album{
    max-width: 200px;
    }

    .video-container {
    padding-top: 56px;
    }

    .newsletter-section h2 {
    margin-top: 0px;
    }

    .posts-section h2 {
    margin-top: 0px;
    }

    .navbar-custom {
    border-bottom: 0px solid rgba(255,255,255,.3);
    background-color: transparent; 
    }


    .banner1{
    background: url(../img/banner_mobile.jpg) no-repeat top center scroll;
    }
    .banner2{
        background: url(../img/banner2.jpg) no-repeat top center scroll;
    }
    .banner3{
        background: url(../img/banner3.jpg) no-repeat top center scroll;
    }

.item .caption {
    position: absolute;
    bottom: inherit;
    top: 10%;
    width: 100%;
}

}


@media (min-width: 767px) {
    .content-section {
    padding-top: 0px;
    }
}

footer {
    padding: 50px 0;
    background-image: url(../img/background_bandeau.jpg);
    box-shadow: 0px 0px 20px 0px #000000;
}


footer p {
    margin: 0;
    font-size: 12px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




/*PREHOME*/

    #prehome {
        text-align: center;
        color: #fff;
        font-family: Montserrat;
        font-size: 18px;
        margin-top: 10px;
        }

    #button_prehome li{
      display: inline-block;
      border: solid 1px;
      padding: 5px 10px;
      font-family: 'px_groteskbold';
      font-size: 16px;
      color: #000000;
      margin: 0 5px 0 0;
    }

      #button_prehome {
        text-align: center;
      /* position: absolute; */
      /* top: 8px; */
      /* right: 3px; */
      /* margin-left: 65px; */
      /* width: 32px; */
      /* height: 32px; */
      z-index: 9;
        margin-top: -12px;
        }

        ul#button_prehome  {
        margin-left: -30px;
        }

        #button_prehome li:hover {
      background-color: #000;
        }
        #button_prehome li:hover > a {
      color: #fff;
        }

        #button_prehome a {
      color: #000000;
        }

        #button a:hover {
      text-decoration: none;
        }




        .titre_prehome{
        font-family: 'px_groteskbold';  
        color: #000;
        font-size: 35px;
        text-align: center;
    }

        .fancybox-inner {
        background-color: #000;
        }
/*END PREHOME*/


/*VIDEO YOUTUBE*/
#youtube_vid{
    margin-top: 40px;
    width : 640px;
    height : 360px;
}


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

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



@media(max-width:1023px) {#youtube_vid{ width : 450px; height : 253px; }}
@media(max-width:767px) {#youtube_vid{ width : 300px; height : 169px; }}
/*END VIDEO YOUTUBE*/

.hasgtag{
    font-size: 20px;
}


#twitter-widget-0 {
    display: inline !important;
}

.video{
    margin-top: 60px;

}

.cookiebar{
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
    padding: 10px 100px;
    line-height: 16px;
  z-index: 99999;
  text-align: center;
    font-size: 12px;
    font-family: arial !important;
}
.cookiebar a {
  color:#fff !important;
  font-weight: bold;
   text-decoration: none !important;
    font-family: arial !important;
}
.cookiebar a:hover {
  text-decoration: none !important;
}
.close-cookie { 
  position: absolute;
right: 17px;
    top: 17px;
  color:#fff !important;
}

