/*
*@colors
*/
:root{
  --julierose:#e4577e;
  --lightbg:#f9f0f2;
  --bodycolor:#292b2c;
}

@font-face {
  font-family: 'ChopinScript';
  src: url('../fonts/chopinscript/ChopinScript.woff2') format('woff2'),
      url('../fonts/chopinscript/ChopinScript.woff') format('woff'),
      url('../fonts/chopinscript/ChopinScript.svg#ChopinScript') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

body{
  color:var(--bodycolor);
}

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

.sticky-wrapper .site-navbar{
  background: transparent;
}
/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/

.working-hours ul li.day .opening-hours{
  float: left;
}
.working-hours ul li.day .opening-hours {
  float: right;
}
.working-hours ul li.day{
  padding-left:5px;
}
.working-hours ul li.day.open::marker{
  font-family: "Font Awesome 5 Pro";
  content:"\f111";
  font-weight: 900;
  color:var(--julierose);
}
.working-hours ul li.day.closed::marker{
  font-family: "Font Awesome 5 Pro";
  content:"\f111";
  font-weight: 400;
}
.name-of-day{
  float:left;
}
.opening-hours{
  float:right;
}
.scissors{
  padding-bottom:50px;
  color:var(--julierose);
  font-family: 'ChopinScript', 'serif';
}
.scissors:after{
  background: url('../images/picto.png');
  width:50px;
  height:50px;
  content:"";
}

.btn-primary{
  background-color: var(--julierose);
  border-color: var(--julierose);
}
.item-1 .item-1-contents h3{
  color:var(--julierose);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a{
  color:var(--julierose);
}
.site-navbar .site-logo a{
  font-family: 'ChopinScript';
  text-transform: none;
}
.site-navbar .site-navigation .site-menu .active,
.sticky-wrapper.is-sticky .site-navbar ul li a.active{
  color:var(--julierose) !important;
}
.customnavowl{
  position: absolute;
  top:calc(50% - 20px);
  z-index: 2;
}
.customnavowl.custom-next{
  right:-50px;
}

.customnavowl.custom-prev{
  left:-50px;
}


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

.site-footer{
  background: var(--lightbg);
}
.site-footer p{
  color:var(--bodycolor);
}
.site-footer .footer-heading{
  color:var(--julierose);
  font-weight: bold;
}
.site-footer a{
  color:var(--julierose);
}
.site-footer a:hover{
  color:var(--bodycolor);
}
/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

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

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

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

}

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

}
