/**
 * @file
 * Subtheme specific CSS.
 */

.node--type-actualite h2 {
    font-size: 1.3em;
    margin-left: 22px;
    margin-top: 30px;
}

/*
.node--type-actualite h2::before {
    content: "" !important;
    position: absolute !important;
    width: 13px !important;
    height: 13px !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    margin-top: 14px;
    margin-left: -15px;
}
*/

.field--name-field-resume {
    font-style: italic;
    margin-bottom: 20px;
}

.field--type-entity-reference {
    margin: 0;
}

.view-les-actualites .view-content .item-list {
    z-index: 2 !important;
}