@charset "UTF-8";
body{
	font-family: Tahoma,Verdana,"Geneva CE",Lucida,Arial,Helvetica,sans-serif;
    font-size: 13px;
	background: #f2f2f2;
    max-width:1000px; 
    width: 100%;
    margin: 0 auto !important;	
}
a{
    color: #7a7a7a;
	text-decoration: none;
}
.textCenter{
	text-align:center;
}
.page{
    background-color:white;
    margin: 0 auto;
    position: relative;
	width:100%;
    max-width: 1000px;
	background: #fff;
}
.container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: auto;
    padding: 0;
	width:100%;
	max-width:1000px;
	background: #fff;
}
.ads{
	margin: 0 auto;
	padding: 15px 0px;
	text-align:center;
	/*max-height:130px;*/
	background: #f2f2f2;
}
.ads_300_600{
	margin: 0 auto;
	max-height:600px;
	text-align:center;
}
.p_name{
	padding: 10px 10px;
	/*margin: 10px 0px;*/
	font-weight: 700;
    font-size: 13px;
}
.top{
    left: -3px;
    position: absolute;
    top: -8px;
}
.clear{
    clear: both;
    display: block;
    font-variant: normal;
}
.leftclear{
	clear:left;
}
.p_left{
	float:left;
}
.p_right{
	float:right;
}
.p_clear{
	 clear: both;
}
.redBlod{
	font-weight:bold;
	color:red;
}
/***** header *****/
header{
    padding: 0 10px;
    position: relative;
}
h1 {
    font-size: 12px;
	/*width:100%;*/
	padding: 5px 10px 5px 5px;
}
h1.fixtures_results{
	display:inline-block;
}
header .ad{
    position: absolute;
    right: 15px;
    top: 6px;
}

/***** content *****/
section{
    display:block;
    /*margin: 10px 0 0 10px;*/
}
/***** left *****/
section.left{
    width: 128px;
    padding-left: 5px;	
}
section.left .all{
	background:#f2f2f2;
}

.left ul,
.right ul{
    width: 100%;
}
.left li,
.right li{
    /*border: 1px solid #d2d2d2;*/
    line-height: 15px;
    position:relative;
}
.lfl{
	padding-left:27px;
}
.left a,
.right a{
    display: block;
    padding: 3px;
    text-decoration: none;
}
.left li:hover > a,
.right li:hover > a{
    color: #b48484;
    text-decoration: underline;
}
.left img,
.right img{
    margin-right: 5px;
    vertical-align: top;
}
.left li.all,
.right li.all{
    font-weight: bold;
    padding-left: 10px;
}

.left .all{
    position: relative;
}
.left .all:hover ul{
    display: block;
}
.left .all ul{
    display: none;
    left: 127px;
    height: 300px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 180px;
}
.left .all ul li{
    background: #d2d2d2;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    padding: 3px 0 4px 20px;
}
.left .all ul li.yellow{
    color: #fff;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding-bottom: 0;
    padding-top: 0;
}
.left .all ul a{
    color: #7a7a7a;
    padding: 0;
    text-transform: none;
}
section.center{
    /*width: 700px;*/
	width:527px;
	margin: 0 auto;
}
.horaire{
    float: left;
    margin:6px 0 15px 0;
    text-transform: uppercase;
    width: 200px;
}
.timezone{
    background:url(../img/spriteg.png) no-repeat;
    background-position:right -331px;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 0;
    position: relative;
    width: 158px;
}
.timezone span{
    border: 1px solid #e4e4e4;
    display: block;
    height: 20px;
    padding: 0 7px;
    color:#7a7a7a;
}
.timezone ul{
    display: none;
    background: #d2d2d2;
    left: 0;
    line-height: 15px;
    position: absolute;
    top: 22px;
    width: 158px;
    z-index:1000;
    max-height:300px;
    overflow:auto;
}
.timezone ul a{
    display: block;
    text-decoration: none;
}
.timezone li{
    padding: 3px 7px;
}
.timezone li:hover a{
    color: #fff;
}
.date{
    background:url(../img/spriteg.png) no-repeat;
    background-position:right -254px;
    float: right;
    height: 22px;
    line-height: 22px;
    padding: 0;
    position: relative;
    width: 158px;
	margin-bottom: 5px;
}
.date span{
    border: 1px solid #d2d2d2;
    display: block;
    height: 22px;
    padding: 0 7px;
}
.date ul{
    display: none;
    background: #d2d2d2;
    left: 0;
    line-height: 15px;
    position: absolute;
    top: 22px;
    width: 158px;
    z-index:1000;
}
.networkError{
	text-align:center;
	padding-top:30px;
	font-size:14px;
	font-weight:bold;
}
.date ul a{
    display: block;
    text-decoration: none;
}
.date li{
    padding: 3px 7px;
}
.date li:hover a{
    color: #fff;
}
table.live{
    width: 100%;
}
.live tr{
    /*height: 22px;*/
	height: 29px;
}
.live th,.popup .title{
    color: #FFF;
	font-weight:bold;
	/*
    background:url(../img/spriteg.png) repeat-x;
    background-position:0 -366px;
	73B72B	5B8F22
	*/
	background-color:#73B72B;
    height: 22px;
    text-align: left;
    vertical-align: middle;
}
.live .title{
	color: #FFF;
	font-weight: normal;
    width: 435px;
}
.live .title .calendrier, .live .title .resultats {
	padding:3px;
}
.live h2{

	font-weight: normal;
}

.live .title img{
    margin: 0 5px;
}
.live th img{
    vertical-align: middle;
}
.live .classement a{
    background: url(../img/title-classement.png) no-repeat;
    color: #fff;
    display: block;
    height: 15px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    width: 72px;
}
.live .classement a:hover{
    text-decoration: underline;
}
.live td, .popup td {
    vertical-align: middle;
    /* flex-wrap: wrap; */
	/*padding-top: 4px;*/
	/*padding-bottom: 4px;*/
}
.live tr,.popup tr{
	border-bottom: 1px solid #d2d2d2;
}

.live .hour{
    text-align: center;
   /* width: 50px; */
	 width: 40px;
	font-size:12px;
	 opacity: 0.7;
}
.live .fullHour{
    text-align: center;
    width: 50px;
	font-size: 12px;
    opacity: 0.7;	
}
.live .status{
    text-align: center;
    width: 30px;
}
.live .Standings{
	width:72px;
	font-weight:normal;
}
.live .Standings a{
	color:#FFF;
}
.live .hour span{
    padding-left: 10px;
}
.live .home {
    /* text-align: right; */
    /* width: 156px; */
    /* position: relative; */
    /* width: calc(100% - 40px); */
    width: 95%;
    float: left;
    width: 36%;
    margin-left: 3px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.live .score {
     /* color: #056839;; */
     /* font-weight: bold;; */
    /*  text-align: center;; */
    /* width: 50px;; */
    /* flex: 0 0 50px; */
     /* float: left;; */
     /* width: 30px;; */
     /* color: #174E8F;; */
     /* font-weight: 700;; */
    text-align: center;
    float: left;
    width: 50px;
    color: #174E8F;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
    padding-right: 10px;
}
.live .score a{
	text-decoration:none;
    	color: #056839;
}
.live .score a:hover{
	text-decoration:underline;
    	color: #056839;
}
.live .away {
    /* text-align: left; */
    /* width: 156px; */
    /* width: calc(100% - 40px); */
    /* position: relative; */
    /* width: 95%; */
    float: left;
    width: 36%;
    margin-right: 3px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.live .hh{
    text-align: center;
    width: 30px;
}
.live .hh a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
.live .hh a:hover{
	text-decoration:underline;
}
.live .star{
    text-align: center;
    width: 20px;
}
.eventImage{
	display:inline-block;
	width:16px;
	height:16px;
    background:url(../img/spriteg.png) no-repeat;
	vertical-align:middle;
}
.eventImage.tgoal,.eventImage.tpen,.eventImage.tog{
	background-position:0 -17px;
}
.eventImage.trc{
	background-position:0 0;
}
.eventImage.tyc{
	background-position: 0 -238px;
}
.eventImage.subs{
	background-position: 0 -220px;
}
.eventImage.tmpen { background-position: -0px -465px; width: 16px; height: 16px; }
.eventImage.t2yc { background-position: -0px -481px; width: 16px; height: 16px; }


.ballImage{
	display:inline-block;
	width:22px;
	height:15px;
    	background:url(../img/spriteg.png) no-repeat;
    	background-position:0 -276px;
	vertical-align:middle;
}
.starButton{
	display:inline-block;
	width:19px;
	height:18px;
    	background:url(../img/spriteg.png) no-repeat;
    	background-position:0 -427px;
	vertical-align:middle;
}
.starButton.full{
    	background-position:0 -445px;
}
.live .info{
    text-align: center;
    width: 72px;
}
.live .info.finish{
    color: #056839;
    font-weight: bold;
}

.live a{
	
}

.match_event a {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* width: calc(100% - 130px); */
    /* width: 100%; */
    overflow: hidden;
    white-space: nowrap;
}

section.right{
    width: 300px;
	/*padding: 5px;*/

}
.right li{
    text-transform: none;
}

#customiseContainer .all{
	background:#f2f2f2;
}
#customiseContainer a{
	display:inline-block;
	color:#000;
}
.right li.all{
    line-height: 21px;
}
.right .ad{
    display: block;
    margin-bottom: 10px;
    padding: 0;
}
footer{
    font-size: 10px;
    margin-top: 20px;
}
footer p{
    padding: 0 10px;
}
footer a{
    color: #044C7C;
	font-weight: bold;
}
footer .green{
    background:url(../img/spriteg.png) repeat-x;
    background-position:0 -366px;
    color: #fff;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
}
footer .green a{
    color: #fff;
    text-decoration: none;
}
#container{
	box-shadow: var(--shadow);
    border-radius: 6px;
    height: 100%;
    /*padding-left: 5px;*/
    border: 1px solid #d2d2d2;	
}
.goal{
	display:block;
	line-height:22px;
	height:22px;
	color:#ff0000;
	font-weight:bold;
	font-size:13px;
}
.home .goal{
	left:0px;
}
.away .goal{
	right:0px;
}
.team1{
    font-weight: bold;
    font-size: 15px;
    height: 61px;
    line-height: 61px;
    text-align:right;
    width:208px;
    padding-left:15px;
    padding-right:15px;
    position:relative;
}
.team2{
    font-weight: bold;
    font-size: 15px;
    height: 61px;
    line-height: 61px;
    text-align:left;
    width:208px;
    padding-left:15px;
    padding-right:15px;
    position:relative;
}
.logo{
	position:absolute;
	
	top:10px;
	display:block;
	width:60px;
	height:60px;
}
.gameInfo{
	position:absolute;
	top:50px;
	left:-100px;
	display:block;
	width:250px;
	height:80px;
}
.details{
	color:#b5b5b5;
	font-weight:normal;
	font-size:13px;
	text-align:center;
	line-height:14px;
}

.eventTitle{
    /*font-weight: bold;*/
    text-align: center;
    color: #FFF;
	/*
    background:url(../img/spriteg.png) repeat-x;
    background-position:0 -366px;
	*/
	background-color:#73B72B;
    line-height: 22px;
    vertical-align: middle;
	padding:5px;
}
.subRow{
    background-position:0 -135px;
	/*border-bottom:solid 1px #d2d2d2;*/
	display:block;
	/*width:212px;*/
	line-height:20px;
	padding:0 15px;
	height:40px;
	display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;	
}
.eventRow{
	/*border-bottom:solid 1px #d2d2d2;*/
	display:block;
	/*width:212px;*/
	line-height:20px;
	padding:0 15px;
	height:20px;
	display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
	    margin-top: 5px;
}
.eventRow.half{
	width:263px;
	padding:0;
}
.eventRow.full{
	width:527px;
	padding:0;
}
.eventScore{
    color: #056839;
    font-weight:bold;
    text-align:center;
    line-height:19px;
    /*width:49px;*/	
}
.eventScoreGoalCard{
	height: 20px;
    display: flex;
    width: 57px;
    margin: 0 auto;
	    margin-top: 5px;
}
.eventScoreSub{
	height: 40px;
    display: flex;
    width: 57px;
    margin: 0 auto;
	align-items: center;
	    margin-top: 5px;
}
.eventImg{
	margin-top: -2px;
    vertical-align: middle;
}
.popDate{
	color:#b5b5b5;
	font-weight:normal;
	font-size:13px;
	text-align:center;
	line-height:14px;
}
.popScore{
    font-weight: bold;
    font-size: 15px;
    height: 61px;
    line-height: 61px;
    text-align:center;
    color: #056839;
    font-size: 22px;
    width: 50px;
    position:relative;
}
.popStatus{
	color:#7a7a7a;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	line-height:14px;
}
.popHh{
	color:#A11131;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	line-height:14px;
	margin-top:5px;
}
.popHh a{
	color:#A11131;
	text-decoration:none;
}
.popHh a:hover{
	text-decoration:underline;
}
.reds{
	display:inline-block;
	width:16px;
	height:16px;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5;
	vertical-align:middle;
    	background:url(../img/spriteg.png) no-repeat;
    	background-position:0 0;
	text-align:center;
	line-height:16px;
	color:#fff;
	font-size:9px;
	vertical-align:middle;
}
.compName{
    font-weight: bold;
    text-align: left;
    color: #fff;
    /*
	background:url(../img/spriteg.png) repeat-x;
    background-position:0 -366px;
	*/
	background-color:#73B72B;
    line-height: 17px;
    vertical-align: middle;
	padding:10px;
}
.team {
    /* padding-left: 8px; */
    /* width: 520px; */
}
.team a{
	color:inherit;
	text-decoration:none;
}
.team a:hover{
	text-decoration:underline;
}
.minute{color:red;font-weight:700;}
.default{
	display:block;
	width:520px;
	line-height:20px;
	/*padding-left:8px;*/
	height:20px;
	display:block;
	color: #056839;
}
.pikadayContainer{
	position:absolute;
	right:0;
}
.team_info{
	height:120px;
	position:relative;
}
.team_info td{
	vertical-align:top;
}
.teamPageLogoCont{
	display:block;
	padding:10px;
	border:solid 1px #eee;
}
.teamPageLogo{
	max-width:80px;
	max-height:80px;
}
.teamPageDescri{
	padding-left:10px;
}
.teamPageDescriBas{
	padding-top:15px;
}
.compPageName{
	font-weight:bold;
	font-size:14px;
	/*line-height:30px;*/
	display:block;
	/*height:30px;*/
	padding-left:30px;
	position:relative;
}
.compPageName .cFlag{
	position:absolute;
	top:2px;
	left:0;
	display:block;
	width:28px;
	height:20px;

}
.teamPageName{
	position:absolute;
	left:95px;
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	display:block;
	height:25px;
	color:#000;
	text-decoration:none;
}
.teamPageName:hover{
	text-decoration:underline;
}
.teamPageName .cFlag{
	position:absolute;
	top:25px;
	display:block;
	width:28px;
	height:20px;

}
.alphamenu{
	text-align:center;
	padding-bottom:15px;
}
.alphamenu .pageLink{
	display:inline-block;
	text-align:left;
	width:19px;
	text-decoration:none;
	line-height:20px;
	color:#aaa;
	border-left:solid 1px #eee;
	border-left:solid 1px #eee;
	text-align:center;
}
.alphamenu .pageLink:hover{
	text-decoration:underline;
	color:#888;
}
.alphamenu .selectedPage{
	display:inline-block;
	text-align:left;
	width:19px;
	line-height:20px;
	color:#000;
	border-left:solid 1px #eee;
	border-left:solid 1px #eee;
	text-align:center;
	font-weight:bold;
}
.pagination{
	text-align:center;
	padding-top:15px;
}
.pagination .pageLink{
	display:inline-block;
	text-align:left;
	width:30px;
	text-decoration:none;
	line-height:20px;
	color:#aaa;
	border-left:solid 1px #eee;
	border-left:solid 1px #eee;
	text-align:center;
}
.pagination .pageLink:hover{
	text-decoration:underline;
	color:#888;
}
.pagination .selectedPage{
	display:inline-block;
	text-align:left;
	width:30px;
	line-height:20px;
	color:#000;
	border-left:solid 1px #eee;
	border-left:solid 1px #eee;
	text-align:center;
	font-weight:bold;
}
.pagination .thePage{
	padding-right:15px;
	font-size:13px;
	color:#888;
}
.teamListItem{
	border-bottom:solid 1px #eee;
}
.teamListItem a{
	font-size:13px;
	color:#000;
	padding-left:24px;
	text-decoration:none;
	line-height:24px;
}
.teamListItem a:hover{
	text-decoration:underline;
}
.newsItem{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left:45px;
	position:relative;
}
.newsItem .pubDate{
	color:#808080;
	font-size:13px;
	line-height:16px;
	position:absolute;
	display:block;
	left:0;
}
.newsItem .newsTitle{
	font-size:13px;
	line-height:16px;
	text-decoration:none;
	color:#111;
}
.newsItem .newsTitle:hover{
	text-decoration:underline;
}
.newsItem .source{
	color:#9096c2;
	font-size:8px;
	font-style: italic;
}
.newsDate{
	text-align:center;
	background:#dcdcdc;
	color:#070a0d;
	line-height:22px;
	font-weight:bold;
	margin-bottom:4px;
}
.videoItem{
	display:inline-block;
	width:236px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:10px;
	vertical-align:top;
	border:solid 1px #ddd;
	text-decoration:none;
	margin-bottom:10px;
}

.videoItem .videoThumb{
	float:left;
	margin-right:10px;
}
.videoItem .videoTitle{
	font-weight:bold;
	color:#111;
	font-size:13px;
}
.videoItem .videoDesc{
	color:#666;
	padding-top:5px;
	font-size:13px;
	line-height:13px;
}
.videoItem:hover{
	border:solid 1px #aaa;
}
.videoPageTitle{
	text-align:left;
	background:#dcdcdc;
	color:#070a0d;
	line-height:30px;
	font-weight:bold;
	margin-bottom:4px;
	padding-left:10px;
	width:490px;
	display:block;
}
.videoPageDesc{
	width:500px;
	margin-top:10px;
	text-align:left;
	color:#666;
}
.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.pika-lendar{float:left;width:240px;margin:8px;}.pika-title{position:relative;text-align:center;}.pika-label{display:inline-block;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff;}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0;}.pika-next,.pika-prev{display:block;cursor:pointer;position:relative;outline:0;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5}.pika-next:hover,.pika-prev:hover{opacity:1;}.is-rtl .pika-next,.pika-prev{float:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)}.is-rtl .pika-prev,.pika-next{float:right;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table td,.pika-table th{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:13px;line-height:25px;font-weight:700;text-align:center}.pika-button{cursor:pointer;display:block;outline:0;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:13px;line-height:15px;text-align:right;background:#f5f5f5}.is-today .pika-button{}.is-selected .pika-button{color:#fff;font-weight:700;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.pika-button:hover{color:#fff!important;background:#ff8000!important;box-shadow:none!important;border-radius:3px!important}
.videoItem2{
	display:inline-block;
	width:125px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:10px;
	vertical-align:top;
	border:solid 1px #ddd;
	text-decoration:none;
	margin-bottom:10px;
}
.top20{
	margin-top:20px;
	margin-bottom:20px;
}
.img_soccer a:nth-child(2n+1){
	margin-left:0px  !important;
}
.smallLogo{
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align:middle;
}
.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(/img/sprite4.png)  no-repeat;
    width: 48px;
    height: 44px;
    vertical-align: middle;
}

.d-facebook {
    background-position: -2px -0px;
}

.d-twitter {
    background-position: -2px -100px;
}

.d-google {
    background-position: -2px -50px;
}

.h-facebook,.h-twitter,.h-google {
    display: inline-block;
    background: url(/img/sprite4.png)  no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.h-facebook {
    background-position: -2px -150px;
}

.h-twitter {
    background-position: -2px -202px;
}

.h-google {
    background-position: -2px -176px;
}
.compLink{
	color:#FFF;
	/*font-weight:bold;*/
	text-decoration:none;
}
.compLink:hover{
	text-decoration:underline;
}

.compFlag{
display:block;width:16px;height:16px;position:absolute;left:8px;top:2px;
}

.compTitle {
    position: relative;
    display: block;
    line-height: 22px;
    padding-left: 34px;
    text-decoration: none;
    color: #fff;
    /* height: 22px; */
}
.breadcrumb{
	width:100%;
	height: 25px;
   /* margin: 10px 0 0 10px;*/
    background: #fff; 
	padding: 10px;
    margin: 10px 0;
	overflow: hidden;
    white-space: nowrap;	
}
.breadcrumb a{
	/*font-size: 12px;*/
}

#popup {
    margin-top: 20px;
    margin-bottom: 20px;
}

.team_a {
    /* width: 175px; */
    /* display: inline-block; */
    text-align: right;
    /* padding-right: 10px; */
    /* color: #000; */
}
.team_b {
    /* width: 175px; */
    /* display: inline-block; */
    text-align: left;
    /* padding-left: 10px; */
    /* color: #000; */
}

#match-result {
	font-size:1em;
	color: #000;
}

#match-result table{
		width:100%;
}
#match-result .team {
	padding: 10px;
	width: 33%;
	font-weight: bold;
	text-align: center
}
#match-result .match-score{
	line-height:25px;
	margin-bottom:10px;
}
#match-result .match-score span{
	display:inline-block;
	font-weight: bold;
	font-size:1.2em;
	color:#fff;
	background-color:  #8F8F8F;
	min-width: 38px;
    padding-right: 4px;
    padding-left: 4px;
}

#match-result a.team-page {
	color: #000;
	text-decoration:none;
}

#match-result .team-logo{
	text-align:center;
}
#match-result .team-logo img{
	max-width:80px;
	max-height:80px;
}

#match-result ul, #match-result li{
    list-style: none;
	margin :0px;
	padding:0px;
}
#match-result ul li{
	display:block;
    line-height: 14px;
	text-align:center;
}
#match-result .in-live, #match-result .match-status{
	font-weight:bold;
}
#match-result .match-refresh{
	text-align:center;
	color:red;
}
#page404 {
	font-size: 1.5em;	
}
#page404 p{
	line-height: 1.5em;
}
#page404 h1{
	font-size:20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
#page404 .page404box{
	font-size: 1.5em;	
	border-color:#A3112A;
	border:5px;
	margin-top: 30px;
}
.match-resume {
	font-size: 1em;
	color: #000;
	margin-bottom: 10px;
}
.match-resume table {
	width: 100%;
}
.match-resume .equipe {
	padding: 10px;
	width: 33%;
	font-weight: bold;
	text-align: center;
}
.match-resume .equipe-logo {
	text-align: center;
}
.match-resume .equipe-logo img {
	max-width: 80px;
	max-height: 80px;
}
.match-resume .match-score {
	line-height: 25px;
	margin-bottom: 10px;
}
.match-resume ul li {
	display: block;
	line-height: 20px;
	text-align: center;
}
.match-resume ul, .match-resume li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.match-resume .match-score span {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: #8F8F8F;
	min-width: 38px;
	padding-right: 4px;
	padding-left: 4px;
}
.match-resume .en-cours, .match-resume .match-etat {
	font-weight: bold;
}
.match-resume .eventTitle {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #00397D;
	line-height: 22px;
	vertical-align: middle;
}

.match-resume .eventRow {
	border-top: solid 1px #d2d2d2;
	display: block;
	width: 236px;
	line-height: 20px;
	padding: 0 15px;
	height: 30px;
	display: block;
}
.match-resume .subRow {
	border-top: solid 1px #d2d2d2;
	display: block;
	width: 236px;
	line-height: 20px;
	padding: 0 15px;
	height: 40px;
	display: block;
}
.match-resume .eventImg {
	margin-top: -2px;
	vertical-align: middle;
}
.match-resume .eventScore {
	color: #056839;
	font-weight: bold;
	text-align: center;
	line-height: 19px;
	width: 50px;
}

.match-resume  h2, .equipe  h3 {
    font-size: 13px;
    font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.match-resume  h2 a, .match-resume  h3 a{
	color:#000000;
}
.h2h{
	margin-bottom:20px;
}

#menu_footer ul{
	float:left;padding:10px;width:305px;font-size:13px;overflow:hidden;
}

.f16 .flag {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}	
.f16 .flag	a{
	padding-left: 20px;
}		

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url('/images/flags16.png') no-repeat;}
/*_African_Union{*/
.f16 ._African_Union{background-position:0 -16px;}
.f16 ._Arab_League{background-position:0 -32px;}
.f16 ._ASEAN{background-position:0 -48px;}
.f16 ._CARICOM{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 .uk{background-position:0 -113px;}
.f16 ._European_Union{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._Kosovo{background-position:0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._Northern_Cyprus{background-position:0 -192px;}
.f16 ._Northern_Ireland{background-position:0 -208px;}
.f16 ._Olimpic_Movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 .sc{background-position:0 -272px;}
.f16 ._Somaliland{background-position:0 -288px;}
.f16 ._Tibet{background-position:0 -304px;}
.f16 ._United_Nations{background-position:0 -320px;}
.f16 .wl{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .an{background-position:0 -464px;}
.f16 .ao{background-position:0 -480px;}
.f16 .aq{background-position:0 -496px;}
.f16 .ar{background-position:0 -513px;}
.f16 .as{background-position:0 -528px;}
.f16 .at{background-position:0 -544px;}
.f16 .au{background-position:0 -560px;}
.f16 .aw{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -913px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1000px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1313px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1713px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2113px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2513px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2913px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3313px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3713px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vi{background-position:0 -3776px;}
.f16 .vn{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3872px;}


.bon-list {
	width:500px;
	margin: 0 auto;
    display: block;
	border-radius: .25em;
	border: 1px solid #007685;
}
.bon-list>a {
    color: #000;
    text-decoration: none;
    display: block;
}
.bon-left, .bon-middle,.bon-right   {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	padding-right: 10px;
}
.bon-left,.bon-right{
	width:20%;
}
.bon-middle{
	width:60%;
}
.bon-list .bon-line {
    padding: 5px 0;
    border-bottom: 1px solid #007685;
}
.bon-mon{
	font-weight:bold;
	font-size: 15px;
}
.bon-list .bon-desc {
    color: #4da200;
	font-size: 13px;
	font-weight:700;
}

.bon-list .img-icon {
    width: 70px;
    border-top-right-radius: 25%;
    border-bottom-left-radius: 25%;
}
.bon-list .bon-label-txt {
    font-size: 1.2em;
}
.bon-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.bon-label-txt {
    color: #007685;
    background-color: #fff;
    border: 1px solid #007685;
}
/*
nav 
{
    width: 100%;
    height: 60px;
	display: flex;
}
 
nav .main_pages 
{
	display: flex;
    justify-content: space-around;
    align-items: center;
    background: #4da200;
}
 
nav .main_pages a 
{

	font-size: 16px;
	padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: white;
}
 
nav a:hover 
{
    background-color: #044773;
}
*/
label, #toggle
{
    display: none;
}


#cse-search-results iframe{
	max-width: 700px;
}

.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}


.standings-main {
 width:95%;
 margin: 5px;	
 margin:0 auto;
}
 .match-main{
 width:100%;
 margin: 5px;	
 margin:0 auto;
}
.match-main table.match-detail
 {
	/*margin-top: 1rem;*/
	font-size: 13px;
	width: 100%;
}

.standings-main table {
	margin-top: 1rem;
	font-size: 13px;
	width: 100%;
	border-collapse: collapse;
	box-shadow: var(--shadow);
	border-radius: 5px;
}
.standings-main table th, .standings-main table td{
	line-height: 1.15;
}
.standings-main table th {
    padding: 0.6rem;
    color: #000;
    background-color: #f8fafc;
    text-align: left;
}
.standings-main table td {
  white-space: nowrap;
  word-break: break-all;
  vertical-align: middle;
  padding:5px;
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

.container-menu {
    /*width: 520px;*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.container-menu a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 8px;
    padding: 4px 8px;
    color: #656565;
    background: #F4F4F4;
    border: 1px solid #E9E8E8;
    border-radius: 20px;
    justify-content: center;
}

.t_a_a{
	vertical-align:top;
	/*border-bottom:solid 1px #d2d2d2;*/
	width:45%;
	text-align: right;
}
.t_a_b{
	/*background:#f0f0f0 url('/img/popup-score.png') repeat-x;*/
	/*border:solid 1px #d2d2d2;*/
	vertical-align:middle;
	/*width:50px;*/
}
.t_a_c{
	vertical-align:top;
	/*border-bottom:solid 1px #d2d2d2;*/
	width:45%;
}


.scroll-to-top-btn.hide {
    opacity: 0;
    cursor: default;
}	
	
.scroll-to-top-btn {
    position: fixed;
    z-index: 30;
    bottom: 0.75rem;
    right: 0.75rem;
    background-color: rgb(51, 51, 51);
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    opacity: 1;
}
.scroll-to-top-btn svg {
    width: 1rem;
}

/*
right 300
left  170
1000 - 480 = 720
900 - 480 = 511
1000 affiche tout
	
*/


.header_h1_search{
	display:flex;
}
strong{
	font-weight: 600;
}
.faq_match{
	width: 98%;
	margin: 0 auto;	
	font-weight: 600;		
}
.info_f{
	background-color:#f2f2f2;
	width: 98%;
	margin: 0 auto;
	border-radius: 5px;
	line-height:1.5em;
	margin-top:5px;
	margin-bottom:35px;
	padding:10px;
}
.info_f p{
	margin-bottom:15px;
}
	
@media only screen and (max-width: 991px) {
	.header-logo{
		display:none;
	}		
    nav
    {
        height: 60px;
		display: flex;
    }
 
	nav .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #48435C;
        height: 220px;
    }
 
    nav .main_pages a {
        width: 50%;
    }
 /*
    label 
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
		margin-right: 5px;
    }
*/
    #toggle:checked + .main_pages {
        display: flex;
    }	
	section.right {
		display: none;
	}
	
	section.center {
		width:95%;
		margin: 0 auto;
	}	
	.standings-main  {
		/*width: 100%;*/
		/*overflow-x: scroll;*/
	}
	.standings-main table {
    font-size: 0.8rem;
    width: 100%;
	}
	
}
	
@media only screen and (max-width: 767px){
	#main-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.content, .sidebar{
		float: none;
		width: 100%;
		margin: 0;
	}
	.sidebar {
		/*display: none;*/
	}
	section.left {
		display: none;
	}
	.container-menu{
		overflow-x: scroll;
	}
	/*
	.header_h1_search{
		flex-direction: column;	
	}	
	*/
}

@media only screen and (max-width: 400px){
	.remplacants, .composition, .dernieres-actions, .deuxieme-mi-temps, .prolongations{
		overflow-x: scroll;
	}
}


.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: #E01915;	
	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){
	.actu_3 .actu_3_news_tiny .actu_3_img {
		max-width: 125px;
	}
}		
.actu_3 img{
	object-fit: cover;
}