/*************************************************************************/
/* MENU */
/*************************************************************************/


#nav {
    margin: 0px 0 0 0px;
    padding: 0px;
    line-height: 100%;
    height: 100px;
    width:100%;
    float:none;
    z-index: 6000;
    font-size: 16px;

}

#nav li {
    height:70px;
    margin: 22px 2px 0px 0px;
    padding: 0;
    float: left;
    position: relative;
    list-style: none;
    z-index: 6000;

}

#nav li._on a
{color:#fff;}


/* main level link */
#nav a {
    color:#fff;
    text-decoration: none;
    display: block;
    padding:  10px 20px;
    margin: 0;
    background: #3d9ad5;
    border-top-right-radius:5px;
    border: 1px solid #73bae6;
    border-bottom: none;
}

#nav a:hover {
    background: transparent;
    color:#fff;
}

/* main level link hover */
#nav li:hover > a {
    color:#fff;
    background: #0d3d60;
    border: 1px solid #0d3d60;
}

#nav li._on > a {
    color:#fff;
    background: #0d3d60;
    border: 1px solid #0d3d60;
    border-bottom: none;

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    color: #fff;
}
#nav ul a:hover {
    color:#fff;
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}

/* level 2 list */
#nav ul {

    display: none;
    margin: 0;
    padding: 0;
    width: 225px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #0d3d60;
    border: 1px solid #41637c;
    border-top: none;
    box-shadow: 0px 0px 10px #4a4a4a;
    z-index: 6001;

}

#nav li ul li {

    display:block;
    text-align:left;
    float: none;
    margin: 0;
    padding: 0;
    width: 225px;
    min-height: 20px;
    height: auto;
    padding: 0px 0px;
    border: none;
    border-radius: 0;
    background: #0d3d60;
    border-top: 1px dotted #41637c;
    z-index: 6002;
}

#nav li ul li:hover {

    display:block;
    text-align:left;
    float: none;
    margin: 0;
    padding: 0;
    width: 225px;
    min-height: auto;
    height: auto;
    padding: 0px 0px;
    border: none;
    border-top: 1px solid #41637c;
    background: #41637c;
    z-index: 6002;
}

#nav li ul li.pn3 {background: url(/_mtl/css/pn3.png) top left no-repeat;}

.pn3:hover {background: transparent url(/_mtl/css/hmf_ul_on.png) top left no-repeat;}


#nav ul a {

    color:#fff;
    text-align:left;
    font-weight: normal;
    background: #0d3d60;
    border-radius: 0;
    border: none;

}


#nav ul a:hover {

    text-decoration:none;
    border: none;
    background: #3d9ad5;
    border-radius: 0;
}

/* level 3+ list */
#nav ul ul {
    left: 225px;
    top: 0px;
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#nav {
    display: inline-block;
}

html[xmlns] #nav {
    display: block;
}

* html #nav {
    height: 1%;
}

@media only screen and (max-width: 1500px) {

    #nav {
        font-size: 14px;
    }

    /* main level link */
    #nav a {
        padding:  10px;
    }


}

@media only screen and (max-width: 1300px) {

    .accueil_contenu {display:block;width:100%;height:32em;}
    .accueil_foyer {height:11em;}
    .accueil_foyer_img {height:9em}
    #visuel_2022 {position:relative;left:0;width:100%;height:400px;}


}

@media only screen and (max-width: 1101px) {

    .accueil_contenu {display:block;width:100%;height:30em;}
    .accueil_foyer {height:10em;}
    .accueil_foyer_img {height:8em}
    #visuel_2022 {position:relative;left:0;width:100%;height:350px;}

}


@media only screen and (max-width: 1025px) {



}


@media only screen and (max-width:768px) {



}

@media only screen and (max-width:425px) {


}
