.glyphicon-triangle-right, .glyphicon-triangle-bottom {
    color: black;
    font-size: 10px;
}

#menu{
    margin-top: 1em;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}


@media only screen and (min-width: 992px) {
    #menu-mobile {
        width: 100%;
        display: none;
    }
    

    #left-menu {
        max-width: 250px;
        height: 60vw;
    }
    

}

@media only screen and (max-width: 992px) {
    #menu {
        display: none;
    }
.collapsing {
    -webkit-transition: none;
    transition: none;
}

.collapse a{
    background-color: #ddd;
}
    #homepage-logo {
        margin: 0 auto;
    }

    #boule-top-wrapper {
        display: none;
    }

    #boule-center {
        display: none;
    }
}

#menu-mobile .list-group-item {
    border-radius: 0px;
    border-top-width: 0px;
    font-weight: bold;
    
}



#left-menu {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #EEEEEE;
    font-family: 'Eurostile' !important;
    
}

.linkedin {
    margin-left: 10px;
}

#left-menu-list li {
    
    font-family: 'Eurostile' !important;
    font-weight: bold;
    text-align: right;
    color: #AB0534;
    font-size: 15px;
}

.dropdown-menu li a{
    
    font-weight: bold;
}

#left-menu-list li a {
    color: #AB0534;
    font-family: 'Eurostile';
    padding-top:4px;
    padding-bottom: 4px;
}

#left-menu-list li a:visited {
    color: #AB0534;
}

#left-menu-list li a:hover {
    color: white;
    background-color: #AB0534;
}

.dropdown-menu {
    top: 0;
    left: 100%;
    background-color: #EEEEEE;
    border-radius: 0px;
}


 .iso{
        width:100%;
        text-align: center;
    }
    
    .iso-center{
        text-align: center;
    }

.iso-text{
    text-align: left;
    margin-top:-6px;
    padding-left:10px;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.underline:hover{
    text-decoration: underline;
    -moz-text-decoration-color: #AB0534 !important;
    text-decoration-color: #AB0534 !important;
}

.iso-title{
    padding:10px;
    font-size: 18px;
    font-weight: 700px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color:#666;
}