/**
 * accueil.css
 *
 * Auteur : Tony LAURENT <tlaurent@efil.fr>
 * Description : Feuille de styles pour l'accueil du thème des instituts de la DSV.
 */

.home #content {
  padding-top: 0 !important;
}

.home .ms-rtestate-field h3 {
  font-family: "DIN Next W01 Regular", 'Arial';
  font-size: 20px;
  text-transform: uppercase;
  background: none;
  margin: 0;
  line-height: normal;
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
  font-weight: normal;
}


/**
 * Structure
 */

.home .col1 {
  display: none;
}

.home .col2 {
  width: 690px;
  padding-right: 20px;
}

.home .col3 {
  width: 230px;
}

.home .middle1 {
  margin-bottom: 60px;
}

.home .middle2 {
  margin-bottom: 20px;
}


.home .block {
margin: 0;
}


/**
 * Slider
 */
 
.home .middle1 .webpart {
  margin-bottom: 0;
  float: none;
}


/**
 * Mosaic
 */

 .home .webpart-mosaic {
  background: url(../images/pixel-gris-fonce.gif) repeat-x 0 14px;
}
 
.home .webpart-mosaic .header {
  background: none;
  margin-bottom: 8px;
}
 
.home .webpart-mosaic .header h2 {
  background: #fff !important;
  padding: 0 8px 0 0;
  color: #353535 !important;
}

.home .webpart-mosaic .header h2 small {
  display: none;
}

.home .webpart-mosaic .nv-item {
  width: 210px;
}


/**
 * Blocs personnalisés
 */
 
.home .middle2 .ms-rtestate-field {
  background: url(../images/pixel-gris-fonce.gif) repeat-x 0 34px;
}

.home .middle2 .ms-rtestate-field h3 {
  line-height: 1em;
  margin-bottom: 10px;
}

.home .middle2 .ms-rtestate-field p {
  margin: 0;
}

.home .middle2 .ms-rtestate-field p a {
  text-decoration: none !important;
}

.home .middle2 .ms-rtestate-field p a:hover {
  text-decoration: underline !important;
}

.home .middle2 .ms-rtestate-field img {
  margin: 0 0 8px 0 !important;
  width: 100% !important;
  height: auto !important; 
}

.home .middle2 .ms-rtestate-field {
  margin-right: 15px;
}


/**
 * Nos tutelles
 */

.home .middle3 .ms-rtestate-field {
  background: url(../images/pixel-gris-fonce.gif) repeat-x 0 14px;
  width: 680px;
}

.home .middle3 .ms-rtestate-field h3 {
  display: block;
  border-bottom: solid 1px #353535;
  padding: 0 0 4px;
}

.home .middle3 .ms-rtestate-field img {
  margin: 16px 20px 0 0 !important;
}


/**
 * En bref
 */

.home .col3 div:first-child {
  margin-bottom: 0;
}

#edito {
  margin-bottom: 50px;
  width: 100% !important;
}
 
#edito .inner {
  background-image: none;
  background-color: #cce6d7;
  border: none;
  padding: 18px;
  min-height: 337px;
}

#edito .inner p {
  font-size: 11px;
  margin: 0;
}

#edito .inner p:first-child {
  border-bottom: dashed 1px #353535;
  padding-bottom: 12px;
  font-size: 13px;
  margin-bottom: 20px;
}


/**
 * Tableau liste
 */

 .home .ms-listviewtable {
  border-bottom: none !important;
  padding: 0 5px;
}


.home .ms-listviewtable .ms-vb2 {
  font-size: 13px;
  font-weight: normal;
}

.home .ms-listviewtable .ms-vb-tall a {
  text-decoration: underline;
  font-size: 12px;
}


/**
 * Webpart à droite
 */

.home .col3 .webpart {
  border: none;
}

.home .col3 .webpart .header {
  margin-bottom: 14px;
}

.home .col3 .webpart .intro {
  margin-left: 0;
}

.home .col3 .webpart h2 {
  font-family: 'robotoregular', 'Arial';
  display: block;
  font-size: 16px;
  text-transform: none;
}

/* Liste */
.home .col3 .webpart-list .title a {
  font-size: 13px;
  font-weight: normal;  
}

.home .col3 .webpart-list .title a:before {
  content: '> ';
}

.home .col3 .webpart-list{
	width: auto !important;
}

/* Agenda */
.home .col3 .webpart-agenda {
  background-color: #e7e7e7;
}

 .home  .ms-listviewtable .ms-WPBorder{
	border: none;
}

.home .ms-newsletterline{
	display: none;
}

.home .ms-rtestate-field h4{
	display: block;
    font-family: "robotoregular", 'Arial';
    font-size: 16px;
    text-transform: none;
	background: #353535 !important;
	padding: 6px 0 0 10px;
	color: #fff;
	width: 220px;
	min-height: 24px;
	margin-top: 20px;
	line-height: 1em;
}	
