@font-face {
	font-family:'Roboto';
	src:local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'Roboto';
	src:local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2');
	font-weight:bold;
	font-style:normal;
}

body>header {
  background: #000;
  padding-bottom: 15px;
}
section{
	background:#e9e9e9;
}
section header > h1 > a{
  display: block;
	width:25%;
  max-width: 250px;
  background: #FFF;
}
section header > h1 > a > img{
  display: block;
	width:100%;
}
/*
Headers disciplines
*/
section header.arts-du-cirque{
	background-image:url(../images/bg-arts-du-cirque.jpg);
}
section header.association-caritative{
	background-image:url(../images/bg-association-caritative.webp);
}
section header.aviron{
	background-image:url(../images/bg-aviron.jpg);
}
section header.basket-ball{
	background-image:url(../images/bg-basket-2.jpg);
}
section header.danse-classique-et-latino{
	background-image:url(../images/bg-danse-classique-et-latino.webp);
}
section header.echecs{
	background-image:url(../images/bg-echecs.jpg);
}
section header.education{
	background-image:url(../images/bg-education.jpg);
}
section header.elevage-canin{
	background-image:url(../images/bg-elevage-canin.jpg);
}
section header.environnement{
	background-image:url(../images/bg-environnement.webp);
}
section header.equitation{
	background-image:url(../images/bg-equitation.jpg);
}
section header.escalade{
	background-image:url(../images/bg-escalade.jpg);
}
section header.fitness{
	background-image:url(../images/bg-fitness.jpg);
}
section header.football{
	background-image:url(../images/bg-football.jpg);
}
section header.golf{
	background-image:url(../images/bg-golf.jpg);
}
section header.hand-ball{
	background-image:url(../images/bg-handball.jpg);
}
section header.handisport{
	background-image:url(../images/bg-handisport.webp);
}
section header.judo{
	background-image:url(../images/bg-judo.jpg);
}
section header.karate-contact{
	background-image:url(../images/bg-karate_contact.webp);
}
section header.lutte{
	background-image:url(../images/bg-lutte.jpg);
}
section header.mma{
	background-image:url(../images/bg-mma.jpg);
}
section header.multisport-plein-air{
	background-image:url(../images/bg-multisport-plein-air.jpg);
}
section header.musculation{
	background-image:url(../images/bg-musculation.jpg);
}
section header.musique{
	background-image:url(../images/bg-musique.jpg);
}
section header.natation,
section header.natation-artistique{
	background-image:url(../images/bg-natation.jpg);
}
section header.nautisme{
	background-image:url(../images/bg-nautisme.jpg);
}
section header.peche{
	background-image:url(../images/bg-peche.jpg);
}
section header.rugby{
	background-image:url(../images/bg-rugby.jpg);
}
section header.sante{
	background-image:url(../images/bg-sante.webp);
}
section header.savate-boxe-francaise{
	background-image:url(../images/bg-savate.jpg);
}
section header.scolaire{
	background-image:url(../images/bg-scolaire.webp);
}
section header.self-defense{
	background-image:url(../images/bg-self-defense.webp);
}
section header.sport-mecanique{
	background-image:url(../images/bg-sport-mecanique.jpg);
}
section header.taekwondo{
	background-image:url(../images/bg-taekwondo.webp);
}
section header.tir-a-l-arc{
	background-image:url(../images/bg-tir-a-l-arc.jpg);
}
section header.triathlon{
	background-image:url(../images/bg-triathlon.jpg);
}
section header.volley-ball{
	background-image:url(../images/bg-volley-ball.jpg);
}
/*
Headers personnalisés
*/
#boutique_46 header{
	background-image:url(../images/bg-octobre-rose.jpg);
}
#boutique_198 header{
	background-image:url(../images/bg-pompiers.webp);
}

#fSuivreClub{
	position:absolute;
	bottom:0;
  display: flex;
  justify-content:flex-end;
}

article:nth-of-type(even){
	background:#FFF;
}

#boutique-produits {
  margin: 0 auto;
  max-width: 1200px;
}
#boutique-produits h2 {
  margin-left: 10%;
  padding-left: 55px;
  background: url(../images/logo-boutique-asso.fr.webp) center left no-repeat;
  background-size: 50px;
  font-weight: 900;
  line-height: 50px;
  text-align: left;
}
#boutique-produits ul{
  margin-bottom: 5vw;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	justify-content: flex-start;
}
#boutique-produits ul li{
	width:20%;
	padding:20px 2.5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#boutique-produits ul a{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	padding:5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#boutique-produits ul>li>a>div{
  height: auto;
	position:relative;
	background:#FFF;
  border: 1px solid #000;
}
#boutique-produits ul img{
  display: block;
	width:100%;
}
#boutique-produits ul span.nouveau,
#boutique-produits ul span.statut{
	position:absolute;
	top:-1px;
	left:-1px;
	padding:5px;
	background:#DF1E86;
	color:#FFF;
	font-size:0.75em;
	text-transform:uppercase;
  writing-mode: sideways-lr;
}
#boutique-produits ul>li>a>span{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}
#boutique-produits ul button{
	width:auto;
	padding: 0;
	background: none;
	color:#000;
  font-size: 1em;
	text-transform: capitalize;
	cursor:pointer;
}
#boutique-produits ul>li>a>span>strong{
  width: 30%;
  padding: 5px;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background: #25a7e3;
}

#produit{
	display:flex;
	justify-content:space-between;
}
#produit > div{
	width:49%;
}
#produiPhoto{
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	box-sizing:border-box;
	padding:10px;
	background:#FFF;
}
#produiPhoto img{
	width:100%;
}
#produitDescr{
	padding:10px;
	background:#FFF;
}
#produitDescr h1{
	margin-bottom:10px;
	text-transform:uppercase;
}
#produitDescr .prix{
	margin:20px 15%;
	text-align:right;
}
#produitDescr .prix span{
	display:inline-block;
	padding:5px 10px;
	font-weight:bold;
}
#produiPhotos ul{
	margin-top:2vw;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
}
#produiPhotos ul li{
	box-sizing:border-box;
	width:20%;
	margin:10px 2.5% 0 0;
	padding:5px;
	background:#FFF;
	cursor:pointer;
}
#produiPhotos ul li img{
	width:100%;
}
#produitPanierAdd{
	display:flex;
	justify-content:space-between;
}
#produitPanierAdd > div{
  width:16%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#produitPanierAdd > div:last-of-type{
	width:40%;
}
#produitPanierAdd>div>label{
    margin: 1em 0;
	font-size:1em;
	text-align:center;
    text-transform: uppercase;
}
#produitPanierAdd li>label{
	cursor: pointer;
}
#produitPanierAdd select{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
#produitPanierAdd input{
	padding:5px;
	background:#e9e9e9;
}
#produitPanierAdd > div > div{
	display:flex;
	justify-content:space-between;
}
#produitPanierAdd > div > div button{
	width:20%;
	box-sizing:border-box;
	padding:5px;
	background:#000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#produitPanierAdd > div > div input{
	width:60%;
	text-align:center;
}
#produitPanierAdd > div > ul{
	list-style:none;
}
#produitPanierAdd > div > ul li{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:5px 0;
}
#produitPanierAdd > div > ul li input[type=text]{
	flex:1 1 auto;
}
section.inscription,
section.livraison,
section.commande{
	background:#FFF;
}

@media screen and (max-width:1024px) { /* Smartphones + Tablettes */
	#hBoutique nav{
		justify-content:space-around;
	}
	#hBoutique nav h2,
	#hBoutique nav h3{
		height:50px;
	}
	#hBoutique nav h3 img{
		margin:5px 10px;
		height:40px;
	}
	#hBoutique nav > ul > li:last-of-type{
		border-bottom:1px solid #FFF;
		text-align:center;
	}
	section header h1{
		margin:0;
		width:80%;
		text-align:left;
	}
	section header h1 span{
		margin-top:40px;
	}
	section header > div{
		display:none;
	}

	#boutique-produits ul li{
		width:45%;
	}
  #boutique-produits ul>li>a>span{
    font-size:0.75em;
  }
  #boutique-produits ul>li>a>span>strong{
    width: 35%;
  }

	#produit{
		flex-wrap:wrap;
	}
	#produit > div{
		width:100%;
		display:flex;
		flex-direction:column;
	}
	#produitDescr{
		order:2;
		margin-top:20px;
	}
	#produitPanierAdd{
		flex-direction:column;
	}
	#produitPanierAdd > div,
	#produitPanierAdd > div:last-of-type{
		width:100%;
		margin-bottom:10px;
	}
	#produitTaillesGuide img{
		width:100%;
	}
}
