/* --------------------------------------------------
	
	HOME SLIDER
	
-------------------------------------------------- */

.live-embed-wrapper h2 {
  font-size: 35px;
  line-height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
.c-iframe {
  width: 100%;
  padding-bottom: 56.25%;
  margin: 1em auto;
  position: relative;
}

.c-iframe iframe,
.c-iframe .fb-video,
.c-iframe span {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  position: absolute !important;
  top: 0;
  left: 0;
}
.home-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.home-slider .slide {
  position: relative;
  z-index: 1;
  display: none;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: #fff;
}

.home-slider .slide.current {
  display: block;
  z-index: 2;
}

.home-slider .slide .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 27%, #000000 100%);
  .technical-wrapspan.mentionbackground-image: -o-linear-gradient(
	rgba(0, 0, 0, 0) 27%,
	#000000 100%
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0) 27%, #000000 100%);
}

.home-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}

.home-slider .slides-captions {
  position: relative;
  z-index: 3;
  margin-top: -310px;
  margin-bottom: 20px;
  max-width: 827px;
  min-height: 238px;
  margin-left: auto;
  margin-right: auto;
}

.home-slider .captions {
  text-align: center;
}

.home-slider .caption {
  display: none;
}

.home-slider .caption.current {
  display: block;
}

.home-slider .caption .title {
  display: block;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 7.6px;
  line-height: 61px;
  text-transform: uppercase;
}

.home-slider .caption a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 120px;
  padding-right: 120px;

  border: 2px solid #ffffff;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 6px;
  line-height: 29px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-slider .caption a:hover {
  background-color: #fff;
  color: #242d34;
}

/* -------------------------
	CONTROLS
------------------------- */

.slides-controls {
  position: relative;
  z-index: 4;

  text-align: center;
}

.slides-controls ul {
  display: inline-block;
  padding: 0;
  list-style: none;
}

.slides-controls ul li {
  float: left;
  margin-right: 10px;
}

.slides-controls ul li a {
  display: block;
  height: 13px;
  width: 13px;

  border-radius: 50%;

  border: 1px solid #fff;
}

.slides-controls ul li.current a {
  background-color: #fff;
}

@media only screen and (max-width: 1240px) {
  .home-slider .caption .title {
	font-size: 40px;
  }

  .home-slider .slides-captions {
	padding-left: 232px;
	margin-left: 15px;
	margin-right: 15px;
  }
}

@media only screen and (max-width: 840px) {
  .slides-captions h1 {
	display: none;
  }

  .home-slider .slides-captions {
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
  }

  .home-slider .captions {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
  }

  .home-slider .caption.current {
	text-align: center;
  }

  .home-slider .caption .title {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
  }

  .home-slider .caption a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ffffff;
	line-height: 29px;
	font-size: 12px;
  }

  .slides-controls {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
  }

  .slides-controls ul li a {
	border: 1px solid #292929;
  }

  .slides-controls ul li.current a {
	background-color: #292929;
  }
}

@media only screen and (max-width: 640px) {
  .home-slider .slide .mask {
	background-image: -webkit-linear-gradient(
	  rgba(0, 0, 0, 0) 8%,
	  #000000 100%
	);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 8%, #000000 100%);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 8%, #000000 100%);
  }

  .home-slider .caption .title {
	font-size: 12px;
	line-height: 19px;
  }

  .home-slider .caption a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #ffffff;
	line-height: 29px;
	font-size: 12px;
  }
}

/* --------------------------------------------------
	
	BLOC SLIDER TESTIMONIAL
	
-------------------------------------------------- */
.slider-testimonial {
  overflow: hidden;
  max-width: 1220px;
  padding: 40px 15px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  .slider-testimonial {
    border-top: 1px solid #4b565a;
  }
}
.slider-testimonial h3 {
  margin-bottom: 65px;
  font-size: 50px;
  line-height: 50px;
  color: #242d34;
  letter-spacing: 12.5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 865px) {
  .slider-testimonial h3 {
    margin-bottom: 47px;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 6.5px;
  }
}
.d-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 900px) {
  .d-flex {
    flex-direction: column;
    align-items: center;
  }
}

.slider-testimonial .slides-container-testimonial {
  width: 468px;
  max-width: 100%;
  overflow: hidden;
  /* outline: 1px solid red; */
}
/* @media only screen and (max-width: 900px) {
  .slider-testimonial .slides-container-testimonial {
    margin-bottom: 10px;
  }
} */
.slider-testimonial .slide-testimonial {
  z-index: 1;
  display: none;
}
.slider-testimonial .slide-testimonial.current {
  display: block;
  z-index: 2;
}
.slider-testimonial .slide-testimonial img {
  display: block;
  width: 100%;
  height: auto;
}


.slider-testimonial .slides-captions-testimonial {
  width: 468px;
  max-width: 100%;
  overflow: hidden;
}
/* @media only screen and (max-width: 1010px) {
  .slider-testimonial .slides-captions-testimonial {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
  }
} */
.slider-testimonial .caption-testimonial {
  z-index: 1;
  display: none;
  background-color: #fff;
  padding: 0px 30px;
  box-sizing: border-box;
}

.slider-testimonial .caption-testimonial h4 {
  color: #1D2535;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slider-testimonial .caption-testimonial h5 {

  color: #4b565b;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;

}

.slider-testimonial .caption-testimonial p {

  color: #4b565b;
  font-style: italic;

}

/* .slider-testimonial .caption-testimonial p:empty{
  display: none;
}

.slider-testimonial .caption-testimonial p:nth-child(2){
  font-size: 26px;
  color: #242d34;
  text-transform: uppercase;
} */

.slider-testimonial .caption-testimonial.current {
  display: block;
  z-index: 2;
}

/* .slider-testimonial .slide-testimonial .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
} */


/* -------------------------
	CONTROLS SLIDER TESTIMONIAL
------------------------- */

.slides-controls-testimonial {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  z-index: 4;
  padding-top: 20px;
}
.slides-controls-testimonial ul {
  display: inline-flex;
  padding: 0;
  list-style: none;
}
.slides-controls-testimonial ul li {
  margin-right: 10px;
}
.slides-controls-testimonial ul li a {
  display: block;
  height: 13px;
  width: 13px;

  border-radius: 50%;

  border: 1px solid #000;
}
.slides-controls-testimonial ul li.current a {
  background-color:  #000;
}


/* --------------------------------------------------
	
	BLOC INSTRUMENT HOME
	
-------------------------------------------------- */

.instruments-bloc-home {
  padding-top: 115px;
  /*padding-bottom: 70px;*/

  text-align: center;

  overflow: hidden;
}

.instruments-bloc-home:after {
  content: "";
  display: block;
  clear: both;
}

.instruments-bloc-home .baseline {
display: block;
  padding-left: 15px;
  padding-right: 15px;

  font-weight: bold;
  font-size: 48px;
  color: #4b565a;
  letter-spacing: 5px;
  line-height: 59px;
  text-transform: uppercase;
}

.instruments-bloc-home h2 {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
	margin-bottom: 100px;
  font-size: 30px;
  color: #69787e;
  letter-spacing: 7.5px;
  line-height: 37px;
}

.instrument-home-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.instruments-bloc-home .instrument {
  width: 33.3333%;

  float: left;

  color: #4b565a;
  text-align: center;
  text-decoration: none;
}

.instruments-bloc-home .instrument .instrument-wrap {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
}

.instruments-bloc-home .instrument img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.instruments-bloc-home .instrument .title {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  min-height: 78px;

  font-size: 32px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 39px;
  text-transform: uppercase;
}

.instruments-bloc-home .instrument .desc {
  display: block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  margin-bottom: 42px;

  border-top: 1px solid #e1e1c2;

  font-size: 15px;
  color: #000000;
  letter-spacing: 3.75px;
  line-height: 18px;
}

@media only screen and (max-width: 1140px) {
  .instruments-bloc-home .instrument .desc {
	padding-left: 10px;
	padding-right: 10px;
  }
}

@media only screen and (max-width: 950px) {
  .instruments-bloc-home .baseline {
	font-size: 20px;
  }

  .instruments-bloc-home h2 {
	font-size: 38px;
	margin-bottom: 40px;
  }

  .instruments-bloc-home .instrument {
	width: 50%;
  }

  .instruments-bloc-home {
	padding-top: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .instruments-bloc-home .baseline {
	font-size: 15px;
  }

  .instruments-bloc-home h2 {
	font-size: 30px;
	margin-bottom: 30px;
  }

  .instruments-bloc-home .instrument {
	width: 100%;
  }

  .instruments-bloc-home {
	padding-top: 50px;
  }
}

/* --------------------------------------------------
	
	INSTRUMENTS LIST 
	
-------------------------------------------------- */

.instruments-wrapper {
  margin-top: -165px;
}

.instruments-wrapper .description {
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 80px;

	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.instruments-header .breadcrumb {
  display: block;
  margin-bottom: 15px;
  padding-top: 20px;

  text-align: center;
  font-size: 20px;
  color: #4b565a;
  letter-spacing: 5px;
  line-height: 24px;
  text-transform: uppercase;

  position: relative;
  z-index: 10;

  clear: both;
}

.instruments-header .breadcrumb a {
  color: #4b565a;
  text-decoration: none;
}

.instruments-header h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  margin-bottom: 80px;

  font-size: 46px;
  color: #242d34;
  letter-spacing: 13px;
  line-height: 63px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.instruments-header h1.long-title {
		max-width: 1040px;
		    font-size: 40px;
    letter-spacing: 9px;
    line-height: 57px;
}

.instruments-wrapper .filter {
  margin-bottom: 110px;

  border-top: 1px solid #4b565a;
}

.instruments-wrapper .filter.opened {
  height: auto;
}

.instruments-wrapper .filter .filter-btn {
  display: block;
  max-width: 320px;
  text-emphasis: center;

  cursor: pointer;

  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 110px;
  padding-right: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -26px;

  font-size: 20px;
  color: #ffffff;
  letter-spacing: 2.4px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;

  position: relative;
  z-index: 10;

  border-radius: 5px;

  background-color: #69787e;
  border: 1px solid #4b565a;

  box-sizing: border-box;
}

.instruments-wrapper .filter ul {
  /*height: 0;*/
  display: none;
  padding-left: 0;
  padding-top: 43px;
  padding-bottom: 20px;
  margin-top: -24px;

  overflow: hidden;

  background-color: #69787e;

  list-style: none;
}

.instruments-wrapper .filter.opened > ul {
  display: block;
}

.instruments-wrapper .filter.opened ul {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;

  text-align: center;
}

.instruments-wrapper .filter.opened ul ul {
  display: inline-block;
  vertical-align: middle;
}

.instruments-wrapper .filter.opened ul.level-filter-list {
  border-right: 1px solid #fff;
}

.instruments-wrapper .filter ul li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;

  margin-left: 10px;
  margin-right: 10px;

  text-align: center;
}

.instruments-wrapper .filter ul li.hidden {
  display: none;
}

.instruments-wrapper .filter ul li a {
  font-size: 14px;
  color: #e9e9e1;
  text-decoration: none;
  text-transform: uppercase;
}

.instruments-wrapper .filter ul li a.selected {
  font-weight: bold;
}

.delete_filter_bloc {
  margin-bottom: 80px;
  margin-top: -80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: none;
}

.delete_filter_bloc .supress_filters {
  display: inline-block;
  padding-left: 40px;
  position: relative;

  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  color: #242d34;
  letter-spacing: 5.5px;
  line-height: 20px;
  text-transform: uppercase;
}

.delete_filter_bloc .supress_filters:before,
.delete_filter_bloc .supress_filters:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #242d34;
}

.delete_filter_bloc .supress_filters:before {
  transform: rotate(45deg);
}

.delete_filter_bloc .supress_filters:after {
  transform: rotate(-45deg);
}

.instruments-list .instrument {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 20px;

  color: #242d34;

  border-bottom: 1px solid #4b565a;
  text-decoration: none;
}

.instruments-list .instrument:last-child {
  border-bottom: none;
  margin-bottom: 100px;
}

.instruments-list .instrument .wrap {
  position: relative;
  padding-left: 50px;
  min-height: 270px;
  max-width: 100%;
}

.instruments-list .instrument .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.instrument span {
  display: block;
}

.instrument .level {
  width: 30px;
  max-width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.instrument .level .background {
  width: 30px;
  max-width: 30px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.instrument .pro .background {
  background-color: #a55e63;
}

.instrument .conf .background {
  background-color: #f6a8a7;
}

.instrument .stud .background {
  background-color: #fdd1b6;
}

.instrument .level span.lvl-text {
  transform-origin: 0 0;

  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 19px;
  text-transform: uppercase;

  position: absolute;
  bottom: -10px;
  left: 5px;

  white-space: nowrap;
}

.instrument .title {
  max-width: 520px;
  width: 100%;
  margin-bottom: 50px;

  float: left;

  font-weight: bold;
  font-size: 50px;
  color: #242d34;
  letter-spacing: 12.5px;
  line-height: 61px;
  text-transform: uppercase;

      overflow-wrap: normal;
    word-wrap: initial;
}
.instrument .title.long-title {
	    max-width: 1080px;
	    font-size: 43px;
}
@media only screen and (max-width: 1120px) {
	.instrument .title.long-title {
		padding-right: 0;
	}
}
@media only screen and (max-width: 790px) {
	.instrument .title.long-title {
		    font-size: 30px;
		    letter-spacing: 3.5px;
		    line-height: 1.5em;
	}
}

.instrument .keys {
  padding-top: 15px;
  margin-left: 70px;

  float: left;
}

.instrument .keys span {
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;

  float: left;

  background-color: #69787e;
  border-radius: 20px;

  font-size: 15px;
  color: #ffffff;
  line-height: 19px;
}

.instrument .keys span:last-child {
  margin-right: 0;
}

.instruments-list .instrument .pastille_wrapper {
  display: block;
  max-width: 250px;
  float: right;
  margin-top: 22px;
  margin-right: 20px;
}
.instruments-list .instrument .pastille_wrapper.mobile {
  display: none;
}

.instrument .desc {
  max-width: 580px;
  margin-bottom: 20px;

  clear: both;

  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: justify;
}

.instrument img {
  display: block;
  width: 100%;
  max-width: 930px;
  height: auto;

  float: right;
}
.instruments-list .instrument img {
  width: 100%;
  max-width: 100%;
}

.accessories-list .instrument span.image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 239px;
  float: none;
}

/* -------------------------
	ACCESSORIES
------------------------- */
.accessories-list:after {
  content: "";
  display: block;
  clear: both;
}

.instruments-list.accessories-list .instrument {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;

  float: left;
  box-sizing: border-box;
}

.instruments-list.accessories-list .instrument:nth-child(even) {
  float: right;
  /*clear: right;*/
}

.instruments-list.accessories-list .instrument:nth-child(odd) {
  float: left;
  /*clear: left;*/
}

.accessories-list .instrument .title {
  margin-left: auto;
  margin-right: auto;
  float: none;
  height: 122px;
  overflow: hidden;

  font-size: 36px;
  line-height: 46px;
  letter-spacing: 5px;
}

.accessories-list .instrument .desc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.accessories-list .instrument .desc {
  height: 80px;
  overflow: hidden;
}

.instruments-list.accessories-list .instrument:last-child {
  border-bottom: 1px solid #4b565a;
}

.instruments-list.accessories-list .instrument .level {
  display: none;
}

.instruments-list.accessories-list .instrument span.image {
  margin-bottom: 70px;
}

/* -------------------------
	END ACCESSORIES
------------------------- */

@media only screen and (max-width: 1120px) {
  .instruments-list .instrument .title {
	margin-bottom: 5px;
	float: none;
	padding-right: 250px;
  }

  .instruments-bloc-home .instrument .title {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
  }

  .instrument .keys {
	float: none;
	margin-bottom: 20px;
  }

  .instrument .keys:after {
	content: "";
	display: block;
	clear: both;
  }
  .instruments-list .instrument .pastille_wrapper {
	margin-top: -140px;
  }
}

@media only screen and (max-width: 1090px) {
  .accessories-list .instrument .title {
	font-size: 32px;
  }

  .accessories-list .instrument .desc {
	font-size: 16px;
  }
}

@media only screen and (max-width: 890px) {
  .instruments-list.accessories-list .instrument {
	width: 100%;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
  }

  .accessories-list .instrument .desc,
  .accessories-list .instrument .title {
	height: auto;
  }

  .instruments-list.accessories-list .instrument .wrap {
	padding-left: 0;
  }
}

@media only screen and (max-width: 790px) {
  .instrument .title {
	font-size: 40px;
	letter-spacing: 5.5px;
	width: auto;
  }

  .instrument .desc {
	font-size: 16px;
  }
}

@media only screen and (max-width: 550px) {
  .instruments-list .instrument .pastille_wrapper {
	display: none;
  }
  .instruments-list .instrument .pastille_wrapper.mobile {
	display: block;
	padding-top: 40px;
	margin-bottom: 40px;
	float: none;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
  }
  .instruments-list .instrument .pastille_wrapper img {
	float: none;
  }
  .instruments-list .instrument .title {
	  padding-left: 0;
  }
}

@media only screen and (max-width: 520px) {
  .instrument .title {
	font-size: 25px;
	line-height: 27px;
  }

  .instruments-list .instrument {
	padding-left: 20px;
  }
}

/* --------------------------------------------------
	
	FICHE SINGLE
	
-------------------------------------------------- */

.instrument-bloc {
  border-bottom: 1px solid #4b565a;
}
.instrument-bloc.no-border {
	border-bottom: none;
}

.instrument-bloc:after {
  content: "";
  display: block;
  clear: both;
}

.top-button-container {
  padding-left: 15px;
  padding-right: 15px;
}

.top-button-container a {
  display: block;
  width: 100%;
  max-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  background-color: #69787e;
  border-radius: 5px;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
}

.top-button-container a.by-item-top {
  margin-left: 20px;
}

@media only screen and (max-width: 1010px) {
  .top-button-container {
	text-align: center;
  }

  .top-button-container a {
	float: none;
	display: inline-block;
	margin-bottom: 20px;
  }
}

/* -------------------------
	FULL
------------------------- */

.instrument-bloc.full {
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.is-accessory .instrument-bloc.full {
  padding-bottom: 20px;
  padding-top: 10px;
}

.instrument-bloc.full img {
  display: inline-block;
  width: 100%;
  max-width: 1592px;
  height: auto;
}
.instrument-bloc.full .pastille_wrapper {
  max-width: 250px;
  display: block;
  margin-left: 50px;
}

/* -------------------------
	HALF
------------------------- */

.instrument-bloc.half {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.instrument-bloc.half.no-border+.instrument-bloc.half .instrument-bloc.half>div.full-block {
	padding-top: 0;
}

.instrument-bloc.half > div {
  width: 50%;
  height: 100%;
  float: left;
  display: table-cell;
  vertical-align: middle;
}

.instrument-bloc.half > div.text-bloc {
  position: absolute;
  top: 0;
  bottom: 0;
}

.instrument-bloc.half > div.text-bloc.full-block {
  position: static;
}
.instrument-bloc.half>div.text-bloc.full-block .iframe-wrap {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35%;
}
@media only screen and (max-width: 1080px) {
	.instrument-bloc.half>div.text-bloc.full-block .iframe-wrap {
		padding-top: 56%;
	}
}
.instrument-bloc.half>div.text-bloc.full-block.title-block {
	font-size: 24px;
	color: #1D2535;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.instrument-bloc.half > div.text-bloc.left {
  left: 0;
}

.instrument-bloc.half > div.text-bloc.right {
  right: 0;
}

.instrument-bloc.half > div.text-bloc.double-text {
  position: static;
}

.instrument-bloc.half > div.left {
  float: left;
}

.instrument-bloc.half > div.right {
  float: right;
}

.instrument-bloc.half > div.full-block {
  width: 100%;
  padding-top: 40px;
}

.instrument-bloc .pict-bloc .pict-bloc-wrap {
  /*padding-right: 20px;*/
}

.instrument-bloc .pict-bloc img {
  display: block;
  width: 100%;
  height: auto;
}

.text-bloc .text-bloc-wrap {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-bloc .text-content {
  display: table-cell;
  margin-right: auto;
  vertical-align: middle;
}

.text-bloc .text-content h2 a,
.text-bloc .text-content h3 a {
	text-decoration: none;
}
.text-bloc .text-content h2 a:hover,
.text-bloc .text-content h3 a:hover {
	color: #8a99a0;
}

.text-bloc .max-width {
  max-width: 567px;
  margin-left: auto;
  margin-right: auto;
}

.text-bloc.full-block .max-width {
  max-width: 730px;
}
.page-column-container .text-bloc.full-block .max-width {
	max-width: 1540px;
}
.page-column-container .full-block img {
	display: block;
	width: 100%;
	height: auto;
}

.text-bloc .max-width a {
  color: #575f63;
  text-decoration: none;
}

.text-bloc h2 {
  margin-bottom: 35px;
  font-size: 40px;
  color: #000000;
  font-weight: normal;
  line-height: 49px;
  text-transform: none;
}

.text-bloc p {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}

.custom_bloc-wrap {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.is-accessory .custom_bloc-wrap {
  padding-top: 0;
}

.custom_bloc-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.custom_bloc-wrap .custom_bloc-item {
  float: left;
}

.two-blocs .custom_bloc-wrap .custom_bloc-item {
  width: 50%;
}

.three-blocs .custom_bloc-wrap .custom_bloc-item {
  width: 33.33333%;
}

.four-blocs .custom_bloc-wrap .custom_bloc-item {
  width: 25%;
}

.custom_bloc-wrap .custom_bloc-item .custom_bloc-item-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.custom_bloc-wrap .custom_bloc-item {
  text-align: center;
}

.one-blocs .custom_bloc-wrap .custom_bloc-item {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.custom_bloc-item-wrap .addtocart-btn {
  display: inline-block;
  width: 100%;
  max-width: 220px;

  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.custom_bloc-item-wrap a.addtocart-btn:hover {
  background-color: #808688;
}

.custom_bloc-item-wrap .price {
  display: block;
}

#shptrn_addToCart,
.shptrn_quantity {
  padding: 0;
  background-color: transparent;
  border: none;
}

.shptrn_quantity label,
.shptrn_quantity .shptrn_quantity_selector {
  display: none;
}

.shptrn_quantity .shptrn_atc_button {
  float: none;
  margin-bottom: 0;
}

.shptrn_quantity .shptrn_atc_button button {
  box-shadow: none;
  font-weight: normal;
  font-size: 16px;
  background-color: transparent;
  background-image: none;
  border: none;
  text-shadow: none;

  width: 100%;
  max-width: 220px;
  display: inline-block;

  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  background-color: #69787e;
  border-radius: 5px;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.single-accessories .custom_bloc-wrap .custom_bloc-item {
  width: 33.3333%;
}

.single-accessories .custom_bloc-wrap .custom_bloc-item:nth-child(8n + 8) {
  clear: left;
}

/* -------------------------
	TECHNICAL
------------------------- */

.instrument-bloc.technical {
  padding-top: 45px;
  padding-bottom: 70px;

  background-color: #69787e;

  color: #fff;
}

.instrument-bloc .technical-wrap {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.technical-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.technical-wrap h3 {
  margin-bottom: 50px;

  font-size: 50px;
  line-height: 50px;
  color: #242d34;
  letter-spacing: 12.5px;

  text-transform: uppercase;
  text-align: center;
}

.technical-wrap > div {
  width: 50%;

  float: left;
}

.technical-wrap > div:after {
  content: "";
  display: block;
  clear: both;
}

.technical-wrap ul {
  width: 100%;
  max-width: 505px;
  padding-left: 0;

  list-style: none;
}

.technical-wrap ul li {
  margin-bottom: 10px;
}

.technical-wrap ul li:after {
  content: "";
  display: block;
  clear: both;
}

.technical-wrap ul li.margin {
  margin-bottom: 80px;
}

.technical-wrap ul li span {
  display: block;
  width: 50%;

  float: left;

  color: #e9e9e1;
  font-size: 20px;
  font-weight: bold;
}

.technical-wrap ul li span.value {
  width: 50%;

  font-weight: normal;
}

.technical-wrap .left ul {
  float: left;
}

.technical-wrap .right ul {
  max-width: 495px;

  float: right;
}

/* -------------------------
	TITLE SEPARATOR
------------------------- */

.technical-wrap ul li.title-line span.key {
  font-size: 20px;
  line-height: 20px;
  color: #242d34;
  letter-spacing: 5.5px;
  text-transform: uppercase;
}

.technical-wrap span.mention {
  display: block;
  clear: both;

  font-size: 16px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 5.5px;
  font-weight: bold;

  text-transform: uppercase;
  text-align: center;
}

/* -------------------------
	RELATED ARTISTES
------------------------- */

.white-bloc {
  padding-top: 58px;
  padding-bottom: 58px;

  border-bottom: 1px solid #4b565a;
  overflow: hidden;
}

.white-bloc-wrap {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.white-bloc h3 {
  margin-bottom: 65px;

  font-size: 50px;
  line-height: 50px;
  color: #242d34;
  letter-spacing: 12.5px;

  text-transform: uppercase;
  text-align: center;
}

.related-artistes-wrap {
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 15px;
  padding-right: 15px;

  text-align: center;
}

.related-artistes-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.instrument-artist-list:after {
  content: "";
  display: block;
  clear: both;
}

.related-artistes-wrap .artiste {
  display: inline-block;
  width: 19%;
  margin-bottom: 30px;

  color: #000000;
  text-decoration: none;
  vertical-align: top;
}

.related-artistes-wrap .artiste-wrap {
  display: block;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;

  position: relative;

  background-color: #e9e9e1;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.related-artistes-wrap .artiste:hover .artiste-wrap {
  background-color: #d5d6d0;
}

.related-artistes-wrap .artiste .artiste-wrap .endorser {
  display: block;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  background-color: #69787e;

  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 12px;

  text-transform: uppercase;
  color: #fff;
}

.related-artistes-wrap .artiste-wrap .image {
  display: block;
  margin-bottom: 30px;

  overflow: hidden;

  border-radius: 50%;
}

.related-artistes-wrap .artiste-wrap .image img {
  display: block;
  width: 100%;
  height: auto;
}

.related-artistes-wrap .artiste-wrap .title {
  display: block;
  text-align: center;

  font-size: 20px;
  color: #000000;
  min-height: 50px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1ac;
}

.related-artistes-wrap .artiste-wrap .role {
  display: block;

  font-size: 15px;
  line-height: 17px;
  color: #8a8a8a;
  min-height: 52px;

  text-align: center;
}

/* --------------------------------------------------
	ACCESSOIRES
-------------------------------------------------- */

.accessories-wrap {
  margin-left: -145px;
  margin-right: -145px;

  padding-left: 20px;
  padding-right: 20px;
}

.accessories-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.accessories-wrap .accessorie {
  display: block;
  width: 50%;

  float: left;
  text-decoration: none;
}

.accessories-wrap .accessorie.full-width {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;

  float: none;
}

.accessories-wrap .accessorie .accessorie-wrap {
  display: block;
  margin-left: 145px;
  margin-right: 145px;
}

.accessorie .accessorie-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.accessories-wrap .accessorie .accessorie-title {
  display: block;
  padding-top: 15px;

  text-align: center;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}

/* --------------------------------------------------
	MAP
-------------------------------------------------- */

.retailer_head {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 55px;
  padding-right: 55px;

  background-color: #69787e;
}

.retailer_head:after {
  content: "";
  display: block;
  clear: both;
}

.retailer_head input {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
  float: left;

  border-radius: 5px;

  box-sizing: border-box;

  border: none;

  text-transform: uppercase;
  font-size: 15.48px;
  color: #999999;
  letter-spacing: 4.5px;
}

.retailer_head .legend {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 660px;
  min-height: 49px;

  background-color: #fff;
  float: right;

  border-radius: 5px;
}

.retailer_head .legend-item {
  width: 33.3333333%;
  float: left;
}

.legend-item .legend-item-wrap {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding-left: 43px;
}

.legend-item .legend-item-wrap:before {
  content: "";
  display: block;
  height: 48px;
  width: 33px;

  background-image: url(img/map-pin-premium.png);
  background-position: 0 0;
  background-repeat: no-repeat;

  position: absolute;
  top: 0;
  left: 0;
}

.legend-item.repare .legend-item-wrap:before {
  background-image: url(img/map-pin-repare.png);
}

.legend-item.shop .legend-item-wrap:before {
  background-image: url(img/map-pin.png);
}

.legend-item .legend-item-wrap span {
  font-size: 10px;
  display: block;
  line-height: 12px;
  padding-left: 10px;

  border-left: 3px solid #d0021b;
  text-align: justify;
}

.legend-item.repare .legend-item-wrap span {
  border-left: 3px solid #78b8ae;
}

.retailers-container {
  padding-right: 550px;
  position: relative;
}

.retailers-container.loading {
  opacity: 0.4;
}

.premium-title-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.premium-title-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.premium-title-wrap span.title {
  display: block;
  padding-top: 15px;

  font-size: 12.9px;
  line-height: 16px;
  color: #d0021b;
  float: left;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  font-weight: bold;
}

.premium-title-wrap span.title:before {
  content: "";
  display: block;
  height: 65px;
  width: 44px;
  margin-right: 15px;
  margin-top: -15px;

  float: left;

  background-image: url(img/premium-title-pin.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.premium-title-wrap span.desc {
  display: block;
  max-width: 220px;
  padding-left: 15px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 100%;

  float: right;

  border-left: 10px solid #d0021b;

  font-size: 12.9px;
  line-height: 14px;
  color: #d0021b;
}

.retailers-list {
  width: 550px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /*height: 100%;*/

  background-color: #fff;

  /*overflow: auto;*/
}

.retailers-items {
  height: 100%;
  overflow: auto;
}

.retailers-items .no-result {
  display: block;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;

  text-transform: uppercase;
}

.retailer-block {
  cursor: pointer;
  position: relative;
  margin-bottom: 2px;
  border-left: 10px solid #d0021b;
}

.retailer-block.is-repare {
  border-left: 10px solid #78b8ae;
}

.retailer-block.is-premium {
  border-left: 10px solid #d0021b;
}

.retailer-block.is-premium:after,
.retailer-block.shop-repare:after {
  content: "";
  display: block;
  width: 10px;
  background-color: #78b8ae;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.powell-retailer-list .retailer-block.is-premium:after,
.retailer-block.is-premium.is-geraut:after {
  display: none;
}

.retailer-block.hightlight {
  background-color: #eee;
}

.retailer-block .block-wrapper {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.retailer-block span {
  display: block;
}

.retailer-block .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 21.5px;
  color: #242d34;
  letter-spacing: 6.25px;
}

.retailer-block .adress,
.retailer-block .zip,
.retailer-block .country {
  font-size: 17.2px;
  color: #242d34;
  letter-spacing: 5px;
}

.retailer-block .pict-container {
  padding-top: 15px;
}

.retailer-block .pict-container:after {
  content: "";
  display: block;
  clear: both;
}

.retailer-block.is-premium .pict-container:before {
  content: "";
  display: block;
  width: 27px;
  height: 38px;
  margin-right: 15px;

  background-image: url(img/premium-patch.png);
  background-position: 0 0;
  background-repeat: no-repeat;

  float: left;
}

.retailer-block .pict-container a {
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d0021b;
  text-decoration: none;
  letter-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.retailer-block .pict-container a.more-info {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 15px;
  margin-top: 8px;

  float: left;

  background-color: transparent;
  background-image: url(img/information-pict.png);
  background-position: 0 0;
  background-repeat: no-repeat;

  text-indent: -5000px;
}

.retailer-block .phone,
.retailer-block .pict-container .website,
.retailer-block .pict-container .fax {
  font-size: 15px;
  color: #242d34;
  letter-spacing: 5px;
  display: none;
  clear: both;
  margin-bottom: 10px;

  text-transform: inherit;
  background-color: transparent;
  padding: 0;
}

.retailer-block.hightlight .phone,
.retailer-block.hightlight .pict-container .website,
.retailer-block.hightlight .pict-container .fax {
  display: block;
}

.retailer-block .pict-container span:before,
.retailer-block .pict-container a.website:before,
.retailer-block .pict-container a.fax:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 21px;
  margin-right: 15px;

  background-image: url(img/phone-pict.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.retailer-block .pict-container a.website:before {
  background-image: url(img/website-pict.png);
}

.retailer-block .pict-container span.fax:before {
  background-image: url(img/fax-pict.png);
}

.retailers-list .loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.4);
}

.retailers-list .loader span {
  display: block;
  height: 48px;
  width: 48px;

  background-image: url(img/ajax-loader.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.maps-container {
  width: 100%;
  padding-top: 61%;
  position: relative;
}

#map,
#map-holding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#map-holding {
  margin-bottom: 30px;
}

.retailer-contact a.close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;

  right: 0;
  top: 0;

  text-indent: -5000px;
}

.retailer-contact a.close:before,
.retailer-contact a.close:after {
  content: "";
  background: #000;
  display: block;
  height: 30px;
  width: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -15px;
  border: none;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.retailer-contact a.close:before {
  height: 26px;
  border-width: 2px 0;
  margin-top: 0px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.retailer-contact a.close:after {
  height: 27px;
  border-width: 2px 0 0;
  margin-top: -1px;
}

.retailer-contact {
  padding: 40px;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 550px;

  background-color: #fff;

  overflow: auto;
  display: none;
}

.retailer-contact label {
  display: block;
}

.retailer-contact input {
  display: block;
  width: 100%;
  padding: 5px 10px;

  box-sizing: border-box;
  border: 1px solid #ccc;
}

.retailer-contact textarea {
  min-height: 150px;
  display: block;
  width: 100%;
  padding: 5px;

  resize: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.retailer-contact input.error,
.retailer-contact textarea.error {
  border: 1px solid red;
}

.retailer-contact button {
  display: inline-block;
  border: none;
  background-color: #d0021b;
  color: #fff;
  float: right;
  font-size: 17px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.retailer-contact .formmessage.error {
  display: none;
  color: red;
}

.retailer-contact .formmessage.success {
  display: none;
  color: green;
}

@media only screen and (max-width: 1240px) {
  .text-bloc .max-width {
	max-width: 467px;
  }

  .text-bloc p {
	font-size: 16px;
	margin-bottom: 15px;
  }

  .text-bloc h2 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 40px;
  }

  .four-blocs .custom_bloc-wrap .custom_bloc-item {
	width: 50%;
	margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1335px) {
  .instruments-header h1 {
	font-size: 37px;
  }

  .instrument-bloc.full {
	padding-top: 0px;
	padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1230px) {
  .retailer_head .legend {
	float: left;
  }
}

@media only screen and (max-width: 1150px) {
  .retailers-container {
	padding-right: 0;
  }

  .ratailer-bloc-right {
	position: relative;
	border-bottom: 1px solid #ccc;
  }

  .maps-container {
	padding-top: 73%;
  }

  .retailers-list {
	width: 100%;

	position: relative;
  }

  .retailers-items {
	max-height: 314px;
  }

  .technical-wrap > div {
	width: 100%;
  }

  .technical-wrap .left ul,
  .technical-wrap .right ul {
	float: none;
	max-width: 100%;
  }

  .related-artistes-wrap .artiste {
	width: 24%;
	margin-bottom: 30px;
  }

  .retailer-contact {
	right: 0;
  }
}

@media only screen and (max-width: 1230px) {
  .instruments-header h1 {
	position: relative;
	z-index: 3;
  }
}

@media only screen and (max-width: 1125px) {
  .instruments-header h1 {
	max-width: 680px;

	font-size: 30px;
	margin-bottom: 20px;
  }

  .accessories-wrap .accessorie {
	width: 100%;
	margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1065px) {
  .text-bloc .text-content {
	padding-left: 15px;
	padding-right: 15px;
  }

  .text-bloc h2 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 31px;
  }
}

@media only screen and (max-width: 1010px) {
  .instruments-header h1 {
	margin-bottom: 20px;
  }

  .instrument-bloc.half {
	display: block;
  }

  .instrument-bloc.half > div {
	display: block;
	width: 100%;
  }

  .instrument-bloc.half > div.text-bloc {
	position: static;
  }

  .instrument-bloc.half > div.pict-bloc {
	border-bottom: 1px solid #4b565a;
  }

  .instrument-bloc .pict-bloc img {
	border-top: 1px solid #4b565a;
  }

  .instrument-bloc {
	border-bottom: none;
  }

  .related-artistes-wrap .artiste {
	width: 32.33333%;
  }
  .instrument-bloc.full .pastille_wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30%;
  }
}

@media only screen and (max-width: 865px) {
  .text-bloc p {
	font-size: 14px;
	margin-bottom: 0;
  }

  .instrument-bloc.full {
	padding-top: 0;
	padding-bottom: 50px;
  }

  .technical-wrap h3,
  .white-bloc h3 {
	margin-bottom: 47px;
	font-size: 35px;
	line-height: 40px;

	letter-spacing: 6.5px;
  }

  .related-artistes-wrap .artiste {
	width: 49%;
  }

  .four-blocs .custom_bloc-wrap .custom_bloc-item,
  .two-blocs .custom_bloc-wrap .custom_bloc-item,
  .three-blocs .custom_bloc-wrap .custom_bloc-item {
	width: 100%;
	margin-bottom: 40px;
  }

  .retailer-contact h2 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .retailer_head .legend-item {
	width: 100%;
	min-height: 48px;
	margin-bottom: 15px;
  }
}

@media only screen and (max-width: 620px) {
  .instruments-header .breadcrumb {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
  }

  .instruments-header h1 {
	font-size: 40px;
	padding-left: 15px;
	padding-right: 15px;
  }

  .technical-wrap ul li span,
  .technical-wrap ul li span.value {
	width: 100%;
	text-align: center;
	font-size: 15px;
  }

  .technical-wrap ul li span.value {
	margin-bottom: 5px;
  }

  .technical-wrap ul li.margin {
	margin-bottom: 0px;
	display: none;
  }
}

@media only screen and (max-width: 480px) {
  .instruments-header .breadcrumb {
	font-size: 14px;
  }

  .instruments-header h1 {
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 8px;
	margin-bottom: 35px;
  }

  .single-container-wrap h3 {
	font-size: 20px;
	text-transform: inherit;
  }

  .single-container-wrap h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 20px;
  }

  .retailer_head input {
	padding-top: 10px;
	padding-bottom: 10px;

	font-size: 10px;
  }

  .premium-title-wrap span.desc,
  .premium-title-wrap span.title {
	float: none;
  }

  .premium-title-wrap span.title {
	margin-bottom: 30px;
  }

  .retailer-block .block-wrapper {
	padding-left: 15px;
	padding-right: 15px;
  }

  .related-artistes-wrap .artiste {
	width: 100%;
  }

  .instrument-bloc.full:before {
	content: "";
	float: left;
	margin-top: 100%;
  }
  .instrument-bloc.full.no-vertical:before {
	  display: none;
  }

  .instrument-bloc.full img {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 50%;
  }
 
  .instrument-bloc.full.no-vertical img {
	  -ms-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  margin-top: 40px;
  }

  .instrument-bloc.full .pastille_wrapper img {
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
	margin-top: 30px;
  }

  .retailer-contact h2 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 20px;
  }
  .instrument-bloc.full .pastille_wrapper {
	padding-top: 50px;
  }
}

/* --------------------------------------------------
	
	MAGAZINE 
	
-------------------------------------------------- */

.magazine-container {
}

.magazine-item {
  width: 100%;
  height: 922px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;

  overflow: hidden;
}

.magazine-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -100px;
}

.magazine-item div {
  max-width: 375px;

  font-size: 16px;
  /*font-weight: bold;*/
  color: #ffffff;
  letter-spacing: 4.5px;
  line-height: 22px;

  position: absolute;
}

.magazine-item div.right {
  right: 90px;
}

.magazine-item div.bot {
  bottom: 90px;
}

.magazine-item div.top {
  top: 90px;
}

.magazine-item div.left {
  left: 90px;
}

.magazine-item div.center {
  left: 50%;

  margin-left: -187px;
}

.magazine-item a {
  display: block;

  position: relative;

  font-size: 18px;
  color: #ffffff;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  text-decoration: none;

  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.magazine-item a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
}

.magazine-item:last-child a {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .magazine-item img {
	width: 140%;
	position: absolute;
	top: -20%;
	left: -30%;
	right: -30%;
  }
}

@media only screen and (max-width: 1080px) {
  .magazine-item img {
	top: -10%;
  }
}

@media only screen and (max-width: 1000px) {
  .magazine-item img {
	top: 0%;
  }
}

@media only screen and (max-width: 970px) {
  .magazine-item {
	background-image: none !important;
  }

  .magazine-item img {
	width: 100%;
	position: static;
	display: block !important;
	margin-top: 0;
  }

  .magazine-item div {
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;

	position: static;

	color: #454545;
  }

  .magazine-item div.center {
	margin-left: 20px;
  }

  .magazine-item a {
	display: none;
  }
}

@media only screen and (max-width: 650px) {
  .magazine-item div {
	font-size: 14px;
	line-height: 20px;
  }
}

/* --------------------------------------------------
	
	ARTIST SINGLE
	
-------------------------------------------------- */

.artist-content-bloc {
  padding-bottom: 100px;
}

.artist-content-bloc:after {
  content: "";
  display: block;
  clear: both;
}

.artist-content-bloc .artist-bio,
.artist-content-bloc .artist-side {
  width: 50%;
  float: left;
}

/* -------------------------
	BIO
------------------------- */

.artist-bio .artist-thumbnail {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 30px;
}

.artist-bio .artist-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.artist-bio .artist-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
}

.artist-bio .artist-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4b565a;

  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.artist-bio .artist-title span {
  display: inline-block;
  max-width: 639px;
  padding-left: 40px;
  padding-right: 40px;

  background-color: #fff;

  font-size: 30px;
  color: #242d34;
  font-weight: bold;
  letter-spacing: 7.5px;
  line-height: 36px;

  position: relative;
  z-index: 2;
}

.artist-bio .artist-bio-wrapper {
  padding-left: 60px;
  padding-right: 60px;

  text-align: justify;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}

.artist-bio .artist-bio-wrapper p {
  margin-top: 0;
  margin-bottom: 30px;
}

.artist-bio .artist-bio-wrapper p a {
  color: #000;
}

/* -------------------------
	SIDE
------------------------- */

.artist-side .bloc-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
}

.artist-side .bloc-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4b565a;

  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.artist-side .bloc-title span {
  display: inline-block;
  max-width: 639px;
  padding-left: 40px;
  padding-right: 40px;

  background-color: #fff;

  font-size: 30px;
  color: #242d34;
  font-weight: bold;
  letter-spacing: 7.5px;

  position: relative;
  z-index: 2;
}

.artist-side .artist-instruments {
  padding-bottom: 30px;
}

.artist-side .artist-instruments a {
  display: block;
  text-decoration: none;
}

.artist-instruments .instrument .title {
  font-weight: normal;
  float: none;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: 8px;
  max-width: 100%;
  text-align: center;
  line-height: 18px;
  padding-right: 0;
}

.artist-instruments .instrument img {
  margin-bottom: 20px;

  float: none;
}

.artist-songs .song {
  margin-bottom: 50px;
}

.artist-songs .song:after {
  content: "";
  display: block;
  clear: both;
}

.artist-songs .song .image {
  max-width: 200px;
  margin-right: 50px;

  float: left;
}

.artist-songs .song .image img {
  display: block;
  width: 100%;
  height: auto;
}

.artist-songs .song .content {
}

.artist-songs .song .content span {
  display: block;

  font-size: 20px;
  color: #000000;
  line-height: 24px;
}

.artist-songs .song .content span.title {
  font-weight: bold;
}

.artist-songs .song .content span.title span {
  display: inline;
  font-weight: normal;
}

.artist-songs .song .content span.label {
  margin-bottom: 30px;
}

.artist-songs .song .content ul {
  padding-left: 0;
  list-style: none;
}

.artist-songs .song .content ul li {
  float: left;

  margin-right: 50px;
}

.artist-songs .song .content ul li:last-child {
  margin-right: 0;
}

.artist-songs .song .content ul li a {
  display: block;
  width: 38px;
  height: 30px;

  background-image: url(img/sprite.svg);
  background-position: -1px -1px;
  background-repeat: no-repeat;

  text-indent: -5000px;
}

.no-svg .artist-songs .song .content ul li a {
  background-image: url(img/sprite.png);
}

.artist-songs .song .content ul li a.music {
  width: 31px;
  height: 32px;

  background-position: -44px -1px;
}

.artist-video {
  margin-bottom: 50px;

  overflow: hidden;
}

.artist-video .video-container {
  margin-bottom: 20px;
}

.artist-video .video-container:after {
  content: "";
  display: block;
  clear: both;
}

.artist-video .video {
  width: 100%;
  max-width: 761px;

  float: left;
}

.artist-video .slide-controls {
  list-style: none;
  padding: 0;

  text-align: center;
}

.artist-video .slide-controls li {
  display: inline-block;
}

.artist-video .slide-controls li a {
  display: block;
  height: 15px;
  width: 15px;
  margin-left: 8px;
  margin-right: 8px;

  border: 1px solid #979797;
  border-radius: 50%;
}

.artist-video .slide-controls li a.current {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
}

.artist-social {
  margin-bottom: 50px;
}

.artist-social ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.artist-social ul li {
  display: inline-block;
  margin-bottom: 20px;
}

.artist-social ul li a {
  display: block;
  height: 48px;
  width: 48px;
  margin: 0 40px;

  background-image: url(img/sprite.svg);
  background-position: -186px -3px;
  background-repeat: no-repeat;

  text-indent: -5000px;
}

.no-svg .artist-social ul li a {
  background-image: url(img/sprite.png);
}

.artist-social ul li a.twitter {
  margin-top: 3px;
  background-position: -133px -3px;
}

.artist-social ul li a.instagram {
  background-position: -81px -2px;
}

.artist-social ul li a.youtube {
  margin-top: 5px;
  height: 35px;
  background-position: -3px -38px;
}

.artist-social ul li a.soundcloud {
  height: 28px;
  margin-top: 10px;
  background-position: -84px -52px;
}

.artist-social ul li a.art-website {
  background-image: url(img/artists-website-pict.png);
  background-position: 0 0;
}

.artist-agenda {
}

.artist-agenda ul {
  list-style: none;
  padding-left: 0px;
}

.artist-agenda ul li {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30x;
  cursor: pointer;
}
.artist-agenda ul li:hover {
  background-color: #f4f4f4;
}

.artist-agenda ul li > span {
  display: block;
}
.artist-agenda ul li span {
  display: inline-block;

  font-size: 20px;
  color: #000000;
}

.artist-agenda ul li span.visible {
  display: block;
  cursor: pointer;
}
.artist-agenda ul li span.visible span.title {
	display: block;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 6px;
}
.artist-agenda ul li span.visible span.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: space-between;
	align-content: space-between;
}
.artist-agenda ul li span.visible span.flex span:first-child {
  margin-right: 20px;
}
.artist-agenda ul li span.hidden {
  display: none;
  padding-top: 20px;
}
.artist-agenda ul li span.hidden span {
  display: block;
  margin-bottom: 10px;
}
.artist-agenda ul li span.hidden span a {
  color: #000;
}

.artist-agenda ul li .pict {
  height: 30px;
  width: 26px;

  background-image: url(img/sprite.svg);
  background-position: -53px -41px;
  background-repeat: no-repeat;
}

.no-svg .artist-agenda ul li .pict {
  background-image: url(img/sprite.png);
}

@media only screen and (max-width: 980px) {
  .artist-content-bloc .artist-bio,
  .artist-content-bloc .artist-side {
	width: 100%;
  }

  .artist-video .video {
	max-width: 938px;
  }
}

@media only screen and (max-width: 660px) {
  .artist-agenda ul li span.visible {
	flex-wrap: wrap;
	justify-content: center;
  }
  .artist-agenda ul li span.visible span {
	margin-bottom: 20px;
  }
}

@media only screen and (max-width: 515px) {
  .artist-bio .artist-title span,
  .artist-side .bloc-title span {
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 2.5px;
  }

  .artist-bio .artist-bio-wrapper,
  .artist-bio .artist-thumbnail {
	padding-left: 0px;
	padding-right: 0px;
  }
}

/* --------------------------------------------------
	
	ARTIST ARCHIVE
	
-------------------------------------------------- */

.artist-list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  padding-bottom: 90px;
}

.artiste-list-wrap {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}

.artiste-list-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.artiste-list-wrap form {
  margin-top: -60px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.artiste-list-wrap form label {
  display: inline-block;
  margin-bottom: 15px;
}

.artiste-list-wrap form input {
  padding: 4px 10px;
  border: 1px solid #69787e;
  border-radius: 5px;
  margin-bottom: 20px;
}

.artiste-list-wrap form button {
  padding: 5px 15px;

  background-color: #69787e;
  border: none;
  border-radius: 5px;

  text-transform: uppercase;
  color: #fff;
}

.artist-list .artist-card {
  display: inline-block;
  width: 15%;

  text-decoration: none;
  text-align: center;
  vertical-align: top;

  /*background-color: #EFEFEF;*/

  border-radius: 5px;
}

.artist-list .artist-card span {
  display: block;
}

.artist-list .artist-card span.artist-card-wrap {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;

  position: relative;

  background-color: #e9e9e1;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.artist-list .artist-card:hover span.artist-card-wrap {
  /*background-color: #E4E4E4;*/
  background-color: #d5d6d0;
}

.artist-list .artist-card span.artist-card-wrap .endorser {
  display: block;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  background-color: #69787e;

  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 12px;

  text-transform: uppercase;
  color: #fff;
}

.artist-list .artist-card span.image-wrap {
  margin-bottom: 20px;

  border-radius: 50%;
  overflow: hidden;
}

.artist-list .artist-card span.image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.artist-list .artist-card span.title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 20px;
  color: #000000;
  min-height: 83px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1ac;
}

.artist-list .artist-card span.title span {
  text-transform: capitalize;
}

.artist-list .artist-card span.role {
  font-size: 15px;
  line-height: 17px;
  color: #8a8a8a;
  min-height: 105px;
  word-wrap:break-word;
  
}

.artist-list .artist-card span.instrument {
  color: #000000;
  margin-top: 5px;
}

.artist-list .artist-card span.instrument span {
  display: block;
}

@media only screen and (max-width: 1105px) {
  .artist-list .artist-card {
	width: 20%;
  }
}

@media only screen and (max-width: 820px) {
  .artist-list .artist-card {
	width: 25%;
  }
}

@media only screen and (max-width: 650px) {
  .artist-list .artist-card {
	width: 45%;
  }
}

@media only screen and (max-width: 380px) {
  .artist-list .artist-card {
	width: 80%;
  }
}

/* --------------------------------------------------
	
	ARCHIVE NEWS
	
-------------------------------------------------- */

.instruments-list .article {
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  text-decoration: none;
  color: #242d34;
  padding-bottom: 20px;
  margin-bottom: 20px;

  border-bottom: 1px solid #ccc;
}

.instruments-list .article:after {
  content: "";
  display: block;
  clear: both;
}

.instruments-list .article span {
  display: block;
}

.instruments-list .article .article-wrap {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 400px;
}

.instruments-list .article .article-thumb {
  width: 380px;
  margin-left: -400px;

  position: relative;
  float: left;
}

.instruments-list .article .article-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.instruments-list .article .gradient {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 27%, #000000 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 27%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 27%, #000000 100%);
}

.instruments-list .article .type {
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
  bottom: 31px;
  left: 15px;
}

.instruments-list .article .date {
  color: #fff;
  font-size: 15px;
  letter-spacing: 5px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
  bottom: 8px;
  left: 15px;
}

.instruments-list .article .title {
  width: 100%;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 5.5px;
  line-height: 34px;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.instruments-list .article .desc {
  margin-bottom: 20px;
  clear: both;
  font-size: 20px;
  line-height: 24px;
  text-align: justify;
}

@media only screen and (max-width: 1050px) {
  .instruments-list .article .title {
	font-size: 25px;
	line-height: 34px;
  }
}

@media only screen and (max-width: 870px) {
  .instruments-list .article .article-wrap {
	padding-left: 0;
	text-align: center;
  }

  .instruments-list .article .article-thumb {
	display: inline-block;
	margin-left: 0;
	width: 100%;
	max-width: 550px;
	margin-bottom: 20px;

	float: none;
  }

  .instruments-list .article span.article-infos {
	display: inline-block;
	max-width: 550px;
	text-align: left;
  }
}

@media only screen and (max-width: 870px) {
  .instruments-list .article .title {
	font-size: 21px;
	line-height: 30px;
  }
}

/* --------------------------------------------------
	
	SINGLE CONTENT
	
-------------------------------------------------- */

.single-container {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 80px;
}

.single-container:after {
  content: "";
  display: block;
  clear: both;
}

.single-container-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  text-align: justify;
}

.single-container-wrap .post-cover {
  margin-top: 20px;
  position: relative;
}

.single-container-wrap .post-cover .gradient {
  display: none;
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+58&0+0,1+57 */
  background: -moz-linear-gradient(
	top,
	rgba(30, 87, 153, 0) 0%,
	rgba(251, 252, 253, 1) 84%,
	rgba(255, 255, 255, 1) 58%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
	top,
	rgba(30, 87, 153, 0) 0%,
	rgba(251, 252, 253, 1) 84%,
	rgba(255, 255, 255, 1) 58%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
	to bottom,
	rgba(30, 87, 153, 0) 0%,
	rgba(251, 252, 253, 1) 84%,
	rgba(255, 255, 255, 1) 58%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.single-container-wrap .post-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.single-container-wrap .text-single {
  position: relative;
  z-index: 3;
  padding-left: 50px;
  padding-right: 50px;
  /* margin-top: -200px;*/
}

.single-container-wrap table {
  width: 100%;
}

.single-container-wrap table td {
  border-collapse: collapse;
  border: 1px solid #b19f9f;
  padding: 10px;
}

a.continue-shopping-btn {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  background-color: #69787e;
  border-radius: 5px;
  background-image: none;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;

  float: right;
}

@media only screen and (max-width: 1010px) {
  .single-container-wrap .post-cover {
	margin-top: 0;
  }
}

@media only screen and (max-width: 735px) {
  .single-container-wrap .text-single {
	margin-top: -100px;
  }
}

@media only screen and (max-width: 500px) {
  .single-container-wrap .text-single {
	margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
  }

  .single-container-wrap .post-cover {
	margin-top: 0;
  }
}

/* --------------------------------------------------
	
	SOCIAL WALL
	
-------------------------------------------------- */

.social-wall.home-wall {
  position: relative;
  margin-bottom: 70px;
}

/* --------------------------------------------------
	
	SEARCH 
	
-------------------------------------------------- */

.search-from .search-results {
  padding-top: 30px;
  padding-bottom: 30px;
}

.search-from .search-results .search-item {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;

  text-decoration: none;
}

.search-results .search-item:after {
  content: "";
  display: block;
  clear: both;
}

.search-results .search-item span {
  display: block;
}

.search-results .search-item .item-pict {
  width: 120px;
  float: left;
}

.search-results .search-item .item-pict img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c9cdd0;
}

.search-results .search-item .title {
  width: 110px;
  padding-left: 10px;

  float: left;

  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

/* --------------------------------------------------
	
	FORMULAIRES
	
-------------------------------------------------- */
.visual-form-builder fieldset {
  background-color: #fff;
  border: none;
}

.visual-form-builder .vfb-legend h3 {
  color: #242d34;
}

.visual-form-builder label,
label.vfb-desc {
  text-transform: uppercase;
  color: #242d34;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.vfb-submit,
input[type="submit"].vfb-submit,
.intrument-year button {
  color: #fff;
  text-transform: uppercase;
  background-color: #242d34;
  border: none;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 5px;
}

.vfb-submit,
input[type="submit"].vfb-submit:hover {
  background-color: #434c52;
}

.intrument-year input.error {
  border: 1px solid red;
}

.form-bloc {
  margin-bottom: 20px;
}

/* --------------------------------------------------
	
	PAGINATION
	
-------------------------------------------------- */

.pagination {
}

.pagination ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.pagination ul li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.pagination ul li span {
  display: block;
  padding: 10px;
  margin-left: 2px;
  margin-right: 2px;

  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  border-radius: 5px;

  background-color: #d5d6d0;
}

.pagination ul li a {
  display: block;
  padding: 10px;
  margin-left: 2px;
  margin-right: 2px;

  font-size: 16px;
  line-height: 16px;
  color: #8a8a8a;
  text-decoration: none;
  border-radius: 5px;

  background-color: #e9e9e1;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.pagination ul li a:hover {
  background-color: #d5d6d0;
}

/* --------------------------------------------------
	
	MAP HOLDING
	
-------------------------------------------------- */

.infowindow-content h1 {
  font-size: 30px;
  line-height: 30px;
}

/* --------------------------------------------------
	
	COLUMN Separator
	
-------------------------------------------------- */

.w3col {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;

  border-bottom: 1px solid #808080;
  position: relative;
}

.w3col:after {
  content: "";
  display: block;
  clear: both;
}

.w3col .col {
  width: 33.33333%;
  float: left;
}

.w3col .col h3 {
  text-align: left;
  line-height: 28px;
}

@media only screen and (max-width: 1099px) {
  .w3col .col h3 {
	font-size: 20px;
  }

  .w3col .col p {
	font-size: 14px;
  }
}

@media only screen and (max-width: 985px) {
  .holding-content,
  .single-container .holding-content h2,
  .single-container .holding-content h3 {
	text-align: center;
  }

  .single-container-wrap .w3col {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
  }

  .w3col:after {
	clear: none;
  }

  .w3col .col {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #808080;
  }

  .w3col .col h3 {
	text-align: center;
  }

  .w3col .col:nth-child(even) {
	float: left;
	clear: left;
  }

  .w3col .col:nth-child(odd) {
	float: right;
	clear: right;
  }
}

.announcement-banner-image {
  height: auto;
}

a.more-artists {
  display: block;
  width: 100%;
  max-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #69787e;
  border-radius: 5px;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

a.more-artists.disable {
  opacity: 0.5;
}

span.artist-loader {
  display: none;
  height: 48px;
  width: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;

  background-image: url(img/ajax-loader.gif);
  background-position: 0 0;
  background-repeat: no-repeat;

  text-indent: -5000px;
}

/* --------------------------------------------------
	
	SHOPPING CART
	
-------------------------------------------------- */

#shptrn_cart_items {
  background-color: transparent;
  border: none;
}

#shptrn_cart_items_header {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  background-image: none;
  border-bottom: none;
}

#shptrn_cart_items_header label {
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}

#shptrn_cart_items_header label:first-child {
  padding-left: 0;
}

.shptrn_cart_item {
  padding: 10px;
  border-bottom: 1px solid #fff;
  border-top: 10px solid #fff;
}

#shptrn_cart_items .shptrn_cart_item a {
  color: #4c4c4c;
}

.shptrn_ci_qty button {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 9px;
  margin-bottom: 10px;
  background-color: #69787e;
  border-radius: 5px;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.shptrn_ci_qty button:hover {
  color: #4c4c4c;
}

.shptrn_cart_price_row,
.shptrn_cart_price_row.checkout,
#shptrn_checkout_detail_content {
  background-color: transparent;
}

#shptrn_checkout_detail_content {
  border: 1px solid #b19f9f;
}

.shptrn_cart_price_row {
  border-bottom: 1px solid #b19f9f;
}

.shptrn_checkout_button button {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  background-color: #69787e;
  border-radius: 5px;
  background-image: none;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
}

.shptrn_checkout_button button:hover {
  background-color: #4d5558;
  background-image: none;
}

#shptrn_checkout_detail_row {
  margin-top: 9px;
}

.shptrn_cart_price_row.checkout {
  border-bottom: none;
}

.ppn-conf-fade {
  display: none;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.4);
  z-index: 15;
}

.kibo-confirmation-popin {
  display: none;
  width: 100%;
  max-width: 435px;
  padding: 20px;
  margin-left: -218px;

  background-color: #fff;
  text-align: center;

  border: 2px solid #686a6b;

  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 16;

  border-radius: 10px;
}

.kibo-confirmation-popin span {
  display: block;
  margin-bottom: 20px;
}

.kibo-confirmation-popin a {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  max-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #69787e;
  border-radius: 5px;
  border: 1px solid #262b2d;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.kibo-confirmation-popin a.go-cart-btn {
  padding-left: 30px;
}

.kibo-confirmation-popin a.go-cart-btn span {
  display: block;
  width: 27px;
  height: 20px;
  padding-top: 16px;
  background-image: url(img/cart.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color: #313940;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 13px;
  padding-left: 1px;
  position: absolute;
  top: 6px;
  left: 13px;
}

.instrument-references {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instrument-references li {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.instrument-references li:after {
  content: "";
  display: block;
  clear: both;
}

.instrument-references li span {
  position: relative;
  background-color: #ccc;
  padding: 20px 50px;
  min-width: 210px;
  margin-right: 50px;
  font-weight: bold;
}

.instrument-references li span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-bottom: 15px solid transparent;

  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
}

.intrument-year input {
  line-height: normal;
  width: 100%;
  display: block;
  padding: 20px;
  font-size: 35px;
  box-sizing: border-box;
}

.intrument-year button {
  padding: 30px 25px;
  font-size: 40px;
  line-height: 40px;
}

.intrument-year button:hover {
  background-color: #434d55;
}

@media only screen and (max-width: 810px) {
  .instrument-references li {
	display: block;
	margin-bottom: 30px;
	text-align: center;
  }

  .instrument-references li span {
	display: block;
	min-width: 100%;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
  }

  .instrument-references li span:after {
	border-top: 15px solid #ccc;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0px solid transparent;

	left: 50%;
	top: 100%;
	margin-top: 0px;
	margin-left: -15px;
  }

  .intrument-year button {
	padding: 20px 25px;
	font-size: 23px;
	display: block;
	line-height: 23px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
  }
}

/* ====== EVENT ====== */

.event-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 90px;
}
.event-list .month {
  display: inline-block;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.375em;
  line-height: 1.2em;
  letter-spacing: 3px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.event-list .month span {
  display: block;
  font-weight: 800;
  letter-spacing: 0;
}
.event-list .month:after,
.event-list .month:before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  margin-left: -1px;
  background-color: #242d34;
  position: absolute;
  left: 50%;
}
.event-list .month:before {
  top: 0;
}
.event-list .month:after {
  bottom: 0;
}
.event-list .month:first-child:before {
  display: none;
}

.event-list .month-line {
  height: 50px;
  display: block;
  position: relative;
}
.event-list .month-line:before {
  content: "";
  display: block;
  width: 2px;
  background-color: #242d34;
  position: absolute;
  left: 21px;
  top: 0;
  bottom: 0;
}
.month + .month-line {
  display: none;
}

.next-page-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px 20px;
  text-align: center;
}
.next-page-block .loader {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  display: none;
}
.next-page-block.loading .loader {
  display: inline-block;
}

.next-page-block .loader:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #242d34;
  border-color: #242d34 transparent #242d34 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.next-page-block a {
  font-weight: 700;
  text-decoration: none;
  font-style: italic;
  color: #242d34;
}

.event_item {
  display: block;
  background-color: #e9e9e1;
  color: #000000;
  text-align: left;

  max-width: 1000px;
}

.event_item a.visible_event {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  text-decoration: none;
  color: #000000;
  padding-right: 40px;
  position: relative;
}
.event_item a.visible_event:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #949494;

  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.event_item.opened a.visible_event:after {
  border-top: 0;
  border-bottom: 10px solid #949494;
}
.event_item a.visible_event > span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.event_item a.visible_event > span > span {
  margin-right: 20px;
}
.event_item a.visible_event > span > span > span {
  display: block;
}
.event_item a.visible_event .left-event {
  position: relative;
}
.event_item a.visible_event .left-event .event_thumb {
  width: 260px;
}
.event_item a.visible_event > span .event_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.event_item a.visible_event .left-event:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.event_item a.visible_event > span .side-event {
  display: block;
  position: absolute;
  color: #fff;
  font-style: italic;
  line-height: 18px;
  font-size: 16px;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 3;
}
.event_item a.visible_event > span .side-event > span {
  display: block;
  margin-bottom: 10px;
}
.event_item a.visible_event > span .side-event > span.date {
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-weight: 700;
}
.event_item a.visible_event > span .date:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 100%;
  right: 0;
  left: 0;
}
.event_item a.visible_event > span .date span {
  display: block;
}
.event_item a.visible_event > span .date span:last-child:before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.event_item a.visible_event > span .date span:first-child:before {
  display: none;
}
.event_item a.visible_event > span .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event_item a.visible_event > span .flex-desc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}

.event_item a.visible_event > span .shortDesc {
  font-size: 15px;
  line-height: 1.3;
  color: #8a8a8a;
}
.event_item a.visible_event > span .event_thumb + .shortDesc {
  padding-left: 20px;
}
a.visible_event .cover {
  display: block;
  max-width: 100px;
  min-width: 100px;
  margin-right: -20px;
  margin-top: -40px;
  margin-bottom: -40px;
}
a.visible_event .cover img {
  display: block;
  width: 100%;
  height: auto;
}
.event_item .hide_event {
  display: none;
}
.event_item.single-opened .hide_event {
  display: block;
}

.hide_event > ul {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  list-style: none;
}
.hide_event > ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #949494;
  padding-left: 20px;
  padding-right: 20px;
}
.hide_event > ul li:first-child {
  border-top: 1px solid #949494;
}
.hide_event > ul li a {
  color: #000;
}
.hide_event > ul li span:first-child {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  min-width: 240px;
  border-right: 1px solid #949494;
}
.hide_event>ul li span:last-child {
	    max-width: 100%;
    display: block;
    overflow: auto;
}
.hide_event > ul li:last-child {
  border-bottom: 0;
}

.hide_event > ul li a.artists-item {
  display: block;
  max-width: 50px;
  float: left;
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 50%;
}
.hide_event > ul li a.artists-item img {
  display: block;
  width: 100%;
  height: auto;
}

body.event-opened:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;

  background-color: rgba(0, 0, 0, 0.4);
}
.artist-evnt-popin {
  position: fixed;
  left: 50%;
  width: 100%;
  z-index: 11;
  max-width: 750px;
  box-sizing: border-box;
  padding: 30px;
  top: -50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
	max-height: 660px;
	overflow-x: auto;

  transition-property: top;
  transition-duration: 0.4s;
}
.artist-evnt-popin.opened {
  top: 50%;
}
.artist-evnt-popin.hide_event > ul li:first-child {
  border-top: none;
}
.artist-evnt-popin .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.artist-evnt-popin .close:hover {
  opacity: 1;
}
.artist-evnt-popin .close:before,
.artist-evnt-popin .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.artist-evnt-popin .close:before {
  transform: rotate(45deg);
}
.artist-evnt-popin .close:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 650px) {
  .event_item a.visible_event {
	padding-right: 0;
  }
  .event_item a.visible_event .left-event .event_thumb {
	width: 100%;
	max-height: 270px;
	object-fit: cover;
	overflow: hidden;
  }
  .event_item a.visible_event > span {
	flex-wrap: wrap;
  }
  .event_item a.visible_event > span .side-event {
	line-height: 48px;
	font-size: 29px;
  }
  .event_item a.visible_event > span > span {
	margin-right: 0;
  }
  .event_item a.visible_event > span .title {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
  }
  .event_item a.visible_event > span .shortDesc {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
  }
  .hide_event > ul li span:first-child {
	min-width: 150px;
  }
}
@media only screen and (max-width: 560px) {
  .hide_event > ul li span:first-child {
	min-width: auto;
	border-right: none;
  }
  .hide_event > ul li {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
  }
}

.padding-content {
	padding-left: 10%;
	padding-right: 10%;
}