@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

body
{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
}

#nbr-panier
{
	position: absolute;
	margin-left: -39px;
	margin-top: -5px;
	font-size: 12px;
	color: #fff;
	background-color: #f00;
	width: 13px;
	height: 15px;
	border-radius: 12px;
	padding-left: 4px;
}

.englobe-total
{
	overflow:auto;
}

.passe-ta-commande
{
	float:right;
	margin-top:20px;
}

.closed
{
	color:#fff;
}

.info
{
	float: left;
	margin-top: 35px;
	margin-left: 25px;
	max-height: 36px;
	min-height: 20px;
	overflow: hidden;
}

.background-notification
{
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
}

.notification
{
	width: 650px;
	height: 350px;
	background-color: #fff;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 146px;
	padding: 25px;
	box-sizing: border-box;
}

.close-notification-btn
{
	float: right;
	font-size: 19px;
	font-weight: bold;
	cursor: pointer;
}

.titre-notification
{
	text-align: center;
	font-size: 28px;
	margin-top: 33px;
}

.btn-separate
{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.continue-btn
{
	background-color:#8e8e8e !important;
}

.continue-btn:hover
{
	background-color:#5e5c5c !important;
}

.btn-choice-notification
{
	margin-top: 20px;
	width: 100%;
	background-color: #f00;
	margin-bottom: 20px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration:none;
}

.produit:hover .productadd
{
	opacity:1;
	transition-duration: 0.5s;
}

.productadd
{
	opacity:0;
	width: 291px;
	height: 199px;
	position: absolute;
	text-align: center;
	padding-top: 133px;
	font-size: 27px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	z-index: 500;
	transition-duration: 0.5s;
}

.btn-choice-notification:hover
{
	background-color:#ac0808;
}

.produit-images
{
	width: 291px;
	height: 291px;
}

.nodecoration
{
	text-decoration:none;
}

header
{
	width: 100%;
	height: 110px;
	background-color: #c1092a;
}

.margin20
{
	margin-top:20px;
}

.container
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.logo
{
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	width: auto;
	height: 63px;
}

.logo img
{
	height: 100%;
}

.menu
{
	float:right;
	margin-top: 34px;
	margin-right:20px;
}

.menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul a
{
	color:#fff;
	text-decoration:none;
}

.menu ul a li
{
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
}

.menu ul a li:hover
{
	color:#dedede;
	border-bottom:1px solid #fff;
}

.submenu
{
	float:right;
	margin-top: 40px;
	margin-right: 20px;
}

.panier-icon
{
	width:30px;
}

.triangle 
{
	position: relative;
	width: 100%;
	height: 9px;
	background-image: url('images/triangle.png');
	margin-top: -1px;
}

table 
{
	border-collapse: collapse;
	width: 100%;
}

th, td 
{
	text-align: left;
	padding: 8px;
	height: 35px;
}

tr:nth-child(even)
{
	background-color: #f2f2f2
}

th
{
	background-color: #C1092A;
	color: white;
}

.btn-simple
{
	background-color: #c1092a;
	color: #fff;
	text-decoration: none;
	padding: 11px;
	border-radius: 5px;
}

.btn-simple:hover
{
	background-color:#e10d33;
}