/*-- STYLE CONTACT.CSS" -------------------------------------*/
/*-- CONTACT "GAUCHE" -------------------------------------- */
.contact {
	display: flex;
	flex-direction: row; /* présentation horizontale - en ligne - Inverse de Column */
	justify-content: center; /* alignement : center - flex-stard ; flex-end ; space-between */
	flex-wrap: wrap; /* retour automatique à la ligne */ 	
}
.contact_g {
	width: 250px;
	height: 680px;								/* HAUTEUR A CHANGER */
	border-style: solid;
	border-width: 2px;
    border-color: #55493F; 
	border-radius: 20px;
	background-color: white;
	padding: 0px 10px 20px 10px;  
	box-shadow: 6px 6px 6px #55493F; 
	text-align: center;
	margin-bottom: 40px;
}
/*-- CONTACT "CENTRE" -------------------------------------- */
.contact_c {
	width: 700px;									/* ----- ICI CHANGER LARGEUR COLONNE ----- */
	height: 700px;  								/* ----- ICI CHANGER HAUTEUR LIGNE ----- */ 
	text-align: left;
	margin-left: 50px;
}
.contact_c li {
	color: #55493F;	     /* gris */	
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}
.contact_c img {
	border-style: solid;
	border-width: 1px;
    border-color: #55493F;  
	box-shadow: 6px 6px 6px #55493F; 
	margin-left: 20px;
}
/*-- CONTACT "DROITE" -------------------------------------- */
.contact_d {
	width: 200px;									/* ----- ICI CHANGER LARGEUR COLONNE ----- */
}
/*-- STYLE CONTACT.CSS" -------------------------------------*/
