html
{
	margin: 0;
    padding: 0;
}
body
{
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
p
{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
/*LOGIN*/
.cadre_connexion
{
	width: 50%;
	margin: auto;
	text-align: center;
}
/*USERBAR Barre tout en haut qui contien la barre de recherche, le btn profil et le panier*/
#user_barre
{
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #24282F;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
}
input[type="text"], input[type="password"], input[type="number"], input[type="search"], select, input[type="date"]
{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #E1E1E1;
}
#btn_rechercher
{
	font-size: 20px;
	color: #748094;
	cursor: default;
}
#btn_rechercher:hover
{
	color: #FFFFFF;
}
#btn_rechercher_invers
{
	font-size: 20px;
	color: #24282F;
	cursor: default;
}
#btn_rechercher_invers:hover
{
	color: #FFFFFF;
}
#basket_connexion
{
	float: right;
	height: 50px;
	display: inline-block;
	margin-right: 10px;;
}
#basket_connexion img
{
	max-height: 40px;
	vertical-align: middle;
}
.banner_haut
{
	width: 100%;
	height: 250px;
	background-color: #748094;
	margin-top: 100px;
}
.produit_big
{
	display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    vertical-align: top;
    margin: 5px;
}
.produit_big:hover
{
	background-color: #24282F;
	color: #ffffff;
}
.produit_big img
{
	height: 40%;
}
.produit_big .titre
{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.produit_big .description
{
	font-size: 16px;
	height: 50px;
	overflow: hidden;
}
#zone_recherche
{
	margin: 100px auto;
	height: 100px;
	line-height: 100px;
	width: 100%;
	background-color: #748094;
	font-size: 20px;
    color: #24282F;
    cursor: default;
	text-align: center;
}
.produit_big .prix
{
	background-color: #24282F;
	color: #748094;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 30px;
    float: right;
    line-height: 30px;
}
#contenu
{
	margin: 100px auto;
	text-align: center;
	width: 80%;
}
#apercu_big
{
	width: 80%;
	cursor: zoom-in;
}
.apercu_thumb
{
	width: 80%;
}
.marque_txt
{
	font-size: 40px;
}
.modele_txt
{
	font-size: 20px;
}
.ref_txt
{
	font-size: 16px;
}
.prix_txt
{
	font-size: 60px;
}
.description_txt
{
	font-size: 18px;
	font-style: italic;
}
.btn_acheter
{
	padding: 10px;
	background-color: #24282F;
	color: #748094;
	font-weight: bold;
	text-align: center;
	cursor: default;
	width: 30%;
	margin: 50px 0;
	float: right;
}
.btn_acheter:hover
{
	background-color: #FFFFFF;
	color: #24282F;
}
.btn_confirmer
{
	padding: 10px;
	background-color: #24282F;
	color: #748094;
	font-weight: bold;
	text-align: center;
	cursor: default;
	width: 30%;
	margin: 50px auto;
}
.btn_confirmer:hover
{
	background-color: #FFFFFF;
	color: #24282F;
}
.btn_retour
{
	padding: 10px;
	background-color: #24282F;
	color: #748094;
	font-weight: bold;
	text-align: center;
	cursor: default;
	width: 200px;
	margin: 20px;
}
.btn_retour:hover
{
	background-color: #FFFFFF;
	color: #24282F;
}
#footer_webshop
{
	width: 100%;
	min-height: 300px;
	background-color: #24282F;
	color: #748094;
	font-size: 20px;
}
/*BASKET*/
#table_basket
{
	width: 100%;
}
#footer_webshop img
{
	width: 80px;
}
/*ADRESSE DE LIOVRAISON PROFIL*/
.table_adresse_livraison
{
	width: 100%;
	margin: 20px auto;
	border: 1px solid black;
	text-align: left;
}
.table_adresse_livraison input
{
	border: 1px solid #4B4B4B;
}
/*ADRESSE DE LIVRAISON COMMANDE - validation*/
#adresse_liv_fav
{
	background-color: #6E7689;
	color: #23252B;
	border: 1px solid #23252B;
	cursor: default;
	padding: 10px;
	margin: 20px;
}
#adresse_liv_fav:hover
{
	background-color: #23252B;
	color: #6E7689;
	border: 1px solid #6E7689;
}
.adresse_liv
{
	background-color: #ffffff;
	color: #23252B;
	border: 1px solid #23252B;
	cursor: default;
	padding: 10px;
	margin: 20px;
}
.adresse_liv:hover
{
	background-color: #23252B;
	color: #6E7689;
	border: 1px solid #6E7689;
}
/*BOUTONS*/
.btn
{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	cursor: default;
	padding : 10px;
	margin: auto;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.btn:hover
{
	background:#E1E1E1;
}
.btn:active
{
	background:#E1E1E1;
}
/*Bouton flotant pour la sauvegarde*/
.btn_save
{
    position: fixed;
    right: 50px;
    bottom: 120px;
    opacity: 0.7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    font-size: 40px;
    cursor: default;
}
.btn_save:hover
{
	opacity: 1;
}
.btn_save img
{
	width: 50px;
	height: 50px;
}
/* FENERTES */
.fenetre
{
	z-index: 200;
	position: fixed;
	width: 90%;
	background-color: #fff;
	border: 1px solid black;
	margin: auto;
	left: 0;
	right: 0;
	top: 20px;
	padding: 20px;
	text-align: center;
}
.fond_fenetre
{
	z-index: 100;
	background-image:url(./images_base/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}