/*  Theme Name:   Thème enfant Kadence
Description:  Thème enfant pour Casa Cocon Conciergerie
Author:       Delphine  
Author URI:   https://www.poweb85.fr
Template:     kadence  */

/* Flexslider - Slider principal */
.flexslider {
    margin: 0 auto;
    max-width: 800px; /* Largeur maximale du slider principal */
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Assure un affichage propre avec ratio 1:1 */
}

/* Miniatures (Carousel) */
#carousel .slides img {
    width: 100px; /* Largeur des miniatures */
    height: 100px; /* Hauteur pour ratio 1:1 */
    object-fit: cover; /* Maintient le ratio carré */
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

#carousel .slides img:hover,
#carousel .slides img.flex-active-slide {
    border-color: #0073e6; /* Couleur de la bordure active */
}

/* Personnalisation du moteur de recherche superhote */

#external-booking, #external-rental-detail, #external-rental-detail .detail-right-side .rental-booking .rental-booking-widget .vdp-datepicker input, #detail-checkout { 
	background-color: var(--global-palette8); 
}
