/* Css de backoffice_gestion_diaporama_slick */

.cadre_selection_type_ajout {
	text-align: center;
}

.cadre_gros_bouton_selection_type {
	margin:5px;
	display: inline-table;
	-webkit-box-shadow: 1px 1px 4px 0 #6B6B6B;
	box-shadow: 1px 1px 4px 0 #6B6B6B;
	background-color:  #f5f5f5;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.cadre_gros_bouton_selection_type:hover {
	background-color: #eef4f7;
}

.image_selection_gros_bouton {
	padding:7px;
	height: 50px;
	text-align: center;
}

.titre_selection_gros_bouton {
	background-color: #444;
	color:#fff;
	padding:7px;
}

[aria-label]:hover:before, [aria-label]:focus:before {
	display:none;
}

.slick-arrow {
	border:none;
	background-color: transparent;
	position:absolute;
	overflow: hidden;
	text-indent: -1000%;
	height: 64px;
	width:38px;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	z-index: 99;
	top:50%;
	margin-top:-32px;
	cursor:pointer;
	outline:none;
}


.slick-next {
	background-image:url('../images/droite_slick.png');
	right:5px;
}

.slick-prev {
	background-image:url('../images/gauche_slick.png');
	left:5px;
}

.entour_diaporama_slick {
	position: relative;
}

.entour_diaporama_slick:hover .slick-arrow {
	opacity:1;
}

.slick-dots {
	list-style-type: none;
	position: absolute;
	z-index: 88;
	bottom:10px;
	width:100%;
	text-align: center;
	margin:0px;
	padding:0px;
}

.slick-dots li {
	display:inline-block;
}

.slick-dots li button {
	border:none;
	overflow: hidden;
	text-indent: -500px;
	width:10px;
	height: 10px;
	border-radius:10px;
	background-color: #fff;
	margin:5px;
	color:#fff;
	padding:0px;
	opacity:0.6;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor:pointer;
}

.slick-dots .slick-active button {
	opacity:1;
}