/*
*@colors
*/
:root{
  --red-color:#c92829;
  --black-color:#191919;
}

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


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

a{
	color:#000;
}
a:hover{
	color:#C92829;
	text-decoration:none;
}
a.stretched-link{
	text-transform:uppercase;
}
body{
  font-family: 'Roboto Condensed', sans-serif;
}

h2, h3, h4, h5, h6,
a,
.ephemeride-date{
  font-family: 'Bebas Neue', cursive;
}
.btn-zegut{
  border-radius: 0;
  background: var(--black-color);
  border:1px solid var(--black-color);
  color:#fff;
  text-transform: uppercase;
}

.btn-zegut:hover{
  background: transparent;
  color:var(--black-color);
}

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

#menu-topbar, #menu-social-icons{
	-ms-flex-direction: row;
	flex-direction: row;
}
#menu-topbar, #menu-menu-principal, #menu-social-icons{
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-top: 0;
}
#menu-topbar a, #menu-menu-principal a, #menu-social-icons a{
	text-decoration:none;
	padding: .5rem;
}
#menu-menu-principal a{
  font-size: 18px;
}


.prenav{
  background: var(--red-color);
  color:#fff;
  padding:5px 0;
}
.prenav a{
  color:#fff;
}

.nav-link{
  text-transform: uppercase;
}

.bg-dark{
  background: var(--black-color) !important;
  color:#fff;
}
.navbar{
  padding-top:30px;
  padding-bottom:30px;
}
.navbar .nav-item,
.navbar a{
  color:#fff;
}



#menu-menu-principal{
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform:uppercase;
	margin-right: auto !important;
}
#menu-menu-principal li{
	padding-top:1rem;
	padding-bottom:1rem;
}
#menu-menu-principal a, #menu-social-icons a{
	color: rgba(255,255,255,.5);
}
#menu-menu-principal a:hover, #menu-social-icons a:hover, #menu-menu-principal a.current-menu-item, #menu-menu-principal a.current_page_item{
	color: rgba(255,255,255,1);
}
#menu-menu-principal .current-menu-item a{
  color:#fff;
}

.menu-social-icons-container{
	margin-left: auto !important;
}


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

.downcome,
h1{
  font-family: 'Downcome', sans-serif;
  text-align: center;
}
.slick-dots{
  bottom:25px;
}
.slick-dots li.slick-active button:before{
  color: #fff;
}
.slick-dots li button:before{
  color:#fff;
  font-size: 13px;
}
.hr{
  width:1143px;
  max-width: 100%;
  height: 21px;
  background: url('../images/hr.png') no-repeat center;
  background-size: contain;
  margin:auto;
}
.hr-small{
  width:132px;
  height: 11px;
  background: url('../images/hr-small.png') no-repeat center;
}
.actu-img img{
	max-width: 100%;
	height: auto;
}
.actu-title{
  text-transform: uppercase;
  font-weight: 700;
}
.moment-photo{
  /* background: var(--black-color); */
  /* text-align: center; */
}
.moment-photo-texte-responsive{
  margin-left: auto;
  margin-right: auto;
}
.bg-actus{
  margin-bottom:30px;
}
.bg-ephemeride{
  background: var(--black-color);
  color:#fff;
  padding: 30px 0;
  margin-top:0;
  margin-bottom:30px;
}
.bg-ephemeride .ephemeride-more{
  color:#fff;
}
.bg-ephemeride .ephemeride-more:before{
  content:"";
  background-image:url('../images/ephemeride-link.png');
  background-position: center;
  width:63px;
  height:66px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.ephemeride-date{
  text-transform: uppercase;
  font-size: 29px;
}
.product{
  position: relative;
}
.product-image-container{
  position: relative;
}

.product-hover{
  position: absolute;
  top:0;
  left: 0;
  bottom:0;
  right: 0;
  opacity: 0;
  margin:auto;
  transition: 0.3s all;
}
.product-image-container figcaption{
  display: flex;
  opacity:0;
  position: absolute;
  transition: 0.3s all;
  top:0;
  left: 0;
  bottom:0;
  right: 0;
  color:#fff;

}
.product-image-container figcaption .fig-content{
  margin: auto;
}

.product:hover .product-hover{
  opacity: 0.8;
}
.product:hover .product-image-container figcaption{
  opacity: 1;
}

.wp-block-embed-youtube{
  display: inline-block;
  margin-right: 15px;
}

.slick-slide img{
  min-width: 100%;
}

ul.page-numbers{
	text-align: center;
}
ul.page-numbers li{
	list-style-type:none;
	display:inline-block;
	font-size:24px;
	padding:10px;
}
ul.page-numbers li span.current{
	color:#c92829;
}

#legende-img{
	display:none;
}


/*

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

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background: var(--red-color);
  border:1px solid var(--red-color);
  border-radius: 0;
  transition: 0.3s all;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
  background: transparent;
  color:var(--red-color);
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
  background:var(--black-color);
  border-color:var(--black-color);
}
.woocommerce .woocommerce-breadcrumb{
  margin-top:15px;
}

.woocommerce .products.sub-cat.Vêtements:before,
.woocommerce .products.sub-cat.Vêtements:after{
  display: block;
  text-align:center;
  font-size:28px;
  font-weight: bold;
}
.woocommerce .products.sub-cat.Vêtements:before{
  content:"Les sous catégories";
  margin-bottom:15px;
}
.woocommerce .products.sub-cat.Vêtements:after{
  content:"La liste des produits";
}

.woocommerce .products.sub-cat.product{
  display: flex;
  justify-content: space-between;
}
.woocommerce .products.sub-cat.product li{
  margin: 0 !important;
}
/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer{
  background: var(--red-color);
  color:#fff;
  padding:30px 0;
}
footer a{
  color:#fff;
  font-family: 'Roboto Condensed', sans-serif;
}
footer a:hover{
  font-weight: bold;
  color:#fff;
}
.footer-title,
.site__sidebar__widget__title{
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}
.footer-span{
  display: block;
}
.footer-link{
  color:#fff;
}
footer ul {
	padding-left:0;
}
footer ul li{
	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) {


}

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



  #menu-menu-principal{
	-ms-flex-direction: row;
	flex-direction: row;
  }
  #menu-menu-principal li{
	padding-top:0;
	padding-bottom:0;
  }
  .moment-photo{
    position: relative;
    background: transparent;
	padding-bottom: 20px;
	left: -50px;
  }
  .moment-photo #photodumoment{
	transform: rotate(-5deg);
	position:relative;
  }
  .moment-photo #photodumoment .wp-post-image{
    position: relative;
    z-index: 1;
  }
  #masque-img{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    margin: auto;
    max-width: 100%;
  }
  #masque-img{
	position:absolute;
	bottom:0;
	left:0;
  }
  /* .moment-photo-texte{
    position: absolute;
    right: 50px;
    top:calc(50% - (197px/2));
  } */
  .slider-title{
    font-size: 44px;
  }
  .slider-item{
    position: relative;
  }
  .slider-desc{
    position: absolute;
    top:20%;
    right: 20%;
    color:#fff;
  }
  .bg-home{
    position: relative;
  }
  .bg-actus{
    position: relative;
    padding-top:30px;
  }
  .bg-actus:before{
    content:"";
    background: url('../images/slider-border-bottom.png') no-repeat;
    background-position: center;
    width:100%;
    height: 70px;
    position: absolute;
    top:-70px;
    pointer-events: none;
    z-index: 2;
  }
  .slick-dotted.slick-slider{
    margin-bottom:0;
  }
  .slick-dots{
    bottom:75px;
  }
  .downcome-title,
  h1{
    font-size:58px;
  }
  .downcome-rotate{
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
  .bg-actus{
    margin-bottom:100px;
  }
  .bg-ephemeride{
    position: relative;
    padding: 0;
    margin-top:0;
    margin-bottom:100px;
  }
  .bg-ephemeride:before,
  .bg-ephemeride:after{
    content:"";
    position: absolute;
    left:0;
    right:0;
  }
  .bg-ephemeride:before{
    background: url('../images/ephemeride-top.jpg') no-repeat;
    background-position: center;
    height: 70px;
    top:-70px;
  }
  .bg-ephemeride:after{
    background: url('../images/ephemeride-bottom.jpg') no-repeat;
    background-position: center;
    height: 59px;
    bottom:-59px;
  }
  .moment-album-wrapper{
    position: relative;
  }
  .moment-album-bg{
    position: absolute;
    background: url('../images/moment-bg-left.png') no-repeat;
    background-position: center;
    z-index:-1;
    left:0;
    top:-90px;
    width:360px;
    height:520px;
  }
  .moment-photo .moment-photo-texte{
    z-index:3;
  }
  .moment-photo-wrapper{
    position: relative;
  }
  .moment-photo-bg{
    position: absolute;
    background: url('../images/moment-bg-right.png') no-repeat;
    background-position: center;
    z-index:0;
    right:0;
    top:-90px;
    width:341px;
    height:509px;
    opacity:0.3;
  }
  footer{
    position: relative;
    padding:80px 0 40px 0;
  }
  footer:before{
    content:"";
    position: absolute;
    left:0;
    right:0;
    background: url('../images/footer-top.jpg') no-repeat;
    background-position: center;
    height: 61px;
    top:0;
  }
}

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

/*
#legende-img{
	display:block;
	background-color:#000;
	color:#fff;
	position: relative;
	z-index: 3;
	width:250px;
	min-height:250px;
	padding:20px;
	bottom:320px;
	left:-120px;
}

*/
}
/* .slick-slider .slick-track, .slick-slider .slick-list{
  height: fit-content !important;
} */
