/* menu langues */

#menu_langues{
    display: block;
    width: 100px;
    list-style: none;
    float: right;
    position: relative;
}

#menu_langues li{
    float: right;
    position: relative;
}

#menu_langues a{
    float: left;
    height: 25px;
    font-family: 'Saira', sans-serif;
    font-size: 12px;
    color: #009bff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 14px;
    white-space:nowrap;
    text-decoration: none;
    padding-top: 5px;
}

#menu_langues li:hover > a{
        color: #fafafa;
}

*html #menu_langues li a:hover{ /* IE6 */
        color: #fafafa;
}

#menu_langues li:hover > ul{
        display: block;
}

/* Sous-menu */

#menu_langues ul{
    list-style: none;
    min-width: 80px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    background: #fff;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    transition:1s left,1s width,1s opacity;
}

#menu_langues ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

#menu_langues ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu_langues ul a{
    padding: 10px;
    height: auto;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu_langues ul a{ /* IE6 */
        height: 10px;
        width: 150px;
}

*:first-child+html #menu_langues ul a{ /* IE7 */
        height: 10px;
        width: 150px;
}

#menu_langues ul a:hover{
        background: #0186ba;
        -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;

}

#menu_langues ul li:first-child a{
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;

}



#menu_langues ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Rétablissement du flottement */
#menu_langues:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu_langues             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


/* FIN menu langues */



.menu_produits.home {
    position: relative;
    top: 48px;
    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;
}

.menu_produits.home:hover {
    position: relative;
    top: 48px;
    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;
}

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

.menu_produits:hover {
    position: relative;
    top: 48px;
    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;
}

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

.menu ol:first-child {
    width: 100%;
    max-width: 700px;
    margin: 10px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 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: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 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: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;
    text-rendering: auto;
    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;
}
