
.menu_produits {
	position: relative;
	top: 67px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 900;
	text-align: center;
}

.menu_produits.hoverable{
	position: absolute;
	width: 100%;
}

.menu_produits:hover {
	position: relative;
	top: 67px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
	z-index: 900;
    transition: all 150ms ease-in-out;
}

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

.menu ol:first-child {
	width: 100%;
	max-width: 900px;
	margin: 10px auto 0 auto;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	border: none;
	-webkit-box-align: center;
	align-items: center;
}


.menu-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}

.menu-item li {
	align-items: left;
}


.menu-item a {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	padding-top:10px;
	padding-bottom:10px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 2;
	color: #6793a7;
	display: -webkit-box;
	display: flex;
	top:-15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		  flex-direction: column;
	-webkit-box-align: center;
		  align-items: center;
}

.menu-item a.fontaines-menu-link{
	padding: 0px;
	padding-top:10px;
	padding-bottom:10px;
}

.menu-item a:hover {
	color: #0061a8;
}

.sub-menu a {
	font-family: 'Saira', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	font-style: normal;
	font-variant: normal;
	line-height: 2;
	color: #475b65;
	text-align: left;
}

.sub-menu a:hover {
	color: #0061a8;
	font-weight: 600;
}

.menu-item ol li a {
	line-height: 10px;
	text-align: left;
}

.menu-item .sub-menu {
    position: absolute;
  top:100%;
  white-space:nowrap;
  text-align: left;
  transition: transform 0.3s linear;
  opacity: 1;
  background-color: white;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 00ms ease-in-out;
}

nav.menu li:hover ol.sub-menu{
    opacity: 1;
    transition: all 150ms ease-in-out;
    transform: scaleY(1);
}

.menu-item:hover .sub-menu:after{
    position: relative;
    width: 5000px;
    background-color: white;
    content: "";
    display: block;
}


/*
     FILE ARCHIVED ON 16:29:07 May 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:14:39 Jun 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.573
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.042
  esindex: 0.01
  cdx.remote: 9.096
  LoadShardBlock: 307.612 (3)
  PetaboxLoader3.datanode: 296.04 (5)
  PetaboxLoader3.resolve: 1090.172 (2)
  load_resource: 1110.169
  loaddict: 35.257
*/