/** SLIDER **/

.slider_container {
	background-color: #f3f3f3;
}

.slider {
	padding-bottom: 30px;
	margin-bottom: 0 !important;
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.slick-slide {
	padding: 100px 30px;
}

.slide_content {
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 25px;
}

.slide_content_titre {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.slide_content_text {
	font-weight: 300;
    font-size: 14px;
    color: #929292;
    line-height: 1.7;
}

.slick-dots {
	bottom: 10px !important;
}

.slick-dots li button:before {
	font-size: 10px !important;
}

@media (min-width: 768px){
	.slider_container {
		margin: 0 40px 40px;
	}

	.slick-slide img {
		margin-left: auto;
		max-height: 230px;
	}

	.slide_content {
		text-align: left;
	}

	.slide_content_titre {
		font-size: 24px;
	}

	.slide_content_text {
		font-size: 16px;
	}
}

@media (min-width: 992px){
	.slider_container {
		margin: 0 80px;
	}

	.slide_content_titre {
		font-size: 30px;
	}

	.slide_content {
		bottom: 0;
	}

	.slick-dots {
		left: -22px !important;
	    width: auto !important;
	    top: 50%;
	    transform: translateY(-50%);
	    bottom: unset !important;
	    display: flex !important;
	    flex-direction: column;
	}

	.slick-dots li {
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
	}

	.slick-dots li:not(:last-child) {
	    margin: 0 0 30px !important;
	}

	.slick-dots li:last-child {
		margin: 0 !important;
	}

	.slick-dots li button {
		position: relative;
		font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 22px !important;
	    height: 1px !important;
	    padding: 0 !important;
	    cursor: pointer;
	    color: transparent;
	    border: 0 !important;
	    outline: none;
	    background: #999 !important;
	    transition: all 0.3s ease;
	}

	.slick-dots li.slick-active button {
		width: 69px !important;
		background: #000 !important;
	}

	.slick-dots li button:before {
	    font-family: 'Catamaran',sans-serif !important;
	    font-size: 14px !important;
	    line-height: 20px;
	    position: absolute;
	    top: 50%;
	    left: -25px !important;
	    transform: translateY(-50%);
	    width: unset !important;
	    height: unset !important;
	    text-align: center;
	    opacity: unset !important;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-weight: 600;
	    transition: color 0.3s ease;
	    color: #999 !important;
	}

	.slick-dots li.slick-active button:before {
		color: #000 !important;
		opacity: unset !important;
	}

	.slick-dots li:first-child button:before {
		content: '01' !important;
	}

	.slick-dots li:nth-child(2) button:before {
		content: '02' !important;
	}

	.slick-dots li:nth-child(3) button:before {
		content: '03' !important;
	}

	.slick-dots li:nth-child(4) button:before {
		content: '04' !important;
	}

	.slick-dots li:nth-child(5) button:before {
		content: '05' !important;
	}
}

@media (min-width: 1200px){
	.slider_container {
		margin: 0 90px;
	}

	.slick-slide {
		padding: 130px 40px;
	}

	.slick-slide img {
		max-height: 320px;
	}

	.slide_content {
		padding: 0 70px;
		bottom: 50px;
	}

	.slide_content_titre {
		font-size: 50px;
	}

	.slide_content_text {
		font-size: 20px;
	}
}

@media (min-width: 1440px){
	.slick-slide img {
	    max-height: 400px;
	}

	.slide_content {
		padding: 0 135px;
	}
}

@media (min-width: 1600px){
	.slider_container {
		margin: 0 140px 90px;
	}
}

/** BOUTIQUES **/

.rubrique {
	margin-bottom: 35px;
}

@media (min-width: 1200px){
	.rub_boutiques {
		height: 400px;
	}

	.rub_boutiques figure {
		height: 100%;
	}

	.rub_boutiques figure img {
		object-fit: cover;
	    object-position: center;
	    height: 100%;
	    width: 100%;
	}
}

@media (min-width: 1600px){
	.rub_boutiques {
		height: 500px;
	}
}

/** DESTOCKAGE **/

.rubrique h2 {
	text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 25px;
}

.rub_destockage .produits {

}

.rub_destockage .produit:not(:last-child) {
	margin-bottom: 60px;
}

.rub_destockage .produit .produit_image {
		position: relative;
	}

.rub_destockage .produit_image .produit_actions {
	display: none;
}

.rub_destockage .produit_image .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}

.rub_destockage .produit h3 {
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.rub_destockage .produit .produit_prix {
	color: #999;
    font-size: 14px;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

@media (min-width: 768px){
	.rub_destockage .produits {
		display: flex;
		flex-wrap: wrap;
	}

	.rub_destockage .produit {
		flex-basis: calc(50% - 60px);
		margin: 0 30px 60px;
	}
}

@media (min-width: 992px){
	.rubrique {
		margin-bottom: 60px;
	}

	.rubrique h2 {
		font-size: 30px;
		margin-bottom: 45px;
	}

	.rub_destockage .produit h3 {
		font-size: 16px;
	}

	.rub_destockage .produit .produit_prix {
		font-size: 16px;
	}

	.rub_destockage .produit_image figure {
		font-size: 0;
	}

	.rub_destockage .produit_image .produit_actions {
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 10;
		transform: translate(-50%, 100%);
		display: flex;
		transition: all 0.3s ease;
		opacity: 0;
	}

	.rub_destockage .produit:hover .produit_image .produit_actions {
		opacity: 1;
		transform: translate(-50%, 0);
	}

	.rub_destockage .produit_image .produit_apercu {
		color: white;
	    padding: 1px 15px 0;
	    font-size: 10px;
	    font-weight: 700;
	    height: 25px;
	    line-height: 25px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    background-color: #000;
	}

	.rub_destockage .produit_image .produit_wish {
		width: 26px;
	    text-align: center;
	    padding: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: white;
	    background-color: #555;
	}

	.rub_destockage .produit_image .produit_wish a {
		display: flex;
		font-size: 11px;
	}

	.rub_destockage .produit_image .produit_wish.selected a {
		color: #5D9DD3;
	}
}

@media (min-width: 1200px){
	.rubrique {
		margin-bottom: 80px;
	}

	.rub_destockage .produit {
	    flex-basis: calc(33.3333% - 50px);
	    margin: 0 25px 60px;
	}
}

@media (min-width: 1600px){
	.rub_destockage .produit {
		flex-basis: calc(25% - 50px)
	}
}