/*
Theme Name: Miossec
*/

@font-face {
    font-family: 'Grotesk';
    src: url('font/GroteskBold.woff2') format('woff2'), url('font/GroteskBold.woff') format('woff'), url('font/GroteskBold.svg#GroteskBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

body,
html {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    height: 100% !important;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 0;
}

a,
a:hover,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

img {
    height: auto;
    max-width: 100%;
}

a img {
    border: none;
}

p {
    margin-bottom: 10px;
}

::selection {
    background: #fdf5cf;
    color: #000;
    text-shadow: none;
}

.Visuel {
    font-size: 16px;
}

.Visuel p {
    line-height: 1.6em;
    margin-bottom: 1em;
}

.Visuel b,
.Visuel strong {
    font-weight: bold;
}

.Visuel i,
.Visuel em {
    font-style: italic;
}

.Visuel a {
    color: #000;
    position: relative;
}

.Visuel a:after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: -1px;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}

.Visuel a:hover {
    color: #999;
}

.Visuel a:hover:after {
    background: #fdf5cf;
}

.Visuel ul {
    list-style: outside disc;
    margin: 1em 1em 1em 4em;
}

.Visuel ol {
    list-style: outside decimal;
    margin: 1em 1em 1em 4em;
}

.Visuel li {
    left: 1em;
    margin: 0 0 0.3em 0;
    padding: right: 1em;
    position: relative;
}

.Visuel h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

.Visuel h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.75em 0;
}

.Visuel h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0.58em 0;
}

.Visuel h4 {
    font-weight: bold;
}

.Visuel h5 {
    font-size: .83em;
    font-weight: bold;
    margin: 0.41em 0;
}

.Visuel h6 {
    font-size: .75em;
    font-weight: bold;
    margin: 0.37em 0;
}

.Visuel pre {
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

.Visuel blockquote {
    background: #f9f9f9;
    border-left: 10px solid #666;
    margin: 1.5em 10px;
    padding: 1em 1em 0 3em;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.Visuel blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.Visuel blockquote p {
    display: inline;
}

.Visuel .size-thumbnail {
    height: auto;
    width: 33%;
}

.Visuel .size-medium {
    height: auto;
    width: 50%;
}

.Visuel .size-large {
    height: auto;
    width: 100%;
}

.Visuel .size-full {
    height: auto;
    max-width: 100%;
}

.Visuel .alignleft {
    display: block;
    float: left;
    margin: 0 1em 1em 0;
    position: relative;
}

.Visuel .alignright {
    display: block;
    float: right;
    margin: 0 0 1em 1em;
    position: relative;
}

.Visuel .aligncenter {
    display: block;
    margin: 1em auto;
    position: relative;
}

.Visuel img {
    margin-bottom: 1em;
}

#topbar {
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#topbar {
    left: 0;
    padding: 0 8%;
    position: absolute;
    top: 81%;
    width: 100%;
    z-index: 11;
}

#topbar.active {
    background-color: #fff;
}

#NavMobile {
    display: none
}

#NavDesktop {
    display: block
}

#menu {
    padding: 20px 0;
    width: 100%;
}

#menu #NavDesktop ul {
    display: -webkit-flex;
    display: flex;
    /* Safari */
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    justify-content: space-between;
    width: 100%;
}

#menu ul li a {
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    /*border-bottom: 2px solid transparent;*/
    transition: all 0.4s linear;
}

#menu ul li a:hover {
    /*border-bottom: 2px solid #fdf5cf;*/
}

#menu ul li a:after {
    background: #7cbfae;
    content: "";
    display: block;
    height: 10px;
    margin-top: -10px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0%;
}

#menu ul li a:hover:after {
    background: #7cbfae;
    content: "";
    display: block;
    height: 10px;
    margin-top: -10px;
    width: 100%;
}

#home {
    background: #ffffff;
    height: 100%;
    padding: 7%;
    position: relative;
    width: 100%;
}

#home-content {
    height: 100%;
    position: relative;
    width: 100%;
}

#home-social {
    position: absolute;
    right: 0;
    top: -43px;
    z-index: 2;
}

#home-bloc {
    background: #e7e7e7;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

#home-bloc .left {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

#home-bloc .right {
    height: 100%;
    left: 50%;
    padding: 2%;
    position: absolute;
    text-align: right;
    top: 0;
    width: 50%;
}

#home-bloc #cover-img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
}

#site-title {
    padding: 5%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#site-title h1 {
    font-family: "Grotesk";
    font-size: 2em;
    font-weight: bold;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

#site-title #intro {
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.4em;
}

.button {
    background-color: #7cbfae !important;
    color: #000 !important;
    display: inline-block;
    font-family: "Grotesk";
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0;
    padding: .5em 1em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#news {
    padding: 0 8% 10% 8%;
    position: relative;
    width: 100%;
}

#news h2 {
    padding: 50px 0;
}

#bloc-news {
    background-color: #f7f7f7;
    position: relative;
}

#bloc-news:after {
    clear: both;
    content: "";
    display: block;
}

#bloc-news-1,
#bloc-news-2 {
    float: left;
    width: 50%
}

#bloc-news-2 {
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 30px 70px;
}

.news-date {
    color: #6E6E6E;
    font-size: .9em;
    font-style: italic;
    margin: 8px 0 10px;
}

#bloc-news-2 .news-item {
    border-bottom: 1px solid #CCC;
    margin-top: 20px;
}

#bloc-news-2 .news-item p,
.entry-content p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 1.2em;
}

.moretag {
    font-weight: bold;
    text-decoration: none;
}

#more-news {
    text-align: center;
    width: 100%;
}

.more {
    text-transform: none;
}

#newsletter1 {
    background: #ffbc91;
    padding: 35px;
    position: absolute;
    -ms-transform: translate(-8%, -40%);
    -webkit-transform: translate(-8%, -40%);
    transform: translate(-8%, -40%);
    width: 40%;
}

#newsletter1 h3 {
    font-size: 18px;
    font-weight: bold;
}

#newsletter1 p {
    font-size: 1.1em;
    line-height: 1.2em;
}

#bio,
#albums {
    padding: 10% 8%;
    position: relative;
    width: 100%;
}

#tour,
#videos,
#photos {
    padding: 5% 8%;
    position: relative;
    width: 100%;
}

#bio h2 {
    display: inline-block;
    left: -95px;
    margin-top: 64px;
    position: absolute;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

#bio-img {
    background: url(img/MiossecBio.jpg) no-repeat right top;
    background-size: 79% auto;
    padding: 10% 0;
    position: relative;
}

#bio-text {
    background-color: #f7f7f7;
    padding: 40px;
    position: relative;
    width: 50%;
}

#more-bio {
    left: 40px;
    position: absolute;
}

#more-bio a.button {
    text-transform: none;
}

#tour {
    background-color: #f7f7f7;
}

#tour-content {
    position: relative;
}

#tour-img {
    float: left;
    position: relative;
    width: 50%;
    z-index: 2;
}

#tour-back {
    background: #ffbc91;
    float: right;
    margin: -40% 100px 0 0;
    padding: 50px;
    position: relative;
    width: 50%;
    z-index: 3;
}

#bit-widget-0 {
    padding-bottom: 20px;
    padding-right: 15px;
}

#bloc-tour {
    background: #fff;
    width: 100%;
    z-index: 5;
}

#tour h2 {
    padding: 20px 0 10px;
}

#videos {
    background: #ffbc91;
}

#videos h2 {
    padding-bottom: 4%;
}

#videos #Youtube {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    width: 100%;
}

#videos .flexslider {
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

#videos .flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    display: none;
}

#videos .flexslider .slides img {
    display: block;
    width: 100%;
}

#videos .flexslider .slides:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

#videos .no-js .flexslider .slides>li:first-child {
    display: block;
}

#videos .flex-viewport {
    position: relative;
    text-align: center;
}

#videos .flex-viewport li h3 {
    color: #fff;
    margin-top: 2em;
    padding-bottom: 0.5em;
    position: relative;
}

#videos .flex-direction-nav li a {
    height: 100%;
    opacity: 0.5;
    position: absolute;
    text-indent: -9999px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 10%;
}

#videos .flex-direction-nav li a:hover {
    opacity: 1;
}

#videos .flex-direction-nav .flex-nav-prev a {
    background: url(img/ArrowLeft.png) no-repeat center center;
    background-size: auto 30px;
    left: 0;
    top: 0;
}

#videos .flex-direction-nav .flex-nav-next a {
    background: url(img/ArrowRight.png) no-repeat center center;
    background-size: auto 30px;
    right: 0;
    top: 0;
}

#photos h2 {
    padding: 10px 0 30px 0;
}

#photos .photo-list {
    margin: 0;
    padding: 15px;
}

#photos .photo-list li {
    display: block;
    float: left;
    padding: 15px width: 20%;
}

#photos .photo-list a img {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#photos .photo-list a:hover img {
    opacity: .7;
}

#photos #photosMore {
    position: relative;
    text-align: center;
}

#albums-content {
    padding-right: 10%;
    width: 100%;
}

#albums #album-title {
    display: block;
    font-size: 28px;
    font-weight: bold;
    left: -54%;
    position: absolute;
    text-align: right;
    /*margin: -50px 0 0 -64px;*/
    -ms-transform: rotate(270deg) translateX(-50%);
    -webkit-transform: rotate(270deg) translateX(-50%);
    /*top: -50%;*/
    transform: rotate(270deg) translateX(-50%);
    width: 100%;
}

#albums #album-title #album-year {
    font-weight: normal;
}

#albums #cover {
    float: right;
    margin-left: -3%;
    margin-top: 6%;
    max-width: 900px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 45%;
    z-index: 2;
}

#albums #cover #nav-right {
    position: absolute;
    right: -18px;
    top: 36px;
}

#albums #cover #nav-left {
    position: absolute;
    right: -18px;
    top: 90px;
}

#albums #cover #nav-left.first,
#albums #cover #nav-right.last {
    display: none;
}

#albums #tracklist {
    background-color: #f7f7f7;
    float: right;
    margin-left: 10%;
    position: relative;
    /*height: 0;
	padding-bottom: 45%;*/
    width: 45%;
    z-index: 1;
}

#tracklist-content {
    padding: 15% 5%;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#tracklist-text {
    display: inline-block;
    font-size: 18px;
    left: 50%;
    line-height: 1.4;
    text-align: left;
    top: 50%;
    /*transform: translate(-50%, -50%); */
}

#albums #tracklist p {
    line-height: 1.6;
}

#albums #tracklist-button {
    margin-top: -20px;
    padding: 0 10%;
    position: absolute;
    text-align: center width: 100%;
}

#albums #tracklist-button .button {
    margin: 2px 0;
}

#albums #tracklist-listen .button {
    color: #fff;
    margin-bottom: 0;
}

#albums #tracklist-listen .button:hover {
    color: #000;
}

#albums .albums-nav {
    overflow: hidden;
    padding: 6% 18% 15px 18%;
    position: relative;
}

#albums .albums-nav .bar {
    background-color: #CCC;
    height: 1px;
    margin-top: -9px;
    width: 100%;
    z-index: 0;
}

#albums .albums-nav ol {
    display: -webkit-flex;
    display: flex;
    /* Safari */
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 2;
}

#albums .albums-nav li {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#albums .albums-nav-button {
    background: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #CCC;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 9px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    width: 11px;
}

#albums .albums-nav li.active .albums-nav-button {
    background: #d07132;
    border-color: #d07132;
}

#albums .albums-nav-button:hover {
    background: #d07132;
    border-color: #d07132;
}

#albums .albums-nav-button:after {
    border: 100px solid red;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: '';
    display: inline-block;
    height: 0;
    margin-top: 2px;
    overflow: hidden;
    padding-top: 4px;
    width: 4px;
}

#albums .albums-nav-button img {
    height: 0px;
    width: 0px;
}

#albums .album-tip {
    display: none;
    font-size: 12px;
    margin-left: -50%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-align: center;
    top: -30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
    width: 100%;
}

#albums .album-tip div {
    background: url(img/trait.png) no-repeat center bottom;
    display: inline-block;
    margin-left: 9px;
    padding-bottom: 5px;
}

#albums .albums-nav li.hover .album-tip {
    display: block;
}


/* - - - - - - -
	FOOTER
- - - - - - - */

#Footer h3 {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2em;
    position: relative;
}

#Footer {
    background: #f7f7f7;
    padding: 5% 3% 1% 3%;
    position: relative;
    width: 100%;
}

#Footer .column {
    float: left;
    padding-right: 5%;
    position: relative;
}

#Footer .column1 {
    width: 50%;
}

#Footer .column2,
#Footer .column3 {
    width: 50%;
}

#Footer #newsletter-form .line {
    background: #fff;
}

#Footer #newsletter-form #NewsletterText {
    border: 1px solid #1b1c3a;
}

#Footer #newsletter-form #NewsletterText::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#Footer #newsletter-form #NewsletterText::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#Footer #newsletter-form #NewsletterText:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#Footer #newsletter-form #NewsletterText:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

#Footer #newsletter-form #NewsletterSubmit {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #1b1c3a;
    border: 1px solid #1b1c3a;
    -webkit-border-radius: 0;
    color: #fff;
}

#Footer #SocialFooter {
    float: right
}

#Footer #SocialFooter li,
#home-social li,
.home-social li a {
    float: left;
    padding: 8px 16px 8px 0;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

#home-social li,
.home-social li a {
    padding: 0 0 0 0px;
}

.home-social {
    margin: 2.5em auto;
    width: 85px;
}

#Footer #SocialFooter li a {
    background: url(img/Social.png) no-repeat;
    background-size: auto 25px;
    display: inline-block;
    height: 27px;
    ;
    position: relative;
    text-indent: -9999px;
    transition: opacity .3s linear width: 27px;
}

#home-social li a,
.home-social li a {
    background: url(img/Social.png) no-repeat;
    background-size: auto 20px;
    display: inline-block;
    height: 27px;
    ;
    position: relative;
    text-indent: -9999px;
    transition: opacity .3s linear width: 27px;
}

#Footer #SocialFooter li a.Facebook {
    background-position: 7px center
}

#home-social li a.Facebook,
.home-social li a.Facebook {
    background-position: 10px center
}

#Footer #SocialFooter li a.Twitter {
    background-position: -27px center
}

#home-social li a.Twitter,
.home-social li a.Twitter {
    background-position: -20px center
}

#Footer #SocialFooter li a.Instagram {
    background-position: -62px center
}

#home-social li a.Instagram,
.home-social li a.Instagram {
    background-position: -44px center
}

#Footer #SocialFooter li a.Youtube {
    background-position: -98px center
}

#Footer #SocialFooter li a.Deezer {
    background-position: -132px center
}

#Footer #SocialFooter li a.Spotify {
    background-position: -167px center
}

#Footer #SocialFooter li a.AppleMusic {
    background-position: -203px center
}

#Footer #SocialFooter li a.Itunes {
    background-position: -236px center
}

#Footer #SocialFooter li a.GooglePlay {
    background-position: -273px center
}

#Footer #SocialFooter:hover li a,
#home-social:hover li a {
    opacity: .3;
}

#Footer #SocialFooter:hover li a:hover,
#home-social:hover li a:hover {
    opacity: 1;
}

#Footer #Contact ul li {
    font-size: 1em;
    margin-bottom: .8em;
    position: relative;
}

#Footer #Contact ul li a {
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

#Footer .contact {
    font-size: 1.2em;
    padding: 10px 15px 0 0;
    text-align: right;
}

#Legals {
    float: left;
    font-size: 0.7em;
    margin-top: 5em;
    position: relative;
    text-align: center;
    width: 100%;
}

#Siteby {
    float: right;
    font-size: 0.7em;
    margin-top: 5em;
    position: relative;
    text-align: right;
    width: 50%;
}

#Legals a,
#Legals a:hover,
.inscription {
    text-decoration: underline;
    transition: all 0.3s linear 0s;
}

.inscription:hover {
    color: #1b1c3a;
}

.page-template-default #topbar,
.archive #topbar,
.single #topbar,
.error404 #topbar {
    top: 0;
}

#content {
    margin: 7% 0;
    padding: 0 5%;
}

#content article {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.error404 article .entry-content {
    min-height: 400px;
}

.page-template-default #content article p {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 1.6em;
}

.archive #content article {
    border-bottom: 1px solid #CCC;
    margin: 0 auto 40px auto;
    padding-bottom: 24px;
}

#content h1.entry-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.eltToAnimate {
    border: none;
    display: inline-block;
    font-size: 13px;
    height: 38px;
    outline: none;
    padding: 0.8em;
}

.submitBtn {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 38px;
    left: -10px;
    padding: 0 2em;
    position: relative;
    text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
    #home {
        padding: 11% 5% 10%;
    }
    #news {
        padding: 0 5%;
    }
    #bio,
    #tour,
    #albums,
    #videos,
    #photos {
        min-height: 100%;
        padding: 4% 5%;
        position: relative;
        width: 100%;
    }
    #chapeau {
        height: auto;
        position: relative;
    }
    #bandeau {
        display: none;
    }
    #home-content {
        height: auto;
    }
    #home-social {
        top: -30px;
    }
    #home {
        height: auto;
    }
    #bio,
    #news,
    #tour,
    #albums,
    #videos,
    #photos {
        height: auto;
        min-height: 0;
    }
    #news h2 {
        padding: 50px 0 20px;
    }
    #bloc-news-1 {
        display: none;
    }
    #bloc-news-2 {
        margin-bottom: 20px;
        padding: 15px;
        width: 100%;
    }
    #bloc-news {
        margin-bottom: 20px;
    }
    #more-news {
        left: 0;
        position: absolute;
    }
    #newsletter1 {
        margin: 8% 0 4% 0;
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
    }
    #bio-img {
        background: none;
    }
    #bio h2 {
        display: block;
        left: auto;
        margin-top: 0px;
        padding-bottom: 20px position: relative;
        transform: none;
    }
    #bio-text {
        padding: 15px;
        width: 100%;
    }
    #more-bio {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #tour-img {
        display: none;
        float: none;
    }
    #tour-back {
        float: none;
        margin: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #bloc-tour {
        overflow: auto;
        width: 100%;
    }
    #albums-content {
        padding-right: 0;
        width: 100%;
    }
    #albums #tracklist {
        float: none;
        margin-left: 0;
        padding: 3% 0;
        position: relative;
        width: 100%;
    }
    #albums #tracklist-content {
        padding: 5%;
    }
    #albums #album-title {
        left: 0%;
        padding-top: 15px;
        position: relative;
        text-align: center;
        top: 0;
        transform: none;
        width: 100%;
    }
    #albums #cover {
        float: none;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        width: 100%;
    }
    #albums #tracklist-button {
        bottom: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
    #albums .albums-nav {
        padding: 50px 0;
    }
    #photos .photo-list li {
        width: 50%;
    }
    .sbi_type_image {
        width: 50% !important;
    }
    #Footer .column {
        -
    }
    padding: 0;
    #Footer .column1 {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    #Footer .column2,
    #Footer .column3 {
        text-align: center;
        width: 100%;
    }
    #Footer #SocialFooter {
        float: inherit;
        left: 50%;
        position: relative;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #Footer .contact {
        text-align: center;
    }
    #Legals,
    #Siteby {
        width: 100%;
    }
    #NavDesktop {
        display: none
    }
    #Home #BorderContainer #Border {
        border: 0
    }
    .nav-open {
        background: #fff;
        border: 10px solid #fff;
        bottom: 0;
        cursor: pointer;
        height: 42px;
        left: 3%;
        position: fixed;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        z-index: 999;
    }
    .nav-open .BurgerBottom,
    .nav-open .BurgerMiddle,
    .nav-open .BurgerTop {
        background-color: #000;
        display: block;
        height: 4px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease width: 100%;
    }
    .nav-open .BurgerMiddle {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .nav-open .BurgerBottom {
        bottom: 0 position: absolute;
    }
    .nav-close .BurgerMiddle {
        background-color: #fff opacity: 0;
        width: 0;
    }
    .nav-close .BurgerBottom,
    .nav-close .BurgerTop {
        background-color: #000 margin: 0 auto;
        position: absolute;
        -ms-transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .nav-close .BurgerTop {
        left: 4px;
        top: -2px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .nav-close .BurgerBottom {
        bottom: -2px;
        left: 4px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #NavMobile {
        background: #fff;
        background-color: #ffbc91;
        bottom: inherit;
        display: none;
        height: 100%;
        left: 0;
        padding: inherit;
        padding: 20%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 998;
    }
    #NavMobile #LogoBlack {
        left: 50%;
        max-width: 300px position: absolute;
        top: 10%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%;
    }
    #NavMobile ul#Links {
        width: 100%;
        z-index: 997;
    }
    #NavMobile ul#Links li {
        display: block;
        font-size: 1.5em;
        margin: 0 0 1em;
        padding-right: 0;
        text-align: center;
    }
    #topbar {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    #Footer .column2 {
        margin-bottom: 30px;
        width: 100%;
    }
    #Footer .column3 {
        width: 100%;
    }
}


/* ADA */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.bit-widget .bit-clickable {
    color: #000 !important;
}