/*--------------------------------------------------------------
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;
}

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;
}

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/



/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size: 1.6rem;
}

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%;
}

h1 {
    font-size: 3rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

h2 {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-transform: none;
    margin: 10px 0;
    font-weight: 400;
}

h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
}
h3 span {
    display: block;
    text-align: center;
    font-size: 75%;
    text-transform: none;
    font-weight: 400;
}

h4 {
    font-size:1em;
}

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;
}



section {
    position: relative;
    min-height: 80vh;
    padding:80px 0; 
    overflow: hidden;
    display: flex;
    align-items: center;    
}

section#home {
    padding: 0;
    min-height: auto;
}

.slick-home {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.slick-home .slick-slide {
    position: relative;
    /*margin-top: 20px;*/
}

.slider img {
    width: 100%;
    height: auto;
    -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;
}

.slick-dots {
    position: absolute;
    z-index: 100;
    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: 1px solid #000;
    outline: none;
    background: transparent;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: #000;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    z-index: 100;
}
.slick-prev {
    left: -50px;
    background-image: url(../images/prev.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 40% center;
}
.slick-next {
    right: -50px;
    background-image: url(../images/next.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.newsletter {
    position: absolute;
    z-index: 50;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newsletter h1 {
    font-size: 2.2vw;
    margin-bottom: 10px;
    color: #000;
}
.newsletter h2 {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
}

@media screen and (max-width: 960px) {

    .newsletter {
        position: absolute;
        z-index: 50;
        right: auto;
        top: 50%;
        transform: translateX(-50%);
        width: 80vw;
        left: 50%;
    }
    .newsletter h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
    .newsletter h2 {
        font-size: 1.9rem;
        line-height: 1.3;
    }    

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
        bottom: auto;
        top: 38%;
    }

    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }    

    .slick-album .item {
        padding: 0 !important;
    }    
}

.slick-item {
    position: relative;
    outline: none;
}

.slick-item img {
    width: 100%;
    height: auto;
}

.slick-videos {
    width: 100%;
    display: block;
    margin: auto;
}

.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;
}

section#tournee .container {
    display: block;
}
section#tournee h1 {
    color: #000;
}

.container {
    position: relative;
    margin: auto;
    /*padding: 100px 0;*/
    z-index: 1;
    width: 80%;
    max-width: 1180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#musique .container {
    /*max-width: 600px;*/
}


.video__wrapper {
    position: relative;
    width: 90%;
    display: inline-block;
    /*padding-bottom: 56.25%;*/
    /*border: 5px solid #fff;*/
    background-color: #000;
    /*margin-top: 45px;
    margin-bottom: 25px;*/
    margin-bottom: 10px;
}
.video__wrapper::before {
    content: "";
    padding-bottom: 56.25%;
    display: block;
}

@media screen and (max-width: 960px) {
    .video__wrapper {
        width: 100%;
    }

    .slick-videos, .slick-album {
        width: 100%;
        display: block;
        margin: auto;
    }    
}

.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: 2px 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;
}

.slick-album {
    width: 100%;
    display: block;
    margin: auto;    
}

.slick-album h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.slick-album .item {
    padding: 0 20px;
}


.text {
    margin: 10px 0;
}

p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 15px 0;
}
p:first-child {
    margin-top: 0;
}

.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;      
}


/*--------------------------------------------------------------
Photos
--------------------------------------------------------------*/

.slick-photos {
    width: 100%;
    display: block;
    margin: auto;
}

.slick-photos .item {
    padding: 0 20px;
}

.slick-photos .slick-prev, .slick-photos .slick-next {
    bottom: auto;
    top: 50% !important;
}

@media screen and (max-width: 960px) {
    .slick-photos .item {
        padding: 0 !important;
    }
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.xs {
    display: none !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background-color: #e2e2e2;
    padding: 20px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

header a.brand {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 3.2rem;
}
header a.brand img {
    height: 30px;
    width: auto;
    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 svg {
    fill: #000;
    transition: all .25s ease-out;
}

.social-nav-item a:hover svg {
    fill: rgba(0,0,0,.6);
}

.menu-button {
    border: none;
    background: transparent;
    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: 2px;
    background: #000;
    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(-1px,2px);
    transform: rotate(-45deg) translate(-1px,2px);
}

.menu-open .menu-button .line:nth-child(2) {
    -webkit-transform: scale(1) rotate(45deg) translate(-3px,-3px);
    transform: scale(1) rotate(45deg) translate(-3px,-3px);
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}


@media screen and (max-width: 960px) {
    .xs {
        display: block !important;
    }
    .xl {
        display: none !important;
    }    

    header {
        text-align: right;
        padding: 20px 20px;
    }
    header a.brand {
        font-size: 2rem;
    }   
    header a.brand img {
        height: 20px;
        width: auto;
        display: block;
    }    
    /*header:after {
        content: "";
        background: #84b1c8;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
    }   */
    .menu-button {
        display: inline-block;
    }
    #main-nav-container {
        background: #e2e2e2;
        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 {
        /*top: 0;*/
        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 {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;    
}

ul#main-nav-list li {
    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;
    letter-spacing: .03rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    -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(0,0,0,.6);
}

@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;
    }   
}

.songkick-widget {
    color: white !important;
}


.item {
  width: 100%;
  /*background-color: #000;*/
}

.slideContent {
    position: relative;
}

.slideContent img {
  display: inline-block !important;
  width: 100%;
  height: auto;
}

.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;
}


#livres {
    background-color: #e2e2e2;    
}

#videos {
    background-color: #000;    
}

#le-mot-de-serge {
 background-color: #e2e2e2;       
}

#le-mot-de-serge .texte {
  column-count: 3;
  column-gap: 40px; /* Espace entre les colonnes */
}

@media screen and (max-width: 960px) {
    #le-mot-de-serge .texte {
      column-count: 1;
    }    
}    

#newsletter {
    background-color: #e2e2e2;    
    min-height: auto;
}

#concerts {
    min-height: auto;
    background-color: #fff;
}
#concerts h1 {
    color: #000;
}

#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;
}

#musique {
    background-color: #000;
}

#owlMusique {
    width: 80%;
    max-width: 400px;
    /*background: rgba(0,0,0,.2);*/
}

.slick-home:has(.slick-slide:only-child) .slick-dots {
    display: none !important;
}


.btn {
    cursor: pointer;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 10px 30px;
    border:1px solid #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;    
}
.btn:hover {
    background: #fff;
    color: #000;
}
.btn.reverse {
    color: #000;
    border:1px solid #000;
}
.btn.reverse:hover {
    background: #000;
    color: #fff;
}
.btn.single {
    color: #fff;
    border:1px solid #e30b18;
    background-color: #e30b18;
}
.btn.single:hover {
    background: #ec670c;
    border:1px solid #ec670c;
    color: #fff;
}



.wmgsdk-modal-content {
    padding: 50px !important;
}

body .wmgsdk-modal-dialogue label, body .wmgsdk-content-container label {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 5px;
    color: #333;
}

input, select {
    font-size: 1rem;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    text-align: left;
    padding: 15px;
    border: 1px solid #333;
    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: 12px 30px 10px 30px;
    border: 0px solid #333;
    margin-bottom: 20px;
    color: #fff;
    background-color: #000;
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    -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;
}

.wmgsdk-modal-dialogue ul li p, .wmgsdk-content-container ul li p {
    margin: 0 0 0 0 !important;
}

/*--------------------------------------------------------------
BIO
--------------------------------------------------------------*/

section#biographie {
    /* min-height: auto; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: #fff;
}

.row {
    width: 100%;
    /* max-width: 1800px; */
    display: flex;
}

.col__50 {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.the-bio {
    position: relative;
    width: 100%;
    padding: 0 8vw 50px 8vw;
    height: 700px;
    overflow: hidden;
    background-color: #fff;
}

.button {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
    padding: 12px 40px;
    color: #000;
    background-color: #FFF;
    font-size: 1.4rem;
    /*text-transform: uppercase;*/
    border-radius: 0;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1;
    -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;
}

.read-more {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

section#biographie figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    /* padding-bottom: 60%; */
    background: rgba(0,0,0,0.1);
    z-index: 100;
    width: 100%;
    height: 100%;
}
section#biographie figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    -o-object-fit: cover;
    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#biographie h1 {
    color: #000;
    /*text-align: left;*/
    margin: 50px 0 30px 0;
}

.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%);
}

@media screen and (max-width: 960px) {
    .row {
        display: block;
        padding: 0;
    }
    .col {
        width: 100%;
    }
    .col figure {
        width: 100vw;
        height: 100vw;
    }
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 50px 0;
    background: #fff;
    position: relative;
    color: #000;
    text-align: center;
}

footer ul {
    display: inline-block;
}

footer ul li {
    display: inline-block;
    margin: 0 5px;
}

footer a {
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin: 2px 5px;
}

#social-nav-footer {
    margin-bottom: 20px;
}

#social-nav-footer a svg {
    fill:#000;
    height: 22px;
    width: auto !important;
}


@media screen and (max-width: 960px) {
    footer ul li {
        display: block;
        margin: 5px 0;
    }
}

/*--------------------------------------------------------------
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 (min-width: 960px) {
    h1 {
        font-size: 4.8rem;
    }
    h2 {
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
    h3 {
        font-size: 1.8rem;
        line-height: 1.3;
    }    
    .main-nav-item a {
        font-size: 1.8rem;
    }
    footer .main-nav-item a {
        font-size: 1.2rem;
    }  
}

@media screen and (max-width: 960px) {
   
    section {
        padding: 50px 0;
        min-height: auto;
    }
    section#home {
        padding-top: 42px;
    }

}

