<!DOCTYPE html>
<html lang="en">
    <head>
		<script src="./JS/bouton.js"></script>
		<meta charset="utf-8">
        <title>Textique.com : T-shirts</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>T-SHIRTS</h2>
			</div>
			<div class="choix">
				<div class="vend">
					<img class="imgvend" src="images/Produits/tshirt1.png" alt="présentation t-shirt 1">
					<div class="texte">
						<strong>Produit:</strong> T-shirt<br><br>
						<strong>Référence:</strong> 321<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 100%<br><br>
						<strong>Description:</strong><br> 
								-Il est neutre<br><br>
						<strong>Magasins partenaires:</strong> Celio, Jules, Kiabi
					</div>
				</div>

				<div class="vend">
					<img class="imgvend" src="images/Produits/tshirt2.png" alt="présentation t-shirt 2">
					<div class="texte">
						<strong>Produit:</strong> T-shirt Simpson<br><br>
						<strong>Référence:</strong> 322<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 100%<br><br>
						<strong>Description:</strong><br> 
								-Simpson c'est rigolo lol<br><br>
						<strong>Magasins partenaires:</strong> Celio, Kiabi
					</div>
				</div>
			
				<div class="vend">
					<img class="imgvend2" src="images/Produits/tshirt3.png" alt="présentation tshirt 3">
					<div class="texte">
						<strong>Produit:</strong> T-shirt vague de Kanagawa<br><br>
						<strong>Référence:</strong> 323<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 100%<br><br>
						<strong>Description:</strong><br> 
								-Bah il respire le flow<br><br>
						<strong>Magasins partenaires:</strong> Hollister, Kaporal, Celio
					</div>
				</div>
			
				<div class="vend">
					<img class="imgvend" src="images/Produits/tshirt4.png" alt="présentation tshirt 4">
					<div class="texte">
						<strong>Produit:</strong> T-shirt Pokémon<br><br>
						<strong>Référence:</strong> 324<br><br>
						<strong>Matériaux:</strong> Tissu en plastique recyclé 100%<br><br>
						<strong>Description:</strong><br> 
								-C'est par définition le plus beau<br><br>
						<strong>Magasins partenaires:</strong> Celio, Hollister, Kaporal
					</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>