.table {
	display: table;
	border-collapse: separate;
	border-spacing: 0 4px;
	width: 100%;
}

.table > div {
	display: table-row;
}

.table > div:hover {
	background-color: #EAE5E5;
}

.table > div > div {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.td_gauche {
	font-weight: bold;
	color: #6A95C7;
	width: 200px;
}

.td_droit iconify-icon {
	font-size: 250%;
}

.td_border {
	border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.td_droit, .td_gauche {
		float: left;
		width: 94%;
	}

	.td_gauche {
		border-bottom: 0;
	}
}

.table_adresse {
	text-transform: uppercase;
	margin-bottom: 20px;
}

/**************************************************************
Tableau pour l'adresse
**************************************************************/
	.tableau_conteneur_adresse {
		display: table;
	}

	.tableau_conteneur_adresse > div {
		display: table-cell;
		vertical-align: middle;
	}

	.tableau_adresse iconify-icon {
		font-size: 250%;
	}

	.tableau_adresse_ligne {
		display: block;
		margin: 10px
	}

	.tableau_adresse_drapeau {
		display: block;
		margin: 10px;
	}
/**************************************************************
***************************************************************
**************************************************************/

/**************************************************************
Tableau pour l'adresse
**************************************************************/
	.tableau_conteneur_rss {
		display: inline-block;
		width: 100%;
	}

	.tableau_conteneur_rss_resultat {
		border: 1px solid #E7E7E7;
		margin: 10px 0;
		max-height: 130px;
		overflow: hidden;
		border-radius: 15px
	}

	.tableau_conteneur_rss_resultat > div {
		display: block;
		margin: 15px 0;
	}

	.tableau_conteneur_rss_resultat .tableau_conteneur_rss_titre iconify-icon {
		font-size: 200%;
		margin-top: -5px;
	}

	.tableau_conteneur_rss_resultat > div:nth-child(2n) {
		margin-left: 30px;
	}

	.tableau_conteneur_rss_resultat:nth-child(2n) {
		background-color: #EAEAEA;
		padding: 1px 10px;
	}
/**************************************************************
***************************************************************
**************************************************************/