/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}
.xLogo svg{
    max-width:24px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}



/*----------------------------------------------------------------------------------------------------------------------------
  COLOR
----------------------------------------------------------------------------------------------------------------------------*/

:root {
  --color-bleu: #853F26;
}


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #fff;
    background-color: var(--color-bleu);
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
}

body, html {
    width: 100%;
    height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.title-wrapper {
    position: relative;
    margin-bottom: 50px;
}
#biographie .title-wrapper {
    width: 65%;
}
h1 {
    font-size: 3.8rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    /* letter-spacing: 0.1rem; */
    position: relative;
    display: inline-block;
    line-height: 1;
    /* text-decoration: underline; */
    text-transform: uppercase;
}
h1::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: -10%;
}
h1.bleu {
    color: var(--color-bleu);
}
h1.bleu::after {
    background-color: var(--color-bleu);
}
.line {
    position: relative;
    width: 18vw;
    height: auto;
    display: block;
    margin:auto;
    opacity: .85;
}

h2 {
    color: rgba(124,40,48,1);
    font-size: 3.2rem;
    text-align: center;
    text-transform: none;
    margin: 0 0 30px 0;
    font-weight: 400;
}

h3 {
    font-size: 2.3rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 20px;
    text-transform: uppercase;
}

h4 {
    font-size: 1.25em;
    color: rgba(124,40,48,1);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width:100%;
    overflow: hidden;
}

.overlay {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;    
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    /* -ms-flex-pack: center; */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;    
}

.overlay-content {
    position: relative;
    width: 60%;
    max-width: 1000px;
    min-width: 320px;
    padding: 10px;
    background: #fff;
}

.overlay-content img { 
    display: block;
    width: 100%;
    height: auto;
}

.overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    z-index: 1000;
    border: none;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    width: 50px;
    height: 50px;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.overlay-close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.overlay-close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}


/*--------------------------------------------------------------
NEWSLETTER
--------------------------------------------------------------*/
.wmg-button {
    padding: 15px 30px 10px 30px;
    border: none;
    background-color: #fff;
    color: var(--color-bleu);
    font-family: 'Libre Franklin', sans-serif;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;    
}
.wmg-button:hover {
    background-color: rgba(255,255,255,.85);
}

.wmgsdk-modal-content {
    padding: 50px !important;
}

body .wmgsdk-modal-dialogue label, body .wmgsdk-content-container label {
    font-family: 'Libre Franklin', sans-serif;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    color: var(--color-bleu);
}

input, select {
    font-size: 1rem;
    border-radius: 0;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    color: var(--color-bleu);
    text-align: left;
    padding: 15px;
    border:1px solid var(--color-bleu);
    width: 100%;
    display: block;
    outline: none;
    -webkit-appearance: none;   
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;    
    margin-bottom: 20px; 
}
body .wmgsdk-modal-dialogue div.opt-in-button button {
    padding: 15px 30px 10px 30px;
    border: none;
    margin-bottom: 20px;
    background-color: var(--color-bleu);
    color: #fff;
    display: block;
    width: 100%;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;  
}

body .wmgsdk-modal-dialogue ul li p,body  .wmgsdk-content-container ul li p {
    margin: 0;
    text-transform: none;
    font-size: 1.3rem;
    line-height: 1.5;
}




iframe {
    overflow: hidden;
    /*background-color: #fff;*/
}

section {
    position: relative;
    /*min-height: 100vh;*/
    padding:150px 0 190px 0;
    text-align: center; 
}

section#musique {
    /*min-height: 100vh;*/
    padding: 0;
    display: flex;
    background-color: #d3cec8;
}

.section__left {
    position: relative;
    width: 50%;
}

.section__left img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    position: absolute;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}    
.section__right {
    padding: 100px 0;
    position: relative;
    width: 50%;
    display: flex;
}

.section__right__container {
    /*padding: 50px 0;*/
    margin: auto;
    width: 100%;
}

section#home {
    padding: 0;
    /*min-height: 100vh;*/
}




section#videos {
    /*background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;*/
}


.video-playlist__wrapper {
    position: relative;
    width: 80%;
    max-width: 950px;
    margin: auto;
}

@media screen and (max-width: 960px) {

    .video-playlist__wrapper {

    }

}


section#tournee {
    /*background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: left top;*/
}
section#newsletter {

}

.slick-banner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    /*min-height: 100vh;*/
}

.slick-dots {
    position: absolute;
    bottom: 5vh;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: rgba(255,255,255,.5);
}

.slick-item {
    position: relative;
    outline: none;
}

.slick-item img {
    width: 100%;
    height: auto;
}

/*.album-animation .bg-wood {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/

.album-animation-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;

    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);    
    width: 75%;
    max-width: 1800px;
    height: 100%;
    z-index: 100;
}

.album-animation-left {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;    
    width: 50%;
}
.album-animation-right {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;   
    flex-direction: column; 
    width: 50%;
}

.album-animation .cover-wrapper {
    position: relative;
    width: 90%;
    height: auto;
    
}
.cover {
    transform: rotate(-1.5deg);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 40%);
}
.album-animation .banner-logo {
    width: 28%;
    height: auto;
    margin-bottom: 30px;
    max-width: 400px;
}
.album-animation .album-title {
    width: 25%;
    height: auto;
    margin-bottom: 30px;
    max-width: 400px;
}

.button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 15px 40px;
    color: #a5504a;
    background-color: #f0c079;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.button:hover {
    background-color: #a5504a;
    color: #f0c079;
}

.button.color_rouge {
    background-color: rgba(124,40,48,1);
    color: #fff;
    /*background-attachment: fixed;*/
}
.button.color_rouge:hover {
    background-color: rgba(124,40,48,.7);
    color: #fff;
}

/*.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;
}*/

.slick-musique {
    /*width: 35%;*/
    width: 40%;
    display: block;
    margin: auto;
    max-width: 600px;
}
.slick-musique {
    margin-top: 25px;
    margin-bottom: 25px;
}

.slick-videos {
    width: 70%;
    display: block;
    margin: auto;
}
.slick-videos-item {
    outline: 0;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom:auto;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    outline: none;
    z-index: 100;
}
.slick-prev {
    left: -80px;
    background-image: url(../images/prev-white.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 40% center;
}
.slick-next {
    right: -80px;
    background-image: url(../images/next-white.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 60% center;
}


.video__wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    /*padding-bottom: 56.25%;*/
    /*border: 5px solid #fff;*/
    background-color: #000;
    /*margin-top: 45px;
    margin-bottom: 25px;*/
}
.video__wrapper::before {
    content: "";
    padding-bottom: 56.25%;
    display: block;
}

.videos__cover {
    position: absolute;
    z-index: 110;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}
.videos__play {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 5px solid #fff;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}
.videos__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    height: 0;
    width: 0;
    border-bottom: 25px solid transparent;
    border-left: 38px solid #fff;
    border-top: 25px solid transparent;
    -webkit-transform: translate3d(-40%,-50%,0);
    transform: translate3d(-40%,-50%,0);
}
.videos__player {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}


/*
.rouge {
    background-color: #c56e5f;
    background-image: url(../images/decor1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.rouge:before, .vert:before, .jaune:before, .rose:before, .blanc:before {
    content: '';
    background-image: url(../images/wave-rouge.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -30px;
}
.jaune:before {
    background-image: url(../images/wave-jaune.png);
}
.vert:before {
    background-image: url(../images/wave-vert.png);

}
.rose:before {
    background-image: url(../images/wave-rose.png);
}
.blanc:before {
    background-image: url(../images/wave-blanc.png);
}

.jaune {
    background-color: #f0c079;
    background-image: url(../images/decor2.png);
    background-size: cover;        
}

.vert {
    background-color: #458d7d;
    background-image: url(../images/decor3.png);
    background-size: cover;        
}

.rose {
    background-color: #f8a17f;
}
.blanc {
    background-color: #fff;
}
*/

.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 80%;
    max-width: 1100px;
    text-align: center;
}

.text {
    margin: 10px 0;
}

.bio-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: center;
    align-items: flex-end;
    flex-direction: column;
}
.bio-photo {
    width: 35%;
    position: relative;
    z-index: 10;
}
.bio-photo img {
    border: 5px solid #fff;
    width: 100%;
    height: auto;
    display: block;
    transform: rotate(-1.5deg);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 40%);
}
.the-bio {
    position: relative;
    width: 65%;
    padding: 30px;
    height: 500px;
    overflow: hidden;
    background-color: #fff;
}
.the-bio .shadow {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left:0;
    z-index: 1;

    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 45%, rgba(255,255,255,1) 100%);

}
.read-more {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

p {
    text-align: justify;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 0 0 15px 0;
    color: #000;
}

.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}


.gs_reveal {
  opacity: 0;
  visibility: hidden;
  transition: transform 0s;
}


@media screen and (max-width: 1025px) {

    .section__left {
        display: none;
    }
    .section__right {
        width: 100%;
    }
    .section__right__container {
        width: 80%;
    }

    .album-animation-wrapper {
        width: 80%;
        max-width: 1800px;
        height: auto;
    }

    .album-animation-left {
        width: 100%;
    }

    .album-animation-right {
        width: 100%;
    }

    .album-animation .cover-wrapper {
        max-width: 400px;
        margin-bottom: 30px;
        width: 70%;
    }

    .album-animation .banner-logo, .album-animation .album-title {
        width: 50%;
        margin-bottom: 20px;
    }    

    .slick-videos {
        width: 100%;
        display: block;
        margin: auto;
    }

    .slick-prev, .slick-next {
        /*bottom: auto;
        top: 0;*/
        width: 40px;
        height: 40px;  
        bottom: -10px;
        top: auto;      
    }
    .slick-prev {
        left: 0px;
    }    
    .slick-next {
        right: 0px;
    }    

    .video-playlist__wrapper {
        width: 100%;
        max-width: 550px;
    }

    .video__wrapper {

    }

    .title-wrapper {
        margin-bottom: 50px;
    }    

    h3 {
        font-size: 1.3em;
        padding: 0 50px;
    }    

    .line {
        width: 60%;
        opacity: 1;
    }   

    .slick-musique {
        width: 80%;
        max-width: 500px;
    }

    .bio-wrapper {
        display: block;
    }

    .bio-photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .bio-photo img {
        border: 5px solid #fff;
        width: 60%;
        display: inline-block;
    }    

    #biographie .title-wrapper {
        width: 100%;
    }

    .the-bio {
        width: 100%;
        padding: 20px;
        height: 350px;
    }


}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--color-bleu);
    padding: 30px 40px;
    display: block;
    text-align: center;

    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;*/
}

.header-left, .header-right {
    position: relative;
        z-index: 100;
    flex: 1;
}
.header-right {
    text-align: right;
}

.guirlande-right {
    width: 100%;
}

.header-left img, .header-right img {
    width: 100%;
    height: auto;
}

.guirlande-mobile {
    display: none;
}


header a.brand {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 240px;
}

header a.brand img {
    height: auto;
    width: 150px;
    display: block;
}

#social-nav {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-nav-item {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.social-nav-item a {
    display: block;
    position: relative;
}

.social-nav-item a img {
    width: 22px;
    height: auto;
    display: block;
}

.social-nav-item a svg {
    fill: rgba(255,255,255,1);;
}

.social-nav-item a:hover svg {
    fill: rgba(255,255,255,.7);;
}

.menu-button {
    border: none;
    background: transparent;
    cursor: pointer;
    display: none;
    /*-webkit-transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
    transition: -webkit-transform cubic-bezier(.7,0,.3,1) .3s;
    transition: transform cubic-bezier(.7,0,.3,1) .3s;
    transition: transform cubic-bezier(.7,0,.3,1) .3s,-webkit-transform cubic-bezier(.7,0,.3,1) .3s;*/
    position: relative;
    z-index: 100;
}

.menu-button .line {
    width: 32px;
    height: 3px;
    background: #fff;
    display: block;

    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
}

.menu-button .line:nth-child(2) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.menu-button .line {
    margin-top: 5px;
}

.menu-open .menu-button .line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-3px,5px);
    transform: rotate(-45deg) translate(-3px,5px);
}

.menu-open .menu-button .line:nth-child(2) {
    -webkit-transform: scale(1) rotate(45deg) translate(0px,-3px);
    transform: scale(1) rotate(45deg) translate(0px,-3px);
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*
.burger-wrapper {
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(../images/burger-bg.png);
    background-size: cover;
    top: 20px;
    right: 20px;
}
.menu-button {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}
*/
/*
#main-nav-container {
    background-color: rgba(113,81,34,.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
}
*/
.menu-open #main-nav-container {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;    
}
#social-nav {
/*    position: absolute;
    bottom: 40px;
    right: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    text-align: center;
    top: auto;*/
}

    
@media screen and (max-width: 960px) {

    header {
        text-align: right !important;
        padding: 20px 20px;
    }

    .header-left {
        display: none;
    }

    header a.brand {
        max-width: 100px;
        left: 20px;
    }   
    header a.brand img {
        width: 100%;
    }       

    .burger-wrapper {
        top: 25px;
        right: -8px;
        width: 60px;
        height: 60px;        
    }



    header:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }  

    
    .menu-button {
        display: inline-block;
    }
    #main-nav-container {
        background-color: var(--color-bleu);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        will-change: transform;     
    }
    .menu-open #main-nav-container {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0s,0s;
        transition-delay: 0s,0s;    
    }
    #social-nav {
        position: absolute;
        bottom: 40px;
        right: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        text-align: center;
        top: auto;
    }  
        
}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
}

ul#main-nav-list li {
    position: relative;
    margin: 0 12px;
    display: inline-block;
}

ul#main-nav-list li:first-child {
    margin-left: 0;
}

ul#main-nav-list li:last-child {
    margin-right: 0;
}

.main-nav-item a {
    display: block;
    position: relative;    
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: rgba(255,255,255,.5);
}


ul.main-nav-list li.right-nav-item {
    position: absolute;
    margin: 0 8px;
    right: 0;
}
li.right-nav-item a, .lang__wrapper a {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    color: #fff;
    padding: 5px;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.lang__wrapper a.lang-nav-show {
    margin-right: 18px;
    padding: 10px 5px;
}
.lang-nav-show:before {
    content: "";
    position: absolute;
    width: calc(100% + 5px);
    height: 1px;
    background-color: #fff;
    left: 5px;
    bottom: 2px;
    display: inline-block;
    vertical-align: middle;
}
.lang-nav-show:after {
    content: "";
    position: relative;
    width: 8px;
    height: 4px;
    background-image: url(../images/dropdown-white.svg);
    background-repeat: no-repeat;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
}
ul.lang-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: rgba(255,255,255,.2);
    top: 0;
    left: 0;
    margin: 0;
    padding: 45px 0 0 0;
    text-align: left;
    list-style: none;
    transition: all .25s ease-out;
    width: 100%;
}

.lang-nav-show:hover + ul.lang-nav, ul.lang-nav:hover {
    visibility: visible;
    /*background-color: rgba(255,255,255,.5);*/
    /*color: #ed1c24;*/
    opacity: 1;  

    /*-webkit-animation: fadeIn 250ms ease-out both;
    animation: fadeIn 250ms ease-out both;*/
}
ul.lang-nav li a:hover {
    color: #fff;
}

ul.lang-nav li.current-lang {
    display:  none;
}

ul.lang-nav li {
    position: relative;
    margin: 0 !important;
    display: block !important;
}
ul.lang-nav li a {
    /* background-color: #000; */
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 5px;
    position: relative;
    display: block;
}


@media screen and (max-width: 960px) {
    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);        
    }   
    ul#main-nav-list li {
        margin: 20px 0;
        display: block;
        text-align: center;
    }   

    ul.lang-nav {
        background: transparent;
    }
    ul.lang-nav li a {
        text-align: center;
    }

}


/********************************************************************************************************************/
/******** Owl Carousel **********************************************************************************************/
/********************************************************************************************************************/


/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  -ms-touch-action: pan-y;
  margin: auto;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0px 4px;
  filter: Alpha(Opacity=10);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: transparent;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  
  border: 1px solid #fff;
  background: #fff;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 50px;
}

.item {
  width: 100%;
  /*background-color: #000;*/
}

.item0 {
/*  background: #000 url(../images/slide1.jpg) top center no-repeat;
  background-size: cover;*/
}

.item img  {

}

.item1 {
 /* background: #000 url(../images/slide2.jpg) top center no-repeat;
  background-size: cover;*/
}

.item2 {
 /* background: #000 url(../images/slide3.jpg) top center no-repeat;
  background-size: cover;*/
}

.item:before {
/*  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;*/
}

.slideContent {
    position: relative;
    outline: 0;
    /*height: 100vh;*/
/*  display: none;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  cursor: default;
  padding: 3em 0;
  max-width: 80%;
  position: relative;
  z-index: 400;
*/
}

.slideContent img {
  display: inline-block !important;
  width: 100%;
    margin: 0px 0 25px;
        border: 5px solid #fff;
}

.slideContent p {
    font-size: 1.30em;
    line-height: 1.25em;
    font-weight: 400;
  
}

.slideContent p a {
    color: #efc01c;
    text-decoration: underline;
    font-weight: 400;
}

.slideContent p a:hover {
    color: #efc01c;
}



#owlVideos {
    width: 700px;
    /*background: rgba(0,0,0,.2);*/
}

#owlVideos .owl-controls, #owlMusique .owl-controls {
    margin-top: 0;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 10px 0;
    bottom: 0;
}


#owlMusique {
    width: 80%;
    max-width: 400px;
    /*background: rgba(0,0,0,.2);*/
}

a.btn {
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px 30px;
}
a.btn:hover {
    background: #333;
}

@media screen and (max-width: 960px) {
   
    #owlVideos {
        width: 100%;
    }
    #owlVideos iframe, #owlVideos object, #owlVideos embed {
        width: 100% !important;
        height: auto;
    }
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 50px 0;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: var(--color-bleu);
}

footer a {
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin: 5px;
}

#social-nav-footer {
    margin-bottom: 20px;
}

#social-nav-footer a svg {
    fill:#fff;
    height: 22px;
    width: auto !important;
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 960px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
        margin-bottom: 20px;
    }    
    .main-nav-item a {
        /*font-size: 2.1rem;*/
    }
    footer .main-nav-item a {
        font-size: 1.2rem;
    }  
}

@media screen and (max-width: 960px) {
   
    section {
        padding: 100px 0;
    }

    section#videos .container {
        /*width: 65%;*/
    }


}

