/*
 * Global style WattEver
 */
/*
 * Menu
 */
header.header ._content nav:before {
  bottom: 151px;
}
header.header ._content nav:after {
  top: 151px;
}
header.header ._nav_product {
  display: flex;
  height: 82px;
  width: 130px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
header.header ._nav_product a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header ._nav_product ._close {
  width: 33px;
  height: 33px;
  background: url('../img/croix_out_specs.svg') no-repeat;
  background-size: contain;
}
header.header ._nav_product ._close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header.header ._nav_product ._prev {
  width: 24px;
  height: 32px;
  background: url('../img/fleche_gauche_out_specs.svg') no-repeat right;
  background-size: contain;
}
header.header ._nav_product ._prev:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header ._nav_product ._prev:hover {
  background-position-x: left;
}
header.header ._nav_product ._prev:hover:after {
  width: 100%;
}
header.header ._nav_product ._next {
  width: 24px;
  height: 32px;
  background: url('../img/fleche_droite_out_specs.svg') no-repeat left;
  background-size: contain;
}
header.header ._nav_product ._next:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header ._nav_product ._next:hover {
  background-position-x: right;
}
header.header ._nav_product ._next:hover:before {
  width: 100%;
}
header.header ._nav_product ._empty {
  width: 24px;
}
/*
 * Sides
 */
._sides ._side {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center !important;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  ._sides ._side {
    height: auto;
    padding-bottom: 0px !important;
  }
}
._sides ._side._left > div {
  max-width: 100%;
}
._sides ._side._right {
  height: 100vh;
  padding-left: 5.21vw;
}
@media only screen and (max-width: 768px) {
  ._sides ._side._right {
    padding-top: 0px !important;
  }
}
/*
 * Product
 */
._description {
  margin-bottom: 15px;
  line-height: 18px;
}
._main_attrs {
  line-height: 18px;
  margin-bottom: 20px;
}
._main_attrs ._label {
  text-transform: none;
  font-family: 'GothamMedium', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
._main_attrs ._pa_customisation ._value {
  color: #e98b00;
}
._options {
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  ._options {
    margin-bottom: 30px;
  }
}
._options div {
  margin-right: 16px;
  height: 25px;
}
._options div._bluetooth {
  width: 101px;
  background: url(../img/product/logo_bluetooth_specs.svg) no-repeat;
  background-size: contain;
}
._options div._android {
  width: 21px;
  background: url(../img/product/logo_android_specs.svg) no-repeat;
  background-size: contain;
}
._options div._ios {
  width: 20px;
  background: url(../img/product/logo_ios_specs.svg) no-repeat;
  background-size: contain;
}
._actions {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  ._actions {
    margin-bottom: 30px;
    text-align: center;
  }
}
._actions a {
  display: inline-block;
  width: 135px;
  height: 30px;
  text-transform: none;
  font-family: 'GothamMedium', sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  text-align: center;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  ._actions a {
    margin: 2px;
  }
}
._actions a:first-child {
  margin-right: 14px;
}
@media only screen and (max-width: 768px) {
  ._actions a:first-child {
    margin-right: 2px;
  }
}
._actions a ._hover {
  display: none;
}
._actions a:hover {
  background-color: #000;
  color: #fff;
}
._actions a:hover ._out {
  display: none;
}
._actions a:hover ._hover {
  display: inline;
}
#accordion .panel {
  margin-bottom: 20px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: none;
}
#accordion .panel-title {
  padding-left: 24px;
}
#accordion .panel-title a {
  position: relative;
  text-transform: none;
  font-family: 'GothamMedium', sans-serif;
  font-size: 20px;
  color: #e98b00;
  font-weight: normal;
}
#accordion .panel-title a:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url(../img/product/more.png) no-repeat;
  background-size: contain;
}
#accordion .panel-title a:hover {
  text-decoration: underline;
}
#accordion .panel-title a[aria-expanded="true"]:before {
  background-image: url(../img/product/less.png);
}
#accordion ._panel-body {
  padding: 24px 0 24px 20px;
}
#accordion ._panel-body ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#accordion ._panel-body img {
  max-width: 100%;
}
.carousel.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  height: 100vh;
  transition: 0.6s ease-in-out top;
  text-align: center;
}
.carousel.vertical .carousel-inner > .item ._img {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.carousel.vertical .carousel-inner > .item img {
  max-width: 100%;
  max-height: 58.33vh;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next,
  .carousel.vertical .carousel-inner > .item.active.right {
    transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev,
  .carousel.vertical .carousel-inner > .item.active.left {
    transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left,
  .carousel.vertical .carousel-inner > .item.prev.right,
  .carousel.vertical .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}
.carousel.vertical {
  height: 100vh;
  width: 100%;
  box-sizing: content-box;
}
.carousel.vertical ._carousel-control {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 24px;
  text-shadow: none;
  color: #000;
  opacity: 1;
  text-align: center;
}
.carousel.vertical ._carousel-control.up {
  top: 15vh;
  background: url(../img/product/fleche_haut_out_specs.svg) no-repeat;
  background-size: contain;
}
.carousel.vertical ._carousel-control.down {
  bottom: 15vh;
  background: url(../img/product/fleche_bas_out_specs.svg) no-repeat;
  background-size: contain;
}
.carousel.vertical ._carousel-control .icon-prev,
.carousel.vertical ._carousel-control .icon-next,
.carousel.vertical ._carousel-control .glyphicon-chevron-up,
.carousel.vertical ._carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel.vertical ._carousel-control .icon-prev,
.carousel.vertical ._carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical ._carousel-control .icon-next,
.carousel.vertical ._carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical ._carousel-control .icon-up,
.carousel.vertical ._carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel.vertical ._carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel.vertical ._carousel-control .icon-next:before {
  content: '\203a';
}
