/*!
 * TinyMCE Skin
 *
 * Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
 * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
 */
body{
	font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
	line-height:1.4;
}
html, body {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
.break-words {
	word-wrap: break-word;
}	
.white{
	color:#000;	
}
.white{
	color:#fff;	
}
.red_a11131{
	color:#a11131;	
}
.f_900{
	font-weight:900;
}
.w_90{
	width:90px;
}
.w_100{
	width:100px;
}
.w_110{
	width:110px;
}
.w_120{
	width:120px;
}
.w_130{
	width:130px;
}
.w_140{
	width:140px;
}
ol, ul {
    padding-left: 2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color,inherit);
}
#wrapper h1 {
    margin-top: 15px;
}
#content .article_news h1 {
    font-size: 18px;
    padding: 0px !important;
}
.article_news .article_news_time {
    padding: 10px;
    font-size: 13px;
}
h2{
	margin-top: 2em;
	margin-bottom: 0.8em;
    padding: 10px;	
}


.white {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.w-full{
	width:100%;
}
.w-300{
	width:300px;
}
.w-330{
	width:330px;
}
.h-150{
	height:150px;
}

.f-700{
 font-weight:700;
}

/* youtube */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media (min-width: 1000px){
	.h2, h2 {
		font-size: 1.5rem;
	}
	.h3, h3 {
		font-size: 1.35rem;
	}	
}

.news table {
    margin-top: 1rem;
    font-size: 1rem;
    width: 100%;
    border-collapse: collapse;
    box-shadow: var(--shadow);
    border-radius: 5px;
}

.article_news .article_news_desc {
    background: #f3f3f3;
    padding: 10px;
}
.article_news .article_news_desc p:first-child {
    padding: 10px 0 10px 0;
}
.article_news_desc p {
    margin: 10px 0px;
}
.article_news .article_news_desc a {
  color: #df0824;
  font-weight: 600;
}
/* Style pour le titre principal */
.news h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Style pour les paragraphes */
.news p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Style pour les listes à puces */
.news ul {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 20px;
}

/* Style pour les éléments de liste */
.news li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
   padding-left: 5px;
}
ul.list_disc li {
	list-style-type: disc;
}
/* Style pour le caractère spécial */
.news li::before {
  content: "➡️";
  color: #a11131;
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 0;
}

/* Style pour le sous-titre du pronostic */
.news h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news h4  {
  margin-top: 5px;
  margin-bottom: 5px;
}


@media screen and (max-width: 1200px) {
	.news{
		padding: 15px;
	}
}


.win {
    background-color: #22c55e;
}
.draw {
    background-color: #71717a;
}
.lose {
    background-color: #ef4444;
}
.article_news, .article_news .article_news_desc{
	background-color: white;

}
 .news{
	word-wrap: break-word;
}
.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;
}
@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;
	}
}
.prz_league {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  color:#000;
  background-color: #F0F0F1;
}
.prz_league_flag {
  margin-right: 8px;
}
.prz_league_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
.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%;
  /*
  maque despace sur livefoot.fr chrome
  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;
}
.news li::before {
    content: "️";
}

@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;
	}
}
