/* Couleurs de fond spécifiques aux sections iKids */
.bg-soft-orange { background-color: rgba(235, 125, 69, 0.15); border: 1px solid rgba(235, 125, 69, 0.3); }
.bg-soft-blue { background-color: rgba(42, 158, 254, 0.15); border: 1px solid rgba(42, 158, 254, 0.3); }
.bg-soft-green { background-color: rgba(2, 163, 49, 0.15); border: 1px solid rgba(2, 163, 49, 0.3); }
.bg-soft-purple { background-color: rgba(141, 108, 249, 0.15); border: 1px solid rgba(141, 108, 249, 0.3); }

.bg-soft-info { background-color: #fbe5d3; }
.bg-soft-operators { background-color: #d2ecfe; }
.bg-soft-reviews { background-color: #cdeecc; }

/* Styles spécifiques pour le Slider Slick */
.infinitewatch-slick-iphone {
    width: 100%;
    position: relative;
}
.infinitewatch-slick-slider {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s;
}
.infinitewatch-slick-slider:hover {
    transform: translateY(-5px);
}
.infinitewatch-slick-slider::after {
    content: "\f055"; /* FontAwesome Plus Icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 24px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.infinitewatch-slick-slider-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: black;
    z-index: 2;
}
.infinitewatch-slick-arrow .prev, .infinitewatch-slick-arrow .next {
    width: 45px;
    height: 45px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.infinitewatch-slick-arrow .prev:hover, .infinitewatch-slick-arrow .next:hover {
    background-color: var(--primary-color, #337ab7);
    color: white;
}
.infinitewatch-slick-arrow .slick-disabled {
    opacity: 0.5;
    cursor: default;
}

/* Modal Custom */
#infinitewatch-modal-slider {
    border-radius: 28px;
    overflow: hidden;
}
#infinitewatch-modal-slider .close-custom {
    background: #fe0203;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#infinitewatch-modal-slider .modal-dialog {
    max-width: 80%;
}
#infinitewatch-modal-slider .modal-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    border: none;
    justify-content: end;
    margin: 20px;
}
#infinitewatch-modal-slider .modal-body {
    padding: 0 70px 50px 70px;
}
#infinitewatch-modal-slider .container-gray {
    background: #f5f5f7;
    border-radius: 28px;
    box-sizing: border-box;
    height: 100%;
    min-height: 560px;
    overflow: hidden;
    position: relative;
    will-change: transform;
    margin-top: 60px;
}
#infinitewatch-modal-slider .container-gray > div {
    flex-wrap: nowrap;
}

#infinitewatch-modal-slider .infinitewatch-modal-slider-texte {
    padding: 64px 0 64px 56px;
    width: 90%;
    font-size: 18px;
}
#infinitewatch-modal-slider .infinitewatch-modal-slider-img {
    margin: 0 86px;
}
#infinitewatch-modal-slider .infinitewatch-modal-slider-img img {
    width: 100%;
}
.infinitewatch-modal-slider-title h1 {
    font-size: 56px;
    margin-bottom: 0;
}
.infinitewatch-modal-slider-title h2 {
    color: gray;
}

.infinitewatch-modal-slider-img .img-responsive {
    width: 70%!important;
}

/* Table Responsive clean */
.table th { vertical-align: middle; }

/* Vidéo Responsive */
video {
    width: 100%;
    height: 100%;
}

#product-a-savoir {
    border: 1px dashed #e0525c;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 10px;
    text-align: justify;
    cursor: pointer;
}

#product-a-savoir #collapse-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#product-a-savoir button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8b2821;
    background: transparent;
    border-radius: 7px;
    padding: 6px 17px;
    color: #8b2821;
    font-weight: bold;
    cursor: pointer;
}

.section-produit-avis-google {
    border-radius: 20px 0 0 20px;
    background-color: #cdeecc;
}

.glide__slides {
    display: flex;
}

.glide__slide {
    height: auto;
}
