@charset "UTF-8";
/** transition sur plusieurs propriétés :
 * exemple :  @include transition-multiple(z-index 3s linear, background 2s linear, ... );
 */
#big_save_button {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  display: table;
  text-align: center;
  font-family: 'berthold_akzidenz_grotesk_bBd';
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  transform: translate(0, 5%);
  transition: all 0.75s ease;
  opacity: 0;
  display: none; }
  #big_save_button .content {
    display: table-cell !important;
    vertical-align: middle;
    position: relative; }
    #big_save_button .content .bal-check {
      color: #ffd801;
      font-size: 40px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      padding: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 15px; }
    #big_save_button .content p {
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  #big_save_button.bookmark .bal-bookmark_full {
    font-size: 140px;
    color: rgba(0, 0, 0, 0.5); }
  #big_save_button.bookmark .bal-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    margin-top: -15px; }
  #big_save_button.active {
    transform: translate(0, 0);
    opacity: 1; }

.slide_button {
  margin-top: 10px;
  font-size: 0;
  white-space: nowrap; }
  .slide_button .btn_princ {
    width: 80px; }
  .slide_button input {
    margin-right: 20px;
    transition: all 0.35s ease; }
  .slide_button.active input {
    margin-right: 10px;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -o-calc(100% - 90px); }

.container_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 210;
  display: none;
  text-align: center;
  transform: translate(0, -100%);
  transition: transform 0.35s ease; }
  .container_popup.active {
    transform: translate(0, 0);
    display: table; }
  .container_popup .content_popup {
    display: table-cell !important;
    vertical-align: middle; }
    .container_popup .content_popup .btn_princ {
      background-color: white; }
      .container_popup .content_popup .btn_princ:hover {
        background: #ffd801; }
  .container_popup .popup {
    background: white;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
    color: #6b6b6b;
    font-size: 16px !important;
    line-height: 24px !important; }
    .container_popup .popup input {
      border-radius: 0px; }
  .container_popup .content {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden; }
  .container_popup h3 {
    font-size: 23px; }

.header_popup {
  padding: 20px;
  background: url(../img/sprite.png) repeat; }
  .header_popup h6 {
    color: #6b6b6b;
    font-size: 16px;
    font-family: 'berthold_akzidenz_grotesk_bBd'; }
  .header_popup p {
    margin-top: 10px; }

.footer_popup {
  background: url(../img/sprite.png) repeat;
  padding: 20px;
  text-align: center; }
  .footer_popup nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    .footer_popup nav ul li:first-child a {
      font-family: 'berthold_akzidenz_grotesk_bBd';
      font-size: 16px;
      color: #6b6b6b;
      transition: color 0.15s ease; }
      .footer_popup nav ul li:first-child a:hover {
        color: #000000; }

.popup_gar {
  max-width: 50%; }
  .popup_gar .header_popup {
    padding: 20px 30px; }
  .popup_gar .content_inside_popup {
    padding: 30px;
    line-height: 30px; }

.popup_collection {
  width: 360px;
  overflow: hidden; }
  .popup_collection .header_popup p {
    display: none; }
  .popup_collection.no_collection_yet .header_popup {
    background: none; }
    .popup_collection.no_collection_yet .header_popup h6 {
      color: #000000; }
    .popup_collection.no_collection_yet .header_popup p {
      display: block; }
  .popup_collection.no_collection_yet .content_inside_popup, .popup_collection.no_collection_yet .footer_popup {
    display: none; }

#collections_list {
  height: 195px;
  overflow: scroll; }
  #collections_list nav {
    font-size: 0; }
    #collections_list nav ul li {
      padding: 0 40px;
      width: 100%;
      box-sizing: border-box;
      position: relative;
      transition: background 0.15s ease;
      cursor: pointer;
      line-height: 60px; }
      #collections_list nav ul li p {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px !important;
        line-height: 24px !important;
        box-sizing: border-box;
        padding-left: 10px;
        width: calc(100% - 22px);
        width: -webkit-calc(100% - 22px);
        width: -moz-calc(100% - 22px);
        width: -o-calc(100% - 22px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        transition: color 0.15s ease; }
      #collections_list nav ul li .radio_select::before {
        opacity: 0; }
      #collections_list nav ul li::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        height: 1px;
        background: #eeede7;
        width: calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -o-calc(100% - 80px); }
      #collections_list nav ul li:first-child::after {
        display: none; }
      #collections_list nav ul li:hover {
        background: #eeede7; }
        #collections_list nav ul li:hover .radio_select::before {
          opacity: 1; }
      #collections_list nav ul li.active p {
        color: #000000; }
      #collections_list nav ul li.active .radio_select {
        background: #ffd801;
        border-color: #ffd801;
        color: #000000; }
        #collections_list nav ul li.active .radio_select::before {
          opacity: 1; }

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