
#magasinselect{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 40%;
	margin: 2% 0% 0% 30%;
}
.magasin{
    background-color: #242424;
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 1% 2% 0% 0%;
    padding: 3% 0% 3% 0%;
}
.magasin a {
    text-decoration: none;
    color: white;
}

#faq ul li .rep{
    margin: 3px 0px 3px 20px;
}
#faq ul li .rep img{
    width: 30em;
    height: 15em;
}