    @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
	
	@import url('https://fonts.googleapis.com/css2?family=Lora&family=Montserrat:wght@300&display=swap');
	
	
/*	font-family: 'Lora', serif;				*/
/*	font-family: 'Montserrat', sans-serif;	*/

*{
	list-style: none;
	text-decoration: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

body{
	background: #F0F0F0;
	color: #141312;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}

a {
    text-decoration: none;
}


/*  Mise en forme pour les smartphones (< 600px)                      */
/*  ================================================================  */


h2 {
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #141312;
	}

h3 {
	font-family: 'Lora', serif;
	font-size: 2.1em;
	line-height: 1.2;
	font-weight: 200;
	margin-top:20px;
	letter-spacing: 3px;
	}

.contenant {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	padding-top: 32px;
	padding-bottom:32px;
	}

.logo-carte {
	width: 100%;
	text-align: center;
	}

.logo-carte img {
	height:124px;
	}

.interstice-haut{
	height:0px;
	}

.interstice-top {
	height:60px;
	}

.contenant-exterieur{
	padding-left: 20px;
	padding-right: 20px;
	margin-left:auto;
	margin-right: auto;
	max-width: 800px;
	}

.contenant-onglet {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	}

.marge-onglets {
	position: -webkit-sticky;
	position: sticky;
	top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	}
	
.onglet-gauche {
	width:50%;
	text-align:center;
	display: inline-block;
	float: left;
	cursor: pointer;
	height:40px;
	padding:8px;
	line-height:24px;
	vertical-align:middle;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #d1d1d1 ;
	border-top: 1px solid #d1d1d1 ;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}	

.onglet-droit {
	width:50%;
	text-align:center;
	display: inline-block;
	float: left;
	cursor: pointer;
	height:40px;
	padding:8px;
	line-height:24px;
	vertical-align:middle;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #d1d1d1 ;
	border-top: 1px solid #d1d1d1 ;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}	

.contenant-famille {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 18px;
	background-color: white;
	margin-bottom: 30px;
	}
	
.famille-titre {
	line-height:24px;
	vertical-align:middle;
	font-size: 1.4em;
	letter-spacing: 2px;
	border-bottom: 1px solid #141312 ;
	padding-top: 18px;
	padding-bottom: 18px;
	}



.table-produit {
	width:100%;
	margin-top:18px;
	border-bottom: 1px solid #F0F0F0 ;
	}

.td-nomproduit {
	width:82%;
	line-height:24px;
	font-weight: bold;
	vertical-align:middle;
	font-size: 1.1em;
	letter-spacing: 1.1px;
	padding-right:9px;
	}
	
.td-prixproduit {	
	width:18%;
	text-align: right;
	line-height:24px;
	font-weight: bold;
	vertical-align:middle;
	font-size: 0.95em;
	letter-spacing: 1.2px;
	vertical-align:top;
	}
	
.td-libellechef {	
	width: 82%;
	text-align: justify;
	padding-top: 9px;
	padding-bottom:9px;
	padding-right:9px;
	}
	
.td-descriptionproduit {
	width: 82%;
	font-size: 0.85em;
	text-align: justify;
	padding-top: 9px;
	padding-bottom:18px;
	padding-right:9px; 
	}
	
	
.bloc-info-produit {
	width:18%;
	padding-top: 9px;
	padding-right: 14px;
	text-align: right;
	line-height:24px;
	font-weight: bold;
	vertical-align:middle;
	font-size: 1em;
	letter-spacing: 1.2px;
	vertical-align:top;
	text-align: right;
	}
	
.img-info {
	height: 24px;
	}

.produit-prix {
	font-size: 1.1em;
	}


/*  Mise en forme pour les écrans plus grands (tablettes et desktop)  */
/*  ================================================================  */

@media only screen and (min-width: 600px) {
	/* For tablets and more : */

.contenant {
	padding-top: 48px;
	padding-bottom:48px;
	}

h3 {
	margin-top: 30px;
	}

.logo-carte img {
	height: 160px;
	}	

.interstice-top {
	height:70px;
	}

.interstice-haut{
	height: 30px;
	}	

.contenant-exterieur{
	padding-left: 30px;
	padding-right: 30px;
	}

.contenant-famille {
	margin-bottom: 20px;
	}

.onglet-gauche {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	}	

.onglet-droit {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}	

.marge-onglets {
	padding-left: 30px;
	padding-right: 30px;	
	}

.produit-nom {
	font-size: 1.1em;
	}
	
.td-descriptionproduit {
	font-size: 0.95em;
	}

.td-prixproduit {	
	font-size: 1em;
	}

.img-info {
	height: 28px;
	}
	
}
