


/**
* HOME
**/

#content #home-links {
	padding: 50px 0 70px 0;
	max-width: 1500px;
	text-align: center;
	margin: 0 auto 44px auto;
}

#content #home-links .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 49px;
}

#content #home-links .entry-title:before {
	display: none;
}

#content #home-links picture {
	max-width: 2900px;
}

#content #home-links #home-links-sections {
	position: relative;
	z-index: 2;
}

#content #home-links a.home-links__link {
	display: inline-block;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	width: 160px;
	height: 160px;
	position: relative;
	border-radius: 200%;
	outline-width: 4px;
	outline-style: solid;
	outline-offset: -3px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
	padding: 0 25px;
	margin: 0 9px -18px 9px;
	text-wrap: balance;
	text-transform: uppercase;
	color: #FFFFFF!important;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2;
	font-weight: 700;
}

#content #home-links .home-links__link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 200%;
	outline: inherit;
	outline-offset: -3px;
	opacity: 0.1;
	transition: none;
}

#content #home-links .home-links__link:hover:before {
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
	opacity: 0;
	transition: left .8s cubic-bezier(0,0,.3,1), top .8s cubic-bezier(0,0,.3,1), width .8s cubic-bezier(0,0,.3,1), height .8s cubic-bezier(0,0,.3,1), opacity .8s cubic-bezier(0,-7,.3,1);
}










/**
* PRESENTATION
**/
#home-presentation {
	max-width: 1014px;
	margin: 0 auto 0 auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	z-index: 2;
}

#home-presentation h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 21px;
}

#home-presentation h2 strong:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	margin-top: 20px;
}

#home-presentation > article {
	display: inline-block;
	vertical-align: top;
	width: 43.36%;
	padding-bottom: 32px;
}

#home-presentation > article .entry-title:before {
	display: none;
}

#home-presentation > article .entry-content {
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

#home-presentation > aside {
	display: inline-block;
	vertical-align: top;
	width: 34.67%;
	height: 316px;
}

#home-presentation > aside picture {
	display: block;
	height: 100%;
	margin-right: -310px;
	clip-path: polygon(0 0, calc(100% - 234px) 0, 100% 100%, 0 100%);
	position: relative;
}

#home-presentation > aside picture:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 10px;
	background: #ff0000;
	background: -moz-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: -webkit-gradient(linear, left top, right top, color-stop(21.3%, #E0081D), color-stop(0%, #86CCD1), color-stop(28.8%, #86CCD1), color-stop(0%, #86177D), color-stop(38.6%, #86177D), color-stop(0%, #F1940A), color-stop(51.4%, #F1940A), color-stop(0%, #F8E91B), color-stop(71%, #F8E91B), color-stop(0%, #D8D9DA), color-stop(80.9%, #D8D9DA), color-stop(0%, #13235B), color-stop(93.8%, #13235B), color-stop(0%, #2BA9DC));
	background: -webkit-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: -o-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: -ms-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: linear-gradient(to right, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0081D', endColorstr='#2BA9DC',GradientType=1 );
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: center right;
}

#home-presentation > aside picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}









#content hr.slash-colors {
	width: 160px;
	margin: 34px auto 27px auto;
	height: 24px;
	background: -moz-linear-gradient(-34deg, transparent 9%, #F29400 10%, #F29400 18%, transparent 19%, transparent 23%, #3AAADC 24%, #3AAADC 32%, transparent 33%, transparent 37%, #E2001A 38%, #E2001A 46%, transparent 47%, transparent 51%, #915E36 52%, #915E36 60%, transparent 61%, transparent 65%, #C9D30F 66%, #C9D30F 74%, transparent 75%, transparent 79%, #87167E 80%, #87167E 88%, transparent 89%);
	background: -webkit-linear-gradient(-34deg, transparent 9%, #F29400 10%, #F29400 18%, transparent 19%, transparent 23%, #3AAADC 24%, #3AAADC 32%, transparent 33%, transparent 37%, #E2001A 38%, #E2001A 46%, transparent 47%, transparent 51%, #915E36 52%, #915E36 60%, transparent 61%, transparent 65%, #C9D30F 66%, #C9D30F 74%, transparent 75%, transparent 79%, #87167E 80%, #87167E 88%, transparent 89%);
	background: -o-linear-gradient(-34deg, transparent 9%, #F29400 10%, #F29400 18%, transparent 19%, transparent 23%, #3AAADC 24%, #3AAADC 32%, transparent 33%, transparent 37%, #E2001A 38%, #E2001A 46%, transparent 47%, transparent 51%, #915E36 52%, #915E36 60%, transparent 61%, transparent 65%, #C9D30F 66%, #C9D30F 74%, transparent 75%, transparent 79%, #87167E 80%, #87167E 88%, transparent 89%);
	background: -ms-linear-gradient(-34deg, transparent 9%, #F29400 10%, #F29400 18%, transparent 19%, transparent 23%, #3AAADC 24%, #3AAADC 32%, transparent 33%, transparent 37%, #E2001A 38%, #E2001A 46%, transparent 47%, transparent 51%, #915E36 52%, #915E36 60%, transparent 61%, transparent 65%, #C9D30F 66%, #C9D30F 74%, transparent 75%, transparent 79%, #87167E 80%, #87167E 88%, transparent 89%);
	background: linear-gradient(124deg, transparent 9%, #F29400 10%, #F29400 18%, transparent 19%, transparent 23%, #3AAADC 24%, #3AAADC 32%, transparent 33%, transparent 37%, #E2001A 38%, #E2001A 46%, transparent 47%, transparent 51%, #915E36 52%, #915E36 60%, transparent 61%, transparent 65%, #C9D30F 66%, #C9D30F 74%, transparent 75%, transparent 79%, #87167E 80%, #87167E 88%, transparent 89%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

#content #home-actus + hr.slash-colors {
	margin-bottom: 0px;
}

#content #home-infos + hr.slash-colors {
	margin-bottom: 44px;
}








/**
* ACTUALITES
**/
#home-actus {
	max-width: 1014px;
	margin: 0 auto 42px auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	z-index: 2;
	background-color: #000000;
}

#home-actus h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 21px;
}

#home-actus h2 strong:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	margin-top: 20px;
}

#home-actus > article {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	padding-right: 20px;
	padding-bottom: 32px;
	text-wrap: balance;
}

#home-actus > article .entry-title:before {
	display: none;
}

#home-actus > article .entry-content {
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}

#home-actus > aside {
	display: inline-block;
	vertical-align: top;
	width: 35.67%;
	height: 316px;
	position: relative;
	z-index: 2;
}

#home-actus > aside picture {
	display: block;
	height: 100%;
	margin-right: -234px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, calc(100% - 234px) 100%, 0 100%);
	position: relative;
	padding: 7px 0;
}

#home-actus:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 10px;
	z-index: 1;
	background: #ff0000;
	background: -moz-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: -webkit-gradient(linear, left top, right top, color-stop(21.3%, #E0081D), color-stop(0%, #86CCD1), color-stop(28.8%, #86CCD1), color-stop(0%, #86177D), color-stop(38.6%, #86177D), color-stop(0%, #F1940A), color-stop(51.4%, #F1940A), color-stop(0%, #F8E91B), color-stop(71%, #F8E91B), color-stop(0%, #D8D9DA), color-stop(80.9%, #D8D9DA), color-stop(0%, #13235B), color-stop(93.8%, #13235B), color-stop(0%, #2BA9DC));
	background: -webkit-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: -o-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: -ms-linear-gradient(left, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	background: linear-gradient(to right, #E0081D 21.3%, #86CCD1 0%, #86CCD1 28.8%, #86177D 0%, #86177D 38.6%, #F1940A 0%, #F1940A 51.4%, #F8E91B 0%, #F8E91B 71%, #D8D9DA 0%, #D8D9DA 80.9%, #13235B 0%, #13235B 93.8%, #2BA9DC 0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0081D', endColorstr='#2BA9DC',GradientType=1 );
	background-repeat: repeat;
	background-size: 65% auto;
	background-position: center left;
	transform: scaleX(-1);
}

#home-actus > aside picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}








/**
* INFOS
**/

#home-infos {
	max-width: 1014px;
	margin: 0 auto 42px auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 2;
	background-image: url('../img/home-infos-fond.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center;
}

#home-infos h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 21px;
	color: #000;
}

#home-infos h2.entry-title strong {
	color: #000;
}

#home-infos > article,
#home-infos > aside {
	display: inline-block;
	vertical-align: top;
	width: auto;
	flex: 0 0 auto;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22158%22%20height%3D%22158%22%20viewBox%3D%220%200%201580%201580%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23BF4848%22%20opacity%3D%220.15%22%20d%3D%22M1365.418%2C1446.819c-37.064%2C39.635-80.795%2C58.125-137.566%2C58.125c-5.602%2C0-11.393%2C0-16.877-0.369c-109.604-7.012-211.221-49.791-287.512-86.281c-209.075-101.211-392.338-244.739-544.685-426.596C253.22%2C840.364%2C168.796%2C699.777%2C113.091%2C549.27c-34.123-91.358-46.85-162.449-41.271-230.511c3.657-42.783%2C20.168-78.314%2C50.474-108.624L248.268%2C84.162c17.91-16.81%2C36.912-25.718%2C54.916-25.718c22.606%2C0%2C41.137%2C13.785%2C52.699%2C25.349l1.105%2C1.108c21.524%2C20.112%2C42.136%2C40.968%2C66.479%2C66.108c5.777%2C5.962%2C11.77%2C12.047%2C17.561%2C17.934c5.74%2C5.831%2C11.677%2C11.861%2C17.536%2C17.903l100.871%2C100.873c19.416%2C19.417%2C28.856%2C37.74%2C28.856%2C56.021c0%2C18.28-9.44%2C36.605-28.856%2C56.023c-3.593%2C3.591-7.145%2C7.186-10.683%2C10.765c-6.861%2C6.942-13.958%2C14.12-21.067%2C20.987c-33.053%2C33.84-61.442%2C62.088-92.678%2C90.095l-0.035%2C0.034l-0.035%2C0.033c-0.219%2C0.218-0.438%2C0.396-0.644%2C0.564c-0.465%2C0.385-0.984%2C0.808-1.377%2C1.458c-31.255%2C31.383-26.827%2C62.147-19.47%2C85.45l0.423%2C1.271l0.693%2C2.081l0.019%2C0.055l0.024%2C0.057c25.967%2C62.906%2C62.843%2C123.079%2C119.566%2C195.104l0.063%2C0.084l0.074%2C0.071l0.307%2C0.309c102.292%2C125.995%2C209.718%2C223.733%2C328.416%2C298.796c15.209%2C9.643%2C30.637%2C17.36%2C45.557%2C24.827c13.314%2C6.653%2C25.83%2C12.911%2C36.471%2C19.516l0.066%2C0.042l0.072%2C0.04c0.666%2C0.328%2C1.348%2C0.76%2C2.07%2C1.208c0.764%2C0.475%2C1.549%2C0.97%2C2.363%2C1.379c12.678%2C6.333%2C24.898%2C9.42%2C37.357%2C9.42c31.387%2C0%2C50.957-19.57%2C57.389-26.005l126.344-126.342c12.406-12.408%2C31.939-27.195%2C54.549-27.195c24.221%2C0%2C42.914%2C16.537%2C51.9%2C26.398l0.797%2C0.797l203.553%2C203.55c37.016%2C36.659%2C37.236%2C74.622%2C0.656%2C112.853c-0.439%2C0.217-0.781%2C0.573-0.953%2C1.018c-11.609%2C12.459-23.438%2C23.958-35.943%2C36.122c-2.783%2C2.701-5.596%2C5.437-8.443%2C8.215C1413.434%2C1395.132%2C1388.572%2C1419.554%2C1365.418%2C1446.819z%22%2F%3E%3C%2Fsvg%3E");
	background-size: auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 40px 0 80px 90px;
}

#home-infos > article {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22158%22%20height%3D%22158%22%20viewBox%3D%220%200%201580%201580%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23BF4848%22%20opacity%3D%220.15%22%20d%3D%22M1217.521%2C813c0%2C39.382-31.922%2C71.001-71.259%2C71.001H743V432.657c0-39.383%2C31.617-71.259%2C71-71.259c39.384%2C0%2C71%2C31.876%2C71%2C71.259V742h261.263C1185.6%2C742%2C1217.521%2C773.618%2C1217.521%2C813z%20M1550.071%2C812.715c0%2C406.656-329.697%2C736.356-736.356%2C736.356c-406.661%2C0-736.357-329.7-736.357-736.356c0-406.661%2C329.697-736.357%2C736.357-736.357C1220.374%2C76.358%2C1550.071%2C406.055%2C1550.071%2C812.715z%20M1407.552%2C812.715c0-327.466-266.372-593.837-593.837-593.837c-327.466%2C0-593.836%2C266.371-593.836%2C593.837c0%2C327.462%2C266.371%2C593.834%2C593.836%2C593.834C1141.18%2C1406.549%2C1407.552%2C1140.177%2C1407.552%2C812.715z%22%2F%3E%3C%2Fsvg%3E");
	background-position: top right;
	padding: 120px 80px 50px 0;
}

#home-infos > article .entry-title:before,
#home-infos > aside .entry-title:before {
	display: none;
}

#home-infos > article .entry-content,
#home-infos > aside .entry-content {
	text-align: right;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #3C3A3A;
}

#home-infos > aside .entry-content {
	text-align: left;
}












@media screen and (max-width:1500px) {
	#content #home-links #home-links-sections br.under-1500 {
		display: block!important;
	}

	#content #home-links #home-links-sections {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}

	html #masthead > #header__background #header__background__content {
		justify-content: flex-end;
		padding-right: 20px;
	}
}




