/*
 * jQuery Nivo Slider v3.2
 * https://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 */
#minic_slider {
	position:relative;
	z-index:1;	
	padding-left:0;
	padding-right:10px;
	margin-bottom:30px
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:10;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	display: none;
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.64);
	color:#fff;
	width:100%;
	z-index:8;
	padding: 12px 90px 14px 22px;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p{padding:0;margin:0}
.nivo-caption strong{
		font-size:17px;
		line-height:20px;
		text-transform:uppercase;
		color:#fff;
		font-family:'Open Sans', sans-serif;	
		display:block;
		
	}


#minic_slider:hover .nivo-caption strong{color:#3dbec4}

.nivo-caption h3
{
	display:none
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {	
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: https://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: https://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background-image:url(https://6d6b61.claudeassets.com/20250217080412im_/https://www.bijouceramique.com/themes/theme896/css/modules/minicslider/views/js/plugins/nivo-slider/loading.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
    margin: 0 auto 3px;
}
.theme-default .nivoSlider img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
.theme-default .nivoSlider a {
	display:block;
	border:0;
}

 .nivo-controlNav {
position:absolute;
bottom:16px;
right:28px;
z-index:100;
line-height:0
	
}
 .nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	background:#fff;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	      border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
}
 .nivo-controlNav a.active,
 .nivo-controlNav a:hover {
   background:#a8a8a8;
}

.nivo-directionNav{
   position:absolute;
	top:50%;
	z-index:100;
	width:100%
	
	}


 .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	position:absolute;
	font-size:0;
	line-height:0;
	top:50%;
	border:0;
	filter:alpha(opacity=0);
     opacity:0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	text-align:center
	
}

 #minic_slider:hover .nivo-directionNav a {
	 	filter:alpha(opacity=100);
        opacity:1;	 
	 }

 a.nivo-nextNav {
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
 .nivo-directionNav a:before{	
	display:block;
	text-indent:0;
	line-height:30px;	
	font-family:'FontAwesome';
	font-size:30px;	
	color:#fff;}

a.nivo-nextNav:before {
	content: "";

}
 a.nivo-prevNav:before {
	content: "";
}

 .nivo-directionNav a:hover:before{color:#3dbec4}


.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a:hover,
.theme-default .nivo-controlNav.nivo-thumbs-enabled a.active{
	webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
body.instant_search #minic_slider { display:none;}


@media (max-width: 768px) {
	#minic_slider{float:none !important;width:100% !important;margin-bottom:30px;padding-right:0}
	 .nivo-directionNav a {
		filter:alpha(opacity=100);
        opacity:1;	 }
}


/*
     FILE ARCHIVED ON 04:38:56 Sep 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:59:50 Jun 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.469
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.056
  esindex: 0.006
  cdx.remote: 29.403
  LoadShardBlock: 392.992 (3)
  PetaboxLoader3.datanode: 413.002 (5)
  load_resource: 26.742 (2)
*/