/*
Template:       digeco
Theme Name:     L'Annonce Légale
Theme URI:      http://radiustheme.com/demo/wordpress/digeco
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Digeco is Startup Agency WordPress Theme.
Version:        1.0
Text Domain:    Digeco
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


#menu-menu-principal,
#menu-menu-principal-1{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.menu-wrap,
#site-navigation-onepage {
    width: 100%;
}

.btn-menu-wrapper > a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.btn.btn-primary.btn-menu {
    text-transform: none;
    border-radius: 3rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0rem 1rem;
    background-color: rgb(40, 115, 203);
}

.btn.btn-primary.btn-menu:hover {
    background-color: #FFFFFF;
    color: rgb(40, 115, 203);
    border-color: rgb(40, 115, 203);
}
.page.trheader .site-header .main-navigation nav > ul > li > a:not(.btn-menu-wrapper):before {
    background: #000000;
}
.page.trheader .site-header .main-navigation nav > ul > li > a:not(.btn-menu-wrapper):before {
    background: rgb(40, 115, 203);
}