/*
*@colors
*/
:root{
  --custom-orange:#e95d11;
  --custom-noir:#1f1f1f;
}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/


/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/



/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/
.wp-block-separator{
  border-width:4px;
}
.custom-picto-fw svg{
  width:50px;
  height:50px;
}

.stretched a{
  font-family: var(--wp--preset--font-family--forum);
  text-decoration:none;
}
.stretched a:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  transition:0.3s all;
}

.stretched .wp-block-cover .wp-block-cover__inner-container{
  position:static;
  z-index: 2;
}
.stretched .wp-block-cover{
  border:3px solid transparent;
  transition:0.3s all;
}

/*

 #####  #####   ####  #####  #    # # #####  ####
 #    # #    # #    # #    # #    # #   #   #
 #    # #    # #    # #    # #    # #   #    ####
 #####  #####  #    # #    # #    # #   #        #
 #      #   #  #    # #    # #    # #   #   #    #
 #      #    #  ####  #####   ####  #   #    ####

*/
.wc-block-product-template .taxonomy-product_cat a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*

   ##    ####  ##### #    #  ####
  #  #  #    #   #   #    # #
 #    # #        #   #    #  ####
 ###### #        #   #    #      #
 #    # #    #   #   #    # #    #
 #    #  ####    #    ####   ####
*/


/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer ul.wc-block-product-categories-list{
  padding-left:0;
  list-style-type: none;
}

/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .stretched .wp-block-cover:hover{
    border-color:var(--wp--preset--color--custom-beige);
  }
  .stretched .wp-block-cover:hover a:after{
    background-color:var(--wp--preset--color--custom-beige);
    opacity:0.3;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

