body h1 {
    font-size: 3.75em;
	letter-spacing: normal;
}



/* HEADER */

.logo-img img {
	display: block;
}



/* ENTETE */

.not-front #zone-preface-wrapper {
	font-size: 1rem;
	background-image: url(../img/v5/banniere.jpg);
	background-position: 50% 100%;
}
body.not-front #zone-preface {
	height: 360px !important;
}
body.not-front #zone-preface .region {
	margin-left: 0;
	margin-right: 0;
}
body #zone-preface #region-preface-first .region-inner {
	text-align: left;
}

/* */

body #zone-preface #region-preface-second {
	bottom: 30px;
}
body #block-crumbs-breadcrumb .content {
	font-size: 0.75em;
}



/* PAGINATION */

body .item-list .pager {
	font-size: 1rem;
	height: 1.25rem;
}
body .item-list .pager li {
	color: #384c9d;
	font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1;
}
body .item-list .pager li a {
	color: #707070;
	height: 1.25rem;
	display: block;
}
body .item-list .pager li.pager-first a,
body .item-list .pager li.pager-previous a,
body .item-list .pager li.pager-next a,
body .item-list .pager li.pager-last a {
}
body .item-list .pager li.pager-first a::before,
body .item-list .pager li.pager-first a::after,
body .item-list .pager li.pager-previous a::before,
body .item-list .pager li.pager-next a::before,
body .item-list .pager li.pager-last a::before,
body .item-list .pager li.pager-last a::after {
	height: 15px;
	width: 15px;
	top: 2px;
}
body .item-list .pager li.pager-first a::after {
	left: -3px;
}
body .item-list .pager li.pager-last a::after {
	right: -3px;
}



/* =====================
RESPONSIVE
===================== */

@media all and (min-width: 1051px) {
	
	/* ENTETE */
	
	body #zone-preface #region-preface-first .region-inner,
	body #zone-preface #region-preface-second .region-inner {
		padding-left: calc(1% + 10px);
		padding-right: calc(1% + 10px);
	}
}

@media all and (max-width: 1050px) {
	
	
}

@media all and (max-width: 740px) {
	
	/* ENTETE */
	
	body #zone-preface #region-preface-first .region-inner,
	body #zone-preface #region-preface-second .region-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	body h1 {
		font-size: 2.125em;
	}
}