#logobiowels
{
width:90%;
padding-left:10px;
}

.contenant-produit-boutique-biowels {
    font-family: 'Pathway Gothic One';
    width: 95%;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	
}

#ContenantBan
{
 background-image: url("../biowels/ban_150.png");
  background-repeat: repeat-x;	
  height:60px;
}	

.ContenantBio
{
width:96%;
margin:0 auto;	
}

.Appo2
{
float:right;
}

.Appo2-ban
{
float:right;
margin-right:100px;
}

@media screen and (max-width: 700px)
{
	
.Appo2-ban
{
float:none;
clear:both;
display:block;
margin:0 auto;
}	
	
	
}