/*
Theme Name: Activités Theme
Description: Official Activityz Theme
Author: MMZ
Author URI: https://Activityz.ma
Template: twentytwentyfour
Version: 1.0.0
*/




/*.  Fonts 
for Text: Montserrat, Comfortaa  
for Headings from BOLD to THIN : Caprasimo, Suez One, Marko One
*/

* {
    -webkit-tap-highlight-color: transparent;
    
  
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
  display: none !important;
}


:root :where(.is-layout-constrained) > * {
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}

root :where(.is-layout-constrained) > * {
  margin-block-start: 0 ;
  margin-block-end: 0;
}

#close-global-popup {
   width: 200px;
  font-size: 14px;
}

.event-prix img{
    clip-path: inset(1.5%);
}


::-webkit-scrollbar-thumb {
    background: white;         /* ← change this to any color */
    border-radius: 4px;
}


select:focus, 
textarea:focus, 
button:focus,
a:focus, 
input:focus {
    outline: none;
    box-shadow: none;
   /* border: none;*/
}



.formkit-form[data-uid="c9738b4ea3"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="c9738b4ea3"][min-width~="800"] [data-style="clean"] {
 
  padding-top: 20px !important;
}

.formkit-form[data-uid="c9738b4ea3"] {
  max-width: 700px;
  margin: auto;
}


.form-kit-search-button {
    height: 40px;
  min-width: 110px;
  background: #00cbdc;
  border: 0;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.form-kit-search-input {
    width: 100%;
  height: 40px;
  padding: 10px;
}




.search-title {
   font-family:  'Ubuntu', serif;
   font-size:20px !important;
   margin-top: 20px !important;
   color: #00cbdc;
    
}
.search-results-classification {
  font-family: 'Caprasimo';
  font-size:25px;
  margin-top: 20px;

}

#convertkit-form-no-result-search {
    margin-bottom: 50px !important;
     margin-top: 5px !important;
}


.the-separator-breadcrumb {
    margin: 0 3px;
}
 .instagram-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  
  .instagram-block {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 10px rgba(0, 0, 0, 0.15);
    max-width: 540px;
    width: 80%;
    padding: 0;
  }
  
#facebook .Embed .Caption {
  display: none !important;
  }


/* FORM REFERENCEMENT*/
#wpcf7-f1664-p1671-o1 {
    padding: 10px;
}



.partners-banner{
    margin-top: 40px;
    
    text-align: center;
}

.partners-banner img{
    max-height:350px;
    border:1px solid grey;
}

.more-homepage-btn {
     display: block;
  text-align: center;
  background-color: #00cbdc; /* deep blue */
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: none; /* disables hover animations */
  max-width: 300px;
  margin:0px auto;
}








    
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
    margin-top: 0px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 15%;
  float: left;
  margin: 0;
  list-style: none;
}



.related-centers-container {
    margin-top:100px;
     position: relative;
}


.related-centers{
    grid-template-columns: none !important;
    display: flex;
  scroll-snap-type: x mandatory;
  gap: 20px;
  overflow-x: auto;
  padding: 15px;
  scroll-behavior: smooth;

         /* Hide scrollbar for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */

}


.related-centers::-webkit-scrollbar {
    display: none; /* WebKit-based browsers (Chrome, Safari, etc.) */
}

.related-centers li {
        flex-shrink: 0;
  scroll-snap-align: center;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0px;
}

.related-centers img {
    height:250px;
}

.related-centers h3 {
    margin-top:15px !important;
    margin-bottom:15px !important;
    font-size: 18px !important;
}


.related-centers-bullets {
    display:none;
}








.arrow-indicator {
    position: absolute;
    top: 50%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.54);
    width: 50px;  /* Set a specific width */
    height: 50px; /* Set the same height */
    border-radius: 50%; /* This will make it a circle */
    display:none;
}

.arrow-indicator.visible {
    opacity: 1;
}

.arrow-indicator i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding: 10px 12px;
}

.arrow-indicator.visible {
    display: block; /* Show when scrollable content exists */
}


/* Right arrow position */
.arrow-indicator.right {
    right: 20px;
    transform: translateY(-50%);
}

/* Left arrow position */
.arrow-indicator.left {
    left: 20px;
    transform: translateY(-50%);
}








.glide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px; /* Adjust the size of each slide */
}

.glide__bullets {
    position: absolute;
    bottom: -30px; /* Adjust position from the bottom */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.glide__bullet {
    width: 10px;  /* Smaller size for the bullet */
    height: 10px;  /* Smaller size for the bullet */
    border-radius: 50%;  /* Round shape */
    background-color: #cbcbcb;  /* Light gray for inactive bullets */
    transition: background-color 0.2s ease, opacity 0.2s ease;  /* Moderate timing for smooth transition */
    border: none;
}

.glide__bullet.glide__bullet--active {
    background-color: #00cbdc;  /* Darker color for active bullet */
    opacity: 1;
}

/* Optional: Hover effect */
.glide__bullet:hover {
    background-color: #00cbdc; /* Darken bullet when hovered */
    opacity: 1; /* Ensure full opacity when hovered */
}



.mobile-navbar {
    display: none; /* Hidden by default */
}



/* Modal styles */
/* Modal styles */
.search-modal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.search-modal.open {
    display: flex; /* Modal is shown when 'open' class is added */
  align-items: flex-start;
  padding-top: 50px;
    padding-bottom: 10px;

}

.search-modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    height:100%;
    width: 400px;
    text-align: center;
    overflow-y: auto;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}






.subtitles-centers {
    padding: 20px;
    padding-bottom: 20px;
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: lighter;

}




:root {
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--base-2: #ffffff;
  --wp--preset--color--contrast: #111111;
  --wp--preset--color--contrast-2: #636363;
  --wp--preset--color--contrast-3: #A4A4A4;
  --wp--preset--color--accent: #ff2e5e;
  --wp--preset--color--accent-2: #00c5d9;
  --wp--preset--color--accent-3: #ff2e5e;
  --wp--preset--color--accent-4: #00c5d9;
  --wp--preset--color--accent-5: #00c5d9;
}

body {
    --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: 0px;
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: 0px;
}

header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.swiper-wrapper {
    align-items:center;
    padding-bottom: 25px;
}

#wpgs-gallery {
    max-width: 100% !important;
    width: 100%;
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
     max-width: 100% !important;
}





.content-test-landing {
    padding: 15px;
}







/* CATEGORIES SECTION */
.categories-section ul {
    display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  gap: 10px;
}

 .categories-section .activity img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.categories-section li {
  display: flex;
  margin-bottom: 10px;
}

 .activity {
  margin: 0;
}


.categories-section .activity h3 {

  border-radius: 15px;
    
}
.categories-grid-container {
    display: flex;
  justify-content: center;
}

  


.forgroups-section ul {
    display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  gap: 10px;
}

/* VARIATION PRODUCT  */
/* Accordion container styles */
.event-accordion-item {
    border: none; /* Remove the border */
    margin-bottom: 15px;
    padding: 0;
    background-color: #fff; /* Simple white background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    border-radius: 8px; /* Rounded corners for modern look */
    overflow: hidden; /* Ensures no content overflows */
}

/* Accordion header styles */
.event-section-header {
    font-size: 1.25em;
    cursor: pointer;
    padding: 15px 20px;
    margin: 0 !important;
    background-color: #fafafa; /* Light neutral background */
    border-bottom: 1px solid #e1e1e1; /* Soft border between sections */
    font-weight: bold; /* Makes the header stand out */
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    justify-content: space-between; /* Ensure icon and text are aligned */
    align-items: center;
}

/* Hover effect for header */
.event-section-header:hover {
    background-color: #f2f2f2;
    color: #333; /* Darken text color on hover */
}

/* Accordion content styles (hidden by default) */
.event-accordion-content {
    display: none;
    padding: 15px 20px;
    font-size: 1em;
    color: #555; /* Slightly darker text for better readability */
    background-color: #fafafa; /* Consistent background */
    border-top: 1px solid #e1e1e1; /* Soft border between content and header */
    transition: all 0.3s ease;
}




/* Opened accordion content */
.event-accordion-item.active .event-accordion-content {
    display: block;
}



/* Adding an icon to the header */
.event-section-header i {
    transition: transform 0.3s ease; /* Smooth rotation on toggle */
}

.event-accordion-item.active .event-section-header i {
    transform: rotate(180deg); /* Rotate the icon when section is open */
}


#tab-description {
    display:flex;
    gap:30px
}
.cmn {
    width: 50%;
}







.wp-block-woocommerce-product-details {
    padding: 0 10px;
}

h1.wp-block-query-title {
    font-size: 35px;
    margin: 0;
    padding:10px;
  
}

.wp-block-term-description {
    margin-block-start: 0;
}
.desc-taxonomies {
    padding:0 10px;
}

.desc-taxonomies p, .taxonomy-description p {
    font-family: 'Montserrat';
    font-size: 16px;
 
}

.desc-taxonomies-content {
    font-family: 'Montserrat';
    font-size: 16px;
}

.desc-taxonomies h2 {
 font-family: 'Ubuntu';
  font-size: 20px;
  color: #00c5d9;
}

.desc-taxonomies a {
  color: #ff2e5e;
}

















.met-social-google {
    display: inline-block;
    width: 20px; /* Adjust to your icon size */
    height: 20px; /* Adjust to your icon size */
    background-image: url('https://activityz.ma/wp-content/uploads/2024/10/icon-google.png'); /* Path to your image */
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px; /* Hide the text inside the <i> */
}

.wslu-color-scheme--google {
    background-color: var(--wslu-color-scheme) !important;
    
}

.wslu-color-scheme--google .xs-login__item--label {
    color:white !important;
}

.wslu-color-scheme--google .xs-login__item--icon {
    background-color: white !important;
}

.met-social-facebook {
    color: var(--wslu-color-scheme) !important;
}

.wslu-color-scheme--facebook {
    background-color: var(--wslu-color-scheme) !important;
}

.wslu-color-scheme--facebook .xs-login__item--label {
    color:white !important;
}

.wslu-color-scheme--facebook .xs-login__item--icon {
    background-color: white !important;
}

.wlfmc-guest-notice-wrapper .wlfmc-notice-buttons a.wlfmc_btn_0 {
  padding: 10px 35px;

  
}



.city-filter-container {
    margin: 1em 0;
}
.city-filter-label {
    font-weight: bold;
    margin-right: 10px;
}
.city-filter-dropdown {
    padding: 0.5em;
    font-size: 1em;
}


/*  AJOUTER AU PANIER */
.wc-block-add-to-cart-form {
  
}


.woocommerce-form-register .woocommerce-privacy-policy-text{
    display:none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0px solid #cfc8d8;
  padding: 0px;
  margin: 0;
  border-radius: 0px;
}

.wp-block-post-excerpt__excerpt {

  font-size: 16px;
  color: black;
}

.wp-block-read-more, .wp-block-post-excerpt__more-link {
  font-size: 14px;
  color: #ff2e5e;
}

.product-tags-taxonomies {
    display:none;
    text-align:center;
}
.activity-type-term {
    
    padding: 2px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    border-radius:30px;
    text-decoration:none;
}

input {
    border-radius: 10px;
    border: 1px solid #b5b5b5;
}

.info-registration, .woocommerce-LostPassword  {
    font-size:14px;
    margin: 10px;
}

.wlfmc-guest-notice-wrapper p{
    margin:10px;
}



* {
    outline: none;
}


p {
  /*  font-family: 'Montserrat';*/
}

h1 {
    font-family:'Caprasimo'; 
    /* color: blue. #00c5d9     red  #ff2e5e */
     color:  #ff2e5e;
}



h2, h3, h4 {
    font-family:'Ubuntu', serif;
    color: #ff2e5e;
}

h1 a, h2 a, h4 a  {
    text-decoration:none;
}



.wp-block-heading i {
    font-size:18px;
}


:root :where(.wp-block-separator) {
  color: #00c5d9;
}

/*.product main {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}*/


/* BREADCRUMB AND NOTICES PANIER PRODUCT */

.woocommerce-breadcrumb {
   
    padding: 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0 !important;
   color: #656565;
   font-size: 13px !important;
  margin-top: 10px !important;
     
}

.woocommerce-breadcrumb a{
   color: #656565 ;
}

.wp-block-woocommerce-store-notices {
    margin-block-start: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
  text-align: center;
}

.wc-block-components-notice-banner {
    padding: 20px !important;
    margin: 15px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    float: none;
    opacity: 1;
    font-weight: bold;
}



.icon-product-desc {
    width: 30px;
    height: auto;
    padding-bottom: 13px;
  vertical-align: middle;
}




.woocommerce-Tabs-panel h2 {
    margin-bottom: 0;
/*    margin-top: 50px;
*/    color: #ff2e5e;

}

.woocommerce-Tabs-panel p {
    margin-top: 10px;

}

.woocommerce-Tabs-panel ul {
    margin-top: 10px;
    padding-left:30px;
}

.two-c {
    display: flex;
  width: 100%;
  justify-content: space-between;
  order: revert;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 15px;
}
.two-c > div {
    flex: 1 auto;
}

.wp-block-woocommerce-product-price {
    /*display:none;*/
}

.woocommerce ul.products li.product .price {
   /* display:none;*/
}

.wc-block-add-to-cart-form .quantity .qty {
  margin-right: .5rem;
  text-align: center;
  width: auto;
}

.woocommerce .out-of-stock ~ .variations_form.cart {
    display: none !important;
}

/*.  RESERVER BOOK ADD TO CART FORM    */
.woocommerce div.product form.cart {
  margin-bottom: 2em;
/*  border-top: 1px solid #00c5d926;
  border-bottom: 1px solid #00c5d926;*/
  padding: 20px 0;
  display: none;
}

.woocommerce-Tabs-panel-h2 {
    margin-bottom: 0;
    margin-top: 50px;
    color: #ff2e5e;
}

/*ADD TO CART SECTIONS*/

/* Variations table */
.variations {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.variations th.label {
    text-align: left;
    font-weight: 600;
    padding-right: 10px;
    color: #333;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
}

.variations td.value {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

/* Select Dropdown Styling */
.variations select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 15px;
    transition: all 0.3s ease;
}

.variations select:hover {
    background-color: #f0f0f0;
}

.variations select:focus {
    border-color: #007cba;
    background-color: #fff;
}

/* Reset variations link */
.reset_variations {
    display: none !important;
}

.reset_variations:hover {
    color: #005a99;
}

/* Quantity selector styling */
/* Quantity selector styling */
.single_variation_wrap .quantity {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.single_variation_wrap .quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 60px;
    text-align: center;
    padding: 8px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5; /* Light grey background */
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.single_variation_wrap .quantity input[type="number"]:hover,
.single_variation_wrap .quantity input[type="number"]:focus {
    background-color: #e0e0e0; /* Darker grey on hover/focus */
    outline: none;
}

.single_variation_wrap .quantity input[type="number"]::-webkit-inner-spin-button,
.single_variation_wrap .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Remove spin button */
}

/* Custom buttons for quantity (optional) */
.single_variation_wrap .quantity button {
    background-color: #f5f5f5;
    border: none;
    font-size: 18px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}

.single_variation_wrap .quantity button:hover {
    background-color: #e0e0e0;
}

.single_variation_wrap .quantity button:active {
    background-color: #ccc;
}




.woocommerce-variation-add-to-cart {
    text-align: right;
}

/* Add to cart button */
.single_add_to_cart_button {
  background-color: #00cbdc;
  color: white;
  padding: 10px 35px;
  border-radius: 20px;
  font-size: 17px;
  text-align: center;
  transition: background-color 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.single_add_to_cart_button:hover {
    background-color: #00dc9e;
}

.woocommerce table.variations tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.woocommerce table.variations th.label {
  flex: 0 0 auto; /* Keep the label at its natural width */
  padding-right: 10px;
}

.woocommerce table.variations td.value {
  flex: 1; /* Take up the remaining space */
  padding-left: 10px;
}

.woocommerce-variation-price {
   text-align: right;
  font-size: 25px;
  color: #00cbdc; 
}











.add-to-card-same-button {
    color: red !important;
}

.wlfmc-wishlist-table .wishlist-empty-row td img {
  background-color: #da1313 !important;
  margin: 0 auto !important;
}





.the-taxonomies {
      list-style: none;
       display:inline-block;
       margin: 0px 5px 10px 0px;
}

.the-taxonomies a{
    border: 1px solid rgba(0,0,0,0.4);
  border-radius: 30px;
  background-color: rgba(255,255,255,0.6);
  padding: 5px 10px;
  font-size: 14px;
  color: #606060;
  text-decoration: none;

}

.the-taxonomies a:hover{
border: 1px solid rgb(255, 255, 255);
  background-color: #00c5d9;
  color: #fff;
}

#tab-description h3 {
    font-size: 20px;
  margin: 40px 0 0 0;
}

.taxonomies-centers {
    padding-left: 0px !important;
    text-align: center;
}









 .day {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  align-items: center;
}


 .hours {
  text-align: right; /* Ensures the hours are aligned to the right */
  padding-left: 10px; /* Adjust space between day name and hours if needed */
    display: flex;
    justify-content: space-evenly; /* Distribute space evenly */
   flex-shrink: 0;

}

.hours span {
  margin-left: 15px; /* Adjust this to control the space between the time ranges */
}


.sub-hours {
    font-size: 1.1rem;
  color: #029aa7;
  margin-top: 20px;
}


.center-section-container h4 {
  font-size: 18px;
  color: #029aa7;
  margin-top: 20px;
 font-weight: 500;
}


/* FORMATTING TARIFS */

.horaires-section ul {
    padding-left:0;
    margin-top: 5px;
}



.horaires-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    
}

.horaires-section ul li strong {
    margin-right: auto;
    word-wrap: break-word; /* Allows text to wrap */
    white-space: wrap;
    
}

.horaires-section ul li:not(strong) {
  white-space: nowrap; /* Ensure the non-strong part stays on one line */

 
}

/* FORMATTING HORAIRES */



.prix-section ul {
    padding-left:0;
}



.prix-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    
}

.prix-section ul li strong {
    margin-right: auto;
    word-wrap: break-word; /* Allows text to wrap */
    white-space: wrap;
    
}

.prix-section ul li:not(strong) {
  white-space: nowrap; /* Ensure the non-strong part stays on one line */

 
}









/*NAV MENU PRODUCT CENTERS
*/
/* Navigation Centers - Tabs Styling */






.navigation-centers {
    position: sticky; 
    top: 0; 
    background-color: rgba(255,255,255,0.95); /* Background color to cover content below */
    padding: 0px; /* Padding for spacing */
    padding-bottom: 0;
    z-index: 900; /* Ensure it stays above other content */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    border-bottom: 1px solid #03c5d9;
    margin-block-start: 0;

}

.navigation-centers ul{
  display: flex;
  justify-content: space-around;
  padding: 0px;
  width: 600px;
  border-bottom: 0px;
  gap: initial;
  background: transparent;
}

.wp-block-navigation__container:only-child {
  flex-grow: initial;
}


html {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif !important;
}


.navigation-centers a {
    padding: 15px 5px;
    text-decoration: none;
    color: #555;
    font-size: 17px;
    position: relative;
    transition: color 0.3s ease;
    font-family: 'Ubuntu';
}

.navigation-centers a:hover,
.navigation-centers a.active {
    color:  #ff2e5e !important; /* Active color */
}





.navigation-centers a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #ff2e5e; /* Active underline color */
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navigation-centers a:hover::after,
.navigation-centers a.active::after {
    width: 100%; /* Full width underline on hover/active */
}

 


















/* CONTACT FORM REFERENCEMENT */
/* Style for form fields */
.custom-input,
.custom-textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Style for the file upload field */
.custom-upload {
    padding: 10px;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

/* Textareas */
.custom-textarea {
    height: 100px;
}

.wpcf7 input[value="Upload" ] {
    padding:10px;
    margin-bottom: 20px;
}
/* Submit button */
.custom-submit {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-submit:hover {
    background-color: #005bb5;
}

/* Labels */
.wpcf7 label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* Adjust the form wrapper */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Error messages */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
}

.wpcf7-response-output {
    margin-top: 10px;
    color: green;
    font-size: 14px;
}




/*FILTERED TEMPLATE CITY x Activities etc
*/


.search-notice {
    padding: 10px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 14px;
  background: #fff1d6;
  width: 80%;
  margin: 20px auto;
  border-radius: 19px;
  
}



/* General Styles */


.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

/* Product Listing Styles */

.template-container h1 {
    font-size: 38px;
    margin: 40px 0 0px 0;
     padding:10px;
}

.template-container .maintitles {

     padding:10px 20px;
}
.filtered-products {
 
    margin: 0 auto;
    padding: 10px;
 
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Set to 3 items per row */
    gap: 30px; /* Consistent gap between items */
    padding: 10px 0;
    list-style: none;
}

.product-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px; /* Space for content */
    font-family: 'Montserrat', sans-serif; /* Ensure consistent font */
}



/* Unified Hover Effects */
.product-item:hover .product-listing-title {
    color: #eb3360; /* Change title color on hover */
}

.product-item:hover img {
    transform: scale(1.05); /* Image zoom on hover */
}

/* Product Image Styles */
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0; /* Rounded top corners */
    height: 300px;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image maintains aspect ratio */
    object-position: center;
    transition: transform 0.4s ease; /* Smooth zoom effect */
}

/* Product Title Styles */
.product-listing-title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
    font-family: "Comfortaa";
    margin-top: 20px;
  margin-bottom: 0px;
}

/* Link Styles */
.product-link {
    text-decoration: none;
    color: inherit;
}

.my-product-link {
    text-decoration: none;
    color: inherit;
}




/*///// RELATED PRODUCTS
*/





.wc-block-product-template__responsive > li {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation for hover effect */

}



.related-product-template li {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation for hover effect */
    border-radius: 8px;    background-color: #fff;
    padding: 0;    
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
   justify-content: flex-end;
}

.related-product-template li:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.related-product-template li img {
    width: 100%; /* Make the image fill the container */
    max-height: 200px !important;
    display: block;
border-radius: 0 0 8px 8px;
    object-fit: cover;
}

.related-product-template li h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center; /* Center align the text */
   margin-bottom: 6px;
}

.related-product-template h3 a {

  text-decoration: none;
}

.related-product-template  {
    margin: 0; /* No margin */
    overflow: hidden; /* Hide overflow to maintain shape */
    width: 100%; /* Full width for the image container */
    padding: 10px;
    
}

.wc-block-components-product-image {
    margin: 0;
}


.wc-block-components-product-image img[alt=""] {
    border: none;
}





/*WOO Gallery product page */
.fancybox-toolbar {
    visibility: visible !important;
    
}

.fancybox-button {
    background: rgba(255, 0, 0, 0.6) !important;
}

/*#wpgs-gallery .wcgs-swiper-arrow {
  display: none !important;
}*/

#wpgs-gallery .gallery-navigation-carousel-wrapper {
  display: none !important;
}






/*.   HERO SECTION
*/
.hero-section h1 {
    margin-bottom:0;
    margin-top: 0;
    font-size:40px;
}


.hero-section h2 {
    color:grey;
    font-family: "Comfortaa" ;
    font-size: 17px;
}

.hero-section {
    width: 100%;
    text-align: center;
    padding: 50px 20px; /* Adjust padding as needed */
    background-image: url('https://activityz.ma/wp-content/uploads/2024/10/backgroung-kids-activites-main.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.typing-effect {
    font-size:35px;
    color: #0073aa; /* Change color as needed */
    display: block; /* Keep it inline with text */
    font-family:'Caprasimo'; 
    /* color: blue. #00c5d9     red  #ff2e5e */
     color:  #00c5d9;
/*     min-height:80px;*/
}

.cursor {
  animation: blink 0.7s step-end infinite;
   font-family:arial;
    color:#ff2e5e;
}

/* Blink effect */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

#homepage-shortcode-container  {
    gap:0px
}





h2.section-title {
   font-size: 36px;
   text-align: center;
   margin-bottom: 0px;
   margin-top: 0;
   font-family: 'Caprasimo', sans-serif;
   color: #ff2e5e;
}

p.section-subtitle {
   font-size: 18px;
   text-align: center;
   margin-bottom: 20px;
   color: #666;
}



/* Cities Section */

/* Section title */
.cities-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Caprasimo', sans-serif;
    color: #ff2e5e;
}

/* Section description */
.cities-section p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

/* Cities Row Container */
.cities-row {
    display: flex;
    justify-content: space-between; /* Ensure left-right alignment */
    gap: 10px;
    margin-bottom: 20px;
}

/* First row: 60% and 40% */
.cities-row-1 .city-1 {
    flex: 0 0 calc(60% - 5px); /* Subtract half the gap for alignment */
    height: 400px;
}

.cities-row-1 .city-2 {
    flex: 0 0 calc(40% - 5px); /* Subtract half the gap for alignment */
    height: 400px;
}

/* Second row: 3 equal tiles */
.cities-row-2 .city-tile {
    flex: 0 0 calc(33.33% - 7px); /* Slight adjustment for gap alignment */
    height: 270px;
}

/* General city tile styles */
.city-tile {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease; /* Smooth transition for background position */


}





/* City name inside the tile */
.city-name {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.7);
    font-family: 'Comfortaa', sans-serif;
}

/* Make the entire tile clickable */
.cities-section .city-link {
    display: block;
    width: 100%;
    height: 100%; /* Make sure the link takes up the full height of the tile */
    text-decoration: none; /* Remove any default underlines on the link */
    color: inherit; /* Ensure text color is inherited */
}








.activities-carousel h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Caprasimo;
    color: #ff2e5e;
}

.activities-carousel p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}

.activities-carousel {
    width: 100%;
     padding: 50px 0;

    text-align: center;
    padding-bottom: 40px;
    overflow: hidden; 
}

.section:nth-of-type(2n+1) {
  background-color: #fff9ed;
}

.carousel {
    display: flex;
    /*margin: 40px 0;
    height: 250px;*/
    margin-bottom: 50px;
    
}





.activity {
    position: relative; /* To position text inside the image */
    margin: 0 10px; /* Space between activities */
}
.activity:focus {
    outline:none;
}

.activity img {
    max-height: 250px; /* Maintain aspect ratio */
    width: 100%; /* Full width */
    height: 250px; /* Set fixed height */
    object-fit: cover; /* Ensure images cover the div without stretching */
    border-radius: 5px; /* Optional */
}

.activity .oneactivity-image {
    max-height: 250px; /* Maintain aspect ratio */
    width: 100%; /* Full width */
    height: 250px; /* Set fixed height */
    object-fit: cover; /* Ensure images cover the div without stretching */
    border-radius: 5px; /* Optional */
}

.slide-carousel .carousel-main-image {
    width: 270px;
    height: 320px; /* Set fixed height */
    max-height: 350px;
    object-fit: cover; /* Ensure images cover the div without stretching */
    border-radius: 5px; /* Optional */
}


.slide-carousel {
    position: relative;
}

.activity h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    padding: 50px 0 10px 0; /* Adjust padding for better spacing */
    margin: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 18px;
  font-family: Comfortaa;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 18px;
}


.details-infos-container {
    height:80px;
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.infos-events p {
    font-size: 15px;
  margin:8px 0;
    margin-bottom: 8px;
  margin-bottom: 0;
  font-weight: 600;
  color: #707070;
}

.slide-carousel .infos-events p {
    font-size: 13px;
  margin:8px 0;
    margin-bottom: 8px;
  margin-bottom: 0;
  font-weight: 600;
  color: #707070;
}

.event-homepage {
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
   border-radius: 15px;
   margin-bottom: 5px;
   background:white;
}

.spot-homepage {
    border:1px solid black;
}


#cities-carousel {
    margin-bottom: 40px;
}

#cities-carousel .activity img {
  width: 100%;  /* Take full width of the container */
  max-height: 250px; /* Set a maximum height */
  height: 250px;  /* Fixed height */
  object-fit: cover; /* Ensure images cover the space proportionally */
  border-radius: 5px;
}

#cities-carousel .activity h3 {
    position: absolute;
bottom: 200px;
  left: 15px;
  text-align: left;
    color: white;
    padding: 50px 0 10px 0; /* Adjust padding for better spacing */
    margin: 0;
   background: none;
 font-size: 23px;
  font-family: Montserrat;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

 .activity {
  position: relative;
  margin: 0 5px;
}


 .glide__slide:first-child {
  margin-left: 5px;
}





.the-selling-platform img{
   height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background:
white;
  border-radius:
20px;
  padding:
5px 10px;
  border:
1px solid black;
}


/*STYLE ADMIN (pods) FORM 
*/

/*#pods-meta-center-informations .form-table th {
  vertical-align: top;
  text-align: left;
  padding: 20px 0px 5px 0;
  width: 200px;
  line-height: 1.3;
  font-weight: 600;
  display: block !important;
}

#pods-meta-center-informations .form-table th {
  margin-bottom: 9px;
  padding: 15px 10px;
  line-height: 1.3;
  vertical-align: middle;
  display: block !important;
}
*/

  
  
/* Optional: Adjust carousel height */
.carousel .slick-slide {
    height: 250px; /* Ensure slides have the same height */
}



.slick-dots {
    margin-top: 10px; /* Space above the dots */
    bottom: -50px;
    
}





.slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: grey !important;

}






.age-selector-content {
    text-align: center;
    padding: 50px; /* Added more padding for better spacing */
    /*background-color: #f9f9f9;  Light background for contrast */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.age-selector-content h2 {
    font-size: 28px; /* Adjust font size */
    color: #ff2e5e; /* Matching primary color */
    margin-bottom: 10px; /* Spacing between heading and paragraph */
}

.age-selector-content p {
    color: #666; /* Softer color for text */
    margin-bottom: 20px; /* Space between paragraphs */
}

/* Range input track */
#ageRange {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none; /* Remove default styling */
    height: 8px; /* Height of the track */
    background: #ddd; /* Track color */
    border-radius: 5px; /* Rounded track */
    width: 100%; /* Full width */
    margin: 20px 0; /* Space above and below the range input */
}

/* Thumb (cursor) styling */
#ageRange::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styling */
    appearance: none; /* Remove default styling */
    width: 20px; /* Thumb width */
    height: 20px; /* Thumb height */
    background: #00c5d9; /* Thumb color */
    border-radius: 50%; /* Round thumb */
    cursor: pointer; /* Cursor on hover */
    border-color:#00c5d9;
    /* Removed shadow */
}

#ageRange::-moz-range-thumb {
    width: 20px; /* Thumb width */
    height: 20px; /* Thumb height */
    background: #00c5d9; /* Thumb color */
    border-radius: 50%; /* Round thumb */
    cursor: pointer; /* Cursor on hover */
      border-color:#00c5d9;
    /* Removed shadow */
}

/* Keep the button aligned below the range input */
#findActivities {
    display: block; /* Makes the button take up the full width and sit below the range */
    margin: 20px auto; /* Center the button with space above */
    padding: 10px 20px;
    background-color: #00c5d9;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}


.theageselection {
    margin-top: 40px;
}



.age-selector-content .selectedAge {
     font-size: 40px ;
    font-weight: bold ;
    margin-left: 7px ;
    color: #00c5d9;
    font-family: 'Montserrat';
}

#lessThanText, .selectedUnit {
    font-size:30px;
    color: black;
    font-weight: normal;
    font-family: 'Montserrat';
     color: #00c5d9;

}


.hero-subtitle {
    margin-bottom: 10px;
}

/* SEARCH BAR Basic reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Search form styling */
.search-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin:     0px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

/* Activity search bar styling */
.activity-search-bar {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    border-radius: 50px;
    overflow: hidden; /* Smooth corners */
    border: 1px solid #d0d0d0; /* Softer border color */
    background-color: #fff; /* Clean white background */
}

/* City dropdown styling */
.city-dropdown {
    border: none;
    padding: 15px 10px; /* Adjusted padding */
    font-size: 16px;
    background-color: #f5f5f5;
    flex: 1;
    outline: none;
    color: #4a4a4a; /* Neutral text color */
    border-right: 1px solid #e0e0e0; /* Light division between dropdown and input */
    padding-left: 35px;
    
    
    
    
   appearance: none; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%234a4a4a" d="M5 6L0 0h10z"/></svg>'); 
    background-repeat: no-repeat;
    background-position: right 10px center; 
    background-size: 12px 8px; 
  
 /*   background-image: url('https://raw.githubusercontent.com/FortAwesome/Font-Awesome/refs/heads/6.x/svgs/solid/location-dot.svg'); 
    background-repeat: no-repeat; 
    background-position: 15px center; 
    background-size: 14px;*/
    
    
    transition: background-color 0.3s ease;
    margin-left: 3px;
  border-radius: 50px 0 0 50px;
  
}

.city-dropdown:hover {
    background-color: #ededed; /* Subtle hover effect */
}




/* Activity input styling */
.activity-input {
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    background-color: white;
    flex: 3;
    outline: none;
    color: #4a4a4a;
    transition: background-color 0.3s ease;
}

/*.activity-input:focus {
    border: 1px solid #c9c9c9 !important;
}*/

/* Search button styling */
.search-button {
    background-color: #ff2e5e;
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50px; /* Smooth right corner */
    outline: none;
    outline: none;
    margin: 3px;
    font-weight: 500;
}


.search-button:hover {
    background-color: #005177; /* Darker on hover */
}

/* Suggestions dropdown styling */
.suggestions {
    background-color: white;
    z-index: 10;
    width: 100%; /* Full width */
    max-height: 250px;
    overflow-y: auto;
    border-radius: 25px; 
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    display: none;
}

/* Suggestion items */
.suggestion-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
    color: #0073aa; /* Highlighted color on hover */
}

/* Display suggestions when active */
.suggestions.active {
    display: block;
}










.suggested-activities {
    margin-top: 20px;
    text-align: center; /* Center the content */
    font-size: 14px; /* Small font size */
}

.suggested-activities p {
    margin-top: 10px;
    text-align: center; /* Center the content */
    font-size: 16px; /* Small font size */
}

.suggestion-title {
    font-weight: bold;
    color: #4a4a4a;
    margin-right: 10px;
}

.activity-link {
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    background-color: #f9f9f9;
    text-decoration: none;
    font-size: 14px;
    color: #0073aa;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.activity-link:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}


.activities-list {
    display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}





a:focus {
    outline: none; /* Remove default focus outline */
}

a:focus, a:active {
    outline: none; /* Remove default focus outline */
/*    transform: scale(0.98) !important; */    
    opacity: 0.6 !important; /* Slightly fade the link */
}





.wlfmc-popup .wlfmc-popup-header-bordered {

  border-bottom: 0px solid #e1e1e1;
  padding-bottom: 0;
  margin-bottom: 0;
}






/* Make the city chips container scrollable horizontally */
.city-chips {
    display: flex;
    flex-wrap: nowrap; /* Prevent chips from wrapping to the next line */
    gap: 3px;
    padding: 10px 0;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent chips from wrapping to the next line */
    max-width: 100%; /* Adjust to make sure it fits the container */
}

/* Add a visual style for the scrollbar (optional) */
.city-chips::-webkit-scrollbar {
    height: 8px; /* Adjust scrollbar height */
}

.city-chips::-webkit-scrollbar-thumb {
    background-color: #0073aa; /* Set color of the scrollbar thumb */
    border-radius: 4px;
}

.city-chips::-webkit-scrollbar-track {
    background: #f1f1f1; /* Set color of the scrollbar track */
}

/* Styling the chips */
.city-chip {
    display: inline-block;
  padding: 7px 10px;
  border: 1px solid #00c5d9;
  background-color: #fbfeff;
  text-decoration: none;
  color: #333;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  font-family: 'Montserrat';
}

.city-chip:hover {
    background-color: #00c5d9;
    color: #fff;
}

/* Style for the "Sélectionner une ville" dropdown as a chip */
#city-filter {
    display: inline-block;
  padding: 0px 0px;
  border: 1px solid #ff2e5e;
  background-color: #ffe3e352;
  text-decoration: none;
  color: #333;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Montserrat';
}

#city-filter option {
    padding: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}

#city-filter:hover {
    background-color: #ff2e5e;
    color: #fff;
}

/* Ensure the dropdown matches the chip style when focused or active */
#city-filter:focus {
    outline: none;
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.5);
}






/*NEWSLTTER FORM
*/

.formkit-form[data-uid="ea12bff1f7"] {
    background-color: transparent !important;
    border: 0px !important;
}

.formkit-form[data-uid="ea12bff1f7"] .formkit-header {
  margin: 0 0 0 0 !important;
}

.formkit-form[data-uid="ea12bff1f7"] .formkit-subheader {
  margin: 0PX !important;
}

.formkit-form[data-uid="ea12bff1f7"] [data-style="minimal"] {
  padding: 20px !important;

}

.formkit-form[data-uid="ea12bff1f7"] h2 {
    margin: 5px !important;
    
}
.seva-fields {
  display: flex !important;
  justify-content: space-between !important; /* or use space-around or flex-start */
  gap: 10px;
}

/*.formkit-field {
    webkit-flex: 1 0 70% !important;
    -ms-flex: 1 0 70% !important;
    flex: 1 0 70% !important;
    
}*/

.formkit-submit {
  flex: 0 0 auto !important; /* Button will not grow or shrink */
}

.formkit-form[data-uid="ea12bff1f7"] .formkit-powered-by-convertkit-container {
    display: none !important;
}




.formkit-form[data-uid="ea12bff1f7"] .formkit-guarantee {

  display: none !important;
}






/*NEWS SECTION
*/.latest-news {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
}

.latest-news a {
    text-decoration: none;
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: Caprasimo;
    color: #ff2e5e;
}

.news-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.news-item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column; /* Ensures image and content are stacked */
}

.news-thumbnail {
    width: 100%;
    height: 200px; /* Fix the height for all images */
    object-fit: cover; /* Ensures the image maintains aspect ratio and covers the container */
}

.news-content {
    padding: 10px;
    text-align: center;
    flex-grow: 1; /* Ensures content takes up available space */
    display: flex;
    flex-direction: column; /* Align title and excerpt vertically */
    justify-content: flex-start;
}

h3.news-title {
    line-height: 1.5rem;
}

.news-title {
    font-size: 20px;
    color: #ff2e5e;
    text-decoration: none;
    font-family: 'Marko One', serif;
    margin-bottom: 10px;
    min-height: 60px; /* Ensures titles align */
}

.news-title:hover {
    color: #ff2e5e;
}

.news-excerpt {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    min-height: 60px; /* Ensures excerpts align */
}


.read-more-btn {
background-color: #fff;
  color: #1ac8da;
  padding: 3px 16px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  text-align:right;


}



/*// ILS NOUS FONT CONFIANCE
*/

.partners-section {
    padding: 20px 20px;
    text-align: center;
}

.partners-section h2 {
    font-size: 36px;
    color: #ff2e5e;
    font-family: Caprasimo;
    margin-bottom: 20px;
}

.partners-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.partners-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.partners-container a {
    display: inline-block;
}

.partners-container img {
    opacity: 0.7;
    max-height: 70px;
    width: auto;
    transition: transform 0.3s ease; /* Smooth transition for the movement */
}

.partners-container img:hover {
    opacity: 1;
}




footer {
    margin-top: 50px;
}

.thefooter {
    padding:20px;
}

.footer-copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.footer-website-text {
      text-align: center;
}

.product-item {
    position: relative;
}

.wishlist-button-container {
  position: absolute;
  top: 280px;
  right: 10px;
  z-index: 10;
}



.city-tag-container {
position: absolute;
top: 270px;
  left: 10px;
  z-index: 10;
border: 1px solid rgba(255, 252, 252, 0.57);
  border-radius: 30px;
  background-color: rgba(104, 104, 104, 0.55);
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
}





.taxonomy-description {
    font-family: "Montserrat";
    padding:10px;
}

.city-filter-container-scroll {
    margin-top: 10px;
     padding:10px;
}


.links-by-city li {
    padding: 4px 0;
 
 list-style:none;
    
}

.links-by-city li h4{
    font-family: 'Comfortaa';
  font-size: 13px;
 
  padding:2px;
  text-decoration:none;
}

.links-by-city a{

  text-decoration:none;
}


.links-by-city ul {
 display:flex;
 justify-content: space-between;

}

.links-by-city h2 {
font-family: 'Ubuntu';
  color: blue. #00c5d9 red #ff2e5e;
  font-size: 22px;
  color: #00c5d9;
  margin: 20px 0 10px 0;
}

.thecityinlink {
    font-weight: bold;
    text-decoration: underline;
}

/* For very small screens like phones */
@media (max-width: 480px) {
    .city-link {
        flex: 0 1 100%; /* Make links take full width on very small screens */
    }
}




.localisation-section-container  {
/*    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
*/    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
/*    text-align: center;
*/}

/* google-reviews.css */



.review-msg {
    margin-bottom:10px;
}


.total-reviews{
    margin-top:0 !important;
    font-size:16px;
}
.google-reviews-info p {
    margin: 0;
}

.google-reviews-info .rating {
    font-weight: bold;
}


.voirplus-google {
    font-size:14px;
    float: right;
    text-decoration:none;
    margin:5px;
    color: grey;
}

.review img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}


.review p {
    font-size:14px;
}


.review:nth-last-of-type(1) {
  border-bottom: none;
}



.view-all-reviews-button {
    display: block;
  margin-top: 15px;
  padding: 10px 30px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  width: fit-content;
}



.google-reviews-info {
    display: flex;
    align-items: center; /* Center the logo and text vertically */
    margin: 10px 0 25px 0;
}

.google-logo {
    width: 35px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Space between logo and text */
}

.average-rating {
    font-weight: bold;
    color: #ff9800; /* Color for the stars */
    margin: 0 !important; /* Remove default margin */
}

.total-reviews a {
   
    color: #4771c5; /* Color for the total reviews text */
    margin:  0; /* Add some margin above */
}

.view-all-reviews-button {
   transition: background-color 0.3s, transform 0.2s;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.view-all-reviews-button:hover {
    transform: scale(1.05);  /* Slightly increase size on hover */
}

.button-icon {
    width: 20px;  /* Set icon width */
    height: 20px;  /* Set icon height */
    margin-right: 8px;  /* Space between icon and text */
    vertical-align: middle;  /* Align icon vertically */
}




.average-rating-listing {
  color: #ff9e0d;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 10;
border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background-color: rgba(255,255,255,0.85);
  padding: 2px 10px;
  font-size: 13px;
}



/* Ensure reviews have a nice effect when hovered */
.review:hover {
}

.google-reviews-info {
    margin-bottom: 20px;
}


.review-author {
    font-size:16px;
}



.map-description {
    margin: 10px 0;
    width: 100%;
}


.php-error #adminmenuback {
    margin-top:0;
}







/* Container to hold all the reviews and make them scrollable */
.reviews-container {
    position: relative;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}

.reviews-slider {
    display: flex;
    scroll-snap-type: x mandatory;
    gap: 20px;
    overflow-x: auto;
    padding: 15px;
        scroll-behavior: smooth; /* This enables smooth scroll */
        
         /* Hide scrollbar for all browsers */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */

}


.reviews-slider::-webkit-scrollbar {
    display: none; /* WebKit-based browsers (Chrome, Safari, etc.) */
}

.review {
    flex-shrink: 0;
    scroll-snap-align: center;
    padding: 10px;
     width: 300px; /* You can adjust this based on your design */
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
}

.reviews-pagination {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  margin-bottom: 20px;
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
}

.bullet.active {
    background-color: #00cbdc;
}









/*.  CENTER SECTIONS*/

.center-section-container {
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.center-section-container  h2 i {
     font-size: 25px;
    margin-right: 12px;
    color: #00cbdc;
}


.center-section-container  h2 {
       font-family: 'Ubuntu', 'Raleway', sans-serif;
    font-size: 25px;
    color: #ff2e5e;
    display: flex;
    margin-bottom: 20px;
    font-weight: bold;
    align-items: first baseline;
    scroll-margin-top: 60px;
}

.icon-product-desc {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
  border-radius: 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(118, 75, 162, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 130px;
  justify-content: center;
}

.contact-button i {
    margin-right: 10px;
    font-size: 20px;
}

.contact-button:hover {
    box-shadow: 0 10px 25px rgba(118, 75, 162, 0.3);
}

.whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
}

.instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.instagram:hover {
    background: linear-gradient(135deg, #bc1888 0%, #dc2743 50%);
}

.phone {
   /* background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);*/
     background: linear-gradient(135deg, #00c395 0%, #3d7d20 100%);
    
}

.phone:hover {
/*    background: linear-gradient(135deg, #0056b3 0%, #004080 100%);
*/     background: linear-gradient(135deg, #3d7d20 0%, #00c395 100%);
}

.website {
    background: linear-gradient(135deg, #343a40 0%, #23272b 100%);
}

.website:hover {
    background: linear-gradient(135deg, #23272b 0%, #1c1e21 100%);
}

.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #145dbf 100%);
}

.facebook:hover {
    background: linear-gradient(135deg, #145dbf 0%, #0d47a1 100%);
}

.tiktok {
    background: linear-gradient(135deg, #000000 0%, #2C2C2C 100%); /* Dark gradient background */
}

.tiktok:hover {
    background: linear-gradient(135deg, #69C9EF 0%, #AC3B61 100%); /* Bright accent colors on hover */
}









/*a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--accent);
  text-decoration: underline;
}

.wp-block-post-content {
    padding: 0px;
}

*/


/*BLOG POST ARTICLES */


.single-article-template {
 
  border-radius: 15px;
  margin-top: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.single-article-template .entry-content{
    padding: 15px;
}


.single-article-template .entry-content p{
    font-family: 'Montserrat';
    font-size: 16px;
}

.single-article-template a{
   color: #ff2e5e;
}

.single-article-template h1{
   padding: 15px;
}

.single-article-template h2{
   font-size: 25px;
}

.single-article-template h3{
   font-size: 20px;
}

.single-article-template > div:first-child {
    padding-top: 0px !important;
}



.single-article-template .wp-post-image{
  /* object-fit: cover;*/
  max-height: 400px;
   border-radius: 15px  15px 0 0;
}

.left-section {
    border-radius: 15px;
  margin-top: 30px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding:20px;
  margin-left: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 10px 20px 10px;
  border-bottom: 1px solid #00cbdc;
  padding-bottom: 20px;
}

.wp-block-latest-posts__featured-image img {
    max-width: none;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  border-radius: 5px;
}

.wp-block-latest-posts__post-title {
    text-decoration:none;
    font-size: 15px;
    font-family: 'Comfortaa';
}


.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 0px;
}

.left-section h2 {
    font-size:22px;
    padding:10px;
    font-weight: bold;
    color: #00cbdc;
}

.wp-block-latest-posts__list li:nth-last-of-type(1) {
    border-bottom: none;
}












.wlfmc-wishlist-form {
    width: 80%;
    margin: 0 auto !important;
}




/*.single-post a:where(:not(.wp-element-button)) {
  color: #ff2e5e;
 
}

.single-post .wp-block-post-content h2 {
    font-family: 'Marko One', serif;
    color: #00c5d9;
    font-size: 25px;
    margin-top: 40px;
}

.single-post .wp-block-post-content p {
    margin-top: 15px;
}


.single-post .wp-block-post-featured-image :where(img) {

  max-height: 500px;
}*/




.no-products-message {
    text-align:center;
  
    padding:20px;
       padding-bottom: 0px;
}




/* Hide original text and add custom text inside ka-signin-form */
.ka-signin-form .xs-login__item--label {
    visibility: hidden; /* Hide original text */
    position: relative;
    padding-left: 10px;
}

.ka-signin-form .xs-login__item--label::after {
    content: "S'inscrire avec Google"; /* Custom text for Google */
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
}

.ka-signin-form .wslu-color-scheme--facebook .xs-login__item--label::after {
    content: "S'inscrire avec Facebook"; /* Custom text for Facebook */
}

#xs-social-login-container {
  padding-bottom: 0px;
  margin: 20px auto;
}


.tab-container  {
    padding: 0 !important;
   margin: 15px;
}

.tab-container h2 {
    font-size: 18px;
    color: #4fb8c2;
    margin-bottom:0;
}
.tab-buttons {
    display: flex;
  justify-content: space-between;
}

/* Tab Button */
.tab-button {
    cursor: pointer;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    flex: 1; /* Distribute space equally between buttons */
    transition: background-color 0.3s ease, border-color 0.3s ease;
    justify-content: center;
}

/* Hover effect */
.tab-button:hover {
    background-color: #f0f0f0;
}

/* Active Tab Button */
.tab-button.active {
   background-color: #fff;
  color: #ff2e5e;
  display:block;
}

.tab-content {
    padding: 30px;
    display:none;
}



.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    margin: 40px 0 20px 0;
    font-weight: 300;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider::before {
    margin-right: 10px;
}

.divider::after {
    margin-left: 10px;
}



.template-container {
    padding: 0px;
    overflow-x: hidden;
    padding-bottom: 30px;
    margin-block-start: 0;  /*SOURCE OF PROBLEMS??*/
    max-width: 1280px;
  margin:auto;
}


#register .wp-element-button[type="submit"],  #login .wp-element-button[type="submit"]  {
    width:100%;
}




/*// MY ACCOUNT*/

.message-account-container {
   
    padding: 10px;
    background-color: #fff3cd; /* Light orange background */
    border-left: 5px solid #ff9800; /* Orange border */
    border-radius: 5px;
    color:#7e5405;
    margin:20px 15px 30px 15px;
    font-family: Montserrat;
  font-size: 15px;
}

.message-warning p {
    font-size: 16px;
    color: #856404; /* Darker orange text */
    margin: 5px;
}

.message-warning {
    background-color: #fff3cd; /* Light orange background */
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ffecb3; /* Lighter orange border */
}

.cto-msg-account {
    color:#4285f4;
    margin-top:10px;
}




.woocommerce-MyAccount-global-container {
    display:flex;
     flex-wrap: wrap;
     margin:15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {

  width: auto;
  margin: 0 auto;
 
}


.woocommerce-MyAccount-content {
    width: auto;
  margin-top: 0;
}


/* Styling the navigation list */
.woocommerce-MyAccount-navigation .account-navigation-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation .account-navigation-item {
    display: block;
    margin: 5px;
}

.woocommerce-MyAccount-navigation .account-navigation-item a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    transition: background-color 0.3s;
}

/* Hover effect for the tiles */
.woocommerce-MyAccount-navigation .account-navigation-item a:hover {
    background-color: #f7f7f7; /* Change color on hover */
    text-decoration:none !important;
}

.woocommerce-MyAccount-navigation .account-navigation-item .label {
    flex-grow: 1;
    text-align: left;
    padding-left: 10px;
}


.woocommerce-MyAccount-navigation .account-navigation-item .icon-right {
    width: 24px; /* Icon size */
    height: 24px; /* Icon size */
    display: inline-block;
    padding-left: 10px;
}

.woocommerce-MyAccount-navigation .account-navigation-item .icon-left,{
    width: 24px; /* Icon size */
    height: 24px; /* Icon size */
    display: inline-block;
}




/* Optionally, add hover effect for icons */
.woocommerce-MyAccount-navigation .account-navigation-item a:hover .icon-left,
.woocommerce-MyAccount-navigation .account-navigation-item a:hover .icon-right {
    color: #00c5d9; /* Change icon color on hover */
    
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
  padding:0;
}


.wp-element-button[type="submit"] {
    margin: 10px auto;
}






.account-navigation-item[data-endpoint="downloads"] {
    display:none;
}
.account-navigation-item[data-endpoint="mes-favoris"] .icon-left::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#00c5d9;
}

.account-navigation-item[data-endpoint="customer-logout"] .icon-left::before {
    content: "\f011";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#ff2e5e;
}



.account-navigation-item[data-endpoint="edit-address"] .icon-left::before {
    content: "\f2bb";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#00c5d9;
}

.account-navigation-item[data-endpoint="edit-address"] {
    display:none;
}

.account-navigation-item[data-endpoint="edit-account"] .icon-left::before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#00c5d9;
}

.account-navigation-item[data-endpoint="orders"] .icon-left::before {
    content: "\f0ca";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#00c5d9;
}


.account-navigation-item[data-endpoint="dashboard"] .icon-left::before {
    content: "\f406";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 ;
    color:#00c5d9;
}


.woocommerce-Input-input-select {
padding: .9rem 1.1rem;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #b5b5b5;
    
}


fieldset {
    padding:15px;
}




.account-navigation-item[data-endpoint="orders"] {
    display:none;
}


.wp-element-button {
    background-color: #00c5d9;
}


#kids_section h4 {
    font-family: "Ubuntu", "serif";
    color:black;
    font-size: 16px;
}

.kid-item {
   display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.kid-item p{
    font-size:14px;
    width:100px;
}

.kid-item label {
     font-size:14px;
  margin-bottom: 0;
}




.remove_kid_button {
    float: right;
  border-radius: 20px;
  padding: 10px;
  border: 1px;
  background: #ff2e5e;
    
}

.add_kid_button {
  border-radius: 20px;
  padding: 10px;
  border: 1px;
  background: #00c5d9;
    
}

#kids_section i, .add_kid_button i {
    color:white;
}

.save_custom_fields {
    margin: 20px 0;
}



.woocommerce form .form-row select {

  padding: .9rem 1.1rem;
}

.woocommerce-MyAccount-content h3 {
   font-family: 'Ubuntu';
  font-size: 21px;
  color: #ff2e5e;
  margin-top: 50px;
}

#billing_company_field, #billing_address_2, #billing_country_field, #billing_address_2_field {
    display:none;
}


#kids_section .form-row {
  margin-bottom: 0;
}

.save-button-container {
    text-align: center;
  margin-top: 30px;
}
  
  
  
  
  
  
  .toast-top-left {
display:none !important;
}
  
  
  
  
  
  
  
  
/* Initial hidden state */
.section {
    padding-top:20px;
    padding-bottom:15px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    width:100%;
}

/* When in view */
.section.in-view {
    opacity: 1;
    transform: translateY(0);
}




#age {
    margin-top: 30px;
}
  
  
  
    .hidden-links {
     
      display:flex;
  }
  
  .hidden-links a{
      opacity: 0;
  font-size: 2px;
  cursor: default;
  }
  
    .hidden-links p{
     height:2px;
     font-size:1px;
     line-height:0;
  }
  
  
/*.wlfmc-add-to-wishlist  {
  top: 30px !important;
}*/


  
  
   .footer-row {
        margin-bottom: 20px;
         
    }
    
/* MOBILE */
@media (min-width: 769px) and (max-width: 1023px) {
    
    .cities-row {
        padding: 10px;
    }
   
    
    
}








@media (max-width: 768px) {
    
    
    .thefooter {
    padding-bottom:100px;
}
        
    
    .categories-section ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px;
        list-style: none;
        gap: 2px;
      }
      
       .categories-section .activity img {
        max-height: 250px;
        width: 100%;
        height: 200px;
        object-fit: cover;
      }
      
      
            
    
       .related-centers-bullets {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-centers-bullets li {
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.related-centers-bullets li.active {
    background-color: #00cbdc;
}

.arrow-indicator.left,  .arrow-indicator.right{
    display:none; 
    
}
 

    
    .center-section-container {
  padding: 20px;
    }
    
   .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 17px;
}
  
    .contact-button {

  width: 145px;

}
     /*  
    .contact-button i {
  margin-right: 7px;
  font-size: 17px;
}*/






/*MOBILE MENU NAVBAR */


button[data-action="profile"] i {
    height:25px;
    width:25px;
}




  
.menu-item  .wlfmc-add-to-wishlist {
  display: flex;
    padding-top: 6px;
  
}

.menu-item .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
  border-width: 0;
   height: 25px;
}

.menu-item .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i {
  font-size: 28px;
color: black;
}

.menu-item .wlfmc-loop-btn:not(.is-elementor) .wlfmc-removefromwishlist > a i {
 color: rgb(255,46,94);

}




    
    .mobile-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: FLEX;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);

    padding: 10px 0;
    z-index: 1000;
}

    .mobile-navbar i{
    color:#000000;
}

.text-menu{
    display:block;
    font-size:13px;
    color: #4a5568;
    margin-top:3px;
}

.menu-item {
    font-size: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

    
    .footer-tagline {
        padding: 15px;
        text-align:center;
    }
    
    #tab-description {
    display:block;
 
}
.cmn {
    width: 100%;
}

    
    
    .left-section {
  margin-left: 0px;
  margin:10px;
}


    .suggestions {
        position: relative;
  top: -60px;
    }
    
   
  
  
    .woocommerce-MyAccount-navigation .account-navigation-item a .icon-left::before {
        color: black;
        font-size: 20px;
    }
     .woocommerce-account .woocommerce-MyAccount-navigation {
         position:fixed;
         bottom: 0;
         left:0;
         width: 100%;
         background:white;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);

         z-index: 500;
     }
    
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  margin:0;
  padding:0 10px ;
  justify-content: space-between;
}

 /* SWITCHER HEEERE FOR MOBILE ACCOUNT MENU */
 
.woocommerce-MyAccount-navigation {
    display:none;
}


 .account-navigation-item .label,  .woocommerce-MyAccount-navigation .account-navigation-item  .icon-right{

  display: none;
}

.woocommerce-MyAccount-navigation .account-navigation-item a {
    box-shadow: 0 0 0 0;
    padding: 5px;
}
    
    



    
    .footer-row {
        display: flex;
         flex-direction: column-reverse;
        margin-bottom: 20px;
         
    }
    
    .footer-text {
        text-align: center;
    } 
    
    .footer-subtitle {
        margin:auto !important;
    }
    
    
    .formkit-submit {
    display: block;
  width: 100%;
  margin: 0 !important;
  
}

.formkit-field {
    margin: 0 !important;
    width:100%;
}


.wlfmc-guest-notice-wrapper .wlfmc-notice-buttons a.wlfmc_btn_0 {
  padding: 10px 15px;
}
    
     .activity-search-bar {
        flex-direction: column; /* Stack items vertically */
        align-items: center;    /* Center items horizontally */
         border:0;
          border-radius:0;
    }
    .city-dropdown {
        width:100%;
        border-radius:10px;
         margin: 0; /* Reset margin */
        
         border:1px solid #c9c9c9;
         padding: 15px 10px; 
    }
    
 
    
    .activity-input {
        border: 1px solid #c9c9c9;
        border-radius:10px;
        margin:10px 0;
        width: 100%;
        text-align:center;
    }
    
    .search-button {
        width: 100%;
    }
    
    
    .hero-section {
    width: 100%;
    text-align: center;
    padding: 20px 12px;
    background-position: 50% 50%;
    background-size: cover;
}

    .activity-link {
        margin: 5px;
    }



    
    
          .cities-section, .age-selector{
        padding: 0 10px;
    }
    
    .cities-row {
        flex-direction: column; /* Stack cities vertically on smaller screens */
    }

    .city-tile {
        flex: 0 0 100%;
        height: auto; /* Let the height adjust automatically */
        min-height: 300px; /* Ensure tiles are tall enough */
    }

    .cities-row-2 .city-tile {
        min-height: 200px; /* Smaller height for the second row */
    }
    
    
    
    
    

    #wpgs-gallery .gallery-navigation-carousel-wrapper {
        max-width: 320px;
    }

   .woocommerce-Tabs-panel p {
        margin-top: 10px;
        padding-left: 0;
        word-wrap: break-word;
        
    }

    #tab-description ul {
        padding-left: 20px;
    }
    
    .prix-section ul {
    padding-left:0px !important;
}

   
    
    
    
    
    
    
    
      .woocommerce table.variations tr {
    flex-direction: column; /* Stack the label and value vertically */
  }

  .woocommerce table.variations th.label,
  .woocommerce table.variations td.value {
    width: 100%; /* Make both the label and value full width */
    padding: 0; /* Adjust padding to make it consistent on mobile */
  }
  
  .single_add_to_cart_button {
    width: 100%;
    margin-top: 10px;
    }
    
    .woocommerce-variation-add-to-cart {
  text-align: center;
    }

    .variations_form.cart {
        padding: 15px;
    }

    .woocommerce-Tabs-panel-h2 {
        font-size: 22px;
    }

    .variations th.label, .variations select {
        font-size: 14px;
    }

    .single_add_to_cart_button {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    
    
   .navigation-centers a {
    padding: 15px 10px;
    font-size: 16px;
    }


 
    
    
    
    
    .product-list {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }

    .product-item {
        margin: 5px; /* Add more padding on smaller screens */
    }
    
    
    
    
    .taxonomy-description p, .desc-taxonomies-content {
        font-size: 13px;
  font-family: Montserrat;
  text-align:center;
   margin-top: 5px;
        padding: 0px 5px;
}

.desc-taxonomies h2 {

  font-size: 16px;
}
        
    .template-container h1 {
  font-size: 30px;
    margin: 0px 0 0 0;
    text-align: center;
    padding: 10px;
  
}

.city-filter-container-scroll {
    padding: 10px 0px 0px 10px;
     font-size: 15px;
  font-family: 'Montserrat';
}

.template-container .maintitles {
    padding:5px 20px;
    margin-top:0px;
    font-size:38px;
}
    
    
    
    
    .links-by-city {
        padding-left: 15px;
    }
    .links-by-city ul {
 display:flex;
 justify-content: space-between;
 overflow-x:auto;
 gap: 15px;
    padding-left: 0;

}

.links-by-city li {
  list-style: none;
    text-wrap: nowrap;
}
    
  

    
    h1.wp-block-query-title, .desc-taxonomies  {
         text-align: center;
    }
   
    
    .desc-taxonomies p{
        text-align: center;
        font-size: 13px;
        margin-top: 5px;
        padding: 0px 5px;
    }
    
    
    
    

    

  

}









