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

/*
Regular
font-family: "area-normal", sans-serif;
font-weight: 400;
font-style: normal;

Semi-bold
font-family: "area-normal", sans-serif;
font-weight: 600;
font-style: normal;

Bold
font-family: "area-normal", sans-serif;
font-weight: 700;
font-style: normal;

ExtraBold
font-family: "area-normal", sans-serif;
font-weight: 800;
font-style: normal;

*/

:root
{
	/* COULEURS */
	--c-orange		:#c25c1c;
	--c-gris		:#594f47;

	
	/* 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: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;	
	color : var(--c-gris);
	overflow-x: hidden;
	font-size: 1em;
}

.MOBILE_MODE body, .MOBILE_MODE html
{
	font-size: 1.3em ;
}

#content
{
	//max-width: var(--limit-internal);
}
/*
body.MOBILE_MODE
{
	font-size: .78em !important;
}
*/

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

h1
{
	font-size: 5em;
	line-height: 1.2em;
	color: var(--c-orange);
}

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

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

h2
{
	font-size: 2.2em;	
}

h3
{
	font-size: 1.8em;	
	font-weight: 500;
}

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

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

a
{
	color : var(--c-gris);
}

.APC25_TI_TEXTE_CONTENU ul,
.APC25_TEXT_CONTAINER ul
{
	font-size: 1.2em;
	line-height: 1.4em;
}

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

header
{
	width: 96vw;
	max-width: var(--limit-external);
	margin: 0 auto;
}

header
{
	margin-top : 40px;
}

.MOBILE_MODE header
{
	margin-top: 0px;
	position: fixed;
	padding: 20px 10px 5px 10px;
	background-color: white;
	z-index: 10;
}

.APC25_SEPARATEUR
{
	width : 100%;
	height: 4px;
	background-color : var(--c-gris);
}

/* EXCLUDES */

.MOBILE_MODE .APC25_DESKTOP_ONLY
{
	display: none;
}

.APC25_MOBILE_ONLY
{
	display: none;
}

/* CALL-TO-ACTION */

.APC25_CTA,
a.APC25_CTA,
a.wp-block-file__button,
input.search-submit
{
	color : white;
	background-color : var(--c-gris);
	border : 3px solid black;
	padding: 13px 16px 9px 16px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 1.3em;
	transition: .3s ease-in-out all;
}

.APC25_CTA:hover,
a.APC25_CTA:hover,
a.wp-block-file__button:hover,
input.search-submit:hover
{
	background-color: transparent;
	color : var(--c-gris);
}

.APC25_CTA_SECONDARY,
a.APC25_CTA_SECONDARY
{
	color : var(--c-gris);
	background-color: transparent;
	border : 2px solid black;
	padding: 10px 17px 6px 13px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 1.1em;
	display: inline-block;
	transition: .3s ease-in-out all;
}

.APC25_CTA_SECONDARY:hover,
a.APC25_CTA_SECONDARY:hover
{
	background-color : var(--c-gris);
	color: white;
}

/* HEADER */

#APC25_LOGO
{
	width: 250px;
	margin-bottom: 15px;
}

.MOBILE_MODE #APC25_LOGO
{
	width: 45vw;
}

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

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

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

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

#APC25_MENU_PRINCIPAL
{
	width: 100%;
	font-size: 2.3em;
	display: flex;
	justify-content : flex-end;
}

#APC25_MENU_PRINCIPAL ul li a
{
	text-transform: uppercase;
	font-size: 1.3rem;
	transition: color .3s ease-in-out;
}

#APC25_MENU_PRINCIPAL ul li a:hover
{
	color : var(--c-orange);
}

#APC25_MENU_PRINCIPAL ul li img
{
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center center;
	display: inline-block;
	vertical-align: middle;
	margin-right : 0px;
	margin-top : -5px;
}

.MOBILE_MODE #APC25_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.APC25_MENU_MOBILE_OPEN #APC25_MENU_PRINCIPAL
{
	transform: translateX(0vw);
}

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

#APC25_LOGO_MENU img
{
	width : 100%;
}

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

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

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

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

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


#APC25_MENU_PRINCIPAL a
{
	color : var(--c-gris);
	text-decoration: none;
	font-weight: 700;
}

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

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

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

/* SOUS-MENU */

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

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

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


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

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

#APC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li
{
	background-color : var(--c-gris);
	color : white;
}

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

#APC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li:hover
{
	background-color: white;
	color : var(--c-gris);
}

#APC25_MENU_PRINCIPAL ul li ul.sub-menu li ul.sub-menu li:hover a
{
	color : var(--c-gris);
}

#APC25_MENU_PRINCIPAL ul li ul.sub-menu li:hover
{
	background-color : var(--c-gris);
}

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

#APC25_BT_MENU_MOBILE
{
	display: none;
}

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

.APC25_HEADER_ITEM
{
	
}

/* FOOTER */

.APC25_FOOTER_ITEM
{
	width: 15%;
}

.APC25_FOOTER_ITEM_LARGE
{
	width: 40%;
}

.MOBILE_MODE .APC25_FOOTER_ITEM,
.MOBILE_MODE .APC25_FOOTER_ITEM_LARGE
{
	width: 100%;
	text-align: center;
}

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

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

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

#APC25_FOOTER
{
	width: calc(100vw - 100px);
	display: flex;
	justify-content : space-between;
	align-items: flex-start;
	padding-bottom: 50px;
	background-color: rgb(91, 78, 70);
	padding : 50px ;
	color : white;
}

#APC25_FOOTER h2,
#APC25_FOOTER a
{
	color: white;
}

.APC25_FOOTER_COMMUNES
{
	display: flex;
	gap:5px;
	flex-wrap: wrap;
}

.APC25_FOOTER_COMMUNES p
{
	margin :0px 0px 15px 0px;
}

.APC25_FOOTER_COMMUNES p a
{
	padding: 5px 10px;
	border : 1px solid white;
	color : white;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.APC25_FOOTER_COMMUNES p a:hover
{
	padding: 5px 10px;
	border : 1px solid white;
	color: rgb(91, 78, 70) !important;
	background-color: white;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

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

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

.APC25_FOOTER_MENU ul,
.APC25_FOOTER_MENU_SECONDAIRE ul
{
	list-style: none;
	padding: 0px;
}

.APC25_FOOTER_MENU a
{
	color : var(--c-gris);
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.25em;
}

.APC25_FOOTER_MENU_SECONDAIRE a
{
	color : var(--c-gris);
	text-decoration: none;
	font-size: .9em;
	line-height: 1.4em;
}

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

#APC25_FOOTER_BILLETTERIE_TITRE
{
	color : var(--c-gris);
	font-size: 1.5em;
	line-height: 1.25em;
}

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

#APC25_FOOTER_BILLETTERIE_TEXTE a
{
	color : var(--c-gris);
	text-decoration: none;
}

.APC25_FOOTER_ITEM_LOGO
{
	width: 200px;
}

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

/*  SINGLE POST */

.APC25_SINGLE_DATE
{
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 800;
	color : var(--c-gris);
	text-decoration: none;	
	text-transform: uppercase;
	margin-top: 26px;
	margin-bottom: -25px;
}

/* FICHE */

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

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

#APC25_FICHE_HEADER .APC25_CTA
{
	margin-top: 20px;
	display: inline-block;
}

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

.ACF25_FICHE_HEADER_VISUEL_ICON
{
	background-color: var(--c-orange);
	border-radius:20px;
}

img.ACF25_ICON_VISUAL
{
	filter: grayscale(100%) brightness(10) !important;
}


.MOBILE_MODE ul.APC25_FICHE_CATEGORIES
{
	margin-top : 10px;
	gap : 10px;
}

ul.APC25_FICHE_CATEGORIES li
{
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 800;
	color : var(--c-gris);
	text-decoration: none;
}

ul.APC25_FICHE_CATEGORIES li a
{
	color : var(--c-gris);
	text-decoration: none;
}

.APC25_FICHE_CIE
{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.4em;
}

.APC25_FICHE_DATE,
.APC25_FICHE_HEURE
{
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.4em;
}

.APC25_FICHE_DATE_PASSED
{
	opacity: .2;
}

.APC25_FICHE_HEURE
{
	
}

.APC25_FICHE_IMG
{
	width: 100%;
	max-width: var(--limit-internal);
	height: 60vh;
	object-fit: cover;
	object-position: center;
}



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

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

.APC25_FICHE_CONTENU_ITEM_LEFT
{
	width: 30%;
}

.MOBILE_MODE .APC25_FICHE_CONTENU_ITEM_LEFT
{
	width: 100%;
}

.APC25_FICHE_MICROBLOC
{
	margin-bottom: 40px;
}

.APC25_FICHE_MICROBLOC .APC25_CTA_SECONDARY
{
	margin-top : 10px;
}

.APC25_FICHE_CONTENU_ITEM_RIGHT
{
	width: 70%;
}

.MOBILE_MODE .APC25_FICHE_CONTENU_ITEM_RIGHT
{
	width: 100%;
}

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

.APC25_FICHE_TITRE_INTERNE
{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.4em;
}

.APC25_FICHE_LIEU
{
	line-height: 1.4em;
}

.APC25_DISTRIBUTION_TITRE
{
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 800;
	margin-top : 40px;
	margin-bottom: 10px;
}

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

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

.APC25_FICHE_PRESSE_TITRE
{
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.4em;
}

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

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

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

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

.APC25_FICHE_PRESSE_PUBLICATION
{
	text-transform: uppercase;
}

/* RESEAUX SOCIAUX */

.APC25_FICHE_RS_BTS
{
	display: flex;
	justify-content : flex-start;
}

.MOBILE_MODE .APC25_FICHE_RS_BTS
{
	justify-content: center;
}

.APC25_RS
{
	height: 50px;
	width: 50px;
	margin: 5px;
	border: 2px solid white;
	border-radius: 50%;
	width: auto;
	transition: all .3s ease-in-out;
}

.APC25_RS:hover
{
	background-color: var(--c-orange);
	border-color:var(--c-orange);
}

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

/* MOBILE */

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

/* BLOCK */

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


/* CHAPEAU */

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


/* ACCORDÉON */

.APC25_ACCORDEON
{
	margin : 20px 0px;
}

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

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

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

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


/* NOTES */

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


/* TEXTE + IMAGE */

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

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

.APC25_FLEX_REVERSED .APC25_TI_TEXTE
{
	//text-align: right;
}

.MOBILE_MODE .APC25_FLEX_REVERSED .APC25_TI_TEXTE
{
	text-align: left;
}

.MOBILE_MODE .APC25_TEXTE_IMAGE,
.MOBILE_MODE .APC25_FLEX_REVERSED
{
	flex-direction: column;
}

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

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

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

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

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

.APC25_TI_TITRE
{
	font-weight: 700;
	font-size: 2.5em;
	line-height: .9em;
}

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

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

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

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


/* ETIQUETTE */

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

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

.APC25_ET_VISUEL
{
	width: 300px;
}

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

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

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

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

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

.APC25_ET_TITRE
{
	font-weight: 700;
	font-size: 1.6em;
}

.APC25_ET_TEXTE_CONTENU
{
	line-height: 25px;
}

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

/* MEDIAS */

.APC25_FICHE_MEDIAS
{
	margin-bottom: 60px;
}

.APC25_FICHE_MEDIAS .APC25_FICHE_TITRE_INTERNE
{
	margin-bottom: 30px;
}

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

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

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

.APC25_FICHE_MEDIA_ITEM iframe
{
	width: 100%;
	height : calc( var(--limit-internal)*1.5625 ); 
}

/* CARD */

.APC25_FICHE_RELATED_CONTENT .APC25_FICHE_TITRE_INTERNE
{
	margin-bottom: 30px;
}

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

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

.APC25_CARD_ITEM
{
	width : calc( 100% - 30px );
	text-align: center;
	//max-width: 400px;
}

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

.APC25_CARD_ITEM a
{
	text-decoration: none;
	color : var(--c-gris);
}

a.APC25_CARD_ITEM
{
	transition: color .3s ease-in-out;
}

a.APC25_CARD_ITEM:hover
{
	color : var(--c-orange) !important;
}

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

.APC25_CARD_ITEM_VISUEL
{
	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;
	background-color: var(--c-orange);
	color: var(--c-orange);
	width: 125px;
	  height: 125px;
	  border-radius: 8px;
	  margin-bottom: 0px;
}

img.APC25_CARD_VISUEL_ICON
{
	filter: grayscale(100%) brightness(10) !important;	
}

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

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

.APC25_CARD_ITEM_TITRE
{
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 900;
	padding : 10px 30px;
}

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

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

.APC25_CARD_COMMUNE
{
	font-weight: 900;
	line-height: 1.5em;
}

.APC25_CARD_ITEM_BILLETTERIE
{
	display: inline-block;
	padding: 10px 15px 7px 15px;
	border-radius : 8px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 900;
	margin-top : 15px;
	background-color: rgba(0,0,0,.2);
}

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

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

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

/* SINGLE PATCHES */

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

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

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

/* BOITE PROMO */

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

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

.APC25_BP_TEXTE
{
	
}

.APC25_BP_TITRE
{
	font-weight: 900;
	font-size: 1.8em;
	margin-top: 15px;
}

.APC25_BP_TEXTE_CONTENU
{
	
}



/* AGENDA */

.APC25_agenda_title
{
	font-size: 2.2em;	
	text-transform: capitalize;
}

.APC25_agenda_title:after
{
	content : '';
	display: block;
	margin-top : 15px;
	margin-bottom : 20px;
	width : 100%;
	height: 4px;
	background-color : var(--c-gris);
}

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

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

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

.APC25_SAISON_CATEGORIES
{
	margin-top: -50px;
	margin-bottom: 80px;
}

.APC25_SAISON_CATEGORY_ITEM
{
	cursor : pointer;
}

.APC25_SAISON_CATEGORY_ITEM_SELECTED
{
	background-color: rgba(0,0,0,.1);
	padding: 7px 10px 5px 10px;
	border-radius: 30px;
	margin-top: -7px;
}

.APC25_agenda_archive .APC25_CARD_ITEM
{
	opacity: .5 !important;
}

.APC25_agenda_archive .APC25_CARD_ITEM .APC25_CARD_ITEM_BILLETTERIE
{
	display : none;
}

/* HOMEPAGE ACTUS */

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

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

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

.APC25_DERNIERES_ACTUS_TITRE
{
	font-size: 2.5em;
	font-weight: 700;
}

/* COPYRIGHT */

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

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

/* FEATURE */

.APC25_FEATURE
{
	width: 100%;
}

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

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

.APC25_FEATURE_VISUEL
{
	width: 60%;
	max-width: 850px;
	height: 550px;
}

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

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

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

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

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

.APC25_FEATURE_TITRE
{
	font-size: 3em;
	font-weight: 700;
}

.APC25_FEATURE_EXTRAIT
{
	
}

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

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

.APC25_FEATURE .APC25_CARD_ITEM_CATEGORIES
{
	justify-content: left;
	font-size: 1.05em;
}


/* POP-IN BOX */

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

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

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

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

.APC25_PI_BOX_TITLE
{
	font-size: 2em;
	font-weight: 700;
}

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

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

.APC25_SF_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;
	//display : none;
}

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

/* BREADCRUMBS */

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

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

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

/* FICHE */

.ACF25_FICHE_HEADER,
.ACF25_FICHE_CONTENU
{
	display: flex;
	gap : 30px;
	//justify-content : center;
	width: 80vw;
	max-width: var(--limit-external);
	margin : 0 auto;
	align-items : flex-start;
}

.MOBILE_MODE .ACF25_FICHE_HEADER, 
.MOBILE_MODE .ACF25_FICHE_CONTENU
{
	display: flex;
	gap : 15px;
	//justify-content : center;
	width: 96vw;
	max-width: var(--limit-external);
	margin : 0 auto;
	align-items : flex-start;
	flex-direction: column;
}

.ACF25_FICHE_CONTENU
{
	padding: 50px 0px;
}

.ACF25_FICHE_HEADER_CONTENU h1
{
	font-size: 4em;
	line-height: 1em;
	color: var(--c-orange);
}

.MOBILE_MODE .ACF25_FICHE_HEADER_CONTENU h1
{
	font-size: 3em;
	line-height: 1em;
	margin-top: 0px;
	color: var(--c-orange);
}

.ACF25_FICHE_HEADER_VISUEL 
{
	width: 80vw;
	height: 80vw;
	max-width: 500px;
	max-height: 500px;
}

.MOBILE_MODE .ACF25_FICHE_HEADER_VISUEL 
{
	width: 96vw;
	height: 96vw;
	max-width: 96vw;
	max-height: 96vw;
}

.ACF25_FICHE_HEADER_VISUEL img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius : 20px;
}

.ACF25_FICHE_CONTENU_COORDONNEES
{
	background-color : #e8cfbd;
	padding : 30px;
	border-radius : 15px;
	width: 80vw;
	max-width: 440px;
}

.MOBILE_MODE .ACF25_FICHE_CONTENU_COORDONNEES
{
	background-color : #e8cfbd;
	width: calc(100% - 30px);
	padding : 15px;
	border-radius : 15px;
}

.ACF25_FICHE_CONTENU_ITEM
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:20px;
	padding: 15px 0px;
	border-bottom: 2px dotted var(--c-gris);
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES>.ACF25_FICHE_CONTENU_ITEM
{
	font-size: 1em;
	line-height: 1em;
	gap: 0px;
	padding : 10px 0px;
}

.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES .ACF25_FICHE_CONTENU_ITEM_ICON
{
	width: 30px;
}

.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES .ACF25_FICHE_CONTENU_ITEM_ICON img
{
	width: 30px;
	height: 30px;
	object-fit: contain;
	object-position: center center;
}

.ACF25_FICHE_CONTENU_ITEM_TEXTES
{
	
}

.ACF25_FICHE_CONTENU_ITEM h2
{
	margin : 0px 0px 10px 0px;
	font-size: 2.2rem;
}

.ACF25_FICHE_CONTENU_ITEM h2::after
{
	display: none;
}

.ACF25_FICHE_CONTENU_ITEM:last-child,
.ACF25_FICHE_CONTENU_ITEM:first-child
{
	border-bottom: 0px solid;
}

.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES .ACF25_FICHE_CONTENU_ITEM:last-child,
.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES .ACF25_FICHE_CONTENU_ITEM:first-child
{
	border-bottom: 2px dotted var(--c-gris);
}

.ACF25_FICHE_CONTENU_ITEM_ICON
{
	width: 50px;
}

.ACF25_FICHE_CONTENU_ITEM_ICON img
{
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center center;
}

.ACF25_FICHE_CONTENU_ITEM_RS img
{
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center center;
	transition: transform .3s ease-in-out;
}

.ACF25_FICHE_CONTENU_ITEM_RS:hover img
{
	transform: scale(1.2);
}

.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES
{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ACF25_LISTE_COMMUNE_ITEM_COORDONNEES img
{
	width: 30px !important;
	height: 30px !important;
}

.ACF25_CTA_LIGHT
{
	font-size: 1rem;
	padding: 8px 15px;
	border-radius: 6px;
	text-decoration: none;
	color: white;
	background-color: var(--c-gris);
	margin-top: 10px;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.ACF25_CTA_LIGHT:hover
{
	background-color: var(--c-orange);
}

/* FILIERES */

.ACF25_FICHE_HEADER_FILIERES
{
	list-style: none;
	padding-left : 0px;
}

.ACF25_FICHE_HEADER_FILIERES li a
{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	gap : 15px;
	text-decoration: none;
	font-weight: 800;
	margin-bottom : 5px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.ACF25_FICHE_HEADER_FILIERES li a:hover
{
	color: var(--c-orange);
}

.ACF25_FICHE_HEADER_FILIERES_ICON
{
	width: 40px;
	height: 40px;
	border : 7px solid #dedede;
	background-color: #dedede;
	border-radius: 50%;
	object-fit: contain;
	object-position: center center;
}

/* CARTE */

.ACF25_FICHE_CARTE
{
	width: 100%;
	height: 500px;
}

.MOBILE_MODE .ACF25_FICHE_CARTE
{
	width: 100%;
	height: 350px;
}

.ACF25_FICHE_CARTE iframe
{
	display: block;
	border: 0px solid;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* LISTE */

ul.APC25_LES_PRODUCTEURS 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	padding-left: 0px;
	max-width: 1040px;
	margin: 0 auto;
}

ul.APC25_LES_PRODUCTEURS_LIST
{
	//flex-direction: column;
}

ul.APC25_LES_PRODUCTEURS li
{
	list-style: none;
	width: calc( 50% - 10px );
	max-width: 500px;
}

.MOBILE_MODE ul.APC25_LES_PRODUCTEURS li
{
	width: 100%
}

/* CARD */

.APC25_CARD_ITEM
{
	display: flex;
	gap : 10px;
	text-decoration: none;
	align-items: flex-start;
	justify-content : flex-start;
	margin-bottom: 30px;
	
}

.APC25_CARD_ITEM img
{
	width: 125px;
	height: 125px;
	border-radius: 8px;
	margin-bottom: 0px;
}

.APC25_CARD_ITEM_CONTENT
{
	text-align: left;
}

.APC25_CARD_ITEM_NOM
{
	font-weight: 900;
	font-size:1.8rem;
	margin-bottom: 10px;
}

.APC25_CARD_ITEM_LOCALISATION
{
	
}

.APC25_CARD_ITEM_LOCALISATION:before
{
	content: '';
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url('../ui/icon_geolocalisation.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 4px;
}

.ACF25_CARD_ITEM_FILIERES
{
	width: 100%;
}

.ACF25_CARD_ITEM_FILIERES_ICON
{
	width: 35px;
	height : 35px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -8px;
}

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

/* SELECTEUR */

.ACF25_FICHE_CONTENU_SELECTEUR
{
	background-color : white;
	padding : 10px 30px 30px 30px;
	border-radius : 15px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.33);
	margin-bottom: 30px;
}

.MOBILE_MODE .ACF25_FICHE_CONTENU_SELECTEUR
{
	background-color : transparent;
	padding : 10px;
	border-radius : 0px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	margin-bottom: 10px;
}

.ACF25_FICHE_CONTENU_SELECTEUR_NOBOX
{
	background-color : transparent;
	padding : 20px;
	margin-bottom: 0px;
	zoom: .85;
}

.ACF25_FICHE_CONTENU_SELECTEUR_TITRE
{
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.ACF25_FICHE_CONTENU_SELECTEUR_TITRE:after
{
	content:'';
	display: block;
	height: 2px;
	width: calc( 100% + 60px);
	margin-left: -30px;
	border-bottom: 3px dotted var(--c-gris);
	margin-bottom : 30px;
}


/* CHECKBOXES */

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  transition: .3s all ease-in-out;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255,255,255,1);
  transition: background-color .3s ease-in;
  border : 2px solid var(--c-gris);
  border-radius : 6px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(194,92,28,.2);
  border-color : var(--c-orange);
}

.container:hover {
  color: var(--c-orange);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: transparent;
  border-color:var(--c-orange);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Style the checked box */
.container:has(input:checked){
  color:var(--c-orange);
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--c-orange);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#APC25_CRITERES_CONTAINER
{
	width: calc( 100% - 100px);
	background-color: #eeeded;
	display: flex;
	justify-content: center;
	gap : 30px;
	padding: 50px;
	margin-bottom: 70px;
}

.MOBILE_MODE #APC25_CRITERES_CONTAINER
{
	width: 96%;
	background-color: #eeeded;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap : 30px;
	padding: 20px 2%;
	margin-bottom: 70px;
}

#APC25_CRITERES_CONTAINER .ACF25_FICHE_CONTENU_SELECTEUR
{
	max-width: 350px;
}

#APC25_CRITERES_CONTAINER .ACF25_FICHE_CONTENU_SELECTEUR_COL
{
	max-width: 600px;
}

.MOBILE_MODE #APC25_CRITERES_CONTAINER .ACF25_FICHE_CONTENU_SELECTEUR,
.MOBILE_MODE #APC25_CRITERES_CONTAINER .ACF25_FICHE_CONTENU_SELECTEUR_COL
{
	zoom: .8;
	width: 100%;
	max-width: 100%;
}

.APC25_GLOBAL_CONTAINER
{
	width: 96vw;
	max-width: var(--limit-external);
	margin: 0 auto;
}

.ACF25_FICHE_CONTENU_SELECTEUR_CONT
{
	
}

.ACF25_FICHE_CONTENU_SELECTEUR_CONT_COL
{
	max-width: 600px;
	columns: 2;
}

.MOBILE_MODE .ACF25_FICHE_CONTENU_SELECTEUR_CONT_COL
{
	columns: 1;
}

.APC25_MESSAGE_EMPTY
{
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 1.8rem;
	color: var(--c-gris);
	margin-bottom: 70px;
}

/* BANNER */

.APC25_BANNER_IMAGE
{
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.MOBILE_MODE .APC25_BANNER_IMAGE
{
	height: 400px;
}

.APC25_BANNER_IMAGE h1
{
	text-align: center;
	color : white;
}

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

.APC25_BANNER_PICTO
{
	background-color: white;
	width: 120px;
	height:120px;
	border-radius: 50%;
	object-fit: contain;
	object-position: center center;
}

.MOBILE_MODE .APC25_BANNER_PICTO
{
	width: 90px;
	height:90px;
}

/* LABELS */

ul.APC25_LABELS
{
	list-style: none;
	padding-left : 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:20px;
}

.APC25_LABELS li img
{
	height: 100px;
	width: auto;
	/*
	width: 150px;
	object-fit: contain;
	object-position: center center;
	*/
}

/* RELATED */

.ACF25_FICHE_RELATED h2
{
	width: 100%;
	text-align: center;
	margin-top : 70px;
	font-size: 2.5em;
	margin-bottom: 50px;
}

/* MAP */

#MAP_PRODUCTEURS_CONTAINER
{
	width: 100%;
	display: flex;
	align-items: stretch;
	
}
#MAP_PRODUCTEURS_COL
{
	width: 25%;	
	//height: 80vh;
	background-color: #eeeded;
}

#MAP_PRODUCTEURS
{
	width: 75%;
	//height: 80vh;
}

#MAP_PRODUCTEURS iframe
{
	width: 100%;
	height: 100%;
	border: 0px solid;
}

#MAP_PRODUCTEURS_INCLUE
{
	width: 100vw;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
}

#APC25_MENU_MOBILE_ICONS
{
	position: fixed;
	top : -500px;
	right : 10px;
	background-color: white;
	border-radius: 80px;
	padding:5px;
}

.MOBILE_MODE #APC25_MENU_MOBILE_ICONS
{
	top : 10px;
}

#APC25_MENU_MOBILE_ICONS ul
{
	list-style: none;
	padding-left: 0px;
	display: flex;
	margin: 0px;
}

#APC25_MENU_MOBILE_ICONS li a img
{
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center center;
}

/* MODAL BOX */

#APC25_PWA_BOX_BG
{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left : 0px;
	top : 110vh;
	background-color: rgba(0,0,0,0);
	z-index: 10;
	transition: background-color .3s ease-in-out;
}

.APC25_PWA_BOX_BG_DISPLAY
{
	top : 0px !important;
	background-color: rgba(0,0,0,.8) !important;
}

#APC25_PWA_BOX
{
	width : calc( 90vw - 30px );
	position: fixed;
	left : 5vw;
	padding : 15px;
	background-color: white;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.5);
	top: calc(100vh - 110px);
	z-index: 12;
	transition: all .3s ease-in-out;
}

.APC25_PWA_BOX_OPENED
{
	top : 70vh !important;
}

.APC25_PWA_BOX_HIDDEN
{
	top : 110vh !important;
}

.APC25_PWA_BOX_CONTENT
{
	width: 100%;
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

img.APC25_PWA_BOX_FAV 
{
	width: 80px;
	height: 80px;
	border-radius: 6px;
	object-fit: contain;
}

.APC25_PWA_BOX_TITRE
{
	
}

img.APC25_PWA_BOX_CROIX
{
	width : 30px;
	height: 30px;
	object-fit: contain;
	cursor: pointer;
	transition : all .3s ease-in-out;
}

img.APC25_PWA_BOX_CROIX:hover
{
	transform: scale(.9);
}

.APC25_PWA_BOX_CTA
{
	padding : 10px;
	border-radius: 6px;
	background-color: #dedede;
	font-weight: 700;
	cursor: pointer;
	zoom: .8;
	display: inline-block;
	transition : all .3s ease-in-out;
}

.APC25_PWA_BOX_CONTENT_MIDDLE
{
	
}

.APC25_PWA_BOX_CONTENT_MIDDLE_TITRE
{
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.APC25_PWA_ICON
{
	width: 15px;
	height : 15px;
	object-fit: contain;
	object-position: center center;
	display: inline-block;
	vertical-align: baseline;
}


@media all and (display-mode: standalone) {
  #APC25_PWA_BOX{
	display: none;
  }
}

.APC25_inscription
{
	background-color: #c25b1b3d;
	padding:30px;
	margin: 0 auto;
	font-size: 1.3em;
	width: calc(100% - 60px);
	max-width: 450px;
	margin-top:50px;
	margin-bottom : 50px;
}
