﻿/**
 * base.css
 *
 * Auteur : Tony LAURENT <tlaurent@efil.fr>
 * Description : Feuille de styles de base pour le thème des instituts de la DSV.
 */

#header-wrapper {
  background-image: url(../images/header.jpg);
}


/**
 * Boutons
 */

input.btn[type="submit"] {
  background-color: #008136;
}


/**
 * Branding
 */

#branding .baseline {
  height: 90px;
  margin-top: 50px;
  width: 540px;
}

#branding .logo {
  width: 380px;
}

#branding .baseline strong.h1 {
  font-family: "DINNextW01-CondensedMed", 'Arial';
  font-size: 32px;
  margin-bottom: 4px;
}

#branding .baseline p {
  color: #00538d;
  font-family: "DIN Next W01 Regular", 'Arial';
  font-size: 16px;
  text-transform: uppercase;
}


/**
 * Navquick
 */
 /*
#navquick .menu-horizontal .nv-item.last a {
  border-color: #008136;
  color: #008136;
} 


#navquick .menu-horizontal .nv-item.last a:before{
	font-family: 'icomoon';
	content: "\e601";
	font-size: 18px;
	line-height: 13px;
	vertical-align: -4px;
}
*/

/**
 * Menu principal
 */

#navprimary #nav {
  background: #008136;
  filter: none;
}

#navprimary #nav li.nv-item.last {
  background-image: none;
  background-color: #00538d;
  position: absolute;
  right: 0;
}

#navprimary #nav li.nv-item.last a {
  padding-left: 8px;
}

#navprimary #nav li.nv-item.last a:before {
  font-family: 'icomoon';
  content: "\e601";
  font-size: 18px;
  line-height: 13px;
  vertical-align: -4px;
}

#navprimary #nav li.nv-item.last:hover {
  background-color: #353535;
}

/* Panneau */
#navdropdown h2:hover {
  color: #008136;
  transition: color 0.4s ease;
}

#navdropdown .level1 > a {
  color: #353535;
}

#navdropdown .level1 {
width: 100%;
}
#navdropdown .level1 > a:before {
color: #008136;
}

/**
 * Cover
 */

#cover .btn.btn-primary {
  background-color: #008136;
}


/**
 * Pagination
 */
 
.pagination li.on a {
  background-color: #008136;
  border-color: #008136;
}


/**
 * Tableau liste
 */
 
.page_article .ms-listviewtable .ms-vb2 , .home .ms-listviewtable .ms-vb2 {
  color: #008136;
}

/* Pagination */
.ms-bottompaging .ms-paging {
background-color: #008136;
}


/**
 * Navmore
 */

#navmore li {
  background-image: url(../images/chevron-vert-petit.png);
}

#navmore a {
  color: #008136;
}


/**
 * Cartouche
 */

.cartouche .event-infos {
  color: #008136;
}


/**
 *  Tableau fiche
 */

.rte-table-2 th {
  color: #008136;
}


/**
 * Blocs
 */

/* Encadré */
.ms-rteElement-cea-rte-box-2 {
  border-color: #008136;
}

.ms-rteElement-cea-rte-box-2 h4  {
  background-image: url(../images/chevron-vert.png);
}

/* Encadré couleur */
.ms-rteElement-cea-rte-box-3,
.ms-rteElement-cea-rte-right-box-3 {
  background-color: #008136;
  border-color: #008136;
}

/* Liste de mentions */
.ms-rteTable-CEA-3 th {
color: #008136;
}

/* block voir aussi */
.page_actualite #navmore, .page_article #navmore {
	border: none;
}

.page_article #navmore {
	margin-top: 15px !important;
}

.page_actualite #navmore .inner, .page_article #navmore .inner{
	background-color: #f3f3f3;
    border: 0 none;
	padding: 0 14px 20px !important;
}

.page_actualite #navmore .header, .page_article #navmore .header{
	display: block;
	padding: 14px !important;
	background-image: none;
	background-color: #f3f3f3;
}

.page_actualite #navmore .header h2, .page_article #navmore .header h2{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #444;
    font-family: "DIN Next W01 Regular";
    font-size: 20px !important;
    padding: 0;
    text-transform: uppercase;
}	

.page_actualite #navmore li a, .page_article #navmore li a{
	color: #353535;
	font-weight: normal;
}

.page_actualite #navmore li, .page_article #navmore li{
	background: url("../../images/chevron-gris.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}
