.region.region-header {
    display: flex;
    justify-content: space-around;
    height: 160px;
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}

nav.menu .icon.search a {
    margin: 0;
    height: 30px;
}

.region.region-header .flash img {
    transform: scale(1);
    transition: all 0.3s ease-out;
}

.region.region-header.reduced {
    height: 70px;
}
.region.region-header.reduced .flash img {
    transform: scale(0.4);
    margin-top: -48px;
}
.region.region-header.reduced .menuland {
    padding-top: 0;
    height: 100%;
}
.region.region-header.reduced .menuland .icons {
    padding: 0;
}

.region.region-header.reduced .mega-menu {
    margin-top: 15px;
}

nav.menu {

    display: flex;
    justify-content: flex-end;
}

nav.menu a {
    font-family: montserrat;
    text-transform: uppercase;
    font-size: 13px!important;
    font-weight: 600;
}

.menuland {
    padding-top: 6%;
}

.menuland .icons{
    position:inherit;
}

img.header-logo{
    width:80%;
    padding-top:15px;
}


li.icon.login a {
    color: #ffffff!important;
}


li.icon.login {
    background: #0D5C95;
    margin: -10px 35px 0 0;

}

li.icon.login:hover{
    background: #C70626;

}

li.icon.login a{
        padding: 23px 15px!important;
    margin:0;
}

.menu > ul li a, .xs-menu li a {
    text-decoration: none;
    color: #555;
    display:block;
    padding: 0 15px 0 15px;
}

#menu_search {
    display: inline-block;
    background: url("./img2/search-icon.png") no-repeat!important;
    background-size: 80%!important;
    width: 30px;
    height: 26px;
    cursor: pointer;
}

/* Sticky header */

.reduced li.icon.login {
    margin: 15px 35px 0 0;
}
 .reduced li.icon.login a {
    padding: 11px 15px!important;
    margin: 0;
}

.menulandpanel .wrapper-cdf-mag img {
    height: 240px;
    border: 6px solid #eaeaea;
}

/* Petit ordi de vincent */
@media only screen and (min-width: 1221px) and (max-width: 1500px) {
    #block-logo2 {
        width: 25%;
    }
    .menu > ul li a, .xs-menu li a {
        padding: 0 10px;
    }
    nav.menu a {
        font-size: 12px!important;
    }
}

/* mode Tablette */
@media only screen and (max-width: 1220px) {

    .menuland{display:none;}

    .flash{
        padding:0!important;
        margin-left: -80px;}

    img.header-logo {
        width: 70%;
        padding: 0!important;
    }

    .region.region-header {
        position: inherit;
        height: 60px;
    }

}

/* mode mobile */

@media all and (max-width: 767px) {

    .flash {
        margin-left: 0px;
    }

    img.header-logo {
        width: 55%;
    }
}



