/*
 Theme Name:   Tourm Child  
 Theme URI:    https://themeholy.com/wordpress/tourm
 Description:  This is a child theme for Tourm - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     tourm
 Version:      2.1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  tourm-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

/* page acceuil  */
.slider-multi-coleur .category-card {
    position: relative;
}
.slider-multi-coleur .category-card .line-btn {
    position: absolute;
    inset: 0; /* top:0; left:0; right:0; bottom:0 */
    z-index: 10;
    display: block;
}
.slider-multi-coleur .category-card a {
    position: relative;
    z-index: 11; /* pour garder le titre au-dessus si besoin */
}



.cus-faq .elementor-accordion .elementor-accordion-item:first-child{
    border-radius: 10px 10px 0 0;
}
.cus-faq .elementor-accordion .elementor-accordion-item:last-child{
    border-radius: 0 0 10px 10px;
}


.add-flex  {
  display: flex !important;
  flex-wrap: wrap;
  gap: 24px;
}
.add-flex .swiper-slide {
  width: calc(25% - 24px) !important;
  margin-right: 0 !important;
}


@media (max-width: 991px) and (min-width:768px) {
  .add-flex .swiper-slide {
    width: calc(50% - 12px) !important;
  }
}
@media (max-width:767px) and (min-width:220px){
    .add-flex .swiper-slide {
        width: 100% !important;
    }
}


.to-hide{
    display: none !important;
}



/* single tour page (8 pages) */
.section-pagefoodtruck .category-card {
    position: relative;
}
.section-pagefoodtruck .category-card .line-btn {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    z-index: 5;
    display: block;
}
.section-pagefoodtruck .category-card .box-img , .section-pagefoodtruck .category-card .box-title {
    position: relative;
    z-index: 2;
}