/**
 * page.css
 *
 * Auteur : Tony LAURENT <tlaurent@efil.fr>
 * Description : Feuille de styles pour les pages du thème des instituts de la DSV.
 */

/* Titre */

h1 {
  font-family: 'robotoregular', 'Arial';
}

.ms-rtestate-field h2 {
  color: #008136;
}

.ms-rtestate-field h5 {
  font-family: 'robotobold_italic';
  font-size: 13px;
  color: #008136;
  margin-bottom: 6px;
  background: url(../images/chevron-vert-petit-italique.png) no-repeat 0 7px;
  padding-left: 8px;
}

/* Liste */
.ms-rtestate-field ul li {
  background-image: url(../images/triangle-vert.png);
}

/* Fil d'ariane */
.breadcrumb .here {
  color: #008136;
}


/**
 * Cartouche
 */
#ctl00_PlaceHolderMain_FieldsOnEditMode_TaxonomyFieldsControl{
	display: inline;
}


.cartouche .categories {
  display: none;
}



/**
 * Sous menu
 */

/** Écrase les styles du menu de gauche */

#navsub,
#navsub > ul > li > ul {
  background-color: #e7e7e7 !important;
}

#navsub > ul > .nv-item.open > a {
  background-color: #008136;
}

#navsub > ul > .nv-item
        > ul > .nv-item > a:hover {
  color: #008136;
}

#navsub > ul > .nv-item
        > ul > .nv-item.on > a {
  color: #008136;
}


/**
 * Pages spéciales
 */

/* Dossier */

.page_dossier .navsummary .menu .nv-item a,
.page_dossier .navsummary .menu .nv-item .title {
  color: #353535;
}

/* Chapitre */


#chapitres .header h2 a {
  color: #008136;
}

#chapitres .menu .nv-item.on {
  background-image: url(../images/chevron-vert-petit.png);
}

#chapitres .menu .nv-item.on a {
  color: #008136;
}

/* Plan de site */
.page_plan h2 {
  border-color: #008136 !important;
}

.page_plan h2 a {
  background-color: #008136;
}

.page_plan ul.rte-list-1 li strong a {
  color: #008136;
}

/* Publication */
.page_publication #bando-infos .published div,
.page_publication #bando-infos .published .title sup {
  color: #008136 !important;
}

.page_publication #bando-infos .published .title,
.page_publication #bando-infos .published .date {
  color: #008136 !important;
}

/** Actualite */

.page_actualite #navmore .header h2, .page_article #navmore .header h2 {
  font-family: 'robotoregular', 'Arial';
}

/** Page dossier */

.page_dossier #navmore .header h2 {
  font-family: "DIN Next W01 Regular", 'Arial';
}
