
@font-face {
	font-family: 'Brother-bold';
	src: url('fonts/Brother-1816-Bold.woff2') format('woff2'),
		url('fonts/Brother-1816-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brother-regular';
	src: url('fonts/Brother-1816-Regular.woff2') format('woff2'),
		url('fonts/Brother-1816-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*/

:root
{
	/* COULEURS */
	//--c-gris		:#edf0f0;

	
	/* 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 :	1100px;

	
	
}

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


body, html
{
	font-family: "Brother-regular", 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;
}

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

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

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

h1.JDV25_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;
}

.JDV25_TI_TEXTE_CONTENU ul,
.JDV25_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;
	max-width: 1500px;
	margin: 0 auto;
}

.JDV25_TEXT_CONTAINER
{
	width: 96vw;
	max-width: 1500px;
	margin: 0 auto;
}

header
{
	margin-top : 40px;
}

.MOBILE_MODE header
{
	margin-top : 15px;
}

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

/* EXCLUDES */

.MOBILE_MODE .JDV25_DESKTOP_ONLY
{
	display: none;
}

.JDV25_MOBILE_ONLY
{
	display: none;
}


/* CALL-TO-ACTION */

.JDV25_CTA,
a.JDV25_CTA,
a.wp-block-file__button,
input.search-submit
{
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
	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;
}

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

.JDV25_CTA_SECONDARY,
a.JDV25_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;
}

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

.JDV25_CTA_WHITE,
a.JDV25_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;
}

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



.JDV25_CTA_MISE_EN_AVANT,
a.JDV25_CTA_MISE_EN_AVANT
{
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
	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;
}

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




.JDV25_CTA_TICKET::before, a.JDV25_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;
  }

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

/* HEADER */

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

.MOBILE_MODE #JDV25_LOGO
{
	width: 45vw;
}

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

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

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

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

#JDV25_MENU_PRINCIPAL
{
	text-align: center;
}

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

.MOBILE_MODE #JDV25_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.JDV25_MENU_MOBILE_OPEN #JDV25_MENU_PRINCIPAL
{
	transform: translateX(0vw);
}

.MOBILE_MODE #JDV25_LOGO_MENU
{
	display: block;
	width: 60%;
	margin-left: 5%;
	margin-top: 70px;
}

#JDV25_LOGO_MENU img
{
	width : 100%;
}

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

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

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

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

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


#JDV25_MENU_PRINCIPAL a
{
	color: black;
	text-decoration: none;
	
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center; 
	line-height: .8rem; 
}

.MOBILE_MODE #JDV25_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;
}


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

.MOBILE_MODE .JDV25_MENU_SEPARATEUR
{
	display:none;
}

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

#JDV25_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 #JDV25_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;
}

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

/* SOUS-MENU */

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

#JDV25_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 #JDV25_MENU_PRINCIPAL ul.sub-menu
{
	position: static;
	//top : -3000px;
	flex-direction: column;
	gap: 0px;
	background-color: white;
	border: solid 0px black;
}

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


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

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

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

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

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

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

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

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

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

#JDV25_BT_MENU_MOBILE
{
	display: none;
}

.MOBILE_MODE #JDV25_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.JDV25_MENU_MOBILE_OPEN #JDV25_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;
}

.JDV25_HEADER_ITEM
{
	
}

/* FOOTER */

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

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

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

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

.JDV25_LOGO_FOOTER_COLONNE
{
	width: 32%;
}

.JDV25_FOOTER_TEXT_BOLD,
.JDV25_FOOTER_TEXT_BOLD a
{
	width: 100%;
	color : white;
	font-family: "Brother-bold", sans-serif;
	font-size:1.6rem;
}

.JDV25_FOOTER_TEXT
{
	width: 100%;
	color : white;
}

.JDV25_FOOTER_TEXT_VOUS_ETES
{
	font-family: "Brother-bold", sans-serif;
	color : white;
	margin-bottom : -20px;
}

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

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

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

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

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

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

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

.JDV25_FOOTER_MENU ul,
.JDV25_FOOTER_MENU_SECONDAIRE ul
{
	list-style: none;
	padding: 0px;
}

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

.JDV25_FOOTER_MENU a
{
	color : white;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.25em;
	font-family: "Brother-bold", sans-serif;
}

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

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

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

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

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

.JDV25_FOOTER_ITEM_LOGO
{
	width: 200px;
}

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

.MOBILE_MODE .JDV25_FOOTER_ITEM_LOGO
{
	width: 150px;
}

/*  SINGLE POST */

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

/* FICHE */

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

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

#JDV25_FICHE_HEADER .JDV25_CTA
{
	margin-top: 20px;
	display: inline-block;
}

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

ul.JDV25_FICHE_CATEGORIES
{
	list-style: none;
	padding: 0px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.MOBILE_MODE ul.JDV25_FICHE_CATEGORIES
{
	margin-top : 10px;
	gap : 10px;
	margin-bottom: 0px;
}

ul.JDV25_FICHE_CATEGORIES li
{
	text-transform: uppercase;
	font-size: .7em;
	color : black;
	text-decoration: none;
}

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

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

.JDV25_FICHE_DATE,
.JDV25_FICHE_HEURE
{
	font-size: 1.7em;
	line-height: 1.4em;
}

.JDV25_FICHE_DATE_PASSED
{
	opacity: .2;
}

.JDV25_FICHE_HEURE
{
	
}

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

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

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

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

.JDV25_FICHE_CONTENU_ITEM_LEFT
{
	width: 30%;
}

.MOBILE_MODE .JDV25_FICHE_CONTENU_ITEM_LEFT
{
	width: 100%;
}

.JDV25_FICHE_MICROBLOC
{
	margin-bottom: 40px;
}

.JDV25_FICHE_MICROBLOC .JDV25_CTA_SECONDARY
{
	margin-top : 10px;
}

.JDV25_FICHE_CONTENU_ITEM_RIGHT
{
	width: 70%;
}

.MOBILE_MODE .JDV25_FICHE_CONTENU_ITEM_RIGHT
{
	width: 100%;
}

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

.JDV25_FICHE_TITRE_INTERNE
{
	font-size: 1.6em;
	
	line-height: 1.4em;
	font-family: "Brother-bold", sans-serif;
}

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

.JDV25_DISTRIBUTION_TITRE
{
	font-size: .9em;
	text-transform: uppercase;
	
	margin-top : 40px;
	margin-bottom: 10px;
	font-family: "Brother-bold", sans-serif;
}

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

.JDV25_FICHE_PRESSE
{
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
}

.JDV25_FICHE_PRESSE_TITRE
{
	font-size: 1.6em;
	
	line-height: 1.4em;
}

.JDV25_FICHE_PRESSE_CONTAINER
{
	width: 100%;
	display: flex;
	gap : 20px;
}

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

.JDV25_FICHE_PRESSE_CONTAINER_ITEM
{
	max-width: 350px;
	font-size: .8em;
	margin-bottom: 20px;
}

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

.JDV25_FICHE_PRESSE_PUBLICATION
{
	text-transform: uppercase;
}

/* TARIFS */

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

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

.JDV25_FICHE_TARIFS_ITEM_COST
{
	font-family: "Brother-bold", sans-serif;
	font-size: 1.6rem;
	margin-top: -3px;
}

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

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

/* RESEAUX SOCIAUX */

.JDV25_FICHE_RS_BTS
{
	display: flex;
	justify-content : flex-start;
	align-items: center;
}

.JDV25_RS
{
	height: 40px;
	width: auto;
}

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

/* MOBILE */

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

/* BLOCK */

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


/* CHAPEAU */

.JDV25_CHAPEAU
{
	font-size: 1.4em;
}


/* ACCORDÉON */

.JDV25_ACCORDEON
{
	margin : 20px 0px;
}

.JDV25_ACCORDEON_TITRE
{
	width: calc( 100% - 66px );
	padding : 17px 30px 15px 30px;
	border : 3px solid black;
	
	font-size : 1.4em;
	cursor: pointer;
	background-color : rgba(0,0,0,.1);
}

.JDV25_ACCORDEON_TITRE::before
{
	content: '';
	display: block;
	position: relative;
	left: calc( 100% - 20px );
	width: 20px;
	height: 20px;
	background-image: url('../ui/accordeon_plus.svg');
	top: 23px;
	margin-top: -20px;
}

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

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


/* NOTES */

.JDV25_NOTES
{
	font-size: .75em;
}


/* TEXTE + IMAGE */

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

.MOBILE_MODE .JDV25_TEXTE_IMAGE
{
	width: 96vw;
	margin: 0 auto;
}

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

.JDV25_FLEX_REVERSED .JDV25_TI_TEXTE
{
	//text-align: right;
}

.MOBILE_MODE .JDV25_FLEX_REVERSED .JDV25_TI_TEXTE
{
	text-align: left;
}

.MOBILE_MODE .JDV25_TEXTE_IMAGE,
.MOBILE_MODE .JDV25_FLEX_REVERSED
{
	flex-direction: column;
}

.JDV25_TI_VISUEL
{
	width : 45%;
	height: 450px;
}

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

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

.JDV25_TI_VISUEL_CONSTRAIN img
{
	object-fit: contain;
}

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

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

.JDV25_TI_TITRE
{
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	line-height: .9em;
}

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

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

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

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


/* ETIQUETTE */

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

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

.JDV25_ET_VISUEL
{
	width: 300px;
}

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

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

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

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

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

.JDV25_ET_TITRE
{
	
	font-size: 1.6em;
}

.JDV25_ET_TEXTE_CONTENU
{
	line-height: 25px;
}

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

/* MEDIAS */

.JDV25_FICHE_MEDIAS
{
	margin-bottom: 60px;
}

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

.JDV25_FICHE_MEDIAS .JDV25_FICHE_TITRE_INTERNE
{
	margin-bottom: 30px;
}

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

.JDV25_FICHE_MEDIA_ITEM
{
	width: 100%;
	max-width: var(--limit-internal);
	margin-bottom: 30px;
}

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

.JDV25_FICHE_MEDIA_ITEM img
{
	width: 60%;
	height: auto;
}

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

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

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

.JDV25_FICHE_MEDIA_ITEM_RIGHT
{
	text-align: right;
}

.JDV25_FICHE_MEDIA_ITEM_LEFT
{
	text-align: left;
}

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

.JDV25_FICHE_MEDIA_ITEM_BOTH
{
	clear: both;
}

/* CARD */

.JDV25_FICHE_RELATED_CONTENT .JDV25_FICHE_TITRE_INTERNE
{
	margin-bottom: 30px;
}

.JDV25_FICHE_RELATED_CONTENT_CONTAINER
{
	width: 100%;
	display: flex;
	list-style: none;
	padding: 0px;
	gap : 30px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

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

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

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

.JDV25_CARD_ITEM_CONTENT
{
	padding : 15px;
}

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

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

.JDV25_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;
}

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

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

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

.JDV25_CARD_ITEM_TITRE_HOMEPAGE
{
	//font-size: 1.6em;
	//line-height: 1.3em;
	font-size: 2em;
	line-height: 1.1em;
	padding : 10px 0px;
	font-family: "Brother-bold", sans-serif;
}

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

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

.JDV25_CARD_COMMUNE
{
	font-family: "Brother-bold", sans-serif;
	line-height: 1.5em;
}

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

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

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

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

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

.JDV25_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);
}

.JDV25_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;
}

.JDV25_CARD_ITEM:hover .JDV25_CARD_ITEM_BG_IMG
{
	height: 320px;
}

.JDV25_CARD_ITEM:hover .JDV25_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%);
}

.JDV25_CARD_FESTIVAL
{
	font-size: .8em;
	padding-bottom: 3px;
	font-family: "Brother-bold", sans-serif;
	transform: translateY(-450px);
}

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

/* SINGLE PATCHES */

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

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

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

/* BOITE PROMO */

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

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

.JDV25_BP_TEXTE
{
	
}

.JDV25_BP_TITRE
{
	font-family: "Brother-bold", sans-serif;
	font-size: 1.8em;
	margin-top: 15px;
}

.JDV25_BP_TEXTE_CONTENU
{
	
}



/* AGENDA */

.JDV25_agenda_title
{
	font-family: 'Brother-bold';
	font-size: 3em;	
	text-transform: capitalize;
}
/*
.JDV25_agenda_title:after
{
	content : '';
	display: block;
	margin-top : 15px;
	margin-bottom : 20px;
	width : 100%;
	height: 4px;
	background-color: black;
}
*/

.JDV25_agenda_mois
{
	width: 100%;
	display: flex;
	list-style: none;
	padding: 0px;
	gap : 30px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

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

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

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

.JDV25_SAISON_CATEGORY_ITEM
{
	cursor : pointer;
	background-color: rgba(0,0,0,.1);
	padding: 4px 10px 5px 10px;
	border-radius: 4px;
	margin-bottom : 7px;
	transition : background-color .3s ease-in-out;
}

.JDV25_SAISON_CATEGORY_ITEM:hover
{
	background-color: rgba(0,0,0,.6);
	color : white;
}

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

.JDV25_agenda_archive .JDV25_CARD_ITEM
{
	opacity: .5 !important;
}

.JDV25_agenda_archive .JDV25_CARD_ITEM .JDV25_CARD_ITEM_BILLETTERIE
{
	display : none;
}

/* HOMEPAGE ACTUS */

.JDV25_DERNIERES_ACTUS
{
	padding : 50px 0px;
	background-size:cover;
	background-attachment: fixed;
}

.MOBILE_MODE .JDV25_DERNIERES_ACTUS .JDV25_CTA
{
	margin-top: 45px;
}

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

.MOBILE_MODE .JDV25_DERNIERES_ACTUS_CONTENEUR
{
	flex-direction: column;	
	width: 96%;
	margin: 0 auto;
}

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

.JDV25_DERNIERES_ACTUS_TITRE
{
	font-size: 2.5em;
	
	font-family: "Brother-bold", sans-serif;
}



/* COPYRIGHT */

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

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

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

/* FEATURE */

.JDV25_FEATURE
{
	width: 100%;
}

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

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

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

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

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

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

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

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

.JDV25_FEATURE_TITRE
{
	font-size: 3em;
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
}

.JDV25_FEATURE_EXTRAIT
{
	
}

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

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

.JDV25_FEATURE .JDV25_CARD_ITEM_CATEGORIES
{
	justify-content: left;
	font-size: 1.05em;
}


/* POP-IN BOX */

.JDV25_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;
}

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

.JDV25_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;
}

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

.JDV25_PI_BOX_TITLE
{
	font-size: 2em;
	
}

.JDV25_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;
}

.JDV25_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;
}

.JDV25_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 */

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

#JDV25_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;
}

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


/* FICHE */

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

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

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

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

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

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

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

.MOBILE_MODE #JDV25_FICHE_TEXTE_PRINCIPAL,
.MOBILE_MODE #JDV25_FICHE_INFOS_PRINCIPALES
{
	width: 100%;
}

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

.JDV25_CARTOUCHE_DATE .JDV25_CDI
{
	width: 33%;
}

.JDV25_CARTOUCHE_DATE .JDV25_CDI:last-child
{
	text-align: right;
}

/* BLOC BANNER VIDEO */

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

.JDV25_BANNER_VIDEO video
{
	width: 100%;
}

/* ICON FICHE */

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

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

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

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

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

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

/* PLAYLIST */

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

.MOBILE_MODE #JDV25_PLAYLIST
{
	zoom:60%;
}

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

#JDV25_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;
}

#JDV25_PLAYLIST:hover #JDV25_PLAYLIST_TEXT
{
	background-color: #ffe600;
}

#JDV25_PLAYLIST_TEXT_LARGE
{
	text-transform: uppercase;
	font-size: 1.5rem;
	font-family: "Brother-bold", sans-serif;
	margin-bottom: -10px;
}

#JDV25_PLAYLIST_TEXT_LIGHT
{

	font-size: 1.1rem;
	font-family: "Brother-bold", sans-serif;
}

: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 */

.JDV25_HANDICAP_TEXTE
{
	display: block;
	color: #333;
	font-size: .8rem;
	font-style: italic;
	background-color: #eee;
	padding: 0px 25px 15px 25px;
	margin-bottom: 20px;
}

/* MOVING SHAPES */

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

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

.JDV25_SMALL_SHAPE img,
.JDV25_LARGE_SHAPE img
{
	width:100%;
	height:100%;
	object-fit: contain;
}


/* CALENDRIER */ 

.JDV25_CALENDRIER_CONTAINER
{
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	gap:20px;
}

.JDV25_CALENDRIER_TITRE
{
	width: 100%;
	max-width: 800px;
	text-align: center;
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
	font-size:2em;
}

ul.JDV25_CALENDRIER_JOURS
{
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	gap : 5px;
	list-style: none;
	padding-left : 0px;
	margin-left : 0px;
}

ul.JDV25_CALENDRIER_JOURS li
{
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-family: "Brother-bold", sans-serif;
	font-weight: bold;
	border: 2px solid black;
	border-radius:50%;
	text-align: center;
	color : black;
	font-weight: 700;
}

.JDV25_CALENDRIER_FL
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #cccccc;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.MOBILE_MODE .JDV25_CALENDRIER_FL
{
	width: 75px !important;
	height: 45px !important;
}

.JDV25_CALENDRIER_FL:hover
{
	background-color: #ffee00;
}

.JDV25_CALENDRIER_FL_GAUCHE
{
	background-image: url('../ui/fl_gauche.svg');
	rotate: 90deg;
}

.JDV25_CALENDRIER_FL_DROITE
{
	background-image: url('../ui/fl_droite.svg');
	rotate: 90deg;
}

.JDV25_CALENDRIER_ITEMS
{
	width: 100%;
	max-width: 800px;
	height: 200px;
	overflow: hidden;
}

.MOBILE_MODE .JDV25_CALENDRIER_ITEMS
{
	height: 450px;
}

.JDV25_CALENDRIER_ITEM
{
	width: 100%;
	max-width: 800px;
	height: 100%;
	overflow: hidden;
	transition: transform .3s ease-in-out;
}

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

.JDV25_JOUR_ENABLED:hover
{
	background-color: #ffee00;
	border-color: #ffee00;
	color : black !important;
}

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

/* LOADER */

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

.loader {
width: 48px;
height: 48px;
border: 5px solid black;
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 */

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

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

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

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

.JDV25_disabled > a
{
	cursor: default;
}