/*! 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 */
  -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 Unicode", 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{ 
	width: 100%;
}

#content, #sidebar{
    float: left;
    vertical-align: top;
}
#content {
	width: 65%;
}
#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%
}
.hre {
	color: #4CAF50;
    font-weight: 700;
    font-size: 90%;
    margin-top: 15px;
    display: inline-block
}
#fluxindex a {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    padding-left: 5px;
    /*line-height: 1.5;*/
}
#fluxindex .actu a:hover{
	color: #32CD32;
}
#fluxindex a:visited,.entry-content a:visited {color:gray;}
#fluxindex a:hover,.entry-content a:hover {
    color: #de3400;
    text-decoration: none;
}

.source {
    color: #3159AD;
    font-weight: 400;
    font-size: 7px;
    font-family: verdana;
    font-style: italic;
    margin-right: 0;
}
.dte {
    font-weight: bold;
    background: #e5e5e5;
   /* width: 95%;*/
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 8px;
    font-size: 14px;
	margin-top:10px;
	margin-bottom:10px;
}
a:active,
a:link,
a:hover,
a:visited {text-decoration: none;}



.middle_advertising{padding:20px;}	


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


.pagination {margin: 35px 0;font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;padding: 3px; text-align: center;}
.pagination  a {display: inline-block;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: #4CAF50;border: 1px solid #ebebeb;color: #fff !important;margin: 1px;padding: 2px 3px;}
.pagination  a.courante {background-color: #4CAF50;color: #333;font-weight: bold;margin: 1px;padding: 2px 3px;}




.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 {
	font-size:13px;
	color:#333333;
	padding:10px;
}
#fluxindex .actu {
  /*border-left: 1px solid #C6011C;*/
  border-bottom: 1px solid #333;
   /*border-right: 1px solid #C6011C;*/
  padding: 10px 10px 5px 10px;
  font-size: 1em;
}
#fluxindex .actu span:first-child {
    /*color: #000;*/
	color: #4CAF50;
    font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
}


#fluxindex .actu h2,#fluxindex h3{
  display: inline;
  padding-left:10px;
}
#fluxindex .actu h2 a,#fluxindex h3 a{
	color: #000;
    font-size: 15px;
	font-weight:bold;
	/*font-family: Roboto Condensed, sans-serif;
	text-transform: none;*/
}


#fluxindex .actu:nth-child(odd) { 
	/*background-color: #EEE; */
}
	
#fluxindex .actu a:visited {  color: gray;}
#fluxindex .actu-content-img,#fluxindex .actu-content{ 
	padding-top:10px;
}

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

#fluxindex .actu-content-img p{
	min-height:100px;
}
#fluxindex .actu  p {
    font-size: 14px;
}
#fluxindex .actu-content-img  .suite,#fluxindex .actu-content .suite{
	/*color:#000;*/
	display:block;
	margin:10px 0px;
	color:#4CAF50;
	font-weight:bold;
}
#fluxindex a.suite{
	font-size: 13px;
}



.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: #cc0000;*/
	padding:30px;
	border-top: 1px solid #4CAF50;
}
/* 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;
}
/* 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{
	padding:10px 5px;
	margin-bottom:10px;
	font-size:14px;
	border-bottom:1px solid #4CAF50;
}

#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{
	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;
}	
	
@media (max-width: 991px){
	.header-logo{
		/*display:none;*/
	}		
}

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

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


#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: #4CAF50;
    font-weight: 550;
}
.newsSideBar_desc{
	font-size: 12px;
	padding:5px;
}

#cookies{
	padding:10px;
}


.menuHaut {
 /* background-color: #333;*/
  overflow: hidden;
}
.menuHaut a.menuLogo {
  float: left;
  display: block;
  color: #000;
  text-align: center;
}

.menuHaut a.menuItem {
  float: left;
  display: block;
  /*color: #4CAF50;*/
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  /*font-size: 17px;*/
}

.menuHaut a.active {
 /* background-color: #4CAF50; */
  color: white;
}
.menuHaut .menuIcon {
  display: none;
} 
@media screen and (max-width: 911px) {
 
  .menuHaut a.menuItem {display: none;}
  .menuHaut a.menuIcon {
    float: right;
	display: inline-block;
	cursor: pointer;
	padding-right:10px;	
	
  }
}
@media screen and (max-width: 911px) {
  .menuHaut.responsive {position: relative;}
  .menuHaut.responsive a.menuIcon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menuHaut.responsive a {
    float: none;
    display: block;
    text-align: left;
	color:#03442A;
  }
}
.navicon {
	display: inline-block;
  width: 112px;
  height: 47px;
	postion:absolute;
}
.navicon span {
  display: block;
}
.navicon span:not(:last-child) {
  margin-bottom: 6px;
}
.navicon span:nth-child(1) {
  width: 20px;
  height: 2px;
  
  background-color: red;
}
.navicon span:nth-child(2) {
  width: 30px;
  height: 2px;
  
  background-color: red;
}
.navicon span:nth-child(3) {
  width: 20px;
  height: 2px;
  
  background-color: red;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.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 .actu_3_right  .actu_3_title{
	line-height: 20px;
	font-size: 18px;
}
.actu_3 .actu_3_author{
	color: #4CAF50;	
	font-size: 12px;
}

.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_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: #121314;
	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: 20px;
	text-overflow: ellipsis;
}
				
@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;
	}
}		



.p_h{
	width:100%;
	margin: 15px 0;
}
.p_90{
	height:90px;
}
.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;	
}
#fluxindex img{
	object-fit: cover;
}

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

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


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