@font-face {
  font-family: 'clementepdaflightitalic';
  src: url('../fonts/clementepdaf-lightitalic-webfont.eot');
  src: url('../fonts/clementepdaf-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/clementepdaf-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/clementepdaf-lightitalic-webfont.woff') format('woff'),
    url('../fonts/clementepdaf-lightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff'),
    url('../fonts/roboto-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold_condensed';
  src: url('../fonts/roboto-boldcondensed-webfont.eot');
  src: url('../fonts/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-boldcondensed-webfont.woff2') format('woff2'),
    url('../fonts/roboto-boldcondensed-webfont.woff') format('woff'),
    url('../fonts/roboto-boldcondensed-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotocondensed';
  src: url('../fonts/roboto-condensed-webfont.eot');
  src: url('../fonts/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-condensed-webfont.woff2') format('woff2'),
    url('../fonts/roboto-condensed-webfont.woff') format('woff'),
    url('../fonts/roboto-condensed-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff'),
    url('../fonts/roboto-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('../fonts/roboto-thin-webfont.eot');
  src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
    url('../fonts/roboto-thin-webfont.woff') format('woff'),
    url('../fonts/roboto-thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight_italic';
  src: url('../fonts/roboto-lightitalic-webfont.eot');
  src: url('../fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-lightitalic-webfont.woff') format('woff'),
    url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  font-family: robotocondensed;
  font-size: 14px;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  width: 100%;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.pagecontent {
  display: inline-block;
  vertical-align: top;
  width: 800px;

}
.pagenews {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}


.menu {
  position: relative;
  background-color: #ffffff;
}
.menu__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.menu__logo img {
  width: 175px;
}
.menu__lang {
  position: absolute;
  top: 3px;
  right: 0;
  margin: 12px 0px 12px 0;
}
.menu__lang__elem {
  display: inline-block;
  list-style: none;
  text-align: center;
  opacity: 0.5;
}
.menu__lang__elem.active {
  opacity: 1;
}
.menu__lang__elem img {
  width: 24px;
}
.menu__nav {
  text-align: center;
}
.menu__nav__elem {
  display: inline-block;
  padding: 12px;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  color: #63584a;
  font-size: 14px;
}
.menu__nav__elem.active {
  color: #975718;
}


.breadcrumbs {
  background-color: #fff;
  box-shadow: inset 0px 10px 15px -10px #ccc,
    inset 0px -10px 15px -10px #ccc;
}
.breadcrumbs__nav {
  margin-left: 170px;
  list-style: none;
}
.breadcrumbs__nav__elem {
  display: inline-block;
  vertical-align: top;
  padding: 12px 10px 12px 0px;
  color: #63584a;
  font-size: 13px;
}
.breadcrumbs__nav__elem:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  margin: 7px 0 0 -8px;
  background-image: url(../images/breadcrumbs_chevron_right.png);
  background-size: 4px 7px;
  background-repeat: no-repeat;
  color: #333;
}
.breadcrumbs__nav__elem.toplink {
  color: #975718;
  text-decoration: underline;
}
.breadcrumbs__nav__elem.toplink:before {
  content: '';
  background: none;
}


.footer {
  padding-bottom: 40px;
  background-color: #1e1e1e;
}
.footer__logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 40px 0 0;
  font-size: 12px;
}
.footer__top {
  padding: 10px 0 0 0;
  color: #998877;
}
.footer__links {
  padding: 20px 0 0 0;
}
.footer__links__list {
  display: inline-block;
  vertical-align: top;
  width: 175px;
}
.footer__links__list__title {
  padding: 0 0 15px 0;
  color: #d5bca3;
  font-weight: bold;
}
.footer__links__list__item {
  padding: 0 0 0 5px;
  color: #fff;
}
.footer__links__list__item:before {
  content: '-';
  text-decoration: none;
}
.footer__links__list__item a {
  text-decoration: underline;
}
.footer__bottom {
  padding: 20px 0 0 0;
  color: #998877;
  font-size: 13px;
}


.home {
  text-align: center;
}
.home__bloc1 {
  background-color: #f5eee4;
}
.home__bloc1__banner {
  padding: 30px 0 0 0;
}
.home__bloc1__banner > img {
  width: 350px;
}
.home__bloc1__quote {
  padding: 20px 0 0 0;
  font-family: clementepdaflightitalic;
  font-size: 20px;
}
.home__bloc1__quote span {
  position: relative;
  top: 3px;
  font-family: robotothin;
  line-height: 15px;
  color: #975718;
  font-size: 40px;
}
.home__bloc1__author {
  padding: 5px 0 35px 0;
  color: #975718;
  font-size: 14px;
}
.home__bloc__text__top-generic {
  padding: 0 0 10px 0;
  font-family: clementepdaflightitalic;
  font-size: 20px;
}
.home__bloc__text__separator-generic {
  height: 40px;
  padding: 10px 0 0 0;
  background-image: url(../images/home__bloc2__text__separator.png);
  background-size: 400px;
  background-position: top center;
  background-repeat: no-repeat;
}
.home__bloc__text__bottom-generic {
  padding: 15px 0 0 0;
  font-size: 14px;
  text-align: justify;
}
.home__bloc2 {
  position: relative;
  background-color: #180e05;
}
.home__bloc2__bg {
  background-image: url(../images/home__bloc2__bg.png);
  background-size: contain;
}
.home__bloc2__guitare {
  position: relative;
  height: 360px;
  background-image: url(../images/home__bloc2__guitare.png);
  background-size: 640px;
  background-position: 0px 70px;
  background-repeat: no-repeat;
}
.home__bloc2__guitare__boxshadow {
  position: absolute;
  bottom: 0;
  left: 253px;
  width: 386px;
  height: 20px;
  box-shadow: inset 0 -10px 10px -8px #555;
}
.home__bloc2__text {
  float: right;
  width: 400px;
  margin: 70px 50px 0 0px;
  text-align: center;
  color: #c9b79f;
}
.home__bloc2__text__separator {
  background-image: url(../images/home__bloc2__text__separator.png);
}
.home__bloc3 {
  background-color: #ffffff;
}
.home__bloc3__text {
  display: inline-block;
  width: 500px;
  padding: 60px 0 70px 100px;
  vertical-align: top;
}
.home__bloc3__text__separator {
  background-image: url(../images/home__bloc3__text__separator.png);
}
.home__bloc3__guitare {
  display: inline-block;
  width: 590px;
  vertical-align: top;
  text-align: right;
}
.home__bloc3__guitare > img {
  width: 521px;
  vertical-align: top;
}
.home__bloc4 {
  position: relative;
  background-color: #2c0001;
}
.home__bloc4__boxshadow {
  position: absolute;
  height: 30px;
  box-shadow: inset  0  15px 18px -11px #555;
  z-index: 1;
}
.home__bloc4__text {
  float: right;
  width: 400px;
  margin: 70px 50px 0 0px;
  text-align: center;
  color: #c9b79f;
}
.home__bloc4__text__separator {
  background-image: url(../images/home__bloc4__text__separator.png);
}
.home__bloc4__guitare {
  height: 360px;
  background-image: url(../images/home__bloc4__guitare.png);
  background-size: 483px;
  background-position: 50px 0;
  background-repeat: no-repeat;
}
.container__reduced {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.home__discover {
  padding: 0 0 50px 0;
}
.home__discover__title {
  padding: 40px 0 0 0;
  font-family: clementepdaflightitalic;
  font-size: 20px;
  color: #4e4e4e;
}
.home__discover__separator {
  height: 50px;
  margin: 15px 0 0 0;
  background-image: url(../images/home__discover__separator.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.home__discover__boxes {
  padding: 45px 0 0 0;
}
.home__discover__boxes__all {
  color: #9d7751;
}
.home__discover__boxes__tailored {
  color: #464646;
}
.home__discover__boxes__sell {
  color: #5e181a;
}
.home__discover__generic {
  display: inline-block;
  width: 305px;
  margin: 0 12px;
  padding: 10px;
  vertical-align: top;
  box-shadow: 1px 1px 12px 1px #bbb;
  text-align: center;
}
.home__discover__boxes__title {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.home__discover__boxes__text {
  padding: 10px 0 10px 0;
  font-size: 12px;
}
.home__discover__boxes__button {
  width: 220px;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.home__discover__boxes__all > .home__discover__boxes__button {
  background-color: #9d7751;
}
.home__discover__boxes__tailored > .home__discover__boxes__button {
  background-color: #464646;
}
.home__discover__boxes__sell > .home__discover__boxes__button {
  background-color: #5e181a;
}


.modelslist-generic {
  text-align: center;
}
.modelslist__title-generic,
.modeldetail__title,
.contact__title {
  padding: 30px 0 0 0;
  font-family: clementepdaflightitalic;
  font-size: 24px;
  color: #000000;
}
.modelslist__separator-generic,
.contact__separator {
  width: auto;
  margin: 10px 0 0 0;
}
.modelslist__subtitle-generic,
.modeldetail__sectiontitle,
.contact__subtitle {
  clear: both;
  margin: 30px 0 20px 0;
  padding: 8px 0;
  background-color: #f5eee4;
  font-family: robotobold;
  font-size: 16px;
  color: #975718;
  box-shadow: 0px 0px 2px 2px #ccc;
}
.modelslist__list-generic {
  margin-bottom: 50px;
}
.modelslist__list__elem-generic {
  float: left;
  width: 188px;
  vertical-align: top;
  margin: 10px 8px 5px 8px;
}
.modelslist__list__elem-generic:nth-child(4n+1) {
  margin-left: 0px;
  clear: both;
}
.modelslist__list__elem-generic:nth-child(4n) {
  margin-right: 0px;
}
.modelslist__list__elem__title-generic {
  padding: 0 0 6px 0;
  font-family: robotolight_italic;
  font-weight: 400;
  text-align: left;
  font-size: 19px;
}
.modelslist__list__elem__img-generic {
  position: relative;
  width: 188px;
  height: 283px;
}
.modelslist__list__elem__img__tosell-generic {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 133px;
  height: 105px;
  background-image: url(../images/tosell.png);
  background-repeat: no-repeat;
}
.modelslist__list__elem__img__tosell__text-generic {
  position: relative;
  top: 28px;
  left: -12px;
  font-family: robotobold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transform: rotate(-39deg);
}
.modelslist__list__elem__img__guitar-generic {
  width: 100%;
  height: 100%;
}
.modelslist__list__elem__img__price-generic {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 45px;
  background-color: #000;
  opacity: 0.5;
}
.modelslist__list__elem__img__price__value-generic {
  position: absolute;
  bottom: 14px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: robotoregular;
  opacity: 1;
  font-weight: bold;
}


.modeldetail {
  margin-bottom: 50px;
  text-align: center;
}
.modeldetail__title {
  /* see modelslist__title */
}
.modeldetail__separator {
  width: auto;
  margin: 10px 0 0 0;
}
.modeldetail__subtitle {
  padding: 30px 0 0 0;
  font-family: robotothin;
  font-size: 28px;
  text-align: left;
  font-style: italic;
}
.modeldetail__toptext {
  padding: 10px 0;
  text-align: left;
}
.modeldetail__image {
}
.modeldetail__image__big {
  position: relative;
  float: left;
  width: 620px;
}
.modeldetail__image__big img {
  width: auto;
  max-width: 620px;
  height: 442px;
}
.modeldetail__image__big__zoom {
  position: absolute;
  top: 85%;
  left: 90%;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}
.modeldetail__image__big__zoom img {
  width: 16px;
  height: auto;
  margin: 18px auto;
}
.modeldetail__image__smalllist {
  float: left;
}
.modeldetail__image__smalllist__col {
  float: left;
}
.modeldetail__image__smalllist__col__elem {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 8px 8px 8px 0px;
}
.modeldetail__image__smalllist__col__elem img {
  width: 82px;
  height: 82px;
}
.modeldetail__image__smalllist__col__elem:nth-child(1) {
  margin-top: 0;
}
.modeldetail__image__smalllist__col__elem:nth-child(5) {
  margin-bottom: 0;
}
.modeldetail__image__smalllist__col__elem__boxshadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
  box-shadow: inset 0px 0px 0px 5px #975718;
}
.modeldetail__data {
  margin-top: 20px;
}
.modeldetail__data__elem {
  padding: 8px 20px;
  background-color: #e0dad5;
  text-align: left;
}
.modeldetail__data__elem:nth-child(2n) {
  background-color: #fff;
}
.modeldetail__data__elem__label {
  float: left;
  width: 200px;
}
.modeldetail__data__elem__value {
  float: left;
  font-weight: bold;
}
.modeldetail__btnpictures{
  margin: 20px 0 0 0;
  text-align: right;
}
.modeldetail__btnpictures__btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #975718;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
}
.modeldetail__sectiontitle {
  /* voir .modelslist__subtitle */
}
.modeldetail__links {
  margin: 20px 0 0 0;
  text-align: left;
}
.modeldetail__links__elem {
  margin: 5px 0 5px 35px;
  color: #975718;
  text-decoration: underline;
}
.modeldetail__links__elem:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  margin: 7px 0 0 -14px;
  background-image: url(../images/breadcrumbs_chevron_right.png);
  background-size: 4px 7px;
  background-repeat: no-repeat;
  color: #333;
}
.modeldetail__video {
  margin: 0 0 40px 0;
}


.lastpictures {
  margin-left: 20px;
  text-align: center;
}
.lastpictures__title {
  padding: 30px 0 0 0;
  font-family: clementepdaflightitalic;
  font-size: 24px;
  color: #000000;
}
.lastpictures__separator {
  margin: 10px 0 0 0;
}
.lastpictures__content {
  position: relative;
  top: -18px;
  padding: 30px 8px 4px 8px;
  border: 1px solid #ccc;
}
.lastpictures__content__toptext {
  font-size: 12px;
  text-align: justify;
  color: #464646;
}
.lastpictures__content__list {
  padding: 2px 0;
}
.lastpictures__content__list__elem {
  float: left;
  width: 82px;
  height: 82px;
  margin: 3px;
}
.lastpictures__content__list > a:nth-child(3n+1) > img {
  margin-left: 0;
}
.lastpictures__content__list > a:nth-child(3n) > img {
  margin-right: 0;
}
.lastpictures__content__btn {
  padding: 5px 0;
  background-color: #975718;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
}


.futuresexpos {
  margin-left: 20px;
  text-align: center;
}
.futuresexpos__title {
  padding: 20px 0 0 0;
  font-family: clementepdaflightitalic;
  font-size: 24px;
  color: #000000;
}
.futuresexpos__separator {
  margin: 10px 0 0 0;
}
.futuresexpos__list {
  position: relative;
  top: -18px;
  padding: 30px 8px 15px 8px;
  border: 1px solid #ccc;
}
.futuresexpos__list__elem {
  margin: 5px 0;
  text-align: left;
}
/* To add image, uncomment below
.futuresexpos__list__elem__img {
  float: left;
  width: 83px;
}
.futuresexpos__list__elem__img img {
  width: 83px;
  height: 83px;
}
.futuresexpos__list__elem__info {
  float: left;
  width: 157px;
  margin-left: 15px;
}*/
.futuresexpos__list__elem__info__name {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.futuresexpos__list__elem__info__address,
.futuresexpos__list__elem__info__date {
  font-size: 12px;
}

.contact {
  text-align: center;
}
.contact__title {
  /* see modelslist__title */
}
.contact__separator {
  margin-bottom: 20px;
}
.contact__subtitle {
  /* see modelslist__subtitle */
}
.contact__subinfo__map {
  margin-top: 25px;
}
.contact__subinfo__schedule {
  width: 60%;
  margin: 25px auto;
}
.contact__subinfo__schedule table {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
  text-align: center;
}
.contact__subinfo__schedule tr {
}
.contact__subinfo__schedule th, td {
  width: 33%;
  padding: 3px;
  border: 1px solid #000;
}
.contact__subinfo__schedule .open {
  background-color: #88FF88;
}
.contact__subinfo__schedule .closed {
  background-color: #FF8888;
}


.modelfullimages {
  text-align: center;
}
.modelfullimages__list {
  padding: 25px 0 60px 0;
}
.modelfullimages__list__elem {
  float: left;
  width: 96px;
  height: 96px;
  margin: 2px 2px 2px 2px;
}
.modelfullimages__list__elem img {
  width: 96px;
  height: 96px;
}


.plans {
  text-align: center;
}
.plans__texttop {
  padding-top: 25px;
  text-align: left;
}
.plans__texttop a {
  text-decoration: underline;
}
.plans__list {
  margin-bottom: 50px;
}
.plans__list__elem {
  position: relative;
  margin-top: 50px;
}
.plans__list__elem__title {
}
.plans__list__elem__date {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #975718;
}
.plans__list__elem__content {
  text-align: left;
}
.plans__list__elem__content a {
  text-decoration: underline;
}
.plans__list__elem__content__img {
  float: left;
  width: 200px;
}
.plans__list__elem__content__text {
  float: left;
  width: 600px;
  padding: 15px;
}
.plans__list__elem__content__bottomtext {
  float: left;
  width: 100%;
  padding: 5px 5px 5px 0;
}

.news {
  text-align: center;
}
.news__list__item {
  margin: 0 0 40px 0;
}
.news__list__item__img {
  position: relative;
  height: 222px;
  overflow: hidden;
}
.news__list__item__img:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.news__list__item__img:hover::after {
  content: url(../images/news_overlay_zoom.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 25px;
  background-color: #000;
  border-radius: 40px;
  z-index: 1;
}
.news__list__item__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  transform: translate(-50%, -50%);
}
.news__list__item:not(:first-child) {
  float: left;
  width: 47%;
}
.news__list__item:first-child .news__list__item__img {
  height: 471px;
}
.news__list__item:not(:first-child):nth-child(2n) {
  margin-right: 48px;
}
.news__list__item__title {
  padding-bottom: 0px;
}
.news__list__item__date {
  margin: 10px 0;
  font-size: 12px;
  text-align: left;
}
.news__list__item__date:before {
  content: url(../images/picto_date.png);
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.news__list__item__bottom {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: justify;
}
.news__list__item__bottom__btn {
  float: right;
  padding: 8px 16px;
  margin: 2px 0 0 15px;
  background-color: #975718;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
}
.news__pagination {
  margin: 5px 0 40px 0;
  text-align: right;
}
.news__pagination__item {
  float: left;
  margin: 0 5px;
}
.news__pagination__item.selected {
  font-weight: bold;
  color: #975718;
}

.onenews {
  text-align: center;
}
.onenews__description {
  text-align: left;
  margin: 25px 0 0 0;
}
.onenews__photolist {
  margin: 25px 0 0 0;
}
.onenews__photolist__item {
  float: left;
  margin: 2px 4px;
}
.onenews__photolist__item:nth-child(4n+1) {
  margin-left: 0px;
}
.onenews__photolist__item:nth-child(4n) {
  margin-right: 0px;
}
.onenews__photolist__item img {
  width: 194px;
}
