/* Main Colours */
/* Gray Family Colours */
/* Alert Colours */
/* Secondary Colours */
/* Shadow colours */
/* Status colours */
*:focus {
  outline: none !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.popin.guide {
  height: 75%;
  width: 760px;
  top: 15%;
  overflow: hidden auto;
  position: relative;
}
@media screen and (width <= 991px) {
  .popin.guide {
    width: 90%;
  }
}

.popin {
  position: relative;
  top: 10%;
  z-index: 2005;
  width: 350px;
  margin: 0 auto;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}

.popin > a.close-popin {
  position: sticky;
  top: 0;
  float: right;
  z-index: 10;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #000;
  line-height: 35px;
  height: 35px;
  width: 35px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.popin > a.close-popin:hover {
  background: #000;
  color: #FFF;
}

.popin .popin-inner {
  padding: 20px;
}

.fiche_article {
  margin: 80px;
}
@media screen and (width <= 991px) {
  .fiche_article {
    margin: 0;
  }
}
/*# sourceMappingURL=contentLayout2Page.css.map */
