

#mainNav .container-fluid {
    text-align: center;
}

#mainNav .navbar-inner {
    background: #d9eae0;
    background: -moz-linear-gradient(top, #d9eae0 0%, #C7D6CD 100%);                                                                                                              background: -webkit-linear-gradient(top, #d9eae0 0%,#C7D6CD 100%);                                                                                                        
    background: linear-gradient(to bottom, #d9eae0 0%,#C7D6CD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eae0', endColorstr='#C7D6CD',GradientType=0 );

}

#mainNav button {
    display: none;
}

#mainNav .brand {
    display: inline-block;
    float: none;
    background-image: url("https://globulestatic.s3-eu-west-3.amazonaws.com/www/hs/aide_de_globule.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 256px;
    height: 128px;

}

#mainNav .container-fluid {
    text-align: center;
    width: 100%;
}

#mainNav .container-fluid a {
    display: inline-block;
}

#docsSearch h1 {
    display:none !important;
}

.brand img {
    display:none;
}

#mainNav .nav {
    display: none;
}

#docsSearch {
    background-color: #C7D6CD;
}

#searchBar button {
    background-color: #4177a5;
}


#actubtn {
   text-decoration: none;
   font-size: 1.3rem; 
   border: 1px solid #5380B1; 
   padding: 6px 12px 6px 12px; 
   border-radius: 20px;
}

#actubtn:hover {
    background-color: #A0D0FF;
}

#actubtn:active {
    background-color: #90C0FF;
}

.vimeodiv {
	padding:56.25% 0 0 0;
    position:relative;
}
.vimeoiframe {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}