/* Début slideshow */
/* DĂ©but slideshow */
/*
@media all
*/
/* Fin Slideshow*/
#loopedSlider {
	clear:both;
	position:relative;
	display:block;
	width:100%;
	/*border: #251508 solid 4px;*/
	/*.border-radius(0 0 5px 5px);*/
	background:#fff;/*
	background: url('../mediatheque/bg/fond-noel-2018.png') center top;*/
}
#loopedSlider .container {
	overflow:hidden;
	/*float:left;
	width:100%;*/
	width:1400px;
}
#loopedSlider .container .slides div.slide a {
	display:block;
	height: 400px;
}
#loopedSlider .container .prev,
#loopedSlider .container .next {
	position: absolute;
	z-index: 99;
	top: 35%;
	left: 0%;
	width: 85px;
	height: 85px;
	border-radius: 2em;
	border: none;
	padding: 16px;
	font-size: 3.1em;
	background: none;
}
#loopedSlider .container button > span {
	color: #000;
}
#loopedSlider .container .next {
	right: 0%;
	left: inherit;
}
#loopedSlider .container .prev:hover, #loopedSlider .container .next:hover {
	background: #B39A64;
	background: rgba(179, 154, 100, 0.75);
}
#loopedSlider ul.slick-dots {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 45%;
	margin: 0 27.5%;
	height: 0;
	text-align: center;
	list-style:none;
}
#loopedSlider ul.slick-dots li {
	display:inline-block;
	width: 52px;
	height: 8px;
	margin: 0 3px;
}
#loopedSlider ul.slick-dots li:hover {
	background: rgba(255,255,255,0.65);
}
#loopedSlider .container .slides div.slide .post {
	position: relative;
}
#loopedSlider .container .slides div.slide .slider-share {
	position: absolute;
	bottom: 45px;
	left: 16%;
	width: auto;
	height: auto;
	font-family: "Baron Neue";
	text-transform: lowercase;
	letter-spacing: 0.015em;
	color: #fff;
}
#loopedSlider .container .slides div.slide .slider-share a {
	display: inline-block;
	width: 27px;
}
#loopedSlider .container .slides div.slide .slider-share > span {
	font-size: 1.65em;
}
#loopedSlider .container .slides div.slide .slider-share > a {
	font-size: 2em;
}
#loopedSlider .container .slides div.slide .slider-share > a:hover,
#loopedSlider .container .slides div.slide .slider-share > a:active,
#loopedSlider .container .slides div.slide .slider-share > a:focus {
	text-decoration: none;
}
#loopedSlider .container .slides div.slide .slider-share a span:hover {
	color: #B39A64;
}
#loopedSlider ul.slick-dots li {
	display:inline-block;
	border: 1px solid #fff;
	-webkit-transition:all .25s ease 0s;
	-khtml-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-ms-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
#loopedSlider ul.slick-dots li.slick-active {
	background: #fff;
}
#loopedSlider ul.slick-dots li:hover {
	cursor: pointer;
}
body#home .h_column {
	display:inline-block;
	width:240px;
	width:25%;
	vertical-align:top;
}
body#home .h_column>.title {
	display:block;
	margin:0 0 .5em 0;
	padding:0 0 0 .3em;
	font-size:20px;
	border-left:#FFF dotted 2px;
	border-right:#FFF dotted 2px;
	border-bottom:#ACACAC dotted 2px;
}
body#home .h_column>.title>.name {
	display:block;
	padding:.5em 0;
	color:#000;
	text-decoration:none;
}
body#home .h_column>.title:hover>.name { text-decoration:underline; }
body#home .h_column>.productList>.product {
	display:block;
	height:245px;
}
body#home .h_column>.productList>.product>.productBlock { margin-bottom:1em; }
body#home .h_column>.productList>.product>.productBlock>.imgBlock>.img { height:165px; }
body#home .col1, body#home .col2, body#home .col3 {
	display:inline-block;
	vertical-align:top;
	/*&:first-child
		{
			padding-left: 0;
		}*/
	padding:0;
}
body#home .col1 h2, body#home .col2 h2, body#home .col3 h2 {
	display:block;
	background-color:#CCC;
	height:2.1em;
	line-height:2.1em;
	padding:1em;
	text-align:center;
	text-transform:uppercase;
	font-size:1.0em;
	color:#666;
}
body#home .col1 h2 a:active, body#home .col1 h2 a:link, body#home .col2 h2 a:active, body#home .col2 h2 a:link, body#home .col3 h2 a:active, body#home .col3 h2 a:link { text-decoration:none; }
body#home .col1 h2 a:visited, body#home .col1 h2 a:hover, body#home .col2 h2 a:visited, body#home .col2 h2 a:hover, body#home .col3 h2 a:visited, body#home .col3 h2 a:hover {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
body#home .col1 h2 a:visited:after, body#home .col1 h2 a:hover:after, body#home .col2 h2 a:visited:after, body#home .col2 h2 a:hover:after, body#home .col3 h2 a:visited:after, body#home .col3 h2 a:hover:after {
	content:" allez y !!";
	text-transform:uppercase;
	font-size:0.7em;
	font-style:italic;
	color:#333;
}
body#home .col1 .col_color, body#home .col2 .col_color, body#home .col3 .col_color {
	background-color:#CCC;
	text-align:center;
	padding:1em;
}
body#home .col1 .col_color a>img, body#home .col2 .col_color a>img, body#home .col3 .col_color a>img { margin-left:10px; }
body#home .col1 { width:100%; }
body#home .col2 { width:475px; }
body#home .col3 { width:32%; }
