/* 
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 */

.subtitle-font-adjust {
	font-variant-caps: small-caps;
}

span.scene-label {
    color: white;
    padding: 4px 9px;
    border-radius: 3px;
}

.salle {
    background-color: var(--e-global-color-4472713);
}

.moultipass {
    background-color: var(--e-global-color-d777f04);
}

.corbakoff {
    background-color: var(--e-global-color-7652c9c);
}

.elementor-button-icon {
	fill: var(--e-global-color-accent) !important;
}


/************************************
    NL FORM FIXES
*************************************/

.inf-content {
    display: flex;
    flex-direction: row;
}

.inf-submit input {
    background-color: var(--e-global-color-accent) !important;
    font-size: 14px !important;
    padding: 9px 16px !important;
    font-family: inherit;
}

/************************************
    PAGE TITLE
	(hide h2 title for SEO)
*************************************/

.section-title--img h2,
.section-title--img h1 {
    position: relative;
    font-size: 0 !important;
}

/************************************
    ARTISTS CARDS
*************************************/

.artist-card {
    cursor: pointer !important;
    overflow: hidden;
}

.artist-card .elementor-button-text {
    transition: color 0.2s ease;
}

.artist-card:hover .elementor-button-text {
    color: var(--e-global-color-accent) !important;
}

.artist-card .elementor-button-icon {
	transition: padding 0.2s ease;
}

.artist-card:hover .elementor-button-icon {
	padding-left: 5px;
}

.artist-card img {
    transition: transform 0.35s ease;
    transform: scale(1);
}

.artist-card:hover img {
    transform: scale(1.03);
}
/************************************
    PROGRAMMATION
*************************************/


button.search-filter-input-button {
    width: 130px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 500;
    font-family: "Jost";
    padding: 3px;
    border-radius: 50px;
}

.search-filter-input-checkbox__label {
    font-size: 12pt;
    font-weight: 500;
    font-family: "Jost";
    padding: 3px;
    text-transform: uppercase;
    color: #000000 !important;
}

.search-filter-input-checkbox__container {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Modification des checkbox */

/************************************
    RESET : on cache le SVG
*************************************/
.search-filter-input-checkbox__control svg {
    display: none !important;
}

/************************************
    BASE : style de la case checkbox
*************************************/
.search-filter-input-checkbox__control {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 2px solid currentColor;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

/************************************
    STYLES PAR OPTION (NON COCHÉ)
*************************************/

/* SALLE */
.search-filter-input-checkbox[data-option-value="salle"]
.search-filter-input-checkbox__control {
    color: var(--e-global-color-4472713);
}

/* MOULTIPASS */
.search-filter-input-checkbox[data-option-value="moultipass"]
.search-filter-input-checkbox__control {
    color: var(--e-global-color-d777f04);
}

/* CORBAK OFF */
.search-filter-input-checkbox[data-option-value="corbakoff"]
.search-filter-input-checkbox__control {
    color: var(--e-global-color-7652c9c);
}

/************************************
    ÉTAT COCHÉ (background + check blanc)
*************************************/
.search-filter-input-checkbox input[type="checkbox"]:checked 
+ label .search-filter-input-checkbox__control {
    background: currentColor;
    border-color: currentColor;
}

/* Le check blanc */
.search-filter-input-checkbox input[type="checkbox"]:checked 
+ label .search-filter-input-checkbox__control::after {
    content: "";
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: -1px;
    display: block;
}

/************************************
    ESPACEMENT : case <-> label
*************************************/
#search-filter-input-checkbox-0 .search-filter-input-checkbox__container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-filter-field--width-100 .search-filter-field__input, .search-filter-field--width-100 .search-filter-label, .search-filter-field--width-100 .search-filter-description {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

@media screen and (max-width: 1024px) {
    button.search-filter-input-button {
        width: 70px;
        font-size: 8pt;
        padding: 0px;
    }

    .search-filter-field--width-100 .search-filter-field__input, .search-filter-field--width-100 .search-filter-label, .search-filter-field--width-100 .search-filter-description {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        font-size: 12pt !important;
    }
	
	.search-filter-input-checkbox__control {
		width: 20px;
		height: 20px;
	}
	
	.search-filter-input-checkbox__label {
		font-size: 10pt;
	}
	
	#search-filter-input-checkbox-0 .search-filter-input-checkbox__container {
    gap: 5px;
}
}


/************************************
    Infos tooltip
*************************************/

.tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.tooltip .tooltip-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: var(--e-global-color-96328ae);
}

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 180px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 6px;
  margin-top: 10px;

  position: absolute;
  z-index: 999;

  top: 125%;
  left: 50%;
  transform: translateX(-50%);

  transition: opacity 0.2s ease, visibility 0.2s ease;
  font-size: 12px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
}

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

/************************************
    MOBILE MENU
*************************************/
.mobile-menu .elementor-button-content-wrapper {
	display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.mobile-menu .elementor-button-icon {
	order: 1 !important;
}
