body {
	font-size: 14px;
}
body:before {
   content: url('/fileadmin/V6/Templates/Images/logoIAU.png');
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    height:90px;
    width: 120px;
}

h1 {
	font-size: 26px;
}

/* Bootstrap affiche le href des liens */
header a[href]:after,
ul.breadcrumb a[href]:after {
    content: none !important;
 }

ul.breadcrumb button {
    display: none;
 }


/*
header img {
	max-width: 100px;
}*/


/* on corrige une correction firefox */
main .container figure img, 
section .container figure img {
    width: auto;
}





/**** Probleme d'affichage des mosaic isotope */
/**** On corrige à la marge : 1 bloc par ligne (sans ligne de contours) */
.brick
{
position:relative !important;
left:auto !important;
top:auto !important;
display:block !important;
float:left !important;
}
#container
{
height:auto !important;
}
.special-menu .mosaic .brick .page-item {
    border: none;
}