/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com
Description: Kadence Child Theme
Author: 
Template: kadence
Version: 1.0.0
*/

/* ==========================================
CAROUSEL CONFERENCES
========================================== */
a:not(.button, .cfpq-conf-register, .wpml-ls-link, .wc-block-components-button)
{
    color:#0978bf!important;
    box-shadow:none!important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a, button, .button, .wp-block-button__link, .wp-element-button, input[type=button], input[type=reset], input[type=submit]{
    color: #fff!important!important;
}
a.button:hover, button:hover{
    box-shadow:none!important;
}
.splide__slide {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.cfpq-conf-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cfpq-slide-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
}

.cfpq-img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.cfpq-img--logo {
  max-width: 80%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.cfpq-conf-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.cfpq-conf-card__titre {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.cfpq-conf-card__titre a {
  color: inherit;
  text-decoration: none;
}

.cfpq-conf-card__titre a:hover {
  text-decoration: underline;
}

.cfpq-conf-card__sous-titre {
  font-size: 0.9rem;
  color: #444;
  margin: 0 0 10px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cfpq-conf-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: #666;
}

.cfpq-conf-card__date,
.cfpq-conf-card__lieu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cfpq-conf-card__lien {
  font-size: 0.85rem;
  color: #1a3a6b;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}

.cfpq-conf-card__lien:hover {
  text-decoration: underline;
}

.cfpq-conf-card__btn-inscrire {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #1a3a6b;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.cfpq-conf-card__btn-inscrire:hover {
  background-color: #0f2347;
  text-decoration: none;
  color: #ffffff;
}
.cfpq-conf-card__zeffy {
  display: block;
  text-align: center;
  background: #1a3a6b;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  margin-top: 8px;
  transition: background 0.2s;
}

.cfpq-conf-card__zeffy:hover {
  background: #2d5a9e;
}
.cfpq-conf-register {
    display: block;
    text-align: center;
    background: #0978bf;
    color: #ffffff !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.2s;
    margin-top: 4px;
}
.cfpq-conf-register:hover {
    background: #464646;
}
/* =========================================
   WooCommerce - Boutons couleur CFPQ #0978BF
   ========================================= */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #place_order,
.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #0978BF !important;
    color: #ffffff !important;
    border-color: #0978BF !important;
    border-radius: 4px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #place_order:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #075f99 !important;
    color: #ffffff !important;
    border-color: #075f99 !important;
}

.single-conference .kadence-svg-icon{
	fill: white;
}
/* 