<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
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
}

button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    outline: 0;
    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;
}

p a {
    text-decoration: underline;
}

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


/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-carousel .owl-item {
    padding: 0 10px;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #fff;
    background-color: #f5f5f5;
    font-family: 'Open Sans', Helvetica,Arial,sans-serif;
    /*font-family: 'Gotham Narrow',Helvetica,Arial,sans-serif;*/
    font-weight:400;
    /*font-size:100%;*/
    font-size: 1.4rem;
}

body.font-loaded {
    /*font-family: 'Gotham Narrow',Helvetica,Arial,sans-serif;*/
}

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

.size-thumbnail{width:33%; height:auto;}
.size-medium{width:50%; height:auto;}
.size-large{width:100%; height:auto;}
.size-full{max-width:100%; height:auto;}
.alignleft{position:relative; display:block; float:left; margin:0 1.5em 1.5em 0;}
.alignright{position:relative; display:block; float:right; margin:0 0 1.5em 1.5em;}
.aligncenter{position:relative; display:block; clear:both; margin: 1.5em auto;}
/*.textZone :focus{outline:none}*/
p img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 3rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 500;
    max-width: 80%;
    overflow: hidden;
}
h1:after {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 3px;
    left: 20px;
    bottom: 0;

}

h2 {
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    tï¬ransform: translateX(-50%);       
}

h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    position: relative;  
    display: inline-block; 
}

h4, footer h1 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    position: relative;  
    display: inline-block;  
    overflow: visible;
}
h4:after, h3:after, footer h1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 10px;
    bottom: -2px;
    background: #000;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width:100%;
    overflow: hidden;
}

section {
	position: relative;
	/*min-height: 100vh;*/
	padding:100px 0; 
}

@media screen and (min-width: 1000px) {
    section {
        padding:150px 0; 
    }
}

section#home {
    padding: 0;
    min-height: 100vh;
}

@media (min-width: 1400px) {
    section#home {
        min-height: calc(1080 / 1920 * 100vw);
    }
}

/*section#home .home__container {
    position: relative;
    z-index: 80;
    width: 100%;
    min-height: 100vh;
}*/

/* https://medium.com/@rishabhaggarwal2/tutorial-how-to-do-full-screen-youtube-video-embeds-without-any-black-bars-faa778db499c */
.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    z-index: 80;
    /*background: #000;*/
}

.videoContainer iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}

.btnContainer {
    pointer-events:none;
  position: absolute;
  z-index: 90;
  width: calc(100% - 80px );
  height: calc(100% - 180px );
  top: 140px;
  left: 40px;
  bottom: 0;
  right: 0;
  /*padding: 140px 40px 40px 40px;*/

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;  
}

.btnContainer.center__bottom {
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    align-items: center; 
}

.btnContainer.center__top {
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.btnContainer.left__bottom {
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start; 
}
.btnContainer.left__top {
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; 
}
.btnContainer.left__center {
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start; 
}
.btnContainer.left__top__bottom {
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start; 
}

.btnContainer.right__bottom {
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end; 
}
.btnContainer.right__top {
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end; 
}
.btnContainer.right__center {
    flex-direction: column;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end; 
}
.btnContainer.right__top__bottom {
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end; 
}

.btnContainer.bottom__left__right {
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}
@media (max-width: 1000px) {
    .btnContainer.bottom__left__right {
        flex-direction: row;
        justify-content: center;
        align-content: flex-end;
        align-items: center; 
    }
}

section#home a {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #000;
    bottom: 0px;
    right: 0px;
    padding: 20px 20px;
    margin: 10px;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 300;
    text-align: center;
    /*overflow-wrap: break-word;*/
    /*white-space: nowrap;*/
    max-width: 100%;
    pointer-events: visible;
}
@media (min-width: 1000px) {
    section#home a {
        max-width: 40%;
    }
}

/*
section#home a.bottom__left {
    bottom: 0px;
    left: 0px;
    right: auto;
}
section#home a.bottom__right {
    bottom: 0px;
    right: 0px;
    left: auto;
}
section#home a.bottom__center {
    bottom: 0px;
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);    
}

section#home a.top__left {
    bottom: auto;
    top: 0px;
    left: 0px;
    right: auto;
}
section#home a.top__right {
    bottom: auto;
    top: 0px;
    right: 0px;
    left: auto;
}
section#home a.top__center {
    top: 0px;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);  
}
section#home a.center {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);  
}*/


section .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#home .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-position:center center;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 50;
}

body.mobile section#home .background_xxs {
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    z-index: 50;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);    
    background-position:center center;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

body.mobile:not(.loading) section#home .background_xxs {
    visibility: visible;
    -webkit-animation-name: BgXssHide;
    animation-name: BgXssHide;   

    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;        
}

@-webkit-keyframes BgXssHide {
    0% {
        opacity: 1;
    }       
    100% {
        opacity: 0;
    }
}

@keyframes BgXssHide {
    0% {
        opacity: 1;
    }       
    100% {
        opacity: 0;
    }
}

body section#home .background {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),-webkit-transform 1s cubic-bezier(.75,0,.25,1);

    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

body.loading-page-close section#home .background {
    -webkit-transform: scale(1);
    transform: scale(1);
}

section#news {
	/*background: #666;*/
}

section#biographie {
	/*background: #333;*/
}

.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 95%;
    max-width: 1500px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .container {
        text-align: left;
        width: 85%;
    }
}

.text {
	margin: 10px 0;
}

p {
	text-align: justify;
    font-size: 1.6rem;
    line-height: 2.1rem;
	margin: 20px 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;    
}

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

/*--------------------------------------------------------------
Overlay
--------------------------------------------------------------*/

.overlay {
    top: 0;
    left: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    width: 100%;
    display: block;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    background: rgba(0,0,0,1);

    opacity: 1;


    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.overlay.open {
    
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation-name: OverlayInUp;
    animation-name: OverlayInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;   
    

}

@-webkit-keyframes OverlayInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes OverlayInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

.overlay.close {
    visibility: visible;
    -webkit-animation-name: OverlayClose;
    animation-name: OverlayClose;   

    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;        
}

@-webkit-keyframes OverlayClose {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }       
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }
}

@keyframes OverlayClose {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }       
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }
}

.overlay-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 100;
    width: 100%;
}

.overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.page-close {
    position: relative;
    padding: 0px;
    z-index: 50;
    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;
    display: block;
    margin: auto auto 20px auto;
}

@media screen and (min-width: 1000px) { 
    .page-close {
        position: absolute;
        top: 0;
        right: 0;
    }
    section#news .page-close {
        right: -20px;
    }  
    section#concerts .page-close {
        right: 20px;
    }       
}

.overlay-close {
    position: fixed;
    top: 15px;
    right: 15px;
    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:hover, .page-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.overlay-close:before, .page-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 rgba(255,255,255,1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.overlay-close:after, .page-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 rgba(255,255,255,1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.page-close:before, .page-close:after {
     border-top-color:#000;
}

.photo-zoom-bg {
    display: none;  
}

@media screen and (min-width: 1000px) { 
    .photo-zoom-bg {
        position: absolute;
        display: block;  
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-position: center center;
        background-size: cover;
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -o-filter: blur(10px);
      -ms-filter: blur(10px);
      filter: blur(10px);
          opacity: 0.20;    
    }    
}

.overlay-container img.zoom {
/*    width: 100%;
    max-width: 800px;
    height: auto;
    display: inline-block;*/
    
    width: auto;
    max-height: 80vh;
    display: inline-block;
    position: fixed;
    z-index: 100;
    left: 50%;
    max-width: 100%;

    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
 
}

.owl-carousel-photos {
    padding: 0;
    height: 100vh;
    overflow: hidden;   
    position: relative; 
}

.owl-carousel-photos .owl-item {
    height: 100vh;
}


.owl-carousel-photos .owl-nav {
    text-align: center;
    display: block;
    margin-top: 0px;    
}

.owl-carousel-photos .owl-nav button.owl-next, .owl-carousel-photos .owl-nav button.owl-prev {
    background: #fff;
    border: none;
    font-size: 4rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*bottom: 0;*/
    z-index: 500;
}

.owl-carousel-photos .owl-nav button.owl-prev {
    padding: 20px 10px !important;
    font-size: 0;
    left: 0;
}

.owl-carousel-photos .owl-nav button.owl-next {
    padding: 20px 10px !important;
    font-size: 0;
    right: 0;
}

/*--------------------------------------------------------------
Discographie
--------------------------------------------------------------*/

.discographie__wrapper {

}

.album__container {
    display: inline-block;
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .album__container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        /* align-items: stretch; */
        width: 80%;
        margin: auto;
    }
}

.album__img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}

.album__img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
}

section#discographie article {
    padding: 0 20px;
    margin-bottom: 50px;
    width: 100%;
}

section#discographie article {
    display: block;
    height: 100%;
}

section#discographie figure {
    float: left;
    width: 40%;
    position: relative;    
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 40%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}

section#discographie figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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#discographie .discographie__content {
    float: left;
    width: 60%;
    position: relative;
    text-align: left;
    padding-top: 0px;
    padding-left: 20px;
}

section#discographie h2 {
    display: inline-block;
    text-align: left;
}

section#discographie h2:after {
    left: 0;
    -webkit-transform: translateX(0%);
    tï¬ransform: translateX(0%);
}

section#discographie time, section#album time {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-style: italic;
}

section#discographie time p {
    margin: 0 0 5px 0;
}

section#discographie .btn, section#album .btn {
    margin-top: 5px;
}

.onepage section#discographie .btn {
    padding: 10px 10px;
    font-size: 1.3rem;
}

section#discographie .btn span.icon {
    margin-right: 8px;
}

.onepage section#discographie .btn span.icon {
    display: none;
}

.onepage section#discographie  span.btn__txt {
    /*bottom: -0.1em;*/
}

article.single-titres .article-container {
    max-width: 700px;
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

section#discographie .article-content p, section#album .article-content p,
 .overlay__discographie p, .overlay__album p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;   
}

@media screen and (min-width: 1000px) {
    
    section#discographie .article-content p, section#album .article-content p,
     .overlay__discographie p, .overlay__album p {
        font-size: 2.1rem;
        line-height: 2.7rem;  
    }    
    section#discographie article {
        padding: 0 40px;
        margin-bottom: 40px;
        width: 50%;
    }  
    section#discographie figure {
        width: 50%;
        padding-bottom: 50%;
    }    
    section#discographie .discographie__content {
        width: 50%;
        padding-top: 20px;
    }   
    section#discographie article.single-titres, section#album article.single-titres {
        z-index: 1;
        position: relative;
        padding: 0;
        margin-bottom: 0;
        width: 100%;
    }      
}



#discographie ol, #album ol {
    list-style: none;
    text-align: left;
    counter-reset: item;
    font-size: 1.6rem;
    line-height: 2.1rem; 
    margin-top: 20px; 
    /*color: #000; */

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;    
}

ol li {
    position: relative;
    margin: 0 0 15px 0;
}

ol li:before {
    content: counter(item) "";
    /*content: counters(item, ".", decimal-leading-zero);*/
    counter-increment: item;
    color: #000;  
    position: absolute;
    font-size: 1.1rem;
    font-weight: 700;    
}

ol li:after {
    content: "";
    background: #000; 
    width: 10px;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 4px;
}

ol li .title {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    z-index: 99;
    text-transform: capitalize;
}

@media screen and (max-width: 1000px) {  
    body:not(.onepage) section#discographie time p, section#album time p {
        text-align: center;
    } 
    ol li {
        text-align: center;
    }       
    #discographie ol, #album ol {
        justify-content: center;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
    }
}

a.lyricsBtn {
    display: inline-block;
    margin-left: 15px;
}
a.lyricsBtn .line {
    background: rgba(62,88,119,.75);
    width: 15px;
    height: 1px;
    display: block;
    margin: 2px 0;

}
a.lyricsBtn .line:nth-child(2) {
    width: 8px;
    
}
a.lyricsBtn .line:nth-child(3) {
    width: 10px;
    
}

.overlay__discographie, .overlay__album {
    background: rgba(241,241,241,1);
}

.overlay__discographie .overlay-close:before, .overlay__discographie .overlay-close:after,
.overlay__album .overlay-close:before, .overlay__album .overlay-close:after {
    border-top-color: #000;
}

.overlay__discographie h1, .overlay__album h1 {
    margin-top: 100px;
}


/*--------------------------------------------------------------
Contact Form
--------------------------------------------------------------*/

input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="submit"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


.wpcf7-form-control-wrap {
    position: relative;
    text-align: center;
    width: auto;
    display: inline-block;
}

.wpcf7-text, .wpcf7-select, .wpcf7-checkbox {
    width: 100%;
    max-width: 500px;
}



.comment-form input, .wpcf7-form-control {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7a7a7a;
    box-shadow: none;
    clear: both;
    color: #000;
    display: inline-block;
    font: 14px/17px;
    height: 50px;
    margin: 5px 0 0 0;
    padding: 10px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select.wpcf7-form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'&gt;&lt;path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'&gt;&lt;/path&gt;&lt;/svg&gt;");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.wpcf7-checkbox, .wpcf7-radio, .wpcf7-recaptcha {
    border: none !important;
    text-align: left;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 500px;
}

.wpcf7-recaptcha {
/*transform:scale(0.85) !important;
-webkit-transform:scale(0.85) !important;
transform-origin:center center !important;
-webkit-transform-origin:center center !important;*/
}

.g-recaptcha&gt;div {
    width: 100% !important;
}

.g-recaptcha iframe {
max-width: 100%;
/*transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin: center center;
-webkit-transform-origin: center center;*/
}

.wpcf7-submit {
    width: 100%;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 20px 0;
}


.comment-form textarea, .wpcf7-textarea {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #7a7a7a;
    box-shadow: none;
    clear: both;
    color: #7a7a7a;
    display: block;
    font: 14px/17px;
    height: 145px;
    margin: 5px auto auto auto;
    padding: 12px 12px;
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#default figure {
    padding-bottom: 55%;
}

section#default figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding-bottom: 66%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}

section#default figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}


/*--------------------------------------------------------------
Biographie
--------------------------------------------------------------*/

.biographie__container {
    display: inline-block;
    width: 100%;
    margin: auto;    
}

.left {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
}

.right {
    display: block;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.right h1 {
    margin-bottom: 0px;
    left: 0;
    margin-top: 30px;
}

@media screen and (min-width: 1000px) {
    .biographie__container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        /*align-items: stretch;*/
        width: 80%;
        margin: auto;    
    }   

    .left {
        position: relative;
        display: block;
        width: 50%;
        padding: 0 20px;
    }

    .right {
        display: block;
        width: 50%;
        padding: 0 20px;
        position: relative;
    }

    .right h1 {
        margin-bottom: 0px;
        left: -20px;
        margin-top: 40px;
    }

}



.biographie__img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 100;     
}

.biographie__container .biographie__img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
}




/*--------------------------------------------------------------
Concerts
--------------------------------------------------------------*/

.concerts__wrapper {

}

ul.concerts__list {
    margin: 0 20px;
}

.concerts__item {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;   
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

.concerts__item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(87,87,87,1);
    opacity: 0.2;
}

.concerts__item:before {
    content: '';
    background: rgba(0,0,0,1);
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    -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;
}
.concerts__item:hover:before {
    width: 100px;
}

ul.concerts__list li.concerts__item:first-child {
    padding-top: 0;
}

.concerts__date {
    width: 25%;
    font-weight: 500;
    text-transform: capitalize;
}

.concerts__date, .concerts__place {
    font-size: 1.6rem;
}

.concerts__date, .concerts__place, .concerts__ticket {
    text-align: center;
}

.concerts__place {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.concerts__ticket {
    width: 100%;
}


@media screen and (min-width: 1000px) {
    .concerts__wrapper .btn__container {
        padding-right: 20px;
    }

    .concerts__item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
    }

    .concerts__date, .concerts__place, .concerts__ticket {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
    }

    .concerts__place {
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: 50%;
        padding-right: 20px;
        padding: 0;
        text-align: left;
    }

    .concerts__ticket {
        -webkit-box-pack: end;
        justify-content: flex-end;
        width: 25%;
    }

}

/*--------------------------------------------------------------
Bands In Town Widget
--------------------------------------------------------------*/

.bit-widget-container {
	max-width: 700px;
	margin: auto;
}
/*
.bit-widget {
	color:#000!important
}

.bit-widget .bit-event {
	color:#000!important
}

.bit-widget .bit-nav-bar-container {
	padding:0!important
}

.bit-widget .bit-clickable {
	color:#da3e58!important
}

.bit-widget .bit-nav-bar,.bit-widget .bit-no-dates-title,.bit-widget .bit-upcoming-events-show-all-button {

}

.bit-widget .bit-no-dates-container,.bit-widget .bit-upcoming-events {
	margin-left:0!important;
	margin-right:0!important;

}

.bit-widget .bit-no-dates-container .bit-button,.bit-widget .bit-upcoming-events .bit-button {
	background:#da3e58
}

.bit-widget .bit-past-events-show-all-button,.bit-widget .bit-upcoming-events-show-all-button {
	border-color:#da3e58!important;
	color:#da3e58!important
}

.bit-rsvp-container {
	display: none!important;
}
*/

/*--------------------------------------------------------------
Videos
--------------------------------------------------------------*/

section#videos {
    min-height: auto; 
}

.videos__wrapper {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.video__container {
    position: relative;
    margin-bottom: 20px;
}

.videos__cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    background-size: cover;
    background-position: 50%;
    opacity: .92;
}

.videos__play {
    overflow: hidden;
/*    width: 80px;
    height: 80px;*/
    width: 50px;
    height: 50px;    
    background: #fff;
    border: 0;
    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;
}
#the_player .videos__play {
    width: 80px;
    height: 80px;
}
#the_player {
    position: relative;
    padding: 0 30px;
}

.videos__play, .videos__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
}

.videos__play:after {
    height: 0;
    width: 0;
    /*border-bottom: 15px solid transparent;
    border-left: 19px solid #ec7229;
    border-top: 15px solid transparent;*/
    border-bottom: 10px solid transparent;
    border-left: 14px solid #ec7229;
    border-top: 10px 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;
}

.owl-carousel-videos {
    padding: 0 20px;
}

.owl-carousel-videos .owl-nav {
    text-align: center;
    display: block;
    margin-top: 20px;    
}

.owl-carousel-videos .owl-nav button.owl-next, .owl-carousel-videos .owl-nav button.owl-prev {
    /*background: #fff;*/
    /*color: #000;*/
    border: none;
    font-size: 4rem;
    font-weight: 400;
    padding: 0;
    position: relative;
    z-index: 0;
}

.owl-carousel-videos .owl-nav button.owl-prev {
    padding: 10px 30px !important;
    margin-right: 20px;
    font-size: 0;
}

.owl-carousel-videos .owl-nav button.owl-next {
    padding: 10px 30px !important;
    font-size: 0;
}

button span.icon {
    display: inline-block;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .videos__wrapper {
        width: 65%;
        max-width: 800px;
    }
    .owl-carousel-videos .owl-nav {
        text-align: right;
    }    

}

@media screen and (max-width: 1000px) {


    #the_player {
        display: none;
    }

}

/*--------------------------------------------------------------
Photos
--------------------------------------------------------------*/

section#photos {

}

.photos__wrapper {
    padding: 0 10px;
/*    width: 50%;
    max-width: 800px;*/
    /*
    margin: auto;
    position: relative;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch; */   
}

#photos .posts__list {
    padding: 0 10px;
}

section#photos article, #sb_instagram.instafeed #sbi_images .sbi_item__ {
    /*padding: 0 10px!important;*/
    /*margin-bottom: 20px!important;*/
    padding: 10px;
    width: 50%;
}

@media screen and (max-width: 1000px) {
#sb_instagram.instafeed #sbi_images .sbi_item {
    width: 50%;
}
}

#sb_instagram__container {
    /*height: 490px;*/
    position: relative;
    width: 100%;
    /*height: 40%;*/
}

/*#sb_instagram__container:not(.disabled):before{
    content: "";
    display: block;
    padding-top: 250%;
}*/

@media screen and (min-width: 1000px) {
/*    #sb_instagram__container:not(.disabled):before{
        content: "";
        display: block;
        padding-top: 40%;
    }*/
}

body.onepage #sb_instagram {
/*    position: absolute;
    top: 0;
    left: 0;*/
}

#sb_instagram {
    padding: 0 !important;
}

#sb_instagram .sbi_photo {
    height: auto!important;
    padding-bottom: 100%;
    opacity: 1 !important;
}

#sb_instagram .sbi_photo_wrap {
    overflow: hidden;
}

.sbi_item a {
    -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;
}

#sb_instagram .sbi_photo:before {
    content: '';
    position: absolute;
    z-index: 100;
    width: 18px;
    height:18px;
    top: 10px;
    right: 10px;
    background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' stroke='none' viewBox='0 0 15.86 15.67'&gt;&lt;path d='M15.81,11.07a5.7,5.7,0,0,1-.37,1.9,3.83,3.83,0,0,1-.91,1.39,3.88,3.88,0,0,1-1.4.9,5.88,5.88,0,0,1-1.92.36c-.85,0-1.12,0-3.27,0s-2.42,0-3.27,0a5.87,5.87,0,0,1-1.92-.36,3.88,3.88,0,0,1-1.4-.9A3.83,3.83,0,0,1,.42,13,5.69,5.69,0,0,1,0,11.07c0-.84,0-1.1,0-3.23S0,5.44,0,4.6A5.68,5.68,0,0,1,.42,2.7a3.84,3.84,0,0,1,.91-1.39,3.9,3.9,0,0,1,1.4-.9A5.89,5.89,0,0,1,4.66,0c.85,0,1.12,0,3.27,0s2.42,0,3.27,0a5.89,5.89,0,0,1,1.92.36,3.9,3.9,0,0,1,1.4.9,3.84,3.84,0,0,1,.91,1.39,5.69,5.69,0,0,1,.37,1.9c0,.84,0,1.1,0,3.23S15.85,10.23,15.81,11.07Zm-1.43-6.4a4.29,4.29,0,0,0-.27-1.45,2.42,2.42,0,0,0-.59-.9,2.46,2.46,0,0,0-.91-.59,4.43,4.43,0,0,0-1.47-.27c-.84,0-1.09,0-3.2,0s-2.37,0-3.2,0a4.43,4.43,0,0,0-1.47.27,2.46,2.46,0,0,0-.91.59,2.42,2.42,0,0,0-.59.9,4.29,4.29,0,0,0-.27,1.45c0,.83,0,1.07,0,3.17s0,2.34,0,3.17a4.29,4.29,0,0,0,.27,1.46,2.42,2.42,0,0,0,.59.9,2.45,2.45,0,0,0,.91.59,4.44,4.44,0,0,0,1.47.27c.84,0,1.09,0,3.2,0s2.37,0,3.2,0a4.44,4.44,0,0,0,1.47-.27,2.45,2.45,0,0,0,.91-.59,2.42,2.42,0,0,0,.59-.9A4.3,4.3,0,0,0,14.38,11c0-.83,0-1.07,0-3.17S14.42,5.5,14.38,4.67Zm-2.22-.08a.94.94,0,1,1,1-.94A.95.95,0,0,1,12.16,4.59ZM7.93,11.86a4,4,0,1,1,4.07-4A4,4,0,0,1,7.93,11.86Zm0-6.63a2.61,2.61,0,1,0,2.64,2.61A2.63,2.63,0,0,0,7.93,5.22Z'&gt;&lt;/path&gt;&lt;/svg&gt;") no-repeat;    

}

@media screen and (min-width: 1000px) {
    .photos__wrapper {
        padding: 0;
    }    
/*    section#photos article, #sb_instagram.instafeed #sbi_images .sbi_item___ {
        width: 20%;
    }*/
    section#photos article.cols8 {
        width: 12.5%;
    }            
    section#photos article.cols7 {
        width: 14.28%;
    }        
    section#photos article.cols6 {
        width: 16.66%;
    }    
    section#photos article, section#photos article.cols5 {
        width: 20%;
    }
    section#photos article.cols4 {
        width: 25%;
    }    
    section#photos article.cols3 {
        width: 33.33%;
    }
    section#photos article.cols2 {
        width: 50%;
    }    
    section#photos article.cols1 {
        width: 100%;
    }        
    .photos__wrapper .btn__container {
        padding-right: 20px;
        margin-top: 20px;
    }    
}


section#photos article a {
    display: block;
    height: 100%;
    position: relative;
}

section#photos figure {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
}

section#photos figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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#photos figure:before, section#photos .sbi_item .sbi_photo_wrap:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 8px;
    background: rgba(255,255,255,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;
    z-index: 100;
}

section#photos a:hover figure:before, section#photos .sbi_item .sbi_photo_wrap:hover:before  {
    width: 100%;
}

/*
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    color: #000;
    border: none;
    padding: 0!important;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px; 
    font-size: 4rem;
    font-weight: 400;
    padding: 0;

    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
*/

/*--------------------------------------------------------------
Artistes Page
--------------------------------------------------------------*/

.artistes__list {
    color: #000;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.artistes__list article {
    padding: 0 30px;
    margin-bottom: 60px;
    width: 50%;
}

.artistes__list article .article-thumbnail {
    display: block;
    width: 100%;
    position: relative;
    /*background: url(../images/default-img.png) center no-repeat;*/
    background: #999;
    background-size: cover;
}

.artistes__list article .article-thumbnail:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 60%;
}

.artistes__list article .article-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    transition: opacity 800ms cubic-bezier(0.26, 1.04, 0.54, 1);
    object-fit: cover;
    -o-object-fit: cover;
}

.artistes__list h2 {
    display: inline-block;
    width: 100%;
    padding: 40px 20px;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}


/*--------------------------------------------------------------
Default Page
--------------------------------------------------------------*/

section#default {
    position: relative;
    min-height: 100vh;
    /*padding: 100px 0;*/
}

.default-post {
    position: relative;
    min-height: 100vh;
}

.default-post .article-container {
    max-width: 700px;
    text-align: center;
    position: relative;
    padding: 0px 40px 0px 40px;
    /* max-width: 1180px; */
    margin-left: auto;
    margin-right: auto;
}

.default-post .article-thumbnail {
    margin-bottom: 30px;
}

.default-post .article-container h1 {
    font-size: 3.2rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
}

.default-post .article-content {
    margin-bottom: 30px;
}

.default-post .article-content p {

}

form.wpcf7-form {
    display: inline-block;
    margin: auto;
}

form.wpcf7-form p {
    text-align: center;
}

/*--------------------------------------------------------------
News
--------------------------------------------------------------*/

.news__wrapper {
    text-align: right;
}
/*
.news__list {
    zoom:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}

.news__list {
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-left:-30px;
    margin-right:-30px
}
*/

.posts__list {
	
	/* On active FLEX */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	/* Items sur plusieurs lignes */
  	flex-wrap: wrap;
  	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;

	/* Items alignÃ©s sur la gauche du container flex */
	justify-content:flex-start;
	
	/* aligne les lignes d'un container flex Ã&nbsp; l'intÃ©rieur de l'espace oÃ¹ il reste de l'espace sur l'axe cross */
	align-content: flex-start;

	/* Sert Ã&nbsp; dÃ©finir la faÃ§on dont les flex items sont disposÃ©s le long de lâ€™axe transversal */
	/* "stretch" pour que les items de chaque ligne ai la mÃªme hauteur */
	align-items:stretch;

	/*-webkit-box-align:start;
	-ms-flex-align:start;*/
}

section#news article {
	padding: 0 20px;
	margin-bottom: 20px;
	width: 33.3333%;
}

body.onepage section#news article a {
	display: block;
	/*background-color: #fff;*/
	height: 100%;
}

section#news article a:hover figure img, section#photos article a:hover figure img,
.sbi_item a:hover {
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
section#news article a:hover .news__content:before, 
section#news article.single-news .news__content:before {
    top: 0px;
    width: 100%;
}



section#news figure:not(.wp-block-embed)  {
	display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 60%;
    background: rgba(0,0,0,0.1);
    z-index: 100;
/*    background: url(../images/default-img.png) center no-repeat;
    background-size: cover;*/
}



section#news figure img {
/*	width: 100%;
	height: auto;
	display: block;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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; 

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.7,0,.3,1);
    transition: -webkit-transform .5s cubic-bezier(.7,0,.3,1);
    transition: transform .5s cubic-bezier(.7,0,.3,1);
    transition: transform .5s cubic-bezier(.7,0,.3,1),-webkit-transform .5s cubic-bezier(.7,0,.3,1);  */  
}

section#news .news__content:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 0%;
    height: 8px;
    background: rgba(255,255,255,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;    

}

section#news .news__content {
	padding: 30px 43px 20px 30px;
	color: #000;
    position: relative;
}

section#news .news__desc {

}

section#news .news__desc p {

}

.btn__container {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center; 
}

.news__wrapper .btn__container {
    padding-right: 0;
    margin-top: 0;
}

@media screen and (min-width: 1000px) {
    .btn__container {
        text-align: right;
    }

    .news__wrapper .btn__container {
        padding-right: 20px;
        margin-top: 0px;
    }
}


.btn, button, .wpcf7-submit {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 0px;
    letter-spacing: 0.05rem;
    /*margin-right: 20px;*/
    position: relative;   
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.btn:before, section button:before, .wpcf7-submit:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: #000;
    /*z-index: -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;    
}
.btn:hover:before, section button:hover:before, .wpcf7-submit:hover:before {
    left: 0px;
}

.btn span.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;    
}
.btn span.icon svg, section button span.icon svg {
    fill: rgba(255,255,255,1);
    display: block;
}
.btn span.btn__txt, section button span.btn__txt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

a.more_post {

}

@media screen and (max-width: 1000px) {
	section#news article {
		width: 100%;
		padding: 0 20px;
	}
	section#news .news__content {
		padding: 25px;
	}	
}


/*--------------------------------------------------------------
Single Article
--------------------------------------------------------------*/

section#news article.single-news {
    z-index: 1;
    position: relative;
    padding: 0;
    margin-bottom: 0;
    width: 100%;    
}

/*.single-news .article-container img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; 
    display: block;
}*/

/*.single-news .article-thumbnail {
    margin-bottom: 30px;
}*/

.single-news .article-container {
    max-width: 700px;
    text-align: center;
    position: relative;
    padding: 0px 40px 0px 40px;
    margin-left: auto;
    margin-right: auto;    
}

section#news .single-news figure:not(.wp-block-embed) {
    padding-bottom: 55%;
}

section#news .single-news .news__content {
    padding: 0;
}

.single-news .article-date {
    font-size: 1.3rem;
    padding-bottom: 20px;
    line-height: 1;
    padding-top: 20px;
    font-style: italic;
    font-weight: 400;
}

.single-news .article-content {
    margin-bottom: 30px;
}

.single-news .article-content p {

}

section#news article.single-news a {
    display: inline-block;
}


.article-share {
    margin-bottom: 30px;
}

.article-share a {
    display: inline-block;
    margin: 0 10px;
}

.article-share a svg {
    fill: #000000;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	padding: 20px 20px;
	display: block;
	text-align: center;      
}

body header {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);    
}

body header.open {
    -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;

    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
}

header a.brand {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 180px;
}

@media screen and (min-width: 1000px) {
    header {
        padding: 40px 40px;    
    }
}


header a.brand img {
    max-width: 100%;
    height: auto;
    display: block;
}

#right-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lang-nav-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

a.lang-nav-show {
    background-color: rgba(255,255,255,.1);
    padding: 5px 30px 5px 10px;
    text-transform: uppercase;
}
a.lang-nav-show:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.lang-nav {
    display: none;
    background-color: rgb(235, 235, 255); 
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    transition: all .25s ease-out;
    opacity: 0;
}
ul.lang-nav li.current-lang {
    display: none;
}
ul.lang-nav li {
    position: relative;
    margin: 0;
    display: block;
}
ul.lang-nav li a {
    /*background-color: rgba(0,0,0,.1);*/
    color: #000038;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    padding: 10px;
    font-weight: 400;
    position: relative;
    display: block;
}
ul.lang-nav li a:after {
    display: none!important;
}

.lang-nav-show:hover + ul.lang-nav, ul.lang-nav:hover {
    display: block;
    /*background-color: rgba(255,255,255,.5);*/
    color: #000038;
    opacity: 1;  

    /*-webkit-animation: fadeIn 250ms ease-out both;
    animation: fadeIn 250ms ease-out both;*/
}
@media(hover: hover) and (pointer: fine) {
    .lang-nav-show:hover + ul.lang-nav, ul.lang-nav:hover {
        display: block;
        color: #000038;
        opacity: 1;
    }
}


#social-nav {
    position: relative;
    display: inline-block;
    vertical-align: middle;    
}

.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: #000000;
    transition: fill 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

.social-nav-item a:hover svg {
    fill: #666;
}

.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: 1000px) {
	header {
		text-align: right;
	}
	header a.brand {
	    max-width: 140px;
        left: 40px;
	}	
	header:after {
		content: "";
		background: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		top: 0;
		left: 0;
	}	
	.menu-button {
	    display: inline-block;
	}
	#main-nav-container {
		background: #fff;
	    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;	
	}
	#right-nav {
		position: absolute;
	    bottom: 40px;
	    right: 0;
	    -webkit-transform: translateY(0%);
	    transform: translateY(0%);
	    left: 0;
	    text-align: center;
	    top: auto;
	}
    #social-nav.no_main_nav {
        position: absolute;
        bottom: auto;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        text-align: center;
    }    		
}


/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
/*	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;*/
}

#main-nav.alignment_left {
    text-align: left;
}

ul.main-nav-list li {
    margin: 0 8px;
    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: inline-block;
    position: relative;    
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(62,88,119,.75);
    -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;
}

header .main-nav-item a:after {
    content: '';
    position: absolute;
    width: 0%;
    /*width: 100%;*/
    height: 1px;
    left: 10px;
    bottom: -2px;
    /*-webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;    */
    -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;    
}


body header .main-nav-item a:hover:after, header .main-nav-item.active a:after {
    width: 100%;    
    /*-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;    */
}
/*header .main-nav-item.active a:after {
    width: 100%;
}*/

/*@media screen and (min-width: 1000px) {
    body header .main-nav-item a:hover:after {
        width: 100%;
    }
}*/

body.desktop header .main-nav-item a:hover, header .main-nav-item.active a { 
	color: #000;
}

@media screen and (max-width: 1000px) {
	#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;
	}	
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

body.loading-page:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;    
}

body.loading-page.loading-page-close:before {
    -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;

    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);   
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
	padding: 100px 0 30px;
	background: transparent;
	position: relative;
}

.footer-item {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;    
}  
footer .footer-item:last-child {
    margin-bottom: 0px;
} 

footer p, footer a, footer a:visited, footer a:hover {
    /*color: rgba(87,87,87,1);*/
    /*color: #777;*/
} 
footer .social-nav-item a svg, footer .social-nav-item a:hover svg {
    fill: #777;
}

.block-newsletter {
    max-width: 350px;
}

.block-newsletter p {
    margin: 0;
    text-align: center;
    -webkit-hyphens: unset;
    -moz-hyphens: unset;
    -ms-hyphens: unset;
    -o-hyphens: unset;
    hyphens: unset;    
}

.block-newsletter .btn {
    margin-top: 20px;
}

footer .block-contact .main-nav-list li:first-child.main-nav-item {
    display: block;
    margin: 0;
}

footer .block-contact .main-nav-list li.main-nav-item {
    display: block;
    margin: 3px 0;
}

footer .block-contact .main-nav-list li.main-nav-item a {
	display: block;
    position: relative;
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-transform: none;
}

#legals {
    width: 85%;
    text-align: center;
    position: relative;
    margin: auto;    
    padding-top: 60px;
}

#legals ul.main-nav-list li {
    margin: 10px 20px;
}

#legals .main-nav-list li a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}


@media screen and (min-width: 1000px) {
    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-pack: end;
        -ms-flex-pack: end;*/
        justify-content: space-around;
    }
    .block-newsletter p {
        text-align: left;
    }   
    .footer-item {
        text-align: left;
        margin-bottom: 0px;
    }         
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/



@media screen and (min-width: 1000px) {
    h1 {
        font-size: 4rem;
    }
    h2 {
        /*font-size: 2.2rem;*/
        font-size: 1.5rem;
    }    
    .main-nav-item a {
        font-size: 1.5rem;
    }
    footer .main-nav-item a {
        font-size: 1.2rem;
    }  
    .single-news .article-container h1 {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 1366px) {
    .main-nav-item a {
        font-size: 1.70rem;
    }
}

@media screen and (min-width: 1700px) {
    .main-nav-item a {
        font-size: 1.9rem;
    }
    p {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin: 20px 0;
    }    
}

</pre></body></html>