/*!
 * 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: "friandisenormal_demo";
    /*font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: #000000;
    background-color: #fff;
}

@font-face {
    font-family: 'friandisenormal_demo';
    src: url('../fonts/friandisenormaldemo-webfont.eot');
    src: url('../fonts/friandisenormaldemo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/friandisenormaldemo-webfont.woff2') format('woff2'),
         url('../fonts/friandisenormaldemo-webfont.woff') format('woff'),
         url('../fonts/friandisenormaldemo-webfont.ttf') format('truetype'),
         url('../fonts/friandisenormaldemo-webfont.svg#friandisenormal_demo') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ttdirectors';
    src: url('../fonts/ttdirectors-regular-webfont.eot');
    src: url('../fonts/ttdirectors-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ttdirectors-regular-webfont.woff2') format('woff2'),
         url('../fonts/ttdirectors-regular-webfont.woff') format('woff'),
         url('../fonts/ttdirectors-regular-webfont.ttf') format('truetype'),
         url('../fonts/ttdirectors-regular-webfont.svg#ttdirectors-reguluploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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

.h2, h2 {
  font-size: 30px;
  /*color: #42dca3;*/
  color: #000000;
}

h3 {
  margin: 30px 0 10px 0px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

#Tour {
  margin-bottom: 5px;
}


a {
    color: #000000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000000;
}

.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: #fff;
}

.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: #000000;
}

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

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

.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: #D6CCAC;
    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: #000000;
}

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




@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: 1px solid rgba(255,255,255,.3);
        background: #000000;
    }
}

/* SLIDESHOW/CAROUSEL */
#slideshow {
  width: 100%;
  height:100vh;
  background:#fff;
}
#slideshow .item {
  width: 100%;
  padding: 0px 0;
  text-align: center;
  color: #000000;
  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;
}
.banner4{
    background: url(../img/banner4.jpg) no-repeat top center scroll;
}
.banner5{
    background: url(../img/banner5.jpg) no-repeat top center scroll;
}



.link-banner {
    display: block;
    width: 100%;
    height: 100%;
}
.item .caption{
    position: absolute;
    bottom:30px;
    width: 100%;
}
.item .caption h1 a { display: block; }
.item .caption h1 img {
    margin: 0 auto;
}
.slick-arrow{
    position: absolute;
    width:10px;
    height:18px;
    z-index: 3;
    top:50%;
    margin-top: 20px;
}#slideshow .slick-arrow {
    width: 60px;
    height: 60px;
}
#videos .slick-arrow{
    margin-top: 10px;
}
.video-section h2, .video-section h3 {color:#fff !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:30px 0;}

.brand-heading {
    margin-bottom: 20px;
}



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

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 0;
    text-align: center;
    color: #000000;
    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;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.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: #000000;

}


@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;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-left: 20%;
        padding-right: 20%;
        text-align: left;
    }

}

.btn-circle {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 9px;
    border: 3px solid #000000;
    border-radius: 100%!important;
    font-size: 40px;
    color: #000000;
    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: #000000;
    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;
}

@-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);
    }
}

#bio, #bio .biographie-section {
    background: #fff;
}
#bio p, #bio h2 { color:#000000 ;}

.biographie-section {
    width: 100%;
    color: #fff;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.biographie-section p {
    text-align: left;
}

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

.album-section h2 {
    color: #000;
}

.album-section .btn-default {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}



.album-section2 {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    /*background: url(../img/single-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;
    padding: 0px 0;
}

.album-section2 h2 {
    color: #fff;
}

.album-section2 .btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}



#videos {
    padding: 0 !important;
    margin: 0 !important;
    }
#videos iframe {border: none !important; }

.video-section {
    width: 100%;
    color: #fff;
    background: url(../img/bg1.jpg) no-repeat center center scroll;
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding:30px 0px !important;
}

.video-section h2,.video-section h3 {
    color: #000 !important;
}


#newsletter {
    padding-bottom: 0px;
    }

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

.newsletter-section h2, .newsletter-section h3 {
    color: #000000;
}

.newsletter-section .intro-text {
    color: #000000;
    text-align: center;
}

.biographie-section .container p {
    text-align: justify;
}

.container p {
    text-align: center;
}




.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: #000000;
    -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: 20px;
    border: solid 1px #000000;
    margin-top: 20px;
}

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

img.album {
  margin-bottom: 40px;
}


.shop_button_home{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    border: 1px solid #000;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    /* text-shadow: 0px 0px 10px #000; */
    /* box-shadow: 0px 0px 10px #000; */
    background-color: #000;
}

.shop_button_home:hover{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    border: 1px solid #000;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    background-color: #ffffff;
}

.shop_button_home:hover a{
    color: #000000;
}

.shop_button_home:focus a{
    color: #000000;
}

.shop_button_home:visited a{
    color: #000;
}


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

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

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

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

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,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;
}

.btn-default {
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
}

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


/*
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;
}

.col-lg-offset-2 {
  margin-left: 0;
  width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (min-width: 1200px){

}


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

@media(max-width:380px) {
    #newsletter iframe { width: 100%; }
    #album img {width: 100%;}
}
@media(max-width:768px) {
    /*SLIDESHOW / CAROUSEL*/
    .banner1{ background: url(../img/banner1.jpg) no-repeat center center scroll; }
    .banner2{ background: url(../img/banner2.jpg) no-repeat center center scroll; }
    .banner3{ background: url(../img/banner3_mobile.jpg) no-repeat center center scroll; }

    .banner1uk{ background: url(../img/banner1_UK_mobile.jpg) no-repeat center center scroll; }
    .banner2uk{ background: url(../img/banner3_UK_mobile.jpg) no-repeat center center scroll; }
    .banner3uk{ background: url(../img/banner2_UK_mobile.jpg) no-repeat center center scroll; }

    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: 450px;
    margin-bottom: 0px
    }

    p {
        margin: 0 0 0px;
        font-size: 14px;
        line-height: 1.3;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-left: 0px;
        padding-right: 0px;
    }

.biographie-section .container{
    padding-bottom: 0px;
    margin-top: 0px;
}

.album-section .container {
    margin-top: 0px;
    padding-bottom: 0px;
}

.video-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}



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


.row {
    margin-top: 10px;
}

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

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

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



}

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

footer {
    padding: 50px 0;
}

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: #000000;
        }

        #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*/
/*VIDEO YOUTUBE*/
#youtube_vid{
    width : 640px;
    height : 360px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    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;
}

.owl-carousel{
    width : 640px;
    height : 360px;
}

.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;
}
