



/** MyStyle: Show thumbnail in cart larger than default 32px **/
.woocommerce-cart table.cart img {
width: auto;
min-width: 32px;
max-width: 100px;
}
@media(max-width:768px) {
/** Show thumbnail row in cart on mobile **/
.woocommerce-page table.cart .product-thumbnail {
display: inline-block !important;
}
/** hide colon above thumbnail for mobile **/
.woocommerce-page table.cart .product-thumbnail:before {
display: none;
}
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
  }

 
#transition-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	    z-index: 999;

  height: 100%;
  background-color: black; /* couleur du cadre */
  transform-origin: top; /* ou bottom si vous voulez que ça se contracte de bas en haut */
  transform: scaleY(1); /* à pleine taille au départ */
}
#cloned-cover-content {
      position: 'absolute',
      top: '20px',
      left: '50%',
      transform: 'translateX(-50%)',
      letterSpacing: '-2px',
      margin: '7px 0px 24px 0px',
      padding: '80px 0px 0px 0px',
      textAlign: 'center',
      textTransform: 'uppercase',
      width: '100%',
      fontSize: '90px',
      fontFamily: 'Antonio, sans-serif',
      fontWeight: '500',
      lineHeight: '81px',
      opacity: 0, // début invisible
      z-Index: '1000'
    }

#page-title {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: -2px;
    margin: 7px 0px 24px;
    padding: 80px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 90px;
    color: rgb(241, 171, 22);
    font-family: Antonio, sans-serif;
    font-weight: 500;
    line-height: 81px;
    opacity: 1;
    z-index: 1000;
}


#page-h5 {
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 33px;
    transform: translateX(-50%);
    letter-spacing: -2px;
    margin: 0px 0px 24px;
    padding: 80px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: rgb(217, 213, 148);
    font-family: "Libre Caslon Display", serif;
    font-weight: 100;
    line-height: 45px;
    opacity: 1;
    z-index: 1000;
}