        /* ==========================================================================
                              MENU-HOME-desktop
========================================================================== */
.menu-cherry {
    background-color: #dc143c;
}
.menu-cherry ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 80px;
    display: flex;
    justify-content: initial;
    align-items: center;
}
.menu-cherry .nav li {
    display: inline-block;
    padding: 0;
    width: 210px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
    cursor: pointer;
    top: 6px;
    height: auto;
    position: relative;
    text-decoration: none;
}
.menu-cherry .nav li:nth-child(4) {
    height: 47px;
}
.menu-cherry .nav>li>a {
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    text-transform: uppercase;
    height: auto;
    line-height: 1.1;
}
.menu-cherry .nav li:nth-child(4) a {
    position: relative;
    top: -10px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.menu-cherry .nav>li>a span {
    display: block;
}
.menu-cherry .nav li.logo a{
    padding: 0;
}
.menu-cherry .nav li ul.sous-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 13px 0;
    top: 50px;
    right: 1px;
    z-index: 10;
}
.menu-cherry .nav li ul.sous-menu li {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 5px;
    height: initial;
}
.menu-cherry .nav li.svg-home {
    border-right: 0;
    width: auto;
}
.menu-cherry .nav li:hover ul.sous-menu {
    display: block;
}
ul.sous-menu li a{
    color:#212121;
    text-decoration: none;
}
.menu-cherry .nav a:hover, 
.menu-cherry .nav li:hover{
    font-weight: bold;
    background: none;
}
.menu-cherry .nav li ul.sous-menu img {
    position: relative;
    top: -31px;
}
.menu-cherry .nav li.right {
    border-right: none;
}

.menu-cherry .nav li.logo {
    border-right: none;
    top: 11px;
    flex: auto;
}
.menu-cherry .nav li.logo .img-responsive {
    position: relative;
    top: -10px;
}

.menu-cherry .nav li ul.sous-menu li{
    padding-left: 7px;
}
.menu-cherry .nav li.logo a {
    cursor: initial;
}
    /* ==========================================================================
                              TABLETDEVICE
========================================================================== */

.tabletDevice .menu-cherry .nav li.logo {
    border-right: none;
    top: 10px;
}
.tabletDevice .menu-cherry .nav li.right{
    top: 10px;
}
.tabletDevice .menu-cherry .nav li.right a {
    line-height: 20px;
}
.tabletDevice .menu-cherry .nav li ul.sous-menu{
    width: 175px;
}
.tabletDevice .menu-cherry .nav li ul.sous-menu li {
    width: inherit;
    padding: 0px 10px 10px;
}
.tabletDevice .menu-cherry .nav li:nth-child(4) a {
    top: -18px;
}
        /* ==========================================================================
                              MENU-HOME-MOBILE
========================================================================== */
#menu-mobile {position: relative;z-index: 999;width: 100%;}
.menu-cherry-hamburger {
    position: relative;
    z-index: 9999;
    background: #dc143c;
    height: 120px;
    border-radius: 3px;
}
.menu-cherry-hamburger .img-responsive {
    margin: auto;
    padding: 20px 0;
}
.site-nav {
    background: #dc143c;
    padding:0 10px;
    -webkit-clip-path: circle(0px at top left);
    clip-path: circle(0px at top left);
    transition: -webkit-clip-path ease-in-out 700ms;
    transition: clip-path ease-in-out 700ms;
    transition: clip-path ease-in-out 700ms, -webkit-clip-path ease-in-out 700ms;
    box-shadow: 0px 4px 16px 3px #74747463;
    margin-top: 40px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.site-nav--open {
    -webkit-clip-path: circle(250% at top left);
    clip-path: circle(250% at top right);
}
.site-nav ul {
    margin: 0;
    margin-top: 8px;
    padding: 0;
    list-style: none;
}

.site-nav li {
    border-bottom: 1px solid #ddd;
    position:relative;
}

.site-nav li:last-child {
    border-bottom: none;
}

.site-nav a {
    color: #fff;
    display: block;
    padding: 0.8em 0em 0.8em 0em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    width: auto;
}

.site-nav--icon {
    display: inline-block;
    font-size: 1.5em;
}

.menu-toggle {
    position: relative;
    top: 17px;
    cursor: pointer;
    left: 5px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    display: block;
    background: #e9e9e9;
    height: 4px;
    width: 2.75em;
    border-radius: 3px;
    transition: all ease-in-out 500ms;
    float: left;
}

.hamburger::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.hamburger::after {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.open .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .hamburger::before {
    opacity: 0;
}

.open .hamburger::after {
    -webkit-transform: translateY(-3px) rotate(-90deg);
    transform: translateY(-3px) rotate(-90deg);
}

nav ul li ul li a:hover {
    background: transparent;
    border-left: 4px solid #fff;
    padding-left: 20px;
}
nav ul li a .fa {
width: 16px;
position: absolute;right:0;top:15px;
}
.site-nav a span {
font-size: 17px;
position: relative;
display: inline;
color: #fff;
}

.cherry {
float: left;
margin: 0px 0 0 15px;
display: inline-block;
}
.cherry h1 {
font-size: 25px;
margin: 0;
position: relative;
top: 6px;
color: #fff;
text-transform: uppercase;
}
