body {
	position: relative;
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2rem;
	margin: 0;
    color: #5D5D5D;
    text-align: left;
	background-color: #fff;
}

.header {
    #padding-left: 5rem;
    height: 9rem;
    top: 0;
	#border-bottom: 1px solid #D7D7D7;
	##position: fixed;
	width: 100%;
	z-index: 100;
	background-color: white;	
}

.header .header-holder {
	padding-left: 5rem;
    padding-right: 0;
    padding-top: 0;
	padding: 0.2rem 2.1rem 0;
	position: relative;
	align-items: center;
	justify-content: space-between;
	height:  5rem;
	##width: 190px;
}

.header .header-holder .header-titre {
	position: absolute;
	width: calc(100% - 38rem);
	background: #fff;
	display: flex;
	align-items: center;
	height: calc(100% - 1px);
	padding: 0 4rem;
	top: 0;
	right: 10rem;
	transform: translateX(100px);
	transition: all 0.2s ease-in-out;	
	color: #63003c;
	font-weight: bold;
	font-size: 1.8rem;
}

.header .header-bottom {
	background: #63003c;
	height:  4rem;
}

.logo {
	width: 190px;	
}

.sidebar-left {
	width: 5rem;
	min-width: 5rem;
	position: relative;
	border-left: 1px solid #D7D7D7;
	#transition: all 0.2s ease-in-out;
	border-left: 1px solid #D7D7D7;
}

.sidebar-right{
	width: 5rem;
	min-width: 5rem;
	position: relative;
	border-left: 1px solid #D7D7D7;
	#transition: all 0.2s ease-in-out;
	border-right: 1px solid #D7D7D7 !important;
}

.main-content {
	padding-bottom: 5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.main-content .content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-right: 2rem;
}

.content-field h3 {
	padding-bottom: 1rem;
	border-bottom: 2px dotted #D7D7D7;
	line-height: 2.2rem;
	color: #000;
}

.content-field h2 {
	padding-bottom: 1rem;
	border-bottom: 2px dotted #D7D7D7;
	line-height: 2.2rem;
	color: #000;
}

.content-field a:not(.btn) {
	font-weight: 600;
	#color: #000;
	color: #8B1B59;
	text-decoration: none;
	background-color: transparent;
}

.content-field .read-more a {
	text-decoration: none;
	color: #8B1B59;
}


.row-articles {
	display: flex;
	#flex-wrap: wrap;
	margin-right: -12.5px;
	margin-left: -12.5px;
}

.col-articles {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.0%;
	flex: 0 0 22.0%;
	max-width: 22.0%;
	padding-right: 12.5px;
	padding-left: 12.5px;
}

.article {
	position: relative;
	border: 1px solid #D7D7D7;
	background-color: white;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
	line-height: 1rem;
}


.content-article {
	padding: 1rem;
}

.paragraphe-libre {
	background-color: #8B1B59;
	color: #fff;
	padding: 0.5rem 0.5rem;
	max-width: 600px;
}

.paragraphe-libre h3  {
	color: #fff !important;
}

.paragraphe-libre a  {
	color: #fff !important;
}

.content-field p {
	line-height: 1.5rem;
}

.content-field ul {
		padding-left: 3rem;
		overflow: hidden;
}

ul {
		list-style: none;
}

.main-content ul li {
    position: relative;
	
}	

.cadre {
	border: 1px solid #D7D7D7;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
