/* ===== Primary Styles ========================================================
   Author: @julien_rno
============================================================================= */
/* ===== Primary Styles ========================================================
   Author: @julien_rno
============================================================================= */
/* ===== Other Pages ========================================================
============================================================================= */
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .grid_main > .left.loaded {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .grid_main > .right.loaded {
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .grid_column_4 .size_1.scale:hover .overlay {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.csstransitions .grid_column_4 .size_1.scale:hover .title_hide {
  bottom: 50%;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .4s ease .1s, bottom .2s ease 50ms;
  -ms-transition: opacity .4s ease .1s, bottom .2s ease 50ms;
  -moz-transition: opacity .4s ease .1s, bottom .2s ease 50ms;
  -webkit-transition: opacity .4s ease .1s, bottom .2s ease 50ms;
  -o-transition: opacity .4s ease .1s, bottom .2s ease 50ms;
}
.csstransitions .grid_column_4 .size_2.scale:hover .watch img {
  top: 0;
}
.csstransitions .grid_column_4 .size_2.scale:hover .title {
  bottom: -24%;
}
.csstransitions .grid_column_4 .size_2.scale:hover .overlay {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.csstransitions .grid_column_4 .size_2.scale:hover .center_zone {
  top: 0;
}
.csstransitions .grid_column_4 .size_2.scale:hover .title_hide {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .brand_list .wrapper_brand .content_brand a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .social_slider.active img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.csstransitions .social_slider.active .title {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .social_slider.active .title h2 {
  text-shadow: 0 0 0 #fff;
}
.csstransitions .social_slider.active .title h3 {
  text-shadow: 0 0 0 #b99d5b;
}
/* =============================================================================
   GRID SYSTEM HOME
============================================================================= */
/* =============================================================================
   GRID SYSTEM
============================================================================= */
.grid_main > .left {
  -webkit-transform: translatey(100px);
  -moz-transform: translatey(100px);
  -ms-transform: translatey(100px);
  -o-transform: translatey(100px);
  transform: translatey(100px);
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 674px) {
  .grid_main > .left {
    width: 100%;
  }
  .grid_main > .left .grid_column_2,
  .grid_main > .left .grid_column_4 {
    float: none;
  }
  .grid_main > .left .grid_column_2.grid_column_4,
  .grid_main > .left .grid_column_4.grid_column_4 {
    width: 100%;
  }
  .grid_main > .left .grid_column_2.grid_column_2,
  .grid_main > .left .grid_column_4.grid_column_2 {
    width: 50%;
  }
  .grid_main > .left .grid_column_2.grid_column_2.full,
  .grid_main > .left .grid_column_4.grid_column_2.full {
    width: 100%;
  }
  .grid_main > .left .grid_column_2.grid_column_2.full .size_1,
  .grid_main > .left .grid_column_4.grid_column_2.full .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
  .grid_main > .left .grid_column_2.float_right,
  .grid_main > .left .grid_column_4.float_right {
    float: none;
    left: 50%;
  }
  .grid_main > .left.left {
    margin: 20% 0 0 0;
  }
  .grid_main > .left.right .float_right {
    left: 0;
    width: 100%;
  }
  .grid_main > .left.right .float_right > div {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    margin: 0;
  }
  .grid_main > .left.right .float_right > div.margin {
    float: right;
  }
  .grid_main > .left.right .custom_size_3 {
    position: absolute;
    top: -480% !important;
    left: 50%;
    margin: 0 0 0 -36.5%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main > .left {
    width: 50%;
  }
  .grid_main > .left .grid_column_2,
  .grid_main > .left .grid_column_4 {
    float: none;
  }
  .grid_main > .left .grid_column_2.grid_column_4,
  .grid_main > .left .grid_column_4.grid_column_4 {
    width: 100%;
  }
  .grid_main > .left .grid_column_2.grid_column_2,
  .grid_main > .left .grid_column_4.grid_column_2 {
    width: 50%;
  }
  .grid_main > .left .grid_column_2.grid_column_2.full,
  .grid_main > .left .grid_column_4.grid_column_2.full {
    width: 100%;
  }
  .grid_main > .left .grid_column_2.grid_column_2.full .size_1,
  .grid_main > .left .grid_column_4.grid_column_2.full .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
  .grid_main > .left .grid_column_2.float_right,
  .grid_main > .left .grid_column_4.float_right {
    float: none;
    left: 50%;
  }
  .grid_main > .left.right .float_right {
    left: 0;
    width: 100%;
  }
  .grid_main > .left.right .float_right > div {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    margin: 90% 0 0 0;
  }
  .grid_main > .left.right .float_right > div.margin {
    float: right;
  }
  .grid_main > .left.right .custom_size_3 {
    position: absolute;
    left: 50%;
    top: -100% !important;
    margin: -36.5% 0 13.5% -36.5%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main > .left {
    width: 60%;
  }
  .grid_main > .left .grid_column_2,
  .grid_main > .left .grid_column_4 {
    float: none;
  }
  .grid_main > .left .grid_column_2.grid_column_4,
  .grid_main > .left .grid_column_4.grid_column_4 {
    width: 100%;
  }
  .grid_main > .left .grid_column_2.grid_column_2,
  .grid_main > .left .grid_column_4.grid_column_2 {
    width: 50%;
  }
  .grid_main > .left .grid_column_2.grid_column_2.full,
  .grid_main > .left .grid_column_4.grid_column_2.full {
    width: 100%;
  }
  .grid_main > .left .grid_column_2.grid_column_2.full .size_1,
  .grid_main > .left .grid_column_4.grid_column_2.full .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
  .grid_main > .left .grid_column_2.float_right,
  .grid_main > .left .grid_column_4.float_right {
    float: none;
    left: 50%;
  }
  .grid_main > .left.right .float_right {
    left: 0;
    width: 100%;
  }
  .grid_main > .left.right .float_right > div {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    margin: 120% 0 0 0;
  }
  .grid_main > .left.right .float_right > div.margin {
    float: right;
  }
  .grid_main > .left.right .custom_size_3 {
    position: absolute;
    left: 50%;
    top: -100% !important;
    margin: -36.5% 0 13.5% -36.5%;
  }
}
@media screen and (min-width: 980px) {
  .grid_main > .left {
    width: 50%;
  }
}
.grid_main > .right {
  -webkit-transform: translatey(100px);
  -moz-transform: translatey(100px);
  -ms-transform: translatey(100px);
  -o-transform: translatey(100px);
  transform: translatey(100px);
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 100ms;
  -moz-transition: all 0.5s ease 100ms;
  -ms-transition: all 0.5s ease 100ms;
  -o-transition: all 0.5s ease 100ms;
  transition: all 0.5s ease 100ms;
}
@media screen and (max-width: 674px) {
  .grid_main > .right {
    width: 100%;
  }
  .grid_main > .right .grid_column_2,
  .grid_main > .right .grid_column_4 {
    float: none;
  }
  .grid_main > .right .grid_column_2.grid_column_4,
  .grid_main > .right .grid_column_4.grid_column_4 {
    width: 100%;
  }
  .grid_main > .right .grid_column_2.grid_column_2,
  .grid_main > .right .grid_column_4.grid_column_2 {
    width: 50%;
  }
  .grid_main > .right .grid_column_2.grid_column_2.full,
  .grid_main > .right .grid_column_4.grid_column_2.full {
    width: 100%;
  }
  .grid_main > .right .grid_column_2.grid_column_2.full .size_1,
  .grid_main > .right .grid_column_4.grid_column_2.full .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
  .grid_main > .right .grid_column_2.float_right,
  .grid_main > .right .grid_column_4.float_right {
    float: none;
    left: 50%;
  }
  .grid_main > .right.left {
    margin: 20% 0 0 0;
  }
  .grid_main > .right.right .float_right {
    left: 0;
    width: 100%;
  }
  .grid_main > .right.right .float_right > div {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    margin: 0;
  }
  .grid_main > .right.right .float_right > div.margin {
    float: right;
  }
  .grid_main > .right.right .custom_size_3 {
    position: absolute;
    top: -480% !important;
    left: 50%;
    margin: 0 0 0 -36.5%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main > .right {
    width: 50%;
  }
  .grid_main > .right .grid_column_2,
  .grid_main > .right .grid_column_4 {
    float: none;
  }
  .grid_main > .right .grid_column_2.grid_column_4,
  .grid_main > .right .grid_column_4.grid_column_4 {
    width: 100%;
  }
  .grid_main > .right .grid_column_2.grid_column_2,
  .grid_main > .right .grid_column_4.grid_column_2 {
    width: 50%;
  }
  .grid_main > .right .grid_column_2.grid_column_2.full,
  .grid_main > .right .grid_column_4.grid_column_2.full {
    width: 100%;
  }
  .grid_main > .right .grid_column_2.grid_column_2.full .size_1,
  .grid_main > .right .grid_column_4.grid_column_2.full .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
  .grid_main > .right .grid_column_2.float_right,
  .grid_main > .right .grid_column_4.float_right {
    float: none;
    left: 50%;
  }
  .grid_main > .right.right .float_right {
    left: 0;
    width: 100%;
  }
  .grid_main > .right.right .float_right > div {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    margin: 90% 0 0 0;
  }
  .grid_main > .right.right .float_right > div.margin {
    float: right;
  }
  .grid_main > .right.right .custom_size_3 {
    position: absolute;
    left: 50%;
    top: -100% !important;
    margin: -36.5% 0 13.5% -36.5%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main > .right {
    width: 40%;
  }
  .grid_main > .right .grid_column_2,
  .grid_main > .right .grid_column_4 {
    float: none;
  }
  .grid_main > .right .grid_column_2.grid_column_4,
  .grid_main > .right .grid_column_4.grid_column_4 {
    width: 100%;
  }
  .grid_main > .right .grid_column_2.grid_column_2,
  .grid_main > .right .grid_column_4.grid_column_2 {
    width: 50%;
  }
  .grid_main > .right .grid_column_2.grid_column_2.full,
  .grid_main > .right .grid_column_4.grid_column_2.full {
    width: 100%;
  }
  .grid_main > .right .grid_column_2.grid_column_2.full .size_1,
  .grid_main > .right .grid_column_4.grid_column_2.full .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
  .grid_main > .right .grid_column_2.float_right,
  .grid_main > .right .grid_column_4.float_right {
    float: none;
    left: 50%;
  }
  .grid_main > .right.right .float_right {
    left: 0;
    width: 100%;
  }
  .grid_main > .right.right .float_right > div {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    margin: 120% 0 0 0;
  }
  .grid_main > .right.right .float_right > div.margin {
    float: right;
  }
  .grid_main > .right.right .custom_size_3 {
    position: absolute;
    left: 50%;
    top: -100% !important;
    margin: -36.5% 0 13.5% -36.5%;
  }
}
@media screen and (min-width: 980px) {
  .grid_main > .right {
    width: 50%;
  }
}
/* =============================================================================
   LAYOUT
============================================================================= */
.grid_content {
  position: relative;
  float: left;
}
.grid_content .grid_column_2,
.grid_content .grid_column_4 {
  float: left;
}
.grid_content .grid_column_2 > div > div,
.grid_content .grid_column_4 > div > div {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  overflow: hidden;
}
.grid_content .grid_column_2.float_right,
.grid_content .grid_column_4.float_right {
  float: right;
}
.grid_content .grid_column_2 a,
.grid_content .grid_column_4 a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}
.grid_content .grid_column_2 iframe,
.grid_content .grid_column_4 iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.grid_content .grid_column_2 {
  position: relative;
  width: 33.33333333%;
}
.grid_content .grid_column_2 .size_1 {
  position: relative;
  width: 100%;
  height: 0;
  float: left;
  padding-bottom: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.grid_content .grid_column_2 .size_1.margin {
  float: none;
  margin: 100% 0 0 0;
}
.grid_content .grid_column_2 .size_1.margin .arrow_c {
  position: absolute;
  top: 68%;
  left: 50%;
  margin: 0 0 0 -3px;
  width: 13px;
  height: 7px;
  background-image: url('../Img/core/arrow.png');
  background-repeat: no-repeat;
  background-position: center;
}
.grid_content .grid_column_4 {
  position: relative;
  width: 66.66666666%;
}
.grid_content .grid_column_4 .size_1 {
  position: relative;
  width: 50%;
  height: 0;
  float: left;
  padding-bottom: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.grid_content .grid_column_4 .size_1.scale .overlay {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.grid_content .grid_column_4 .size_1.scale .title_hide {
  height: 46px;
  margin: 0 0 -23px 0;
  bottom: -10%;
}
.grid_content .grid_column_4 .size_1.scale .title_hide h2 {
  position: absolute;
  min-width: 100%;
  font-size: 18px;
  white-space: nowrap;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_content .grid_column_4 .size_1.scale .title_hide h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.grid_content .grid_column_4 .size_2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.grid_content .grid_column_4 .size_2.scale .watch img {
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.grid_content .grid_column_4 .size_2.scale .title {
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.grid_content .grid_column_4 .size_2.scale .title h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.grid_content .grid_column_4 .size_2.scale .center_zone {
  position: absolute;
  top: -20%;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.grid_content .grid_column_4 .size_2.scale .center_zone .title_hide {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.grid_content .grid_column_4 .size_2.scale .center_zone .title_hide h2 {
  white-space: initial;
}
.grid_content .grid_column_4 .size_2.hide {
  display: none;
}
.grid_content .grid_column_4 .custom_size_3 {
  position: relative;
  margin: -36.5% auto 11.5%;
  width: 75%;
  padding-bottom: 75%;
}
.grid_content .grid_column_4 .custom_size_3 .opaque_box {
  position: absolute;
  z-index: 2;
  margin: 8px;
  background-color: #101010;
}
.grid_content .grid_column_4 .custom_size_3 .semi_logo {
  position: relative;
  display: block;
  margin: 19% auto 0;
}
.grid_content .grid_column_4 .custom_size_3 .dots {
  position: relative;
  display: block;
  margin: 8% auto;
}
.grid_content .grid_column_4 .custom_size_3 p {
  padding: 0 15px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #dadada;
  font-family: 'Didot W01 Italic';
}
@media screen and (max-width: 1039px) {
  .grid_content .grid_column_4 .custom_size_3 p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1154px) {
  .grid_content .grid_column_4 .custom_size_3 p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1155px) {
  .grid_content .grid_column_4 .custom_size_3 p {
    font-size: 15px;
  }
}
.grid_content .grid_column_4 .custom_size_2 {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.grid_content .grid_column_4 .custom_size_2 > div {
  background-color: #141414;
}
.grid_content .grid_column_4 .custom_size_2 > div img {
  position: relative;
  display: block;
  margin: 10% auto 1%;
}
.grid_content .grid_column_4 .custom_size_2 > div .arrow {
  top: 50%;
  margin: -25px 0 0 0;
}
.grid_content .grid_column_4 .custom_size_2 > div .arrow.left {
  left: 0;
}
.grid_content .grid_column_4 .custom_size_2 > div .arrow.right {
  right: 0;
}
.grid_content .grid_column_4 .custom_size_2.quote .title {
  text-align: justify;
  color: #dadada;
  font-size: 14px;
  font-family: 'Brandon Grot W01 Light';
  padding: 9%;
}
.grid_content .grid_column_4 .custom_size_2.quote .title p {
  font-family: 'Didot W01 Italic';
}
.home_brand.watches .brand_list {
  background-image: none;
  text-align: left;
}
@media screen and (max-width: 810px) {
  .home_brand.watches .brand_list {
    text-align: center;
  }
}
.home_brand.watches .brand_list .wrapper_brand {
  background-color: transparent;
}
@media screen and (min-width: 1080px) {
  .home_brand.watches .brand_list .wrapper_brand .content_brand a:nth-child(6n+3) {
    margin-right: 300px;
  }
}
@media screen and (min-width: 811px) and (max-width: 1080px) {
  .home_brand.watches .brand_list .wrapper_brand .content_brand a:nth-child(4n+2) {
    margin-right: 300px;
  }
}
@media screen and (min-width: 675px) and (max-width: 810px) {
  .home_brand.watches .brand_list .wrapper_brand .content_brand a:nth-child(2n-1) {
    margin-right: 300px;
  }
}
.home_brand .brand_list {
  background-image: none;
}
.home_brand .brand_list .wrapper_brand {
  background-color: transparent;
}
.home_brand .brand_list .wrapper_brand .content_brand a {
  width: 93px;
  opacity: 0.8;
}
.home_brand .grid_content {
  width: 1060px;
  float: none;
  margin: auto;
}
@media screen and (max-width: 810px) {
  .home_brand .grid_content {
    width: 100%;
  }
}
@media screen and (min-width: 811px) and (max-width: 1080px) {
  .home_brand .grid_content {
    width: 800px;
  }
}
.home_brand .grid_content.right {
  float: right;
}
.home_brand .grid_content.accessories {
  width: 100%;
}
.home_brand .grid_content.intro {
  width: 80%;
}
.home_brand .grid_content.intro p {
  text-align: justify;
  color: #dadada;
  font-family: 'Didot W01 Italic';
  font-size: 14px;
}
.brand_list {
  position: relative;
  margin: 0;
  padding: 6% 0 5%;
  background-image: url('../Img/core/halo.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
}
.brand_list.home {
  display: none;
}
.brand_list.about {
  background-image: none;
  background-color: #111111;
  margin: 0;
  padding: 5% 0;
}
.brand_list.about .wrapper_brand {
  background-color: #111111;
}
.brand_list .halo_footer {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
}
.brand_list .halo_footer img {
  position: relative;
  display: block;
  width: 100%;
}
.brand_list .wrapper_brand {
  position: relative;
  background-color: #000;
}
.brand_list .wrapper_brand .content_brand {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
.brand_list .wrapper_brand .content_brand a {
  display: inline-block;
  margin: 0 16px;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  text-decoration: none;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
/* =============================================================================
   SPECIFIC GRID ITEM
============================================================================= */
.title_item .content_watch {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.title_item .watch {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #0a0a0a;
  border-bottom: 1px solid #121212;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title_item .watch img {
  position: relative;
  display: block;
  height: 100%;
  top: -12%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.title_item .title {
  position: absolute;
  width: 100%;
  height: 24%;
  bottom: 0px;
  background-color: #0c0c0c;
}
.social_slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.social_slider img {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.social_slider .title {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.social_slider .title h2 {
  color: transparent;
  text-shadow: 0 0 30px #fff;
  -webkit-transition: text-shadow 0.4s ease;
  -moz-transition: text-shadow 0.4s ease;
  -ms-transition: text-shadow 0.4s ease;
  -o-transition: text-shadow 0.4s ease;
  transition: text-shadow 0.4s ease;
}
.social_slider .title h3 {
  color: transparent;
  text-shadow: 0 0 30px #b99d5b;
  -webkit-transition: text-shadow 0.4s ease;
  -moz-transition: text-shadow 0.4s ease;
  -ms-transition: text-shadow 0.4s ease;
  -o-transition: text-shadow 0.4s ease;
  transition: text-shadow 0.4s ease;
}
.social_slider.active .title h2 {
  text-shadow: 0 0 0 #fff;
}
.social_slider.active .title h3 {
  text-shadow: 0 0 0 #b99d5b;
}
.discover {
  cursor: pointer;
  border: 1px solid #8c7745;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('../Img/core/hover_skew.jpg');
  background-repeat: no-repeat;
  background-position: 100% 0px;
  background-size: cover;
  text-align: center;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.discover:hover {
  background-position: 0px 0px;
}
.discover:hover span {
  color: #8c7745;
}
.discover:hover .arrow_c {
  background-image: url('../Img/core/arrow_h.png');
}
.discover .arrow_c {
  position: absolute;
  top: 68%;
  left: 50%;
  margin: 0 0 0 -3px;
  width: 13px;
  height: 7px;
  background-image: url('../Img/core/arrow.png');
  background-repeat: no-repeat;
  background-position: center;
}
.newsletter_grid {
  background-color: #101010;
  border: 1px solid #151414;
  text-align: center;
}
.newsletter_grid > span {
  display: block;
  margin: 10% 0 8%;
  font-size: 20px;
  text-align: center;
  color: #dadada;
  font-family: 'Didot W01 Italic';
}
.newsletter_grid .contact_button {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 25px;
  height: 40px;
  text-align: center;
  font-size: 0;
  background-color: #e8e7e7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
}
.newsletter_grid .contact_button span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
}
.newsletter_grid .contact_button span.loader_contact {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 24px;
  top: 7px;
}
.newsletter_grid .input_contact {
  display: block;
  width: 80%;
  height: 40px;
  background-color: #1b1a1a;
  border: 1px solid #1b1a1a;
  margin: 5px auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #bfbebe;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
}
.newsletter_grid .input_contact.contact_message {
  height: 230px;
  padding: 15px 20px;
  resize: none;
}
.newsletter_grid .input_contact.border {
  border: 1px solid #bfbebe;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .grid_main_list.selection > .overlay.active {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
.csstransitions .grid_list.semi {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .grid_item.hide {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .grid_item .classic_item:hover .wrapper_img {
  height: 100%;
}
.csstransitions .grid_item .classic_item:hover .overlay {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.csstransitions .grid_item .classic_item:hover .title_hide {
  top: 50%;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .3s ease 50ms, top .2s ease 50ms;
  -ms-transition: opacity .3s ease 50ms, top .2s ease 50ms;
  -moz-transition: opacity .3s ease 50ms, top .2s ease 50ms;
  -webkit-transition: opacity .3s ease 50ms, top .2s ease 50ms;
  -o-transition: opacity .3s ease 50ms, top .2s ease 50ms;
}
.csstransitions .sorry.end .content_sorry {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================================================
   GRID SYSTEM
============================================================================= */
.grid_main_list.selection {
  display: flex;
  flex-direction: column;
}
.grid_main_list.selection > .overlay {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.grid_main_list.selection > .overlay.active {
  z-index: 2;
}
.grid_main_list.selection .brand_description {
  order: 4;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  font-family: 'Proxima N W01 Light';
  font-size: 15px;
  color: #dadada;
  text-align: justify;
}
.grid_main_list.selection .brand_description h1 {
  text-align: center;
}
.grid_main_list.selection .brand_description h2 {
  font-size: 16px;
  color: #b99d5b;
}
@media screen and (max-width: 864px) {
  .grid_main_list.selection .brand_description {
    display: none;
  }
}
.grid_main_list.selection .sort_grid .left {
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  color: #e4e6e6;
  text-transform: uppercase;
  font-weight: normal;
}
/* =============================================================================
   LAYOUT
============================================================================= */
.sorry {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
  max-width: 800px;
}
.sorry .content_sorry {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease 250ms;
  -moz-transition: opacity 1s ease 250ms;
  -ms-transition: opacity 1s ease 250ms;
  -o-transition: opacity 1s ease 250ms;
  transition: opacity 1s ease 250ms;
  text-align: center;
}
.sorry h3 {
  text-align: center;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 32px;
  color: #e4e6e6;
}
.sorry h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 14px;
  color: #808080;
}
.sorry .contact {
  position: relative;
  display: inline-block;
  margin: 35px auto 0;
  padding: 0 12px;
  height: 46px;
  text-align: center;
  background-color: #e8e7e7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sorry .contact:hover {
  background-color: #fff;
}
.sorry .contact a {
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
}
.grid_list {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 1s ease, opacity .6s ease;
  -ms-transition: -ms-transform 1s ease, opacity 0.6s ease;
  -moz-transition: -moz-transform 1s ease, opacity 0.6s ease;
  -webkit-transition: -webkit-transform 1s ease, opacity 0.6s ease;
  -o-transition: -o-transform 1s ease, opacity 0.6s ease;
  transform-origin: 50% 0px;
  -ms-transform-origin: 50% 0px;
  -moz-transform-origin: 50% 0px;
  -webkit-transform-origin: 50% 0px;
  -o-transform-origin: 50% 0px;
}
@media screen and (max-width: 864px) {
  
}
@media screen and (min-width: 865px) {
  .grid_list.fixed {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 864px) {
  .grid_list.selection .grid_item {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_list.selection .grid_item {
    width: 33%;
    padding-bottom: 33%;
  }
}
@media screen and (min-width: 980px) {
  .grid_list.selection .grid_item {
    width: 25%;
    padding-bottom: 24.99%;
  }
}
.grid_list .grid_item {
  position: relative;
  float: left;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.grid_list .grid_item.desactive {
  display: none;
}
.grid_list .grid_item .classic_item {
  position: absolute;
  overflow: hidden;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  text-align: center;
  background-color: #0a0a0a;
}
.grid_list .grid_item .classic_item .wrapper_img {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 76%;
}
.grid_list .grid_item .classic_item .wrapper_img img {
  position: relative;
  width: 100%;
  top: 50%;
  left: 0;
  margin: -50% 0 0 0;
}
.grid_list .grid_item .classic_item .title {
  position: relative;
  overflow: hidden;
  height: 24%;
  background-color: #080808;
  border-top: 1px solid #121212;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_list .grid_item .classic_item .title h2 {
  padding: 0 10px;
  font-size: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: 'Brandon Grot W01 Medium';
  position: absolute;
  width: 100%;
  top: 50%;
  margin: -18px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid_list .grid_item .classic_item .title h2 a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 864px) {
  .grid_list .grid_item .classic_item .title h2 {
    left: 0 !important;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
}
@media screen and (min-width: 865px) {
  
}
.grid_list .grid_item .classic_item .title h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 3px 0 0 0;
  font-size: 13px;
}
.grid_list .grid_item .classic_item .overlay {
  display: block;
}
.grid_list .grid_item .classic_item .title_hide {
  height: 55px;
  position: absolute;
  top: 40%;
  margin: -23px 0 0 0;
}
.grid_list .grid_item .classic_item .title_hide a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.grid_list .grid_item .classic_item .title_hide a h2 {
  position: absolute;
  min-width: 100%;
  font-size: 18px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_list .grid_item .classic_item .title_hide a h3 {
  display: inline-block;
  padding: 0 0 0 18px;
  margin: 30px 0 0 0;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: center left;
}
.grid_list .grid_item .classic_item .title_hide a h3.ko {
  background-image: url('../Img/core/no_available.png');
}
.grid_list .grid_item .classic_item .title_hide a h3.ok {
  background-image: url('../Img/core/available.png');
}
.grid_list .grid_item .classic_item .title_hide a h3.wait {
  background-image: url('../Img/core/wait.png');
}
.loader_sprite.loader_grid_list {
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .description_watch .read_more:hover {
  background-position: left center;
}
.csstransitions .description_watch .read_more:hover .arrow_c {
  left: 15px;
}
.csstransitions .cover_watch.left {
  left: 2%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .cover_watch.right {
  right: 2%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .content_description.left {
  left: 2%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .content_description.right {
  right: 2%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/* =============================================================================
   FUNCTION GRID SYSTEM
============================================================================= */
/* =============================================================================
   LAYOUT
============================================================================= */
.credits {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media screen and (max-width: 864px) {
  .credits {
    display: none !important;
  }
}
@media screen and (min-width: 865px) {
  .credits {
    display: block;
  }
}
.credits span {
  display: block;
  margin: 4px 0 0 0;
  text-align: right;
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  text-transform: uppercase;
  color: #c1c1c1;
}
.credits span.grow {
  margin: 0;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background-image: url('../Img/core/grow.png');
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 20px;
}
.magic_tools {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 170px;
  margin: -85px 0 0 0;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.magic_tools.open {
  right: 300px;
}
.magic_tools > div {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #151515;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.magic_tools > div:hover {
  background-color: #e6e6e6;
}
.magic_tools > div.zoom {
  display: none;
  background-image: url('../Img/core/picto_zoom.png');
}
.magic_tools > div.zoom.cross {
  background-image: url('../Img/core/close.png');
}
.magic_tools > div.timer {
  display: none;
  border-top: 1px dotted #515151;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.magic_tools > div.other {
  display: none;
  margin: 20px 0 0 0;
  background-image: url('../Img/core/picto_other.png');
}
.magic_tools > div.prev {
  display: none;
  background-image: url('../Img/core/arrows.png');
  background-position: 14px center;
  border-top: 1px dotted #515151;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.magic_tools > div.next {
  display: none;
  background-image: url('../Img/core/arrows.png');
  background-position: -26px center;
  border-top: 1px dotted #515151;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.cover_watch {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #000;
  -webkit-transition: opacity .8s ease,right 1s ease,left 1s ease;
  -moz-transition: opacity .8s ease,right 1s ease,left 1s ease;
  -ms-transition: opacity .8s ease,right 1s ease,left 1s ease;
  -o-transition: opacity .8s ease,right 1s ease,left 1s ease;
  transition: opacity .8s ease,right 1s ease,left 1s ease;
}
.cover_watch::selection {
  background: transparent;
}
.cover_watch::-moz-selection {
  background: transparent;
}
.cover_watch .slider_watch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.cover_watch .slider_watch::selection {
  background: transparent;
}
.cover_watch .slider_watch::-moz-selection {
  background: transparent;
}
.cover_watch .slider_watch.show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.cover_watch .slider_watch .slider_container {
  position: relative;
  height: 100%;
  font-size: 0;
  margin: 0 auto;
}
.cover_watch .slider_watch .slider_container img {
  position: relative;
  display: inline-block;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.cover_watch .slider_watch .slider_container img.active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 864px) {
  
}
@media screen and (min-width: 865px) {
  
}
.cover_watch .slider_watch .wrap_arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -22px 0 0 0;
}
.cover_watch .slider_watch .wrap_arrow.left {
  left: 0;
}
.cover_watch .slider_watch .wrap_arrow.right {
  right: 0;
}
.cover_watch .slider_watch .arrow_other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1b1a1a;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.cover_watch .slider_watch .arrow_other.left {
  background-image: url('../Img/core/arrow_l.png');
}
.cover_watch .slider_watch .arrow_other.right {
  background-image: url('../Img/core/arrow_r.png');
}
.cover_watch .slider_watch .overlay_button {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cover_watch .close_slider {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  background-image: url('../Img/core/cross.png');
  background-repeat: no-repeat;
  background-position: center;
}
.cover_watch .content_cover {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media screen and (max-width: 427px) {
  .cover_watch .content_cover .main_watch {
    width: 77%;
    padding-bottom: 77%;
    margin: 0 auto;
  }
  .cover_watch .content_cover .main_watch > img {
    display: none;
  }
  .cover_watch .content_cover .shadow_img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -38.5%;
    width: 77%;
    padding-bottom: 77%;
    background-size: cover;
  }
  .cover_watch .content_cover .watch_infos {
    position: relative;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .cover_watch .content_cover .watch_infos h1 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .cover_watch .content_cover .watch_infos h2 {
    margin: 0 0 25px 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .cover_watch .content_cover .watch_infos .notice {
    position: relative;
    width: 274px;
    padding: 8px;
    bottom: -24px;
    left: 50%;
    margin: 0 0 0 -145px;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion {
    padding: 0 0 30px 0;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion span {
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 428px) and (max-width: 864px) {
  .cover_watch .content_cover .main_watch {
    width: 77%;
    padding-bottom: 77%;
    margin: 0 auto;
  }
  .cover_watch .content_cover .main_watch > img {
    display: none;
  }
  .cover_watch .content_cover .shadow_img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -38.5%;
    width: 77%;
    padding-bottom: 77%;
    background-size: cover;
  }
  .cover_watch .content_cover .watch_infos {
    position: relative;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .cover_watch .content_cover .watch_infos h1 {
    font-size: 45px;
    letter-spacing: 5px;
  }
  .cover_watch .content_cover .watch_infos h2 {
    margin: 0 0 25px 0;
    font-size: 20px;
  }
  .cover_watch .content_cover .watch_infos .notice {
    position: relative;
    width: 321px;
    padding: 8px;
    bottom: -24px;
    left: 50%;
    margin: 0 0 0 -169px;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion {
    padding: 0 0 30px 0;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion span {
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .cover_watch .content_cover .main_watch {
    float: right;
    max-width: 620px;
    width: 44%;
    right: 5%;
    padding-bottom: 44%;
  }
  .cover_watch .content_cover .main_watch > img {
    display: block;
  }
  .cover_watch .content_cover .main_watch .slider_watch_mobile {
    display: none;
  }
  .cover_watch .content_cover .shadow_img {
    position: absolute;
    top: 0;
    right: 5%;
    max-width: 620px;
    width: 44%;
    padding-bottom: 44%;
  }
  .cover_watch .content_cover .watch_infos {
    position: absolute;
    left: 2%;
    top: 10%;
    bottom: 0;
    width: 49%;
  }
  .cover_watch .content_cover .watch_infos h1 {
    font-size: 25px;
    letter-spacing: 5px;
  }
  .cover_watch .content_cover .watch_infos h2 {
    margin: 0 0 15px 0;
    font-size: 15px;
  }
  .cover_watch .content_cover .watch_infos .notice {
    position: absolute;
    width: 317px;
    top: 50%;
    left: 50%;
    margin: 7px 0 0 -168px;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion {
    margin: 8px;
    padding: 0 0 20px 0;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion span {
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 980px) {
  .cover_watch .content_cover {
    max-width: 1300px;
  }
  .cover_watch .content_cover .main_watch {
    float: right;
    max-width: 620px;
    width: 44%;
    right: 5%;
    padding-bottom: 44%;
  }
  .cover_watch .content_cover .main_watch > img {
    display: block;
  }
  .cover_watch .content_cover .main_watch .slider_watch_mobile {
    display: none;
  }
  .cover_watch .content_cover .shadow_img {
    position: absolute;
    top: 0;
    right: 5%;
    max-width: 620px;
    width: 44%;
    padding-bottom: 44%;
  }
  .cover_watch .content_cover .watch_infos {
    position: absolute;
    left: 2%;
    top: 10%;
    bottom: 0;
    width: 49%;
  }
  .cover_watch .content_cover .watch_infos h1 {
    font-size: 35px;
    letter-spacing: 5px;
  }
  .cover_watch .content_cover .watch_infos h2 {
    margin: 0 0 25px 0;
    font-size: 20px;
  }
  .cover_watch .content_cover .watch_infos .notice {
    position: absolute;
    width: 317px;
    top: 60%;
    left: 50%;
    margin: 7px 0 0 -168px;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion {
    margin: 8px;
    padding: 0 0 30px 0;
  }
  .cover_watch .content_cover .watch_infos .notice .notice_descritpion span {
    padding: 50px 0 0 0;
  }
}
.cover_watch .content_cover.hide {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.cover_watch .content_cover .main_watch {
  position: relative;
  overflow: hidden;
}
.cover_watch .content_cover .main_watch img {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  margin: -60% 0 0 -60%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.cover_watch .content_cover .main_watch img.active {
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.cover_watch .content_cover .main_watch .credits_slider {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 864px) {
  .cover_watch .content_cover .main_watch .credits_slider {
    display: block;
  }
}
@media screen and (min-width: 865px) {
  .cover_watch .content_cover .main_watch .credits_slider {
    display: none;
  }
}
.cover_watch .content_cover .main_watch .credits_slider span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Light';
  text-transform: uppercase;
  color: #c1c1c1;
}
@media screen and (max-width: 674px) {
  .cover_watch .content_cover .main_watch .credits_slider span {
    font-size: 10px;
  }
}
@media screen and (min-width: 675px) {
  .cover_watch .content_cover .main_watch .credits_slider span {
    font-size: 12px;
  }
}
.cover_watch .content_cover .main_watch .slider_watch_mobile {
  position: absolute;
  height: 100%;
  width: 100%;
}
.cover_watch .content_cover .main_watch .slider_watch_mobile .item_mobile {
  position: absolute;
  left: 50%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s ease, left .2s ease;
  -moz-transition: opacity .2s ease, left .2s ease;
  -ms-transition: opacity .2s ease, left .2s ease;
  -o-transition: opacity .2s ease, left .2s ease;
  transition: opacity .2s ease, left .2s ease;
}
.cover_watch .content_cover .main_watch .slider_watch_mobile .item_mobile.active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.cover_watch .content_cover .dots_slider {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 5px 0 0 0;
  line-height: 30px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 864px) {
  .cover_watch .content_cover .dots_slider {
    display: block;
  }
}
@media screen and (min-width: 865px) {
  .cover_watch .content_cover .dots_slider {
    display: none;
  }
}
.cover_watch .content_cover .dots_slider span {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 11px;
  cursor: pointer;
  background-image: url(../Img/core/dots_slider.png);
  background-position: center -14px;
  background-repeat: no-repeat;
}
.cover_watch .content_cover .dots_slider span.active {
  background-position: center 0;
}
.cover_watch .content_cover .watch_infos {
  text-align: center;
}
.cover_watch .content_cover .watch_infos.center {
  top: 0;
}
.cover_watch .content_cover .watch_infos.center .wrapper_infos {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
}
.cover_watch .content_cover .watch_infos.center .wrapper_infos .center_content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.cover_watch .content_cover .watch_infos .watch_title {
  position: relative;
}
.cover_watch .content_cover .watch_infos .watch_title h1 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Brandon Grot W01 Medium';
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cover_watch .content_cover .watch_infos .watch_title h1 span {
  margin: 0 0 0 4px;
}
.cover_watch .content_cover .watch_infos .watch_title h2 {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Light';
  color: #b99d5b;
}
.cover_watch .content_cover .watch_infos .watch_title h2 .show_price {
  cursor: pointer;
  color: #ffffff;
}
.cover_watch .content_cover .watch_infos .watch_title h2 .price {
  display: none;
}
.cover_watch .content_cover .watch_infos .watch_title h2 a {
  text-decoration: none;
  font-family: 'Brandon Grot W01 Light';
  color: #b99d5b;
}
.cover_watch .content_cover .watch_infos .watch_title .switch_watch {
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  width: 11px;
  height: 21px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.cover_watch .content_cover .watch_infos .watch_title .switch_watch.prev_watch {
  background-image: url('../Img/core/arrow_l.png');
}
@media screen and (max-width: 864px) {
  .cover_watch .content_cover .watch_infos .watch_title .switch_watch.prev_watch {
    left: 10px;
  }
}
@media screen and (min-width: 865px) {
  .cover_watch .content_cover .watch_infos .watch_title .switch_watch.prev_watch {
    left: 0;
  }
}
.cover_watch .content_cover .watch_infos .watch_title .switch_watch.next_watch {
  background-image: url('../Img/core/arrow_r.png');
}
@media screen and (max-width: 864px) {
  .cover_watch .content_cover .watch_infos .watch_title .switch_watch.next_watch {
    right: 10px;
  }
}
@media screen and (min-width: 865px) {
  .cover_watch .content_cover .watch_infos .watch_title .switch_watch.next_watch {
    right: 0;
  }
}
.cover_watch .content_cover .watch_infos .state {
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 8px;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 bold';
  font-size: 13px;
  color: #ececec;
  background-repeat: no-repeat;
  background-position: center left;
}
.cover_watch .content_cover .watch_infos .state.ko {
  background-image: url('../Img/core/no_available.png');
}
.cover_watch .content_cover .watch_infos .state.ok {
  background-image: url('../Img/core/available.png');
}
.cover_watch .content_cover .watch_infos .state.wait {
  background-image: url('../Img/core/wait.png');
}
.cover_watch .content_cover .watch_infos .contact {
  position: relative;
  display: inline-block;
  margin: 0 8px 20px;
  padding: 0 12px;
  height: 46px;
  text-align: center;
  background-color: #e8e7e7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cover_watch .content_cover .watch_infos .contact:hover {
  background-color: #fff;
}
.cover_watch .content_cover .watch_infos .contact a {
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
}
.cover_watch .content_cover .watch_infos .notice .shadow_notice {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion {
  position: relative;
  background-color: #101010;
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 22px;
  color: #fff;
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion img {
  position: relative;
  margin: 20px auto;
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion p {
  padding: 0 25px 20px;
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #dadada;
  font-family: 'Didot W01 Italic';
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion .bottom_notice {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: center;
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion .bottom_notice a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 0 30px;
  background-image: url('../Img/core/cam.png');
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 12px;
  color: #dadada;
  font-family: 'Brandon Grot W01 Medium';
}
.cover_watch .content_cover .watch_infos .notice .notice_descritpion .bottom_notice.hide {
  display: none;
}
.cover_watch .content_cover .watch_infos .notice.hide {
  display: none;
}
.description_watch {
  position: relative;
  padding: 80px 0 60px;
  background-color: #e4e6e6;
}
.description_watch::selection {
  background: transparent;
}
.description_watch .content_description {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .8s ease,right 1s ease,left 1s ease;
  -moz-transition: opacity .8s ease,right 1s ease,left 1s ease;
  -ms-transition: opacity .8s ease,right 1s ease,left 1s ease;
  -o-transition: opacity .8s ease,right 1s ease,left 1s ease;
  transition: opacity .8s ease,right 1s ease,left 1s ease;
}
@media screen and (max-width: 474px) {
  .description_watch .content_description {
    padding: 0 8px 60px;
  }
}
@media screen and (min-width: 475px) {
  .description_watch .content_description {
    padding: 0 30px 60px;
  }
}
.description_watch h3 {
  margin: 65px 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 28px;
  color: #0a0a0a;
}
.description_watch h3 span {
  font-family: 'Brandon Grot W01 Light';
  font-size: 28px;
  color: #0a0a0a;
}
.description_watch .column_watch {
  font-family: 'Proxima N W01 Light';
  font-size: 15px;
  color: #6e6e6e;
  text-align: justify;
}
@media screen and (max-width: 864px) {
  
}
@media screen and (min-width: 865px) {
  .description_watch .column_watch {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }
}
.description_watch .column_watch .wrapper_column_text {
  position: relative;
}
.description_watch .who .more {
  position: relative;
  overflow: hidden;
  height: 205px;
}
.description_watch .who .more .column_watch {
  height: auto;
  margin: 0;
}
.description_watch .who .more .shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../Img/core/fondwhoswho.png');
  background-repeat: repeat-x;
  background-position: center bottom;
}
.description_watch .read_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 50px;
  margin: 0 0 0 -110px;
  padding: 0 45px;
  cursor: pointer;
  text-align: center;
  background-image: url('../Img/core/hover_effect.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -ms-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.description_watch .read_more span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Light';
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
}
.description_watch .read_more span.bold {
  font-family: 'Brandon Grot W01 Medium';
}
.description_watch .read_more .arrow_c {
  position: relative;
  left: 5px;
  width: 12px;
  height: 12px;
  background-image: url('../Img/core/white_plus.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  transition: left 250ms ease;
}
.description_watch p {
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Proxima N W01 Light';
  font-size: 15px;
  color: #6e6e6e;
}
.description_watch .intro_watch .youtube_player,
.description_watch .specification .youtube_player,
.description_watch .intro_watch .youtube_player_spec,
.description_watch .specification .youtube_player_spec {
  position: relative;
  width: 100%;
  padding: 0 0 53%;
  margin: 10px 0 0;
}
.description_watch .intro_watch .youtube_player iframe,
.description_watch .specification .youtube_player iframe,
.description_watch .intro_watch .youtube_player_spec iframe,
.description_watch .specification .youtube_player_spec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.description_watch .intro_watch .youtube_player.hide,
.description_watch .specification .youtube_player.hide,
.description_watch .intro_watch .youtube_player_spec.hide,
.description_watch .specification .youtube_player_spec.hide {
  display: none;
}
.description_watch .intro_watch .youtube_player_spec,
.description_watch .specification .youtube_player_spec {
  margin-top: 60px;
}
.description_watch .specification.hide {
  display: none;
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .description_watch .specification .spe_watch.noColumn h5 {
    width: 30%;
  }
}
@media screen and (min-width: 865px) {
  .description_watch .specification .spe_watch.noColumn h5 {
    width: 25%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .description_watch .specification .spe_watch.noColumn ul {
    width: 70%;
  }
}
@media screen and (min-width: 865px) {
  .description_watch .specification .spe_watch.noColumn ul {
    width: 75%;
  }
}
.description_watch .specification .spe_watch h5 {
  float: left;
  clear: both;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 474px) {
  .description_watch .specification .spe_watch h5 {
    width: 100%;
  }
}
@media screen and (min-width: 475px) and (max-width: 674px) {
  .description_watch .specification .spe_watch h5 {
    width: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .description_watch .specification .spe_watch h5 {
    width: 25%;
  }
}
@media screen and (min-width: 865px) {
  .description_watch .specification .spe_watch h5 {
    width: 38%;
  }
}
.description_watch .specification .spe_watch ul {
  margin: 0 0 40px 0;
  padding: 0;
  float: left;
}
@media screen and (max-width: 474px) {
  .description_watch .specification .spe_watch ul {
    width: 100%;
  }
}
@media screen and (min-width: 475px) and (max-width: 674px) {
  .description_watch .specification .spe_watch ul {
    width: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .description_watch .specification .spe_watch ul {
    width: 75%;
  }
}
@media screen and (min-width: 865px) {
  .description_watch .specification .spe_watch ul {
    width: 62%;
  }
}
.description_watch .specification .spe_watch ul li {
  list-style: none;
  font-family: 'Proxima N W01 Light';
  font-size: 15px;
  color: #6e6e6e;
}
.description_watch .who .dots {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 60px 0 0 0;
  background-image: url('../Img/core/dot_who.png');
  background-repeat: repeat;
}
.description_watch .who .column_watch {
  height: 205px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.description_watch .who.hide {
  display: none;
}
.wrapper_grid_watch_detail {
  position: relative;
  background-color: #000;
}
.grid_watch_detail {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1300px;
}
@media screen and (max-width: 426px) {
  .grid_watch_detail {
    padding: 130px 2px 110px;
  }
}
@media screen and (min-width: 427px) {
  .grid_watch_detail {
    padding: 130px 10px 110px;
  }
}
.grid_watch_detail.categories {
  padding: 0px 10px 0px;
  order: 5;
  width: 90%;
}
.grid_watch_detail.second {
  padding-top: 0px;
}
.grid_watch_detail.second .right .classic_text > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid_watch_detail.second .right .classic_text > a span {
  top: 0;
  position: relative;
}
.grid_watch_detail .bg_watch {
  position: absolute;
  width: 75%;
  top: -45%;
  left: 50%;
  margin: 0 0 0 -37.5%;
}
.grid_watch_detail .bg_watch img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.grid_watch_detail .bg_watch .mask_test {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../Img/core/mask.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.grid_watch_detail .grid_content {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 674px) {
  .grid_watch_detail .grid_content.left {
    width: 100%;
  }
  .grid_watch_detail .grid_content.left .grid_column_2 {
    width: 50%;
  }
  .grid_watch_detail .grid_content.left .grid_column_4 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_4 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 .phantom {
    display: none;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_watch_detail .grid_content.left {
    width: 50%;
  }
  .grid_watch_detail .grid_content.left .grid_column_2 {
    width: 50%;
  }
  .grid_watch_detail .grid_content.left .grid_column_4 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right {
    width: 50%;
  }
  .grid_watch_detail .grid_content.right .grid_column_4 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 .phantom {
    display: none;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_watch_detail .grid_content.left {
    width: 60%;
  }
  .grid_watch_detail .grid_content.right {
    width: 40%;
  }
  .grid_watch_detail .grid_content.right .grid_column_4 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 {
    width: 100%;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 .phantom {
    display: none;
  }
  .grid_watch_detail .grid_content.right .grid_column_2 .size_1 {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 980px) {
  .grid_watch_detail .grid_content.left {
    width: 50%;
  }
  .grid_watch_detail .grid_content.right {
    width: 50%;
  }
}
.grid_watch_detail .grid_content.right {
  -webkit-transform: translatey(50px);
  -moz-transform: translatey(50px);
  -ms-transform: translatey(50px);
  -o-transform: translatey(50px);
  transform: translatey(50px);
}
.grid_watch_detail .grid_content.right .size_2 {
  float: left;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .grid_main_list.diary > .overlay.show {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.csstransitions .grid_item.diary:hover .cover {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
.csstransitions .grid_item.diary:hover .table_hide {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .grid_item.diary:hover .table_hide h2 {
  top: 0;
}
.csstransitions .detail_diary_content.show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .grid_main_list.diary .sort_grid.hided.show {
  top: 0;
}
/* =============================================================================
   LAYOUT
============================================================================= */
.grid_main_list.diary > .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.grid_main_list.diary > .overlay.show {
  z-index: 2;
}
.grid_main_list.diary > .overlay.active {
  display: block;
}
.detail_description > h1,
h2 {
  color: black;
}
.detail_diary_ {
  max-width: 686px;
  margin: 0 auto;
  background-color: white;
}
.detail_diary_ .detail_content {
  position: relative;
  margin: 50px auto;
  height: auto;
}
.detail_diary_ .detail_content .arrow_link {
  margin: 0 0 0 5px;
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url(../Img/core/arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
}
.detail_diary_ .detail_content .detail_description {
  padding: 0 15px;
}
.detail_diary_ .detail_content .detail_description h1,
.detail_diary_ .detail_content .detail_description h2 {
  font-family: 'Brandon Grot W01 Medium';
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Brandon Grot W01 Bold';
  font-weight: 400;
  font-size: 28px;
  color: #161616;
  padding: 35px 0 0;
}
.detail_diary_ .detail_content .detail_description h3 {
  margin: 10px 0;
}
.detail_diary_ .detail_content .wrapper_detail {
  padding: 0 50px 50px;
  background-color: #F8F8F8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail_diary_ .detail_content .wrapper_detail.social_detail {
  text-align: center;
}
.detail_diary_ .detail_content .wrapper_detail.social_detail .content_detail p {
  margin: 50px;
  font-family: 'Didot W01 Italic';
  font-size: 14px;
  color: #151414;
}
.detail_diary_ .detail_content .wrapper_detail.social_detail .visit_link {
  position: relative;
  width: 100%;
  padding: 0 0 30px 0;
  text-align: center;
}
.detail_diary_ .detail_content .wrapper_detail.social_detail .visit_link a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Brandon Grot W01 Medium';
  color: #000;
}
.detail_diary_ .cover_picture {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.detail_diary_ .cover_picture iframe {
  margin: 0 auto;
  display: block;
}
.detail_diary_ .cover_picture.social_cover {
  width: 100%;
  padding-bottom: 100%;
}
.detail_diary_ .cover_picture.social_cover img {
  position: absolute;
  visibility: hidden;
}
.detail_diary_ .cover_picture.article_cover {
  background-image: none !important;
}
.detail_diary_ .cover_picture.article_cover img {
  position: relative;
  width: 100%;
}
.detail_diary_ .close_overlay {
  display: inline-block;
  position: fixed;
  top: 100px;
  margin: 0 0 0 -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('../Img/core/cross.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  transition: transform .1s ease;
}
.detail_diary_ .close_overlay:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.detail_diary_ .arrows {
  display: inline-block;
  position: fixed;
  top: 50%;
  margin: -16px 0 0 -8px;
  width: 18px;
  height: 34px;
  cursor: pointer;
  background-image: url('../Img/core/arrows.png');
  background-repeat: no-repeat;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  transition: transform .1s ease;
}
.detail_diary_ .arrows.l {
  background-position: center left;
}
.detail_diary_ .arrows.r {
  background-position: center right;
}
.detail_diary_ .arrows:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.detail_diary {
  background-color: white;
  margin: 10px 20%;
  padding: 0 80px;
}
.detail_diary.active {
  display: block;
}
.detail_diary .cover_picture {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.detail_diary .cover_picture iframe {
  margin: 0 auto;
  display: block;
}
.detail_diary .cover_picture.social_cover {
  width: 100%;
  padding-bottom: 100%;
}
.detail_diary .cover_picture.social_cover img {
  position: absolute;
  visibility: hidden;
}
.detail_diary .cover_picture.article_cover {
  background-image: none !important;
}
.detail_diary .cover_picture.article_cover img {
  position: relative;
  width: 100%;
}
.detail_diary .cover_picture.article_cover {
  background-image: none !important;
}
.detail_diary .cover_picture.article_cover img {
  position: relative;
  width: 100%;
}
.detail_diary .left,
.detail_diary .right {
  position: relative;
  float: left;
  height: 100%;
  width: 15%;
  padding: 0 0 0 7.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail_diary .left,
.detail_diary .right {
  position: relative;
  float: left;
  height: 100%;
  width: 15%;
  padding: 0 0 0 7.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail_diary .close_overlay {
  display: inline-block;
  position: fixed;
  top: 100px;
  margin: 0 0 0 -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('../Img/core/cross.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  -ms-transition: -ms-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transition: transform .1s ease;
}
.detail_diary .close_overlay:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.detail_diary .arrows {
  display: inline-block;
  position: fixed;
  top: 50%;
  margin: -16px 0 0 -8px;
  width: 18px;
  height: 34px;
  cursor: pointer;
  background-image: url('../Img/core/arrows.png');
  background-repeat: no-repeat;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  -ms-transition: -ms-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transition: transform .1s ease;
}
.detail_diary .arrows.l {
  background-position: center left;
}
.detail_diary .arrows.r {
  background-position: center right;
}
.detail_diary .arrows:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 459px) {
  .grid_main_list.diary .sort_grid {
    display: none;
  }
}
@media screen and (min-width: 460px) {
  
}
.grid_main_list.diary .sort_grid .sort {
  width: 50%;
}
.grid_main_list.diary .sort_grid .sort a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_main_list.diary .sort_grid.hided {
  top: -100px;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.grid_main_list.diary .sort_grid.hided .sort {
  width: 25%;
  max-width: 300px;
}
.grid_main_list.diary .sort_grid.hided .current_month {
  width: 50%;
  float: right;
}
.grid_main_list.diary .sort_grid.hided .current_month span {
  margin: 0 50px 0 0;
  font-size: 18px;
  text-align: right;
  line-height: 100px;
}
.grid_main_list.diary .grid_list.diary .grid_item {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media screen and (max-width: 674px) {
  .grid_main_list.diary .grid_list.diary .grid_item {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main_list.diary .grid_list.diary .grid_item {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main_list.diary .grid_list.diary .grid_item {
    width: 33.33333%;
    padding-bottom: 33.33333%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .grid_main_list.diary .grid_list.diary .grid_item {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .grid_main_list.diary .grid_list.diary .grid_item {
    width: 20%;
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 674px) {
  .grid_main_list.diary .grid_list.diary .grid_item.big {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main_list.diary .grid_list.diary .grid_item.big {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main_list.diary .grid_list.diary .grid_item.big {
    width: 66.66667%;
    padding-bottom: 66.66667%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .grid_main_list.diary .grid_list.diary .grid_item.big {
    width: 50%;
    padding-bottom: 49.9%;
  }
}
@media screen and (min-width: 1200px) {
  .grid_main_list.diary .grid_list.diary .grid_item.big {
    width: 40%;
    padding-bottom: 39.9%;
  }
}
.grid_item.month .classic_item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid_item.month .classic_item.classic_text {
  background-color: #151414;
}
.grid_item.month .classic_item.classic_text span {
  font-size: 22px;
}
.grid_item.month .close_month {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 4px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-image: url('../Img/core/line.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1b1a1a;
}
.grid_item.month.close_fold .close_month {
  background-image: url('../Img/core/plus.png');
}
.grid_item.diary .classic_item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid_item.diary .classic_item a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.grid_item.diary .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid_item.diary .diary_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.grid_item.diary .center_text {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_item.diary .center_text p {
  padding: 0 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Didot W01 Italic';
  font-size: 15px;
  color: #dadada;
}
.grid_item.diary .table_hide {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.grid_item.diary .table_hide h2 {
  position: relative;
  top: -3%;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 18px;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.grid_item.diary.big .diary_overlay {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.grid_item.diary.youtube .cover {
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center,center;
}
.grid_item.cut .classic_item a {
  display: table;
}
.grid_item.cut .classic_item .center_text h2 {
  position: relative;
  margin: -35px 0 0 0;
}
@media screen and (max-width: 674px) {
  .grid_item.cut .classic_item .center_text h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 675px) {
  .grid_item.cut .classic_item .center_text h2 {
    font-size: 32px;
  }
}
.grid_item.cut .classic_item .center_text h3 {
  position: relative;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 674px) {
  .grid_item.cut .classic_item .center_text h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 675px) {
  .grid_item.cut .classic_item .center_text h3 {
    font-size: 18px;
  }
}
.grid_item.fold {
  display: none;
}
.grid_item.first .diary_text .content_table {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
}
.grid_item.first .diary_text .content_table h1 {
  margin: 0;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}
.grid_item.first .diary_text .content_table .dots {
  margin: 20px 0;
}
.grid_item.first .diary_text .content_table h2 {
  padding: 0 10%;
  font-family: 'Didot W01 Italic';
  font-size: 18px;
  font-weight: normal;
  color: #dadada;
  text-transform: none;
}
.grid_item.other .diary_text a {
  display: table;
}
.grid_item.other .diary_text a .center_text p {
  margin: 0.3em 0;
}
.grid_item.other .diary_text a .center_text .read_more {
  margin: 4px 0 0 0;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.grid_item.other .diary_text a .center_text .read_more img {
  margin: 0 0 0 10px;
}
.grid_item.other .diary_text a .dots {
  margin: 10px 0;
}
.grid_item.other .diary_text a h2 {
  margin: 0;
  font-family: 'Brandon Grot W01 Medium';
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 674px) {
  .grid_item.other .diary_text a h2 {
    font-size: 22px;
    padding: 0;
  }
}
@media screen and (min-width: 675px) {
  .grid_item.other .diary_text a h2 {
    padding: 0 10%;
    font-size: 20px;
  }
}
@media screen and (min-width: 675px) {
  .grid_item.other.big .diary_text a h2 {
    padding: 0 20%;
    font-size: 26px;
  }
}
.grid_item.other.big .diary_text .center_text .read_more {
  margin: 10px 0 0 0;
}
.grid_item.other.big .diary_text .center_text p {
  margin: 1em 0;
}
.grid_item.other.big .diary_text .dots {
  margin: 20px 0;
}
.loader_sprite.load_more {
  position: relative;
  left: 0;
  top: 0;
  margin: 65px auto;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .grid_item.press.press:hover .cover {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
.csstransitions .grid_item.press.press:hover .table_hide {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .grid_item.press.press:hover .table_hide h2 {
  top: 0;
}
/* =============================================================================
   LAYOUT
============================================================================= */
.grid_list.press .grid_item {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@media screen and (max-width: 674px) {
  .grid_list.press .grid_item {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_list.press .grid_item {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_list.press .grid_item {
    width: 33.33333%;
    padding-bottom: 33.33333%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .grid_list.press .grid_item {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .grid_list.press .grid_item {
    width: 20%;
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 674px) {
  .grid_list.press .grid_item.big {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_list.press .grid_item.big {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_list.press .grid_item.big {
    width: 66.66667%;
    padding-bottom: 66.66667%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .grid_list.press .grid_item.big {
    width: 50%;
    padding-bottom: 49.9%;
  }
}
@media screen and (min-width: 1200px) {
  .grid_list.press .grid_item.big {
    width: 40%;
    padding-bottom: 39.9%;
  }
}
.grid_list.press .grid_item.press .classic_item {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid_list.press .grid_item.press .classic_item a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.grid_list.press .grid_item.press .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(40%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid_list.press .grid_item.press .press_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.grid_list.press .grid_item.press .center_text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_list.press .grid_item.press .center_text p {
  padding: 0 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Didot W01 Italic';
  font-size: 15px;
  color: #dadada;
}
.grid_list.press .grid_item.press .table_hide {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.grid_list.press .grid_item.press .table_hide h2 {
  position: relative;
  overflow: hidden;
  top: -3%;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 18px;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.grid_list.press .grid_item.press .table_hide h4 {
  left: 0;
}
.grid_list.press .grid_item.press h3 {
  margin: 40px 0 0 0;
  font-weight: normal;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
}
.grid_list.press .grid_item.press .links {
  position: relative;
  width: 100%;
  text-align: center;
}
.grid_list.press .grid_item.press .links a {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 12px;
}
.grid_list.press .grid_item.press.big .diary_overlay {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.grid_list.press .grid_item.press.youtube .cover {
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center,center;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .about.loaded {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================================================
   LAYOUT
============================================================================= */
.about {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.content_about .bandeau {
  position: relative;
  width: 100%;
}
.content_about .bandeau.first {
  background-image: url('../Img/core/bg_about.png');
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .content_about .bandeau.first {
    background-position: center -125% !important;
  }
}
@media screen and (min-width: 980px) {
  .content_about .bandeau.first {
    background-position: center -125%;
  }
}
.content_about .bandeau.second {
  margin: 50px 0 0 0;
}
.content_about .bandeau.third {
  background-image: url('../Img/core/bg_about2.png');
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .content_about .bandeau.third {
    padding: 20px 0;
    background-position: 10% center !important;
  }
}
@media screen and (min-width: 980px) {
  .content_about .bandeau.third {
    padding: 200px 0;
    background-position: 10% 260%;
  }
}
.content_about .bandeau.fourth {
  padding: 100px 0 150px;
  background-image: url('../Img/core/bg_about3.png');
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .content_about .bandeau.fourth {
    background-position: center 60% !important;
  }
}
@media screen and (min-width: 980px) {
  .content_about .bandeau.fourth {
    background-position: center -500%;
  }
}
.content_about .presentation {
  position: relative;
  margin: 0 auto;
  padding: 75px 2% 0;
  max-width: 850px;
  text-align: center;
}
.content_about .presentation .big_logo {
  position: relative;
  display: block;
  margin: 0 auto;
}
.content_about .presentation p {
  position: relative;
  margin: 40px auto 0;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-family: 'Proxima N W15 Reg';
  font-size: 14px;
  color: #a1a1a1;
}
.content_about .presentation > a {
  display: inline-block;
  margin: 25px 0;
  padding: 0 0 0 25px;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #be9b5e;
  background-image: url('../Img/core/arrow_h.png');
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content_about .presentation > a:hover {
  color: #FFCE79;
  background-position: 5px center;
}
.content_about .presentation .store1 {
  position: relative;
  display: block;
  margin: 60px 0 0 0;
  width: 100%;
  max-width: 494px;
}
@media screen and (max-width: 979px) {
  .content_about .presentation .store1 {
    top: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .content_about .presentation .store1 {
    top: 0;
  }
}
.content_about .address {
  width: 304px;
  height: 304px;
}
@media screen and (max-width: 574px) {
  .content_about .address.paris_store {
    position: relative;
    margin: 40px auto;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .address.paris_store {
    position: absolute;
    top: 85% !important;
    left: 60%;
    margin: -128px 0 0 -128px;
  }
}
@media screen and (min-width: 980px) {
  .content_about .address.paris_store {
    position: absolute;
    top: 65%;
    left: 60%;
    margin: -128px 0 0 -128px;
  }
}
@media screen and (max-width: 574px) {
  .content_about .address.hublot_store {
    position: relative;
    margin: 40px auto;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .address.hublot_store {
    position: absolute;
    top: 80% !important;
    right: 5%;
    margin: -128px 0 0 -128px;
  }
}
@media screen and (min-width: 980px) {
  .content_about .address.hublot_store {
    position: absolute;
    top: 35%;
    right: 5%;
    margin: -128px 0 0 -128px;
  }
}
.content_about .address .opacity_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.content_about .address .opaque_box {
  position: absolute;
  padding: 50px 0;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  background-color: #131313;
}
.content_about .address .opaque_box h5 {
  margin: 0 0 5px;
  font-family: 'Brandon Grot W01 Bold';
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
.content_about .address .opaque_box h6 {
  margin: 0 0 15px;
  font-family: 'Brandon Grot W01 Medium';
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #dadada;
  font-size: 13px;
}
.content_about .address .opaque_box span,
.content_about .address .opaque_box a {
  display: block;
  margin: 3px 0;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  text-align: center;
  color: #dadada;
  font-size: 10px;
}
.content_about .address .opaque_box span.mail,
.content_about .address .opaque_box a.mail {
  margin: 0 0 25px 0;
}
.content_about .address .opaque_box span.dark,
.content_about .address .opaque_box a.dark {
  color: #6a6a6a;
}
.content_about .baseline {
  position: relative;
}
.content_about .baseline h3 {
  position: relative;
  max-width: 70%;
  font-family: 'Didot W01 Italic';
  font-weight: normal;
  font-size: 22px;
  color: #c6c6c6;
  text-transform: inherit;
  text-align: left;
  line-height: 1.3;
}
.content_about .baseline h3 span {
  display: inline-block;
  position: relative;
  height: 24px;
  top: -8px;
  font-size: 38px;
  color: #737373;
}
.content_about .baseline h3 a {
  text-decoration: none;
  color: #c6c6c6;
}
.content_about .baseline h4 {
  position: relative;
  max-width: 70%;
  font-family: 'Proxima N W01 Light';
  font-weight: normal;
  text-align: right;
  font-size: 17px;
  color: #be9b5e;
}
@media screen and (max-width: 574px) {
  .content_about .baseline .store2 {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .baseline .store2 {
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  .content_about .baseline .store2 {
    position: absolute;
    top: 175%;
    right: -150px;
  }
}
.content_about .baseline.right {
  position: relative;
  margin: 100px auto 0;
  padding: 0 2%;
}
@media screen and (max-width: 574px) {
  .content_about .baseline.right {
    max-width: 100%;
  }
  .content_about .baseline.right h3 {
    max-width: 100%;
    text-align: center;
  }
  .content_about .baseline.right h4 {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 575px) {
  .content_about .baseline.right {
    max-width: 890px;
  }
  .content_about .baseline.right h3 {
    float: right;
    max-width: 50%;
  }
  .content_about .baseline.right h4 {
    float: right;
    clear: both;
  }
}
.content_about .baseline.left {
  margin: 40px auto 0;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 574px) {
  .content_about .baseline.left {
    max-width: 100%;
  }
  .content_about .baseline.left h3 {
    max-width: 100%;
    text-align: center;
  }
  .content_about .baseline.left h4 {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 575px) {
  .content_about .baseline.left {
    max-width: 660px;
  }
  .content_about .baseline.left h3 {
    max-width: 85%;
    text-align: left;
  }
  .content_about .baseline.left h4 {
    max-width: 70%;
    text-align: right;
  }
}
@media screen and (max-width: 979px) {
  .content_about .baseline.spe {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .content_about .baseline.spe h3 {
    max-width: 100%;
    text-align: center;
  }
  .content_about .baseline.spe h4 {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .content_about .baseline.spe {
    float: right;
    width: 53%;
    top: 150px;
  }
  .content_about .baseline.spe h3 {
    max-width: 70%;
    text-align: right;
  }
  .content_about .baseline.spe h4 {
    max-width: 70%;
    text-align: right;
  }
}
.content_about .youtube {
  position: relative;
  max-width: 1075px;
  margin: 0 auto;
  padding: 0 2% 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  .content_about .youtube {
    text-align: right;
  }
}
@media screen and (min-width: 980px) {
  
}
.content_about .youtube video {
  position: relative;
}
@media screen and (max-width: 574px) {
  .content_about .youtube video {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .youtube video {
    display: block;
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 980px) {
  .content_about .youtube video {
    display: block;
    top: 175px;
    float: right;
    clear: both;
    width: 43%;
  }
}
.content_about .youtube iframe {
  position: relative;
  display: block;
  float: right;
  clear: both;
}
@media screen and (max-width: 574px) {
  .content_about .youtube .watch {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .youtube .watch {
    display: inline-block;
    position: relative;
    margin: -100px 0 0 0;
    top: 0 !important;
  }
}
@media screen and (min-width: 980px) {
  .content_about .youtube .watch {
    display: block;
    position: absolute;
    top: 90%;
    right: 15%;
    float: right;
    clear: both;
  }
}
.content_about .hublot {
  position: relative;
  max-width: 850px;
  padding: 0 2%;
  margin: 0 auto;
  text-align: center;
}
.content_about .hublot h2 {
  font-family: 'Proxima N W01 Light';
  font-size: 50px;
  color: #feffff;
  text-align: left;
  text-transform: uppercase;
}
.content_about .hublot p {
  position: relative;
  margin: 40px auto 70px;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-family: 'Proxima N W15 Reg';
  font-size: 14px;
  color: #a1a1a1;
}
.content_about .hublot img {
  display: block;
  position: relative;
}
.content_about .hublot img.big_logo {
  margin: 0 auto;
}
.content_about .hublot img.store3 {
  margin: 35px 0 0 0;
}
@media screen and (max-width: 574px) {
  .content_about .hublot img.store3 {
    width: 100%;
    top: 0 !important;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .hublot img.store3 {
    top: 0 !important;
    left: 20%;
  }
}
@media screen and (min-width: 980px) {
  .content_about .hublot img.store3 {
    top: 300px;
    left: 15%;
  }
}
.content_about .hublot img.store4 {
  position: absolute;
}
@media screen and (max-width: 574px) {
  .content_about .hublot img.store4 {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 979px) {
  .content_about .hublot img.store4 {
    top: 70% !important;
    left: 5%;
  }
}
@media screen and (min-width: 980px) {
  .content_about .hublot img.store4 {
    top: 95%;
    left: 0;
  }
}
.legal .content_about .presentation > p {
  text-transform: initial;
}
.legal .content_about .presentation > p a {
  color: #be9b5e;
}
/* =============================================================================
   LAYOUT
============================================================================= */
.content_contact {
  position: relative;
  width: 100%;
  background-image: url('../Img/core/bg_about.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content_contact .sorry.contact {
  padding: 110px 0 0 0;
  margin: 0 auto;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.content_contact .contact_button {
  position: relative;
  display: inline-block;
  margin: 55px 0 0 0;
  padding: 0 12px;
  height: 46px;
  text-align: center;
  font-size: 0;
  background-color: #e8e7e7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
}
.content_contact .contact_button span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
}
.content_contact .contact_button span.loader_contact {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 24px;
  top: 7px;
}
.content_contact .form {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0 10px 60px;
  margin: 85px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.content_contact .form .input_contact {
  display: block;
  width: 100%;
  height: 47px;
  background-color: #1b1a1a;
  border: 1px solid #1b1a1a;
  margin: 5px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #bfbebe;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
}
.content_contact .form .input_contact.contact_message {
  height: 230px;
  padding: 15px 20px;
  resize: none;
}
.content_contact .form .input_contact.border {
  border: 1px solid #bfbebe;
}
.content_contact .error_message {
  display: block;
  margin: 10px 0 0 0;
  color: #bfbebe;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.content_contact .newsletter {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dotted #2d2d2d;
  text-align: center;
}
.content_contact .newsletter h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 14px;
  color: #808080;
}
.content_contact .newsletter .input_contact {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 47px;
  background-color: #1b1a1a;
  border: 1px solid #1b1a1a;
  margin: 35px auto 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #bfbebe;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
}
.content_contact .newsletter .input_contact.border {
  border: 1px solid #bfbebe;
}
.content_contact .newsletter .contact_button {
  margin: 25px 0 0 0;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .extra.loaded {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================================================
   LAYOUT
============================================================================= */
.extra {
  position: relative;
  width: 92%;
  min-height: 300px;
  margin: 70px auto;
}
.contact_button {
  position: relative;
  display: inline-block;
  margin: 25px 0 0 0;
  padding: 0 25px;
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 0;
  background-color: #e8e7e7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
  box-sizing: border-box;
}
.contact_button span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 12px;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
}
.contact_button span.loader_contact {
  position: relative;
  width: 24px;
  height: 24px;
  top: 4px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   CSS TRANSITIONS
============================================================================= */
.csstransitions .loader_img.ended {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.csstransitions .halo_bg.loaded {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .fixed_bg.loaded {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.csstransitions .inside_title.little:hover .bottom_title {
  bottom: 50%;
}
.csstransitions .inside_title.little:hover img {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.csstransitions .loader_sprite.show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================================================
   COMMON STYLES
============================================================================= */
html,
body {
  position: relative;
  width: 100%;
  background-color: #050505;
}
body {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media screen and (max-width: 674px) {
  body.open {
    right: 45%;
  }
}
@media screen and (min-width: 675px) {
  
}
body.hidden {
  overflow: hidden;
}
.loader_sprite {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -25px;
  height: 43px;
  width: 49px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background-image: url('../Img/spriteloader.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.loader_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.loader_img img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 43px;
  margin: -21px 0 0 -23px;
}
.scroll_down {
  position: fixed;
  height: 40px;
  width: 40px;
  cursor: pointer;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -20px;
  z-index: 999;
  background-image: url('../Img/core/arrow_home.jpg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.scroll_down.hide {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.wrapper_content {
  position: relative;
  overflow: hidden;
}
.halo_bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../Img/core/picco2.png');
  background-position: center 50px;
  background-repeat: no-repeat;
  display: none;
  transition: opacity .8s ease 500ms, right .5s ease;
  -ms-transition: opacity .8s ease 500ms, right .5s ease;
  -moz-transition: opacity .8s ease 500ms, right .5s ease;
  -webkit-transition: opacity .8s ease 500ms, right .5s ease;
  -o-transition: opacity .8s ease 500ms, right .5s ease;
}
.halo_bg.home {
  background-position: center 500px;
  display: block;
}
.halo_bg.home.mobile {
  position: absolute;
}
@media screen and (max-width: 674px) {
  .halo_bg.open {
    right: 45%;
  }
}
@media screen and (min-width: 675px) {
  
}
.fixed_bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../Img/core/picco.png');
  background-position: center 50px;
  background-repeat: no-repeat;
  transition: opacity .8s ease, right .5s ease;
  -ms-transition: opacity .8s ease, right .5s ease;
  -moz-transition: opacity .8s ease, right .5s ease;
  -webkit-transition: opacity .8s ease, right .5s ease;
  -o-transition: opacity .8s ease, right .5s ease;
}
.fixed_bg.home {
  background-position: center 500px;
  background-image: url('../Img/core/picco1.png');
}
.fixed_bg.home.mobile {
  position: absolute;
  right: 0 !important;
}
.fixed_bg.grid_list_bg {
  display: none;
}
.fixed_bg.watch_entry {
  display: none;
}
.fixed_bg.diary {
  display: none;
}
.fixed_bg.presse {
  display: none;
}
.fixed_bg.about {
  display: none;
}
.fixed_bg.contact {
  display: none;
}
.fixed_bg.mobile {
  display: none;
}
.fixed_bg.hide {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 674px) {
  .fixed_bg.open {
    right: 45%;
  }
}
@media screen and (min-width: 675px) {
  
}
header {
  position: relative;
  height: 110px;
  margin: 0 auto;
  background-color: #070707;
}
@media screen and (max-width: 674px) {
  header {
    width: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 914px) {
  header {
    width: 675px;
  }
}
@media screen and (min-width: 915px) {
  header {
    width: 950px;
  }
}
nav {
  position: relative;
  height: 70%;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 674px) {
  nav {
    width: 285px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 675px) {
  nav {
    width: 950px;
  }
}
nav ul {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 674px) {
  nav ul {
    position: fixed;
    right: 0px;
    width: 45%;
    height: 100%;
    z-index: -1;
    background-color: #151414;
  }
}
@media screen and (min-width: 675px) {
  nav ul {
    height: 60px;
  }
}
nav ul li {
  display: block;
}
@media screen and (max-width: 674px) {
  nav ul li {
    height: 60px;
    border-bottom: 1px solid #262626;
    margin: 0 0 0 20px;
  }
  nav ul li:last-child {
    display: none;
  }
}
@media screen and (min-width: 675px) {
  nav ul li {
    float: left;
  }
}
@media screen and (max-width: 674px) {
  
}
@media screen and (min-width: 675px) {
  nav ul li:nth-child(1) span {
    border-left: 1px solid #1f1f1f;
  }
}
@media screen and (max-width: 674px) {
  nav ul li:last-child a {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 675px) and (max-width: 914px) {
  nav ul li:last-child a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 915px) {
  nav ul li:last-child a {
    padding: 0 20px;
  }
}
nav ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
}
nav ul li a:hover span {
  color: #fff;
}
nav ul li a span {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Bold';
  color: #777777;
  font-size: 13px;
  line-height: 60px;
}
@media screen and (max-width: 674px) {
  nav ul li a span {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 675px) and (max-width: 914px) {
  nav ul li a span {
    padding: 0 15px;
    border-right: 1px solid #1f1f1f;
  }
}
@media screen and (min-width: 915px) {
  nav ul li a span {
    padding: 0 20px;
    border-right: 1px solid #1f1f1f;
  }
}
nav ul li a span.active {
  color: #fff;
}
nav ul li .langs {
  display: block;
  cursor: pointer;
  overflow: hidden;
  height: 16px;
  width: 16px;
  padding: 5px 20px 5px 5px;
  margin: 17px 0 0 20px;
  border-radius: 5px;
  background-color: #151414;
  border: 1px solid #1b1a1a;
  background-position: 27px 12px;
  background-repeat: no-repeat;
  background-image: url('../Img/core/arrow_b.png');
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -ms-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
nav ul li .langs a {
  width: 16px;
  height: 16px;
  margin: 0 0 5px 0;
  background-position: center;
  background-repeat: no-repeat;
}
nav ul li .langs a.fr {
  background-image: url('../Img/core/fr.png');
}
nav ul li .langs a.en {
  background-image: url('../Img/core/en.png');
}
nav ul li .langs a.us {
  background-image: url('../Img/core/us.png');
}
nav ul li .langs:hover {
  height: 55px;
}
nav ul li .ambassadeur {
  display: block;
  position: relative;
  width: 76px;
  height: 60px;
  background-image: url('../Img/core/ambassadeur.png');
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  border: 0;
}
nav .logo {
  display: block;
  position: relative;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  border: 0;
}
@media screen and (max-width: 674px) {
  nav .logo {
    background-image: url('../Img/core/logo.png');
    width: 181px;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 675px) and (max-width: 914px) {
  nav .logo {
    background-image: url('../Img/core/logo_mini.png');
    width: 33px;
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 915px) {
  nav .logo {
    background-image: url('../Img/core/logo.png');
    width: 181px;
    padding: 0 0 0 20px;
  }
}
nav .button_nav {
  width: 60px;
  height: 60px;
  float: left;
  background-image: url('../Img/core/button_nav.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-left: 1px solid #1f1f1f;
}
@media screen and (max-width: 674px) {
  nav .button_nav {
    display: block;
  }
}
@media screen and (min-width: 675px) {
  nav .button_nav {
    display: none;
  }
}
.retailer {
  color: #dadada;
  width: 100%;
  font-size: 11px;
  margin-left: 36px;
  float: left;
  display: block;
}
@media screen and (min-width: 675px) and (max-width: 914px) {
  .retailer {
    display: none;
  }
}
.retailer.footer {
  margin-left: 0;
  display: block;
}
.ambassadeur_popin {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.ambassadeur_popin .ambassadeur-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  moz-opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
}
.ambassadeur_popin .ambassadeur-container {
  width: 510px;
  height: 100%;
  margin: 0 auto;
}
.ambassadeur_popin .ambassadeur-container .ambassadeur-content {
  position: relative;
  top: 90px;
  float: left;
  margin: 0;
}
.ambassadeur_popin .ambassadeur-container .right {
  position: relative;
  float: left;
  margin-left: 10px;
}
.ambassadeur_popin .ambassadeur-container .right .close {
  display: inline-block;
  position: fixed;
  top: 90px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('../Img/core/cross.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  -ms-transition: -ms-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transition: transform .1s ease;
}
.ambassadeur_popin .ambassadeur-container .right .close:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer-social {
  position: relative;
  padding: 10px 0 40px;
  background-color: #151414;
  width: 100%;
}
.footer-social h5 {
  text-align: center;
}
.footer-social h5 {
  font-family: 'Didot W01 Italic';
  font-size: 20px;
  color: #8c7745;
}
.footer-social .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 350px;
  margin: auto;
  margin-top: 70px;
}
.footer-social .contact a {
  text-decoration: none;
}
.footer-social .contact:hover {
  color: #fff;
}
.footer-social .contact .logo {
  height: 25px;
  display: block;
  margin: auto;
}
.footer-social .contact .title {
  margin-top: 5px;
}
.footer-social .contact .title span {
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  color: #d4d4d4;
  text-align: center;
}
.footer-newsletter {
  position: relative;
  padding: 10px 0 40px;
  background-color: #151414;
  width: 100%;
}
.footer-newsletter.contact {
  background-color: inherit;
}
.footer-newsletter h4,
.footer-newsletter h5 {
  text-align: center;
}
.footer-newsletter h4 {
  font-family: 'Brandon Grot W01 Bold';
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-newsletter h5 {
  font-family: 'Didot W01 Italic';
  font-size: 20px;
  color: #8c7745;
}
.footer-newsletter .newsletter-form {
  display: block;
  margin: 0 auto;
  width: 460px;
}
.footer-newsletter .newsletter-form .contact_button {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 25px;
  height: 40px;
  text-align: center;
  font-size: 0;
  background-color: #e8e7e7;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  cursor: pointer;
}
.footer-newsletter .newsletter-form .contact_button span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 13px;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
}
.footer-newsletter .newsletter-form .contact_button span.loader_contact {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 24px;
  top: 7px;
}
.footer-newsletter .newsletter-form .input_contact {
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #1b1a1a;
  border: 1px solid #1b1a1a;
  margin: 5px  20px 5px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #bfbebe;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  font-size: 12px;
  outline: none;
}
.footer-newsletter .newsletter-form .input_contact.contact_message {
  height: 230px;
  padding: 15px 20px;
  resize: none;
}
.footer-newsletter .newsletter-form .input_contact.border {
  border: 1px solid #bfbebe;
}
.footer-newsletter .newsletter-form .gdpr-message {
  margin-top: 20px;
  color: #bfbebe;
  font-family: 'Brandon Grot W01 Medium';
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}
.footer-newsletter .newsletter-form .gdpr-message a {
  color: #be9b5e;
}
@media screen and (max-width: 674px) {
  .footer-newsletter {
    padding: 40px 0 30px;
  }
  .footer-newsletter .newsletter-form {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter .newsletter-form .input_contact {
    display: block;
    width: 90%;
    margin: 5px auto;
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: #121212;
  padding: 60px 0 0 0;
}
footer .informations {
  position: relative;
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
}
footer .informations div {
  position: relative;
  text-align: center;
  float: left;
}
@media screen and (max-width: 674px) {
  footer .informations div {
    width: 100%;
  }
}
@media screen and (min-width: 675px) {
  footer .informations div {
    width: 100%;
  }
}
footer .informations div.last {
  margin: 0;
}
footer .informations div.schedule {
  padding: 30px 0;
}
footer .informations div.schedule img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -32px;
}
footer .informations h5 {
  margin: 0;
  display: inline-block;
  text-align: center;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 18px;
  color: #808080;
  text-transform: uppercase;
}
footer .informations h6 {
  margin: 2px 0;
  text-align: center;
  font-family: 'Brandon Grot W01 Light';
  font-size: 13px;
  color: #808080;
  text-transform: uppercase;
}
footer .informations span,
footer .informations a {
  display: block;
  margin: 4px 0;
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  color: #d4d4d4;
  text-transform: uppercase;
  text-decoration: none;
}
footer .informations span.first,
footer .informations a.first {
  display: inline-block;
  margin: 15px 0 0 0;
}
footer .informations a {
  display: inline-block;
}
footer .contact {
  text-align: center;
  margin: 60px 0 40px;
  font-family: 'Brandon Grot W01 Light';
  font-size: 13px;
  color: #808080;
}
footer .contact span {
  display: inline-block;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
}
footer .contact a {
  display: inline-block;
  font-family: 'Brandon Grot W01 Light';
  font-size: 13px;
  color: #808080;
  margin: 0 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer .contact a:hover {
  color: #fff;
}
footer nav {
  position: relative;
  width: 100%;
  text-align: center;
}
footer nav a {
  display: inline-block;
  color: #777777;
  padding: 0 20px;
  line-height: 60px;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
footer nav a:hover {
  color: #fff;
}
footer .other_logo {
  display: block;
  width: 105px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  background-image: url('../Img/core/logo2.png');
  background-repeat: no-repeat;
  background-position: center;
}
footer .payments {
  display: block;
  margin: auto;
  height: 15px;
  opacity: 0.5;
}
/* =============================================================================
   GENERICS
============================================================================= */
.grid_main {
  position: relative;
  max-width: 1300px;
  margin: 100px auto 0;
}
.grid_main.accessories,
.grid_main.intro {
  margin: auto;
}
.grid_main.home_diary {
  margin-bottom: 70px;
}
.grid_main.footer-news {
  max-width: none;
  background-color: #151414;
}
@media screen and (max-width: 319px) {
  .grid_main {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 427px) {
  .grid_main {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 428px) and (max-width: 564px) {
  .grid_main {
    padding: 0 10% 0;
  }
}
@media screen and (min-width: 565px) and (max-width: 674px) {
  .grid_main {
    padding: 0 20% 0;
  }
}
@media screen and (min-width: 675px) {
  .grid_main {
    padding: 0 10px 0;
  }
}
@media screen and (max-width: 674px) {
  .grid_main.list {
    padding: 0 8% 160px;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main.list {
    padding: 0 8% 160px;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main.list {
    padding: 0 10px 160px;
  }
}
@media screen and (min-width: 980px) {
  .grid_main.list {
    padding: 0 10px 160px;
  }
}
.grid_main_list {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 674px) {
  .grid_main_list {
    padding: 0 0 160px;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main_list {
    padding: 0 8% 160px;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main_list {
    padding: 0 10px 160px;
  }
}
@media screen and (min-width: 980px) {
  .grid_main_list {
    padding: 0 10px 160px;
  }
}
.grid_main_list.diary {
  margin: 0 auto;
  max-width: none;
}
@media screen and (max-width: 674px) {
  .grid_main_list.diary {
    padding: 0 3% 160px;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main_list.diary {
    padding: 0 50px 160px;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main_list.diary {
    padding: 0 50px 160px;
  }
}
@media screen and (min-width: 980px) {
  .grid_main_list.diary {
    padding: 0 50px 160px;
  }
}
.grid_main_list.press {
  margin: 0 auto;
  max-width: none;
}
@media screen and (max-width: 674px) {
  .grid_main_list.press {
    padding: 0 3% 160px;
  }
}
@media screen and (min-width: 675px) and (max-width: 864px) {
  .grid_main_list.press {
    padding: 0 50px 160px;
  }
}
@media screen and (min-width: 865px) and (max-width: 979px) {
  .grid_main_list.press {
    padding: 0 50px 160px;
  }
}
@media screen and (min-width: 980px) {
  .grid_main_list.press {
    padding: 0 50px 160px;
  }
}
.opacity_box {
  background-color: #fff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}
.classic_text {
  background-color: #151414;
  text-align: center;
}
.classic_text.hublot img {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  margin: -20% 0 0 -30%;
}
.classic_text.fhh img {
  position: absolute;
  top: 60%;
  left: 47%;
  margin: -20% 0 0 -30%;
}
.classic_text span {
  display: block;
  position: absolute;
  top: 34%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Light';
}
@media screen and (max-width: 1039px) {
  .classic_text span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1040px) {
  .classic_text span {
    font-size: 22px;
  }
}
.classic_text span.bold {
  font-family: 'Brandon Grot W01 Bold';
  top: 49%;
}
.classic_img {
  background-color: #000;
}
.classic_img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: -50% 0 0 -50%;
}
.classic_img .small_watch {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.classic_img.cover {
  background-position: center;
  background-size: cover;
}
.inside_title {
  cursor: pointer;
}
.inside_title .dots2 {
  position: absolute;
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 40px;
  margin: 0 0 0 -23px;
  background-image: url('../Img/core/dots2.png');
  background-repeat: no-repeat;
  background-position: center;
}
.inside_title h3 {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Brandon Grot W01 Bold';
  font-size: 18px;
  color: #fff;
}
.inside_title h4 {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 12px;
  color: #b99d5b;
}
.inside_title.little img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.inside_title.little .bottom_title {
  position: absolute;
  width: 100%;
  margin: 0 0 -34px 0;
  bottom: -3%;
  -webkit-transition: bottom 0.2s ease;
  -moz-transition: bottom 0.2s ease;
  -ms-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}
.inside_title.little .bottom_title h4 {
  bottom: 0;
  position: relative;
}
.inside_title.little .bottom_title .dots2 {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 10px auto 2px;
}
.inside_title.little .bottom_title .picto {
  position: relative;
  margin: 0 auto;
  width: 102px;
  height: 36px;
  background-image: url('../Img/core/insta.png');
  background-repeat: no-repeat;
  background-position: center;
}
h2 {
  padding: 4% 0 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Brandon Grot W01 Bold';
  font-weight: normal;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 674px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 675px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Light';
  font-weight: normal;
  color: #b99d5b;
}
@media screen and (max-width: 674px) {
  h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 675px) {
  h3 {
    font-size: 14px;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.title_hide {
  position: absolute;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.title_hide h2 {
  padding: 0;
  font-family: 'Brandon Grot W01 Medium';
  font-size: 32px;
  white-space: nowrap;
}
.title_hide h2.long_title {
  position: absolute;
  min-width: 100%;
}
.title_hide h3 {
  font-size: 18px;
  position: relative;
}
.arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 52px;
  cursor: pointer;
  background-image: url('../Img/core/arrow_l.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1b1a1a;
}
.arrow.right {
  background-image: url('../Img/core/arrow_r.png');
  right: 0;
}
.sort_grid {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 4px 0;
  background-color: #070707;
}
@media screen and (max-width: 864px) {
  .sort_grid.fixed {
    display: none;
  }
}
@media screen and (min-width: 865px) {
  .sort_grid.fixed {
    position: fixed;
    top: 0;
    right: 10px;
    left: 10px;
    width: auto;
  }
}
.sort_grid > div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sort_grid > div h1 {
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  color: #e4e6e6;
  text-transform: uppercase;
  font-weight: normal;
}
.sort_grid > div h1 .bold {
  display: inline;
}
.sort_grid > div span {
  display: block;
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  color: #e4e6e6;
  text-transform: uppercase;
}
.sort_grid > div span.bold {
  margin: 32px 0 0 0;
  font-family: 'Brandon Grot W01 Bold';
}
.sort_grid .left {
  height: 100px;
}
.sort_grid .left h1 {
  margin: 32px 0 0 0;
}
@media screen and (max-width: 863px) {
  .sort_grid .left {
    width: 100%;
    padding: 0 50px 0 20px;
  }
}
@media screen and (min-width: 864px) {
  .sort_grid .left {
    width: 50%;
    padding: 0 50px 0 60px;
  }
}
.sort_grid .sort {
  position: relative;
  overflow: hidden;
  height: 100px;
  cursor: pointer;
  border-left: 1px solid #121212;
}
@media screen and (max-width: 674px) {
  .sort_grid .sort {
    width: 100%;
  }
}
@media screen and (min-width: 675px) and (max-width: 863px) {
  .sort_grid .sort {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 864px) {
  .sort_grid .sort {
    width: 16.6666666%;
  }
}
.sort_grid .sort.no_border {
  border: 0;
}
.sort_grid .sort .arrow_b {
  position: absolute;
  right: 25px;
  top: 50%;
  margin: -2px 0 0 0;
  width: 7px;
  height: 4px;
  background-image: url('../Img/core/arrow_b.png');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
}
.sort_grid .sort span {
  padding: 0 50px 0 20px;
}
.sort_grid .sort.deploy {
  background-color: #e6e6e6;
  overflow: visible;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sort_grid .sort.deploy span {
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sort_grid .sort.deploy .filter_sort {
  background-color: #e6e6e6;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sort_grid .sort.deploy .filter_sort ul li a {
  color: #4b4b4b;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sort_grid .sort.deploy .arrow_b {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sort_grid .sort .filter_sort {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #000;
  padding: 0 0 8px 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.sort_grid .sort .filter_sort .box {
  position: relative;
  width: 100%;
  height: 475px;
}
.sort_grid .sort .filter_sort .box .antiscroll-inner {
  position: relative;
  width: 100%;
  height: 475px;
}
.sort_grid .sort .filter_sort .box.diary {
  height: 325px;
}
.sort_grid .sort .filter_sort .box.diary .antiscroll-inner {
  height: 325px;
}
.sort_grid .sort .filter_sort ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
}
.sort_grid .sort .filter_sort ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
  margin: 0 9px;
  text-align: left;
}
.sort_grid .sort .filter_sort ul li a {
  display: block;
  padding: 20px 15px;
  font-family: 'Brandon Grot W01 Light';
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
  text-decoration: none;
}
.sort_grid .sort .filter_sort ul li a:hover {
  background-color: #fff;
  color: #4b4b4b;
}
.social_share {
  float: right;
}
.social_share .fb-like {
  width: 131px;
}
.social_share .twitter {
  width: 75px;
  overflow: hidden;
}
.social_share .pinterest {
  margin-right: 5px;
}
.social_share a,
.social_share div,
.social_share span,
.social_share iframe {
  margin-right: 5px;
  display: block;
  float: left;
  height: 24px;
  vertical-align: top;
}
.social_share .whatsapp {
  margin-top: -5px;
}
.social_share .whatsapp .fa-whatsapp {
  font-size: 30px;
  text-decoration: none;
  color: green;
}
.welcome_message {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.welcome_message .fixed_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
}
.welcome_message .fixed_content {
  position: relative;
  margin: 0 auto;
  padding: 4px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (max-width: 563px) {
  .welcome_message .fixed_content {
    width: 300px;
  }
  .welcome_message .fixed_content .close_store.cross {
    display: none;
  }
}
@media screen and (min-width: 564px) {
  .welcome_message .fixed_content {
    width: 435px;
  }
}
.welcome_message .fixed_content .opacity_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #fff;
}
.welcome_message .fixed_content .text_content {
  position: relative;
  padding: 4px;
  background-color: #101010;
}
.welcome_message .fixed_content .text_content p {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Brandon Grot W01 Medium';
  color: #fafafa;
}
.welcome_message .fixed_content .text_content p:nth-of-type(1) {
  font-family: 'Brandon Grot W01 Light';
}
.welcome_message .fixed_content .close_store {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Brandon Grot W01 Medium';
  color: #dadada;
  font-size: 20px;
  cursor: pointer;
}
.welcome_message .fixed_content .close_store.text {
  position: relative;
}
.welcome_message .fixed_content .close_store.cross {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: -60px;
  cursor: pointer;
  background-image: url('../Img/core/cross.png');
  background-repeat: no-repeat;
  background-position: center;
}
.welcome_message.show {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.watch_infos .contact button {
  margin: 0 8px 20px;
  padding: 0 12px;
  height: 46px;
  text-align: center;
  background-color: #e8e7e7;
  border-radius: 23px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.watch_infos .contact button:hover {
  background-color: white;
}
.error__title {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 20vh 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Brandon Grot W01 Bold';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.breadcrumb {
  padding: 0 20px;
  color: white;
}
.breadcrumb--about {
  margin: 0 auto;
}
@media (min-width: 720px) {
  .breadcrumb--about {
    width: 665px;
    padding: 0;
  }
}
@media (min-width: 915px) {
  .breadcrumb--about {
    width: 865px;
  }
}
.breadcrumb--press {
  margin: 0 15%;
}
.breadcrumb--press li {
  display: flex;
}
@media (min-width: 865px) {
  .breadcrumb--selection {
    padding-left: 60px;
  }
}
.breadcrumb ol {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 430px) {
  .breadcrumb ol {
    flex-direction: row;
  }
}
.breadcrumb li {
  list-style-type: none;
  display: flex;
}
.breadcrumb a {
  color: #be9b5e;
  font-family: 'Brandon Grot W01 Medium';
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.breadcrumb a:hover {
  color: white;
  transition: color 0.2s ease-in-out;
}
.breadcrumb li + li:before {
  content: '>';
  margin: 0 20px;
}
.breadcrumb--dark {
  padding: 0;
  color: black;
}
.breadcrumb--dark a:hover {
  color: black;
}
@media (min-width: 980px) {
  .breadcrumb--dark {
    margin-top: 60px;
  }
}
@media (min-width: 1210px) {
  .breadcrumb--dark {
    margin-top: 20px;
  }
}
