/*---------------*\
  $MIXINS
\*---------------*/
/**
 * BORDER-RADIUS...
 * BOX-SHADOW......
 * OPACITY.........
 * TRANSLATE.......
 * TRANSITION......
 */
/*---------------*\
  $BORDER-RADIUS
\*---------------*/
/*---------------*\
  $BOX-SHADOW
\*---------------*/
/*---------------*\
  $OPACITY
\*---------------*/
/*---------------*\
  $TRANSLATE
\*---------------*/
/*---------------*\
  $TRANSITION
\*---------------*/
/*---------------*\
  $DEFAULT
\*---------------*/
/**
 * RESET
 * COMMON
 */
/*---------------*\
  $COMMON
\*---------------*/
.beaute-homme {
  font-family: "ARS", "Open Sans", sans-serif;
  padding-bottom: 110px;
}
.beaute-homme__back-to-top {
  text-align: center;
}
.beaute-homme__back-to-top a,
.beaute-homme__back-to-top a:focus,
.beaute-homme__back-to-top a:hover {
  color: #707070;
  display: inline-block;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}
.beaute-homme__back-to-top a::before,
.beaute-homme__back-to-top a:focus::before,
.beaute-homme__back-to-top a:hover::before {
  background-image: url("../images/top.png");
  content: "";
  display: block;
  height: 17px;
  margin: 0 auto 15px;
  width: 30px;
}
.beaute-homme__back-to-top a:hover {
  text-decoration: underline;
}

.color-black {
  color: black !important;
}

.color-dark-grey {
  color: #1b1b1b !important;
}

.color-green {
  color: #43757c !important;
}

.color-grey {
  color: #646464 !important;
}

.color-light-grey {
  color: #c7c1be !important;
}

.color-white {
  color: white !important;
}

.color-primary {
  color: #9cb8c6 !important;
}

.color-secondary {
  color: #c7c1be !important;
}

.color-tertiary {
  color: #b2c6bb !important;
}

.beaute-homme__header {
  background: url("../images/header.jpg") no-repeat 50%;
  background-size: cover;
  height: 580px;
  position: relative;
}

.beaute-homme__nav {
  text-align: center;
  padding-top: 30px;
  z-index: 1;
}
.beaute-homme__nav .beaute-homme__header__nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.beaute-homme__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.beaute-homme__nav a,
.beaute-homme__nav a:focus,
.beaute-homme__nav a:hover {
  color: white;
  text-decoration: none;
}
.beaute-homme__nav a:hover {
  text-decoration: none;
}
.beaute-homme__nav__category {
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  vertical-align: top;
}
.beaute-homme__nav__category > a,
.beaute-homme__nav__category > a:focus,
.beaute-homme__nav__category > a:hover {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  padding: 6px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  min-width: 128px;
}
.beaute-homme__nav__category + .beaute-homme__nav__category::before {
  background-color: white;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 10px);
  width: 1px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.beaute-homme__nav__category--active > a,
.beaute-homme__nav__category--active > a:focus,
.beaute-homme__nav__category--active > a:hover {
  padding: 10px;
  background-color: #FD5300;
  font-size: 17px;
}
.beaute-homme__nav__submenu {
  background-color: rgba(199, 193, 190, 0.5);
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}
.beaute-homme__nav__submenu li + li {
  border-top: 1px solid #c7c1be;
}
.beaute-homme__nav__submenu li > a,
.beaute-homme__nav__submenu li > a:focus,
.beaute-homme__nav__submenu li > a:hover {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 8.5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #000;
}
.beaute-homme__nav__submenu li > a > strong,
.beaute-homme__nav__submenu li > a:focus > strong,
.beaute-homme__nav__submenu li > a:hover > strong {
  display: block;
  text-transform: uppercase;
}
.beaute-homme__nav__submenu li > a:hover {
  background-color: #c7c1be;
}

.beaute-homme__preamble {
  padding: 35px 0;
  text-align: center;
}
.beaute-homme__preamble img {
  display: block;
  margin: 0 auto 20px;
}
.beaute-homme__preamble p {
  color: black;
  font-size: 19px;
  line-height: 32px;
  margin: 0;
}
.beaute-homme__preamble p > strong {
  color: #647f90;
}

.beaute-homme__top-items {
  margin: 80px auto 0;
  max-width: 740px;
  position: relative;
}
.beaute-homme__top-items--large {
  max-width: 1000px;
}
.beaute-homme__top-items__title {
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.beaute-homme__top-items__title > span {
  background-color: #43757c;
  display: inline;
  padding: 3px 22px;
}
.beaute-homme__top-items p {
  line-height: 35px;
}
.beaute-homme__top-items p a,
.beaute-homme__top-items p a:focus,
.beaute-homme__top-items p a:hover {
  color: #646464;
  font-size: 13px;
  text-decoration: underline;
}
.beaute-homme__top-items p a:hover {
  text-decoration: none;
}
.beaute-homme__top-items article {
  display: block;
}
.beaute-homme__top-items article a,
.beaute-homme__top-items article a:focus,
.beaute-homme__top-items article a:hover {
  background-color: black;
  color: inherit;
  display: block;
  text-decoration: none;
}
.beaute-homme__top-items article a:hover {
  text-decoration: underline;
}
.beaute-homme__top-items article a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.beaute-homme__top-items article img {
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.beaute-homme__top-items article strong {
  background-color: white;
  color: #1b1b1b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
}
.beaute-homme__top-items article span {
  color: #646464;
  display: block;
  font-size: 12px;
}

.beaute-homme__push {
  margin: -15px auto 70px;
  padding-right: 9.139%;
  position: relative;
  width: 930px;
}
.beaute-homme__push--primary > div {
  background-color: #9cb8c6;
}
.beaute-homme__push--secondary > div {
  background-color: #c7c1be;
}
.beaute-homme__push--tertiary > div {
  background-color: #b2c6bb;
}
.beaute-homme__push > div {
  padding: 50px 200px 80px 35px;
}
.beaute-homme__push a,
.beaute-homme__push a:focus,
.beaute-homme__push a:hover {
  color: inherit;
  text-decoration: underline;
}
.beaute-homme__push__title {
  color: white;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.beaute-homme__push__text {
  color: white;
  display: block;
  font-size: 19px;
  line-height: 25px;
}
.beaute-homme__push img {
  background-color: #646464;
  bottom: 35px;
  display: block;
  height: 335px;
  position: absolute;
  right: 0;
  width: 240px;
}

.beaute-homme__items {
  margin: auto;
  max-width: 930px;
}
.beaute-homme__items article {
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
  width: 25.806%;
}
.beaute-homme__items article + article {
  margin-left: 11.291%;
}
.beaute-homme__items article a,
.beaute-homme__items article a:focus,
.beaute-homme__items article a:hover {
  color: inherit;
  display: block;
  text-decoration: none;
}
.beaute-homme__items article a:hover {
  text-decoration: underline;
}
.beaute-homme__items article img {
  background-color: #646464;
  display: block;
  height: 315px;
  margin-bottom: 10px;
  width: 100%;
}
.beaute-homme__items article strong {
  color: #1b1b1b;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.beaute-homme__items article span {
  color: #c7c1be;
  display: block;
  font-size: 13px;
}

.beaute-homme__inserts {
  font-size: 0;
  padding-top: 120px;
  padding-bottom: 110px;
  margin: auto;
  max-width: 1000px;
  text-align: center;
}
.beaute-homme__inserts article {
  display: inline-block;
  max-width: 48.75%;
  vertical-align: middle;
}
.beaute-homme__inserts article + article {
  margin-left: 2.5%;
}

/*# sourceMappingURL=../style.min.css.map */
