/* normalize */
*,::after,::before{box-sizing:border-box}html{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:'Source Sans Pro', 'sans-serif';}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none;margin:0;padding:0}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}

:root {
  --shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

img{
	border-color:#fff;
	border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
	border:0px;
}
a {
  color: #000;
  text-decoration: none;
}
.f-700{
 font-weight:700;
}
.f-500{
 font-weight:500;
}
.w-50{
	width:50%;
}
.w-100{
	width:100%;
}
.win {
    background-color: #22c55e;
}
.draw {
    background-color: #71717a;
}
.lose {
    background-color: #ef4444;
}
abbr[title] {
    border-bottom: 1px dotted #666;
    cursor: help;
}
abbr {
    text-decoration: none;
}
.d_flex{
	display: flex;
}
[x-cloak] {
  display: none !important;
}

html {
  font-size: 14px;
 }
 body{
  background-color:#f5f7f9;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
 }

h2, h3 {
    padding: 10px;
    margin-bottom: 8px	;
	font-size: 1.2rem;
}
h2 {
	font-size: 1.2rem;
}
.menu_title h3{
	font-size: 0.9rem;
}
.fullTable{
  text-decoration: underline;
  font-size: 1rem;
  font-weight: bold;
  color: #a11131;
}

.left-sidebar {
	/*background-color: #f5f7f9;*/
  width: 170px;
  /*box-shadow: var(--shadow);*/
  /*border-radius: 6px;*/
  height: 100%;
  /*padding: 5px;*/
}

.left-sidebar .title {
  background-color: #29512a;
  color:white;	
  border-radius: 0.25rem;
  padding:10px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align:center;
}

.left-sidebar .catComp{
	margin-bottom: 10px;
}

.country-item {
  display: flex;
  align-items: center;
	/* align-items: flex-start; */ /* Alignement des éléments enfants au début, gardant l'image en haut */
    padding-top: 5px;
    padding-bottom: 5px; 
  margin-right: 2px;
  margin-left: 2px;
  overflow: hidden;
   gap: 10px;  /* Espace entre l'image et le texte */
}
.country-item:nth-child(2n+1) {
    border-top: 1px solid #29512a;
    border-bottom: 1px solid #29512a;
	width: 95%;
}
.country-item img {
  /*margin-right: 0.5rem;*/
  height: 10px; /* Ajuste la hauteur de l'image */
}
.country-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
 /* margin-bottom: 5px; */
      border-top-width: 1px;
    border-bottom-width: 1px;
	padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.country-item:hover {
  background-color: rgba(166 159 153,.5);	
  background-color: #29512a;	
  color: white;
}
a.country-item .nav_comp_more{
	color:#29512a; 
	font-weight:bold;
	font-size:14px;
}
a.country-item:hover .nav_comp_more{
	color:#FFF;
}
.right-sidebar {
	/*background-color: #f5f7f9;*/
  width: 310px;
  /*height: 600px;*/
  /*background-color: rgba(0, 0, 0, 0.06);*/
}

.content {
	background-color:#fff; 
  width: 720px;
  padding: 0 1rem;
}

.container {
  margin: auto;
  padding: 0;
  width: 1200px;
  display: flex;
}

.container-header {
  margin: auto;
  padding: 0;
  width: 1200px;
}

.header {
  font-size: 1.3rem;
  padding: 0.8rem 0;
  padding: 0.8rem 1rem;
  font-weight: bold;
  /*background-color:  #2b2e32 ;*/
  background-color:  #29512a ;
  
  box-shadow: var(--shadow);
  /*text-transform: uppercase;*/
  margin-bottom: 1rem;
}

.header svg {
  width: 1.5rem;
  color: #fff;
}

.header .tricolore span:first-child {
  color: #2563eb;
}

.header .tricolore span:nth-child(2) {
  color: #f8fafc;
}

.header .tricolore span:last-child {
  color: #dc2626;
}

.header .header-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.header .header-container a {
  color: #fff;
}

.menu-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu {
  margin-left: 2rem;
  display: flex;
  align-items: center;
}

.menu > div {
  margin-right: 1rem;
  position: relative;
}

.menu .main-menu,.main-menu-country {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-menu-country img {
    margin-right: 0.5rem;
}

.menu svg {
  width: 1rem;
}

.menu .sub-menu {
  width: 10rem;
  position: absolute;
  background-color: #fff;
  padding: 0.5rem;
  box-shadow: var(--shadow);
  z-index: 20;
  border-radius: 6px;
  margin-top: 0.5rem;
  left: 50%;
  transform: translate(-50%);
}

.menu .sub-menu a {
  display: block;
  padding: 0.5rem;
  text-transform: none;
  color: #000;
  font-weight: normal;
  font-size: 0.9rem;
}

.menu .sub-menu a:hover {
  text-decoration: underline;
}

.footer {
  font-size: 0.9rem;
  text-align: left;
  padding: 20px;
  line-height:20px;
  font-weight: bold;
  color: #fff;
  background-color: #18181b;
  background-color: #29512a;
  background-color: #369038;
  background-color: #00805a;
  background-color: #215c4a;
  margin-top: 1rem;
}

.footer > div { 
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	
   }
  .footer > div > ul > li{ 
       display: inline-block;
  }	   
.footer a {
  color: #fff;
}

.fullLink{
	margin-top:5px;
	font-weight: 500;
}

.default-msg {
  text-align: center;
  margin: 1rem 0;
}


.league-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.league-header .league-title {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.league-header .league-title img {

}

.league-header .league-title .country_title {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
}


.league-header .league-country {
  font-size: 1rem;
  font-weight: 500;
  /*margin-left: 32px;*/
}

.teams-tabs-container {
  width: 100%;
  /*overflow-x: scroll;*/
  white-space: nowrap;
}
.league-tabs-container {
  white-space: nowrap;
}
.league-tabs-container .league-tabs {
  /*width: 1000px;*/
}

.league-tabs {
  display: flex;
  align-items: center;
  background-color: #f8fafc;
}

.league-tabs > a {
  display: block;
  /*width: 25%;*/
  background-color: #f8fafc;
  text-align: center;
  padding: 0.8rem 0.8rem;
  /*font-size: 1rem;*/
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
}

.league-tabs.country-tabs {
  width: 100%;
}

.league-tabs.country-tabs > a {
  width: 50%;
}


.league-tabs.no-standings > a {
  width: 33.33333%;
}

.league-tabs > a.selected,
.league-tabs > a.selected:hover {
  background-color: #111827;
   background-color: #7e7e7e;
  color: #fff;
}

.league-tabs > a:hover {
  background-color: #f3f4f6;
}

.league-tabs > a:first-child {
  border-radius: 4px 0 0 4px;
}

.league-tabs > a:last-child {
  border-radius: 0 4px 4px 0;
}
  
.team .league-tabs {
	/*overflow-x: scroll;*/
}

table {
  margin-top: 1rem;
  /*font-size: 1rem;*/
  font-size: 0.9rem;
  width: 100%;
  border-collapse: collapse;
  box-shadow: var(--shadow);
  border-radius: 5px;
}

table th {
  padding: 0.6rem;
  color: #000;
  background-color: #f8fafc;
  text-align: left;
  font-weight: 500;
}

table td.stan_d {
 white-space: nowrap;
  /*white-space: normal;*/
  word-break: break-all;
  vertical-align: middle;
  padding: 0.4rem;
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

.standing_overall, .standing_home, .standing_away{
	margin-top:15px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

table .team-name-logo {
  display: flex;
  align-items: center;
}

table .team-name-logo img {
  margin-right: 0.5rem;
  /*width: 1.4rem;*/
}

.standings .form-container,
.standings thead .form {
  border-left: 1px solid #f4f4f5;
}

.standings .result td {
 /* border-top: 1px dashed #b2b3b4; */
}

.standings .selected td {
  background-color: #bfdbfe;
}
.standing_desc{
	margin-top:8px;
	padding:6px 8px 10px;
	font-size: 0.8rem;
}
.standing_desc_part{
	padding: 8px;
}
.standing_desc_line{
	align-items: center;display: flex;margin-bottom: 2px;margin-top: 2px;
}
.standing_desc_item_1{
	width:18px;height:18px;text-align: center;color: #fff;
}
.standing_desc_item_2{
	margin-left: 12px;vertical-align: middle;
}
.goalscorers, .assistscorers{
	margin-top:10px;
	padding-top:10px;
}
.goalscorers h2, .assistscorers h2{
	font-weight: 600;	
	margin-bottom: 5px;
	font
}


.form {
  display: flex;
  align-items: center;
  justify-content: start;
}

.form div {
  color: #fff;
  font-size: 0.8rem;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.form .win {
  background-color: #22c55e;
}

.form .lose {
  background-color: #ef4444;
}

.form .draw {
  background-color: #71717a;
}

.Clink{
	color: #ef4444;
}

.stage {
  font-size: 1.2rem;
  color: #111827;
  font-weight: bold;
  /*margin-top: 1rem;*/
}

.round {
  font-size: 1rem;
  font-weight: 550;
  color: #1f2937;
  margin-top: 1rem;
}

.results {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  box-shadow: var(--shadow);
  border-radius: 5px;
}

.results a {
  display: block;
}

.results .row {
  display: flex;
  align-items: center;
}

.results .row .td {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.6rem;
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

.results .row:first-child .td {
  border: none;
}

.results .row:first-child .td:first-child {
  border-radius: 5px 0px 0 0;
}

.results .row:first-child .td:last-child {
  border-radius: 0px 5px 0 0;
}

.results .row:last-child .td:first-child {
  border-radius: 0px 0px 5px 0;
}

.results .row:last-child .td:last-child {
  border-radius: 0px 0px 0px 5px;
}

.results .row:nth-child(odd) {
  background-color: #f8fafc;
}

.results .td:first-child {
  width: 30.333333%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results .td:nth-child(3) {
  width: 8.333333%;
}

.results .td:nth-child(3) {
  font-weight: bold;
}

.results .td:nth-child(2) {
  width: 19.666667%;
}

.results .td:last-child {
  width: 41.666667%;
}

.season {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

select {
  display: block;
  width: 200px;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  color-adjust: exact;
  outline: none;
}

select:focus {
  border-color: #9ca3af;
}

.select-label {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}

.page-404 h1 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.page-404 div {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}

.page-404 div a {
  color: #0ea5e9;
}

.squad .name {
  display: flex;
  justify-content: start;
  align-items: center;
}

.squad .name img {
  height: 0.8rem;
  margin-right: 0.5rem;
}

.squad .position {
  font-weight: 500;
  font-size: 1rem;
}

.squad .player {
  padding-top: 1.3rem;
}
.squad td {
  /*white-space: nowrap;*/
  white-space: normal;
  word-break: break-all;
  vertical-align: middle;
  padding: 0.4rem;
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

.transfers-table {
  /*margin-top: 0.7rem;*/
 /* margin-bottom: 2rem;*/
  margin-top: 0;
}

.transfers h2:first-child {
  margin-top: 1rem;
}

.transfers h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.transfers .subtitle {
  font-size: 1.2rem;
  color: #374151;
}
/*
.player h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: bold;
}
*/

.player h2 {
	 margin: 15px 0px
}
.player .player-info,
.player .player-info .value {
  display: flex;
  align-items: center;
  justify-content: start;
}

.player .player-info {
  margin-bottom: 0.5rem;
}

.player .player-info .label {
  font-size: 0.9rem;
  color: #71717a;
}

.player .player-info .value {
  margin-left: 0.5rem;
  /*font-weight: bold;*/
  font-weight: 600;
  /*font-size: 1rem;*/
  font-size: 13px;
}

.player .nationality img {
  /*height: 1rem;*/
  margin-right: 0.5rem;
}

.player .team img {
  /*height: 1.5rem;*/
  margin-right: 0.5rem;
}

.player-stats-table .img {
 /* display: flex;
  justify-content: center;*/
}

.player-stats-table img {
  width: 1.3rem;
}

.player-stats-table {
  font-size: 0.8rem;
}

.player-stats-table tfoot td {
  background-color: #f9fafb;
  font-weight: bold;
}

.player-stats-table .text-center {
 /* font-weight: bold;*/
}

.player .stats-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.dates {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 80%;
  margin: 1rem auto;
}

.dates ul {
  overflow-y: scroll;
  list-style-type: none;
}

.dates li {
  display: table-cell;
  border-left: 1px solid #e5e7eb;
}

.dates li:last-child {
  border-right: 1px solid #e5e7eb;
}

.dates .month {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

.dates .year {
  text-align: center;
  color: #6b7280;
  font-size: 0.9rem;
}

.dates a {
  padding: 0.6rem 1.2rem;
  display: block;
}

.dates a:focus {
  outline: none;
}

.dates .current-date {
  background-color: #111827;
}

.dates .current-date a {
  color: #fff;
}

.dates .current-date a .year {
  color: #d3d3d3;
}

.dates .arrow {
  height: 55px;
  display: flex;
  align-items: center;
  background-color: #f8fafc;
  cursor: pointer;
}

.dates .arrow.disabled {
  cursor: default;
}

.dates .arrow.disabled svg {
  color: #e5e7eb;
}

.dates .arrow:hover.disabled {
  background-color: #f3f4f6;
}

.dates .arrow:hover {
  background-color: #f3f4f6;
}

.dates .arrow-left {
  border-radius: 4px 0px 0px 4px;
}

.dates .arrow-right {
  border-radius: 0px 4px 4px 0px;
}

.dates .arrow svg {
  color: #000;
  width: 2rem;
  height: 2rem;
  margin: 0 0.4rem;
  display: block;
}

.team .season {
  margin: 1rem 0;
}

.team .second-title {
  margin-top: 2rem;
}

.team-container {
 /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size:13px;
  line-height: 18px;
  padding:8px;
}

.team-name {
  display: flex;
  align-items: center;
}

.team-name img {
  /*width: 3rem;*/
}

.team-name h1 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 0.7rem;
}

.team-container .label {
 /* font-size: 0.9rem; */
  color: #71717a;
}

.team-container .value {
  /*font-size: 1rem;*/
  font-weight: 600;
}
.match-container{
	font-size: 0.9rem;
}
.match-container .standings-main table{
	font-size: 0.9rem;
}

.match-container h2{
	font-size: 1.2rem;
	font-weight: bold;
	text-align:center;
	margin: 15px 0px 5px 0px ;
	padding:10px;
	background-color: #dfe4ea;
	background-color: #2b2e32;
	background-color: #303030;
	background-color: #29512a;
	text-transform: uppercase;
	color: #EFC618;
	color:#fff;
}
.match-container h3{
	font-size: 1.2rem;
	font-weight: bold;
	text-align:center;
	margin: 5px 0;
	padding:10px;
	background-color: #dfe4ea;
	background-color: #2b2e32;
	background-color: #303030;
	background-color: #29512a;
	text-transform: uppercase;
	color: #EFC618;
	color:#fff;
}

.form-match{
	    display: flex;
}
 
.form-match-team{
	display: flex;
    flex-direction: column;
    text-align: center;	
}
.form-match-team .form{
	justify-content: center;
}
.form-match-team-img{
	width:20px;
	margin: 0 auto;
	padding:5px;
}

.match {
  font-size: 1rem;
  font-size: 0.9rem;
}

.match-header {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  /*padding: 1rem;*/
  padding: 5px;
}

.match-header .match-teams {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.match-header .match-date,
.match-header .match-venue {
  text-align: center;
  font-size: 0.9rem;
}

.match-header .match-venue {
  margin-top: 0.4rem;
  margin-bottom: 2rem;
}

.match-header .match-date .match-league {
  text-transform: uppercase;
  padding-left: 0.5rem;
  margin-left: 0.4rem;
  border-left: 1px solid #d1d5db;
}

.match-header .match-teams .match-team {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  width: 41.666667%;
}

.match-header .match-teams .match-score {
  text-align: center;
  padding: 0.3rem 0.7rem;
  background-color: #f1f5f9;
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: bold;
}

.match-header .match-status #penalties-score{
    font-size: 1rem;
    font-weight: bold;	
}

.match-header .match-teams .match-team img {
  /*width: 2.5rem;*/
}

.match-header .match-teams .match-team .localteam-logo {
  margin-right: 0.5rem;
}

.match-header .match-teams .match-team .visitorteam-logo {
  margin-left: 0.5rem;
}

.match-header .match-status {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
}

.match-header .match-status .status {
  font-size: 0.8rem;
  text-align: center;
}

.match-header .match-status .match-goals {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 41.666667%;
  font-size: 0.9rem;
}

.match-header .match-status .match-goals div {
  margin-bottom: 0.1rem;
}

.match-header .match-assists {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.match-header .match-assists .assist {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

.match-header .match-assists .match-goals {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 41.666667%;
  font-size: 0.9rem;
}

.match-header .match-border {
  width: 90%;
  height: 1px;
  background-color: #e2e8f0;
  /*margin: 1rem auto;*/
  margin: 5px auto;
}

.match-titles,
.standing-titles {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  text-transform: uppercase;
  /*justify-content: space-between;*/
  align-items: center;
}

.match-titles div,
.match-titles a,
.standing-titles div {
 /* width: 16.66%;*/
   /*  margin-left: 5px;;*/
  text-align: center;
  /*background-color: #f8fafc;*/
  padding: 0.6rem 0;
  font-weight: bold;
  cursor: pointer;
}
.standing-titles div {
	width: 33.33333%;
}

.match-titles {
  white-space: nowrap;
  /*overflow-x: scroll;*/
}

.match-titles div,
.match-titles a {
  font-size: 0.9rem;
  padding: 0.6rem 0.2rem !important;
}

#commentary {
  /*width: 44%;*/
}

.match-titles.h2h-titles div {
  width: 50%;
}

.match-info-right{
	 padding : 10px;
	 font-size: 12px;
}
.match-info-right dt {
	font-weight:700;
}
.match-info-right dd, .match-info-right dt {
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
}
.match-info-right dd:not(:last-child):after {
    display: block;
    content: "";
    position: relative;
    border: 1px solid var(--gray-300);
    margin-bottom: 10px;
}


.h2h-stats-title {
  margin-top: 1rem;
  font-size: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

.recent-form-title {
  text-align: center;
  font-size: 0.8rem;
  margin: 1rem 4rem;
  padding-bottom: 0.9rem;
  text-transform: uppercase;
  color: #64748b;
  border-bottom: 1px solid #e2e8f0;
}

.match-titles div,
.standing-titles div,
.match-titles div:hover,
.standing-titles div:hover {
/*
  background-color: #111827;
  background-color:#7e7e7e;
  color: #fff;
  */
      border-bottom: 3px solid #fff;
}

.match-titles div.selected,
.standing-titles div.selected,
.match-titles div:hover.selected,
.standing-titles div:hover.selected {
/*
  background-color: #111827;
  background-color:#7e7e7e;
  color: #fff;
  */
      border-bottom: 3px solid red;
}

.match-titles div:first-child,
.standing-titles div:first-child {
  border-radius: 4px 0 0 4px;
}

.match-titles div:last-child,
.standing-titles div:last-child {
  border-radius: 0 4px 4px 0;
}

.match-titles div:hover,
.match-titles a:hover,
.standing-titles div:hover {
  background-color: #f1f5f9;
}
.stats-container{
   box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
   0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding :10px;
}

.stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem;
}

.stats-row div {
  z-index: 10;
  background-color: #fff;
}

.stats-row::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: #e2e8f0;
  width: 100%;
  height: 1px;
}

.stats-row .team {
  font-weight: bold;
  font-size: 1rem;
}

.stats-row .team:first-child {
  padding-right: 1rem;
}

.stats-row .team:last-child {
  padding-left: 1rem;
}

.stats-row .label {
  padding: 0 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.stats-possession .label {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
}

.stats-possession .bar {
  height: 5px;
  width: 100%;
  background-color: #e2e8f0;
  border-radius: 4px;
}

.stats-possession .bar .chelsea {
  z-index: 10;
  height: 5px;
  background-color: #000;
  border-radius: 4px;
}

.default-msg {
  text-align: center;
  color: #64748b;
}
.historical{
background-color:#fff;
}
.line-ups {
background-color:#fff;
} 


.line-ups .referee {
  text-align: center;
}

.line-ups .referee span,
.line-ups .formation span {
  font-weight: bold;
}
.line-ups .formation {
  /*display: flex;*/
  /*justify-content: space-between;*/
  text-align:center;
  width: 640px;
  margin: 0 auto;
}


.line-ups .players {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
   box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
   0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.line-ups .players > div {
  width: 50%;
}

.line-ups .players > div:first-child {
  /*margin-right: 1rem;*/
  padding: 5px;
}

.line-ups .players .visitorteam {
  text-align: right;
  /*margin-left: 1rem;*/
  padding: 5px;
}

.line-ups .players .line-up-player .number,
.line-ups .players .line-up-player .position {
  color: #64748b;
  font-size: 0.8rem;
}

.line-ups .players .line-up-player .captain {
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 0.3rem;
}

.line-ups .players .line-up-player.reverse .captain {
  margin-left: 0;
  margin-right: 0.3rem;
}

.line-ups .players .line-up-player .name {
	margin: 0 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line-ups .players .line-up-player {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}

.line-ups .players .line-up-player.reverse {
  flex-direction: row-reverse;
}

.line-ups .players .sub-title {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
}

.summary-container {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.summary{
	font-size: 0.9rem;
}
.summary .event {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}



.summary .event .event-sidebar {
  width: 55px;
  background-color: rgb(48, 48, 48);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
}

.summary .event:first-child .event-sidebar {
  border-radius: 0 0 0px 4px;
}

.summary .event:last-child .event-sidebar {
  border-radius: 4px 0px 0 0;
}

.summary .icon{
    margin-left: 5px;
    margin-right: 5px;
}

.summary .icon svg {
  width: 1.2rem;
  
  /*margin-top: 0.5rem;*/
}

.summary .event .event-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 1rem 2rem;*/
  padding: 10px;
  flex: 1;
  border-top: 1px solid #e2e8f0;
}

.summary .event .event-info .localteam,
.summary .event .event-info .visitorteam {
  /*width: 40%;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary .event .event-info .score {
  width: 20%;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}

.summary .event .event-info .score span {
  background-color: #f1f5f9;
  border-radius: 50px;
  padding: 0.3rem 0.7rem;
}

.summary.commentary .event .event-info {
  padding: 1rem 2rem;
}

.summary.commentary {
  margin-bottom: 1rem;
}

.summary .event .substitution {
  display: flex;
  align-items: center;
}

.summary .event .substitution.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.summary .event .substitution svg {
  margin-right: 0.5rem;
  width: 1.2rem;
}

.summary .event .substitution.reverse svg {
  margin-left: 0.5rem;
  margin-right: 0rem;
}

.summary .event:last-child .event-info {
  border: none;
}

.summary .event .event-info .type {
  font-weight: bold;
  /*font-size: 1.1rem;*/
}

.summary .event .event-info img {
  width: 3rem;
}

.summary .event:nth-child(even) .event-sidebar {
  background-color: #18181b;
}

.summary .event:nth-child(odd) .event-info {
  background-color: #f9fafb;
}

.field-container {
  width: 100%;
}

.field {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  width: 640px;
  height: 417px;
  position: relative;
  margin: auto;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  background-image: url(/assets/field.jpg);
}


.field-team {
  display: flex;
  width: 50%;
  height: 100%;
  z-index: 10;
}

.field-team.reverse {
  flex-direction: row-reverse;
}

.field-col {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
}

.field-team.reverse .field-col {
  flex-direction: column;
}

.field-player {
  z-index: 10;
  font-size: 0.7rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.field-player .icon {
  position: relative;
  width: 2rem;
}

.field-player .icon svg {
  width: 100%;
  opacity: 95%;
}

.field-player .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.field-player .name {
  background-color: #1f2937;
  border-radius: 2px;
  padding: 0.15rem 0.2rem;
  max-width: 63px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.contact h1 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.contact label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: #374151;
}

.contact input {
  margin-bottom: 2rem;
  width: 40%;
  height: 30px;
  padding: 1rem 0.3rem;
  border-radius: 6px;
  border: 1px solid rgb(206, 206, 206);
  outline-color: #000;
}

.contact button {
  padding: 0.5rem 5rem;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  border: 0;
  margin-bottom: 2rem;
}

.contact .error {
  color: red;
  margin-bottom: 2rem;
}

.contact .success {
  color: green;
}

.calendar {
  margin-top: 1rem;
}

.no-border-top > a:first-child > div {
  border-top: none!important;
}

.minute {
  text-align: center;
}

.start-at {
  font-size: 0.9rem;
}

.sub-detail {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #696969;
}

.calendar-match {
  /*box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.1),    0 1px 2px 0 rgba(0, 0, 0, 0.06);*/
  /*border-radius: 5px;*/
  /*margin-top: 0.2rem;*/
}

.calendar-match .table {
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  margin-bottom: 0.2rem;
}

.calendar-match .table a {
  display: flex;
  align-items: stretch;
}

.calendar-match .caption {
  text-align: left;
  font-size: 0.8rem;
  font-size: 0.9rem;
  padding: 0.6rem;
  padding: 0.3rem;  
  color: #000;
  /*background-color: #f9fafb;*/
  /*background-color: #d9dadb;*/
  background-color: #f5f7f9;
  border-radius: 4px;
}

.calendar-match .table .td {
  white-space: nowrap;
  vertical-align: middle;
  /*padding: 0.6rem;*/
  padding: 0.3rem;
   padding: 0.3rem 0 0.3rem 0.3rem;
  border-top: 1px solid #e5e7eb;
}

.calendar-match-date {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-match-date.hide-star {
  width: 10%;
}

.calendar-match-teams .score {
  font-weight: 500;
  margin-right: 10px;
}

.calendar-match-teams {
  width: 85%;
  border-left: 1px solid #e5e7eb;
  /*border-right: 1px solid #e5e7eb;*/
}
/*
.calendar-match-teams.hide-star {
  width: 85%;
}
*/

.calendar-match-teams .team {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar-match-teams .team:first-child {
  margin-bottom: 0.7rem;
  margin-bottom: 0.3rem;
}

.calendar-match-stars {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-match-score {
  width: 8.333333%;
}

.calendar-match-score .score {
  text-align: center;
  padding: 0.2rem 0.5rem;
  background-color: #f9fafb;
  border-radius: 100px;
  font-weight: bold;
}

.calendar-match-score .score .smaller {
  font-size: 0.75rem;
}

.calendar-match-score .score span {
  font-size: 0.9rem;
}

.calendar-match .fulltime {
  font-size: 0.6rem;
  margin-top: 0.5rem;
  text-align: center;
}

.calendar-match .penalty {
  color: #696969;
}

.calendar-match .localteam-logo {
  justify-content: end;
}

.calendar-match .visitorteam-logo {
  justify-content: start;
}

.calendar-match .visitorteam-logo,
.calendar-match .localteam-logo {
  display: flex;
  align-items: center;
}

.calendar-match .localteam-logo img {
  margin-right: 0.5rem;
}

.calendar-match .visitorteam-logo img {
  margin-left: 0.5rem;
}

.calendar-match img {
  /*width: 1.25rem;*/
}

.livescores h1, .countries h1 {
 /* margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.1rem;*/
  /*margin-bottom: 1rem;*/
  margin-bottom: 1rem;
  font-size:13px;
  font-weight: bold;
}



.livescores-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
   /*margin-bottom: 1rem;*/
  margin-bottom: 5px;
}

.livescores-header .expand-all {
  display: flex;
  align-items: center;
  color: #656565;
  background: #F4F4F4;
  border: 1px solid #E9E8E8;
  border-radius: 20px;
   /*padding: 4px 8px;*/
  padding: 0.2rem 0.2rem;
  cursor: pointer;
  font-size: 13px;
	
}

.livescores-header .expand-all.rotate-svg svg {
  transform: rotate(180deg) !important;
}

.livescores-header .expand-all svg {
  width: 1.1rem;
  /*margin-left: 0.5rem;*/
}


.countries_list{
    overflow-x: auto;
    width: 100%;
}
table.countriesTable {
    border-collapse: collapse;
    width: 100%;
}
table.countriesTable thead {
    font-size: 1.2em;
    text-transform: uppercase;
}
table.countriesTable tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table.countriesTable th {
    white-space: nowrap;
    font-weight: 500;
}
table.countriesTable td, table.countriesTable th {
    height: 30px;
    padding: 0 6px;
	 text-align: center;
}
.country_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.country_link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
}

table.countriesTable .country_image {
    flex-shrink: 0;
}
.country_image {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

table.countriesTable .country_name {
    white-space: nowrap;
}


.item_country {
    /* Assure que les .item_country sont empilés verticalement */
    display: flex;
    flex-direction: column;
	overflow-x: hidden;
	border :0;
}

.item_country-line {
    /* Base style for .item_country-line */
    width: 100%; /* Largeur pleine sur les écrans plus petits */
    height: 33px; /* Hauteur pour illustration, ajustez selon vos besoins */
    margin-bottom: 5px; /* Espace entre les lignes */
}

.item_country-line {
	width: 100%;
	align-items: center;
	padding-left: 3px;
	padding-right: 3px;		
	border-bottom: 1px solid #e3e3e3;
}
.item_country-content{
	display: flex;
	flex-wrap: nowrap;

}
.item_country-svg{
	width: 20%;
	padding-left: 3px;
	padding-right: 3px;	
}
.item_country-name{
	width: 80%;
	padding-left: 3px;
	padding-right: 3px;			
}	


.match-live-minute {
  color: #ef4444;
  font-weight: 600;
}

.match:hover {
	background-color: #e4e8ec;
}

.stars svg {
  width: 1.4rem;
  color: #737373;
}

.stars.full svg {
  color: #fde047;
}

.blink {
  animation: blinker 1s linear infinite;
}

.livescore-table-header {
  display: flex;
  justify-content: space-between;
}

.caption .right-side {
  display: flex;
  justify-content: space-between;
  text-transform: none;
  align-items: center;
}

.caption .right-side .link-standing {
  text-decoration: underline;
  color: #000;
}

.caption .right-side .link-display-matches, .caption .right-side .link-display-leagues {
  color: #7e7e7e;
}

.caption .expand.rotate-svg svg, .caption .expandLeagues.rotate-svg svg {
  transform: rotate(180deg) !important;
  color: #000 !important;
}

.caption .expand, .caption .expandLeagues {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 2px;
  margin-left: 5px;
  border-left: 1px solid #e5e7eb; 
}

.rotate {
  transform: rotate(0deg);
}

.caption .expand svg, .caption .expandLeagues svg {
  width: 1.1rem;
  margin-left: 0.3rem;
  color: #7e7e7e !important;
}

.livescores-table-header-league {
  display: flex;
  align-items: center;
}

.livescores-table-header-league img {
  margin-right: 0.5rem;
}

.livescores-table-header-league > div {
  display: flex;
  align-items: center;
}

.livescores-table-header-league > div > div {
  margin-right: 0.4rem;
}

.livescores-table-header-league .league-name {
  /*font-weight: bold;*/
   font-weight: 500;
}

@keyframes blinker {
  60% {
    opacity: 0;
  }
}

.apostrophe {
  font-weight: bold;
}

.breadcrumb {
  /*  display: flex;*/
  list-style: none;
	margin-bottom: 0.5rem;
  font-size: 0.9rem;
   height:18px;
	overflow: hidden;
	white-space: nowrap;
}
.breadcrumb > li {
  display: inline-block;
}

.breadcrumb h1 {
   /*display: inline;*/
	font-size: 0.9rem;
	padding: 0px 4px; 

}

.breadcrumb a::after,.breadcrumb span::after {
    content: "/";
    margin: 0px 3px;
}

.hide {
  display: none;
}

.form-update-leagues {
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-update-leagues .buttons {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  cursor: pointer;
}

.form-update-leagues .buttons input {
  background-color: #16a34a;
  border: none;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.update-leagues-button {
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.update-leagues-button:hover {
  background-color: #f9fafb;
}

.form-update-leagues .buttons .check-all {
  margin: 0 2rem;
  background-color: #dcfce7;
  border-radius: 6px;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}

.form-update-leagues .buttons .check-all:hover {
  background-color: #bbf7d0;
}

.form-update-leagues .buttons .check-none {
  background-color: #fee2e2;
  font-size: 0.8rem;
  border-radius: 6px;
  padding: 0.5rem 1rem;
}

.form-update-leagues .buttons .check-none:hover {
  background-color: #fecaca;
}

.update-leagues {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1rem;
  justify-content: space-between;
}

.update-leagues label {
  font-weight: 500;
  font-size: 0.9rem;
}

.scroll-to-top-btn {
  position: fixed;
  z-index: 30;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: rgb(51, 51, 51);
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  opacity: 1;
}

.scroll-to-top-btn:hover {
  background-color: rgba(51, 51, 51, 0.67);
}

.scroll-to-top-btn.hide {
  opacity: 0;
  cursor: default;
}

.scroll-to-top-btn svg {
  width: 2rem;
}

.all-star {
  width: 1.1rem;
  margin-right: 0.4rem;
  cursor: pointer;
}

.leagues h2 {
  display: flex;
  align-items: center;
  /*font-size: 1.1rem;*/
   /*border-bottom: 1px solid #e5e7eb;*/
  padding-bottom: 10px;
  font-weight: 700;

}

.leagues h2 img {
  margin-right: 0.5rem;
}

.h2h-stats-summary td,
.h2h-stats-summary th {
  text-align: center;
}

.h2h-table-title {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.h2h-table-container, .transfers-table-container {
  display: block;
  overflow-x: auto;
  box-shadow: var(--shadow);
  border-radius: 5px;
  margin-top: 1rem;
}

.h2h-table-container table {
  /*margin-top: 0;*/
  margin: 0 0.5rem;
}

.menu_title{
	display: flex;
	justify-content: space-between;
}
.menu_title h1{
	vertical-align: baseline;
	font-size:14px;
	 margin-bottom: 1rem;
}

.results-calendar-container {
  display: flex;
  align-items: center;
   /*margin-bottom: 1rem;*/
  margin-bottom: 5px;
  font-size:13px;
}

.results-calendar-container select{
	width:140px;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.results-calendar {
  margin: 0 0.5rem;
}

.results-calendar-container a {
  color: #656565;
  background: #F4F4F4;
  border: 1px solid #E9E8E8;
  border-radius: 20px;
  adding: 1px 1px;
  /*margin-bottom: 12px;*/
}

.results-calendar-container svg {
  width: 1.2rem;
}

.search, .search_3 {
  position: relative;
}

.search input, .search_3 input {
  width: 200px;
  outline: none;
  padding: 0.3rem;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  /*height: 36px;*/
}

.search_3 input {
  width: 400px;	
  border: 1px solid #000;
}

.search-result-container, .search-result-container_2, .search-result-container_3 {
  position: absolute;
  top: 2rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: var(--shadow);
  z-index: 101;
}

.search-result-container a , .search-result-container_2 a , .page-404 .search-result-container_3 a{
  display: block;
  width: 200px;
  color: #000 !important;
  font-weight: normal !important;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 0.6rem;
}
.page-404 .search-result-container_3 {
  width: 100%;	
  padding-left:20px;
}
.page-404 .search-result-container_3 a{
  text-align:left;
}


.header .search-result-container a:hover,  .header .search-result-container_2 a:hover,  .page-404 .search-result-container_3 a:hover{
  color: #696969;
}

.container-menu {
	width: 700px;
	margin: 0 auto;		
	display: flex;
	align-items: center;
	margin-bottom:10px;
	border-bottom:  2px ;		
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;	
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;		
}
.container-menu a {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;		
	margin-right: 8px;
	
    padding: 4px 8px;

    color: #656565;
    background: #F4F4F4;
    border: 1px solid #E9E8E8;
    border-radius: 20px;

    justify-content: center;

	
	
}

.league-summary .stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.league-summary .stage a {
  text-decoration: underline;
  font-size: 1rem;
}

.footer-matches-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer-matches {
  width: 49%;
  padding: 1rem;
  box-shadow: var(--shadow);
  border-radius: 6px;
}

.footer-matches h3 {
  margin-bottom: 0.5rem;
}

.footer-matches a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid #eee;
}

.footer-matches .team {
  width: 40%;
}

.footer-matches .visitorteam {
  text-align: right;
}

.footer-matches .versus {
  width: 10%;
}


.country-left .expand-country {
cursor: pointer;
display: flex;
align-items: center;
}
.country-left .expand-country.rotate-svg svg {
transform: rotate(180deg) !important;
color: #000 !important;
}
.country-left .expand-country svg {
width: 1.1rem;
margin-left: 0.3rem;
color: #7e7e7e !important;
}
.link-display-matches-country{
padding: 0 0.5rem;
}


.var {
  font-size: 0.85rem;
  font-weight: normal;
  margin-right: 1rem;
  color: red;
}

.only_desktop_inline {
  display: inline;
}
.content-bottom-msg{
  text-align: left;
  margin: 1rem 0;
  margin-top:30px;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.content-bottom-msg h3,.content-bottom-msg h2{
	font-weight:bold;
	padding: 5px 0 5px 0;
	font-size:13px;
	background-color:#fff;
	text-align: left;
	color:#000;
}

.content-bottom-msg p, .content-bottom-msg div, .content-bottom-msg ul{
	margin-bottom:10px;
}

.content-bottom-msg ul li{
	margin-bottom:5px;
	margin-left:5px;
	list-style-type: disc;
}
#menu-mobile, #menu-closer {
  display: none;
}


.form-admin {
  width: 100%;
}

.form-admin input {
  width: 100%;
}

.form-admin input[type="file"] {
  padding: 0;
}

.form-admin img {
  margin-bottom: 2rem;
}

.form-admin button {
  margin-top : 2rem;
  width: 100%;
}

.article h1 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.article img {
  width: 100%;
  margin-bottom: 0.5rem;
}

.article .info {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 1rem;
}

.article .text {
  font-size: 17px;
  line-height: 28px;
}

.socials {
	display: flex;
	flex-wrap: wrap;
	padding: 1px 1px;
	align-items: center;
	max-width: 212px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
}
.socials button {
	display: flex;
	padding: 4px;
	margin-right: 7px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
}
.socials button.facebook-share {
	background-color: #1877f2;
}
.socials button.twitter-share {
	background-color: #1da1f2;
}
.reddit-share {
	background-color: #ff4500
}
.socials button.whatsapp-share {
	background-color: #23ad7f;
}
.socials button.linkedin-share {
	background-color: #0077b5;
}	

.prz{
	font-size: 16px;
}
.prz_match_entete_wrapper  {
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
}
.prz_match_entete_competition {
	font-size: 22px;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	color:#383838;
	margin-top:10px;
}
.prz_match_entete_detail{
	display: flex;
	justify-content: center;
	align-items: flex-start;	/* Les elements s'etireront en hauteur en fonction de leur contenu ou de la taille specifiee, mais leur alignement vertical sera toujours en haut.*/
    padding: 0 8px;
}
.prz_match_entete_logo {
    height: 90px;
    width: 90px;
    margin: 0;
}
.prz_match_entete_team {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
	height: 200px;
}
.prz_match_entete_team p {
    font-weight: 700;
    font-size: 13px;
    color: #333A40;
    text-align: center;
    text-transform: uppercase;
    align-self: baseline;
    margin: 6px auto 0;
    line-height: 14px;
    width: 100%;
	height: 30px;
}
.prz_match_entete_status {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;	
    padding: 10px 0 0 0;	
	/* Lorsque vous definissez flex: 1; sur un element, cela signifie qu'il va prendre autant d'espace disponible que possible Ã  l'interieur du conteneur flexbox.
	Cela permet de repartir equitablement l'espace disponible entre tous les elements avec la propriete flex: 1;*/
}
.prz_match_entete_vs {
    color: #333A40;
    font-size: 35px;
    font-weight: 700;
}
.prz_match_entete_datetime {
    font-size: 14px;
    text-transform: lowercase;
    line-height: 18px;
    font-weight: 500;
    margin: 2px 0;
}
.prz_match_entete_location {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 14px;
    font-weight: 500;
}
.prz_match_entete_wrapper .form {
    display: flex;
    align-items: center;
    justify-content: start;
}
.prz_match_entete_wrapper .form div {
    color: #fff;
    font-size: 0.8rem;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.prz_league {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  color:#000;
  background-color: #F0F0F1;
      font-size: 0.9rem;
}
.prz_league_flag {
  margin-right: 8px;
}
.prz_league_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.prz_matches ul, .prz_matches li{
	 margin:0;
	 padding:0;
 }
.prz_matches li {
  padding: 4px 0;
  border-bottom: 1px solid #F0F0F1;
}
.prz_match {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.prz_match_left, .prz_match_middle, .prz_match_right  {
  display: flex;
  flex-direction: column;
}
.prz_match_left {
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 22.2222222222%;
  padding-left: 3px;
  padding-right: 3px;
}
.prz_match_middle, .prz_match_right {
  justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
}
.prz_match_middle {
  overflow: hidden;
  width: 55.5555555556%;
}
.prz_match_right {
  align-items: center;
  flex-shrink: 0;
  width: 22.2222222222%;
}
.prz_match_middle, .prz_match_right {
  justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
}
.prz_match_middle, .prz_match_right {
  justify-content: center;
  padding-left: 3px;
  padding-right: 3px;
}
.prz_team {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.prz_match .win, .prz_match .lose, .prz_match .draw{
	width: 28px;
    height: 28px;
    color: white;	
	font-weight: 700;
}
.prz_match_middle_score {
  width: 50px;
  display: none;
}
.prz_team_logo_left, .prz_team_logo_right{
  display: block;
  margin-right: 6px;
}
.prz_match_left_date {
  color: #6a6a6a;
  text-align: center;
   overflow: hidden;
  text-overflow: ellipsis; 
}
.prz_match_left_winner {
  text-align: center;
  display: flex;
  align-items: center;
}
.prz_match_name {
  color: #383838;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prz_matches img{
	display: block; 
	overflow: hidden;	
}
.prz_match_score_split {
  margin: 0 5px;
  display: none;
}
 .competitions_Menu{
	 margin-top:10px;
 }
 
 .competitions_Menu ul{
    margin-bottom : 10px;
	display: flex;
    flex-wrap: wrap;
	list-style: none;	
 }
 .competitions_Menu ul li a{
    color: #48494a;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 20px;
}
 .competitions_Menu ul li+li {
    border-left: 1px solid #cbccce;
    margin-left: 4px;
    padding-left: 4px;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;	
	display:flex;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}	

.competitions_list, .competitions_list_top{
	display:flex;
	flex-direction: row;	
	flex-wrap: wrap;
}

.competitions_list_top_Item {
    padding: 4px 0;
	
}
.competitions_leagues_by_country{
	width: 48%;
	margin: 2px
}
@media (max-width: 728px){
	.competitions_leagues_by_country{
		width: 100%;
	}
}
 
 
 @media (min-width: 576px){
	.competitions_list_top_Item{
		width: 48%;
	}	
 }	

.competitions_list_top_Item {
    padding: 4px 0;
}
.competitions_list_top .competitions_list_top_Item .leftSize img{
    height: 40px;
    width: 40px;	
}
.competitions_list_top .competitions_list_top_Item .rightSize{
	padding-left: 8px;

}
.competitions_list_top .competitions_list_top_Item .rightSize .listLeagues a{
	font-size:0.9rem;
	color: #06c;
    cursor: pointer;
    text-decoration: none;	
}    
.competitions_list_top .competitions_list_top_Item .rightSize h3{
	font-size:0.9rem;
	font-weight: 600;
	line-height: 22px;
}   

.competitions_list_main h2{
	background-color: #7e7e7e;
    color: #fff;
	padding: 10px;
	border-radius: 4px;
 } 
.competitions_leagues_by_country .competitions_league_country_header {
    text-align: left;
    font-size: 0.8rem;
    font-size: 0.9rem;
    padding: 0.6rem;
    padding: 0.3rem;
    color: #000;
    background-color: #f9fafb;
    border-radius: 5px;	
    display: flex;
    justify-content: space-between;
	font-weight: 500;
}

.competitions_leagues_by_country_list .competitions_leagues_by_country_item{
    padding: 5px 0 5px 0px;
    font-size: 0.9rem;
}
.competitions_leagues_by_country_list .competitions_leagues_by_country_item a:hover{
	background-color:#b9b6b6;
}

.competitions_leagues_by_country .competitions_league_country_header .competitions_img_country{
	display:flex;
	align-items: center;
}
.competitions_leagues_by_country .competitions_league_country_header .competitions_img_country img {
	width:14px;
	height:14px;
	margin-right: 0.5rem;
}
#datepicker{
	padding: 4px;
	border: 1px solid gray;
	border-radius:5px;
	width: 100px;
}
.ddddd .expand-country {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.ddddd .expand-country.rotate-svg svg {
	transform: rotate(180deg) !important;
	color: #000 !important;
}
.ddddd .expand-country svg {
	width: 1.1rem;
	margin-left: 0.3rem;
	color: #7e7e7e !important;
}
.link-display-matches-country{
	padding: 0 0.5rem;
}

/* Responsive design */

@media (max-width: 768px){
	.livescores-table-header-league > div{
		flex-direction: column; 
	   align-items: flex-start;
	}
}
/* sm */
@media (max-width: 890px) {
  .container {
    display: block;
  }

  #nav_comp {
    width: 100%;
    display: none;
    background-color: #29512a;
    padding-left: 0.7rem;
  }

  #nav_comp a {
    color: white;
    font-weight: 700;
    padding-bottom: 0px;
  }

  #nav_comp a.country-item .nav_comp_more {
    color: white;
  }

  #nav_comp .catComp div.title {
    text-align: left;
    padding: 0px;
    font-weight: 700;
  }

  #nav_comp div.search {
    padding: 10px;
  }

  .only_mobile {
    display: block;
  }

  .only_desktop,
  .only_desktop_table,
  .only_desktop_flex,
  .only_desktop_inline {
    display: none;
  }

  .header .header-container {
    justify-content: space-between;
  }

  .league-header > div > h2 {
    font-size: 1.1rem;
    margin-left: 0.5rem;
  }

  .league-header > div > img {
    width: 1.4rem;
  }

  select {
    width: 150px;
  }

  .season {
    margin-left: 1rem;
  }

  .league-tabs {
    /*overflow-x: scroll;*/
  }
  .country-tabs {
    overflow: visible;
  }
  .league-tabs > a, .standing-titles div {
    font-size: 0.75rem;
  }

  .team .league-tabs > a {
    display: block;
   /* min-width: 90px; */
  }

  .stage {
    font-size: 1rem;
  }

  table {
    font-size: 0.8rem;
    width: 100%;
    /*overflow: hidden;*/
  }

  .table, .container-menu, .league-tabs, .standings-main, .player-stats, .transfers-stats {
    width: 100%;
    overflow-x: scroll;
  }

  .content, .container, .container-header {
    width: 100%;
  }


  .header {
    padding: 0.8rem;
  }

  table .team-name-logo img {
    width: 1.2rem;
  }

  .results .td:nth-child(3) {
    width: 16.666667%;
  }

  .round {
    font-size: 0.9rem;
  }

  .results .td:first-child {
    font-size: 0.6rem;
  }

  .menu {
    margin: 0;
  }

  .menu .main-menu {
    display: flex;
    justify-content: space-between;
    /*background-color: #1e293b;*/
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
  }
  .menu .main-menu-country {
    display: flex;
    padding: 0.5rem 0.7rem;
    border-radius: 6px;
  }
  .menu .sub-menu {
    width: 100%;
  }

  .menu > div {
   /* margin-top: 1rem;*/
    margin-right: 0;
  }

  .menu > div:last-child {
    margin-bottom: 0.3rem;
  }

  .footer {
    font-size: 0.7rem;
  }

  .field {
    height: 640px;
    width: 417px;
    flex-direction: column;
    justify-content: center;
    background: url(/assets/field_mobile.jpg) no-repeat center;
    background-size: cover;
  }
  
  .line-ups .formation {
		width: 417px;
	}

  .field-team {
    width: 100%;
    flex-direction: column;
  }

  .field-col {
    flex-direction: row;
  }

  .field-team.reverse {
    flex-direction: column-reverse;
  }

  .field-team.reverse .field-col {
    flex-direction: row-reverse;
  }

  .match-titles {
    font-size: 0.8rem;
  }

	.match-header{
	background-color: #29512a;
    color: white;	
	}
	.match-header a{
		color: white;
	}
  .match-header .match-teams .match-score {
    font-size: 0.9rem;
	background-color: #29512a;
  }

  .match-header .match-teams .match-team {
    font-size: 0.9rem;
  }
  .summary .event .event-info {
    padding: 1rem;
    font-size: 0.8rem;
  }

  .summary .event .event-info .type {
    font-size: 0.8rem;
  }

  .summary .icon svg,
  .summary .event .substitution svg {
    width: 1rem;
  }

  .summary .event .event-info .score {
    font-size: 0.8rem;
  }

  .summary .event .event-info .score span {
    padding: 0.3rem 0.4rem;
  }

  .calendar-match-date {
    width: 20%;
  }

  .calendar-match-teams {
    width: 70%;
  }

  .calendar-match-date.hide-star {
    width: 20%;
  }

  .calendar-match-score {
    width: 16.666667%;
    padding: 0.6rem 0!important;
    font-size: 0.9rem;
  }

  .calendar-match-team .smaller {
    font-size: 0.9rem;
  }

  .match-live-minute {
    margin-top: 0.2rem;
	background-color: white;
    padding: 5px;
  }
  
  
  .calendar-match-stars {
	width: 10%;
	}

  .results .td:nth-child(2),
  .results .td:last-child {
    width: 41.666667%;
  }

  .livescores-table-header-league > div {
   /* flex-direction: column; */
   /* align-items: flex-start;*/
  }

  .sub-detail {
    font-size: 0.7rem;
  }

  .team-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* md */
@media (min-width: 891px) {
  .only_mobile {
    display: none;
  }

  .only_desktop {
    display: block;
  }

  .only_desktop_table {
    display: table-cell;
  }

  .only_desktop_flex {
    display: flex;
  }
}

@media (min-width: 891px) {
  #nav_comp {
    display: block;
  }
}

@media (max-width: 490px) {
	.match-titles {
	  overflow-x: scroll;
	}
}
/* Field */
@media (max-width: 417px) {
  .field {
    max-height: 640px;
    max-width: 417px;
    width: 100%;
    /* height: 100%; */
  }
  .league-tabs-container{
	    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px){
	.prz_match_entete_wrapper  {
		max-width: 760px;
	}
	.prz_match_entete_competition {
		font-size: 25px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}	
	.prz_match_entete_team{
		width: 35%;
	}
	.prz_match_entete_logo {
		height: 100%;
		width: 100%;
		max-height:150px;
		max-width: 150px;
		margin: 0 auto;
	}	
	.prz_match_entete_status {
		padding-top: 15px;
	}
	.prz_match_entete_vs {
		font-size: 45px;
	}
}
@media screen and (min-width: 1000px){
	.prz_match_entete_competition {
		max-width: 760px;
		margin: 10px auto 2px;
	}
	.prz_match_entete_status {
		padding: 5% 0 0 0;
	}
	.prz_match_entete_vs {
		font-size: 72px;
		line-height: 74px;
		margin-bottom: 3%;
	}
}
@media (max-width: 350px){
	.prz_match_entete_wrapper .form{
		display:none;
	}
}
@media (min-width: 768px){
	/* passage en colonne */
	.prz_match_left, .prz_match_middle, .prz_match_right {
		flex-direction: row;
	}
	/* affichage du score a droite uniquement sur mobile , sinon middle equipe*/
	.prz_match_right {
		display: none;
	}	
	.prz_team {
	  width: 100%;
	  justify-content: flex-start;
	}	
	.prz_team_left {
	  flex-direction: row-reverse;	/* les elements Ã  l'interieur du conteneur seront positionnes dans une rangee de droite Ã  gauche.  */
	}	
	.prz_match_middle_score {
	  display: flex;
	  justify-content: center;
	  flex-shrink: 0;
	}	
	.prz_team_logo_left {
	  margin-left: 6px;
	  margin-right: 0;
	}
	.prz_team_logo_right {
	  margin-right: 6px;
	  margin-left: 0;
	}	
	.prz_match_left_date {
	  width: 60%;
	  padding-left: 3px;
	  padding-right: 3px;
	}
	.prz_match_left_winner {
	  width: 40%;
	  padding-left: 3px;
	  padding-right: 3px;
	}
	.prz_match_score_split {
	display: block;
	}
 }
@media (max-width: 400px){
	.prz_match_left_annee{
		display:none;
	}
}
@media (min-width: 500px){
	.standing_desc_part {
		flex: 1;
	}
}
/* Media query pour les écrans plus larges que 770px */
@media (min-width: 771px) {
    .item_country {
        /* Change la direction pour aligner horizontalement les .item_country-line */
        flex-direction: row;
		padding: 20px 0;
		border-bottom: 1px solid #e3e3e3;
		/*margin-bottom: 15px; */
    }
	.item_country-line {
		width: 33%;
		border :0;
	}
	
}

#menu-opener.active,
#menu-closer.active,
#nav_comp.active {
  display: block;
}

#menu-opener, #menu-closer {
  cursor: pointer;
}

/* Sélecteur de pays */
/* #country_selector {
  visibility: hidden;
  width:1px;
  height:1px
}

#select2-country_selector-container {
  text-align: center;
  font-size: 1.3em;
}

#select2-country_selector-results li {
  text-align: center;
  font-size: 1.8em;
} */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background-color: white;
  color: #333;
  padding: 3px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  margin-left: 5px;
  transition: transform 0.3s;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* padding: 12px 16px; */
  z-index: 1;
  list-style-type: none;
  border-radius: 5px;
  font-weight: normal;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle.active .arrow {
  transform: rotate(180deg);
}

.dropdown-menu li {
  /* padding: 8px; */
}

.dropdown-menu li:hover {
  background-color: #577558;
}

.dropdown .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 5px;
  color: black;
  font-size: 1rem;
}

.dropdown .dropdown-menu li a:hover {
  color:white;
}

.dropdown-menu img {
  display: inline;
  margin-right: 10px;
  width: 24px;
  height: 17px;
  border: 1px solid grey;
}
.dropdown-toggle img {
	  border: 1px solid grey;
}