
/**
 *  IE-specific CSS
 */


/*      Share widgets :
        position absolue ne "part" pas de l'ancêtre en relative,
        on dirait que ça s'arrête au parent - même si l'élément n'est pas relative
        @see http://redmine.neuros.fr/issues/5286
*/

.msie .col-wrap .col-wrap,
.msie .col--A {
    height: 100%;
}
.msie .panel-zone-rb {
    display: inline-block;
    height: 100%;
}


/*      IE 11 only : les flèches n'apparaissent pas sur les listes de liens
        ex: Montesquieu / col de droite
        PB de spécificité du ::before (on dirait que le sélecteur ne "gagne" pas) ?
        update 2015/03/24 18:28:13 - non c'est pas ça. WTF.
        bon tant pis. pas trouvé.
*/
/*
.msie .pane-entity-field > .field-themes-multi-ref::before,
.msie .item-list > ul > li::before {
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 1.2em !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table-cell !important;
    width: 1% !important;
    content: "\e605" !important;
    vertical-align: top !important;
}
*/



/*      IE 9 : logo homepage non affiché
*/

.front .siteinfo figure img {
    width: 60px;
    height: 24px;
}
.front .siteinfo figure + figure img {
    width: 81px;
    height: 24px;
}

/*.front .siteinfo,
.front .siteinfo figure,
.front .siteinfo a,
.front .siteinfo img {
    height: 32px;
}*/


