/* GLOBAL styles */
/* globals MIXINS */
.container, .container-fluid {
  max-width: 1900px; }
  @media (min-width: 1600px) {
    .container, .container-fluid {
      width: 1544px; } }
  @media (min-width: 1255px) and (max-width: 1599px) {
    .container, .container-fluid {
      width: 1254px; } }
  @media (min-width: 933px) and (max-width: 1254px) {
    .container, .container-fluid {
      width: 932px; } }
  @media (min-width: 627px) and (max-width: 932px) {
    .container, .container-fluid {
      width: 626px; } }
  @media (max-width: 626px) {
    .container, .container-fluid {
      width: 320px; } }
  @media (max-width: 320px) {
    .container, .container-fluid {
      width: 100%; } }

*:focus {
  outline: none; }

body {
  padding-top: 15px; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.rtl {
  direction: rtl; }

.row.no-padding .col {
  padding: 0; }

.swiper-slide {
  height: auto; }

.swiper-wrapper {
  height: auto; }

.text-gold {
  color: #887e5a; }

.nerisbold {
  font-family: nerisblack; }

.sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  position: relative;
  transition: color 200ms; }
  .sweep-to-top:before {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
    content: "";
    z-index: -1;
    background: #252525;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 200ms ease-out; }
  .sweep-to-top:hover, .sweep-to-top:focus, .sweep-to-top:active, .sweep-to-top.active {
    color: white !important; }
  .sweep-to-top:hover:before, .sweep-to-top:focus:before, .sweep-to-top:active:before, .sweep-to-top.active:before {
    transform: scaleY(1); }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* HEADER styles */
header .icon {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  padding-left: 40px;
  cursor: pointer;
  font-size: medium;
  background-repeat: no-repeat;
  background-position: 10px center; }
  header .icon.panier {
    background-image: url("../img/panier.png");
    background-size: 10%;
    float: right; }
  header .icon.tradition {
    background-image: url("../img/icons/tradition.icon.png"); }
  header .icon.adresses {
    background-image: url("../img/icons/adresses.icon.png"); }
  header .icon.actualite {
    background-image: url("../img/icons/actualite.icon.png"); }
  header .icon.compte {
    background-image: url("../img/icons/compte.icon.png"); }
header .btn {
  font-family: nerisblack;
  border-radius: 0; }
  header .btn span {
    font-family: nerissemibold; }
header .btn-inline {
  border: none;
  background-color: #ff6357;
  color: white; }
  header .btn-inline:hover, header .btn-inline:focus {
    color: white; }
header .row.menu {
  font-family: nerissemibold;
  font-size: 17px;
  margin-top: 15px; }
  @media (max-width: 932px) {
    header .row.menu {
      margin-top: 0; } }
  header .row.menu .col {
    display: inline-block; }
  header .row.menu a {
    color: black; }
    header .row.menu a:hover {
      text-decoration: none; }
@media (max-width: 626px) {
  header .logo {
    width: 100%; }
    header .logo img {
      width: 100%; } }
@media (max-width: 932px) {
  header .mobile-menu {
    margin-top: 20px;
    width: 100%; }
    header .mobile-menu .col {
      width: 100%;
      text-align: center; }
      header .mobile-menu .col .icon {
        width: 90%;
        display: inline-block;
        text-align: center;
        padding-left: 0;
        padding-right: 0; }
        header .mobile-menu .col .icon.panier {
          width: 100%;
          background-size: 15px;
          padding-left: 20px; }
    header .mobile-menu .menu.mobile {
      background-repeat: no-repeat;
      background-position: 75% center;
      background-size: 20px;
      background-image: url("../img/categories/arrow_down.svg"); }
      header .mobile-menu .menu.mobile .col a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: inline-block;
        width: 90%; }
    header .mobile-menu .menu:not(.mobile) {
      overflow: hidden;
      max-height: 0px;
      -webkit-transition: max-height 400ms;
      -o-transition: max-height 400ms;
      transition: max-height 400ms; }
      header .mobile-menu .menu:not(.mobile) .icon {
        background-position: 0px center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

#menu {
  margin-top: 20px;
  background-color: #ebebeb;
  width: 100%;
  height: 50px; }
  @media (max-width: 932px) {
    #menu {
      height: auto; } }
  @media (max-width: 932px) {
    #menu .row.mobile {
      background-repeat: no-repeat;
      background-position: 75% center;
      background-size: 30px;
      background-image: url("../img/categories/arrow_down.svg"); }
      #menu .row.mobile .opened {
        background-image: url("../img/categories/arrow_up.svg"); }
      #menu .row.mobile .categorie:hover {
        color: black; }
      #menu .row.mobile .categorie {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #menu .row:not(.mobile) {
      overflow: hidden;
      max-height: 0px;
      -webkit-transition: max-height 400ms;
      -o-transition: max-height 400ms;
      transition: max-height 400ms; } }
  #menu .categorie {
    cursor: pointer;
    font-family: nerissemibold;
    display: inline-block;
    line-height: 50px;
    color: black;
    font-size: 15px;
    padding-left: 1.5%;
    padding-right: 1.5%; }
    @media (min-width: 933px) and (max-width: 1254px) {
      #menu .categorie {
        font-size: 14px; } }
    #menu .categorie:hover {
      text-decoration: none;
      color: white; }
    @media (max-width: 932px) {
      #menu .categorie {
        display: block; } }

#content {
  position: relative; }

/* FOOTER styles */
footer {
  background-color: black; }
  footer .footerContainer {
    font-family: nerissemibold;
    color: white;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 25px;
    padding-bottom: 10px;
    display: grid;
    gap: 10px; }
    footer .footerContainer a {
      color: white; }
    footer .footerContainer .contact, footer .footerContainer .socials, footer .footerContainer .otherInfos {
      display: grid; }
    footer .footerContainer .socials img {
      width: 35px; }
    footer .footerContainer .rea {
      font-style: italic;
      font-family: nerislight_italic;
      margin-top: 15px; }
    @media (min-width: 1255px) {
      footer .footerContainer {
        width: 80%;
        margin: auto;
        grid-template-columns: 40% 60%;
        padding-bottom: 20px; }
        footer .footerContainer .contact {
          grid-template-columns: 70px auto; }
        footer .footerContainer .socials {
          grid-template-columns: 45px 45px 45px 45px 45px 45px; }
        footer .footerContainer .otherInfos {
          grid-template-columns: auto auto auto auto; }
          footer .footerContainer .otherInfos div {
            text-align: end; }
        footer .footerContainer .rea {
          text-align: end; } }
    @media (min-width: 933px) and (max-width: 1254px) {
      footer .footerContainer {
        width: 80%;
        margin: auto;
        grid-template-columns: 60% 40%; }
        footer .footerContainer .contact {
          grid-template-rows: 30px auto; }
        footer .footerContainer .socials {
          grid-template-columns: 40px 40px 40px;
          top: -40px;
          position: relative;
          gap: 13px 7px; }
          footer .footerContainer .socials img {
            width: 35px; }
        footer .footerContainer .otherInfos {
          gap: 7px; }
        footer .footerContainer .rea {
          display: flex;
          align-items: center; } }
    @media (max-width: 932px) {
      footer .footerContainer {
        width: 90%;
        margin: auto;
        grid-template-columns: 60% 40%; }
        footer .footerContainer .contact {
          grid-template-rows: 30px auto; }
        footer .footerContainer .socials {
          grid-template-columns: 40px 40px 40px;
          top: -40px;
          position: relative;
          gap: 13px 7px; }
          footer .footerContainer .socials img {
            width: 35px; }
        footer .footerContainer .otherInfos {
          gap: 7px; }
        footer .footerContainer .rea {
          display: flex;
          align-items: center; } }
    @media (max-width: 626px) {
      footer .footerContainer {
        text-align: center;
        grid-template-columns: auto;
        gap: 20px; }
        footer .footerContainer .contact {
          order: 1;
          gap: 5px;
          grid-template-rows: auto auto; }
        footer .footerContainer .socials {
          order: 2;
          grid-template-columns: 50px 50px 50px;
          gap: 13px 7px;
          width: 164px;
          margin: auto;
          top: 0; }
          footer .footerContainer .socials img {
            width: 40px; }
        footer .footerContainer .otherInfos {
          order: 3;
          gap: 10px; }
        footer .footerContainer .rea {
          display: grid;
          grid-template-columns: auto;
          order: 4; } }

/* COMPONENTS */
@media (min-width: 933px) and (max-width: 1254px) {
  .desktop {
    display: none !important; } }
@media (max-width: 932px) {
  .desktop {
    display: none !important; } }

@media (min-width: 1255px) {
  .touch {
    display: none !important; } }

@media (min-width: 1255px) {
  .tablet {
    display: none !important; } }
@media (max-width: 932px) {
  .tablet {
    display: none !important; } }

@media (max-width: 932px) {
  .no-mobile {
    display: none !important; } }

@media (min-width: 933px) and (max-width: 1254px) {
  .mobile {
    display: none !important; } }
@media (min-width: 1255px) {
  .mobile {
    display: none !important; } }

@media (min-width: 933px) and (max-width: 1254px) {
  .sm-mobile {
    display: none !important; } }
@media (min-width: 1255px) {
  .sm-mobile {
    display: none !important; } }
@media (min-width: 627px) and (max-width: 932px) {
  .sm-mobile {
    display: none !important; } }

@media (max-width: 626px) {
  .no-sm-mobile {
    display: none !important; } }

/* INPUTS */
md-input-container:not(.md-dark-theme) .md-input {
  padding: 0 10px;
  height: 40px;
  background: #fafafa; }

md-input-container:not(.md-dark-theme) .md-placeholder, md-input-container:not(.md-dark-theme) label:not(.md-no-float):not(.md-container-ignore) {
  transform: translate3d(7px, 38px, 0);
  -webkit-transform: translate3d(7px, 38px, 0); }

md-input-container:not(.md-dark-theme).md-input-focused label:not(.md-no-float), md-input-container:not(.md-dark-theme).md-input-has-placeholder label:not(.md-no-float), md-input-container:not(.md-dark-theme).md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75); }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

md-input-container label .small {
  font-size: .8em; }
md-input-container label .red {
  color: red;
  margin-left: 3px; }

.small_mentions {
  text-align: center;
  color: red;
  font-size: .8em;
  clear: both; }

/* POPUP ADRESSE */
.popup_adresse {
  padding-top: 35px !important;
  max-width: 600px;
  overflow: hidden; }
  .popup_adresse md-input-container {
    display: block;
    margin: 5px 0;
    float: left;
    width: 48%; }
    .popup_adresse md-input-container:nth-child(odd) {
      margin-right: 2%; }
    @media (max-width: 600px) {
      .popup_adresse md-input-container {
        width: 100%;
        margin-right: 0;
        float: none; } }

/* NG-CLOAK */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.cartOptionsList {
  list-style-type: none;
  font-size: 12px;
  padding-left: 0px;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis; }

.popinMenuTitle {
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 30px 0;
  max-width: 320px;
  text-align: center;
  font-size: 16px; }

.popinMenuError {
  text-align: center; }

.popinMenu {
  list-style-type: none;
  padding: 0 30px; }

.popinMenu .optionTitle {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

.popinMenu input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }

.popinMenu span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  transition: .2s color; }

.popinMenu span::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #887e5a;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s transform; }

.popinMenu input:checked + span {
  color: #887e5a; }

.popinMenu input:checked + span::after {
  transform: scaleX(1); }

/*# sourceMappingURL=global.css.map */