<!DOCTYPE html>
<html lang="en">
    <head>
		<script src="./JS/bouton.js"></script>
		<meta charset="utf-8">
        <title>Textique.com : Sacs</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
		<button class="haut" onclick="EnHaut()" id="haut">&uarr;</button>
        <div class="container">
			<div class="topnav" id="myTopnav">
                <a href="index.html" class="image"><img src="./images/logo.png" class="logo" alt="Logo"></a>
                    <a href="index.html" >Accueil</a>
                    <a href="store.html" class="active">Produits</a>
                    <a href="tissu.html" >Tissu</a>
                    <a href="partenariat.html">Partenariats</a>
                    <a href="qsn.html" >Qui sommes nous ?</a>
                    <a href="contact.html">Nous contacter</a>
                    <a href="javascript:void(0);" class="icon" onclick="myFunction()">///</a>
            </div>
			<div class="t">
				<h2>SACS</h2>
			</div>
			<div class="choix">
				<div class="vend">
					<img class="imgvend" src="images/Produits/sac1.png" alt="présentation sac 1">
					<div class="texte">
						<strong>Produit:</strong> Sac tout-en-un, multifonction <br><br>
						<strong>Référence:</strong> 121<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 99%, cuir éco-responsable 1% (lanières)<br><br>
						<strong>Description:</strong><br> 
								-sac 20L<br>
					            -une grande poche<br>
								-3 petites poches extérieures<br><br>
						<strong>Magasins partenaires:</strong> Celio, Go Sport, Decathlon
					</div>
				</div>

				<div class="vend">
					<img class="imgvend" src="images/Produits/sac2.png" alt="présentation sac 2">
					<div class="texte">
						<strong>Produit:</strong> Sac tote bag<br><br>
						<strong>Référence:</strong> 122<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 100%<br><br>
						<strong>Description:</strong><br> 
								-sac 5L<br>
					            -une grande poche<br><br>
						<strong>Magasins partenaires:</strong> Carrefour, Leclerc, U
					</div>
				</div>
			
				<div class="vend">
					<img class="imgvend" src="images/Produits/sac3.png" alt="présentation sac 3">
					<div class="texte">
						<strong>Produit:</strong> Sac apparence cuir<br><br>
						<strong>Référence:</strong> 123<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 95%, cuir-éco-responsable (apparence) 5%<br><br>
						<strong>Description:</strong><br> 
								-sac 10L<br>
					            -une grande poche<br>
								-une petite poche extérieure<br><br>
						<strong>Magasins partenaires:</strong> H&M, Hollister, Kaporal, Kiabi 
					</div>
				</div>
			
				<div class="vend">
					<img class="imgvend" src="images/Produits/sac4.png" alt="présentation sac 4">
					<div class="texte">
						<strong>Produit:</strong> Sac de voyage<br><br>
						<strong>Référence:</strong> 114<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 99%, cuir éco-responsable (lanière) 1%<br><br>
						<strong>Description:</strong><br> 
								-sac 30L<br>
					            -une grande poche<br><br>
						<strong>Magasins partenaires:</strong> H&M, Hollister, Kaporal, Kiabi
					</div>

				</div>
			</div>
		</div>
        <div class="footer">
            <p>Touts droits réservé à @Textique et ses partenaires</p>
        </div>
		<script src="./JS/burger.js"></script>
    </body>
</html>