.logoa {
    position: absolute;
    left: 7px;
}

.logoa img {
    width: 150px;
}

.agorim.navbar.navbar-default.navbar-fixed-top {
    background-color: #516b89;
    border-color: rgba(81, 107, 137, 0.00);


}
ul.nav.navbar-nav li{
   float: left;
}

.agorim.navbar.navbar-default.navbar-fixed-top {
    background-color: #516b89;
    border-color: rgba(81, 107, 137, 0.00);
}

.text-abs
{
    position: absolute;
    margin-top: -35px;
    Z-INDEX: 4;
    WIDTH: 100%;
    top: 50%;
    COLOR: WHITE;

}
.row.text-abs {
     margin-left: 0;
    margin-right: 0;
}


.agorimb .container-fluid {
    padding-left: 140px;

}


.btitle {
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 2000;
    text-align: center;
}



nav.agorim.navbar.navbar-default.navbar-fixed-top a.nav-title {
    font-size: 1.4em;
    padding-top: 4px;
    margin-top: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 100;
}

.reseaux {
    position: absolute;
    z-index: 2;
    top: 5em;
    width: 3%;
    min-width: 50px;
    padding: 0.5em;
    right: 0;
}

.reseaux img {
    width: 100%;
    margin-top: 0.5em;
}

/*CONTACT*/
nav.agorim.navbar.navbar-default.navbar-fixed-top a {
    color: black;
    font-family: 'Open Sans Light', sans-serif;
    margin-top: 6px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: initial;
}

nav.agorim.navbar.navbar-default.navbar-fixed-top a:hover, nav.agorim.navbar.navbar-default.navbar-fixed-top a:focus{
    text-decoration: none;
}

@media all and (max-width: 915px) {
    .im-menu{
        display: none;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media all screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}



/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}