 
.mod_tourinsoft .t_cat{
	color:#ff931e;/*orange*/
	background-color:#FFF;
	padding:5px 7px;
	text-transform:uppercase;
	font-size:14px;
	display:inline-block;
	margin-bottom:15px;
	}
.mod_tourinsoft  .t_container a .t_img{
 	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#F5F5F5;
    display: block;
    height: 215px;
    overflow: hidden;
    width: 300px;
	float:left;
	margin-right:20px;
	border:15px solid #FFF;
	border-radius:3px;
}
@media screen and (max-width: 370px) {
	.mod_tourinsoft  .t_container a .t_img {
		width: 280px;
	}
}

.mod_tourinsoft  .t_container .t_date{
	float:left;	
	color:#ffdc00;
	font-size:18px;
	padding:5px 0px;
	text-transform:uppercase;
	margin-bottom:8px;
	}
.mod_tourinsoft .t_titre a{
	float:left;		
	color:#FFF;
	font-size:24px;
	padding:5px 0px;
	margin-bottom:15px;
	font-family: 'Titillium Web', sans-serif;
	width:270px;
	line-height:22px;
	}
.mod_tourinsoft a.fl-button i, .mod_tourinsoft a.fl-button .fl-button-text{
	float:left;	
	color:#ff931e;/*orange*/
	}

.mod_tourinsoft a.fl-button:hover{
	background-color:#ff931e;/*orange*/
	}
.mod_tourinsoft a:hover.fl-button:hover i, .mod_tourinsoft a.fl-button:hover .fl-button-text{ color:#FFF;}