/*
Theme Name: Extranet Vignobles Austruy
Template: Divi
Author: Gonzague POULIQUEN
Version: 4.27.2.1730758546
Updated: 2024-11-04 23:15:46

*/
.carousel-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.carousel-slide {
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.carousel-slide img {
    width: 100% !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Flèches de navigation */
.slick-prev, .slick-next {
    background: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1000 !important;
    transition: background 0.3s ease !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: transparent !important; /* Masque le texte par défaut */
    border: 2px solid #AC9360 !important;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:hover, .slick-next:hover {
    background: #ac93606b !important;
}

.slick-prev::before, .slick-next::before {
    content: '' !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.slick-prev {
    background-image: url("https://extranet-peyrassol.lecompasdigital.fr/wp-content/uploads/2025/02/arrow-left.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 75% !important;
}

.slick-next {
    background-image: url("https://extranet-peyrassol.lecompasdigital.fr/wp-content/uploads/2025/02/arrow-right.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 75% !important;
}

.slick-dots {
    display: none;
}

@media only screen and (max-width: 980px) {
	.et_pb_blurb_1_tb_footer {
		top: 50vh !important;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_blurb_1_tb_footer {
		top: 200px !important;
	}
}