/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  font-family: Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/*********************************** Global CSS ************************************/
html, body, div, span, object,
iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, 
section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0; 
    outline:0; 
    font-size:100%; 
   vertical-align:baseline;
    background:transparent; 
}

body {
    max-width:1000px; 
    width: 100%;
    margin: 0 auto !important;
    overflow-x: hidden;
	cursor:default; 
	background-color:#fff; 
	font-family: "Trebuchet MS", "Lucida Sans Uode", Arial, sans-serif;
	/*font-family: "Open Sans", Arial, sans-serif;*/
}

#container{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}
	/* corrige bug position fixed bottom affichage cookies 
html, body {
	height:100%;
   overflow:auto;
}
#container{
	width: inherit;
	height: inherit;
}
*/

a{
	color:#000000;
	text-decoration:none;
}

/* GLOBAL */
#header,#footer,#wrapper,#header-advertising{ 
	width: 100%;
}

#content, #sidebar{
    float: left;
    vertical-align: top;
}
#content {
	width: 65%;
	padding: 0 5px 5px 5px;
}
#sidebar {
    width: 35%;
    position: relative;
    display: block;
    margin: 0 auto;
}

#fluxindex {
    /*margin-top: 10px;*/
    /*font-family: Verdana, Arial, Helvetica;*/
    font-size: 12px;
    clear: both;
    padding: 5px;
	width:95%
}


#fluxindex a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    padding-left: 5px;
    /*line-height: 1.5;*/
}
#fluxindex .actu a:hover{
	color: #003B6F;
}
._a11131{
	color: #a11131;
}

.source {
    color: #3159AD;
    font-weight: 400;
    font-size: 7px;
    font-family: verdana;
    font-style: italic;
    margin-right: 0;
}
.dte {
    font-weight: bold;
    background: #003B6F;
	color:#FFF;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 8px;
	font-size: 16px;
	margin-top:0px;
	border: solid 1px #CCC;
}
.dte_2 {
	margin-top:10px;
}


a:active,
a:link,
a:hover,
a:visited {text-decoration: none;}

hr { 
    display:block; 
    height:1px;
    border:0; 
    border-top:1px solid #cccccc; 
    margin:1em 0;
    padding:0;
}

.left {float: left;}
.right {float: right;}
.clear,.leftclear{clear: both;}
.hidden{display:none;}
.color-site{color:#333;}
.color-site-b{color:#E9573F;}


ul li, ol li {list-style: none;}


/*header*/
/* Header Logo */
#header-advertising {margin: 15px 0;}

.header-logo {height: 110px; display: table;width:100%;}
.header-logo a {display:table-cell; vertical-align:middle;}



.color_site_bck{
	background-color:#333;
}

/* menu */

.menu {width:100%;}

.news-content{
   font-family: Verdana,Arial,Helvetica;
   font-size: 13px; 
}

.news-content li a {font-size: 14px;color: #333333;} 
.news-content li a:hover{text-decoration:underline;}
.news-content li a:visited {  color: gray;}


.news-content li:nth-child(odd) {
  /*background-color: #EEE;*/
}

.ul#news-content {
	width:96%;
	margin:0 auto;
}


.news-content {margin-bottom: 15px;}
.news-content li{ 
	 /*line-height: 2;*/
	 /*border-bottom: 1px solid #d4d4d4;*/
	 /* margin-bottom: 15px;*/
	 padding: 7px 0;
}
.news-content .time{
	color: #a11131;
    font-weight: bold;
    font-size: 11px; 
}
.news-content .source, .source_2 {
    color: #3159ad;
    font-size: 7px;
    font-style: italic;
}

/*
.news-content li span:first-child{
    color: #C6011C;
    font-weight: bold;
    font-size: 11px; 
}

.news-content li span:nth-child(2){color: #000;}
.news-content li span:nth-child(2):hover {color: #de3400;}
.news-content li span:nth-child(3) {
    color: #3159ad;
    font-size: 7px;
    font-style: italic;
}
*/

.news-content li a:visited {
    color: gray;
}
.news-content li a:hover {
    text-decoration: underline;
}
.news-content li a {
    color: #000;
}



.date{
	background-color: #333;
    /*height: 22px;*/
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
	color:#eee;
	font-size: 1.5em;
	text-transform: uppercase;
}
.news-content .date_li{
    background-color: #333;
}
/*Actu*/
/*
.actu {
    font-family: Verdana,Arial,Helvetica;
    margin-bottom: 15px;
}

.actu {
  border-left: 1px solid #c60000;
  border-bottom: 1px solid #c60000;
  border-right: 1px solid #c60000;
  padding: 0 10px;
}
*/

.date_news{
	text-align: center;
	line-height: 1.5;	
	font-size:14px;
	/*font-weight:bold;*/
}
#player_list{
	margin-top:20px;
}
.player_list ul{
	margin: 20px 0;
}
.player_list ul li{
	line-height:25px;
	clear:both;
}
.player_list ul li > span{
	float:right;
}


.player {
	font-size:16px;
	color:#333333;
	padding:10px;
}
.player li{
	padding:5px;
	
}
#fluxindex .hre{
	/*color:gray; 01042023*/	
	color:#a11131;
	font-weight: 700;
	/*font-size: 90%;*/	
	margin-top: 15px;
    display: inline-block;	
}

#fluxindex .actu {
  /*border-left: 1px solid #C6011C;*/
  border-bottom: 1px solid #333;
   /*border-right: 1px solid #C6011C;*/
  padding: 5px 10px 5px 10px;
  font-size: 1em;
}
#fluxindex .actu span:first-child {
    /*color: #000;*/
	 /*color: #003B6F;*/
}

#fluxindex .actu .hre {
	/*color: #a11131;*/
	/*color: #003B6F;*/
	/*color: #C60000; 15052022 */
	color: #c42828;
	/*color: gray;*/
    /*font-weight: 900;15052022 */
    /*font-size: 90%;*/
    margin-top: 15px;
	/*margin-top: 25px;*/
   /* font-size: 13px;15052022 */
	font-family: "Open Sans", Arial, sans-serif;
    display: inline-block
}


#fluxindex .actu h2,#fluxindex h3{
  display: inline;
  padding-left:10px;
}
#fluxindex .actu h2 a,#fluxindex h3 a{
	/*color: #003B6F; 15052022*/
    /*font-size: 16px;*/
	font-size: 15px;
	font-weight:bold;
	/*font-family: Roboto Condensed, sans-serif;
	text-transform: none;*/
}

#fluxindex .descriIMG{
	 width: 100px;
}

#fluxindex .actu:nth-child(odd) { 
	/*background-color: #EEE; */
}
	
#fluxindex .actu a {  color: #003B6F;}	
#fluxindex .actu a:visited {  color: gray;}
#fluxindex .actu a:hover {  color: #de3400;}

#fluxindex .actu-content-img,#fluxindex .actu-content{ 
	padding-top:10px;
}
#fluxindex .descriIMG img{
    padding: 10px;
}
#fluxindex .descri {
    text-align: justify;
	vertical-align:middle;
	padding: 10px 0px;
	font-size: 14px;
}

#fluxindex .actu-content-img  img {
   width: 160px;
    /*height: 100px;*/
	max-height: 100px;
    float: left;
    padding-right: 10px;
	object-fit: cover;
}
 #fluxindex .actu-content-img  svg {
    width: 90px;
    /*height: 100px;*/
	max-height: 90px;
    float: left;
    padding-right: 10px;
	object-fit: cover;
}

#fluxindex .actu-content-img p{
	min-height:100px;
}
#fluxindex .actu  p {
    font-size: 14px;
	overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;	
}
#fluxindex .actu-content-img  .suite,#fluxindex .actu-content .suite{
	/*color:#000;*/
	display:block;
	margin:10px 0px;
	color:#003B6F;
	font-weight:bold;
}
#fluxindex .source3 {
	color: gray;
    font-size: 8px;
    font-weight: 700;
    font-style: italic;
}
#fluxindex a.suite{
    display: block;
	font-size: 13px;
}
#fluxindex a:visited,.entry-content a:visited {color:gray;}
#fluxindex a:hover,.entry-content a:hover {
    color: #de3400;
    text-decoration: none;
}
.middle_advertising{padding:20px;}	

/*right side*/

.right-advertising-top{
    width: 300px;
    margin:0 auto;
	margin-top:50px;
    margin-bottom: 50px;
	text-align: center;
}
.right-advertising-bottom {
    /*height: 280px;*/
    width: 336px;
    margin:0 auto;
	margin-top:50px;
    margin-bottom: 50px;
	/*float: right;*/
	text-align: center;
} 


.right-social {
	width: 96%;
	margin: 0 auto;
}
.social{
	width:100%;
	margin:10px 0;
}
.social_light{
	/*width:220px;*/
	height:48px;
	position: relative;	
	margin: 0 auto;
}
.social_light_arrow_box {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 10px;
}
.social_light_arrow_box a{
  position: relative;
}
.social_light_arrow_box img{
	position:absolute;
	left:0;	
	padding:0;
}
.d-facebook,.d-twitter,.d-google {
    display: inline-block;
    background: url(/images/sprite4.png)  no-repeat;
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

.d-facebook {
    background-position: -2px -0px;
}

.d-twitter {
    background-position: -2px -100px;
}

.d-google {
    background-position: -2px -50px;
}

/*contact*/

h2.h2-contact{
  background: none repeat scroll 0% 0% #333;
  margin-top:30px;
  margin-bottom:20px;
  padding: 20px;
  color: rgb(255, 255, 255);
  font-size: 21px;
  font-family: "Merriweather", Cambria, serif;
}

p.erreur-contact{
  padding: 20px;
  font-size: 2em;
}

#form-contact label {
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	font-size: 15px;
	line-height: 30px;
}
#form-contact input, textarea {
  border: 2px solid #333;
}

#form-contact input {
  height: 30px;
}



#form-contact {
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica;
}

#form-contact p {margin-bottom: 10px;}

#form-contact input[type="text"],#form-contact input[type="email"] {
    width: 260px;
    margin: 5px 0 10px 0;
}
#form-contact input[type="submit"] {
  background: #333;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  height: inherit;
  margin-bottom: 20px;
}

#form-contact textarea {
    margin: 5px 0 10px 0;
    width: 400px;
    height: 150px;
}


/* MENTIONS LEGALES*/
.mentions-legales {
  padding: 5px;
  margin-top:20px;
}

.mentions-legales a{
	color:#000;
}
.footer_b {
	/*#8B0024*/
	background-color: #0B2958;
	padding:30px;
	/*border-top: 1px solid #003B6F;*/
}
/* BEGIN FOOTER */
.about_f,.partners {
   color: #fff;
}
.partners {
	margin-top:30px;
}



.partners li {display: inline;}

.partners li a:active,
.partners li a:hover,
.partners li a:visited,
.partners li a:link {
    text-decoration: none;
    padding-left: 10px;
   /* color: #fff;*/
}
.mercato_titles{
	padding:10px;
}

.mercato_titles [class*="col"] {
    margin-left: 3%;
	margin-top:10px;
}
.mercato_titles [class*="col"]:first-child {
    margin-left: 0;
}

.mercato_titles .col1{
	width: 5.583333333333%;
}
.mercato_titles .col2{
	width: 14.166666666666%;
}
.mercato_titles .col3{
	width: 22.75%;
}
.mercato_titles .col4{
	width: 31.333333333333%;
}
.mercato_titles .col5{
	width: 39.916666666667%;
}
.mercato_titles .col6{
	width: 48.5%;
}
.mercato_titles .col7{
	width: 57.083333333333%;
}
.mercato_titles .col8{
	width: 65.666666666667%;
}
.mercato_titles .col9{
	width: 74.25%;
}
.mercato_titles .col10{
	width: 82.833333333334%;
}
.mercato_titles .col11{
	width: 91.416666666667%;
}
.mercato_titles .col12{
	width: 100%;
}


.copyright {padding: 5px 10px; color: #fff;}
.dash-footer {
    padding-left: 10px;
    color: #ffffff;
}
#wrapper h1{
	padding:0 0 0 5px;margin:0;
}
/* END FOOTER */
#header h1{
 display:inline;
}

#header .header-logo h1{
	padding:10px;
	float:right;
}

#menu_sport{
	/*padding:10px 5px;*/
	margin-bottom:5px;
	font-size:14px;
	/*border-bottom:1px solid #003B6F;*/
}

#menu_sport ul{
	float:left;
	/*display: inline-block;*/
	
}
#menu_sport li{
	float:left;
	padding-right:5px;
	padding-left:5px;
	/*border-left: 1px solid #000000;*/
	text-align:center;
}
#recherche_box{
	float: right;
	width: 320px;
	color:#000;
	/*background: #A03026;*/
}
#recherche_box fieldset {
    /*padding: 0 0 4px 6px;*/
}
#recherche_box form input {
    height: 19px;
    width: 230px;
    border: 1px solid #333333;
    vertical-align: middle;
}
#recherche_box input[type="submit"],.cse-search-submit {
    width: 70px;
    height: 21px;
    border: 0 none;
    text-align: center;
    color: #000;
    background: #DDD;
    cursor: pointer;
}


#moteur_recherche{
	min-height:300px;
}

#moteur_recherche h1{
	margin-bottom:30px;
}


#moteur_recherche iframe {
    height:1860px; width:100%;
}

.cse-search-box-display {
	display: table;
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
}

.cse-search-box-display-item {
    display:table-cell;
}
.cse-search-box-display-item input{
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 6px;
  vertical-align: middle;
  border: 0;
  box-shadow:none;
  background: transparent;
  display: inline-block;
  border: 1px solid grey;
  outline: none;	
}
.cse-search-box-display-item:nth-child(1) {
    width: 100%;
}
.cse-search-box-display-input[type=submit] {
	width: 90px;
	margin-left: 10px;
    border-left: 0;
}
.cse-search-box-display-input[type=text] {
	width: 100%;
}

#content .breadcrumb{
	padding: 10px 5px;
}

#content h1{
    /*font-size: 24px;*/
	padding:5px;
}
#content h2{
	padding:10px;
}
.content-data{
	padding:5px;
}
#cookies h2,#cookies h3,#cookies ul{
	margin-top:20px;
}
#cookies h2{
	font-size:1.5em;
	text-align:center;
}	

#cookies h3{
	font-size:1em;
}	
#cookies h2,#cookies h3{
	width:100%;
}
#cookies p{
	text-align:justify;
	margin-bottom:10px;
}

#listMatchs{
	width:90%;
    margin-bottom: 5px;
	margin-top:5px;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;	
}

.matchDate{
	width:150px;
	text-align:left;
}
.matchScore{
	width:100px;
	text-align:center;
}
.matchClub{
	width:190px;
	text-align:center;
}
.matchLive{
	margin-top:20px;
	padding:5px;
}
.ads_300_250{
	width:250px;
	margin:0 auto;
}

.header-logo .logoText{
	font-size:50px;
	color: #cc0000;
}	

#cookies h2,#cookies h3,#cookies ul{
	margin-top:20px;
}
#cookies h2{
	font-size:1.5em;
	text-align:center;
}	

#cookies h3{
	font-size:1em;
}	
#cookies h2,#cookies h3{
	width:100%;
}
#cookies p{
	text-align:justify;
	margin-bottom:10px;
}

a#cookieChoiceDismiss{
    background-color: #303030;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    /* line-height: 14px; */
    padding: 0px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.pg_partenaire tr{
	padding:10px;
}
.pg_partenaire td{
	padding:5px;
}
.pg_partenaire .c78B749{
	background-color:#78B749;
	text-align:center;
}
.pg_partenaire .cF4F4F4{
	background-color:#F4F4F4;
	text-align:center;
}
.pg_partenaire .cFFF1CD{
	background-color:#FFF1CD;
	text-align:center;
}



.news_fluxindex_div_p{
	margin-bottom:10px;
	border-radius:5px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top:30px;
}
/* images largeur */
.news_fluxindex_image{
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 7px;
	margin-bottom: 4px;
	border: 1px solid transparent;
	text-indent: -999px;
}


.news_fluxindex_h2{
	margin-left: 100px;
}

.news_fluxindex_h2 a{
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	/*color: #a11131;*/
	/*font-weight:bold;*/				
}

.news_fluxindex_source {
	margin-top:10px;
	padding: 10px;
	
}
.news_fluxindex_source a{
	/*color: #a11131;*/
}			

.news_fluxindex_p{
	vertical-align: middle;
    display: table-cell;
    height: 90px;	
}

#btn_news{
	display: block;
	border: 1px solid;
	padding: 15px 30px;
    width: 180px;
	margin: 0 auto;
	margin-bottom:15px;
}

.s_news{
	font-size: 14px; line-height: 20px; padding: 20px;
}
.s_news_p{
	padding:10px;margin-bottom:15px;
}
.s_img_res{
  width: 100%;
  height: auto;
}
.video-responsive { 
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
}

.video-responsive iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
}
.newsSideBar{
    /*width: 96%;*/
    margin: 0 auto;
    padding: 10px 10px 5px 10px;
    font-size: 1em;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.newsSideBar_img {
	width: 100px;
    margin-right: 5px;
	float:left;
}
.newsSideBar_content{
	float: right;
    width: 222px;
    text-align: left;
}
.newsSideBar_title h3 {
    font-size: 14px;
	margin-bottom: 3px;
}
.newsSideBar_link {
    color: #003B6F;
    font-weight: 550;
}
.newsSideBar_desc{
	font-size: 12px;
	padding:5px;
}

#cookies{
	padding:10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  /*color: #f2f2f2;*/
  color: white;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 7px 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.entry-content{
	padding-top:20px;
}
.actu_2 {
	width: 100%;
	position: relative;
	max-width: 850px;
	margin-bottom: 10px;
	border-top: 1px solid #ecedef;
	padding: 10px 0;
	z-index: 1;
	background: #f4f4f2;
	border-radius: 0.2rem;
}
.actu_2 .actu_2_news {
	width: 100%;
	/*height: 100%;*/
}
.actu_2 .actu_2-body {
	display: flex;
}
.actu_2 .actu_2_img {
	max-width: 160px;
	/*height: 155px;*/
	object-fit: cover;
}
.actu_2 img {
	width: 160px;
	/*height: 155px;*/
	object-fit: cover;
}

.actu_2 .actu_2_right {
	text-align: left;
	/*height: 155px;*/
	padding: 0 10px;
	overflow: hidden;
}

.actu_2 .actu_2_right  .actu_2_title{
	line-height: 20px;
	font-size: 18px;
}

.actu_2 .actu_2_right .actu_2_author_dte {
	/*	display: flex;*/
	align-items: center;
	color: #0199ff;
	margin-top: 5px;
	align-items: center;
	font-size: 12px;
	line-height: 29px;
}
.actu_2 .actu_2_right .actu_2_author_dte .actu_2_dot {
	color: #747474;
	margin: 5px;
}
.actu_2 .actu_2_right .actu_2_author_dte .actu_2_dte {
	color: #747474;
	font-size: 12px;
}
.actu_2 h3 {
	line-height: 20px;
	color: #121314;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}
.actu_2 h3 a {
	text-decoration: none;
	color: #121314;
	line-height: 20px;
	font-size: 16px;
}
.actu_2 h3 a:hover {
    text-decoration: underline;
}
.actu_2 .actu_2_desc {
	font-size: 14px;
	/*color: #6a6a75;*/
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
}

.actu_3 {
	width: 100%;
	position: relative;
	max-width: 300px;
	margin-bottom: 10px;
	border-top: 1px solid #ecedef;
	padding: 10px 0;
	z-index: 1;
}
.actu_4 {
	width: 100%;
	max-width: 640px;
}

.actu_3 .actu_3_news {
	width: 100%;
}
.actu_3 .actu_3-body {
	display: flex;
}
.actu_3 .actu_3_img {
	max-width: 90px;
	object-fit: cover;
}
.actu_3 img {
	width: 90px;
	object-fit: cover;
}

.actu_3 .actu_3_right {
	text-align: left;
	padding: 0 10px;
	overflow: hidden;
}

.actu_3 .actu_3_right  .actu_3_title{
	line-height: 20px;
	font-size: 18px;
}
.actu_3 .actu_3_author{
	color: #003B6F;	
	font-size: 12px;
}
.actu_3 .actu_3_right .actu_3_author_dte {
	display: flex;
	align-items: center;
	color: #1A9C42;
	margin-top: 5px;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 29px;
}
.actu_3 .actu_3_right .actu_3_author_dte .actu_3_dot {
	color: #747474;
	margin: 5px;
}
.actu_3 .actu_3_right .actu_3_author_dte .actu_3_dte {
	color: #747474;
	font-size: 12px;
}
.actu_3 h3 {
	line-height: 20px;
	color: #121314;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}
.actu_3 h3 a {
	text-decoration: none;
	color: #a11131;
	line-height: 20px;
	font-weight: normal;
    font-size: 14px;
}
.actu_3 h3 a:hover {
    text-decoration: underline;
}
.actu_3 .actu_3_desc {
	font-size: 14px;
	color: #6a6a75;
	overflow: hidden;
	line-height: 14px;
	text-overflow: ellipsis;
}

.pagination {margin: 35px 0;font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;padding: 3px; text-align: center;}
.pagination  a {border: 1px solid #003B6F;color: #003B6F; margin: 2px;padding: 2px 3px;text-decoration: none;display: inline-block;}
.pagination  a:hover,.pager li a:active {background-color: #003B6F;border: 1px solid #ebebeb;color: #FFF;margin: 2px;padding: 2px 3px;}
.pagination  a.courante {background-color: #003B6F;color: #FFF;font-weight: bold;margin: 1px;padding: 2px 3px;}


.h-facebook, .h-twitter, .h-google {
    display: inline-block;
    background: url('/images/sprite4.png') no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.h-twitter {
    background-position: -2px -202px;
}
.h-facebook {
    background-position: -2px -150px;
}


.sprite-rss {
	display: inline-block;
	background: url('/images/sprite4.png') -28px -172px no-repeat;
	width: 14px;
	height: 14px;
	transform: scale(1.);
}
#fluxindex img{
	object-fit: cover;
}
.menu_news{
	display:flex;
}
ul.menu_club {
	position: relative;
	display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;		
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
ul.menu_league {
	position: relative;
    width: 100%;
    white-space: nowrap;		
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
ul.menu_club li, ul.menu_league li {
	list-style: none;
	display: inline-block;
	position:relative;
	/*background-color: #00397D;*/		
	/*background-color: #144798;*/
	padding: 2px;
	margin-right: 2px;
	margin-top: 5px;
	font-size:14px;
}
ul.menu_club li.enCours:after, ul.menu_league li.enCours:after {
	content: "";
    border-bottom: 2px solid red;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;	
	width:100%;
}
ul.menu_club li a, ul.menu_league li a {
	font-size:14px;
	text-decoration: none;
	padding-left: 5px;
	/*line-height: 1.8;*/
	text-transform: uppercase;
}


.breadcrumb{
	font-size: 13px;
}

 .article_news{
	 margin-top:20px;
 }
 .article_news h1{
	 font-size:18px;
	 padding:0px !important;
 } 
 .article_news .article_news_time{
	 padding: 10px;
	 font-size: 13px;
 }
 .article_news .article_news_desc{
	 background: #f3f3f3;
	 padding: 10px;
 }
 .article_news .article_news_desc p:first-child{
	 padding: 10px 0 10px 0;
 } 
 .article_news .article_news_author{
	 text-transform:uppercase;
 }
 .article_news_desc p {
    margin: 10px 0px;
}
.article_news .menu_cat{padding:15px;}
.article_news .menu_cat a {display:inline;padding:5px;color: #000;font-weight: 800;}

.article_news_desc p{
	margin:10px 0px;
}

.menu_footer{
	width: 100%;
	color: #fff;
}
.menu_footer a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
.menu_footer ..menu_footer_title{
	font-size:14px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.25;		
	margin-bottom: 10px;
}
.menu_footer .menu_intro{
	width: 100%;
	font-size: 0.9em;
	margin-bottom:10px;
}

.div_100_top10{
	width:100%;
	margin-top:10px;
}
div_100_top30{
	width:100%;
	margin-top:30px;
}

.p_h{
	width:100%;
	margin: 10px 0;
}
.p_90{
	max-height:90px;
}
.p_280{
	max-height:280px;
}
.p_ma_tb_15{
	margin: 15px 0;
}
.p_r_t{
    width: 300px;
    margin:0 auto;
	margin-top:50px;
    margin-bottom: 50px;
	text-align: center;	
}
.p_r_b{
    width: 336px;
    margin:0 auto;
	margin-top:50px;
    margin-bottom: 50px;
	text-align: center;	
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	

.menuTeams-dropdown_css a:hover {
	color: #222222
}
/* Dropdown */
.menuTeams-dropdown_css {
	display: inline-block;
	position: relative;
	margin: 2px;
}
.menuTeams-button {
	display: inline-block;
	border: 1px solid gray;
	border-radius: 4px;
	padding: 6px 30px 6px 20px;
	background-color: #ffffff;
	cursor: pointer;
	white-space: nowrap;
}
.menuTeams-button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
}
.menuTeams-button:hover {
	background-color: #eeeeee;
}
.menuTeams-input {
	display: none;
}
.menuTeams-menu {
	position: absolute;
	top: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0;
	margin: 2px 0 0 0;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	list-style-type: none;
	overflow-y: scroll;
	/*changer la hauteur maximale du menu */
	max-height: 150px;
}
.menuTeams-input+.menuTeams-menu {
	display: none;
}
.menuTeams-input:checked+.menuTeams-menu {
	display: block;
}
ul.menuTeams-menu li {
	padding: 6px 20px;
	white-space: nowrap;
	display:list-item;
}
ul.menuTeams-menu li:hover {
	background-color: #f6f6f6;
}
ul.menuTeams-menu li a {
	display: block;
	margin: -10px -20px;
	padding: 10px 20px;
}
ul.menuTeams-menu li.divider {
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
ul.menuTeams-menu li.menuTeams-title {
	font-weight: bold;
}	


.scroll-to-top-btn.hide, .scroll-to-top-btn-home.hide {
    opacity: 0;
    cursor: default;
}
.scroll-to-top-btn {
    position: fixed;
    z-index: 30;
    bottom: 120px;
    left: 0.75rem;
    background: #A41927;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    opacity: 1;
}

.scroll-to-top-btn-home {
    position: fixed;
    z-index: 30;
    bottom: 120px;
	right: 0.75rem;
    background: #A41927;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    opacity: 1;
}
.scroll-to-top-btn-home a{
	color: #fff;
}
.scroll-to-top-btn svg {
	display: block;
    vertical-align: middle;
    width: 2rem;
}
	

	
@media (max-width: 991px){
	.header-logo{
		/*display:none;*/
	}
	.menu_news	{
		flex-direction: column;
	}
}
@media only screen and (max-width : 992px) {
	.hidden {display: none;}
	.menu {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.right-news {
		margin: 0 auto 15px auto;
		display: block;
		float: none;
	}
	.mercato_titles{display:none;}

	
	/*contact*/
	#form-contact {
		margin: 0 10px 0 5px;
		padding-bottom: 30px;
	}
	#form-contact p, #form-contact h1 {text-align: center;}
	
	.scroll-to-top-btn {
		bottom: 0px;
	}
	
	
	
	

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#content {	width: 75%;	}
	#sidebar {	width: 25%;	}
	.menu .orion-menu > li > a {width: 220px;}
	.right-news{display:none;}
	.social_light_arrow_box{margin-right:0;}	
}
@media only screen and (max-width: 767px) {
	#content, #sidebar { width:100%;float:none;}
	#form-contact textarea,.captcha,#form-contact input[type="text"], #form-contact input[type="email"] {width: 100%;}
	.right-news {width: 100%;}
	#fluxindex a {
		font-size:15px;
	}
}
@media only screen and (max-width: 400px) {
	.hide{display:none;}
}

@media only screen and (max-width: 330px) {
	/*.right-social {width: 100%;}*/
	.right-news {width: 100%;}
	
	.actu_4{
		max-width: 300px;
	}	
}
@media screen and (max-width: 999px) {
	.scroll-to-top-btn-home , .scroll-to-top-btn{
	  bottom: 0px;
	}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	background-color:#003B6F;
  }
}
@media screen and (max-width: 999px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}	
@media only screen and (min-width: 640px){
	.entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.actu_2 .actu_2_news_tiny .actu_2_img {
		max-width: 125px;
	}
}		
@media only screen and (min-width: 960px){
	.entry-content {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
@media only screen and (min-width: 1280px){
	.entry-content {
		font-size: 19px;
		font-size: 1.1875rem;
	}
}				
@media only screen and (min-width: 640px){
	.entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}
	.actu_3 .actu_3_news_tiny .actu_3_img {
		max-width: 125px;
	}			
}
@media (min-width: 640px){
	.menu_footer .menu_footer_3{
		display: inline-block;
		width: 30%;
		vertical-align: top;
	}	
}

/* Scroller */
    .scroller {
      max-height: 250px; /* Hauteur maximale */
      overflow-y: auto;
      scrollbar-width: thin; /* Scroll fin */
      scrollbar-color: #888 #f4f4f4; /* Couleur */
    }
	
	.scroller h3{
    text-align: center;
    font-weight: bold;
    background: #003B6F;
    color: #FFF;
    padding: 5px;	
	}
	
    /* Liste et éléments */
    .scroller ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .scroller li {
      display: flex;
      justify-content: flex-start; /* Alignement sur la même ligne */
      align-items: center;
      gap: 10px; /* Espacement entre les éléments */
      padding: 10px;
      border-bottom: 1px solid #ddd;
      transition: background-color 0.2s;
    }

    .scroller li:last-child {
      border-bottom: none;
    }

    .scroller li:hover {
      background-color: #f0f0f0;
    }

    .scroller li span {
      font-size: 0.7rem;
      color: #a11131;
      white-space: nowrap; /* Empêche les sauts de ligne */
    }

    .scroller li a {
      font-size: 0.7rem;
      text-decoration: none;
     color: #000;
      flex-shrink: 1; /* Le lien peut se réduire */
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; /* Empêche les sauts de ligne */
    }

    .scroller li a:hover {
      text-decoration: underline;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .sidebar {
        width: 90%;
        margin: 0 auto;
      }
	  .scroller li a {
      font-size: 0.9rem;
	  }
    }			   

.conteneur_rs {
  display: flex;
  align-items: center; 
}
.conteneur_rs .btn {
	padding: 12px 16px;
    background-color: #f2f7ff;
    border: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out !important;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(39 51 68 / var(--tw-text-opacity));
    margin: 2px;
}
.conteneur_rs .btn span {
	margin-left: 15px; 
	color: #e04141;
	font-weight:800;
	font-size:14px	
}

.conteneur_rs .btn:hover {
  background-color: #0099cc;
  color: #FFF;
  cursor: pointer;
}
.conteneur_rs .btn:hover span {
  color: #FFF;
}	

.exclu-section {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  padding: 0 1rem;
}

.card {
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  width: 250px;
  white-space: normal;
}

.card img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card .badge {
  position: absolute;
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  top: 10px;
  left: 10px;
  border-radius: 4px;
}

.card .card-content {
  padding: 10px;
}

.card .card-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.card .card-title {
  font-weight: bold;
  font-size: 14px;
}

.card .card-wrapper {
  position: relative;
}
