
	.field-name-chercheur-profiles .layout__region--content header {
		margin: auto auto 2rem;
	}
		.field-name-chercheur-profiles .layout__region--content .views-field-field-region {
			margin-top: auto;
		}

	.field-name-chercheur-profiles .layout__region--content div > section { margin-top: 2vh; }
		.field-name-chercheur-profiles .layout__region--content section div[class*="field-label"] {
			color: #182A5F;
			font-family: 'Open Sans', sans-serif;
			font-weight: 700;
			font-size: 1.2rem;
		}
	
		.field-name-chercheur-profiles .layout__region--content section ul { margin: 1vh 0 0 1vw;}
		
		.field-name-chercheur-profiles .layout__region--content .field-unites ul,
		.field-name-chercheur-profiles .layout__region--content .field-keywords ul,
		.field-name-chercheur-profiles .layout__region--content .field-metho ul,
		.field-name-chercheur-profiles .layout__region--content .field-reseau ul {
			padding-left: 0;
		}
		.field-name-chercheur-profiles .layout__region--content .field-unites li,
		.field-name-chercheur-profiles .layout__region--content .field-keywords li,
		.field-name-chercheur-profiles .layout__region--content .field-metho li,
		.field-name-chercheur-profiles .layout__region--content .field-pathpop li,
		.field-name-chercheur-profiles .layout__region--content .field-reseau li {
			list-style-type: none;
		}
		.field-name-chercheur-profiles .layout__region--content .field-unites li {
			display: block;
		}
		.field-name-chercheur-profiles .layout__region--content .field-unites li:not(:last-child) {
			margin-bottom: .5rem;
			border-bottom: 1px solid #ddd;
			padding-bottom: .5rem;
		}
		.field-name-chercheur-profiles .layout__region--content .field-keywords li,
		.field-name-chercheur-profiles .layout__region--content .field-metho li,
		.field-name-chercheur-profiles .layout__region--content .field-pathpop li {
			display: inline-block;
		}
		.field-name-chercheur-profiles .layout__region--content .field-keywords li:not(:last-child):after,
		.field-name-chercheur-profiles .layout__region--content .field-metho li:not(:last-child):after,
		.field-name-chercheur-profiles .layout__region--content .field-pathpop li:not(:last-child):after {
			content: " |";
		}

		.div-2_cols > div {
			width: 50%;
			float: left;
			padding-right: 1rem;
		}
		
.field.field-name-contact-link {
    float: right;
    z-index: 100;
    position: relative;
    background: url(/themes/custom/pnrfv2/images/enveloppe.png) no-repeat 15px center #A1295F;
    /* width: 30px; */
    margin-right: 1rem;
    text-indent: 40px;
    overflow: hidden;
    /* height: 20px; */
    /* border: 3px solid #f00; */
    padding: 15px;
    border-radius: 10px;
}
.field.field-name-contact-link a {
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.field-name-chercheur-profiles .layout__region--content .field-metho ul{padding-left: 1em;}