/* FONTs
--------------------------------------------------------------------------------------- */
/*src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
/*url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
/*url('../font/walsheim/GTWalsheim-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
/*url('webfont.svg#svgFontName') format('svg');*//*Legacy iOS*/@font-face {
  font-family: 'gtwalsheim-medium';
  src: url('../font/walsheim/GT-Walsheim-Medium.eot');
  src: url('../font/walsheim/GT-Walsheim-Medium.eot?#iefix') format('embedded-opentype'), url('../font/walsheim/GT-Walsheim-Medium.woff') format('woff'), url('../font/walsheim/GT-Walsheim-Medium.ttf') format('truetype'), url('../font/walsheim/GT-Walsheim-Medium.svg') format('svg');/* IE9 Compat Modes */
}
@font-face {
  font-family: 'gtwalsheim-light';
  src: url('../font/walsheim/GTWalsheim-Light.ttf');
  src: url('../font/walsheim/GT-Walsheim-Light.eot');
  src: url('../font/walsheim/GT-Walsheim-Light.eot?#iefix') format('embedded-opentype'), url('../font/walsheim/GT-Walsheim-Light.woff') format('woff'), url('../font/walsheim/GT-Walsheim-Light.ttf') format('truetype'), url('../font/walsheim/GT-Walsheim-Light.svg') format('svg');/* .eot IE9 Compat Modes */
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'gtwalsheim-regulier';
  src: url('../font/walsheim/GTWalsheim-Regular.ttf');
  src: url('../font/walsheim/GT-Walsheim-Regular.eot');
  src: url('../font/walsheim/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'), url('../font/walsheim/GT-Walsheim-Regular.woff') format('woff'), url('../font/walsheim/GT-Walsheim-Regular.ttf') format('truetype'), url('../font/walsheim/GT-Walsheim-Regular.svg') format('svg');/* .eot IE9 Compat Modes */
  /* IE9 Compat Modes */
}
/* General
--------------------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
}
.bg-danger {
  background-color: #f6d4af !important;
  width: 75%;
  padding: 5px;
  text-align: center;
}
.bg-success {
  width: 75%;
  background-color: #70b13b !important;
  padding: 5px;
  text-align: center;
}
html,
body {
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  /*height:100%;*/
  color: #000 !important;
  position: relative;
  -webkit-transition: opacity, 0.5s;
  -moz-transition: opacity, 0.5s;
  -o-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
  transition-timing-function: ease-in;
  margin: 0;
  overflow: hidden;
  overflow-y: scroll;
}
body.contact {
  height: auto !important;
}
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #f6d4af;
}
a:active,
a:focus {
  color: #f6d4af !important;
}

a.linkdark{font-style: normal !important}
a.linkdark{color: #f6d4af}
a.linkdark:visited{color: #f6d4af}
a.linkdark:hover{color: #fff}

h1 {
  padding-left: 60px;
  font-family: 'gtwalsheim-medium' !important;
  font-size: 27px !important;
  line-height: 60px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1 a {
  color: #000 !important;
}
h1 a:hover {
  color: #000 ;
}
h2 {
  font-family: 'gtwalsheim-medium' !important;
  font-size: 35px !important;
  margin-top: 0 !important;
}
ul {
  padding-left: 0;
}
li {
  list-style-type: none;
}
span i {
  font-size: 18px;
}
i,
a {
  -webkit-transition: color, 0.375s;
  -moz-transition: color, 0.375s;
  -o-transition: color, 0.375s;
  transition: color, 0.375s;
  transition-timing-function: ease-in;
}
p {
  font-family: 'gtwalsheim-regulier';
  font-size: 15px;
  line-height: 21px;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
::-moz-placeholder {
  font-size: 14px;
}
/* firefox 19+ */
:-ms-input-placeholder {
  font-size: 14px;
}
/* ie */
input:-moz-placeholder {
  font-size: 14px;
}
form {
  margin: 30px 0;
}
form .form-control {
  border-radius: 0px;
  height: 40px;
  background-color: #000;
  color: #868686;
  line-height: 40px;
  /*width:75%;*/

  float: left;
  border: 1px solid #ccc;
  border-right: none;
  box-shadow: none;
}
form .form-control:focus {
  border-color: #fff !important;
  box-shadow: none;
  /*box-shadow: inset 0 1px 1px rgba(193, 66, 83,.075), 0 0 8px rgba(193, 66, 83, 0.6);*/

}
form input:first-child {
  width: calc(100% - 40px);
}
form .btn-send {
  border-radius: 0px;
  height: 40px;
  background-color: #000;
  color: #fff;
  line-height: 40px;
  width: 40px;
  margin-left: -1px;
  border: 1px solid #ccc;
  padding: 0;
  background:black url("http://www.arianemoffatt.com/images/icon/arrow-right-white.svg") no-repeat center center;
  float: none;
  border-left: none;
  /*.transition-properties(background 0.375s);*/

}
.svg.white path {
  fill:#fff;
}

.spotify span svg {
  height:14px;
  width:14px;
}

.bandcamp span svg {
  height:14px;
  width:14px;
}

.svg.white .st0,
.svg.white .st1,
.svg.white path {
  fill: #fff !important;
  opacity: 1 !important;
}
.svg.white:hover .st0,
.svg.white:hover path {
  fill: #f6d4af !important;
}

.svg.black .st0,
.svg.black .st1,
.svg.black path {
  fill: #000 !important;
  opacity: 1 !important;
}
.svg.black:hover .st0,
.svg.black:hover path {
  fill: #000 !important;
}

.svg.green .st0,
.svg.green .st1,
.svg.green path {
  fill: #f6d4af !important;
  opacity: 1 !important;
}
.svg.green:hover .st0,
.svg.green:hover path {
  fill: #f6d4af !important;
}









/* ajout MEDIAMACHINE */
.album_lien_itunes img.svg,
.spotify img.svg,
.archambault img.svg,
.share img.svg,
.bandcamp img.svg

 {
    width: 1.2em;
    height: 1.2em;
}

.album_lien_itunes span img.svg
{
    width: 1.2em;
    height: 1.2em;
}

.spotify span img.svg
{
    width: 1.2em;
    height: 1.2em;
}

.bandcamp span img.svg
{
    width: 1.2em;
    height: 1.2em;
}


.thumbnails img.svg
 {
    width: 2.7em;
    height: 2.7em;
}


/*  */


/* Liens album MEDIAMACHINE */

.wrapper-liens-album{
  width: 95%;

  margin: 100px auto 30px auto;
  text-align: center;
  
}

/* #incarnat .background {
  background: url(../images/bg-lac.jpg) no-repeat center center;
  background-size: cover;
} */

.img-plateforme{
  height: 30px;
  max-width: 320px;
  margin: 0 auto 10px auto;
  text-align: center;
  width: 95%;
}

#incarnat h2{padding-left: 0 !important}

hr.hr-plateforme{width: 320px}

.st0,
.st1,
li.spotify .svg.white path {
  -webkit-transition: fill, 0.375s;
  -moz-transition: fill, 0.375s;
  -o-transition: fill, 0.375s;
  transition: fill, 0.375s;
  transition-timing-function: ease-in;
  opacity: 1 !important;
}
.st1 {
  stroke: none !important;
}
#path3791 {
  stroke: #ffffff !important;
  fill: none !important;
}
li:hover {
  /*.st1{stroke:none !important; fill:none !important;}*/

}
li:hover #path3791 {
  stroke: #f6d4af !important;
  fill: none !important;
}
.svg:hover .st0 {
  fill: #f6d4af !important;
}
.thumbnails p {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.thumbnails:hover {
  cursor: pointer;
}
.thumbnails:hover p .st0 {
  fill: #f6d4af !important;
}
.accueil .content {
  /*height:100%;*/

  background: url(../images/bg-grad.jpg) no-repeat;
  background-size: 100%;
  background-position: top;
  max-width: 100%;
  padding: 46px 9% 0;
}
.content {
  /*max-width: 1920px;
	margin:0 auto;*/

}
.container-fluid {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.img-bio {
  width: 100%;
  /*padding:0 15px;*/

}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /*	.transition-properties(background-color 0.3s, color 0.3s);
background-color: @blue;
color:#fff;
border-color: none;
opacity:0.6;*/

}
.background {
  /*background: url(../images/bg.jpg) no-repeat 100% 100%; background-size:cover;*/

  /*background: #C14253;*/

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
header {
  height: 60px;
  width: 100%;
  background-color: #fff;
  position: relative;
  /*top:100%;*/

  /*margin-bottom:46px;*/

}
header.fix {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
}
header.fix .toggle-nav .bar {
  background-color: #000;
}
header .ico-sociaux {
  float: right;
  /*padding-right:15px;*/

}
header .ico-sociaux a {
  color: #000;
}
header .ico-sociaux a:hover {
  color: #f6d4af;
}
header .ico-sociaux span.bandcamp-icon-header a svg {
  height: 16px;
  width: 16px;
}
header .ico-sociaux span.bandcamp-icon-header a svg path {
  -webkit-transition: fill, 0.3s;
  -moz-transition: fill, 0.3s;
  -o-transition: fill, 0.3s;
  transition: fill, 0.3s;
  transition-timing-function: ease-in;
}
header .ico-sociaux span.bandcamp-icon-header a:hover svg path {
  fill: #f6d4af;
}
header .ico-sociaux span {
  line-height: 68px;
  height: 60px;
  margin-right: 10px;
}
header .ico-sociaux span:last-child {
  margin-right: 0;
  margin-left: -3px;
  margin-top: -2px;
}
header .ico-sociaux span img {
  display: inline-block;
  vertical-align: middle;
}
.toggle-nav {
  position: fixed;
  top: 22px;
  left: 25px;
  width: 35px;
  z-index: 3000;
}
.toggle-nav div {
  width: 100%;
  margin-bottom: 4px;
  background-color: #fff;
  height: 3px;
  -webkit-transition: background-color, 0s;
  -moz-transition: background-color, 0s;
  -o-transition: background-color, 0s;
  transition: background-color, 0s;
  transition-timing-function: ease-in;
}
.toggle-nav:hover {
  cursor: pointer;
}
.toggle-nav.invert .bar {
  background-color: #000;
}
#nav::-webkit-scrollbar {
  width: 0 !important;
}
#nav {
  height: 100%;
/*   background-color: #f6d4af; */
  
  background-color: #9F2842;
  
  
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: scroll !important;
  /*min-height:740px;*/

  position: fixed;
  top: 0;
  left: -25%;
  z-index: 1000;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.menu {
  min-height: 740px;
  height: 100%;
  display: block;
  position: relative;
}
.menu a:hover,
.menu a:active,
.menu a:focus {
  color:black !important;
}
.menu form .form-control {
  background-color:white !important;
}
.menu .close {
  position: absolute;
  right: 0px;
  top: 22px;
  z-index: 1000;
  font-weight: 800;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
.menu .close:hover {
  opacity: 1;
  color: #f6d4af;
}
.menu .bottom {
  position: absolute;
  bottom: 30px;
}
.menu .bottom .infolettre {
  color: #ffffff;
}
.menu form {
  margin-bottom: 0;
}
.menu ul {
  padding: 25px 0;
  padding-left: 0px;
}
.menu ul li {
  color: #fff;
  padding: 5px 0;
  list-style-type: none;
}
.menu ul li:hover a {
  color: #000;
}
.menu a {
  color: #ffffff;
  font-size: 20px;
  font-family: 'gtwalsheim-medium';
}
.menu a:hover {
  text-decoration: none;
  color: #f6d4af;
}
.menu p.titre-menu {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  font-family: 'gtwalsheim-medium';
}
.menu .ailleurs {
  margin-bottom: 60px;
}
.menu .ailleurs span {
  margin-right: 10px;
}
.menu .ailleurs span:last-child {
  margin-right: 0;
  margin-left: -3px;
  margin-top: -2px;
}
.accueil #intro {
  overflow: hidden;
}
.accueil #intro .overlay-text {
  opacity: 0;
}
.accueil #intro .overlay-text p {
  font-size: 100px;
  opacity: 0.9;
}
.accueil #intro .overlay-text img {
  width: 100%;
  max-width: 480px;
}
.accueil #intro .overlay-text a {
  font-size: 27px;
  font-family: 'gtwalsheim-medium';
}
.accueil #intro .overlay-text a:hover {
  color: #f6d4af;
}
#intro {
  width: 100%;
  height: 100%;
  position: relative;
}
#intro .overlay-text {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 200;
}
#intro.bio {
  /* background: url(../images/bio-cover.jpg) center center; */
  background-size: cover;
}
#intro .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#intro .bg-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 0;
  background: url(../images/bg.png) center center;
  background-size: cover;
}
#intro .toggle-anch {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#intro .toggle-anch:hover a {
  color: #fff;
}
#intro .toggle-anch a,
#intro .toggle-anch a:visited,
#intro .toggle-anch a:hover,
#intro .toggle-anch a:active,
#intro .toggle-anch a:focus {
  color: #fff;
}
#intro .toggle-anch a:active,
#intro .toggle-anch a:focus {
  color: #fff !important;
}
#intro .toggle-anch p {
  margin-bottom: 0;
  font-size: 12px;
}
#intro .toggle-anch i {
  font-size: 32px;
  line-height: 32px;
}
#intro .toggle-anch:hover {
  /*cursor:pointer;*/

}
.overlay-text p,
.overlay-text a {
  font-family: 'gtwalsheim-regulier';
  font-size: 100px;
  text-align: center;
  color: #fff;
  position: relative;
}
.overlay-text a:hover {
  color: #fff;
}
.overlayVid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: opacity 0.3s, display 0.3s;
  -moz-transition: opacity 0.3s, display 0.3s;
  -o-transition: opacity 0.3s, display 0.3s;
  transition: opacity 0.3s, display 0.3s;
  transition-timing-function: ease-in;
  opacity: 0;
  display: none;
}
.overlayVid p {
  margin: 10px;
  position: absolute;
  top: 25px;
  right: 25px;
  /*border:2px solid #fff;*/

  font-size: 20px;
  font-weight: 800;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  transition-timing-function: ease-in;
}
.overlayVid p:hover {
  cursor: pointer;
  background-color: transparent;
  color: #fff;
}
.overlayVid iframe {
  width: 100%;
  /*max-width: 960px;*/

}
.overlayVid.active {
  opacity: 1;
  display: block;
}
.boxEcoute {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3500;
  opacity: 1;
  display: none;
}
.boxEcoute .col-xs-12 {
  text-align: center;
}
.boxEcoute img {
  width: 250px;
  margin: 0 auto 30px;
}
.boxEcoute a {
  color: #fff;
  max-width: 175px;
}
.boxEcoute a:hover p {
  color: #f6d4af;
  border-color: #f6d4af;
}
.boxEcoute p {
  color: #fff;
  text-align: center;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: ease-in;
}
.boxEcoute p.titre {
  font-size: 50px;
  line-height: 50px;
  margin: 30px 0;
}
.boxEcoute p.fermer {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 4000;
}
.boxEcoute p.fermer:hover {
  cursor: pointer;
}
.boxEcoute p.button {
  padding: 20px 10px;
  border: 1px solid #fff;
  max-width: 175px;
  margin: 0 auto;
}
#nouvelles a {
  color: black;
  text-decoration:underline;
}
#nouvelles iframe {
  width: 100%;
}
#nouvelles .titre p {
  font-family: gtwalsheim-medium;
  font-size: 35px;
  line-height: 35px;
}
#nouvelles .media {
  margin-bottom: 46px;
  padding-left: 0;
  padding-right: 0;
}
#nouvelles .media img {
  max-width: 50%;
  height: auto;
}
#nouvelles .bloc-nouvelle {
  margin-bottom: 180px;
}
#bio {
  padding: 60px 0;
  /*margin-top:55px;*/

}
#bio p {
  font-family: 'gtwalsheim-light' !important;
  font-size: 24px;
  line-height: 32px;
}
#bio p.titre {
  font-family: 'gtwalsheim-regulier' !important;
  font-size: 35px;
}
#bio .fix {
  position: fixed;
  top: 116px;
  width: inherit;
  padding-right: 15px;
  width: 33.25%;
}
#bio .txt {
  padding: 0 30px;
}
#bio h2 {
  padding-left: 0 !important;
}
#bio .col-sm-4 {
  padding-top: 55px;
}
#bio .col-sm-7 {
  padding-top: 55px;
}
.prix {
  padding-top: 35px;
}
.prix p {
  font-family: 'gtwalsheim-light' !important;
  font-size: 16px;
}
.prix li {
  font-family: 'gtwalsheim-light' !important;
  font-size: 14px;
}
.prix .titre {
  font-family: 'gtwalsheim-regulier' !important;
  font-size: 24px !important;
}
#contact {
  padding: 60px 0 !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0 !important;
}
#contact p.titre {
  font-family: 'gtwalsheim-medium';
  font-size: 20px;
}
#contact .left {
  /* background: url(../images/bg-lac.jpg) no-repeat center center; */
  padding: 57px 25px;
  height: 100%;
  background-color: #9F2842;
}
#contact .left p.titre {
  color: #ffffff;
}
#contact .left span {
  margin-right: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: top;
}
#contact .left a {
  display: inline-block;
  width: 90%;
}
#contact .left li:hover a, #contact .left li:hover i {
/*   color: #ebfbdc; */
color: #f6d4af;

}
#contact .left li:hover span .st0 {
  fill: #f6d4af
}
#contact .right {
  padding: 57px 25px;
}
#contact .right p {
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
#contact .right p.titre {
  font-family: 'gtwalsheim-medium' !important;
  color: #000;
  font-size: 35px;
}
#contact .right p.nom {
  font-family: 'gtwalsheim-medium' !important;
  margin-top: 50px;
}
#contact .right a {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-family: 'gtwalsheim-light' !important;
}
#contact .right a.tel {
  font-family: 'gtwalsheim-regulier' !important;
}
#contact .right a:hover {
  color: rgba(18, 18, 18, 0.9);
}
#contact p,
#contact li,
#contact a {
  font-family: 'gtwalsheim-medium';
  font-size: 13px;
  color: #ffffff;
  list-style-type: none;
  line-height: 26px;
}

#contact ul {
  padding: 45px 0 0 0;
}
.post img {
  width: 100%;
}
.post .insta-desc {
  margin: 15px 0 35px;
  font-size: 12px;
  line-height: 16px;
}
.post .user {
  font-weight: 700;
  color: #000;
}
.post .user:hover {
  text-decoration: none;
}
#spectacles {
  margin-top: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#spectacles .background {
  /* background: url(../images/bg-lac.jpg) no-repeat center center; */
  background-size: cover;
  background-color: #9F2842;
}
#spectacles h2 {
  color: #fff;
  padding: 57px 0 34px;
}
#spectacles .bloc {
  width: 100%;
/*   background-color: #f6d4af; */
  
    background-color: #ffffff;
  
  height: 143px;
  margin-bottom: 2px;
}
#spectacles .bloc:first-child {
  margin-top:100px;
}
#spectacles .bloc .date,
#spectacles .bloc .lieux,
#spectacles .bloc .desc,
#spectacles .bloc .achat {
  float: none;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: -3px;
  padding-left: 30px !important;
}
#spectacles .bloc .date p:last-child,
#spectacles .bloc .lieux p:last-child,
#spectacles .bloc .desc p:last-child,
#spectacles .bloc .achat p:last-child {
  margin-bottom: 0;
}
#spectacles .bloc .date {
  text-align: center;
}
#spectacles .bloc .date .col-lg-6 {
  width: 80%;
}
#spectacles .bloc .achat {
  height: 100%;
}
#spectacles .bloc .achat p {
  /*line-height:143px;*/
  margin-top: 56px;
  margin-left: 20px;
}
#spectacles .bloc .achat .st0 {
  fill: #000;
}
#spectacles .bloc .achat p.ico {
  margin-left: 0;
}
#spectacles .bloc .achat p.ico:hover a {
  color: black;
  text-decoration:underline;
}
#spectacles .bloc .achat p.ico:hover .st0 {
  fill: black;
}

#spectacles .bloc .achat a  {
  /*margin-top:56px;
*/
  color: #000;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 13px;
  padding-left: 10px;
  display: inline-block;
  width: 92%;
}


#spectacles .bloc .achat .bientot{
  /*margin-top:56px;
*/
  color: #000;
  text-transform: uppercase;
  line-height: 21px;
  font-size: 13px;
/*   padding-left: 10px; */
  display: inline-block;
  width: 92%;
}





.bientot-desc{padding-left: 10px;}


#spectacles .bloc .achat span {
  position: relative;
  top: 0px;
  display: inline-block;
  vertical-align: top;
}
#spectacles .bloc p {
  margin-bottom: 0 !important;
  color: #000;
  font-family: 'gtwalsheim-regulier';
}
#spectacles .bloc p.jour {
  font-family: 'gtwalsheim-medium';
  font-size: 40px;
  margin-bottom: 8px !important;
}
#spectacles .bloc p.mois {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 3px;
}
#spectacles .bloc p.salle {
  font-size: 18px;
}
#spectacles .bloc p.ville {
  font-size: 18px;
}
#spectacles .bloc p.tournee {
  font-size: 18px;
}
#spectacles .bloc p.artiste {
  font-size: 15px;
}
#spectacles .bloc p.heure {
  font-size: 15px;
}
#spectacles .bloc p.complet {
  font-size: 13px;
  text-transform: uppercase;
}
#spectacles .pull-right {
  padding-left: 0;
  padding-right: 0;
}
#nouvelles {
  position: absolute;
  top: 107px;
  left: 25px;
}
#instagram {
  position: fixed;
  bottom: 0;
  right: 25px;
  padding-left: 30px;
  padding-right: 0;
  overflow-y: auto;
}
#musique {
  padding: 60px 0 90px;
}

#musique .background {
  /* background: url(../images/bg-lac.jpg) center center; */
  background-size: cover;
  background-color: #9F2842;
}





#musique h2 {
  color: #fff;
  padding: 57px 0 34px;
}
#musique img {
  width: 100%;
}
#musique .pull-right > div {
  padding: 0;
  margin: 0 0px 0px -3px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
#musique .pull-right > div img {
  margin: 0 0px 2px 0px;
  padding-right: 2px;
  display: inline-block;
  vertical-align: top;
}

#top_music_album {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#top_music_album > div:nth-child(3) {
  padding: 40px 0 0 35px;
  font-weight: 500;
  font-style: italic;
}

#top_music_album > div:nth-child(3) > p {
  color: white;
  font-size: 30px;
  margin-bottom: 40px;
}

#top_music_album > div:nth-child(3) > ul a {
  color: white;
  font-size: 20px;
}

#top_music_album ul > li:first-child span {
  margin-right:10px;
}

#top_music_album ul > li:nth-child(2) a span {
  margin-right:10px;
}

#top_music_album ul > li:last-child span {
  margin-right:5px;
}

.itune-sidemenu > a > svg > path {
  fill:white;
}

.spotify-sidemenu > a > svg > path {
  transition:fill 0.375s ease-in;
}
.spotify-sidemenu > a > svg {
  height:16px;
  width:16px;
}
.spotify-sidemenu > a > svg > path {
  fill:white;
}
.spotify-sidemenu > a:hover > svg > path {
  fill:#f6d4af;
}

#album {
  padding-top: 117px;
}
#album .background {
  background: url(../images/bg-lac.jpg) center center;
  background-size: cover;
}
#album p.titre {
  font-family: 'gtwalsheim-medium' !important;
  font-size: 24px;
  /*line-height: 35px;*/

  margin-bottom: 28px;
  color: #fff;
}
#album p.fermer {
  position: absolute;
  top: 85px;
  right: 25px;
}
#album .st2 {
  fill: #000 !important;
}
#album .thumbnails {
  position: relative;
  margin-bottom: 30px;
  max-width: 250px;
}
#album .thumbnails .st0 {
  opacity: 0.5 !important;
}
#album .thumbnails p {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 50%;
  margin-top: -20px;
}
#album .thumbnails:hover {
  cursor: pointer;
}
#album .thumbnails:hover p .st0 {
  fill: #f6d4af !important;
}
#album .cover {
  margin-right: 0;
}
#album img {
  width: 100%;
}
#album ul {
  margin-top: 30px;
  float: left;
  position: relative;
}
#album li {
  margin-bottom: 10px;
}

#album li span {
  margin-right: 13px;
}
#album li.album_lien_bandcamp span {
  margin-right:8px;
}
#album li.archambault span {
  margin-right:15px;
}

#album li a {
  color: #fff;
  font-family: 'gtwalsheim-regulier' !important;
  font-size: 13px;
  text-transform: uppercase;
}
#album li.archambault .st0 {
  display: none;
}
#album div.sharingBox {
  bottom: 8px !important;
}
#album li:hover a {
  color: #f6d4af;
}
#album li:hover span .st0,
#album li.spotify:hover span svg path {
  fill: #f6d4af !important;
}
#album li:hover span .st1 {
  stroke: #f6d4af !important;
}

#album li.archambault:hover {
  /*span .st0{fill: #f6d4af !important;}*/

}
#album li.archambault:hover span .st1 {
  fill: #f6d4af !important;
  stroke: none !important;
}
#album .listing {
  position: relative;
  top: -12px;
}
#album .listing p {
  color: #fff;
}
#album .listing h2.titre {
  font-family: 'gtwalsheim-medium' !important;
  font-size: 35px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
#album .listing span {
  font-size: 35px;
  color: #fff;
  font-family: 'gtwalsheim-light';
  margin-left: 5px;
}
#album .listing .row {
  height: 30px;
}
#album .listing .row.active .audiojs {
  display: block;
}
#album .listing .row.active .titre-chanson {
  left: 60px;
  line-height: 21px;
}
#album .listing .row:hover {
  cursor: pointer;
}
#album p.titre-chanson {
  position: absolute;
  margin-top: 4px;
  height: 30px;
  color: #fff;
  z-index: 500;
  width: 266px;
  overflow: hidden;
  -webkit-transition: left, 0.3s;
  -moz-transition: left, 0.3s;
  -o-transition: left, 0.3s;
  transition: left, 0.3s;
  transition-timing-function: ease-in;
}
#album p.titre-chanson :hover {
  cursor: pointer;
}
#album .audiojs {
  width: 390px;
  display: none;
  background-color: #538dff;
  background-image: none;
  height: 30px;
  box-shadow: none;
  /*.transition-properties(opacity 0.3s);*/

}
#album .audiojs.active {
  opacity: 1;
}
#album .audiojs.active .titre-chanson {
  left: 60px;
}
#album .audiojs .play,
#album .audiojs .pause {
  width: 390px;
  z-index: 1000;
  position: absolute;
  height: 30px;
}
#album .audiojs .play-pause {
  width: 30px;
  height: 30px;
  border-right: none;
}
#album .audiojs audio {
  display: none;
}
#album .audiojs .play {
  /*background: url("../images/icon/btn-play-9x11.svg") 9px 7px no-repeat;
		background-size: 11px 13px;*/

}
#album .audiojs .loaded {
  height: 32px;
  background: #5e92f8;
}
#album .audiojs .scrubber {
  width: 266px;
  height: 32px;
  margin: 0;
  background: #5e92f8;
  border: none;
}
#album .audiojs .progress {
  background: #306eea;
  height: 32px;
  border-radius: 0px;
}
#album .audiojs .time {
  width: 94px;
  height: 30px;
  line-height: 30px;
  border: none;
  background: #3874ec;
  margin: 0;
  padding: 0 0 0 12px;
}
#album .audiojs .play-pause {
  border: none;
  padding: 0;
}
#album .audiojs .time em,
#album .audiojs .time strong {
  font-family: 'gtwalsheim-regulier';
  font-size: 12px;
  text-shadow: none;
}
#videos {
  padding-top: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#videos .overlayVid {
  opacity: 1;
  display: block;
}
#videos .overlayVid iframe {
  /*margin-top:0 !important;*/

}
#videos .background {
  /* background: url(../images/bg-lac.jpg) no-repeat center center; */
  background-size: cover;
  background-color: #9F2842;
}
#videos h2 {
  padding: 57px 0 34px;
  color: #fff;
}
#videos .pull-right {
  padding-left: 0;
  padding-right: 0;
}
#videos iframe {
  width: 100%;
}
#videos .bloc {
  height: 100%;
  margin-bottom: 2px;
  overflow: hidden;
}
#videos .bloc .thumbnails {
  padding: 0;
}
#videos .bloc .thumbnails .st0 {
  opacity: 0.5 !important;
}
#videos .bloc .thumbnails .st1 {
  fill: #fff;
  stroke: #fff;
}
#videos .bloc .thumbnails img {
  width: 100%;
}
#videos .bloc .st0 {
  opacity: 1 !important;
}
#videos .bloc .col-md-6 {
  padding: 0;
}
#videos .bloc .description::-webkit-scrollbar {
  width: 0 !important;
}
#videos .bloc .description {
  /*width: ~"calc(50% + 20px)";
			margin-left:-20px;*/

  color: #fff;
  padding: 25px 0 0 25px;
  position: relative;
  min-height: 250px;
  overflow: auto;
  -ms-overflow-style: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
#videos .bloc .description .credit {
  position: relative;
  display: none;
  /*opacity:0;*/

  /*overflow:auto;*/

}
#videos .bloc .description .credit p {
  font-size: 15px !important;
}
#videos .bloc .description .credit p.fermer {
  position: absolute;
  right: 25px;
  top: 0;
}
#videos .bloc .description .credit p.fermer:hover {
  cursor: pointer;
}
#videos .bloc .description .credit p.titre {
  text-transform: uppercase;
  font-family: 'gtwalsheim-medium';
}
#videos .bloc .description .credit ul {
  position: static;
}
#videos .bloc .description .credit ul li {
  font-size: 15px;
  margin-bottom: 0;
  font-family: 'gtwalsheim-regulier';
}
#videos .bloc .description p.titre {
  font-family: 'gtwalsheim-medium';
  font-size: 28px;
  line-height: 28px;
}
#videos .bloc .description p.desc {
  font-family: 'gtwalsheim-regulier';
  font-size: 18px;
}
#videos .bloc .description ul {
  position: absolute;
  left: 25px;
  bottom: 0;
}
#videos .bloc .description ul li {
  margin-bottom: 16px;
  /*div{
						.st0{
							fill:#fff ;
						}
					}*/

}
#videos .bloc .description ul li span {
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
  transition-timing-function: ease-in;
  text-transform: uppercase;
}
#videos .bloc .description ul li a,
#videos .bloc .description ul li span {
  text-transform: uppercase;
  font-family: 'gtwalsheim-regulier';
  font-size: 13px;
  color: #fff;
}
#videos .bloc .description ul li svg {
  margin-top: 3px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#videos .bloc .description ul li:hover {
  /*div{
							.st0{
								fill:#fff !important;
							}
						}*/

}
#videos .bloc .description ul li:hover a,
#videos .bloc .description ul li:hover span {
  color: #f6d4af;
  cursor: pointer;
}
#videos .bloc .description ul li:hover .st0 {
  fill: #f6d4af !important;
}
#videos .bloc .description ul li:last-child {
  margin-bottom: 0;
}
#videos .bloc .description ul li.creditLink:hover .st1 {
  fill: #f6d4af !important;
}
div.sharingBox {
  /*.transition-properties(right 0.3s, opacity 0.3s, display 0.3s);*/

  display: none;
  opacity: 0;
  position: absolute;
  bottom: 15px !important;
  right: 0px ;
  left: auto !important;
}
div.sharingBox svg {
  -webkit-transition: fill, 0.3s;
  -moz-transition: fill, 0.3s;
  -o-transition: fill, 0.3s;
  transition: fill, 0.3s;
  transition-timing-function: ease-in;
}
div.sharingBox svg:hover .st0 {
  fill: #f6d4af !important;
}
div.sharingBox a {
  margin-right: 10px;
}
div.sharingBox a:last-child svg {
  width: 20px;
  fill: #fff;
  height: 25px !important;
  position: relative;
  top: 5px;
}
div.sharingBox a:last-child svg:hover {
  fill: #f6d4af;
}
.toggle-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2500;
}
.toggle-footer p {
  color: #808080;
  padding: 3px 20px;
  background-color: #000;
  margin-bottom: 0 !important;
  font-family: 'gtwalsheim-light';
  border: 1px solid #000;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  transition-timing-function: ease-in;
}
.toggle-footer p:hover {
  background-color: transparent;
  color: #000;
}
.toggle-footer:hover {
  cursor: pointer;
}
footer {
  width: 100%;
  position: fixed;
  background-color: #000;
  color: #fff;
  bottom: -100%;
  left: 0;
  z-index: 9999;
  padding: 40px 25px 30px 0;
}
footer form {
  margin: 39px 0;
}
footer .close {
  opacity: 1;
  font-size: 25px;
  color: #fff;
  text-shadow: none;
  position: absolute;
  right: 25px;
  top: 25px;
}
footer .close:hover {
  opacity: 1;
  color: #f6d4af;
}
footer .container-fluid {
  max-width: 1920px;
}
footer .row > div {
  padding: 0 25px;
}
footer p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 2px;
}
footer p.titre {
  text-transform: uppercase;
  font-family: 'gtwalsheim-medium';
  font-size: 15px;
  margin: 0 0 25px;
}
footer p.nom {
  font-family: 'gtwalsheim-medium';
  font-size: 15px;
}
footer p.info {
  font-family: 'gtwalsheim-light';
  font-size: 15px;
}
footer #partenaire div img {
  width: 100%;
  max-width: 337px;
  margin-bottom: 23px;
}
footer #partenaire .row {
  /*max-width:280px;*/

  margin-left: 0px;
  margin-right: 0px;
}
footer #partenaire .row > div {
  padding-left: 0;
  padding-right: 0;
}
footer #partenaire .row.last {
  margin-top: 10px;
  margin-bottom: 30px;
}
footer #partenaire .row .pad {
  padding-right: 10px;
}
footer #partenaire .row .pad img {
  width: 80%;
}
footer .credit a,
footer .info a {
  color: #fff;
}
footer .credit a:hover,
footer .info a:hover {
  color: #f6d4af;
}
footer #contacts,
footer #infolettre {
  border-left: 1px solid #ccc;
}
footer #infolettre p:last-child {
  color: #808080;
  font-family: 'gtwalsheim-light';
}
#promo #form_promo {
  color: #fff;
}
#inscription {
  padding-top: 117px;
  color: #fff;
}
#inscription .background {
  background: url(../images/bg-album.jpg) center center;
  background-size: cover;
}
#inscription a {
  color: #fff;
  font-size: 12px;
}
#inscription a:hover {
  color: #f6d4af;
}
#inscription .content {
  text-align: center;
  padding-bottom: 57px;
}
#inscription .content p {
  max-width: 400px;
  margin: 0 auto 15px;
}
#inscription h2 {
  padding-left: 0 !important;
  font-size: 70px !important;
  margin-bottom: 30px;
}
#inscription form {
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto;
  /* firefox 19+ */

  /* ie */

}
#inscription form ::-webkit-input-placeholder {
  color: #ccc;
}
#inscription form ::-moz-placeholder {
  color: #ccc;
}
#inscription form :-ms-input-placeholder {
  color: #ccc;
}
#inscription form input:-moz-placeholder {
  color: #ccc;
}
#inscription form input {
  width: 100%;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #ccc !important;
}
#inscription form input:nth-child(2) {
  margin-bottom: 30px;
}
#inscription form button {
  padding: 20px 10px;
  border: 1px solid #ccc;
  color: #ccc;
  max-width: 175px;
  margin: 0 auto;
  line-height: 0;
  background: none;
  float: none;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  transition-timing-function: ease-in;
}
#inscription form button:hover {
  color: #f6d4af;
  border-color: #f6d4af;
}
#inscription form.promo {
  margin-bottom: 20px;
}
#inscription form.promo input:first-child {
  width: calc(100% - 40px);
}
#inscription form.promo input:nth-child(3) {
  width: 40px;
  border-left: none !important;
}
.share.active span,
.share.active a {
  color: #f6d4af !important;
}
.share.active .st0 {
  fill: #f6d4af !important;
}
.share.active #path3791 {
  stroke: #f6d4af !important;
}
/* Mixins
---------------------------------------------*/
/* Media queries
--------------------------------------------------------------------------------------- */
@media (max-width: 1920px) {
  
}
@media (max-width: 1440px) {
  
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  #inscription h2 {
    font-size: 50px !important;
  }
  #videos .bloc .description {
    height: 243px !important;
  }
}
@media (max-width: 824px) {
  
}
@media (max-width: 767px) {
  html {
    margin-left: 0 !important;
  }
  .media img {
    max-width: 100% !important;
  }
  #tubular-container {
    display: none !important;
  }
  #intro {
    background: url(../images/bg-mobile.jpg) center center;
    background-size: cover;
  }
  #spectacles .bloc .date {
    text-align: left;
  }
  .menu .bottom {
    position: static;
    padding-right: 0;
  }
  #bio p.titre {
    margin-top: 25px;
  }
  #bio .txt {
    padding-left: 0px;
  }
  #bio .fix {
    position: static !important;
    padding-right: 0;
  }
  #bio .col-sm-4 {
    padding-top: 0;
  }
  .overlay-text p {
    font-size: 40px !important;
  }
  .toggle-nav {
    width: 25px;
  }
  #nav {
    left: 100%;
    width: 100%;
    position: fixed;
    top: 0;
  }
  h1 {
    text-align: center;
    padding-left: 0 !important;
  }
  h2 {
    padding-left: 25px !important;
  }
  footer {
    position: static;
    padding: 40px 15px 30px;
  }
  footer #contacts,
  footer #infolettre {
    border-left: none;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }
  footer p.titre {
    margin: 0 0 15px;
  }
  footer #partenaire .logo {
    margin-bottom: 15px;
  }
  footer .row > div {
    padding: 0;
  }
  #spectacles .pull-right {
    float: none !important;
  }
  #spectacles .bloc {
    padding: 20px 25px;
    height: auto;
  }
  #spectacles .bloc .date,
  #spectacles .bloc .lieux,
  #spectacles .bloc .desc,
  #spectacles .bloc .achat {
    margin-left: -3px;
    padding-left: 0px !important;
  }
  #spectacles .bloc .date > div {
    padding-left: 0;
    padding-right: 0;
  }
  #spectacles .bloc .achat p {
    margin-top: 0;
    font-size: 13px;
  }
  #spectacles .bloc > div {
    padding: 10px 15px 10px 30px;
  }
  #contact {
    height: auto;
  }
  #contact .left {
    height: auto !important;
  }
  #contact .right {
    padding: 55px 30px;
  }
  #contact .right p,
  #contact .right a {
    font-size: 18px;
    color: #000;
  }
  #contact .right p.titre {
    font-size: 24px;
    color: #000;
  }
  #contact .right p.nom {
    font-family: 'gtwalsheim-medium' !important;
    margin-top: 40px;
  }
  #contact .right p.info {
    font-family: 'gtwalsheim-light' !important;
  }
  #nouvelles {
    position: static;
    margin-top: 107px;
  }
  #nouvelles .bloc-nouvelle {
    margin-bottom: 80px;
  }
  #musique h2 {
    padding-left: 0px !important;
  }
  #musique .pull-right {
    padding: 0;
  }
  #musique .pull-right > div {
    margin: 0;
  }
  #album .thumbnails {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #album .listing {
    padding-right: 0;
    padding-left: 0;
    margin-top: 25px;
  }
  #album .listing h2.titre {
    padding-left: 0 !important;
  }
  #album .video {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  #album .audiojs .scrubber {
    width: 200px;
  }
  #album .audiojs {
    width: 324px;
    /*display: block !important;*/
  
  }
  #album .titre-chanson {
    /*left:60px !important;*/
  
    width: 200px;
  }
  #album .audiojs.play,
  #album .audiojs.pause {
    width: 324px;
  }
  #videos .pull-right {
    float: none !important;
  }
  #videos .thumbnails svg {
    width: 85px;
  }
  #videos > .col-md-6:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  #videos .bloc > .col-md-6 {
    float: none;
  }
}
@media (max-width: 600px) {
  #inscription h2 {
    font-size: 30px !important;
  }
  .overlay-text p {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .overlay-text p {
    font-size: 40px;
  }
  #bio p {
    font-size: 18px;
  }
  #nouvelles .titre p {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .background {
    width: 100% !important;
  }
  #videos .bloc .description ul li {
    margin-bottom: 5px;
  }
  #videos .bloc .description p.titre {
    font-size: 25px;
    line-height: 25px;
  }
  .boxEcoute .col-xs-12 {
    margin-top: 15px !important;
  }
  .boxEcoute img {
    width: 150px;
  }
  .boxEcoute p.titre {
    font-size: 30px !important;
  }
  .boxEcoute p.fermer {
    top: 15px;
    right: 15px;
  }
  .boxEcoute p.fermer svg {
    width: 15px;
  }
  .boxEcoute p.button {
    padding: 10px 5px;
  }
  #album .audiojs {
    width: 270px !important;
  }
  .listing .time {
    display: none;
  }
  .listing .scrubber {
    width: calc(100% - 30px) !important;
  }
  .listing .titre-chanson {
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 320px) {
  .background {
    width: 320px !important;
  }
}
