/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* rend le texte des évènements individuels de couleur blanche (lisibles) */
body.single-tribe_events .tribe-events-single-event-description,
body.single-tribe_events .tribe-events-single-event-description p {
  color: #ffffff !important;
}
body.single-tribe_events .tribe-events-single-event-title,
body.single-tribe_events h1.tribe-events-single-event-title {
  color: #ffffff !important;
}
body.single-tribe_events .tribe-events-meta-group,
body.single-tribe_events .tribe-events-meta-group a,
body.single-tribe_events .tribe-events-meta-group span {
  color: #ffffff !important;
}

/* rend les textes dans les pages du profil lisibles */
body div.um .um-field-label label,
body div.um .um-form label {
  color: #ffffff !important;
}

body div.um .um-field-value,
body div.um .um-field-value a {
  color: #ffffff !important;
}

body div.um .um-field-checkbox-option,
body div.um .um-field-radio-option {
  color: #ffffff !important;
}

body div.um-account-heading {
  color: #ffffff !important;
}

body div.um-account-name {
  color: #ffffff !important;
}

/* Masque le bouton natif du profil */
not(.logged-in) .ast-header-account-wrap,
not(.logged-in) .ast-header-account {
    display: none !important;
}

/* gère l'affichage du bouton d'inscription */
body.logged-in .ast-custom-button {
  display: none !important;
}

/* masque le menu de la page profil */
body div.um-profile-nav {
	display: none !important;
}

/* gère l'affichage du bouton profil */
body.role-administrator .ast-header-account-wrap,
body.role-administrator .ast-header-account {
    display: none !important;
}

/* masque le bouton Dashboard */
.bouton-admin {
    display: none !important;
}
/* gère l'affichage du bouton dashboard */
body.role-administrator .bouton-admin {
    display: block !important;
}


/* Masque le lien événement suivant/précédent */
.single-tribe_events .tribe-events-sub-nav,
.single-tribe_events .tribe-events-c-nav,
.single-tribe_events .tribe-events-single-nav {
    display: none !important;
}


.woocommerce-loop-product__title {
  min-height: 40px !important;
}