.myHeader
{
    display: inline-block;
    width: 100%;
    position: sticky;
    left: auto;
    z-index: 1000;
    top: 0;
}

.header-conserv
{
    display: flex;
    flex-direction: row;
    width:100%;
    background : #F5E8E3;
}

.mobileMenuIcon, .mobileMenuAccueil, header p, .remove
{
    display: none;
}

.logo
{
    display: flex;
    flex-direction: row;
    width: 25%;
    justify-content: center;
}

.logo img
{
    width: 50%;
}

nav
{
    width: 75%;
}

.menu-conserverie, .menu-conserverie ul
{
    text-align: center;
    padding: 0;
    margin : 0;
    list-style: none;
    line-height: 21px;
}

.menu-conserverie li
{
    float : left;
    position: relative;
    width:16.5%;
    height: 12.7vh;

}

.menu-conserverie ul li
{
    display:inherit;
    width:100%;
    border-radius: 0;
    height:8vh;
    background : #F5E8E3;
}

.menu-conserverie ul li:hover, .menu-conserverie ul li:focus
{
    border-radius: 0;
}

.menu-conserverie ul
{
    position: absolute;
    z-index: 1000;
    max-height: 0;
    left : 0;
    right : 0;
    overflow: hidden;
    -moz-transition: .8s all;
    -webkit-transition: .8s all;
    transition: .8s all;
}

.menu-conserverie li:hover ul, .menu-conserverie li:focus  ul
{
    max-height : 30em;
}

.menu-conserverie a
{
    text-decoration: none;
    display : block;
    color : #000;
    height: 12.7vh;
    font-family: balooregular;
    padding-top : 48px;
    font-size: 20px;
}

.alignLink
{
    padding-top: 10%;
}

.menu-conserverie ul a
{
    padding: 2px 0;
}

.menu-conserverie li:hover li a , .menu-conserverie li:focus li a
{
    color: #000;
    text-transform: inherit;
}

.menu-conserverie li:hover
{
    background-color: #FFD500;
}

.menu-conserverie li:hover a, .menu-conserverie li li:hover a, .menu-conserverie li:focus a, .menu-conserverie li li:focus a
{
    color: #000;
}

.bordright
{
    border-right: black solid 1px;
}

.bordtop
{
    border-top: black solid 1px;
}

@media screen and (max-width: 767px)
{
    .mobileMenuIcon
    {
        width: 25%;
        display: flex;
        flex-direction: column;
    }
    .logo
    {
        width: 75%;
        flex-direction: column;
        text-align: center;
    }
    .logo img
    {
        width: 40%;
    }
    nav
    {
        display: none;
    }
    header p
    {
        display: flex;
    }

    .logo img, .logo p
    {
        display: inline;
    }

    .mobileMenuAccueil
    {
        display:flex;
    }

    li
    {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .displayNav
    {
        display:flex;
        flex-direction: row;
        overflow: hidden;
        -moz-transition: .8s all;
        -webkit-transition: .8s all;
        transition: .8s all;
        width: 100%;
    }

    #Cuisine, #Evenement
    {
        margin-top: 65px;
    }

    .menu-conserverie
    {
        width: 100%;
    }

    .menu-conserverie li
    {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 8vh;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;

    }

    .menu-conserverie a
    {
        text-decoration: none;
        display : block;
        color : #000;
        font-family: balooregular;
        font-size: 17px;
        padding-top: 9%;
    }

    .remove
    {
        display:none;
    }

    .imageMobile
    {
        width: 8%;
        margin-right: 20vh;
        margin-left: 20vw;
    }

    .imageMobileMenu
    {
        width: 75%;
    }
}

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

    .myHeader
    {
        display: inline-block;
        width: 100%;
        position: sticky;
        left: auto;
        z-index: 1000;
        top: 0;
    }

    .header-conserv
    {
        display: flex;
        flex-direction: row;
        width:100%;
        background : #F5E8E3;
    }

    .mobileMenuIcon, .mobileMenuAccueil, header p, .remove
    {
        display: none;
    }

    .logo
    {
        display: flex;
        flex-direction: row;
        width: 15%;
        justify-content: center;
    }

    .logo img
    {
        width: 85%;
    }

    nav
    {
        width: 85%;
    }

    .menu-conserverie, .menu-conserverie ul
    {
        text-align: center;
        padding: 0;
        margin : 0;
        list-style: none;
        line-height: 21px;
    }

    .menu-conserverie li
    {
        float : left;
        position: relative;
        width:16.5%;
        height: 12.7vh;

    }

    .menu-conserverie ul li
    {
        display:inherit;
        width:100%;
        border-radius: 0;
        height:8vh;
        background : #F5E8E3;
    }

    .menu-conserverie ul li:hover, .menu-conserverie ul li:focus
    {
        border-radius: 0;
    }

    .menu-conserverie ul
    {
        position: absolute;
        z-index: 1000;
        max-height: 0;
        left : 0;
        right : 0;
        overflow: hidden;
        -moz-transition: .8s all;
        -webkit-transition: .8s all;
        transition: .8s all;
    }

    .menu-conserverie li:hover ul, .menu-conserverie li:focus  ul
    {
        max-height : 30em;
    }

    .menu-conserverie a
    {
        text-decoration: none;
        display : block;
        color : #000;
        height: 12.7vh;
        font-family: balooregular;
        padding-top : 48px;
        font-size: 15px;
    }

    .alignLink
    {
        padding-top: 10%;
    }

    .menu-conserverie ul a
    {
        padding: 2px 0;
    }

    .menu-conserverie li:hover li a , .menu-conserverie li:focus li a
    {
        color: #000;
        text-transform: inherit;
    }

    .menu-conserverie li:hover
    {
        background-color: #FFD500;
    }

    .menu-conserverie li:hover a, .menu-conserverie li li:hover a, .menu-conserverie li:focus a, .menu-conserverie li li:focus a
    {
        color: #000;
    }

    .bordright
    {
        border-right: black solid 1px;
    }

    .bordleft
    {
        border-left: black solid 1px;
    }

    .bordtop
    {
        border-top: black solid 1px;
    }
}



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

    .menu-conserverie a
    {
        text-decoration: none;
        display : block;
        color : #000;
        height: 12.7vh;
        font-family: balooregular;
        padding-top : 48px;
        font-size: 18px;
    }
	
}