﻿/******************************ELEMENTS GENERAUX***************************/
*{box-sizing: border-box; transition: 0.5s}
.conteneur{ margin: 0 auto; width: 90%; font-family: 'Arial';}
section{ margin: 0 auto; width: 90%;}
li{list-style-type: none;}
.float{float:left;}
.clear{clear:both;}
a:visited{background: none;}
a:active{background: none;}
.neutralinkblack a:link, a:visited, a:active{
	color:black;
	text-decoration: none;
}
.neutralinkblack a:hover{
	color:rgb(244,39,116);
}
.neutralinkwhite a:link, a:visited, a:hover, a:active{
	color:none!important;
	text-decoration: none;
}
footer{
	padding-bottom: 30px;
}
h6{
	font-size:1em;
}
/******************************COULEURS**********************************/
.font_grisclair{background:lightgray;}
.font_rouge{background:tomato;}
.font_noire{background:black;}
.font_bleu{background:AliceBlue;}
.font_vert{background:mediumSeaGreen;}
.font_violet{background:plum;}
.font_orange{background:orange;}
.font_rose{background:salmon;}
.font_gris{background:darkslategrey;}
.font_jaune{background:AntiqueWhite;}
.font_marron{background:brown;}
.font_aqua{background:aqua;}
.font_lime{background:lime;}
.eshop_pink{background: rgb(244,39,116);}
.alice{color: AliceBlue;}
.white{color: white;}
/*******************************BANDEAU***********************************/

.bandeau{
	color: white;
	font-family: arial;
	font-weight:bold;
	padding:0; 
	text-align: left;
	font-size: 0.9em;
	display: flex;
	height: 25px;
}
.bandeau img{
	max-height: 25px;
}
.bandeau i{
	font-weight: normal;
}
.gris{
	background: SlateGray; 
	height:25px;
	display:flex;
}
/***********************************TAILLE********************************/

.padded{
	margin-top: 50px;
}

.taille{
	font-size: 30px;
	font-weight: bold;
	font-family:arial;
	text-transform: capitalize;
	text-transform: uppercase;
}

.taille2{
	font-size: 30px;
	font-weight: bold;
	font-family:arial;
	text-transform: capitalize;
	text-transform: uppercase;
	margin: 0;
	color: white;
}
.taille3{
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
}
.iconetaille{
	width:30px;
	height:30px;
}
.taille4{
	font-size:10px;
}

.taille4bis{
	font-size:10px;
	color:white;
	justify-content: space-around;
	margin-bottom: 30px;
}

.taille5{
	font-size:8px;
}

/**********************************LOGO********************************/

.tete{min-width:1313px;}
.eshop{min-height:150px;}
.eshop2{min-height:75px;}

.taillelogo1{
	width:300px;
}

.taillelogo2{
	font-size: 60px;
	font-weight: 900;
	width:80px;
	font-family:arial;
	text-transform: capitalize;
	text-transform: uppercase;
	line-height: 50px;
	float:left;
}

.taillelogo3{
	font-size: 55px;
	font-weight: bold;
	font-family:sans-serif;
	text-transform: capitalize;
	text-transform: uppercase;
	text-align:center;
	color:white;
	line-height: 50px;
	/*********************************carre***********************************/
	width:50px;
	height:50px;
	background:rgb(244,39,116);
	/*********************************float************************************/
	float:left;
}
/**************************************eshop-droite****************************/
.taillelogo4{
	width:95px;
}
.positiontext1{
	top: 10px;
	left: 60px;
	font-size: 10px;
}
/************************************NAVIGATION*********************************/
nav{
	background: linear-gradient(White, AliceBlue);
	border: 2px AliceBlue solid;
	font-size:1em;
	margin: 25px 0 25px 0;
	padding: 0 100px 0 100px;
}
.navbar-brand img{
	max-height: 2em;
}
.nav-item{
	border-right: 1px solid AliceBlue;
	max-height: 100%;
	padding: 0;
	margin: 0;
}
.navbar-nav{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
nav form input{
	box-shadow: 0 0 0 px;
	text-decoration: italic;
}
nav input{
	height: 35px;
	margin: 0;
	padding: 0;
}
input:placeholder-shown {
	border: 1px solid AliceBlue;
}
input::placeholder{
	color: gainsboro!important;
	font-style: italic;
	letter-spacing: 0.7px;
}
/************************************RECHERCHE*****************************/

.fa{
	color: white;
}
.bouton{
	border-radius: 0 5px 5px 0;
	border: lightgrey solid 2px;
	background: linear-gradient(gray,darkslategrey);
	min-height: 35px;
	min-width: 35px;
}
form button:hover {
  background: linear-gradient(darkslategrey, black);
}
/************************************GALERIE****************************/
.carousel{
	height: 300px; 
	overflow:hidden;
}
	/*******************************Contrôles************************/
.leftarr{
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.flechegauche{
	max-width: 20%;
	position: absolute;
	left: 0px;
	top: 125px;
}
.flechedroite{
	max-width: 20%;
	position: absolute;
	right: 0px;
	top: 125px;
}
.carousel-indicators{
	margin:0;
}
.carousel-indicators li{
	height: 20px;
	width: 20px;
	background-color: rgba(97,97,97,0.4);
	border: 2px solid lightgray;
	position: bottom-right;
}
	/***************************Position-carroussel*********************/	
.resteparterre{
	position:absolute;
	top: 275px;
	height: 50px;
	width: 100%;
	margin-right: 20px;
}
#carouselExampleIndicators{
	max-height: 350px;
	width: 100%;
}
/****************************Correctif images hautes********************
.resteparterre{
	position:absolute;
	top: 322px;
	height: 50px;
	width: 100%;
	padding-right: 20px;
}
#carouselExampleIndicators{
	max-height: 350px;
	width: 100%;
}
.carousel img{
	position:relative;
	bottom: 250px;	
}*/
.carousel.restenhaut img{
	position:relative;
	bottom: -250px;
}
.carousel .accesscar img{
	max-height: 100%!important;
}
	/*********************************Description***********************/
.capcarrousel{
	background: rgba(0,0,0,0.5);
	color: white;
	top: 270px;
	padding: 0 0 0 15px;
	position: absolute;
	width: 100%;
	height: 50px;
	transition: 0.3s;
}
figcaption span{
	color: goldenrod;
}
/************************************Article******************************/

article img{
	width: 100%;
	height: 120px;
}
.capcarrelage{background-color: rgb(244,39,116);max-width:100%;}
.capcarrelage a{color: white;}

.capparquet{background-color: rgb(244,39,116); max-width:100%;}
.capparquet a{color: white;}

article figure{
	height: 140px;
}
/***********************PANIER***********************Ruben**/
td{
	border: 1px rgb(244,39,116) solid;
}
table img{
max-height:200px
}

/*****************BANDEAU UNIQUE ESHOP**************MITCHELL****OK******/

.rectangle1{
	width:80px;
	height:20px;
	background:red;
	color:white;
	line-height:18px;
	text-align:center;
	font-size:10px;
	font-weight: bold;
}

.triangle1{
	width:1px;
	height:1px;
	border:1px solid ;
	border-color:transparent transparent transparent red;
	border-width:30px 20px 0px;
}
/******************CORRECTIF BANDEAUX LONGS*******************/
.rectangle2{
	width:350px;
	height:30px;
	background:red;
	color:white;
	line-height:30px;
	text-align:center;
	font-size:10px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em;
}

.triangle2{
	width:1px;
	height:1px;
	border:1px solid ;
	border-color:transparent transparent transparent red;
	border-width:40px 20px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.absolute{
	display: float;
	width: 100%;
	
}
/***********************************************/

.float{
	float:left
}

.taille{
	width:150px;
	high:20px;
}

/************************************CARTES*****************************/
.card{
	max-width: 25%;
	font-family: lucida, sans-serif;
}
.card p{
	width: 50%;
	color: rgb(244,39,116);
	margin: auto;
	font-weight: bold;
	text-decoration: italic;
}
.card img{
	height: 200px;
	width: 100%;	
	overflow: hidden;
}
.card button{
	width: 100%;
	background: none;
}
.card button:hover{
	background: rgb(244,39,116);
}
.card h3{
	font-size:1em;
	color: slategrey;
	margin: 10px auto;
	letter-spacing: 1px;
	font-weight: bold;
}
.card .voir{
	background: black;
	color: white;
	width: 50%;
	min-height:25px;
	border-radius: 0;
}
.card .ajout{
	background: rgb(244,39,116);
	color: white;
	width: 50%;	
	min-height:25px;
	border-radius: 0;
}
.card .ajout:hover{
	color: black;
}
.card div{
	font-size: 0.9em;
	color:white;
	font-weight: bold;
	/**/
}
.voir, .ajout, .demande{
	color: white;
	font-size: 0.8em;
	font-weight: bolder;
	height: 1em;
	text-align: center;
	line-height:27px;
	margin: 0;
	padding: 0;
}
.cardico{
	max-height: 20px;
	max-width: 20px;
	display: inline;
	margin-left:1px;
	padding-left: 1px;
}
.card .demande{
	background: lightslategray;
	color: white;
	width: 100%;
	min-height: 25px;
}
.card .demande:hover{
	background: rgb(244,39,116);
}
.modal-body img{
	max-width:100%;
	max-height:450px;
	overflow:hidden;
	padding-bottom: 3px;
}
.modal-body p{
	margin: 0 auto;
	padding: 0 auto;
}
/*************************SubNavPAGINATION*****************************/
nav .pagination{
	position: relative;
	left: 390px;
	top: 8px;
}
nav .pages2{
	position: relative;
	left: 410px;
	top: 8px;
}
nav .pages3{
	position: relative;
	left: 433px;
	top: 8px;
}
/************************************FOOTER****************************/
/*FLECHE*/
.rectangle{
	width:80px;
	height:20px;
	background:red;
	color:white;
	line-height:18px;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	position: relative;
	top: 10px; 
	/*left: 65px;*/
}
.triangle{
	width:1px;
	height:1px;
	border:1px solid ;
	border-color:transparent transparent transparent red;
	border-width:10px;
	position: relative;
	top: 10px; 
}
.float{
	float:left
}
.taillea1{
	width:100px;
	high:20px;
}
.lienboutique{
	color:rgb(244,39,116)!important; 
	font-style:italic;
	text-align:center;
	font-size:1.2em;
}
.cred img{
	height: 30px;
}
.rate img{
	max-height: 30px;
}
.newsl{
	margin-top:5px;
	background-color: rgba(100,100,100,0.2);
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px;
	padding-left: -15px;
	padding-right: -15px;
}
.none{
	background-color:white;
	border: transparent;
	box-shadow: 0px 0px 0px 0px;
	display: inline;
}