/* Image homme */
#img_homme {
	margin-top: 60px;
}

/* Info page */
.info_boutique_midel {
	background-color: rgba(28, 28, 30, 0.8);
	margin-top: -1vw;
	width: 100%;
	height: 13vw;
	margin-bottom: 5vw;
}

/* Icône & texte d'info de vante */
.icon_txt_boutique {
	float: left;
	color: #AE1D0F;
	font-size: 4vw;
	margin-top: 2vw;
	margin-left: 4vw;
	text-align: center;
	width: 15vw;
}

/* Texte d'info de vante */
.texte_icon {
	font-family: Andale Mono, Arial;
	margin-top: 0.7vw;
	font-size: 1vw;
	line-height: 2vw;
	color: white;
}


/* ------------ Pied de page ------------- */

/* Info pied de page */
.info_boutique {
	background-color: rgba(28, 28, 30, 0.8);
	font-family: Andale Mono, Arial;
	color: white;
	margin-top: -0.5vw;
	width: 100vw;
	height: 13vw;
}

/* Logo pied de page */
.logo_info {
	float: left;
	margin: 4.5vw 5vw;
}

/* Logo pied de page */
.logorizon {
	width: 15vw;
}

/* Texte information */
.texte_info1{
	float: left;
	font-size: .8vw;
	line-height: 2vw;
	margin-top: 1.7vw;
}

/* Texte de contact */
.texte_info2 {
	float: left;
	margin-top: 2.9vw;
	margin-left: 2vw;
	text-align: center;
	width: 25vw;
	line-height: 1vw;
	text-decoration: none;
}

/* Texte de contact */
.texte_info2 p {
	color : red;
	font-size: 1.8vw;
}

/* Addresse mail Al orizon */
.mail {
	color : white;
	font-size: 1vw;
	text-align: center;
}