/*
PRESENT DANS	layouts/head.php
		ET		erreur.php
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*
//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS and IE text size adjust after device orientation change,
//    without disabling user zoom.
//
*/

html {
  font-family: sans-serif; /*// 1*/
  -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/10/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 of focused elements when they are also in an
// active/hover state.
//
*/

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


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

input[type="search"] {
  -webkit-appearance: textfield; /*// 1*/
  box-sizing: content-box; /*//2*/
}

/*
//
// 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; */
	background-color:#f6f6f6;
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;*/
	/*font-family:Helvetica, sans-serif;*/
	font-family: Helvetica, sans-serif;
}

#container{
	display:inline-block;
	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%;
}
#header{
	margin-bottom:20px;
}

#content, #sidebar{
    float: left;
    vertical-align: top;
}
#content {
	width: 65%;
}
#sidebar {
    width: 35%;
    position: relative;
    display: block;
    margin: 0 auto;
}
#footer{
    background-color: #1C4E2B;
    color: #fff;
    width: 100%;
	font-size:70%;
	padding:5px;	
}

#footer a{
	color:#FFF;
}

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;
}

h1,.breadcrumb{
 margin-top:20px;
}
.h1_news{
	font-size:36px;
}

/* menu */

.menu {width:100%;}

/* pagination */
.pager {margin: 35px 0;}
.pager li{ display: inline;font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;padding: 3px; text-align: center;}
.pager li a {background-color: #FFF;border: 1px solid #333;color: #333 !important;margin: 1px;padding: 2px 3px;text-decoration: none;}
.pager li a:hover,.pager li a:active {background-color: #1C4E2B;border: 1px solid #ebebeb;color: #fff !important;margin: 1px;padding: 2px 3px;}
.pager li a.courante {background-color: #1C4E2B;border: 1px solid #1C4E2B;color: #333;font-weight: bold;margin: 1px;padding: 2px 3px;}


/* pagination */
.pagination {margin: 35px 0;}
.pagination a{ display: inline;font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;padding: 3px; text-align: center;}
.pagination a {background-color: #FFF;border: 1px solid #333;color: #333 !important;margin: 1px;padding: 2px 3px;text-decoration: none;}
.pagination a:hover,.pager li a:active {background-color: #1C4E2B;border: 1px solid #ebebeb;color: #fff !important;margin: 1px;padding: 2px 3px;}
.pagination a.courante {background-color: #FDB927;border: 1px solid #FDB927;color: #333;font-weight: bold;margin: 1px;padding: 2px 3px;}




ul.news-content{
   font-size: 13px; 
}

ul.news-content li a {font-size: 14px;color: #333333;} 
ul.news-content li a:hover{text-decoration:underline;}
ul.news-content li a:visited {  color: gray;}
ul.news-content li {padding: 7px 0;}


.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: 3;*/
	/*line-height: 2;*/
	}
.news-content .time{
	color: #0B4773;
    font-weight: bold;
    font-size: 11px; 
}
.news-content .source {
    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 {
	font-size:13px;
	color:#333333;
	padding:10px;
}
.actu {
	display: flex;
	width: 96%;
	margin: 0 auto;	
	border-bottom: 1px solid #333;
	padding: 10px 10px 5px 10px;
	font-size: 1em;
}
.actu .actu-time {
    /*color: #000;*/
	color: #C6011C;
}

.actu h2{
  display: inline;
  padding-left:10px;
}
.actu h2 a{
	color: #000;
    font-size: 14px;
	/*font-family: Roboto Condensed, sans-serif;
	text-transform: none;*/
}
.actu span:nth-child(2) a:hover{ 
	text-decoration:underline;
}


/*
	title news
  font-family: "Merriweather", Cambria, serif;
  font-style: italic;
*/


.actu:nth-child(odd) { 
	/*background-color: #EEE; */
}
	
.actu a:visited {  color: gray;}

.actu-content h3{
	font-size:14px;
}
.actu-content-time-author_22 h3{
	display:inline-block;
}
.actu-content-img,.actu-content{ 
	padding-top:10px;
}

.actu-content-img  img {
    width: 100px;
    height: 100px;
    float: left;
    padding-right: 10px;
}

.actu-content-img p{
	min-height:100px;
}
.actu  p {
    font-size: 13px;
}
.actu-content-img  .suite,.actu-content .suite{
	/*color:#000;*/
	display:inline-block;
	margin:10px 0px;
	color:#333;
	/*font-weight:bold;*/
	font-weight: 550;
}
.suite:hover{
	text-decoration: underline;
	cursor: pointer;
}
.suite:visited{
	font-weight:400;
}
.actu  .auteur {
	/*background-color:#C6011C;*/
    font-size: 0.7em;
	color:#000;
}

/* VIGNETTES INDEX DROIT */
.news { margin: 5px 0; border: 3px solid #09C; }
.news a {  text-decoration: none;  color: #000; font-size: 0.8em; text-align: left; }
.news a.suite{color:#333;font-size: 1em;position:absolute;bottom: 0; left: 92px;}
.news h3.titrefree a { color: #FFF; font-size: 1em; }
.news h3.titrefree { display: block; margin-top: 0px; margin-bottom: 0px; text-align: center; padding: 5px; background: #09C; }
.news .contenu { position: relative; overflow: hidden; }
.news .contenu span { position: absolute; bottom: 0; right: 0; background: none repeat scroll 0% 0% rgb(0, 153, 204); color: white; margin-right: 0px;}
.sourceImages {	color: #000;	font-size: 12px;	font-weight: bold;}
.titrefree a{font-size: 11px;font-weight:bold;color: #fff;}
.titrefree a:hover{color: #de3400;}

.middle_advertising{padding:15px;}	

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

article{
	width:96%;
	margin:0 auto;
}
.right-news {
    background-color: #f2f4f4;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
   /*float: right;*/
    width:96%;
    margin: 0 auto;
    /*font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;*/
}
.right-news h2 {
    font-size: 1em;
    text-align: left;
    padding-bottom: 10px;
}
.right-news h2 a {
	color: #a11131;
}
.right-img {
    float: left;
    width: 85px;
}

.right-img img{
	width:90px;
	height:90px;
}
.right-img p {
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    /*text-transform: uppercase; */
}
.right-content {
	position:relative;
    margin-left: 95px;
    font-size: 0.9em;
	min-height:90px;
}
.right-content a {color: #000;}

.right-content .suite {
	color: #C60000;
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	/*left: 92px;*/
}
.right-content .auteur-image {
	position: absolute;
	bottom: 0;
	right: 0;
	background: none repeat scroll 0% 0% rgb(0, 153, 204);
	color: white;
	margin-right: 0px;
	font-size: 0.8em;
}

.right-social {
	width: 96%;
	margin: 0 auto;
}
/*  right social */
/*
.right-social {
    background-color: #f2f4f4;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    float: right;
    width: 320px;
    margin: 0 0 15px 0px;
    font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
}
.right-social h2 {
    font-size: 12px;
    padding-bottom: 10px;
}
*/
.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("http://www.modehof.com/proxy.php?url=https%3A%2F%2Fwww.australiafootball.com%2Fimages%2Fsprite4.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;
}

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;
}

#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;
}

/* BEGIN FOOTER */


.partners {
	margin-top:30px;
	background-color:#1C4E2B ;
    min-height: 60px;
    padding: 10px;	
	display:flex;
}

.partners ul{
	color:#FFF;
	flex-direction: row;
	column-count:2;
	font-size:14px;
}

.partners li {display:block;line-height:18px;}


.partners li a{
	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;
}
/* END FOOTER */
#header h1{
	float:left;
	padding-right:5px;
	padding-left:5px;
	text-align:center;
}

#header .header-logo h1{
	padding:10px;
	float:right;
}

#menu_sport{
	background: #333;
	color:#FFF;
	padding:5px;
	font-size:14px;
}
#menu_sport a{
	color:#FFF;
}
#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,#moteur_recherche h1{
    font-size: 24px;
	padding:15px;
}
.content-data{
	font-size:13px;
	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;
}

#menu-mobile{
	display:none;
	float:right;
}

.header-logo .logoText{
	font-size:50px;
	color: #333;
}	
#menuzord-mobile .logoText{
	font-size:50px;
	color: #FFF;
}	
@media (max-width: 991px){
	.header-logo{
		 display:none; 
	}		
}
.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;
}
.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 {
	color: #3bb200;
	margin-top: 5px;
	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;
}
				
@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 (max-width : 992px) {
	.hidden {display: none;}
	.menu {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.menu .orion-menu {
		width: 260px;
		float: right;
	}
	.menu orion-menu,
	.menu .orion-menu li:first-child {background-color: transparent;}
	.menu .orion-menu li {
		border-right: 0px;
		background: none repeat scroll 0 0 #454545;
	}
	.menu .orion-menu li.active a {background: none repeat scroll 0 0 #454545;}
	.menu .orion-menu li.showhide span.title {
		display: block;
		margin: 16px 0 0 !important;
		text-align: right;
		width: 218px;
		color: #000;
	}
	.menu .orion-menu > li.showhide span.icon {
		float: right;
		margin: 17px 10px;
	}
	.menu .orion-menu > li.showhide span.close-menu-icon {margin: 10px 5px; }
	.menu .orion-menu > li.showhide .icon em {background-color : #000;}
	.menu .orion-menu > li > a {
		width: 260px;
		padding: 5px 20px;
		text-align: left;
		border-top: 1px solid rgba(255, 255, 255, 0.05);
		color: #bababa;
	}
	.menu .orion-menu, .menu .orion-menu li.active > a {
		height: 30px;
		background-color: transparent;
	}
	.menu .orion-menu > li {height: 41px;}

	/*ul.news-content li:nth-child(n+2)  {padding: 0 5px;}*/
	/*.actu li:nth-child(n+2){padding: 0 5px;}*/

	.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;}

}
@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;}	
	#listMatchs{display:none;}
	#menu-mobile{display:block;}
}
@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%;}
	#listMatchs{display:none;}
	#menu-mobile{display:block;}
}
@media only screen and (max-width: 450px) {
	.hide{display:none;}
	#listMatchs{display:none;}
	#menu-mobile{display:block;}
}
@media only screen and (max-width: 330px) {
	/*.right-social {width: 100%;}*/
	.right-news {width: 100%;}
	#listMatchs{display:none;}
	#menu-mobile{display:block;}
}





/*

@custom-media --viewport-330px all and (max-width: 20.615em);
@custom-media --viewport-375px all and (max-width: 23.4275em);
@custom-media --viewport-400px all and (max-width: 25em);
@custom-media --viewport-450px all and (max-width: 28.115em);
@custom-media --viewport-600px all and (max-width: 37.49em);
@custom-media --viewport-770px all and (max-width: 48.115em);
@custom-media --viewport-950px all and (max-width: 59.365em);
@custom-media --viewport-990px all and (max-width: 61.865em);
@custom-media --viewport-1180px all and (max-width: 73.74em);


@custom-media --viewport-330px all and (max-width: 20.625em);
@custom-media --viewport-375px all and (max-width: 23.437em);
@custom-media --viewport-400px all and (max-width: 25em);
@custom-media --viewport-450px all and (max-width: 28.125em);
@custom-media --viewport-600px all and (max-width: 37.25em);
@custom-media --viewport-770px all and (max-width: 48.125em);
@custom-media --viewport-800px all and (max-width: 49.99em);
@custom-media --viewport-950px all and (max-width: 59.375em);
@custom-media --viewport-990px all and (max-width: 61.875em);
@custom-media --viewport-1180px all and (max-width: 73.75em);


http://www.w3schools.com/tags/ref_pxtoemconversion.asp


*/

#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;
}
.football_news{
	font-size:14px;
}
.football_news h2{
	font-size:16px;
}
.football_news h2,.football_news p{
	padding:20px 0;
}
.football_news a{
	color:blue;
}

.qcd:hover {
    text-decoration: underline;
    cursor: pointer;
}

.actu_3 {
    width: 100%;
    position: relative;
    max-width: 300px;
    margin-bottom: 10px;
    border-top: 1px solid #ecedef;
    padding: 10px 0;
    z-index: 1;
}
.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 h3 {
    line-height: 20px;
    color: #121314;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.actu_3 h3 a {
    text-decoration: none;
    color: #121314;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
}


.actu_3 .actu_3_right .actu_3_author_dte {
    display: flex;
    align-items: center;
    color: #0199ff;
    margin-top: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 29px;
}
.actu_3 .actu_3_author {
    color: #136C45;
    font-size: 12px;
}