body
{
width: 100%;
font-family: cursive,Georgia, serif;
font-size: 1.5em;
color: RGB(111,107,124);
}
li
{
list-style-type: none;
}
.haut
{
width:100%;
height: 290px;
color: RGB(233,154,147); 
}
.haut_logo
{
/*width: 90%;*/
}
.hautli 
{
display:flex;
margin-left:10%;
margin-top:50px;
}
.hautli li
{
flex: auto;
border-left: 1px solid RGB(98,80,140);
padding: 10px;
}
.haut a 
{
text-decoration: none;
color:RGB(98,80,140);
}
.haut_logo
{
margin-left: 48%;
}
.shop
{	
margin-top: 100px;
margin-left: 5%;
width: 95%;
height: auto;
display: flex;
flex-flow: row wrap;
background-color: RGB(237,225,224);
}
.photoshop
{
margin-left:2%;
width: 30%;
height: auto;
color: RGB(98,80,140);	
}
.ph_img
{
width: 98%;
height: 390px;	
}
.ph_img img
{
width: 96%;
height: 390px;
}
.ph_texte
{
width: 96%;
height: 95px;
text-transform: uppercase;
}
.entete_panier
{
text-align: center;
font-size: 40px;
padding:50px;	
}
.icone_panier
{
position: absolute;
top: 20px;
left:90%;
}
.table_panier td 
{
border-top: 1px solid RGB(98,80,140);
border-right: 5px solid RGB(228,220,215);
padding: 10px;	
}
.table_panier
{
width: 80%;
margin-left: 10%;
background-color: white;
border: 3px solid RGB(98,80,140);
padding: 3px;	
}
.photo_panier img
{
height: 100px;
width: 100px;
}
.panier 
{
background-color: RGB(237,223,222);
padding: 20px;
}
.panier
{
width: 100%;
height: auto;
}
.titre_panier
{
text-align: center;
}
.boutton
{
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: RGB(98,80,140);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}
.poursuivre, .qam
{
color:white;
margin-left:40%;
text-align: center;
border-radius: 5px;	
font-size: 22px;
width: 30%;
height: 60px;
background-color: RGB(98,80,140);
}
.poursuivre
{
padding-top: 25px;
}
.poursuivre a
{
color: white;	
text-decoration: none;
}
.colorinput
{
font-size: 22px;
color: white;
background-color: RGB(98,80,140);
}
.formex 
{
font-size: 25px;
margin-left:auto;
margin-right:auto;
width: 50%;
height: auto;
background-color: RGB(237,223,222);
padding-left: 25%;
padding-top:10px;
padding-bottom: 10px; 
}
.idmel
{
width: auto;
height: 60px;	
text-align: center;
border-radius: 5px;	
font-size: 22px;
}
.adr
{
margin-top: 50px;
background-color: RGB(237,223,222);
padding:15px;
border: 2px solid RGB(98,80,140);
margin-left:auto;
margin-right: auto;
width:40%;
height: auto;
}
.liv
{
border: 3px solid RGB(98,80,140);
height: 45px;
font-size: 15px;
}
.mr
{
width: auto;
height: auto;
margin-left:30%;
}