@charset "UTF-8";
/*$modules: () !default;
@mixin exports($name) {
  @if (index($modules, $name) == false) { 
    $modules: append($modules, $name);
    @content;
  }
}*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
.align-center {
  text-align: center;
}

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

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.Dflex {
  display: -ms-flexbox;
  display: flex;
}
.Dflex.-hcenter {
  -ms-flex-pack: center;
  justify-content: center;
}

.FlexColumn {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.-vcenter {
  -ms-flex-align: center;
  align-items: center;
}
.flex.-spaceBetween {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pos-relative {
  position: relative !important;
}

/*$modules: () !default;
@mixin exports($name) {
  @if (index($modules, $name) == false) { 
    $modules: append($modules, $name);
    @content;
  }
}*/
/*
EXEMPLE : 

@include keyframes(name) {
0% { value: 1; }
100% { value: 0; }
}
*/
#popin-ajout-panier {
  min-height: inherit;
}
#popin-ajout-panier .buttons-achats {
  text-align: center;
}
#popin-ajout-panier .buttons-achats .button-ajout,
#popin-ajout-panier .buttons-achats .button-secondary {
  font-size: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: #ff352f;
  padding: 0.625rem 0.625rem;
  width: 80%;
  margin: 1em 5px 0;
  display: inline-block;
  color: #ffffff;
  line-height: inherit !important;
}
#popin-ajout-panier .buttons-achats .button-ajout.fix-close-reveal,
#popin-ajout-panier .buttons-achats .button-secondary.fix-close-reveal {
  line-height: inherit !important;
  position: inherit !important;
  top: inherit !important;
  right: inherit !important;
  color: #ffffff;
}
#popin-ajout-panier .buttons-achats .button-secondary {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
#popin-ajout-panier h2 {
  font-size: 1rem;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 0.625rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 64.063em) and (min-width: 40.063em) {
  #popin-ajout-panier .buttons-achats .button-ajout {
    width: 90%;
  }
}
/* gris foncé*/
/*green*/
/*red*/
body {
  padding-bottom: 52px;
}

/*.dialog .close-reveal-modal, .reveal-modal .close-reveal-modal { //styliser le bouton de fermeture des popins foundation
    font-family: 'ElegantIcons';
    font-size: 1.5em;
    font-weight: normal;
}*/
.ui-draggable, .ui-droppable {
  -ms-touch-action: none;
  touch-action: none;
}

#couleurs.color-list .color-list-item .preview {
  padding: 0;
  border: none;
}

#erreur-globale .error-icon {
  margin-bottom: 1.25rem;
  font-family: "ElegantIcons";
  color: gray;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
#erreur-globale .error-text {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #d21e24;
}
#erreur-globale .button {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  margin: 0 auto 1.25rem auto;
  background: #4d4d4d;
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  width: 30%;
}

.reveal-modal .close-reveal-modal {
  font-family: "ElegantIcons";
  font-size: 1.5em;
  font-weight: normal;
}

#main-content {
  background: #FFFFFF;
  padding: 0;
}

#wrapper-module-charms {
  background: #fff;
  position: relative;
}
#wrapper-module-charms header h1 {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 1rem 0;
  text-align: center;
  padding: 0;
  font-family: "Roboto", "Asap", Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  color: #333;
}
#wrapper-module-charms ul {
  margin-left: 0;
  list-style: none;
}
#wrapper-module-charms #desc-bracelet {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #808080;
}
#wrapper-module-charms p.en-stock {
  color: #00A99D;
}
#wrapper-module-charms p.non-disponible {
  color: #E00034;
}

.stickyBar {
  background: #FFFFFF;
  border-top: 1px solid #f2f2f2;
  font-size: 0;
  padding: 0.5rem;
  bottom: 0rem;
  left: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
  text-align: right;
}
.stickyBar__content {
  max-width: 75rem;
  margin: 0 auto;
}
.stickyBar__box {
  display: inline-block;
  text-align: left;
  padding: 0.25rem 1rem;
  vertical-align: middle;
}
.stickyBar__box p:last-child {
  margin: 0;
}

.perso {
  background: white;
  padding-top: 0.5rem;
}

#bracelet-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#bracelet-wrapper .mentions {
  position: absolute;
  bottom: 0;
  right: 0;
}
#bracelet-wrapper .mentions p {
  padding: 0.5rem;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: #666;
  margin: 0;
}
#bracelet-wrapper #content-scroller {
  margin: 0.5rem auto 2rem;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
  width: 250px;
  height: 25px;
  background: #f5f5f5;
  border: 3px solid #f5f5f5;
}
#bracelet-wrapper #content-scroller .drag {
  border-radius: 15px;
  width: 100px;
  height: 19px;
  background: #333333;
  position: absolute;
}
#bracelet-wrapper #bracelet-relative {
  position: relative;
  width: 100%;
  height: 180px;
}
#bracelet-wrapper #bracelet-relative #bracelet-absolute {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -450px;
}
#bracelet-wrapper #emplacement {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  height: 180px;
  width: 900px;
  position: relative;
  overflow: hidden;
  background-image: url("/images/Personnalisation/BraceletCharms/Cordons/bracelet-FF000000.png");
  background-position: center 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0;
  position: relative;
}
#bracelet-wrapper #emplacement .survol-emplacement {
  background: rgba(0, 0, 0, 0.2) !important;
}
#bracelet-wrapper #emplacement .emplacement {
  height: 100%;
  width: 8.333%;
  display: inline-block;
  background: url(/images/Personnalisation/BraceletCharms/bg-emplacement.png);
  background-repeat: no-repeat;
  background-position: center 28%;
  position: relative;
}
#bracelet-wrapper #emplacement .emplacement:first-of-type .charm-2 .left {
  display: none;
}
#bracelet-wrapper #emplacement .emplacement:last-of-type .charm-2 .right {
  display: none;
}
#bracelet-wrapper #emplacement .used {
  background: none;
}
#bracelet-wrapper #emplacement .charm-2 {
  position: absolute;
  top: 20px;
  cursor: pointer;
}
@media only screen and (min-width:64.0625em) {
  #bracelet-wrapper #emplacement .charm-2:hover .buttonWrapper {
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
}
#bracelet-wrapper #emplacement .charm-relative {
  position: relative;
}
#bracelet-wrapper #emplacement .charm-relative .buttonWrapper {
  position: absolute;
  top: -10px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width:64.0625em) {
  #bracelet-wrapper #emplacement .charm-relative .buttonWrapper {
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
}
#bracelet-wrapper #emplacement .charm-relative .button-charm {
  cursor: pointer;
  line-height: 1.4rem;
  text-indent: -2px;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  font-family: "ElegantIcons";
  border: 1px solid #999;
  color: #999;
  line-height: 1.2rem;
  height: 1.4rem;
  width: 1.4rem;
  left: 0.2rem;
}
#bracelet-wrapper #emplacement .charm-relative .delete {
  color: white;
  background: #999;
}

.charmWrapper__list {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem 0;
  margin: 0;
}
.charmWrapper__more {
  padding: 0.75rem 0.5rem 1rem;
}
.charmWrapper__filter {
  padding: 0.5rem 0.5rem 0;
}
@media only screen and (min-width:64.0625em) {
  .charmWrapper__filter {
    padding: 0.5rem 0.25rem 0;
    text-align: right;
  }
}
.charmWrapper__filter > * {
  display: inline-block;
  vertical-align: middle;
}
.charmWrapper__filter p {
  margin: 0;
}
.charmWrapper__filter select {
  background-color: white;
}
.charmWrapper__filter select:hover, .charmWrapper__filter select:focus {
  background-color: white;
}

.o-moduleCharm {
  counter-reset: step;
}

.clip {
  padding: 1rem 0.5rem 0.5rem;
}

.resumeWrapperMobile {
  border: 1px solid #f2f2f2;
}
@media only screen and (min-width:40.063em) {
  .resumeWrapperMobile {
    display: none;
  }
}
.resumeWrapperMobile__showMore {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  cursor: pointer;
}
.resumeWrapperMobile__showMore:before {
  vertical-align: middle;
  margin-right: 0.25rem;
  content: "d";
  font-size: 1.25rem;
  line-height: 0.8125rem;
  font-family: "ElegantIcons";
}
.resumeWrapperMobile__info {
  padding: 0.5rem;
  border-left: 1px solid #f2f2f2;
}

.resumeWrapper {
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 40em) {
  .resumeWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    border: none;
  }
  .resumeWrapper.-active {
    display: block;
  }
  .resumeWrapper .columns {
    position: inherit;
  }
}
.resumeWrapper__info {
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .resumeWrapper__info {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media only screen and (min-width:40.063em) {
  .resumeWrapper__info .columns:last-of-type {
    display: none;
  }
}
.resumeWrapper__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #FFFFFF;
  background: #999;
  display: inline-block;
  padding: 0.5rem;
}
@media only screen and (min-width:40.063em) {
  .resumeWrapper__close {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .resumeWrapper__list {
    top: 29px;
    overflow: auto;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 108px;
  }
}
@media only screen and (min-width:40.063em) {
  .resumeWrapper__list {
    min-height: 81px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid #f2f2f2;
  }
}

.steps {
  background: #f2f2f2;
}

.step {
  padding: 0.5rem;
  counter-increment: step;
}
@media only screen and (min-width:64.0625em) {
  .step {
    padding: 1rem;
  }
}
.step__title {
  margin-bottom: 1rem;
}
.step__title:before {
  color: white;
  background: #333;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5em;
  content: counter(step);
}

.resume {
  padding: 0.5rem;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
}
@media only screen and (min-width:40.063em) {
  .resume {
    min-width: 70px;
    text-align: center;
    max-width: 100px;
    border-right: 1px solid #f2f2f2;
  }
}
.resume p {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
}
@media only screen and (max-width: 40em) {
  .resume p {
    vertical-align: middle;
    display: inline-block;
  }
}
.resume__img {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .resume__img {
    width: 50px;
    vertical-align: middle;
    display: inline-block;
  }
}
.resume__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.resume__img > .inner {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.resume__delete {
  position: absolute;
  right: 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media only screen and (min-width:40.063em) {
  .resume__delete {
    top: 0rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 40em) {
  .resume__delete {
    top: 50%;
    right: 1rem;
    margin-top: -10px;
  }
  .resume__delete span:first-of-type {
    display: none;
  }
  .resume__delete span:last-of-type {
    display: inline-block;
  }
  .resume__delete span:last-of-type:before {
    content: "\e019";
    font-family: "ElegantIcons";
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

.bracelet.-inactive .bracelet__content:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bracelet__desc {
  padding-top: 1rem;
}
.bracelet__content {
  position: relative;
  background: white;
  padding: 0.5rem;
}
.bracelet__content p {
  padding-bottom: 0.5rem;
}

.charm {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0.25rem;
  text-align: center;
}
.charm.-active .charm__message {
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.charm:hover .charm__add {
  background: white;
}
.charm.-stoppeur {
  -ms-flex: none;
  flex: none;
  display: block;
  max-width: 100%;
  padding: 0.5rem 0;
}
@media only screen and (min-width:40.063em) {
  .charm {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width:64.0625em) {
  .charm {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.charm__message {
  position: absolute;
  background: #00A99D;
  color: white;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  right: 5px;
  bottom: 45px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.charm__message:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 7px;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 5px solid #00A99D;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.charm__add {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}
.charm__desc {
  padding-bottom: 1rem;
  text-align: left;
}
.charm__price {
  padding-left: 1rem;
}
.charm__content {
  position: relative;
  background: white;
  padding: 0.5rem;
  cursor: pointer;
}
.charm__content .columns {
  padding: 0.5rem;
}

/*.tab {
    &__item {
        @include font-size(16,16);
        display: inline-block;
        padding: 1rem;
        cursor: pointer;

        &.-active {
            background: $bg-color-main-content;
        }
    }

    &__header {
        border-top: 1px solid $bg-color-main-content;
        border-bottom: 1px solid $bg-color-main-content;
    }

    &__content {
        background: $bg-color-main-content;
        padding : 0.5rem;
        &:not(.-active) {
            display: none;
        }
    }
}*/