@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital@0;1&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root
{	
	/* EASINGS */
	--e-basic		:	500ms cubic-bezier(0.035, 0.625, 0.000, 1.000) ;
	--e-slow		:	1500ms cubic-bezier(0.035, 0.625, 0.000, 1.000) ;
	
	/* MARGIN */
	--block-margin	:	35px;
	
	/* LIMIT */
	--limit-external :	1180px;
	--limit-internal :	1200px;	
}

* {
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}


body, html
{
	font-family: "Sora", sans-serif;
	font-weight: normal;
	font-style: normal;	
	color : black;
	overflow-x: hidden;
	font-size: 1em;
	margin : 0px;
	padding: 
}

#content
{
	//max-width: var(--limit-internal);
}

body.MOBILE_MODE
{
	font-size: .78em !important;
}

#page
{
	margin-top: 170px;
}

.MOBILE_MODE #page
{
	margin-top: 120px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1
{
	font-size: 5em;
	line-height: 1.2em;
}

.MOBILE_MODE h1
{
	font-size: 2em;
	line-height: 1em;
}

h1.PSC25_H1_HOMEPAGE
{
	position: absolute;
	left:-99999px;
}

h2
{
	font-size: 2.2em;	
}

.MOBILE_MODE h2
{
	line-height: 1.1em;	
}
/*
h2:after
{
	content : '';
	display: block;
	margin-top : 15px;
	margin-bottom : 20px;
	width : 100%;
	height: 4px;
	background-color: black;
}
*/

h3
{
	font-size: 1.8em;	
}

h4
{
	text-transform: uppercase;
	
	font-size: .95em;
}

p
{
	font-size: 1.2em;
	line-height: 1.4em;
}

a
{
	color : black;
}

.PSC25_TI_TEXTE_CONTENU ul,
.PSC25_TEXT_CONTAINER ul
{
	font-size: 1.2em;
	line-height: 1.4em;
}

hr
{
	width : 100% !important;
	border : 0px solid !important;
	border-top : 1px solid black !important;
}

header
{
	width: 96vw;
	position: fixed;
	z-index: 2000;
	padding : 40px 2vw 40px 2vw;
	background-color:white;
}

.PSC25_TEXT_CONTAINER
{
	width: 96vw;
	max-width: 1100px;
	margin: 0 auto;
}



.MOBILE_MODE header
{
	top : 0px;
	padding : 20px;
	width: calc(100vw - 40px);
}

.PSC25_SEPARATEUR
{
	width : 100%;
	height: 4px;
	background-color: black;
}

/* EXCLUDES */

.MOBILE_MODE .PSC25_DESKTOP_ONLY
{
	display: none;
}

.PSC25_MOBILE_ONLY
{
	display: none;
}


/* CALL-TO-ACTION */

.PSC25_CTA,
a.PSC25_CTA,
a.wp-block-file__button,
input.search-submit
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-style: normal;
	color : white;
	background-color: black;
	border : 3px solid black;
	padding: 6px 16px 9px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1.1em;
	transition: .3s ease-in-out all;
	display: inline-block;
}


.PSC25_CTA::after,
a.PSC25_CTA::after,
a.wp-block-file__button::after,
input.search-submit::after
{
	content: '';
	display: inline-block;
	margin-left: 12px;
	width: 10px;
	height: 16px;
	background-image: url("../ui/fleche_cta.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: .3s filter ease-in-out;
	//filter: invert(1);
}

.PSC25_CTA:hover::after,
a.PSC25_CTA:hover::after,
a.wp-block-file__button:hover::after,
input.search-submit:hover::after
{
	filter: invert(1);
}

.PSC25_CTA_INVERT,
a.PSC25_CTA_INVERT
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-style: normal;
	color : black;
	background-color: transparent;
	border : 3px solid black;
	padding: 6px 16px 9px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1.1em;
	transition: .3s ease-in-out all;
	display: inline-block;
}


.PSC25_CTA_INVERT::after,
a.PSC25_CTA_INVERT::after
{
	content: '';
	display: inline-block;
	margin-left: 12px;
	width: 10px;
	height: 16px;
	background-image: url("../ui/fleche_cta.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: .3s filter ease-in-out;
	filter: invert(1);
}

.PSC25_CTA_INVERT:hover::after,
a.PSC25_CTA_INVERT:hover::after
{
	filter: invert(0);
}

.PSC25_CTA_INVERT:hover,
a.PSC25_CTA_INVERT:hover
{
	background-color: black;
	color :white;
}

.PSC25_CTA_MENU_HEADER,
a.PSC25_CTA_MENU_HEADER
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-style: normal;
	color : white;
	background-color: black;
	border : 3px solid black;
	padding: 2px 5px 3px 5px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 1.1em;
	transition: .3s ease-in-out all;
	display: inline-block;
	cursor: pointer;
}

.PSC25_CTA_MENU_HEADER_CALENDRIER,
a.PSC25_CTA_MENU_HEADER_CALENDRIER
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-style: normal;
	color : black;
	background-color: white;
	border : 3px solid black;
	padding: 2px 5px 3px 5px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 1.1em;
	transition: .3s ease-in-out all;
	display: inline-block;
	cursor: pointer;
} 

.PSC25_CTA:hover,
a.PSC25_CTA:hover,
a.PSC25_CTA_MENU_HEADER:hover,
a.wp-block-file__button:hover,
input.search-submit:hover
{
	background-color: transparent;
	color: black;
}

.PSC25_CTA_SECONDARY,
a.PSC25_CTA_SECONDARY
{
	color : black;
	background-color: transparent;
	border : 2px solid black;
	padding: 5px 17px 6px 13px;
	border-radius: 4px;
	text-decoration: none;
	font-size: .9em;
	display: inline-block;
	transition: .3s ease-in-out all;
}

.PSC25_CTA_SECONDARY::after,
a.PSC25_CTA_SECONDARY::after
{
	filter: invert(1);
}

.PSC25_CTA_SECONDARY:hover,
a.PSC25_CTA_SECONDARY:hover
{
	background-color: black;
	color: white;
}

.PSC25_CTA_SECONDARY:hover::after,
a.PSC25_CTA_SECONDARY:hover::after
{
	filter: invert(0);
}

.PSC25_CTA_WHITE,
a.PSC25_CTA_WHITE
{
	color : white;
	background-color: transparent;
	border : 2px solid white;
	padding: 5px 17px 9px 13px;
	border-radius: 4px;
	text-decoration: none;
	font-size: .9em;
	display: inline-block;
	transition: .3s ease-in-out all;
}

.PSC25_CTA_WHITE:hover,
a.PSC25_CTA_WHITE:hover
{
	background-color: white;
	color: black;
}



.PSC25_CTA_MISE_EN_AVANT,
a.PSC25_CTA_MISE_EN_AVANT
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-style: normal;
	color : black;
	background-color: white;
	border : 3px solid black;
	padding: 8px 16px 12px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1.1em;
	transition: .3s ease-in-out all;
	display: inline-block;
}

.PSC25_CTA_MISE_EN_AVANT:hover,
a.PSC25_CTA_MISE_EN_AVANT:hover
{
	background-color: transparent;
	color: black;
}




.PSC25_CTA_TICKET::before, a.PSC25_CTA_TICKET::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  background-image: url("../ui/ticket_white.svg");
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  }

.PSC25_CTA_TICKET:hover::before,
a.PSC25_CTA_TICKET:hover::before
  {
	  background-image:url("../ui/ticket_black.svg");
  }

/* HEADER */

#PSC25_LOGO
{
	width: 180px;
	//margin-bottom: 15px;
}

.MOBILE_MODE #PSC25_LOGO
{
	width: 35vw;
}

.MOBILE_MODE #PSC25_BT_BILLETTERIE_HEADER
{
	position: absolute;
	top : 15px;
	right: 15px;
}

#PSC25_LOGO img
{
	width: 100%;
	height: auto;
}

#PSC25_AMORCE
{
	
	font-size: 2.3em;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.MOBILE_MODE #PSC25_AMORCE
{
	font-size: 1.6em;
}

#PSC25_MENU_PRINCIPAL
{
	text-align: center;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL
{
	text-align: left;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL
{
	position : fixed;
	z-index: 5000;
	top : 0px;
	left :0px;
	width: 100vw;
	height: 100vh;
	background-color: white;
	overflow-y:scroll;
	transform: translateX(110vw);
	transition: .3s transform ease-out;
}

.MOBILE_MODE.PSC25_MENU_MOBILE_OPEN #PSC25_MENU_PRINCIPAL
{
	transform: translateX(0vw);
}

.MOBILE_MODE .PSC25_LOGO_MENU
{
	display: block;
	width: 60%;
	margin-left: 5%;
	margin-top: 0px;
}

.PSC25_LOGO_MENU img
{
	width : 100%;
}

#PSC25_MENU_PRINCIPAL ul
{
	padding : 0px;
	//margin: 21px 0px 18px 0px;
	margin: 0px;
	display: flex;
	gap: 20px;
	list-style: none;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL ul
{
	gap: 10px;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL ul
{
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL>ul
{
	margin-top : 40px;
	margin-bottom : 30px;
	display: none;
}

.MOBILE_MODE #PSC25_MENU_BURGER ul
{
	font-size: 1.2rem;
}

#PSC25_MENU_PRINCIPAL>ul>li
{
	margin: 21px 0px 18px 0px;
}


#PSC25_MENU_PRINCIPAL a
{
	color: black;
	text-decoration: none;
	
	font-family: "Sora", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
	text-align: center; 
	line-height: .8rem; 
	text-transform: uppercase;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL a
{
	font-size: 2.5rem;
	line-height: 2.5rem;
}

.MOBILE_MODE ul.sub-menu
{
	margin-left : 0px !important;
}

.MOBILE_MODE ul.sub-menu>li>a
{
	font-size: 1.5rem !important;
	line-height: 1.5rem !important;
}

.MOBILE_MODE #PSC25_MENU_BURGER ul.sub-menu>li>a
{
	font-size: 1.2rem !important;
	line-height: 1.2rem !important;
}


.PSC25_MENU_SEPARATEUR
{
	display: block;
	width: 18px;
	height: 45px;
	background-image: url('../ui/hachure_menu.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.MOBILE_MODE .PSC25_MENU_SEPARATEUR
{
	display:none;
}

/* MENU BURGER */

#PSC25_MENU_BURGER
{
	width: calc( 100vw - 80px );
	max-width: 350px;
	padding: 40px;
	position: fixed;
	top : 30px;
	right: -430px;
	background-color: white;
	z-index: 5000;
	transition : .3s right ease-in-out;
}

#PSC25_MENU_CONTAINER
{
	width: 100%;
	height: calc( 100vh - 150px);
	overflow-y:scroll;
}

.MOBILE_MODE #PSC25_MENU_BURGER
{
	width: calc( 100vw - 40px );
	padding: 20px;
}

.PSC25_MENU_MOBILE_OPEN #PSC25_MENU_BURGER
{
	right: 0px;
}

.PSC25_CTA_MENU_HEADER_FERMER
{
	position: relative;
	top: -12px;
	right: -270px;
}

.MOBILE_MODE .PSC25_CTA_MENU_HEADER_FERMER
{
	top: -19px;
	right: -254px;
}

#PSC25_MENU_BURGER > #PSC25_MENU_CONTAINER > .PSC25_LOGO_MENU > a > img
{
	width: 60% !important;
}

.MOBILE_MODE #PSC25_MENU_BURGER > #PSC25_MENU_CONTAINER > .PSC25_LOGO_MENU > a > img
{
	width: 100% !important;
}

#menu-menu_burger li a
{
	text-transform: uppercase;
	list-style: none;
}

#menu-menu_burger,
#menu-menu_footer,
#menu-menu_vous_etes,
#menu-menu_vous_etes .sub-menu,
#menu-menu_burger .sub-menu
{
	list-style: none;
	padding-left : 0px;
}

#menu-menu_burger .sub-menu
{
	padding-bottom: 15px;
}

#menu-menu_vous_etes .sub-menu,
#menu-menu_burger .sub-menu
{
	display: none;
}

#PSC25_MENU_BURGER ul li a
{
	text-decoration: none;
}

#PSC25_HEADER_CONTENT
{
	width: 96vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.MOBILE_MODE #PSC25_HEADER_CONTENT
{
	width : 100%;
}

#PSC25_SEARCH_BUTTON
{
	background-color: transparent;
	border: 0px solid;
	width: 30px;
	height: 30px;
	background-image: url('../ui/loupe.svg');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.MOBILE_MODE #PSC25_SEARCH_BUTTON_MOBILE
{
	display: block;
	background-color: transparent;
	border: 0px solid;
	width: 60px;
	height: 60px;
	margin-left : 5%;
	background-image: url('../ui/loupe.svg');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 80px;
}

#PSC25_SIDE_MENU
{
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

#PSC25_MENU_SUPPORT
{
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity:0;
	position: fixed;
	top : 0px;
	left : 120vw;
	transition: opacity .3s ease-in-out;
}

.PSC25_MENU_MOBILE_OPEN #PSC25_MENU_SUPPORT,
.PSC25_CALENDAR_OPEN #PSC25_MENU_SUPPORT
{
	left : 0px;
	opacity: .8;
}



/* SOUS-MENU */

.sub-menu-toggle
{
	position: absolute;
	left : -3000px;
}

#PSC25_MENU_PRINCIPAL ul.sub-menu
{
	position: absolute;
	top : -3000px;
	flex-direction: column;
	gap: 0px;
	background-color: white;
	border: solid 4px black;
	//border-top: 1px solid black;
	//margin-top: 21px;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL ul.sub-menu
{
	position: static;
	//top : -3000px;
	flex-direction: column;
	gap: 0px;
	background-color: white;
	border: solid 0px black;
}

#PSC25_MENU_PRINCIPAL>ul>li:hover>ul.sub-menu,
#PSC25_MENU_PRINCIPAL>ul>li>ul.sub-menu>li:hover>ul.sub-menu,
ul.sub-menu:hover
{
	top : auto;
}


.MOBILE_MODE #PSC25_MENU_PRINCIPAL>ul>li>ul.sub-menu,
.MOBILE_MODE #PSC25_MENU_PRINCIPAL>ul>li>ul.sub-menu>li>ul.sub-menu
{
	//top : auto;
	//position: static;
}

#PSC25_MENU_PRINCIPAL ul li ul.sub-menu li
{
	font-size: .75em;
	padding : 8px 15px 8px 15px !important;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL ul li ul.sub-menu li
{
	font-size: .75em;
	padding : 8px 15px 8px 0px !important;
}

#PSC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li
{
	background-color: black;
	color : white;
}

.MOBILE_MODE #PSC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li
{
	background-color: transparent;
}

#PSC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li:hover
{
	background-color: white;
	color : black;
}

#PSC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li:hover a
{
	color : black;
}

#PSC25_MENU_PRINCIPAL ul li ul.sub-menu li:hover
{
	background-color: black;
}

#PSC25_MENU_PRINCIPAL ul li ul.sub-menu li:hover a
{
	color: white;
}

#PSC25_BT_MENU_MOBILE
{
	display: none;
}

.MOBILE_MODE #PSC25_BT_MENU_MOBILE
{
	display: block;
	position: fixed;
	z-index: 6000;
	right: 10px;
	top : 75px;
	width: 40px;
	height: 40px;
	background-image:url("../ui/menu_open.svg");
	background-size: contain;
	background-position: center center;
	border: 0px solid;
	background-color: transparent;
	cursor : pointer;
}

.MOBILE_MODE.PSC25_MENU_MOBILE_OPEN #PSC25_BT_MENU_MOBILE
{
	display: block;
	position: fixed;
	z-index: 6000;
	right: 10px;
	top : 75px;
	width: 40px;
	height: 40px;
	background-image:url("../ui/menu_close.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid;
	background-color: transparent;
	cursor : pointer;
}

.PSC25_HEADER_ITEM
{
	display:flex;
	gap : 5px;
}

/* FOOTER */

#PSC25_LOGO_FOOTER_LOGOS
{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#PSC25_LOGO_FOOTER_COLONNES
{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.MOBILE_MODE #PSC25_LOGO_FOOTER_COLONNES
{
	flex-direction: column;
}

.MOBILE_MODE .PSC25_LOGO_FOOTER_COLONNE
{
	width: 100%;
	font-size:1.2em;
}

.PSC25_LOGO_FOOTER_COLONNE
{
	width: 32%;
}

.PSC25_FOOTER_TEXT_BOLD,
.PSC25_FOOTER_TEXT_BOLD a
{
	width: 100%;
	color : black;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size:1.6rem;
}

.PSC25_FOOTER_TEXT
{
	width: 100%;
	color : black;
}

.PSC25_FOOTER_TEXT_VOUS_ETES
{
	font-family: "Plus Jakarta Sans", sans-serif; font-weight:700;
	color : black;
	margin-bottom : -20px;
}

#PSC25_LOGO_FOOTER
{
	width: 200px;
	margin: 30px 0px 15px 0px;
}

.MOBILE_MODE #PSC25_LOGO_FOOTER
{
	width: 150px;
	margin: 30px 0px 15px 0px;
}

.MOBILE_MODE #PSC25_LOGO_FOOTER
{
	margin: 30px 0px 15px 15px;
}

#PSC25_LOGO_FOOTER img
{
	width: 100%;
	height: auto;
}

#PSC25_FOOTER
{
	width: 90vw;
	padding: 0px 5vw;
	padding-bottom: 100px;
	background-color: white;
}

.MOBILE_MODE #PSC25_FOOTER
{
	flex-direction: column;
	width: calc( 100% - 30px );
	//margin-left: 15px;
}

.MOBILE_MODE .PSC25_FOOTER_ITEM
{
	margin-bottom : 30px;
}

.PSC25_FOOTER_MENU ul,
.PSC25_FOOTER_MENU_SECONDAIRE ul
{
	list-style: none;
	padding: 0px;
}

.PSC25_FOOTER_MENU_SECONDAIRE ul li
{
	margin-bottom: -5px;
}

.PSC25_FOOTER_MENU a
{
	color : black;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.25em;
	font-family: "Plus Jakarta Sans", sans-serif; font-weight:700;
}

.PSC25_FOOTER_MENU_SECONDAIRE a
{
	color : black;
	text-decoration: none;
	font-size: .9em;
	line-height: 1.4em;
}

.PSC25_FOOTER_MENU .sub-menu
{
	display: none;
}

#PSC25_FOOTER_BILLETTERIE_TITRE
{
	color : black;
	font-size: 1.5em;
	line-height: 1.25em;
}

#PSC25_FOOTER_BILLETTERIE_TEXTE p
{
	font-size: 1em;
	margin-top : 0px;
	margin-bottom: 30px;
}

#PSC25_FOOTER_BILLETTERIE_TEXTE a
{
	color : black;
	text-decoration: none;
}

.PSC25_FOOTER_ITEM_LOGO
{
	width: 200px;
}

.PSC25_FOOTER_ITEM_LOGO img
{
	width: 100%;
	height: auto;
}

.MOBILE_MODE .PSC25_FOOTER_ITEM_LOGO
{
	width: 150px;
}

/*  SINGLE POST */

.PSC25_SINGLE_DATE
{
	text-transform: uppercase;
	font-size: .8em;
	
	color: black;
	text-decoration: none;	
	text-transform: uppercase;
	margin-top: 26px;
	margin-bottom: -25px;
}

/* FICHE */

#PSC25_FICHE_HEADER
{
	padding : .67em 0px 40px 0px;
	max-width: var(--limit-internal);
}

#PSC25_FICHE_HEADER h1
{
	margin : 20px 0px;
	font-size: 4em;
}

#PSC25_FICHE_HEADER .PSC25_CTA
{
	margin-top: 20px;
	display: inline-block;
}

.PSC25_SEANCES_SCOLAIRES
{
	width: 100%;
	font-size: .9rem;
	margin-top : 10px;
}

ul.PSC25_FICHE_CATEGORIES
{
	list-style: none;
	padding: 0px;
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 60%;
	margin : 0 auto;
	margin-top:30px;
	margin-bottom:30px;
	
}

.MOBILE_MODE ul.PSC25_FICHE_CATEGORIES
{
	gap : 10px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}

ul.PSC25_FICHE_CATEGORIES li
{
	text-transform: uppercase;
	font-size: .7em;
	color : black;
	text-decoration: none;
	margin-bottom: -6px;
}

ul.PSC25_FICHE_CATEGORIES li a
{
	color : black;
	text-decoration: none;
}

.PSC25_FICHE_CIE
{
	font-size: 2em;
	
	line-height: 1.4em;
}

.PSC25_FICHE_DATE,
.PSC25_FICHE_HEURE
{
	font-size: 1.7em;
	line-height: 1.4em;
}

.PSC25_FICHE_DATE_PASSED
{
	opacity: .2;
}

.PSC25_FICHE_HEURE
{
	
}

.PSC25_FICHE_IMG
{
	width: 100%;
	max-width: 70%;
	height: auto;
	//object-fit: cover;
	//object-position: center;
}

.MOBILE_MODE .PSC25_FICHE_IMG
{
	max-width: 100%;
	margin-top : 10px;
}

#PSC25_FICHE_CONTENU
{
	display: flex;
	padding : 40px 0px;
}

.MOBILE_MODE #PSC25_FICHE_CONTENU
{
	flex-direction: column;
}

.PSC25_FICHE_CONTENU_ITEM_LEFT
{
	width: 30%;
}

.MOBILE_MODE .PSC25_FICHE_CONTENU_ITEM_LEFT
{
	width: 100%;
}

.PSC25_FICHE_MICROBLOC
{
	//margin-bottom: 40px;
}

.PSC25_FICHE_MICROBLOC .PSC25_CTA
{
	background-color: var(--c-base);
	border-color: var(--c-base);
}

.PSC25_FICHE_MICROBLOC .PSC25_CTA:hover
{
	color: var(--c-base);
}

.PSC25_FICHE_MICROBLOC .PSC25_CTA_SECONDARY
{
	margin-top : 10px;
}

.PSC25_FICHE_CONTENU_ITEM_RIGHT
{
	width: 70%;
}

.MOBILE_MODE .PSC25_FICHE_CONTENU_ITEM_RIGHT
{
	width: 100%;
}

.PSC25_FICHE_CONTENU_ITEM_RIGHT p:first-child
{
	margin-top: 0px;
}

.PSC25_FICHE_TITRE_INTERNE
{
	font-size: 1.05em;
	line-height: 1.3em;
	font-family: "Sora", sans-serif; 
	font-weight:600;
}

.PSC25_FICHE_CAT_LINK
{
	color : var(--c-main);
}

.PSC25_FICHE_TITRE_FLEX
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap : 15px;
	border-bottom: 1px dotted var(--c-base);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.PSC25_FICHE_TITRE_FLEX:last-child
{
	border-bottom: 0px dotted var(--c-base) !important;
	padding-bottom: 0px !important;
}

.PSC25_FICHE_TITRE_FLEX svg
{
	width:40px;
}

.PSC25_FICHE_LIEU
{
	line-height: 1.4em;
	padding-left:40px;
}

.PSC25_DISTRIBUTION_TITRE
{
	font-size: .9em;
	text-transform: uppercase;
	
	margin-top : 40px;
	margin-bottom: 10px;
	font-family: "Sora", sans-serif; font-weight:700;
}

.PSC25_DISTRIBUTION
{
	font-size: .75em;
	margin-bottom: 40px;
}

.PSC25_FICHE_PRESSE
{
	width: 100%;
	// margin: 40px 0px;
	padding: 40px 0px;
	background-color: #edf1f2;
}

.PSC25_FICHE_PRESSE_CONTENU
{
	width: 96vw;
	max-width: var(--limit-internal);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5%;
}

.PSC25_FICHE_PRESSE_CONTENU_TITRE
{
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 25px;
}

.PSC25_FICHE_PRESSE_TITRE
{
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 900;
}

.PSC25_FICHE_PRESSE_CONTAINER
{
	width: 100%;
	display: flex;
	gap : 20px;
	flex-wrap: wrap;
}

.MOBILE_MODE .PSC25_FICHE_PRESSE_CONTAINER
{
	flex-direction: column;
}

.PSC25_FICHE_PRESSE_CONTAINER_ITEM
{
	max-width: 350px;
	font-size: .8em;
	margin-bottom: 20px;
	border-left : 1px dotted black;
	padding-left : 15px;
}

.MOBILE_MODE .PSC25_FICHE_PRESSE_CONTAINER_ITEM
{
	max-width: 100%;
}

.PSC25_FICHE_PRESSE_PUBLICATION
{
	text-transform: uppercase;
}

/* TARIFS */

.PSC25_FICHE_TARIFS
{
	width: calc(100% - 40px);
	padding-left : 40px;
	display:flex;
	gap:20px;
	margin-bottom:20px;
}

.PSC25_FICHE_TARIFS_ITEM
{
	display: flex;
	flex-direction: column;
	text-align: left;
	width: calc(20% - 10px);
}

.PSC25_FICHE_TARIFS_ITEM_COST
{
	font-family: "Sora", sans-serif; font-weight:700;
	font-size: 1.6rem;
	margin-top: -3px;
}

.PSC25_FICHE_TARIFS_ITEM_LABEL
{
	font-size: .7rem;
	text-transform: uppercase;
}

.PSC25_FICHE_TARIFS_ITEM_EURO
{
	font-size: .9rem;
	display: inline-block;
}

/* RESEAUX SOCIAUX */

.PSC25_FICHE_RS_BTS
{
	display: flex;
	justify-content : flex-start;
	align-items: center;
	margin-top: 20px;
	padding-left: 0px;
}

.PSC25_RS
{
	height: 50px;
	width: auto;
}

.PSC25_RS a
{
	transition: transform .3s ease-in-out
}

.PSC25_RS a:hover
{
	transform: scale(1.05);
}

.PSC25_RS img
{
	height: 100%;
	width: auto;
}

/* MOBILE */

.PSC25_menu_bt_text
{
	position: fixed;
	right : 30px;
	top : -500px;
}

/* BLOCK */

.PSC25_CONTENT_BLOCK
{
	display : block;
	//margin-top : 30px;
	//margin-bottom : 30px;
}


/* CHAPEAU */

.PSC25_CHAPEAU
{
	font-size: 1.4em;
}

.PSC25_CHAPEAU a
{
	color : var(--c-base);
	transition: color : .3s ease-in-out;
}

.PSC25_CHAPEAU a:hover
{
	color : black;
}


/* ACCORDÉON */

.PSC25_ACCORDEON
{
	margin : 20px 0px;
}

.PSC25_ACCORDEON_TITRE
{
	width: 100%;
	padding : 0px;
	//border : 3px solid black;
	
	font-size : 1.4em;
	cursor: pointer;
	//background-color : rgba(0,0,0,.1);
}

.PSC25_ACCORDEON_TITRE::before
{
	content: '';
	display: inline-block;
	
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url('../ui/accordeon_plus.svg');
	top: 23px;
	margin-right: 10px;
}

.PSC25_ACCORDEON_OUVERT .PSC25_ACCORDEON_TITRE::before
{
	background-image: url('../ui/accordeon_moins.svg');
}

.PSC25_ACCORDEON_TEXTE
{
	width: calc( 100% - 66px );
	padding : 15px 30px;
	margin-top : -3px;
	//border : 3px solid black;
	display:none;
}


/* NOTES */

.PSC25_NOTES
{
	font-size: .75em;
	width: 96vw;
	max-width: 1100px;
	margin: 0 auto;
}


/* TEXTE + IMAGE */

.PSC25_TEXTE_IMAGE
{
	display : flex;
	justify-content: center;
	align-items: center;
	gap : 20px;
}

.MOBILE_MODE .PSC25_TEXTE_IMAGE
{
	width: 96vw;
	margin: 0 auto;
	padding: 2vw;
}

.PSC25_FLEX_REVERSED
{
	flex-direction: row-reverse;
}

.PSC25_FLEX_REVERSED .PSC25_TI_TEXTE
{
	//text-align: right;
}

.MOBILE_MODE .PSC25_FLEX_REVERSED .PSC25_TI_TEXTE
{
	text-align: left;
}

.MOBILE_MODE .PSC25_TEXTE_IMAGE,
.MOBILE_MODE .PSC25_FLEX_REVERSED
{
	flex-direction: column;
}

.PSC25_TI_VISUEL
{
	width : 45%;
	//height: 450px;
	padding: 40px 0px;
	  margin-top: 10px;
}

.MOBILE_MODE .PSC25_TI_VISUEL
{
	width : 100%;
	height: 30vh;
}

.PSC25_TI_VISUEL img
{
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}

.PSC25_TI_VISUEL_CONSTRAIN img
{
	object-fit: contain;
}

.PSC25_TI_TEXTE
{
	width: 35%;
	padding : 40px;
}

.MOBILE_MODE .PSC25_TI_TEXTE
{
	width: 100%;
	padding : 0px;
}

.PSC25_TI_TITRE
{
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}

.PSC25_TI_TITRE_CENTER
{
	width: 100%;
	text-align: center;
	margin-top: var(--block-margin);
}

.MOBILE_MODE .PSC25_TI_TITRE
{
	font-size: 3.2em;
}

.PSC25_TI_TEXTE_CONTENU
{
	margin-top : 15px;
	margin-bottom : 30px;
}

.PSC25_TI_TEXTE_CONTENU p
{
	margin-top : 10px;
	margin-bottom : 10px;

}

.PSC25_TI_TEXTE_CONTENU_NEWSLETTER
{
	margin-top : 15px;
	margin-bottom : 30px;
	text-transform: uppercase;
}

.PSC25_TI_TEXTE_CONTENU_NEWSLETTER p
{
	margin-top : 10px;
	margin-bottom : 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.5em;
	line-height: 1em !important;
}

.home .PSC25_TI_TEXTE_CONTENU ul
{
	font-size: 1.4em;
	padding-left : 0px;
	list-style: none;
}


/* ETIQUETTE */

.PSC25_ETIQUETTE
{
	width: 100%;
	max-width: var(--limit-internal);
	background-color: white;
	display : flex;
	justify-content : space-between;
	align-items: stretch;
}

.MOBILE_MODE .PSC25_ETIQUETTE
{
	width: calc( 100% - 30px );
	margin-left : 15px;
	flex-direction: column;
}

.PSC25_ET_VISUEL
{
	width: 300px;
}

.MOBILE_MODE .PSC25_ET_VISUEL
{
	width: 100%;
	height: 90vw;
}

.PSC25_ET_VISUEL img
{
	height: 100%;
	width : 100%;
	object-fit: cover;
	object-position: center;
}

.PSC25_ET_VISUEL_RESULTS
{
	background-color: var(--c-base);
	width: 300px;
	height: 300px;
}

.PSC25_ET_VISUEL_RESULTS img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.PSC25_ETIQUETTE_RESULT
{
	margin-bottom: 20px;
}

.PSC25_ET_TEXTE
{
	width: calc( 100% - 360px );
	padding : 30px;
}

.MOBILE_MODE .PSC25_ET_TEXTE
{
	width: calc( 100% - 30px );
	padding : 15px;
}

.PSC25_SEARCH_TYPE
{
	
	font-size: .85em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.PSC25_ET_TITRE
{
	
	font-size: 1.6em;
}

.PSC25_ET_TEXTE_CONTENU
{
	line-height: 25px;
}

.PSC25_ETIQUETTE .PSC25_CTA
{
	//margin-top: 30px;
	font-size: .95em;
	display : inline-block;
}

/* MEDIAS */

.PSC25_FICHE_MEDIAS
{
	margin-bottom: 60px;
}

.MOBILE_MODE .PSC25_FICHE_MEDIAS
{
	margin-bottom: 0px;
}

.PSC25_FICHE_MEDIAS .PSC25_FICHE_TITRE_INTERNE
{
	margin-bottom: 30px;
}

.PSC25_FICHE_MEDIAS_CONTAINER
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.PSC25_FICHE_MEDIA_ITEM
{
	width: 100%;
	max-width: var(--limit-internal);
	margin-bottom: 30px;
	text-align: center;
}

.PSC25_FICHE_MEDIA_COPYRIGHT
{
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 30px;
}

.PSC25_FICHE_MEDIA_ITEM img
{
	width: 75%;
	height: auto;
}

.MOBILE_MODE .PSC25_FICHE_MEDIA_ITEM img
{
	width: 100%;
}

.PSC25_FICHE_MEDIA_ITEM iframe
{
	width: 60vw;
	height : calc( 60vw * 0.5625 ); 
}

.MOBILE_MODE .PSC25_FICHE_MEDIA_ITEM iframe {
  width: 100%;
  height: calc( 96vw * 0.5625 );
}

.PSC25_FICHE_MEDIA_ITEM_RIGHT
{
	text-align: right;
}

.PSC25_FICHE_MEDIA_ITEM_LEFT
{
	text-align: left;
}

.MOBILE_MODE .PSC25_FICHE_MEDIA_ITEM_RIGHT
{
	text-align: left;
}

.PSC25_FICHE_MEDIA_ITEM_BOTH
{
	clear: both;
}

/* CARD */

.PSC25_FICHE_BOX_GRAND_TITRE
{
	text-align: center;
	font-size: 4.5rem;
	line-height: 4.7rem;
	text-transform: uppercase;
	width :100%;
	font-weight: 700;
	margin-bottom : 40px;
}

.MOBILE_MODE .PSC25_FICHE_BOX_GRAND_TITRE
{
	font-size: 2.5rem;
	line-height: 2.7rem;
}

.PSC25_FICHE_RELATED_CONTENT
{
	background-color: var(--c-base);
	width: 100%;
	padding : 50px 0px;
	
}

.PSC25_FICHE_RELATED_CONTENT .PSC25_FICHE_TITRE_INTERNE
{
	margin-bottom: 30px;
}

.PSC25_FICHE_RELATED_CONTENT_CONTAINER
{
	width: 96vw;
	max-width: var(--limit-internal);
	margin: 0 auto;
	display: flex;
	list-style: none;
	padding: 0px;
	gap : 30px;
	margin-bottom: 60px;
	flex-wrap: wrap;
	justify-content: center;
}

.MOBILE_MODE .PSC25_FICHE_RELATED_CONTENT_CONTAINER
{
	flex-direction: column;
	align-content: center;
}

.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_FICHE_BOX_GRAND_TITRE
{
	color : white;
}

/*
.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CARDITEM,
.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CARDITEM > a,
.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CARDITEM_TITRE,
.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CARDITEM_INFOS,
.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_FICHE_BOX_GRAND_TITRE
{
	color : white;
}

.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CTA_SECONDARY,
.PSC25_FICHE_RELATED_CONTENT_BLANC a.PSC25_CTA_SECONDARY
{
	color : white;
	background-color: transparent;
	border : 2px solid white;
	padding: 5px 17px 6px 13px;
	border-radius: 4px;
	text-decoration: none;
	font-size: .9em;
	display: inline-block;
	transition: .3s ease-in-out all;
}

.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CTA_SECONDARY::after,
.PSC25_FICHE_RELATED_CONTENT_BLANC a.PSC25_CTA_SECONDARY::after
{
	filter: invert(0);
}

.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CTA_SECONDARY:hover::after,
.PSC25_FICHE_RELATED_CONTENT_BLANC a.PSC25_CTA_SECONDARY:hover::after
{
	filter: invert(1);
}

.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CTA_SECONDARY:hover,
.PSC25_FICHE_RELATED_CONTENT_BLANC a.PSC25_CTA_SECONDARY:hover
{
	background-color: white;
	color: var(--c-base);
}
*/

/* CARD PSC */

/*
.PSC25_CARDITEM
{
	width : calc( 100% - 30px );
	text-align: left;
	max-width: 350px;
	transition : .3s all ease-in-out;
}
*/
.PSC25_CARDITEM
{
	width: calc( 100% - 30px );
	text-align: left;
	max-width: 350px;
	transition: .3s all ease-in-out;
	//border: 2px solid var(--c-base);
	border-radius: 10px;
	padding: 10px 10px 5px 10px;
	padding-top: 10px;
	padding-top: 10px !important;
	background-color: white; 
}

.PSC25_CARDITEM:hover
{
	transform: scale(1.05);
	//-webkit-box-shadow: 0px 0px 30px -2px var(--c-base);
	//box-shadow: 0px 0px 30px -2px var(--c-base);
}

.PSC25_FICHE_RELATED_CONTENT_BLANC .PSC25_CARDITEM
{
	//background-color: transparent;
}

.PSC25_CARDITEM > a
{
	text-decoration: none;	
	
	display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  padding-bottom: 5px;
}

.PSC25_CARDITEM_TITRE
{
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 700;
	padding: 10px 0px 20px 0px;
	//min-height: 80px;
}

.PSC25_CARDITEM_INFOS
{
	width : 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.PSC25_CARDITEM_INFOS_CONTAINER
{
	min-height: 160px;
}

.MOBILE_MODE .PSC25_CARDITEM_EXPO_TEXT .PSC25_CARDITEM_INFOS
{
	flex-direction: column;
	gap : 15px;
}

.PSC25_CARDITEM_INFOS_TEXT
{
	width: 60%;
}

.PSC25_CARDITEM_DATE
{
	font-family: 'Plus Jakarta Sans', 'Arial', 'sans-serif';
	font-size: 1.1rem;
	//font-size: .95rem;
}

.PSC25_CARDITEM_TARIF
{
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans', 'Arial', 'sans-serif';
	font-weight : 700;
	font-size: .95rem;
}

.PSC25_CARDITEM_IMAGE
{
	width: 100%;
	height: 200px;
	border-radius : 5px;
	object-fit: cover;
	margin-top : 20px;
}

.PSC25_agenda_expositions .PSC25_CARDITEM_IMAGE
{
	margin-top : 0px;
}

ul.PSC25_CARDITEM_CATEGORIES
{
	list-style: none;
	padding: 0px;
	width : 100%;
	max-width: 900px;
	display: flex;
	justify-content : flex-start;
	gap : 10px;
	font-size: .7em;
	text-transform: uppercase;
}

.PSC25_CARDITEM .PSC25_CTA_SECONDARY
{
	zoom : .8;
}

.MOBILE_MODE .PSC25_CARDITEM .PSC25_CTA_SECONDARY
{
	zoom : 1;
}

.PSC25_CARDITEM_EXPO
{
	max-width: 800px;
}

.PSC25_CARDITEM_EXPO_TEXT
{
	padding : 20px;
	//min-width: 340px;
	width : 600px;
}

.MOBILE_MODE .PSC25_CARDITEM_EXPO_TEXT
{
	width: 100%;
}

.PSC25_CARDITEM_EXPO a
{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.MOBILE_MODE .PSC25_CARDITEM_EXPO a
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.PSC25_CARDITEM_EXPO img
{
	height: 300px;
}



.PSC25_agenda_expositions>ul
{
	list-style: none;
	padding-left : 0px;
	display: flex;
	align-items:  center;
	flex-direction: column;
	gap : 20px;
	width: 100%;
}

/* ----------------- */

.PSC25_CARD_ITEM
{
	width : calc( 100% - 30px );
	text-align: center;
	max-width: 350px;
}

.PSC25_CARD_ITEM_HOMEPAGE
{
	background-color: white;
	text-align: left;
}

.PSC25_CARD_ITEM_CONTENT
{
	padding : 15px;
}

.MOBILE_MODE .PSC25_CARD_ITEM
{
	width: 100%;
	max-width: 100%;
}

.PSC25_CARD_ITEM a
{
	text-decoration: none;
	color : black;
}

.PSC25_CARD_ITEM img
{
	width: 100%;
	height : 300px;
	object-fit: cover;
	object-position: center;
	margin-bottom : 15px;
	transition: filter .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.PSC25_CARD_ITEM:hover img
{
	filter: grayscale(.5);
	transform: scale(.95);
}

ul.PSC25_CARD_ITEM_CATEGORIES
{
	list-style: none;
	padding: 0px;
	width : 100%;
	display: flex;
	justify-content : center;
	gap : 10px;
	font-size: .7em;
	text-transform: uppercase;
}

.PSC25_CARD_ITEM_TITRE
{
	font-size: 2em;
	line-height: 1.1em;
	padding : 10px 30px;
	font-family: 'Brother-bold';
}

.PSC25_CARD_ITEM_TITRE_HOMEPAGE
{
	//font-size: 1.6em;
	//line-height: 1.3em;
	font-size: 2em;
	line-height: 1.1em;
	padding : 10px 0px;
	font-family: "Sora", sans-serif; font-weight:700;
}

.PSC25_CARD_ITEM_DATE
{
	font-size: 1.2em;
	line-height: 1.1em;
	padding-bottom : 10px;
}

.PSC25_CARD_ITEM_LIEU
{
	font-size: .8em;
	line-height: 1.1em;
	padding : 0px 30px;
	text-transform: uppercase;
}

.PSC25_CARD_COMMUNE
{
	font-family: "Sora", sans-serif; font-weight:700;
	line-height: 1.5em;
}

.PSC25_CARD_ITEM_BILLETTERIE
{
	display: inline-block;
	padding: 10px 15px 7px 15px;
	border-radius : 8px;
	text-transform: uppercase;
	font-size: .8em;
	font-family: "Sora", sans-serif; font-weight:700;
	margin-top : 15px;
	background-color: rgba(0,0,0,.2);
}

.PSC25_CARD_PATCHES
{
	position: relative;
	bottom: -90px;
	left: 10px;
	margin-top: -80px;
	display: flex;
	gap : 10px;
}

.PSC25_CARD_FAMILLE
{
	width: 80px;
	height: 80px;
	background-image: url('../ui/famille.svg');
}

.PSC25_CARD_GRATUIT
{
	width: 80px;
	height: 80px;
	background-image: url('../ui/gratuit.svg');
}

.PSC25_CARD_ITEM_BG
{
	background-color: black;
	height: 450px;
}

.PSC25_CARD_ITEM_BG_IMG
{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	transition: height .6s cubic-bezier(0, 0.726, 0.609, 0.99);
}

.PSC25_CARD_ITEM_CONTENT
{
	width: calc( 100% - 30px );
	height: 420px;
	color : white;
	transform: translateY(-450px);
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	margin-bottom: -450px;
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 1) 66%);
	transition: background .6s ease-out;
}

.PSC25_CARD_ITEM:hover .PSC25_CARD_ITEM_BG_IMG
{
	height: 320px;
}

.PSC25_CARD_ITEM:hover .PSC25_CARD_ITEM_CONTENT
{
	//background: linear-gradient(180deg,rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 1) 83%);
}

.PSC25_CARD_FESTIVAL
{
	font-size: .8em;
	padding-bottom: 3px;
	font-family: "Sora", sans-serif; font-weight:700;
	transform: translateY(-450px);
}

.PSC25_CARD_SCOLAIRE
{
	font-size: .8em;
	padding-bottom: 3px;
	font-family: "Sora", sans-serif; font-weight:700;
	transform: translateY(-450px);
	background-color: rgba(255,255,255,.8);
}

/* SINGLE PATCHES */

.PSC25_SINGLE_PATCHES
{
	position: relative;
	bottom: -110px;
	left: 10px;
	margin-top: -100px;
	display: flex;
	gap : 10px;
}

.PSC25_SINGLE_FAMILLE
{
	width: 100px;
	height: 100px;
	background-image: url('../ui/famille.svg');
}

.PSC25_SINGLE_GRATUIT
{
	width: 100px;
	height: 100px;
	background-image: url('../ui/gratuit.svg');
}

/* BOITE PROMO */

.PSC25_BOITE_PROMO
{
	padding: 40px 40px 60px 40px;
	text-align: center;
}

.PSC25_BP_VISUEL img
{
	width: 100%;
	height: 200px;
	object-fit: contain;
	object-position: center;
}

.PSC25_BP_TEXTE
{
	
}

.PSC25_BP_TITRE
{
	font-family: "Sora", sans-serif; font-weight:700;
	font-size: 1.8em;
	margin-top: 15px;
}

.PSC25_BP_TEXTE_CONTENU
{
	
}



/* AGENDA */

.PSC25_agenda_container
{
	max-width : 100vw;
	background-color : var(--c-base);
	padding : 50px 0px;
}

.PSC25_agenda
{
	max-width : 1800px;
	margin : 0 auto;
}

.PSC25_agenda_title
{
	font-family: "Sora", sans-serif; 
	font-weight:700;
	font-size: 3em;	
	text-transform: capitalize;
	text-align: center;
	//color : var(--c-base);
	//border-bottom: 4px solid var(--c-base);
	color : white;
	border-top: 4px solid white;
	padding-top: 30px;
	margin-bottom: 60px;
}

.PSC25_agenda_title_archive
{
	color: var(--c-base);
}
/*
.PSC25_agenda_title:after
{
	content : '';
	display: block;
	margin-top : 15px;
	margin-bottom : 20px;
	width : 100%;
	height: 4px;
	background-color: black;
}
*/

.PSC25_agenda_mois
{
	width: 100%;
	display: flex;
	list-style: none;
	padding: 0px;
	gap : 20px;
	margin-bottom: 60px;
	flex-wrap: wrap;
	justify-content: center;
}

.MOBILE_MODE .PSC25_agenda_mois
{
	flex-direction: column;
	align-items: center;
}

.PSC25_agenda_mois_shy
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.PSC25_SAISON_TITRE h1
{
	width: 100%;
	text-align: center;
	font-size: 4rem;
	margin: 15px 0px 10px 0px;
	text-transform: uppercase;
}

.MOBILE_MODE .PSC25_SAISON_TITRE h1
{
	width: 100%;
	text-align: center;
	font-size: 2rem;
	margin: 15px 0px 10px 0px;
	text-transform: uppercase;
}

.PSC25_SAISON_CATEGORIES
{
	margin-top: -50px;
	margin-bottom: 60px;
}

.PSC25_SAISON_CATEGORY_ITEM
{
	cursor : pointer;
	background-color: var(--c-base);
	color : white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 4px 10px 5px 10px;
	border-radius: 8px;
	font-size: 1.2rem;
	margin-bottom : 7px;
	transition : background-color .3s ease-in-out;
	zoom :.8;
}

.PSC25_SAISON_CATEGORY_ITEM:hover
{
	background-color: rgba(0,0,0,1);
	color : white;
}

.PSC25_SAISON_CATEGORY_ITEM_SELECTED
{
	background-color: black;
	color : white;
	border-radius: 4px;
	margin-bottom : 7px;
}

.PSC25_agenda_archive_titre
{
	width: 100%;
	text-align: center;
	font-size: 3em;
}

.PSC25_agenda_archive .PSC25_CARD_ITEM
{
	opacity: .5 !important;
}

.PSC25_agenda_archive .PSC25_CARD_ITEM .PSC25_CARD_ITEM_BILLETTERIE
{
	display : none;
}

/* HOMEPAGE ACTUS */

.PSC25_DERNIERES_ACTUS
{
	padding : 50px 0px;
	background-size:cover;
	background-attachment: fixed;
	background-color: var(--c-base);
}

.MOBILE_MODE .PSC25_DERNIERES_ACTUS .PSC25_CTA
{
	margin-top: 45px;
}

.PSC25_DERNIERES_ACTUS_CONTENEUR
{
	width: 100%;
	display: flex;
	list-style: none;
	padding: 0px;
	gap : 30px;
	margin-bottom: 0px;
	justify-content : center;
	flex-wrap: wrap;
}

.PSC25_CALENDRIER_DETAILS .PSC25_DERNIERES_ACTUS_CONTENEUR
{
	gap:0px;
}

.MOBILE_MODE .PSC25_DERNIERES_ACTUS_CONTENEUR
{
	flex-direction: column;	
	width: 96%;
	margin: 0 auto;
	align-items: center;
}

.PSC25_DERNIERES_ACTUS_BANDEAU
{
	width : 100%;
	text-align: center;
}

.PSC25_DERNIERES_ACTUS_TITRE
{
	font-size: 2.5em;
	
	font-family: "Sora", sans-serif; font-weight:700;
}



/* COPYRIGHT */

.PSC25_LARGE_COPYRIGHT
{
	font-size: .75em;
	display: inline-block;
	writing-mode: tb-rl;
	transform: rotate(180deg);
	margin-left: 5px;
}

.MOBILE_MODE .PSC25_LARGE_COPYRIGHT
{
	font-size: .75em;
	display: inline-block;
	writing-mode: horizontal-tb;
	transform: rotate(0deg);
	margin-left: 0px;
}

.PSC25_SMALL_COPYRIGHT
{
	font-size: .75em;
	margin-top: 5px;
}

/* FEATURE */

.PSC25_FEATURE
{
	width: 100%;
}

.PSC25_FEATURE_CONTENU
{
	display: flex;
	align-items : center;
}

.MOBILE_MODE .PSC25_FEATURE_CONTENU
{
	flex-direction: column;
}

.PSC25_FEATURE_VISUEL
{
	width: 60%;
	//max-width: 850px;
	//height: 550px;
	height: 80vh;
}

.MOBILE_MODE .PSC25_FEATURE_VISUEL
{
	width: 100%;
	max-width: 100%;
	height: 80vw;
}

.PSC25_FEATURE_VISUEL img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.PSC25_FEATURE_TEXTE
{
	padding : 30px;
	width: calc( 40% - 60px );
}

.MOBILE_MODE .PSC25_FEATURE_TEXTE
{
	width: calc( 100% - 60px );
	text-align: center;
}

.PSC25_FEATURE_SURTITRE
{
	font-size: 1.6em;
	margin-bottom : 10px;
}

.PSC25_FEATURE_TITRE
{
	font-size: 4.5rem;
	font-family: "Sora", sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	width: 80%;
}

.MOBILE_MODE .PSC25_FEATURE_TITRE
{
	font-size: 2.2rem;
}

.PSC25_FEATURE_EXTRAIT
{
	
}

.PSC25_FEATURE_COMPAGNIE
{
	font-size: 1.8em;
	margin-top : 10px;
}

.PSC25_FEATURE_LIEU
{
	margin-top : 10px;
	text-transform: uppercase;
}

.PSC25_FEATURE .PSC25_CARD_ITEM_CATEGORIES
{
	justify-content: left;
	font-size: 1.05em;
}


/* POP-IN BOX */

.PSC25_PI_CONTAINER
{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	top : 0px;
	left :0px;
	background-color: rgba(0,0,0,.8);
	display:flex;
	align-items: center;
	justify-content: center;
}

.PSC25_PI_BOX
{
	width: calc( 96vw - 60px);
	max-width: 550px;
	max-height : 70vh;
	padding : 30px;
	border-radius: 15px;
	
	background-color: white;
}

.PSC25_PI_BOX_CROSS
{
	display: block;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	width: 40px;
	height: 40px;
	background-image:url("../ui/menu_close.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid;
	background-color: transparent;
	cursor : pointer;
}

.PSC25_PI_BOX_TEXT
{
	max-height: 50vh;
	overflow-y: scroll;
	width : 100%;
}

.PSC25_PI_BOX_TITLE
{
	font-size: 2em;
	
}

.PSC25_PI_BOX_TEXTE
{
	
}

/* SEARCH */

#search-form-1
{
	padding: 15px;
	width: 100%;
	border-radius: 6px;
	border: 0px;
	background-color: #eee;
	font-size: 1.2em;
	margin: 15px 0px;
}

.PSC25_SF_BOX_CROSS
{
	display: block;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	width: 40px;
	height: 40px;
	background-image:url("../ui/menu_close.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid;
	background-color: transparent;
	cursor : pointer;
}

.PSC25_SF_CONTAINER
{
	
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	top : 0px;
	left : 110vw;
	background-color: rgba(0,0,0,.8);
	display:flex;
	align-items: center;
	justify-content: center;
	//display : none;
}

.wp-block-image.aligncenter 
{
  margin: 0 auto !important;
}

/* BREADCRUMBS */

#PSC25_BREADCRUMBS
{
	list-style: none;
	padding: 0px;
	display : flex;
}

#PSC25_BREADCRUMBS li a:after
{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("../ui/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}

#PSC25_BREADCRUMBS li:last-child a:after
{
	content: '';
	display: none;
}


/* FICHE */

.PSC25_FICHE_PREMIER_BLOC
{
	display: flex;
	flex-direction: column;
}

.MOBILE_MODE .PSC25_FICHE_PREMIER_BLOC
{
	display: flex;
	flex-direction: column-reverse;
}

#PSC25_FICHE_TEXTE_ET_INFOS
{
	width: 100%;
	display: flex;
	gap: 30px;
}

.MOBILE_MODE #PSC25_FICHE_TEXTE_ET_INFOS
{
	flex-direction: column;
}

#PSC25_FICHE_TEXTE_PRINCIPAL
{
	width: calc( 70% - 15px );
}

#PSC25_FICHE_TEXTE_PRINCIPAL_FLEX
{
	display: flex;
	flex-direction: column;
}

#PSC25_FICHE_INFOS_PRINCIPALES
{
	width: calc( 30% - 15px);
}

.MOBILE_MODE #PSC25_FICHE_TEXTE_PRINCIPAL,
.MOBILE_MODE #PSC25_FICHE_INFOS_PRINCIPALES
{
	width: 100%;
}

.PSC25_CARTOUCHE_DATE
{
	width: 100%;
	max-width: 370px;
	display: flex;
	justify-content : space-between;
	border-bottom: 2px solid black;
	padding-bottom: 5px;
}

.PSC25_CARTOUCHE_DATE .PSC25_CDI
{
	width: 33%;
}

.PSC25_CARTOUCHE_DATE .PSC25_CDI:last-child
{
	text-align: right;
}

/* BLOC BANNER VIDEO */

.PSC25_BANNER_VIDEO
{
	width: 100%;
	margin-top:30px;
}

.PSC25_BANNER_VIDEO video
{
	width: 100%;
}

/* ICON FICHE */

.PSC25_FICHE_ICON
{
	display: inline-block;
	vertical-align: middle;
	width : 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.svg_fill
{
	fill : var(--c-base);
}

.PSC25_FICHE_ICON_GEO
{
	background-image: url('../ui/icon_localisation.svg');
}

.PSC25_FICHE_ICON_PUBLIC
{
	background-image: url('../ui/icon_public.svg');
}

.PSC25_FICHE_ICON_TARIF
{
	background-image: url('../ui/icon_ticket.svg');
}

.PSC25_FICHE_ICON_DUREE
{
	background-image: url('../ui/icon_hour.svg');
}

.PSC25_FICHE_RS_BTS_TITRE 
{
  font-size: .9em;
  text-transform: uppercase;
  
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  font-family: "Sora", sans-serif; font-weight:700;
  margin-right: 10px;
}

/* PLAYLIST */

#PSC25_PLAYLIST
{
	position: fixed;
	left: 60px;
	bottom : 40px;
	text-decoration: none;
	zoom:80%;
}

.MOBILE_MODE #PSC25_PLAYLIST
{
	zoom:60%;
}

#PSC25_PLAYLIST_SIGNAL
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ffee00;
	display: inline-block;
	vertical-align: middle;
}

#PSC25_PLAYLIST_TEXT
{
	padding : 10px 10px 10px 70px;
	border-radius : 20px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:  0px 0px 12px 0px rgba(0,0,0,0.3);
	background-color: white;
	display: inline-block;
	vertical-align: middle;
	margin-right : -275px;
	transition: background-color .3s ease-in-out;
}

#PSC25_PLAYLIST:hover #PSC25_PLAYLIST_TEXT
{
	background-color: #ffe600;
}

#PSC25_PLAYLIST_TEXT_LARGE
{
	text-transform: uppercase;
	font-size: 1.5rem;
	font-family: "Sora", sans-serif; font-weight:700;
	margin-bottom: -10px;
}

#PSC25_PLAYLIST_TEXT_LIGHT
{

	font-size: 1.1rem;
	font-family: "Sora", sans-serif; font-weight:700;
}

:root 
  {
	--m: 20.5;
	--wavefreq: calc(150ms * var(--m));
  }

  section 
  {
	display: flex;
	gap: 5px;
	width: 100%;
	height: 100%;
	align-items:center;
	justify-content: center;
  }
  
  [class*='wave'] 
  {
	aspect-ratio: .125/1;
	/*This can all be written on one line:*/
	animation: waveform var(--wavefreq)
			   ease-in-out infinite
			   forwards;
	background-color: black;
	border-radius: 15px;
	width: 6px;
  }
  

  @keyframes waveform 
  {
	0% {
	  transform: scaleY(.4);
	}
	50% {
	  transform: scaleY(1);
	}
	100% {
	  transform: scaleY(.4);
	}
  }
  
  .wave1 {
	--wavefreq: calc(200ms * var(--m));
  }
  
  .wave2 {
	--wavefreq: calc(300ms * var(--m));
  }
  
  .wave3 {
	--wavefreq: calc(400ms * var(--m));
  }
  
  .wave4 {
	--wavefreq: calc(500ms * var(--m));
  }
  
  .wave5 {
	--wavefreq: calc(600ms * var(--m));
  }
  
  .wave6 {
	--wavefreq: calc(700ms * var(--m));
  }

/* HANDICAP */

.PSC25_HANDICAP_TEXTE
{
	display: block;
	color: #333;
	font-size: .8rem;
	font-style: italic;
}

/* MOVING SHAPES */

.PSC25_SMALL_SHAPE
{
	/*
	width: 170px;
	height:170px;
	*/
	width: 17vw;
	height:17vw;
	position: absolute;
	top : 60vh;
	left: 20vw;
	z-index: -1;
}

.PSC25_LARGE_SHAPE
{
	/*
	width: 330px;
	height:380px;
	*/
	width: 33vw;
	height:38vw;
	position: absolute;
	top : 120vh;
	right: 10vw;
	z-index: -1;
}

.PSC25_SMALL_SHAPE img,
.PSC25_LARGE_SHAPE img
{
	width:100%;
	height:100%;
	object-fit: contain;
}




/* LOADER */

.PSC25_CALENDRIER_LOADER
{
	display: none;
	text-align: center;
	margin-bottom: 30px;
	margin-top : 30px;
}

.loader 
{
	width: 35px;
	height: 35px;
	border: 5px solid rgba(255,255,255,.5);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
} 

/* FESTIVAL */

.PSC25_FESTIVAL_TOPTITLE
{
	width : 100%;
	text-align: center;
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom : 0px;
}

.PSC25_FESTIVAL_TITLE
{
	width : 100%;
	text-align: center;
	margin-top: 0px;
}

.PSC25_FESTIVAL_IMG
{
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center center;
}

.gform_button
{
	background-color: #ff48b0 !important;
}

.PSC25_disabled > a
{
	cursor: default;
}

/* FICHE EVENEMENT */

.PRSC25_EVENT
{
	display: block;
	margin-top : 50px;
}

.PRSC25_EVENT_TAXONOMY
{
	width: 100%;
	display:flex;
	justify-content: center;
	padding : 0px;
	list-style: none;
	gap : 10px;
}

h1.PRSC25_EVENT_TITLE
{
	width: 100%;
	text-align: center;
	font-size: 4.5em;
	margin : 15px 0px 10px 0px;
	text-transform: uppercase;
}

.MOBILE_MODE h1.PRSC25_EVENT_TITLE
{
	font-size : 3em;
}

p.PRSC25_EVENT_SUBTITLE
{
	text-align: center;
	width: 100%;
	margin : 0px;
	font-size: 1.1rem;
}

img.PRSC25_EVENT_MAIN
{
	width: 100%;
	height: 60vh;
	object-fit: cover;
	object-position: center;
	margin-top : 40px;
	margin-bottom : 40px;
}

.MOBILE_MODE img.PRSC25_EVENT_MAIN
{
	height: 45vh;
}

.PRSC25_EVENT_CONTAINER
{
	width: 90vw;
	max-width: var(--limit-internal);
	margin : 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap : 5%;
}

.MOBILE_MODE .PRSC25_EVENT_CONTAINER
{
	flex-direction: column;
}

.PRSC25_EVENT_CONTENT
{
	width: 65%;
}

.PRSC25_EVENT_PARTNERS
{
	font-size : .7rem;
}

.PRSC25_EVENT_INFOS
{
	width: 30%;
	margin-top : 25px;
}

.MOBILE_MODE .PRSC25_EVENT_CONTENT,
.MOBILE_MODE .PRSC25_EVENT_INFOS
{
	width: 100%;
}

.PRSC25_EVENT_INFOS_BOX
{
	border : 3px solid var(--c-base);
	border-radius : 20px;
	color : var(--c-base);
	padding : 30px;
}

.MOBILE_MODE .PRSC25_EVENT_INFOS_BOX
{
	font-size: 1rem;
}

/* DISPLAY */

.PSC25_HOME_DISPLAY
{
	width: 100%;
	height: 90vh;
	transform: translateY(-150px);
	margin-bottom: -10vh;
}

.PSC25_HOME_DISPLAY_IMG
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.PSC25_HOME_DISPLAY_SUPPORT
{
	width: 100%;
	height: 90vh;
	transform: translateY(-90vh);
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
	margin-top: -5px;
}

.PSC25_HOME_DISPLAY_TEXTE
{
	width: 95%;
	padding-left : 5%;
	height: calc( 90vh - 20% );
	transform: translateY(-170vh);
	display: flex;
	flex-direction: column;
	color: white;
	justify-content:  flex-end;
	margin-top: -5px;
}

/* VOUS ÊTES ? */

.PSC25_BLOCK_LIST
{
	width: 100%;
	margin-bottom: -16px;
	padding: 40px 0px;
}

.PSC25_BLOCK_LIST_CONTENT
{
	width: 90vw;
	max-width: 1100px;
	margin: 0 auto;
}

ul.PSC25_BLOCK_LIST_ITEMS
{
	list-style: none;
	padding-left: 0px;
	columns: 2;
}

.MOBILE_MODE ul.PSC25_BLOCK_LIST_ITEMS
{
	columns: 1;
}

ul.PSC25_BLOCK_LIST_ITEMS li a
{
	font-weight: 700;
	font-size : 2.1em;
	text-decoration: none;
	padding-bottom: 8px;
	display: inline-block;
}

ul.PSC25_BLOCK_LIST_ITEMS li a::before
{
	content: '';
	  display: inline-block;
	  width: 35px;
	  height: 35px;
	  border-radius: 50%;
	  margin-right: 10px;
	  background-color: var(--c-base);
	  margin-bottom: -5px;
	  background-image: url('../ui/fl.svg');
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center center;
	  transition: .3s all ease-in-out;
}

ul.PSC25_BLOCK_LIST_ITEMS li a:hover::before
{
	margin-right : 20px;
}

.PSC25_BLOCK_LIST_TITRE
{
	font-weight: 700;
	font-size : 1.6em;
	text-transform: uppercase;
}

/* CALENDRIER */

#PSC25_CALENDRIER
{
	width: calc( 100vw - 80px );
	max-width: 315px;
	padding: 30px;
	position: fixed;
	top : 151px;
	right: -430px;
	background-color: var(--c-base);
	z-index: 3000;
	transition : .3s all ease-in-out;
}

.MOBILE_MODE #PSC25_CALENDRIER
{
	width: calc( 100vw - 60px );
	max-width: calc( 100vw - 60px );
	padding: 30px;
	position: fixed;
	top : 0px;
	right: -100vw;
	height: calc(100vh - 60px);
	background-color: var(--c-base);
	z-index: 3000;
	transition : .3s all ease-in-out;
}

.PSC25_CALENDAR_OPEN #PSC25_CALENDRIER
{
	right : 0px;
}

/* CALENDRIER */

.PSC25_CALENDAR_TABLE
{
	
}

.PSC25_CALENDAR_TABLE td
{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: 700;
	color : white;
}

.PSC25_JOUR_ENABLED
{
	
}

.PCS25_JOUR_DISABLED
{
	opacity : .3;
	cursor: default;
}



/* CALENDRIER */ 

.PSC25_CALENDRIER_CONTAINER
{
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: flex-start;
	gap:0px;
}

.PSC25_CALENDRIER_TITRE
{
	width: 100%;
	max-width: 800px;
	text-align: center;
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	color: white;
}




.PSC25_CALENDRIER_FL
{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	//background-color: #cccccc;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
	cursor: pointer;
	flex-shrink: 0; 
}

.MOBILE_MODE .PSC25_CALENDRIER_FL
{
	width: 35px !important;
	height: 35px !important;
}

.PSC25_CALENDRIER_FL:hover
{
	background-color: black;
}

.PSC25_CALENDRIER_FL_GAUCHE
{
	background-image: url('../ui/fl_gauche.svg');
	transform: translate(35px,-6px);
	z-index: 3000;
}

.PSC25_CALENDRIER_FL_DROITE
{
	background-image: url('../ui/fl_droite.svg');
	transform: translate(-35px,-6px);
}

.PSC25_CALENDRIER_ITEMS
{
	height: 255px;
	width : 245px;
	overflow: hidden;
	display: flex;
}

.MOBILE_MODE .PSC25_CALENDRIER_ITEMS
{
	//height: 450px;
}

.PSC25_CALENDRIER_ITEM
{
	width: 100%;
	max-width: 245px;
	height: 100%;
	overflow: hidden;
	transition: transform .3s ease-in-out;
	flex-shrink: 0; 
}

.PSC25_JOUR_ENABLED
{
	cursor: pointer;
	//background-color: black;
	border-color: black;
	color : white !important;
	transition: all .3s ease-in-out;

	background-image: url('../ui/dot.svg');
	background-size: contain;
}



.PSC25_JOUR_ENABLED:hover
{
	background-color: black;
	color : white !important;
}

.PSC25_JOUR_DISABLED
{
	opacity: .3 !important;
	cursor: default;
}



.PSC25_CALENDRIER_ITEM table 
{ 
	//border-spacing: 0px;
	border-collapse: collapse;
}

.PSC25_CALENDRIER_ITEM table td
{
	border : 2px solid transparent;
	padding: 0px;
	width: 35px;
	height: 35px;
}

.PCS25_TODAY
{
	//border : 2px solid white !important;
	//border-radius: 100%;
	background-image: url('../ui/circle.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.PCS25_TODAY.PSC25_JOUR_ENABLED
{
	background-image: url('../ui/circle_dot.svg');
	background-size: contain;
}

/* LABEL CALENDAR */

ul.PSC25_LABELITEM_CATEGORIES
{
	list-style: none;
	padding-left : 0px;	
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .5;
}

.PSC25_LABELITEM
{
	padding : 15px 0px;
	border-top : 1px solid rgba(255,255,255,.3);
	width: 100%;
}

.PSC25_LABELITEM:last-child
{
	border-bottom : 1px solid rgba(255,255,255,.3);
}

.PSC25_LABELITEM a
{
	display: block;
	text-decoration: none;
	color : white;
	width: 100%;
	padding-left : 0%;
	transition : all .3s ease-in-out;
}

.PSC25_LABELITEM a:hover
{
	width: 95%;
	padding-left : 5%;
}

.PSC25_LABELITEM_TITRE
{
	font-size: 1.2rem;
	font-weight: 700;
}

.PSC25_CALENDRIER_CLOSE
{
	width: 30px;
	height: 30px;
	position: relative;
	background-color: rgba(255,255,255,.2);
	border-radius: 50%;
	top : -20px;
	left : -20px;
	margin-bottom : -20px;
	cursor : pointer;
	transition : background-color .3s ease-in-out;
}

.PSC25_CALENDRIER_CLOSE:hover
{
	background-color: black;
}

.PSC25_CALENDRIER_CLOSE>span:first-child
{
	width: 2px;
	  height: 18px;
	  background-color: white;
	  transform: rotate(45deg);
	  display: block;
	  position: relative;
	  left: 14px;
	  top: 6px;
}

.PSC25_CALENDRIER_CLOSE>span:last-child
{
	width: 2px;
	  height: 18px;
	  background-color: white;
	  transform: rotate(-45deg);
	  display: block;
	  position: relative;
	  left: 14px;
	  top: -12px;
}

.PSC25_DATE_LABEL
{
	position: fixed;
	  left: calc(100vw - 206px);
	  top: 105px;
	  font-size: .7rem;
	  text-transform: uppercase;
	  width : 185px;
}

.MOBILE_MODE .PSC25_DATE_LABEL
{
	position: fixed;
	left: calc(100vw - 204px);
	top: 68px;
	font-size: .7rem;
	text-transform: uppercase;
	width: 185px;
	text-align: right;
}

.PSC25_DATE_LABEL_CLOSE::before
{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: red;
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle;
}

.PSC25_DATE_LABEL_OPEN::before
{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #00ec86;
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle;
}

.PSC25_DATE_LABEL_EXCEPT::before
{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #f39200;
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle;
}

/* PASTILLES */

.PSC25_PASTILLES
{
	width: 100%;
	display: flex;
	gap : 5px;
	margin-bottom : 20px;
}

.PSC25_PASTILLE
{
	width: 60px;
	height: 60px;
	border-radius : 50%;
	background-color: var(--c-base);
}

.PSC25_PASTILLE img
{
	width : 100%;
	height : 100%;
	object-fit: contain;
}

.PSC25_PASTILLES_CARD
{
	margin-bottom: 0px;
	margin-top: -195px;
	margin-left: 10px;
	margin-bottom: 145px;
}

.PSC25_PASTILLES_CARD .PSC25_PASTILLE
{
	background-color: white;
	width: 50px;
	height: 50px;
}

/* MENUS */

.PSC25_MENU_BT_PUBLICS>a::after,
.PSC25_MENU_BT_PASSAGE>a::after
{
	content : '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url("../ui/menu_plus.svg");
	background-size:contain;
	background-repeat: no-repeat;
	margin-top: -3px;
}

.PSC25_MENU_BT_PUBLICS>a.publics_open::after,
.PSC25_MENU_BT_PASSAGE>a.passage_open::after
{
	background-image: url("../ui/menu_minus.svg");
}

/* RECHERCHE */

.PSC25_OPEN_SEARCH
{
	border: 0px solid;
	background: transparent;
	background-image: url('../ui/icon_loupe.svg');
	background-size: contain;
	height: 33px;
	width: 33px;
	cursor: pointer;	
}

.MOBILE_MODE .PSC25_OPEN_SEARCH
{
	zoom : .8;
}

.PSC25_RESULTS_TITLE
{
	text-align: center;
}

.PSC25_RESULTS_SURTITLE
{
	display: block;
	font-size : 3rem;
}

.MOBILE_MODE .PSC25_RESULTS_SURTITLE
{
	font-size : 1.5rem;
}

.search-result-count
{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 2px solid black;
}