/*
Theme Name: exPress
Theme URI: http://http://www.novembre.com/
Author: Novembre Communication
Author URI: http://http://www.novembre.com/
Description: Un site express !
Version: 1.0
Text Domain: exPress
*/

/*
  Do not write CSS in this file. Its only  purpose is
  to include all the files from the "/CSS/" directory.
*/

.main_nav .hamburger {
    top: 64px;
    transform: translateY(-50%);
}

.btn__search {
    top: 64px;
    right: 24px;
    transform: translateY(-50%);
    box-shadow: none;

    @media screen and (min-width: 768px) {
        display: none;
        top: unset;
        bottom: 20px;
        right: 20px;
        transform: none;
    }
}

.nav__search {
    display: none;

    @media screen and (min-width: 768px) {
        margin: 0 10px;
        padding: 10px 10px;
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        gap: 0.75em;
        background-color: #d91f2a;
        color: #fff;
        font-weight: 600;
        cursor: pointer;

        i {
            font-size: 1.35em;
        }
    }
}

@media screen and (min-width: 768px) {
    :has(.search__overlay.active) .btn__search {
        display: block;
    }
}
