.store_aside {  
  position: fixed;
}
aside {  
  margin-top: 40px;
}

.store2 {
  /*width: 160px;*/
  /*text-align: center;*/
  /*vertical-align: center;*/
  line-height: 30px;
  /*font-size: var;*/
  font-weight: bold;
  /*float: right;*/
  /*margin-right: 2px;*/
  /*margin: auto;*/
  margin-left: 50px;
}
.store2 {
  display: flex;
  flex: 0 1 173px;
  margin-left: auto;
}
.store2 img{
  width: 35px;
  margin-left: 5px;
}
.store, h1 store {
  /*margin-top: -5px;*/
  float: right;
  margin-left: auto;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  z-index: 1000;
}
.modalDialog:target {
  opacity:1;
  pointer-events: auto;
  z-index: 1000;
}
.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
  z-index: 1000;
}
.open {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  float: right;
  width: 112px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  z-index: 1000;

}
.exit {
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  float: right;
  width: 64px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  z-index: 1000;

}

h1.tracking-in-expand {
  font-weight: bolder;
}

.color-cl {
  color: #461734;
}

.open:hover {
  background: #702e58;
}

@media (max-width: 480px) {
  /* quick tiny resolution reset */
  .o {
    display: none;
  }
}






/* ==================== EFFET TITRE ==================== */


.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-17 15:18:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}





/* ==================== EFFET BOUTON STORE - ASIDE ==================== */

.pulsate-bck {
  -webkit-animation: pulsate-bck 0.9s cubic-bezier(0.550, 0.085, 0.680, 0.530) 8s 20 both;
  animation: pulsate-bck 0.9s cubic-bezier(0.550, 0.085, 0.680, 0.530) 8s 20 both;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-3-17 15:28:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ====================  ==================== */

/* ==================== EFFET BOUTON STORE FENETRE MODALE ==================== */

.pulsate-bck2 {
  -webkit-animation: pulsate-bck 0.9s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
  animation: pulsate-bck 0.9s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-3-17 15:28:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* ====================  ==================== */
