
/**
* HOME
**/

#content .entry-content {
	max-width: 1100px;
}








#home-infos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 55px;
	margin-bottom: 44px;
}

#home-infos .home-infos__item {
	flex: 0 1 200px;
	max-width: 200px;
	padding: 0 3px;
	--infos-item-color: #F00;
}

#home-infos .home-infos__item img {
	width: 100%;
	height: auto;
	border-radius: 999px 999px 0 0;
	border-top: 5px solid var(--infos-item-color);
	border-left: 5px solid var(--infos-item-color);
	border-right: 5px solid var(--infos-item-color);
}

#home-infos .home-infos__item p {
	text-wrap: balance;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	color: inherit;
}

#home-infos .home-infos__item p:before,
#home-infos .home-infos__item p:after {
	content: '';
	display: block;
	height: 3px;
	width: 58.6735%;
	border-radius: 999px;
	background-color: var(--infos-item-color);
	margin: 14px auto 13px auto;
}

#home-infos .home-infos__item#home-infos__item--catho { --infos-item-color: #007380; color: #035963; }
#home-infos .home-infos__item#home-infos__item--classes { --infos-item-color: #EF476F; color: #B5173C; }
#home-infos .home-infos__item#home-infos__item--eleves { --infos-item-color: #06D6A0; color: #048160; }
#home-infos .home-infos__item#home-infos__item--enseignants { --infos-item-color: #FFC43D; color: #93711B; }	







#content #home-actus-slider {
	margin-left: -14px;
	margin-right: -14px;
}

#content .spc_slide {
	position: static;
}

#content .spc_slide .spc_slide__pic {
	position: absolute;
	z-index: 1;
	width: calc(50% + 60px);
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../img/actus-default.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#content .spc_slide .spc_slide__inner {
	position: relative;
	z-index: 2;
	width: 50%;
	min-height: 374px;
	margin: 9px 0 9px auto;
	padding-left: 50px;
	padding-right: 80px;
	padding-top: 112px;
	background-color: #EEEEEE;
	clip-path: polygon(55px 0, 100% 0, 100% 100%, 0 100%);
}

#content .spc_slide .spc_slide__inner h3,
#content .spc_slide .spc_slide__inner p {
	padding-left: 40px;
}

#content .spc_slide .spc_slide__inner h3 {
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	color: #EF476F;
	margin-bottom: 28px;
}

#content .spc_slide .spc_slide__inner p {
	margin-bottom: 29px;
}

#content .spc_navigation {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: auto;
	left: 50%;
	margin: 0;
	height: auto;
	padding-left: 124px;
	padding-top: 39px;
	justify-content: flex-start;
}

#content .spc_navigation .spc_dot {
	width: 27px;
	height: 27px;
	padding: 0;
	flex-basis: 27px;
}

#content .spc_navigation .spc_dot:before {
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border: none;
	background-color: #007380;
}

#content .spc_navigation .spc_dot.active:before {
	background-color: #EF476F;
}

#content .spc_navigation .spc_dot:after {
	display: none;
}

#content .spc_arrows {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: auto;
	left: 50%;
	margin: 0;
	height: auto;
	padding-left: 76px;
	padding-top: 33px;
	justify-content: flex-start;
}

#content .spc_arrows:after {
	content: '';
	display: block;
	position: absolute;
	left: 66px;
	bottom: -10px;
	width: 52%;
	height: 3px;
	border-radius: 999px;
	background-color: #007380;
}

#content .spc_arrows .spc_arrow {
	width: 40px;
	height: 40px;
}

#content .spc_arrows .spc_arrow:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -13px;
	background-color: transparent;
	background-image: none;
	background: none;
	transform: none;
	width: 0;
	height: 0;
	border-radius: 0;
	border: 13px solid transparent;
	border-right-color: #007380;
}

#content .spc_arrows .spc_arrow.spc_arrow_next:before {
	margin-left: -5px;
	border-right-color: transparent;
	border-left-color: #007380;
}

#content .spc_arrows .spc_arrow:after {
	display: none;
}

#content .spc_arrows[data-nb-dot="1"] .spc_arrow:first-child { margin-right: 40px; }
#content .spc_arrows[data-nb-dot="2"] .spc_arrow:first-child { margin-right: 67px; }
#content .spc_arrows[data-nb-dot="3"] .spc_arrow:first-child { margin-right: 94px; }
#content .spc_arrows[data-nb-dot="4"] .spc_arrow:first-child { margin-right: 121px; }
#content .spc_arrows[data-nb-dot="5"] .spc_arrow:first-child { margin-right: 148px; }
#content .spc_arrows[data-nb-dot="6"] .spc_arrow:first-child { margin-right: 175px; }
#content .spc_arrows[data-nb-dot="7"] .spc_arrow:first-child { margin-right: 203px; }
#content .spc_arrows[data-nb-dot="8"] .spc_arrow:first-child { margin-right: 229px; }
#content .spc_arrows[data-nb-dot="9"] .spc_arrow:first-child { margin-right: 256px; }







/**
* AVIS
**/

#content #home-avis-slider h2 {
	text-align: center;
	margin: 0;
}

#content #home-avis-slider .sps_slider_wrapper {
	margin: 0 auto;
}

#content #home-avis-slider .sps_slider_wrapper .sps_slide > figure {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

#content #home-avis-slider .sps_slider_wrapper .sps_slide > figure:before {
	content: '«';
	display: block;
	position: absolute;
	left: 10%;
	top: 0;
	font-family: "Sura", sans-serif;
	font-weight: 700;
	font-size: 220px;
	line-height: 0.4;
	color: #FDC63A;
	opacity: 0.2;
}

#content #home-avis-slider .sps_slider_wrapper .sps_slide > figure:after {
	content: '»';
	display: block;
	position: absolute;
	right: 10%;
	bottom: 0;
	font-family: "Sura", sans-serif;
	font-weight: 700;
	font-size: 220px;
	line-height: 0.8;
	color: #EF476F;
	opacity: 0.2;
}

#content #home-avis-slider .sps_slider_wrapper .sps_slide > figure .avis__content {
	flex: 1 1 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.2857rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-wrap: balance;
}

#content #home-avis-slider .sps_slider_wrapper .sps_slide > figure .avis__author {
	flex: 0 0 auto;
	font-weight: 600;
	color: #007380;
	text-align: center;
}









