/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.acf-status-dot {
   font-size: 40px!important;
}

p.price {
	color: black!important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
	font-size: 12px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 10;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.bogota-btn{
	background-color: #fff;
	color: #000!important;
	border: 1px solid #000;
	border-radius: 50px;
	padding: 11px 20px;
	font-size: 13px!important;
	font-weight: 700;
	margin-right:20px;
	margin-bottom: 20px;
	transition: color 0.2s linear, background-color 0.2s linear;
	font-family: Montserrat;
    text-transform: uppercase;
}

.bogota-btn:hover{
	color:#fff!important;
	background-color:#000;
	border: 1px solid #000;
	transition: color 0.2s linear, background-color 0.2s linear;
}

.bgt-search, .bgt-filter {
	display: none;
}

.bgt-search-btn, .bgt-filter-btn {
	cursor: pointer;
}

.bgt-icon svg, .bgt-icon i {
	width: 40px;
    height: 40px!important;
    background-color: #fff;
    fill: #000!important;
    transition: background-color 0.2s linear, fill 0.2s linear, color 0.2s linear;
	color: #000!important;
    border: 1px solid #000;
    border-radius: 40px;
    font-size: 18px !important;
    padding: 11px;
}

.bgt-icon:hover svg, .bgt-icon:hover i, .bgt-filter-btn:hover i {
	background-color: #000;
    fill: #fff!important;
    color: #fff!important;
}

.agenda.type-agenda.status-publish.has-post-thumbnail.hentry.agenda_cat-evenement {
  min-width: 0px !important;
}

.elementor-15 .elementor-element.elementor-element-d902a96 .elementor-icon-list-icon {
  color: var( --e-global-color-primary );
  transition: color 0.3s;
}

/* GSAP CSS */
.bgt-hero-img1, .bgt-hero-img2, .bgt-hero-img3, .bgt-fade-right, .bgt-fade-left, .bgt-fade-top, .bgt-fade-bottom {
	opacity: 0;
}