#home-slider.event {
    height: 600px;
    max-height: 600px;
}
#home-slider.event .swiper-slide {
    background-position: left center;
}
#home-slider.event .swiper-slide.big {
    display: block;
    background-size: 2600px 600px;
}
#home-slider.event .swiper-slide.medium {
    background-size: 1000px 600px;
}
#home-slider.event .swiper-slide.mobile {
    background-size: 100%;  /* FV 500px 600px */
    margin-top: -75px;      /* FV added */
}
#home-slider.event .swiper-slide.medium,
#home-slider.event .swiper-slide.mobile {
    display: none;
}
#home-slider.event .btn {
    margin-bottom: 0;
}
#home-slider.event .btn.btn-bleu-ciel {
    background-color: #b70d27;
    border-color: white;
}
#home-slider.event .content .buttons-container {
   margin-top: 0;
}
#home-slider.event .content {
    padding: 108px 15px 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: inherit;
    transform: translateY(-50%);
    width: fit-content;
}

@media only screen and (max-width: 1280px) {
    #home-slider.event .content {
        max-width: inherit;
    }
    #home-slider.event .content .btn {
        display: block;
        width: fit-content;
        margin: 0 0px 24px auto;
    }

}

@media (max-width: 1000px) {
    #home-slider.event .swiper-slide.medium {
        display: block;
    }
    #home-slider.event .swiper-slide.big,
    #home-slider.event .swiper-slide.mobile {
        display: none;
    }
}

@media only screen and (max-width: 720px) {
    #home-slider.event .content .btn {
        display: inline-block;
        width: auto;
        min-width: inherit;
        margin: 0 0 0 0;
        padding: 0;
        font-size: 13px;
        padding: 15px 10px;
    }
    #home-slider.event .content .btn:first-child {
        margin-right: 10px;
    }
    #home-slider.event .content {
        padding: 0 15px;
        bottom: 35px;
        top: inherit;
        right: 50%;
        transform: translateX(50%) translateY(0);
    }
    #home-slider.event .swiper-slide.mobile {
        display: block;
    }
    #home-slider.event .swiper-slide.big,
    #home-slider.event .swiper-slide.medium {
        display: none;
    }
    #banniere .big-wrap {
        display: none !important;
    }
}


/* WooCommerce simple product */ 

button.single_add_to_cart_button{
    border-color: #59c6ff!important;
    background-color: #59c6ff!important;
    width: 100%;
    margin-top: 10px!important;
    padding: 1.25em!important;
}

button.single_add_to_cart_button:hover{
    border-color: #53b8ec!important;
    background-color: #53b8ec!important;
}

.radio-group-photo_parent::before{
    content: '';
    width: 100%;
    height: 160px;
    display: flex;
    background-image: url(https://www.ballons-du-leman.ch/wp-content/uploads/2018/02/qui-sommes-nous-1-1.jpg);
    background-size: cover;
    background-position: 0px -40px;
}
/******************************/ 