#ListeResultat{
	display:block;
	clear:both;
	box-sizing:border-box;
	margin:0;
	padding:0;
	margin-bottom:25px;
	width:100%;
	font-family:'Muli', sans-serif;
	font-size:0.9rem;
	line-height:1.25em;
	font-weight:400;
}

.Resultat{
	display:block;
	clear:both;
	width:100%;
	box-sizing:border-box;
	margin:0;
	margin-bottom:20px;
	padding:10px;
	border:2px solid rgba(33, 150, 243, 0.05);
	cursor:pointer;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	border-radius: 0px 0px 6px 6px;
}

.Resultat:not(.encadre):nth-child(even){
    background: rgba(33, 150, 243, 0.05);
}

.Resultat h1,
.Resultat h2{
	display:block;
	clear:left;
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	margin:0;
	padding:0;
	padding-bottom:3px;
	font-family:'Muli', sans-serif;
	font-weight:400;
	font-size:0.78rem;
	line-height:1.25em;
	color:#4c4c4c;
	text-transform:none;
	border: 0;
}

.Resultat h2 u,
.Resultat h2 strike{
	display: inline-block;
    border: 0;
    background-color: rgb(76, 76, 76);
    color: #FFF;
    font-weight: 300;
    margin: 0;
    padding: 2px 5px;
    margin-right: 3px;
    border-radius: 3px;
    vertical-align: middle;
    text-transform: none;
    font-family: 'Muli', sans-serif;
    font-size: 0.7rem;
    line-height: 1em;
    cursor: pointer;
	text-decoration:none;
	font-style:none;
}

.Resultat h2 u{
    background-color:rgb(213, 23, 87);
}

.Resultat h1{
    margin: 0px;
    font-family: 'Muli', sans-serif;
    font-size: .85rem;
    background:rgba(33, 150, 243, 0.15);
    padding: 4px 10px;
    text-transform: none;
    font-weight: 600;
    border: none;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 5px;
    width: calc(100% + 20px);
}

.Resultat h1 a{
	color:#4c4c4c;
}

.Resultat.encadre h1{
    background:rgb(213, 23, 87);
}

.Resultat.encadre h1 a{
	color:#fff;
}

.Resultat h1 u{
    display: inline-block;
    float: right;
    margin: 0;
    margin-right: -8px;
    padding: 1px 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: .625rem;
    line-height: 1.25em;
    color: #4c4c4c;
    text-decoration: none;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

div.statut{
    display: block;
    clear: left;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 0.78rem;
    line-height: 1.25em;
    color: #4c4c4c;
    text-transform: none;
    border: 0;
}

.Resultat li.local{
	display:inline-block;
	clear: right;
	list-style-type:none;
	background-image:none;
	float:right;
	text-align:right;
	margin:0;
	margin-left:10px;
	padding:0;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: .8125rem;
	line-height:1em;
	color:#4c4c4c;
}

.Resultat li.local img{
	width:18px;
	height:13px;
	border: 1px solid #FFF;
    box-shadow: 1px 1px 1px rgb(0,0,0);
	vertical-align:bottom;
}

.Resultat h1 a,
.Resultat h2 a{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color:#4c4c4c;
	margin:0;
}

.Resultat hr.ligne{
	margin-bottom:10px !important;
}

.Resultat .Illustration{
	display: inline-block;
	margin:0;
	padding:0;
	box-sizing:border-box;
	width: 130px;
	border:none;
	float: left;
	text-align:left;
	margin-right:10px;
}

.Resultat .Illustration img{
	max-width:100%;
    max-height: 110px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.7);
}

.Resultat .info{
    margin: 0;
	padding:0;
    margin-bottom: 10px;
    font-size: 0.8125rem;
}

.Resultat p{
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:0.8125rem;
	line-height:1.25em;
}

.Resultat ul,
.Resultat ul li{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	background-image:none;
	text-align:center;
	vertical-align:top;
}

.Resultat ul li{
    display: inline-block;
    border: 0;
    padding: 1px 15px;
    width: 31%;
	max-width: 155px;
    vertical-align: inherit;
    /* height: 30px; */
    background-color:rgba(33, 150, 243, 0.65);
    color: #fff;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 2px 1%;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.Resultat ul li.view{
	background-color:rgb(33, 150, 243);
	text-transform: uppercase;
	max-width: 175px;
}

.Resultat ul li img{
	vertical-align:middle;
}
