#primaryNav {
    position: relative;
}

@media screen and (min-width: 1024px) {
    #header nav:not(.top-nav-collapse) #connexion_agent {
        top: 88px;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid #009ae1;
        height: 35px;
        right: 0;
        bottom: -18px;
        padding: 7px 15px;
        color: #fff !important;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        border-right: 2px solid #009ae1;
        border-left: 2px solid #009ae1;
        border-radius: 0 0 10px 10px;

        transition: all 0.5s;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

    #header .top-nav-collapse #connexion_agent {
        top: 78px;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid #009ae1;
        height: 35px;
        right: 0;
        bottom: -18px;
        padding: 7px 15px;
        color: #fff !important;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        border-right: 2px solid #009ae1;
        border-left: 2px solid #009ae1;
        border-radius: 0 0 10px 10px;

        transition: all 0.5s;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

    #connexion_agent:hover {
        text-decoration: none;
    }
}

@media screen and (min-width: 1200px) {
    #header nav:not(.top-nav-collapse) #connexion_agent {
        top: 107px;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid #009ae1;
        height: 35px;
        right: 0px;
        bottom: -18px;
        padding: 7px 15px;
        color: #fff !important;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        border-right: 2px solid #009ae1;
        border-left: 2px solid #009ae1;
        border-radius: 0 0 10px 10px;

        transition: all 0.5s;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

    #header .top-nav-collapse #connexion_agent {
        top: 97px;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid #009ae1;
        height: 35px;
        right: 0px;
        bottom: -18px;
        padding: 7px 15px;
        color: #fff !important;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
        border-right: 2px solid #009ae1;
        border-left: 2px solid #009ae1;
        border-radius: 0 0 10px 10px;

        transition: all 0.5s;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

    #connexion_agent:hover {
        text-decoration: none;
    }
}