#divdetail
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#divbarre
{
	position: relative;
	width: 40%;
	height: 40px;
	display: flex;
    align-items: center;
    color: grey;
}

a
{
	text-decoration: none;
}

#link
{
	color: grey;
}

#divfavoris
{
	position: relative;
	bottom: 15px;
	height: 10px;
	text-align: right;
	width: 90%;

}

#pathsvg
{
    stroke-width:0.1;
    fill:lightgrey;
}

#greenpathsvg
{
    stroke-width:0.1;
    /*fill:#00008B;
    stroke: #00008B;*/
    fill: black;
    stroke: black;
}

#divimages
{
	position: relative;
	bottom: 20px;
	width: 60%;
	height: 420px;
}

#image1
{
	width: 100%;
	/*height: 520px;*/
	height: 100%;

}

#buttonretour
{
	position: relative;
	width: 0px;
	height: 0px;
	float: left;
	top: 227px;
	left: -10px;
	display: flex;
    align-items: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

#btn
{
	position: fixed;
	background: white;
	left: 180px;
	/*padding: 25px;*/
	width: 0px;
	height: 0px;
	float: left;
	top: 290px;
	display: flex;
    align-items: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

div #flchg
{
	width: 6vmin;
	height: 6vmin;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-135deg);
	border-width: .8vmin .8vmin 0 0;
	border-style: solid;
	/*border-color: #fafafa;*/
	border-color: white;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}

#buttonavance
{
	position: relative;
	/*padding: 30px;*/
	width: 0px;
	height: 0px;
	float: right;
	right:60px;
	bottom: 210px;
	display: flex;
    align-items: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

#btnt
{
	position: fixed;
	/*background: pink;*/
	/*padding: 30px;*/
	width: 0px;
	height: 0px;
	float: right;
	right:250px;
	top: 290px;
	display: flex;
    align-items: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

div #flchd
{
	width: 6vmin;
	height: 6vmin;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(45deg);
	border-width: .8vmin .8vmin 0 0;
	border-style: solid;
	/*border-color: #fafafa;*/
	border-color: white;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;	
}

/*svg*/
div #arrow
{
	width: 6vmin;
	height: 6vmin;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-135deg);
	border-width: .8vmin .8vmin 0 0;
	border-style: solid;
	/*border-color: #fafafa;*/
	border-color: black;
	transition: .2s ease;
	display: none;
	transform-origin: 100% 0;	
}

div #ndarrow
{
	width: 6vmin;
	height: 6vmin;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(45deg);
	border-width: .8vmin .8vmin 0 0;
	border-style: solid;
	/*border-color: #fafafa;*/
	border-color: black;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}

#divtext
{
	position: relative;
	width: 30%;
	/*padding: 30px;*/
	padding-left: 30px;
	top: 0px;
	bottom: 20px;
	/*background: red;*/
}



#model
{
	font-weight: bold;
	/*height: 40px;*/
	/*background: pink;*/
}

#title
{
	position: relative;
	font-size: 25px;
   /*background: green;*/
	/*height: 40px;*/
}

#title2
{
	font-size: 18px;
	font-weight: bold;
	/*background: blue;*/
}

#selecttaille
{
	position: relative;
	top:30px;
	/*background: orange;*/
	height: 300px;
}

#price
{
	position: relative;
	/*background: lightgrey;*/
}


#selectqte
{
	position: relative;
	top: 40px;
	border: 1.5px solid grey;
	width: 150px;
	height: 50px;
	color: black;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 10px;
    /*background: grey;*/
}

#labelselectqte:after
{
        content: ">";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        font: 30px "Consolas", monospace;
        top: 118px;
        left: 120px;
        color: #666;
        pointer-events: none;
        padding: 0 0 2px;
}

#select
{
	position: relative;
	top: 20px;
	border: 1.5px solid grey;
	width: 250px;
	height: 50px;
	color: black;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
     padding-left: 10px;
     background: white;
}

#labelselect:after
{
        content: ">";
        font: 40px "Consolas", monospace;
        color: #666;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 40px;
        left: 215px;
        background-color: white;
        padding: 0 0 2px;
        /*border-bottom: 1px solid #ddd;*/
        position: absolute;
        pointer-events: none;
}

#divoption
{
	width: 100%;
	/*background: blue;*/
	height: 100px;
}

#spanadd
{
	position: relative;
	top: 100px;
	text-align: center;
	width: 255px;
	height: 50px;
	/*height: 50px;*/
	/*padding-left: 50px;
	padding-right: 100px;
	padding-top: 25px;
	padding-bottom: 25px;*/
	display: flex;
    align-items: center;
	/*background:  pink;*/
	box-shadow: 1px 1px 10px black;
}

.addPanier
{
	color: black;
	margin: auto;
	/*background: lightgreen;*/
	line-height: 50px;
}


#spanincdecr
{
	position: relative;
	top: 30px;
	/*text-align: center;*/
	width: 255px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

#alertestock
{
	width: 150px;
	border: none;
}

input::placeholder
{
	color: black;
	font-weight: bold;
}

#descridiv
{
	position: relative;
	top: 80px;
}

#descri
{
	font-weight: bold;
}


#image1
{
  border-radius: 5px;
  cursor: pointer;
  /*transition: 0.3s;*/
}

#slideshow
{
	display: none;
}

.modal
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 25px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  height: 520px;
}


.closezoom
{
	display: none;
}

/* Caption of Modal Image */
#caption
{
  margin: auto;
  display: block;
  width: 90%;
  max-width: 700px;
  text-align: center;
  /*color: #ccc;*/
  color:red;
  padding: 10px 0;
  height: 150px;
}

/* The Close Button */
.close
{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}



.btn,
.btnt
{
  display: block;
  margin: auto;
  top: 35px;
  right: 65px;
  color: red;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus
{
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px)
{
  .modal-content
  {
    width: 100%;
  }
}


#divsugg
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#blocsugg
{
	position: relative;
	width: 30%;
	margin: 1.5%;  
}

#divimgsugg
{
	position: relative;
	width: 100%;
}

#divimgsugg img
{
	width: 100%;
}

#divtxtsugg
{
	position: relative;
	width: 100%;
}

#linksugg
{
	color: black;
}


@media screen and (min-width: 0px) and (max-width: 400px)
{
	@keyframes petitetaille
	{
		0%, 15%, 100% {
			left: 0px; /*1ère image*/
		}
		35%, 50% {
			left: -400px; /*2ème image*/
		}
		70%, 85% {
			left: -800px; /*3ème image*/
		}
	}

	#sContentmodal
	{
		animation: petitetaille;
	}

	/* Caption of Modal Image */
	#captionzoom
	{
	  margin: auto;
	  display: block;
	  width: 90%;
	  max-width: 400px;
	  text-align: center;
	  color: #ccc;
	  padding: 10px 0;
	  height: 150px;
	}

}

@media screen and (min-width: 401px) and (max-width: 767px)
{

	@keyframes dxtaille
	{
		0%, 15%, 100% {
			left: 0px; /*1ère image*/
		}
		35%, 50%{
			left: -500px; /*2ème image*/
		}
		70%, 85% {
			left: -1000px; /*3ème image*/
		}
	}


	#sContentmodal
	{
		animation: dxtaille;
	}

	/* Caption of Modal Image */
	#captionzoom
	{
	  margin: auto;
	  display: block;
	  width: 90%;
	  text-align: center;
	  color: #ccc;
	  padding: 10px 0;
	  height: 150px;
	}
}


@media screen and (min-width: 0px) and (max-width: 767px)
{
	#divbarre
	{
		display: none;
	}


 /* #divimages
   {
	position: relative;
	
	bottom: 0px;
	width: 100%;
	height: 168px;
   }*/

#divimages
{
	display: none;
}

#image1
{
	width: 100%;
	/*height: 520px;*/
	height: 100%;
}

 @keyframes AutoSlide
{
	0%, 15%, 100% {
		left: 0px; /*1ère image*/
	}
	35%, 50% {
		left: -550px; /*2ème image*/
	}
	70%, 85% {
		left: -1100px; /*3ème image*/
	}
}

#slideshow
{
	display: flex;
	position: relative;
	/*width: 1250px;*/
	width: 550px;
	height: 168px;
	margin: 20px auto;
	scroll-snap-type: x mandatory;
	overflow-x: scroll;
}

#slideshow img
{
	width: 500px;
	height: 168px;
	scroll-snap-align: center;
}


#sContent
{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 1650px;
	margin: 0;            
	padding: 0;
	animation-name: AutoSlide;
}


    .modalslide
	{
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  padding-top: 25px; /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%;
	  margin: 20px auto;
	  scroll-snap-type: x mandatory;
	  overflow-x: scroll;
	  height: 100%; /* Full height */
	  /*overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	}


	#sContentmodal
	{
		position: absolute;
		display: flex;
		top: 60px;
		left: 0;
		width: 300%;
		margin: 0;            
		padding: 0;
	}


/* Modal Content (image) */
	.modalslide img
	{
		position: relative;
	    margin: auto;
		display: block;
		width: 33%;
		/*height: 600px;*/
		height: 100%;
		scroll-snap-align: center;
		vertical-align: middle;
	}

	



/* The Close Button */
.closezoom
{
  display: block;
  position: fixed;
  top: 25px;
  right: 35px;
  color: #f1f1f1;
  font-size: 45px;
  font-weight: bold;
  transition: 0.3s;
}

/*.close
{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}


.close:hover,
.close:focus
{
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}*/



/*#select
{
	position: relative;
	top: 5px;
	border: 1.5px solid grey;
	width: 250px;
	height: 50px;	
}*/

#selecttaille
{
	position: relative;
	top:0px;
	height: 250px;
}

#Plabels
{
	display: flex;
	flex-direction: column;
}

#selectqte
{
	position: relative;
	top: 40px;
	width: 150px;
	background: white;
	display: inline-block;
}

#labelselectqte:after
{
        content: "^";
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        font: 20px "Consolas", monospace;
        top: 120px;
        left: 120px;
        color: #666;
        pointer-events: none;
        padding: 0 0 2px;
       
}

#select
{
	position: relative;
	top: 20px;
	border: 1.5px solid grey;
	width: 250px;
	height: 50px;
	color: black;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
     padding-left: 10px;
      background: white;
}

#labelselect:after
{
       content: "^";
        font: 20px "Consolas", monospace;
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 48px;
        left: 215px;
        background-color: white;
        padding: 0 0 2px;
        /*border-bottom: 1px solid #ddd;*/
        position: absolute;
        pointer-events: none;

}



#spanadd
{
	position: relative;
	top: 60px;
	/*background: red;*/
}
 

#price
{
	position: relative;
	top: 0px;
}

#divtext
{
	position: relative;
	width: 100%;
	padding: 5px;
	top: 10px;
	/*background: yellow;*/
}

   #divfavoris
   {
	height: 5px;
	text-align: right;
	width: 95%;
	/*background: pink;*/
   }

   #model
   {
	font-weight: bold;
	height: 40px;
    }

   #title
   {
	font-size: 20px;

   }

   #btn
   {
	position: fixed;
	background: white;
	left: 1px;
	/*padding: 25px;*/
	width: 0px;
	height: 0px;
	float: left;
	top: 290px;
	display: flex;
    align-items: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
    }

    #btnt
    {
	position: fixed;
	background: pink;
	/*padding: 30px;*/
	width: 0px;
	height: 0px;
	float: right;
	right:50px;
	top: 290px;
	display: flex;
    align-items: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
    }
    
.modal-content
{
  margin: auto;
  display: block;
  width: 90%;
  max-width: 700px;
  height: 90%;
  margin: auto;
}

#buttonretour
{
	position: relative;
	top: 150px;
	left: -10px;
}

#buttonavance
{
	position: relative;
	/*padding: 30px;*/
	right:45px;
	bottom: 130px;
	
}

#title2
{
	font-size: 12px;
	font-weight: bold;
}

#model2
{
	font-size: 10px;
}

}