/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
    margin-bottom: 0 !important;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0 !important;
}
.ic-sep svg {
    margin-bottom: 3px;
}
.menu-popup{
    cursor: pointer;
}
a.dialog-close-button.dialog-lightbox-close-button {
    right: 50px;
    top: 70px;
    background: url(/wp-content/uploads/2026/07/Group-16-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a.dialog-close-button.dialog-lightbox-close-button svg {
    visibility: hidden;
    opacity: 0;
}
header {
    position: sticky;
    top: 0;
    z-index: 9;
}
.btns-icone a:hover svg {
    fill: transparent !important;
    stroke: #ffff !important;
}
.btns-icone a svg path{
    transition: all .3s;
}
.btns-icone a:hover svg path {
    stroke: #ffff !important;
}

.boutique-section{
    position: relative;
}

.image-two {
    position: absolute !important;
    right: 0;
}
.image-one {
    position: absolute !important;
    top: 0;
    left: 0;
}
/* =========================================================
   Widget "Cartes d'articles" — styles par défaut
   Ces valeurs correspondent au design de référence.
   La plupart sont surchargeables depuis l'onglet Style d'Elementor.
   ========================================================= */

.acw-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	width: 100%;
}

.acw-card {
	position: relative;
	display: block;
	height: 420px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	background-color: #001141;
	isolation: isolate;
}

.acw-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.5s ease;
	z-index: 0;
}

.acw-card:hover .acw-card__image {
	transform: scale(1.05);
}

.acw-card__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 17, 65, 0) 63.72%, #001141 100%);
	z-index: 1;
	pointer-events: none;
}

.acw-card__content {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.acw-card__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.acw-card__category {
	display: inline-block;
    background-color: #FF0004;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 9px 10px 6px 10px;
    line-height: 1;
    font-family: "Tusker Grotesk", sans-serif;
}

.acw-card__date {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
}

.acw-card__title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.15;
	margin: 0 0 16px;
    max-width: 380px;
}

.acw-card__link {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    align-self: flex-end;
    margin-top: 8px;
    font-family: "Tusker Grotesk", sans-serif;
}

.acw-card__link svg {
	transition: transform 0.3s ease;
}

.acw-card:hover .acw-card__link svg {
	transform: translateX(4px);
}


/* =========================================================
   Widget "Grille d'articles avec filtres"
   Police : "Tusker Grotesk", sans-serif (déjà chargée sur le site)
   Couleur texte : #001141
   ========================================================= */

.acg-widget {
	width: 100%;
}

.acg-widget.is-loading .acg-grid {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

/* --- Filtres --- */
.acg-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.acg-filter {
	    font-family: "Tusker Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #001141;
    background-color: #FFFFFF;
    border: 1px solid #001141;
    border-radius: 0;
    padding: 6px 10px 4px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.acg-filter:hover{
    background-color: #FF0004 !important;
	border-color: #FF0004 !important;
	color: #FFFFFF !important;
}
.acg-filter.is-active {
	background-color: #FF0004;
	border-color: #FF0004;
	color: #FFFFFF !important;
}

/* --- Grille --- */
.acg-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.acg-card {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 17, 65, 0.08);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.acg-card:hover {
	transform: translateY(-3px);
}

.acg-card__image {
	display: block;
    width: 100%;
    height: 265px !important;
    background-size: cover;
    background-position: center;
    background-color: #e5e5e5;
    position: relative;
    object-fit: cover;
    border-radius: 5px !important;
    position: relative;
}

.acg-card__body {
	display: flex;
	flex-direction: column;
	padding: 20px 0px 0;
    min-height: 100px;
}

.acg-card__meta {
	display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
span.acg-card__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.91%, #000000 100%);
}
.acg-card__category {
	display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 9px 10px 6px 10px;
    line-height: 1;
    font-family: "Tusker Grotesk", sans-serif;
}

.acg-card__date {
	color: #ffff;
    font-size: 12px;
    font-weight: bold;
    opacity: 1;
}

.acg-card__title {
	color: #001141;
    font-family: "Tusker Grotesk", sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3em;
    max-width: 360px;
}

.acg-card__link {
	    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #001141;
    font-family: "Tusker Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-top: auto;
}

.acg-card__link svg {
	transition: transform 0.3s ease;
}

.acg-card:hover .acg-card__link svg {
	transform: translateX(4px);
}

/* --- Charger plus --- */
.acg-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.acg-load-more {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #001141;
    color: #FFFFFF;
    font-family: "Tusker Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border: none;
    border-radius: 7px;
    padding: 14px 28px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.acg-load-more:hover {
	opacity: 0.85;
}

.custom-breadcrumb {
    font-family: 'Tusker Grotesk', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-breadcrumb .breadcrumb-home {
    color: #9FB5DF;
    text-decoration: none;
}

.custom-breadcrumb .breadcrumb-home:hover {
    color: #FF0004;
}

.custom-breadcrumb .breadcrumb-separator {
    color: #9FB5DF;
}

.custom-breadcrumb .breadcrumb-current {
    color: #ffffff;
}

.page-id-299 .custom-breadcrumb .breadcrumb-current,
.page-id-7 .custom-breadcrumb .breadcrumb-current,
.single-joueur .custom-breadcrumb .breadcrumb-current,
.single-post .custom-breadcrumb .breadcrumb-current {
    color: #001141;
}

.bg-degrader{
    background: linear-gradient(49.77deg, #CED5E7 7.26%, #DFE4F0 20.32%, rgba(226, 231, 244, 0) 36.13%), linear-gradient(177.76deg, rgba(222, 227, 242, 0) 39.91%, rgba(214, 220, 236, 0.9) 64.65%, #D3D9EA 70.36%), radial-gradient(315.59% 239.47% at 72.01% 39.57%, #FFFFFF 0%, #DEE3F2 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #DEE3F2;
}


.ash-widget {
	width: 100%;
}

/* --- Diapositive principale --- */
.ash-main {
	position: relative;
	width: 100%;
}

.ash-slide {
	display: block;
	position: relative;
	width: 100%;
	height: 460px;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
}

.ash-slide[hidden] {
	display: none;
}

.ash-slide__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 24px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ash-slide__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.ash-slide__category {
	display: inline-block;
    background-color: #FF0004;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 9px 10px 6px 10px;
    line-height: 1;
    font-family: "Tusker Grotesk", sans-serif;
}

.ash-slide__date {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
}

.ash-slide__title {
	font-weight: 600;
    text-transform: uppercase;
    line-height: 1.15;
    max-width: 616px;
    display: block;
    font-family: "Tusker Grotesk", sans-serif;
    font-size: 2em;
}

.ash-slide__link {
	    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    align-self: flex-end;
    margin-top: 8px;
    font-family: "Tusker Grotesk", sans-serif;
}

.ash-slide__link svg {
	transition: transform 0.3s ease;
}

.ash-slide:hover .ash-slide__link svg {
	transform: translateX(4px);
}

/* --- Vignettes --- */
.ash-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 20px;
    background: transparent !important;
    box-shadow: none !important;
}
.ash-thumb:hover, .ash-thumb:focus{
     background: transparent !important;
    box-shadow: none !important;
}
button.ash-thumb.is-active, button.ash-thumb:hover {
    opacity: 1;
}

button.ash-thumb {
    opacity: .3;
}
.ash-thumb {
	appearance: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	cursor: pointer;
}

.ash-thumb__image {
	display: block;
	width: 100%;
	height: 145px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-color: #e5e5e5;
	margin-bottom: 12px;
	transition: box-shadow 0.2s ease;
}

.ash-thumb.is-active .ash-thumb__image {
	box-shadow: 0 0 0 3px #FF0004;
}

.ash-thumb__title {
	color: #293A6B;
	font-size: .8em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    font-family: 'Tusker Grotesk', sans-serif;
    max-width: 300px;
    margin: auto;
}

.fanzone-cat-badge {
    display: inline-block;
     color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 0.03em;
    padding: 9px 10px 6px 10px;
    line-height: 1;
    font-family: "Tusker Grotesk", sans-serif;
    background-color: #FF0004;
}
.fanzone-date {
   display: inline-block;
    color: #001141;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 9px 10px 6px 10px;
    line-height: 1;
}
.fanzone-wrapper {
    display: flex;
    align-items: center;
}
.page-id-443 header > .elementor-element.e-flex.e-con.e-parent {
    background: #000;
}

/* Formulaires */
.page-id-824 .gform_heading, .page-id-859 .gform_heading { display: none; }
.page-id-824 .gform_button, .page-id-859 .gform_button {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px 15px;
    border: 0;
    border-radius: 7px;
    text-transform: uppercase;
    line-height: 1.5em;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
    font-family: "Tusker Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    letter-spacing: 4%;
}

/* Counter */
.elementor-element-68b32e6 .elementor-counter .elementor-counter-title {
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}
.ducs-carte-match--resultat .ducs-carte-match__equipe , .ducs-carte-match--resultat .ducs-carte-match__statut{
    color: #fff;
}
.ducs-carte-match--resultat .ducs-carte-match__competition{
    color: #B2BBCC;
}

span.ducs-carte-match__issue{
    color: #fff;
    font-family: "Tusker Grotesk", Sans-serif;
    font-weight: 500;
    margin-top: 10px;
}
span.ducs-carte-match__issue.ducs-carte-match__issue--defaite {
    color: var(--ducs-rouge);

}
span.ducs-carte-match__issue.ducs-carte-match__issue--victoire {
    color: #5ECDA6;

}
span.ducs-carte-match__score {
    font-family: "Tusker Grotesk", Sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}
.acw-grid.marg-art {
    margin-bottom: 20px;
}
.ducs-maillot__media img {
    max-height: 665px;
}
a.ducs-btn.ducs-btn--diffuseur span, a.ducs-btn.ducs-btn--replay span {
    margin-bottom: 2px;
}
/* Initialise le compteur sur le menu principal */
.elementor-nav-menu {
  counter-reset: menu-counter;
}

/* Incrémente uniquement sur les li enfants DIRECTS (pas les sous-menus) */
.elementor-nav-menu > li.menu-item {
  counter-increment: menu-counter;
}

/* Affiche le numéro avant le lien */
.elementor-nav-menu > li.menu-item > a.elementor-item::before {
      position: relative;
    content: counter(menu-counter, decimal-leading-zero) " ";
    transform: none !important;
    margin-right: 10px;
    font-family: "Tusker Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--e-global-color-secondary);
    bottom: -5px;
    opacity: 1 !important;
}
.elementor-nav-menu a.elementor-item {
    padding-left: 0 !important;
}
.sub-menu a.elementor-sub-item {
    font-size: 1.2em !important;
}
/* Tablette  */

@media (max-width: 991.98px) {  

    .ash-thumbs {
		grid-template-columns: repeat(3, 1fr);
	}

	.ash-slide__title {
		max-width: 85%;
		font-size: 22px;
	}

a.dialog-close-button.dialog-lightbox-close-button {
    top: 40px;
}
	.acw-grid {
		grid-template-columns: 1fr;
	}

	.acw-card {
		height: 360px;
	}

	.acw-card__title {
		font-size: 20px;
	}
.acg-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* Mobile  */
@media (max-width: 575.98px) { 
    
a.dialog-close-button.dialog-lightbox-close-button {
    top: 20px;
    right: 20px;
}

.acg-grid {
		grid-template-columns: 1fr;
}

.acg-card__body {
    min-height: auto;
}

.ash-slide {
		height: 320px;
	}

	.ash-slide__content {
		padding: 18px 20px;
	}

	.ash-slide__title {
		max-width: 100%;
		font-size: 18px;
	}

	.ash-slide__link {
		align-self: flex-start;
		margin-top: 8px;
	}

	.ash-thumbs {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}

	.ash-thumb__image {
		height: 100px;
	}

}