/* @override 
	https://dev.nailalliance.fr/content/themes/phenyx-theme-default/css/autoload/clean.css */

/* Le résultat du boulot commence ici */ 
:root {

	/* Couleurs des controls */
	--links-color: #f04623;;
	--links-color-contrast: #ffffff;

	--links-hover-color: #df2803;
	--links-hover-color-contrast: #ffffff;

	--links-active-color: #916b42;
	--links-active-color-contrast: #ffffff;

	--links-focus-color: #916b42;
	--links-focus-color-contrast: #ffffff;
	
	--text-color: gray;
	
	--header-bg: #fff;
	/* Couleur du menu */
	--menu-link-color: gray;
	
	/* Forme et espaces */
	--corner-radius: 3px;
}
a {
    color: var(--links-color);
}
a:hover {
    color: var(--links-hover-color);
}

.btn {
    background-color: var(--links-color);
	color: var(--links-color-contrast);
    padding: 5px 10px;

}
.btn:hover {
    background-color: var(--links-hover-color);
	color: var(--links-hover-color-contrast);
}
.btn:active {
    background-color: var(--links-active-color);
	color: var(--links-active-color-contrast);
}

ul {
	list-style: none;
	padding: 0;
}
img {
	max-width: 100%;
}

header {
	background-color: var(--header-bg);
}





body {
	background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "ITC Avant Garde Pro Md", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; 
    overflow-x: hidden
}
p,
 .rte {
  line-height: 1.5;
  color: var(--text-color);
	word-wrap: break-word
}
select.form-control  {
	font-size: 14px;
}

header .nav,
.wrap_breadcrumb {
	color: white;
}

/* 
 *
 *
 *
 *
 *
 Des espaces */
 fieldset {
 	padding: 5%;
 }
 
 
 /* Spécial NailAlliance */
 a.a-niveau1,
 .wrap_cart .shopping_cart a {
 	color: var(--menu-link-color);
 }

/* 
 *
 *
 *
 *
 *
 Des espaces */

#footer ul li {
	/* Pour accueillir des icones */
    margin-bottom: 11px
}
#block_contact_infos li:before {
    font-family: FontAwesome;
	padding-right: 10px;
}
#block_contact_infos .phone-item:before {
    content: "\f095"
}
#block_contact_infos .mail-item:before {
    content: "\f0e0"
}


/* hook h="displayFooterBottom" */

#footer .bottom-footer {
	display: block;
	position: relative;
	width: 100%;
	order: 10;
    color: black
}
#footer .bottom-footer div {
    padding: 15px;
    width: 100%;
    border-top: 1px solid #515151
}


/* 
 *
 *
 *
 *
 * Le menu */
a.a-niveau1 {
	position: relative;
	padding: 15px;
	display: block;
}
.wrap_cart .shopping_cart a {
	padding: 15px;
	display: block;
}

/* Catégorie > subcategories */
ul.subcategories__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
/* Produit */
.col-prix-actions {
	
}

/* 
 *
 *
 *
 *
 * EasyCarousels */
 .easycarousels .button-container {
 	display: flex;
 	justify-content: space-between;
 	flex-direction: column;
 	padding: 0 2%;
 	margin-top: 20px;
 }
 .easycarousels .button-container a.btn + a.btn {
 	/* Le deuxième bouton (vers fiche produit) prend un aspect plus légé */
 	background: none;
 	color: var(--links-color);
 	margin-top: 10px;
 }
 .easycarousels .button-container a.btn + a.btn:hover {
 	text-decoration: underline;
 	color: var(--links-hover-color);
 }
