/**************************************************************************************************************/
/*

			NOM DU SITE - Page d'accueil

*/
/**************************************************************************************************************/


#portal-globalnav li#portaltab-index_html.selected a,
#portal-globalnav li#portaltab-index_html.selected a:hover,
#portal-globalnav li#portaltab-index_html.selected a:focus{
	font-weight: 700;
}
#portal-column-content h1{
	position:absolute;
	top:-5000px;
}
#portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}

#visual-portal-wrapper #portal-column-content {
	max-width: none;
	padding-bottom: 0;
}
#portletPageTopRow > div {
	padding: 80px 0;
}

#portletPageTopRow > div > div,
#portletPageTopRow > div > dl.portlet{
	max-width: var(--max-width);
	margin: auto;
}


#portal-column-content #portletPageTopRow > div > .portlet > .portletHeader {
	font-family: var(--font-title);
	font-size: 3.5em;
	line-height: 1.3;
	text-align: center;
	margin-bottom: calc(var(--margin-current)/2);
}


#portal-column-content #portletPageTopRow > div > .portlet > .portletFooter {
	text-align: center;
}
#portal-column-content #portletPageTopRow > div > .portlet > .portletFooter a{	
	color: #fff !important;
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary2) 100%);

	box-shadow: none;
	border: none;
	padding: 12px 50px 12px 70px; 
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: var(--font-title);
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

#portal-column-content #portletPageTopRow > div > .portlet > .portletFooter a:after {
	content: "\e901";
	font-family: var(--font-picto);
	margin-left: 10px;
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	display: inline-block;
	opacity: 0;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #portletPageTopRow > div > .portlet > .portletFooter a:hover:after {
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(10px);
}

#portal-column-content #portletPageTopRow > div > .portlet > .portletFooter a:hover{
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%);
	color: #fff !important;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 60px;
}

/*--------------------------------------------------------------------------------------------------------------
	== HERO
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper .portlet-embed-scroll {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 102;
	text-align: center;
}
#visual-portal-wrapper .portlet-embed-scroll a{
	font-size: 6em;
	display: inline-flex;
	text-decoration: none;
}

#visual-portal-wrapper .hero:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	z-index: 101;
	content: "";
	background: linear-gradient(90deg, rgba(226,0,110,1) 25%, rgba(0,117,189,1) 25%, rgba(0,117,189,1) 50%, rgba(122,180,29,1) 50%, rgba(122,180,29,1) 75%, rgba(242,148,0,1) 75%, rgba(242,148,0,1) 100%);
}
#visual-portal-wrapper .splide__arrow--next,
#visual-portal-wrapper .splide__arrow--prev {
	background: none;
	opacity: 1;
}
#visual-portal-wrapper .splide__arrow--next::after,
#visual-portal-wrapper .splide__arrow--prev::after {
	content: "";
	font-family: var(--font-picto);
	color: #fff;
	font-size: 1.5em;
}
#visual-portal-wrapper .splide__arrow--prev::after {
	content: "";
}
#visual-portal-wrapper .splide__arrow--next svg,
#visual-portal-wrapper .splide__arrow--prev svg {
	display: none;
}
#visual-portal-wrapper .hero li:before {
	height: 100vh;
}

#visual-portal-wrapper .hero li:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50vh;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	content: "";
	z-index: 1;
	pointer-events: none;
}

#visual-portal-wrapper .hero li > a {
	pointer-events: none;
}
#visual-portal-wrapper .hero li .infos {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	max-width: calc(var(--max-widthSmall) - 250px );
	z-index: 100;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 1.7em;
}

#visual-portal-wrapper .hero li .infos h2 a{
	color: #fff;
	text-decoration: none;
}
#visual-portal-wrapper .hero li .infos h2 a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
}
#visual-portal-wrapper .hero li .infos a.savoirplus{	
	color: #fff !important;
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary2) 100%);

	box-shadow: none;
	border: none;
	padding: 12px 50px 12px 70px; 
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: var(--font-title);
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

#visual-portal-wrapper .hero li .infos a.savoirplus:after {
	content: "\e901";
	font-family: var(--font-picto);
	margin-left: 10px;
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	display: inline-block;
	opacity: 0;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#visual-portal-wrapper .hero li .infos:hover a.savoirplus:after {
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(10px);
}

#visual-portal-wrapper .hero li .infos:hover a.savoirplus{
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%);
	color: #fff !important;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 60px;
}



/*--------------------------------------------------------------------------------------------------------------
	== INTRO
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper .intro {
	max-width: var(--max-widthSmall);
	margin: auto;
}
#visual-portal-wrapper .intro > h2{
	display: none;
}

#visual-portal-wrapper .intro > div{
	font-size: 1.7em;
	line-height: 1.4;
	text-align: center;
}
#visual-portal-wrapper .intro > div a.bouton2 {	
	color: var(--color-primary);
	background: #fff;
	border: 2px solid var(--color-primary);

	box-shadow: none;
	padding: 12px 50px 12px 70px; 
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: var(--font-title);
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

#visual-portal-wrapper .intro > div a.bouton2:after {
	content: "\e901";
	font-family: var(--font-picto);
	margin-left: 10px;
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	display: inline-block;
	opacity: 0;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#visual-portal-wrapper .intro > div a.bouton2:hover:after {
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(10px);
}
#visual-portal-wrapper .intro > div a.bouton2:hover{
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%);
	color: #fff !important;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 60px;
}



/*--------------------------------------------------------------------------------------------------------------
	== ACTUALITES
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper .portlet-les-actualites {
	background: var(--color-bg);
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
#visual-portal-wrapper .actus > ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
#visual-portal-wrapper .actus > ul > li{
	width: 25%;
	padding: 0 10px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
}
#visual-portal-wrapper .actus > ul > li a.illustration{
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#visual-portal-wrapper .actus > ul > li a.illustration:after {
	content: "";
	padding-top: 60%;
	display: block;
}
#visual-portal-wrapper .actus > ul > li a.illustration img{
	position: absolute;
	object-fit: cover;
	top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
    left: 50%;
	max-width: none;
    width: 101%;
    height: 101%;
	min-height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#visual-portal-wrapper .actus > ul > li:hover a.illustration img{
    -moz-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
	-o-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
	transform: translateX(-50%) translateY(-50%) rotateY(180deg);
}
#visual-portal-wrapper .actus > ul > li h2{
	margin: 0 0px 5px;
	font-size:1.8em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	color: var(--color-current) !important;
}
#visual-portal-wrapper .actus > ul > li h2 a{
	color: var(--color-current) !important;
	text-decoration: none;
}
#visual-portal-wrapper .actus > ul > li h2 a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#visual-portal-wrapper .actus > ul > li p{
	line-height:1.4;
	font-size: 1.6em;
	margin: 0 0px 30px;
	text-align: left;
}

#portal-column-content #portletPageTopRow > div > .portlet.actus > .portletFooter a{	
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

/* picto */ 
#visual-portal-wrapper .actus > ul > li::before {
	position: absolute;
    top: 0px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px 20px;
    background: var(--color-bg);
    color: var(--color-primary);
    border-radius: 0 0 15px 0;
    font-family: var(--font-picto);
    font-size: 1.5em;
    z-index: 9;
}
#visual-portal-wrapper .actus > ul > li.albumphotos::before {
	content: "\e910";
}
#visual-portal-wrapper .actus > ul > li.video::before {
	content: "\e913";
}
#visual-portal-wrapper .actus > ul > li.son::before {
	content: "\e911";
}
#visual-portal-wrapper .actus > ul > li.atevent::before {
	content: "\e90d";
}
#visual-portal-wrapper .actus > ul > li.atblob::before {
	content: "\e912";
}
#visual-portal-wrapper .actus > ul > li.atlink::before {
	content: "\e90f";
}
#visual-portal-wrapper .actus > ul > li.atfolder::before {
	content: "\e90e";
}
#visual-portal-wrapper .actus > ul > li.atdocument::before {
	content: "\e912";
}
#visual-portal-wrapper .actus > ul > li.atnewsitem::before {
	content: "\f0a1";
	font-family: "FontAwesome";
}


/*--------------------------------------------------------------------------------------------------------------
	== CARTE
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper #portletPageTopRow > div.portlet-carte-1 {
	padding: 0;
	position: relative;
}
#visual-portal-wrapper #portletPageTopRow > div.portlet-carte-1 p{
	margin-bottom: 0;
}
#visual-portal-wrapper #portletPageTopRow > div.portlet-carte-1 img{
	height: auto !important;
}
#visual-portal-wrapper #portletPageTopRow > div.portlet-carte-1:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	content: "";
	z-index: 1;
	pointer-events: none;
}
#visual-portal-wrapper #portletPageTopRow > div.portlet-carte-1:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	z-index: 101;
	content: "";
	background: linear-gradient(90deg, rgba(226,0,110,1) 25%, rgba(0,117,189,1) 25%, rgba(0,117,189,1) 50%, rgba(122,180,29,1) 50%, rgba(122,180,29,1) 75%, rgba(242,148,0,1) 75%, rgba(242,148,0,1) 100%);
}



/*--------------------------------------------------------------------------------------------------------------
	== CENTRE SPIRITUEL
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper .portlet-centre-spirituel {
	background: var(--color-bg);
	position: relative;
}

#visual-portal-wrapper .centre-spirituel-home .illustration {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 50px);
	bottom: 0;
	content: "";
	overflow: hidden;
}
#visual-portal-wrapper .centre-spirituel-home .illustration img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
#visual-portal-wrapper .centre-spirituel-home > h2 {
	display: none;
}

#visual-portal-wrapper .centre-spirituel-home > div {
	padding-left: calc(50% + 80px);
	font-size: 1.7em;
}
#visual-portal-wrapper .centre-spirituel-home > div h2{
	color: var(--color-primary);
	margin-bottom: 30px;
	margin-top: 20px;
	line-height: 1;
}
#visual-portal-wrapper .centre-spirituel-home > div h2 img{
	max-height: 70px;
	width: auto !important;
	position: absolute;
	top: 20px;
	right: 20px;
}
#visual-portal-wrapper .centre-spirituel-home > div li{
	margin-bottom: 30px;
	padding-left: 35px;
	position: relative;
}
#visual-portal-wrapper .centre-spirituel-home > div li::before{
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	color: var(--color-primary2);
	font-family: var(--font-picto);
	font-size: 1.3em;
}
#visual-portal-wrapper .centre-spirituel-home > div li h3{
	font-weight: bold;
}
#visual-portal-wrapper .centre-spirituel-home > div li a{
	font-weight: bold;
	text-decoration: none;
	color: var(--color-current) !important;
	display: block;
}
#visual-portal-wrapper .centre-spirituel-home > div li a::after{
	content: "";
	font-family: var(--font-picto);
	font-size: 0.7em;
	margin-left: 5px;
}
#visual-portal-wrapper .centre-spirituel-home > div li a:hover{
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}


#visual-portal-wrapper .centre-spirituel-home > div a.bouton2 {	
	color: var(--color-primary);
	background: #fff;
	border: 2px solid var(--color-primary);

	box-shadow: none;
	padding: 12px 50px 12px 70px; 
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: var(--font-title);
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

#visual-portal-wrapper .centre-spirituel-home > div a.bouton2:after {
	content: "\e901";
	font-family: var(--font-picto);
	margin-left: 10px;
	-moz-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	display: inline-block;
	opacity: 0;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#visual-portal-wrapper .centre-spirituel-home > div a.bouton2:hover:after {
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(10px);
}
#visual-portal-wrapper .centre-spirituel-home > div a.bouton2:hover{
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary) 100%);
	color: #fff !important;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 60px;
}


/*--------------------------------------------------------------------------------------------------------------
	== CONTACT
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper .portlet-une-question {
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary2) 100%);
	position: relative;
}
#portletPageTopRow > div > dl.portlet.questions {
	max-width: calc( var(--max-widthSmall) - 250px );
}
#visual-portal-wrapper .questions .portletHeader {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}
#visual-portal-wrapper .questions .portletItem {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
#visual-portal-wrapper .questions .portletItem .portletBottomLeft,
#visual-portal-wrapper .questions .portletItem .portletBottomRight {
	display: none;
}
#visual-portal-wrapper .questions .portletItem p {
	font-size: 1.5em;
	color: #fff;
	line-height: 1.4;
}
#visual-portal-wrapper .questions .portletItem a {
	color: #fff !important;
	text-decoration: none;
}
#visual-portal-wrapper .questions .portletItem p::before {
	font-family: var(--font-picto);
	font-size: 1.8em;
	display: block;
	margin-bottom: 10px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#visual-portal-wrapper .questions .portletItem p:hover::before {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
#visual-portal-wrapper .questions .portletItem p.adresse::before {
	content: "";
}
#visual-portal-wrapper .questions .portletItem p.tel::before {
	content: "";
}
#visual-portal-wrapper .questions .portletItem p.mail::before {
	content: "";
}





/*--------------------------------------------------------------------------------------------------------------
	== FOOTER
--------------------------------------------------------------------------------------------------------------*/
#portal-footer {
	border: none;
	margin-top: 0;
}


/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1180px){
	#portal-column-content #content {
		padding: 0;
	}

	#visual-portal-wrapper .centre-spirituel-home .illustration {
		width: calc( 35% + 20px );
	}
	#visual-portal-wrapper .centre-spirituel-home > div {
		padding-left: calc(35% + 40px);
	}
}

@media only screen and (max-width: 1024px){
	#portletPageTopRow > div {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#visual-portal-wrapper .portlet-embed-scroll a {
		font-size: 4em;
	}

	#portal-column-content #portletPageTopRow > div > .portlet > .portletHeader {
		font-size: 2.5em;
	}
	#portal-column-content #portletPageTopRow > div > .portlet > .portletFooter a {
		font-size: 1.2em;
	}
	#visual-portal-wrapper .hero li .infos {
		bottom: 60px;
		font-size: 1.4em;
	}

	#visual-portal-wrapper .intro {
		padding-left: 20px;
		padding-right: 20px;
	}
	#visual-portal-wrapper .intro > div {
		font-size: 1.4em;
	}

	#visual-portal-wrapper .actus > ul > li p {
		font-size: 1.4em;
	}
	#visual-portal-wrapper .actus > ul {
		flex-wrap: wrap;
	}
	#visual-portal-wrapper .actus > ul > li {
		width: 50%;
	}

	#visual-portal-wrapper .centre-spirituel-home > div {
		padding-bottom: 80vh;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.4em;
	}
	#visual-portal-wrapper .centre-spirituel-home .illustration {
		width: 100%;
		top: auto;
		height: calc(80vh - 20px);
	}

	#visual-portal-wrapper .portlet-une-question {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#visual-portal-wrapper .questions .portletItem p {
		font-size: 1.4em;
	}

}

@media only screen and (max-width: 650px){
	#visual-portal-wrapper .hero li .infos {
		padding-left: 20px;
		padding-right: 20px;
		bottom: 100px;
	}
	

	#visual-portal-wrapper .actus > ul > li {
		width: 100%;
		padding: 0;
	}

	
	#visual-portal-wrapper .centre-spirituel-home > div h2 img{
		max-height: 50px;
		left: 20px;
		right: auto;
	} 

	#visual-portal-wrapper .questions .portletItem {
		flex-direction: column;
	}
	#visual-portal-wrapper .questions .portletItem p + p {
		margin-top: 20px;
	}

}