/* Apdatation à la taile du logo */
#logo {
    left: -250px;
    margin: 8px;
}
@media (max-width: 1630px) { /* démarre à 1630px au lieu de 1380px */
  #logo {
      left: -30px;
  }
  #megamenu {
      margin-left: 180px;
  }
}



/*********** Header  **************/
#upper-header #navtool a {
    color: #009DE0;
}
#upper-header #navtool li.slash:before {
    color: #009DE0;
}
#upper-header #megamenu2.navbar-nav > li:first-of-type > a { /* lien vers IAU */
    background: #E41600;
    color: white;
}


#megamenu .navbar-nav > .active > a {
    color: #009DE0;
}
#magic-line {
    background: #009DE0;
}
#megamenu a#search {
    color: #009DE0;
}


/*********** Accueil  **************/

/*********** Accueil  **************/
.carousel .carousel-inner .carousel-caption::after, #carouselAccueil .carousel-inner .carousel-caption::after {
    background-color: #009DE0;
}
#toIAU.navbar a {
    background : #009DE0;
}


/*********** Agenda  **************/
#agenda {
    background: #009de0;
}
#news-bt-plus  {
    color: #009de0;
}
#agenda .article .news-list-date {
  color: #009de0;
}
#agenda .news-list-author {
  font-size: 14px;
  color: #009de0;
  font-weight: 500;
}
.fc-unthemed .fc-today {
    color: #009de0 !important;
}
/*********** TITRES  **************/
h2 {
  color: #009DE0;
}
/*********** LIENS  **************/
p a, p a:hover, p a:focus
h2 a, h2 a:hover, h2 a:focus {
  color: #009DE0;
}
a.corporate {
    color : #009DE0;
}
a.downloadBigButton {
    background-color: #009DE0;
}

.btn-iau, .btn-iau:hover, .btn-iau:focus, .label-iau {
    background: #009DE0;
    color: white;
}
/*********** Tabs  **************/
.tabsFluidcontent .nav>li.active>a {
    background-color: #009DE0;
}
/*********** BOOTSTRAP : label et btn  **************/
.filter-content .btn-iau, .filter-content .btn-iau:hover {
    border-color: #009DE0;
    background-color: #009DE0;
}
/*.btn-iau, .btn-iau:hover, .btn-iau:focus,
.label-iau { background:#009DE0; color:white; }*/


/* badge en vente */
.etude-item .desc .badge {
  vertical-align: top;
  margin-left: 5px;
  /* background-color: #5cb85c; */
  background-color: #009DE0;
}

.news .carousel-indicators li.active{
  color: #009DE0;
}

.carousel-indicators li.active{
  background: #009DE0;
}


/********* Footer  *********/
footer a, footer a:hover, footer a:focus {
    color: #999;
}