@media only screen and (min-width: 1024px) {

	.page-body,
	#page_dossier {
		max-width: 1248px;
		margin: 0 auto;
	}
}

.txtCenter {
	text-transform: initial !important;
}

.header-hub .only-mobile {
	display: none;
}

.header-hub {
	width: 100%;
}

.header-hub h1 {
	color: #9ECDE2;
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding: 0 46px;
}

.header-hub .text-intro {
	text-align: center;
	font-size: 18px;
	margin: 0 auto 20px;
}

.header-hub header {
	/* background:url('bandeau-header.jpg') center center no-repeat; */
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-hub header .img {
	width: 350px;
	margin-bottom: 20px;
}

.header-hub .progress li {
	height: 90px;
	width: 90px !important;
	background: #D0EBF7;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 15px;
}

.header-hub .progress li .step {
	font-size: 40px;
	line-height: 25px;
	text-align: center;
	color: white;
	height: 90Px;
	width: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.header-hub .progress li .step .smaller {
	font-weight: 700;
	font-size: 16px;
}

.header-hub .progress li.is-active .step,
.header-hub .progress li .step:hover {
	width: 120px;
	height: 120px;
	background: #9FCEE2;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 26px
}

.header-hub .title {
	margin-left: 20px;
}

.header-hub .title .head-hashtag a {
	color: #9ECDE2;
	font-size: 23px;
	/* A supprimer quand page categ crÃ©es */
	pointer-events: none;
	cursor: default;
}

.header-hub .title h2 {
	font-size: 40px;
	font-weight: 600;
	color: #122C33;
	margin: 25px 0;
}

.header-hub .title h3 {
	color: #122C33;
	font-weight: 600;
}

.header-hub .title p {
	font-size: 18px;
}


@media screen and (max-width:768px) {
	.header-hub .only-mobile {
		display: block;
	}

	.header-hub .only-desktop,
	.header-hub .title h2 br {
		display: none;
	}

	.header-hub header h1 {
		font-size: 35px;
		line-height: 32px;
		padding: 0 5px 13px;
	}

	.header-hub nav {
		width: 100%;
		overflow: auto;
	}

	.header-hub .progress {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 3% 0 6%;
	}

	.header-hub nav ul {
		width: fit-content;
	}

	.header-hub .progress li {
		margin: 3px 15px;
	}

	.header-hub .progress {
		margin: 3% auto 6%;
		width: fit-content;
		height: 120px;
	}

	.header-hub header .img {
		width: 214px;
	}

	.header-hub .title {
		margin-left: 0;
	}

	.header-hub .title h2 {
		font-size: 30px;
		font-weight: 600;
		color: #122C33;
		margin: 10px 0;
	}
}


/* Slider */
.header-hub .slick-slider {
	position: relative;
	display: flex;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.header-hub .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.header-hub .slick-list:focus {
	outline: none;
}

.header-hub .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.header-hub .slick-slider .slick-track,
.header-hub .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.header-hub .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-hub .slick-track:before,
.header-hub .slick-track:after {
	display: table;
	content: '';
}

.header-hub .slick-track:after {
	clear: both;
}

.header-hub .slick-loading .slick-track {
	visibility: hidden;
}

.header-hub .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.header-hub [dir='rtl'] .slick-slide {
	float: right;
}

.header-hub .slick-slide img {
	display: block;
}

.header-hub .slick-slide.slick-loading img {
	display: none;
}

.header-hub .slick-slide.dragging img {
	pointer-events: none;
}

.header-hub .slick-loading .slick-slide {
	visibility: hidden;
}

.header-hub .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.header-hub .slick-arrow.slick-hidden {
	display: none;
}

.header-hub .slick-arrow {
	position: absolute;
	z-index: 1;
	height: 73%;
	cursor: pointer;
	line-height: 140px;
}

.header-hub .slick-prev.slick-arrow {
	left: -33px;
}

.header-hub .slick-next.slick-arrow {

	right: -33px;
}