/*
Theme Name: Enefti Child
Theme URI: https://enefti.modeltheme.com/
Template: enefti
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: NFT Marketplace Theme
Version: 1.0
Text Domain: enefti
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */
/*
Vérifier la rafraichissement du CSS, 25-03-2024 16:01 !!!
*/

/* Cache par défaut tous les éléments */
.woocommerce .component_table_item dl.component {
    display: none;
}

/* Affiche seulement les éléments avec la classe show-item */
.woocommerce .component_table_item.show-item dl.component {
    display: block;
}

.wc-item-meta-label {
    display: none;
}

.header-v2 .my-account-navbar {
    width: 150px;
}

/* début Woocommerce front */

.hidden_component {
    display: none;
}

.single.woocommerce div.product form.cart,
.single.woocommerce .product-type-external form.cart {
    margin-top: 70px;
}


#avatar-link a,
a:visited {
    color: orange;
    font-weight: bold;
}


#custom-modifier-avatar,
#info-biolink {
    background-color: #d01498;
    display: inline-block;
    padding: 5px;
    color: #FFFFFF;
    font-size: x-small;
    padding: 0px 5px;
    margin: 4px 0px;
}

#custom-welcome-display {
    background-color: rgba(22, 134, 182, 0.3);
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    color: #000000;
    font-size: x-small;
    padding: 0px 5px;
    margin: 4px 0px;
}

.modeltheme-modal input[type="tel"],
.modeltheme-modal input[type="date"],
.modeltheme-modal textarea {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 3px;
    width: 100%;
    line-height: 1.42857;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    transition: all 250ms ease 0s;
    padding: 12px 25px !important;
    background: rgb(247, 248, 250) !important;
}

.wrapper_details_student {
    display: flex;
    /* Utilisation de Flexbox pour aligner les éléments */
    justify-content: space-between;
    /* Pour aligner à gauche et à droite */
}

.wrapper_details_student_left {
    /*  flex: 1; */
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
}

.wrapper_details_student_right {
    flex: 1;
    text-align: left;
    padding-left: 20px;
}

.wcfm_order_number_link {
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 10px;
    background-color: #4096EE;
}



/* Augmenter la taille de l'illustration du profil dans admin/compte */
.avatar-96 {
    width: 250px !important;
    height: 250px !important;
}

.woocommerce ul.products .products-wrapper .add-to-cart .button {

    margin-top: 306px !important;
}


.thumbnail-and-details-discipline {
    position: absolute;
    top: 268px;
    width: 268px;
    /*height: 400px;*/
    z-index: 2;
    font-size: 170%;
    font-weight: 800;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    /*-webkit-text-stroke: 0.01em white;*/
}


.widget_enefti_social_icons a,
.widget_enefti_social_icons a:visited {

    color: #ffffff;

}


.single-product a.wcfm_catalog_enquiry {
    white-space: nowrap;
}



.details-container {

    padding: 10px 5px 35px;

}

/* DEBUT SESSION META single product */
.product_meta .blue {
    color: #ffffff !important;
    background-color: #0ab0b2;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    display: inline-block;
    float: left;
}

.product_meta .pink {
    color: #ffffff !important;
    background-color: #E85880;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    display: inline-block;
    float: left;
}

.product_meta .orange {
    color: #ffffff !important;
    background-color: #E89944;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    display: inline-block;
    float: left;
}

/* FIN SESSION META single product*/

.product_meta .discipline {
    color: #1686B6 !important;
    /* background-color: #beb4b7;*/
    padding: 5px 10px 5px 0px;
    border-radius: 8px;
    margin-top: 25px;
    display: inline-block;
    float: left;
}

.product_meta>span a {
    color: #ffffff !important;
}

.product_meta>span {

    margin: 0px 0;

}

.single .product_meta {
    margin-top: 5px;

}

span.posted_in a {
    color: #1686B6 !important;
    font-size: 60px;
    font-weight: 900;
}

.single-product .product .entry-title {
    font-size: 60px;
    line-height: 58px;
    border-bottom: 1px solid #e5e5e5;
}



label[for=bapf_1_110],label[for=bapf_1_125],
.product_meta_blue {
    color: #ffffff !important;
    background-color: #0ab0b2;
    padding: 2px 15px 2px 15px;
    /*margin: 0 auto;*/
    margin: 1px 2px;
    border-radius: 8px;
    display: inline-block;
    /* float: left;*/
}

label[for=bapf_1_111],label[for=bapf_1_137],
.product_meta_pink {
    color: #ffffff !important;
    background-color: #E85880;
    padding: 2px 15px 2px 15px;
    /*margin: 0 auto;*/
    margin: 1px 2px;
    border-radius: 8px;
    display: inline-block;
    /* float: left;*/
}

label[for=bapf_1_112],label[for=bapf_1_140],
.product_meta_orange {
    color: #ffffff !important;
    background-color: #E89944;
    padding: 2px 15px 2px 15px;
    /*margin: 0 auto;*/
    margin: 1px 2px;
    border-radius: 8px;
    display: inline-block;
    /*float: left;*/
}

.product_meta_blue>span a {
    color: #ffffff !important;
}

.product_meta_pink>span a {
    color: #ffffff !important;
}

.product_meta_orange>span a {
    color: #ffffff !important;
}

.details-price-wrapper {
    text-align: center;
}

.details-price-wrapper {
    height: 100%;
}

.school-name {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.sessions-wrapper {
    margin: 1em 0;
}

/* position finale "choisir mes options" */
.hover-container {
    position: absolute;
    top: 88px;
    width: 80%;
    text-align: center;
}

/* Affichage par liste des informations de session et discipline */
.woocommerce ul.products.list li.product .details-price-wrapper {
    display: table;
}

/* Style pour aligner les images horizontalement */
.client-type {
    display: inline-block;
    margin-right: 20px;
    /* Ajustez la marge entre les images selon vos besoins */
}

/* Style des images bouton */
.client-label {
    display: block;
    text-align: center;
    cursor: pointer;
}

/* Style du conteneur d'image avec l'info-bulle */
.image-container {
    position: relative;
    width: 100px;
    /* Ajustez la taille du conteneur en fonction de vos besoins */
}

/* Style de l'image */
.image-container img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    /* Bord transparent par défaut */
}

/**** début gestion type de client ****/
/* Style pour aligner les images horizontalement */
.client-types {
    display: flex;
    justify-content: space-between;
}

/* Style des images bouton */
.client-type {
    text-align: center;
    cursor: pointer;
    flex: 1;
    position: relative;
    /* Ajout de position relative pour le positionnement absolu de l'info-bulle */
}

/* Style du conteneur d'image avec l'info-bulle */
.image-container {
    position: relative;
    width: 100px;
    /* Ajustez la taille du conteneur en fonction de vos besoins */
    margin: 0 auto;
}

/* Style de l'image */
.image-container img {
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    /* Bord transparent par défaut */
    border-radius: 5px;
    /* Coins arrondis */
}

/* Style de l'info-bulle (cachée par défaut) */
.infobulle {
    display: none;
    /* Cachée par défaut */
    position: absolute;
    background-color: #0073e6;
    /* Couleur de fond de l'info-bulle */
    color: #fff;
    /* Couleur du texte de l'info-bulle */
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    bottom: 100%;
    /* Place l'info-bulle au-dessus de l'image */
    left: 50%;
    transform: translateX(-50%);
}

/* Affiche l'info-bulle au passage de la souris */
.client-type:hover .infobulle {
    display: block;
    /* Affiche l'info-bulle au passage de la souris */
}

/* Style du cadre autour de l'icône sélectionnée */
.client-type input:checked+.image-container img {
    border: 4px solid #cb189a;
    /* Couleur du contour, taille et style */
    border-radius: 12px;
    /* Coins arrondis */
}


.profile-type-icon {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.profile-type-icon img {
    width: 40px;
    /* Ajustez la taille de l'icône selon vos besoins */
    height: 40px;
}

.profile-type-icon .tooltip {
    display: none;
    position: absolute;
    top: -30px;
    /* Ajustez la position verticale de l'infobulle */
    left: 0;
    background-color: #cb189a;
    /* Couleur de fond de l'infobulle */
    color: #fff;
    /* Couleur du texte de l'infobulle */
    padding: 5px 10px;
    border-radius: 12px;
    /* Rayon des coins de l'infobulle */
}

.profile-type-icon:hover .tooltip {
    display: block;
}


/**** fin gestion type de client ****/

/* bio et liens dans register */
textarea#reg_bio {
    width: 100%;
    height: 200px;
}

textarea#reg_links {
    width: 100%;
    height: 60px;
}

/* fin Woocommerce front */


/*debut dashboard client */

.dashboard-box {
    width: 250px;
    height: 250px;
    margin: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    /* Ajoutez cette propriété pour positionner le contenu */
}

.dashboard-box a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px;
}

/* Ajoutez l'image de fond et configurez-la en "cover" */
.dashboard-box {
    background-image: url('/wp-content/uploads/2023/12/nouvelle_question.jpg');
    background-size: cover;
    background-position: center center;
}

.dashboard-box h3 {
    font-size: 16px;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    /* Ajoutez un fond semi-transparent pour le texte */
    color: #fff;
    position: absolute;
    /* Positionne le texte par rapport à la boîte */
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
}

/* Style pour la bio du compte front-end */
.custom-bio-style {
    background-color: rgba(232, 88, 128, 0.5);
    /* Fond blanc translucide */
    padding: 10px;
    /* Espacement intérieur */
    border-radius: 5px;
    /* Bords arrondis */
    margin-bottom: 20px;
    /* Espacement en bas */
}

/* Style pour les liens personnels du compte front-end */
.custom-links-style {
    background-color: rgba(232, 153, 68, 0.5);
    /* Fond blanc translucide */
    padding: 10px;
    /* Espacement intérieur */
    border-radius: 5px;
    /* Bords arrondis */
    margin-bottom: 20px;
    /* Espacement en bas */
}


/* gestion de l'avatar */
/* Container de l'avatar */
.avatar-container {
    position: relative;
    width: fit-content;
}

/* Icône de crayon */
.edit-avatar {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    cursor: pointer;
    display: none;
}

/* Afficher l'icône de crayon au survol */
.avatar-container:hover .edit-avatar {
    display: block;
}





/*fin dashboard client */


/* Effet de menu 2025*/
/* Effet de halo pour les éléments du menu principal */
.navbar-nav > li > a,
.list-of-teachers-link,
.the-academy-link,
.dance-link,
.my-account-link {
    position: relative;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1); /* Fond légèrement transparent */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); /* Effet de halo subtil */
}

/* Effet au survol */
.navbar-nav > li > a:hover,
.list-of-teachers-link:hover,
.the-academy-link:hover,
.dance-link:hover,
.my-account-link:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Fond un peu plus visible au survol */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); /* Halo plus prononcé au survol */
    transform: translateY(-2px); /* Léger effet de flottement */
}

/* Effet pour l'élément actif */
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-page-ancestor > a {
    background-color: rgba(255, 255, 255, 0.25); /* Fond plus visible pour l'élément actif */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); /* Halo plus prononcé pour l'élément actif */
}

/* Ajustement de l'espacement entre les éléments du menu */
.navbar-nav > li {
    margin: 0 5px;
}