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

/*******HEADER********/

.header-btn svg{
    margin:0!important;
}

.header-btn .elementor-icon-list-text{
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;  
}

.header-btn li:hover .elementor-icon-list-text{
    border-bottom: 2px solid var(--e-global-color-primary);
    padding-bottom: 1px;  
}

.elementor-icon-list-text{
    padding-bottom:2px;
    padding-top: 2px;
    padding-left:0px!important;

}

.sous-menu a {
  position: relative!important; 
  display: inline-block!important;
  text-decoration: none!important;
  transition: transform 0.5s ease, color 0.5s ease!important;
  padding-left: 20px!important;  
}

.sous-menu a::before {
  content: '';                  /* vide au départ */
  position: absolute!important;
  left: 6px!important;
  top: 30%!important;
  transform: translateY(-50%)!important;
    color:var(--e-global-color-primary)!important;
  font-weight: bold!important;
  font-size: 20px!important;
  opacity: 0!important;                  /* caché au départ */
  transition: opacity 0.4s ease!important;
}


.sous-menu a:hover {
  transform: translateX(10px)!important;
  color:var(--e-global-color-primary)!important;
}

.sous-menu a:hover::before {
  content: '/'!important;
  opacity: 1!important;
}

li.mega-menu-row{
  padding:24px!important;
}

.single-menu-item {
  padding:9px!important;
}

.single-menu-item a{
  display: inline-block!important;
  transition: color 0.5s ease!important;
}

.single-menu-item a:hover{
  color:var(--e-global-color-primary)!important;
}



#header-color.menu-open {
  background-color: #ec1212;
}


#header-color.menu-open div#logo svg, #header-color.menu-open .header-btn svg {
    fill: #fff;
}

#header-color.menu-open .header-btn .elementor-icon-list-text, #header-color.menu-open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
  color:#fff
}

/*****GENERAL******/

/*TITRES*/

.accent-title:after{
    content: "";
    border: 3px solid var(--e-global-color-primary);
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 0;
}


/*BOUTONS*/

.btn-anim-white a, .btn-anim-red a, .btn-anim-gold a, input[type=submit] a{
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: color 0.3s;
}

.btn-anim-white a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--e-global-color-primary);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.btn-anim-red a:before, input[type=submit] a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #af1f11;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}

.btn-anim-gold a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #e3b251;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
}


.btn-anim-white a:hover {
  color: white!important;
}

.btn-anim-white a:hover:before, .btn-anim-red a:hover:before, .container-custom:hover .btn-anim-gold a:before, input[type=submit] a:hover:before  {
  transform: scaleX(1);
}

.share-links a{
  color: var(--e-global-color-text)!important;
}






/******PAGE ACCUEIL******/

/*SLIDER*/

.info-article:hover .btn-article p{
    color: var(--e-global-color-primary)!important;
    transition: all 0.5s ease-in-out;
}

.info-article:hover .tag-article div{
    background-color: var(--e-global-color-primary)!important;
    transition: all 0.5s ease-in-out;
}

.info-article:hover .tag-article span.elementor-post-info__terms-list-item{
    color: white!important;
    transition: all 0.5s ease-in-out;
}


/*GRID ARTICLES*/

.info-article.grid .img-article {
  overflow: hidden;
  display: inline-block;
}

.info-article.grid .img-article img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: auto;
}

.info-article.grid:hover .img-article img {
  transform: scale(1.05);
}

.info-article.grid .read-more-btn{
  position: absolute;
  right: -150px; /* en dehors du cadre */
  bottom: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.info-article.grid:hover .read-more-btn {
  right: 20px; /* position visible dans le cadre */
  opacity: 1;
}




/*tri catégories*/
.select-taxonomie .custom-select {
  position: relative;
  width: 220px;
  user-select: none;
  font-family: sans-serif;
}

.select-taxonomie .custom-select:focus, .bloc-equipe select:focus, .bloc-post select:focus {
  outline: none;
  border: none;
}

.select-taxonomie .custom-select-trigger, .bloc-equipe select, .bloc-post select{
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  border: none;
  background-color: transparent;
  font-size:15px;
  font-family: var(--e-global-typography-text-font-family);
}


.select-taxonomie  .custom-select-trigger::after {
  content: '▾';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

.select-taxonomie .custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 360px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.select-taxonomie .custom-select.open .custom-select-options {
  display: block;
}

.select-taxonomie .custom-select-option {
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: var(--e-global-typography-text-font-family);;
  font-size:15px;
}

.select-taxonomie .custom-select-option:hover {
  background-color: #f6f6f6;
}



/*LIST ARTICLES*/

#date-article-list {
    transition: transform 0.3s ease; /* animation fluide */
    position: absolute;
    left: 0;
    top: 6px;
}

.list-article:hover #date-article-list {
  transform: translateX(5px); /* décalage de 5px vers la droite */
}




/*CALENDRIER*/

.logo-equipe-wrapper {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-equipe-wrapper .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

img.logo-equipe {
    max-height: 35px;
    max-width: 35px;
    pointer-events: none;
}

.matchs_passes {
    opacity: 0.55;
}

.matchs_a_venir {
    opacity: 1;
}


.e-loop-nothing-found-message{
    display: none;
}



#onglet-calendrier[aria-selected='true']:after, #onglet-resultats[aria-selected='true']:after, #onglet-calendrier:hover:after, #onglet-resultats:hover:after{
content: "";
  border: 3px solid #EB0000;
  width: 60px;
  position: absolute;
  bottom: -13px;
  left: 0;
}



/** 
 * Match Display CSS
 * This file contains the CSS styles for the match display component.
 * It is used to style the match information, teams, and buttons.
 */
.match-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  font-family: sans-serif;
  flex-wrap: wrap;
  gap: 16px 0;
  position: relative;
}

.match-box .match-type {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 4px 16px;
  width: fit-content;
}

.match-box .match-type .type-match{
  font-family: var(--e-global-typography-text-font-family);
}

.match-box .teams-section {
    flex: 0 1 25%;
    min-width: 200px;
    width: 25%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.match-box .info-section {
  flex: 1 1 50%;
  min-width: 280px;
  width: 50%;
  padding: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-self: stretch;
  min-height: 100%;
  gap: 1rem;
  border-left: var(--e-global-color-primary) 2px solid;
}

.match-box .info-wrapper {
  flex: 1;
  min-width: 170px;
}

.match-box .button-section {
  flex: 0 1 20%;
  min-width: 160px;
  width: 20%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px 0;
}

.match-box .teams-section .team {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 15%;
}

.match-box .teams-section .team.team-left {
  justify-content: flex-end;
}

.match-box.last .teams-section, .match-box.live .teams-section{
    flex: 0 1 50%;
}

.match-box .teams-section .team .team-logo {
  max-width: 60px !important;
  max-height: 70px !important;
  margin: 0 !important;
}

.match-box .info-section .day {
  font-size: 1em;
  font-weight: bold;
  color: #111;
}

.match-box .info-section .info-wrapper .score-match,
.match-box .info-section .info-wrapper .score-termine,
.match-box .info-section .info-wrapper .journee,
.match-box .info-section .info-wrapper .type-match,
.match-box .info-section .info-wrapper .date-match {
  font-size: 0.8em;
}

.match-box .info-section .info-wrapper .score-match {
  font-size: 1.6em;
  font-weight: bold;
  font-family: var(--e-global-typography-text-font-family);
  margin-bottom: 10px;
  width: 100%;
}

.match-box .info-section .info-wrapper .score-match,
.match-box .info-section .info-wrapper .date-match {
  font-weight: bold;
}

.match-box .info-section .info-wrapper .score-termine,
.match-box .info-section .info-wrapper .journee,
.match-box .info-section .info-wrapper .type-match,
.match-box .info-section .info-wrapper .date-match {
  text-transform: uppercase;
  font-family: var(--e-global-typography-text-font-family);
}

.match-box .info-section .info-wrapper .score-termine,
.match-box .info-section .info-wrapper .journee{
  margin-bottom: 8px;
}

.match-box .info-section .info-wrapper .match-meta {
  display: flex;
  flex-direction: column;
}

.match-box .info-section .countdown {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 1.3em;
  color: var(--e-global-color-primary);
  font-weight: 600;
  font-family: var(--e-global-typography-text-font-family);
}

.match-box .info-section .countdown span.unit {
  font-size: 0.65em;
  color: #000;
  margin-left: 2px;
}

.match-box .show-all-matchs,
.match-box .button-section .tickets,
.match-box .button-section .live,
.match-box .button-section .recap {
  background-color: var(--e-global-color-primary) !important;
  text-align: center;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.match-box .button-section .live-today {
  background-color: white !important;
  text-align: center;
  color: var(--e-global-color-primary) !important;
  border: var(--e-global-color-primary) 1px solid;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.match-box .show-all-matchs {
  width: fit-content;
  padding: 6px 16px;
  font-size: 0.8em;
  font-family: var(--e-global-typography-text-font-family);
  font-weight:400;
}

.match-box .button-section .tickets,
.match-box .button-section .live,
.match-box .button-section .recap,
.match-box .button-section .live-today {
  width: 100%;
  padding: 10px 30px;
  font-size: 0.8em;
  text-transform: uppercase;
  position: relative;
}

.match-box .button-section .tickets::after,
.match-box .button-section .live::after,
.match-box .button-section .recap::after,
.match-box .button-section .live-today::after {
  content: '→';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2em;
}

.match-box .show-all-matchs:hover,
.match-box .button-section .tickets:hover,
.match-box .button-section .live:hover,
.match-box .button-section .recap:hover {
  background-color: #a00 !important;
  color: white !important;
}

.match-box .button-section .live-today:hover {
  background-color: white !important;
  text-align: center;
  color: #a00 !important;
  border: #a00 1px solid;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}


/* ========== CLASSEMENTS ========== */
/* ========== WIDGET VIEW ========== */
.classement-widget {
  background: white;
  padding: 15px;
  font-family: var(--e-global-typography-text-font-family);
  position: relative;
}

.classement-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 12px;
}

.classement-widget-header h3 {
  margin: 0;
    font-family: var(--e-global-typography-0410d6f-font-family), Sans-serif;
    font-size: var(--e-global-typography-0410d6f-font-size);
    font-weight: var(--e-global-typography-0410d6f-font-weight);
}

.classement-widget-header .classement-modal-trigger {
  background-color: #F7F9FA;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}

.classement-widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.classement-widget-list li {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
}

.classement-widget-list li .rank {
  width: 20px;
  font-weight: 700;
}

.classement-widget-list li .logo {
  width: 26px;
  height: 26px;
  margin: 0 8px;
  object-fit: contain;
  display: block;
}

.classement-widget-list li .svg-logo {
  margin: 0 8px;
}

.classement-widget-list li .svg-logo svg {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  fill: white;
}

.classement-widget-list li .name {
  flex: 1;
  font-weight:500;
}

.classement-widget-list li .points {
  font-weight: 400;
}

.classement-widget-list li .points-label {
  font-size: 10px;
  color: #333;
}

.classement-widget-list li.team-sdr {
  background: var(--e-global-color-primary);
  color: white;
}


/* ========== ENCART VIEW ========== */
.classement-encart {
  font-family: var(--e-global-typography-text-font-family);
}

.classement-encart h3 {
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 8px;
}

.classement-encart h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  margin-top: 4px;
  background: var(--e-global-color-primary);
}

.classement-encart .classement-encart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--e-global-color-primary);
  position: relative;
  padding: 20px;
}

.classement-encart .item {
  width: 100%;
  color: white;
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classement-encart .item .pos {
  font-weight: 200;
  width: 26px;
  height: 26px;
  background-color: white;
  color: var(--e-global-color-primary);
  font-weight:500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classement-encart .item .nom {
  font-weight: 400;
  border: 1px solid white;
  width: calc(100% - 40px);
  padding: 4px 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.classement-encart .item.team-sdr .pos {
  font-weight: bold;
}

.classement-encart .item.team-sdr .nom {
  background: white;
  color: var(--e-global-color-primary);
  font-weight: bold;
}

.classement-encart .full-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}

.classement-encart .full-link button {
  background: white;
  color: var(--e-global-color-primary);
  padding: 6px 18px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  border: none;
  border-radius: 0;
}

.classement-encart .full-link button:hover {
  background: var(--e-global-color-primary);
  color: white;
  padding: 6px 18px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  border: none;
  border-radius: 0;
}

/* ========== MODAL ========== */
.classement-modal {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.classement-modal .modal-content {
  background: white;
  max-width: 680px;
  width: 100%;
  padding: 20px 20px 8px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.classement-modal .modal-content h3 {
  margin-top: 0;
  font-size: 20px;
}

.classement-modal .modal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-top: 10px;
}

.classement-modal .modal-table th {
  color: #555;
  font-weight: 500;
  font-size: 10px;
}

.classement-modal .modal-table th,
.classement-modal .modal-table td {
  padding: 6px 8px;
  text-align: center;
  border: none!important;
  background-color: transparent!important;
}

.classement-modal td .logo {
  width: 22px;
  height: 22px;
  margin: 0 8px;
  object-fit: contain;
  display: block;
}

.classement-modal td .svg-logo {
  margin: 0 8px;
}

.classement-modal td .svg-logo svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  fill: white;
}

.classement-modal td.team-name {
  text-align: left;
}

.classement-modal .modal-table td:first-child,
.classement-modal .modal-table th:first-child {
  font-weight: bold;
}

.classement-modal .modal-table .highlight {
  background: var(--e-global-color-primary);
  color: white;
}

.classement-modal .modal-footer {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
}

.classement-modal .close-modal {
  background: #ddd;
  color: black;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
}


/****PAGE DATES******/

.date-histoire-droite {
    position: absolute;
    right: -56px;
}

.date-histoire-droite-long {
    position: absolute;
    right: -65px;
}

.date-histoire-gauche {
    position: absolute;
    left: -56px;
}

.date-histoire-gauche-long {
    position: absolute;
    left: -65px;
}

.date-ancre-droite {
    position: absolute;
    left: -14px;
    bottom: 52px;
}

.date-ancre-gauche {
    position: absolute;
    right: -14px;
    bottom: 52px;
}

/*****CONTACT******/
#short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2){
	width: 48%;
    display: inline-block;
}

div#short-contact-form p:nth-child(1){
	margin-right: 3%;
}

input[type=email], input[type=text], textarea{
	width: 100%;
	border:none;
	background-color:transparent;
    border: 1px solid #C9C9C9;
    border-radius: 0px;
    padding: 0.5rem 1rem;
    transition: all .3s;
	font-weight: 300;
	padding: 15px;
    margin-bottom: 20px;
	outline : none;
	font-size : 14.5px;
	font-family : var(--e-global-typography-text-font-family);
}

select {
	color: #676767;
}

.checkbox-contact {
	font-family : var(--e-global-typography-text-font-family);
	font-size: 13px;
	font-weight : 400;
    color: #a9a9a9;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: none;
}

#short-contact-form input#bouton, input#submit{ 
    background-color: #E2E2E2!important; 
    border-radius: 9px!important;
	border:none;
    color:#000; 
    margin-top: 30px; 
}
     
input[type=submit]{ 
    background-color: var(--e-global-color-primary)!important; 
    color: #fff!important; 
	border: 2px solid var(--e-global-color-primary);
	border-radius:0;
	font-family: var(--e-global-typography-text-font-family);
	font-weight:400;
	text-transform: uppercase;
} 


.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 30px 0;
    font-weight: 500;
    color: #000;
}



/***********PAGE GRAND JOUEURS**********/
#sidebar-joueurs-legendes img{
  width:65px!important;
  height:85px!important;
  object-fit: cover;
}




/************PAGE JOUEURS**********/

/***banner****/
.banner-joueurs{
  background-color: var(--e-global-color-primary) !important;
}

.bloc-info-equipe{
    max-width: 80%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: row;
    padding: 50px 0px;
    align-items: center;
    margin: 0 auto;
}

.bloc-filtre-equipe, .bloc-titre-equipe{
  width:50%;
  display: flex;
  flex-direction: row;
}

.bloc-filtre-equipe{
  justify-content: flex-end;
}

.filtres-joueurs{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  margin: 0 !important;
}

.bloc-joueurs {
    max-width: var(--container-max-width, 1140px);
    margin: 0 auto;
    padding: 0px 50px;
}

h2.titre-poste {
    position: relative;
}

h2.titre-poste:after{
   content: "";
    border: 3px solid var(--e-global-color-primary); 
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

h1.titre-equipe{
  color:#fff!important;
  margin:0!important;
}

.label{
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 500;
  color: #ff7c7c;
}

.bloc-equipe select, .bloc-post select{
  color:white;
  font-weight: 600;;
}

.bloc-equipe select option, .bloc-post select option{
  color: black;
}


/*****cartes joueurs******/

.joueur-card {
    background-color: white;
    width: 23%;
}

.joueur-info{
padding:20px;
}

.joueur-info p{
 margin:0;
 text-transform: uppercase;
 color: var(--e-global-color-primary);
 font-size:14px;
}

.joueur-info p em{
 font-style: normal!important;
}

.joueur-info h3{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}

.joueur-grid{
    margin-top: 50px;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
}

.joueur-card-inner{
  position: relative;
}

.numero{
  font-weight:800;
  font-size: 40px;
  color: #646464;
  text-align: right;
  position: absolute;
  right: 19px;
  top: 24px;
  z-index:5;
}

.numero:after{
  content: "";
    border: 2px solid var(--e-global-color-primary); 
    width: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.joueur-thumbnail{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.joueur-thumbnail img{
  margin-top: 30px;
}

.joueur-card .joueur-info p.joueur-link{
  display:none;
}

#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .joueur-info{
  background-color: #272121;
  border-top: 1.5px solid var(--e-global-color-primary);
}

#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .joueur-info p em{
  display:none;
}

#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .joueur-info h3{
  color: #fff;
}


#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .joueur-thumbnail{
  position: relative;
  overflow: hidden;
  background: url(https://sdrwordpress.britweb.fr/wp-content/uploads/2025/06/fond-joueurs.svg) 0 no-repeat;
  background-size: cover;
  z-index:0;
}

#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .numero{
  color:#fff;
}

#bloc-joueurs-equipe-premiere-feminine .joueur-card:hover, #bloc-joueurs-groupe-pro-2 .joueur-card:hover{
  cursor: default!important;
}

#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .joueur-info p.joueur-link{
  display: block;
  font-size:13px;
}

#bloc-joueurs-equipe-premiere-masculine .joueur-card:hover .numero:after{
  left:19px;
}

.nom .elementor-icon-list-icon{
  display: none;
}

.info-joueur-solo svg path {
    fill: var(--e-global-color-primary)!important;
}


/*Cookies - Complianz*/
#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent{
    overflow: hidden;
    color: #01061900 !important;
}

.cmplz-banner-checkbox label:before{
    box-shadow: none!important;
}
.cmplz-manage-consent::before {
   /* font-family: "Font Awesome 5 Free";
    font-weight: 900;  
    content: "\f564";*/
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: white;

}
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #010619 !important;
    background: #010619 !important;
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(https://sdrwordpress.britweb.fr/wp-content/uploads/2025/07/cookie.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
#cmplz-cookies-overview{
    background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    #cmplz-manage-consent .cmplz-manage-consent {
        bottom: 45px !important;
        left: 15px !important;
    }
}@media screen and (max-width: 768px){
    #cmplz-manage-consent .cmplz-manage-consent {
        bottom: 15px !important;
        left: 15px !important;
    }
}
.cmplz-show-banner.elementor-widget-button a:hover{
    cursor: pointer;
    background-color: var(--e-global-color-primary);
} 




@media screen and (max-width: 1300px) {
    .bloc-info-equipe{
        max-width: 100%;
        margin: 0 50px;
    }
  
  
}


@media screen and (max-width: 1024px) {
    
    /*****PAGE ACCUEIL******/

    /*LIST ARTICLES*/
  #date-article-list {
    top: 20px;
  }


  /****PAGES DATES****/
  .date-histoire-droite, .date-ancre-droite, .date-histoire-gauche, .date-ancre-gauche, .date-histoire-droite-long, .date-histoire-gauche-long {
    position: unset;
  }

  /*Page joueurs*/
  .joueur-card {
    width: 47%;
  }

  .joueur-grid{
    justify-content: space-between;
    row-gap:40px;
  }

/*HEADER mobile*/

  li.btn-menu-responsive.billetterie:before {
    content: "";
    display: block; /* ou inline-block selon besoin */
    width: 24px; /* largeur de l'icône */
    height: 24px; /* hauteur de l'icône */
    margin: 0 auto 8px; /* centrage horizontal + marge en dessous */
    background-image: url(/wp-content/uploads/2025/06/billet-white.svg);
    background-size: contain; /* adapte la taille de l'image */
    background-repeat: no-repeat;
    background-position: center;
  }

  li.btn-menu-responsive.boutique:before {
    content: "";
    display: block; /* ou inline-block selon besoin */
    width: 24px; /* largeur de l'icône */
    height: 24px; /* hauteur de l'icône */
    margin: 0 auto 8px; /* centrage horizontal + marge en dessous */
    background-image: url(/wp-content/uploads/2025/05/shopping_cart_bold.svg);
    background-size: contain; /* adapte la taille de l'image */
    background-repeat: no-repeat;
    background-position: center;
  }

  li.btn-menu-responsive.compte:before {
    content: "";
    display: block; /* ou inline-block selon besoin */
    width: 24px; /* largeur de l'icône */
    height: 24px; /* hauteur de l'icône */
    margin: 0 auto 8px; /* centrage horizontal + marge en dessous */
   background-image: url(/wp-content/uploads/2025/05/person.svg);
    background-size: contain; /* adapte la taille de l'image */
    background-repeat: no-repeat;
    background-position: center;
  }

  li.btn-menu-responsive{
    background-color: #000000;
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
  }

  li.btn-menu-responsive a{
    padding:0!important;
    text-align: center;
  }

  ul#menu-2-daea2ce {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
  }

  li.menu-item:not(.btn-menu-responsive) {
    width: 100%;
  }

  .menu-item-62327 {
    margin-top: 25px !important;
}

}



@media screen and (max-width: 885px) {
.match-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .match-box .teams-section,
  .match-box .info-section,
  .match-box .button-section {
    flex: none;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    border:none;
  }

  .match-box .button-section {
    align-items: center;
    margin-top: 16px;
  }

  .match-box .info-section {
    align-items: center;
    flex-direction: column;
    padding:0;
  }




}



@media screen and (max-width: 880px) {
    
  /*****PAGE ACCUEIL******/

  /*LIST ARTICLES*/
  #date-article-list {
    top: 9px;
  }
  

}

@media screen and (max-width: 767px) {
    
  /*****PAGE ACCUEIL******/

  /*ST TV*/
  .sdr-tv-container{
    background-color: #f7f9fa!important;
  }

  /******CONTACT*********/
  #short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2){
        width: 100%;
        display: inline-block;
    }

  /*******PAGE JOUEURS********/
  .bloc-info-equipe{
    margin: 0 20px;
  }

  .bloc-joueurs {
    padding: 0px 20px;
  }

  .bloc-info-equipe{
    flex-wrap: wrap;
  }

  .bloc-filtre-equipe{
    justify-content: flex-start;
  }

  .bloc-filtre-equipe, .bloc-titre-equipe {
    width: 100%;
  }

  .filtres-joueurs{
    flex-wrap: wrap;
  }

  

}


@media screen and (max-width: 600px) {

  /*Page joueurs*/
  .joueur-card {
    width: 100%;
  }

}