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

/* ----------- LE VOYAGE A NANTES @www.animaproductions.com ------------ */

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


/*

font-family: museo-sans,sans-serif;
font-weight: 300;
font-style: normal;

font-family: museo-sans,sans-serif;
font-weight: 500;
font-style: normal;

font-family: museo-sans,sans-serif;
font-weight: 700;
font-style: normal;

font-family: museo-sans,sans-serif;
font-weight: 900;
font-style: normal;

*/


:root {
	/* COULEURS */
	--c-fluo: rgb(0, 255, 0);
	--c-vert: rgb(140, 237, 211);
	--c-jaune: rgb(255, 223, 131);
	--c-rose: rgb(255, 218, 207);
	--c-gris: rgb(246, 246, 246);
	--c-alerte: rgb(242, 21, 72);
	--c-gris-fond: rgb(239, 238, 236);
	--c-balade: #e4eddb;

	/* 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);

	/* TAILLES */
	--w-max: 96vw;
	--w-limit-text: 820px;
}

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

html,
body {
	margin: 0px;
	padding: 0px;
	font-family: 'museo-sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em;
	line-height: 1.3em;
	background-color: white;
	color: black;
	overflow-x: hidden;
}

main {
	padding-top: 100px;
}

.no-u {
	text-decoration: none;
}

p {
	margin: 15px 0px;
}

a {
	color: black;
}

hr {
	border: 0px solid;
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
	margin: 20px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	cursor: default;
}

h1 {
	text-align: center;
}

b,
strong {
	font-weight: 900;
}

iframe {
	border: 0px solid;
}

sup {
	font-size: .5em;
}

.VAN22_H_1 {
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
	font-weight: 900;
	cursor: default;
}

.VAN22_H_2 {
	font-size: 2em;
	line-height: 1.1em;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
	font-weight: 900;
}

/*
.VAN22_H_2,
h2:not(.VAN22_H_1)
{
	font-size: 2.1em;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.VAN22_H_3,
h3:not(.VAN22_H_1),
h2:not(.VAN22_H_2)
{
	font-size: 1.6em;
	line-height: 1.1em;
	margin-bottom: 20px;
	font-weight: 900;	
}
*/

.VAN22_H_maxi {
	font-size: 1.5em;
	line-height: 1em;
}

.MOBILE_MODE .VAN22_H_maxi {
	font-size: 1.1em;
}

.VAN22_H_mini {
	font-size: .95em;
	line-height: .9em;
}

.VAN22_CHAPO {
	font-weight: 500;
	font-size: 1.45em;
	margin-bottom: 20px;
	line-height: 1.15em;
}

button {
	cursor: pointer;
}

.VAN22_BUTTON_RESET {
	background-color: transparent;
	border: 0px solid;
	border-radius: 0px;
}

/* LANGUES */

.VAN22_MENU_SECOND_LANG,
.VAN22_MENU_SECOND_LANG_ACTIVE {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
}

.VAN22_MENU_SECOND_LANG a {
	text-decoration: none;
}

/* SEO */

h1.VAN22_SEO_TITLE {
	position: absolute;
	top: 20px;
	left: 20px;
	text-transform: uppercase;
	font-size: .85em;
	display: block;
	max-width: 250px;
	text-align: left;
	line-height: 1.1em;
	color: rgba(0, 0, 0, .4);
}

/* ARCHIVE MESSAGE */

.VAN22_ARCHIVE_MESSAGE {
	text-transform: uppercase;
	font-size: .8em;
	padding: 10px;
	background-color: var(--c-vert);
	color: black;
	margin-left: -20px;
	width: calc(100% + 20px);
	margin-top: -20px;
	margin-bottom: 20px;
	cursor: default;
}


/* EXPIRATION MESSAGE */

.VAN22_EXPIRATION_MESSAGE {
	text-transform: uppercase;
	font-size: .8em;
	padding: 10px;
	background-color: var(--c-gris);
	color: black;
	margin-left: -20px;
	width: calc(100% + 20px);
	margin-top: -20px;
	margin-bottom: 20px;
	cursor: default;
}

.VAN22_RESULT_ITEM_EXPIRATION_MESSAGE {
	font-weight: 900;
	text-transform: uppercase;
	font-size: .8em;
	padding: 10px;
	background-color: var(--c-alerte);
	color: white;
	margin-left: -20px;
	width: calc(100% + 20px);
	margin-top: -20px;
	margin-bottom: 20px;
}

.VAN22_RESULT_ITEM_PREMIUM .VAN22_RESULT_ITEM_EXPIRATION_MESSAGE {
	margin-top: -60px;
}

.VAN22_CHRONOITEM_CONTENU .VAN22_RESULT_ITEM_EXPIRATION_MESSAGE {
	font-weight: 900;
	text-transform: uppercase;
	font-size: .8em;
	padding: 10px 30px;
	background-color: var(--c-alerte);
	color: white;
	margin-left: -30px;
	width: calc(100%);
	margin-top: -30px;
	margin-bottom: 20px;
}

.MOBILE_MODE .VAN22_CHRONOITEM_CONTENU .VAN22_RESULT_ITEM_EXPIRATION_MESSAGE {
	padding: 10px 20px;
	margin-left: -20px;
}

/* CALL-TO-ACTION */

.VAN22_CTA,
a.VAN22_CTA,
form input[type="submit"] {
	display: inline-block;
	font-weight: 700;
	border: solid 3px black;
	padding: 13px 30px;
	font-size: 1.15em;
	text-decoration: none;
	transition: background-color var(--e-basic), color var(--e-basic);
	color: black;
	cursor: pointer;
	background-color: transparent;
}

.VAN22_CTA_SIB,
a.VAN22_CTA_SIB {
	display: inline-block !important;
	font-weight: 700 !important;
	border: solid 3px black !important;
	padding: 13px 30px !important;
	font-size: 1.15em !important;
	text-decoration: none !important;
	transition: background-color var(--e-basic), color var(--e-basic) !important;
	color: black !important;
	cursor: pointer !important;
	background-color: transparent !important;
	border-radius: 0px !important;
}

.VAN22_CTA_SECONDARY,
a.VAN22_CTA_SECONDARY {
	display: inline-block;
	font-weight: 700;
	border: solid 2px black;
	padding: 7px 15px;
	font-size: 1em;
	text-decoration: none;
	transition: background-color var(--e-basic), color var(--e-basic);
	color: black;
	background-color: transparent;
	margin: 10px 0px 0px 0px;
}


.VAN22_CTA:hover,
a.VAN22_CTA:hover,
.VAN22_CTA_SIB:hover,
a.VAN22_CTA_SIB:hover,
.VAN22_CTA_SECONDARY:hover,
a.VAN22_CTA_SECONDARY:hover,
form input[type="submit"]:hover {
	color: white;
	background-color: black;
}



.VAN22_LOGO {
	width: 220px;
	position: absolute;
	z-index: 9000;
	top: 120px;
	left: 40px;
}

.VAN22_LOGO img {
	width: 100%;
	height: auto;
	padding: 0px;
}


/* MENU */

.VAN22_MENU_MAIN_BT {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: rgb(0, 255, 0);
	color: black;
	font-weight: 900;
	text-align: center;
	line-height: 72px;
	position: absolute;
	top: 120px;
	right: 40px;
	font-size: 1.2em;
	cursor: pointer;
	z-index: 4500;
	transition: all var(--e-basic);
}

.VAN22_MENU_MAIN_BT:hover {
	background-color: black;
	color: white;
}

.VAN22_MENU_MAIN_BT_CLOSE {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: white;
	color: black;
	font-weight: 900;
	text-align: center;
	line-height: 72px;
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 1.2em;
	cursor: pointer;
	z-index: 4500;
	transition: all var(--e-basic);
}

.VAN22_MENU_MAIN_BT_CLOSE:hover {
	background-color: black;
	color: white;
}



.VAN22_BT_FIXE {
	position: fixed;
	top: 40px;
	right: 40px;
}


/* MENU LANGUE */

.MOBILE_MODE .VAN22_LANG_SELECTOR {
	display: none;
}

.MOBILE_MODE .VAN22_LANG_SELECTOR_MOBILE {
	display: block;
}

.VAN22_LANG_SELECTOR {
	display: block;
}

.VAN22_LANG_SELECTOR_MOBILE {
	display: none;
}

/* STRUCTURE */


section {
	width: 100vw;
	padding: 60px 0px 70px 0px;
	text-align: center;
	background-color: white;
}

section:not(.VAN22_SECTION_INFOS) p,
section:not(.VAN22_SECTION_INFOS) ul,
section:not(.VAN22_SECTION_INFOS) ol {
	font-size: 1.2em;
	line-height: 1.3em;
}

.VAN22_SECTION_INFOS p,
.VAN22_SECTION_INFOS ul,
.VAN22_SECTION_INFOS ol {
	font-size: 1em;
}


/*
.VAN22_BG_VERT
{
	background-color: var(--c-vert);
}

.VAN22_BG_ROSE
{
	background-color: var(--c-rose);
}

.VAN22_BG_GRIS
{
	background-color: var(--c-gris);
}

.VAN22_BG_ALERTE
{
	background-color: var(--c-alerte);
	color : white;
}
*/

.VAN22_BG_ALERTE a {
	color: white;
}

.VAN22_LIMIT_SECTION {
	width: 96vw;
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
}

.VAN22_LIMIT_SECTION_LARGE {
	width: 96vw;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}

.VAN22_REGULAR_TITLE {
	line-height: 1.5;
}

h2.VAN22_REGULAR_TITLE {
	font-size: 3em;
}

h3.VAN22_REGULAR_TITLE {
	font-size: 2.4em;
}

h4.VAN22_REGULAR_TITLE {
	font-size: 1.8em;
}

h5.VAN22_REGULAR_TITLE {
	font-size: 1.2em;
}

h6.VAN22_REGULAR_TITLE {
	font-size: 1em;
}

img {
	max-width: 100%;
	height: auto;
	padding: 20px 0px;
}


/* SLIDER */

.VAN22_SLIDER_INTRO {
	font-size: 1.5em;
	font-weight: 500;
}

.VAN22_SLIDER_SECTION .VAN22_LIMIT_SECTION {
	text-align: center;
}

.VAN22_SLIDER {
	width: 100vw;
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.VAN22_SLIDER_COMPLEXE_INACTIVE {
	max-width: 1050px;
}

.VAN22_SL_ITEM {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.VAN22_SL_ITEM .VAN22_BADGE_PASS_LIGHT {
	margin-bottom: -50px;
}


.VAN22_SL_IT_OVERLAY {
	background: rgba(0, 0, 0, .4);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}

.VAN22_SL_IT_HOVER {
	background: rgba(0, 0, 0, 0);
	transition: all var(--e-basic);
}

.VAN22_SL_ITEM:not(.VAN22_SL_ITEM_2_CONTAINER):hover .VAN22_SL_IT_HOVER {
	background: rgba(0, 0, 0, .6);
}

.VAN22_SL_ITEM_TYPO .VAN22_SL_IT_OVERLAY {
	background: none;
}

.VAN22_SL_IT_LABEL {
	display: inline-block;
	vertical-align: bottom;
	color: white;
	font-weight: 900;
	width: 95%;
}

.VAN22_SL_ITEM_TYPO .VAN22_SL_IT_LABEL {
	vertical-align: middle;
	color: inherit;
}

.VAN22_SLIDER_INACTIVE {
	max-width: 1050px;
}

.VAN22_SLIDER_INACTIVE .VAN22_SL_ITEM {
	vertical-align: top !important;
}

/* INFO-BULLE */

.VAN22_COPYRIGHT_TAG {
	position: static;
	bottom: 10px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	font-size: 1.1em;
	background-color: aqua;
	cursor: pointer;

	display: none;
}

.VAN22_COPYRIGHT_BOX {
	display: none;
}

/* ARTISTES */

.VAN22_ARTIST_HEADER {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	padding-bottom: 0px;
}

.VAN22_ARTIST_HEADER_VISUEL {
	width: 100vw;
	max-width: 600px;
}

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

.VAN22_ARTIST_HEADER_TITRE {
	padding: 30px;
	width: calc(100% - 60px);
	max-width: 500px;
	background-color: white;
	text-align: left;
	margin-left: -100px;
}

.VAN22_ARTIST_HEADER_TITRE h1 {
	text-align: left;
	font-size: 3em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.VAN22_ARTIST_HEADER_TITRE .VAN22_H_1 {
	text-align: left;
}

/* HACK */

.flickity-button {
	border: 4px solid black !important;
	z-index: 10;
}

.flickity-button .arrow {
	fill: black !important;
}

ol.flickity-page-dots {
	width: 100% !important;
	max-width: 1040px !important;
}

.MOBILE_MODE ol.flickity-page-dots {
	display: none;
}

.flickity-prev-next-button {
	top: 104% !important;
}

.MOBILE_MODE .flickity-prev-next-button {
	top: 105% !important;
}

.flickity-prev-next-button.next {
	right: 30px !important;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 25px !important;
	height: 6px !important;
	margin: 0 4px !important;
	background: var(--c-fluo) !important;
	border-radius: 0% !important;
	opacity: .4;
	cursor: pointer;
	transition: all var(--e-basic) !important;
}

.flickity-page-dots .dot.is-selected {
	width: 120px !important;
	opacity: 1;
}

.MOBILE_MODE .flickity-page-dots .dot {
	width: 10px !important;
}

.MOBILE_MODE .flickity-page-dots .dot.is-selected {
	width: 20px !important;
}

.MOBILE_MODE .flickity-prev-next-button.next {
	right: 10px !important;
}

/* TAILLE 2 */

.VAN22_SL_ITEM_2 {
	width: 100%;
	max-width: 500px;
	height: 700px;
}

.VAN22_SL_ITEM_2 .VAN22_SL_IT_OVERLAY {
	width: 100%;
	height: 700px;
	line-height: 700px;
	text-align: center;
}

.VAN22_SL_ITEM_2 .VAN22_SL_IT_LABEL {
	padding-bottom: 60px;
	font-size: 2.5em;
	line-height: normal;
}

.MOBILE_MODE .VAN22_SLIDER_COMPLEX_SECTION>div>.flickity-viewport {
	height: 550px !important;
}

.MOBILE_MODE .VAN22_SL_ITEM_2 {
	width: 100%;
	max-width: 100%;
	height: 540px !important;
}

.MOBILE_MODE .VAN22_SL_ITEM_2 .VAN22_SL_IT_OVERLAY {
	height: 540px;
	line-height: 540px;
}

.VAN22_SL_ITEM_2_CONTAINER {
	margin: 0px;
	width: 100%;
	max-width: 520px;
	height: 720px;
}

.MOBILE_MODE .VAN22_SL_ITEM_2_CONTAINER .VAN22_SL_ITEM_4-2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 265px;
}

.MOBILE_MODE .VAN22_SL_ITEM_2_CONTAINER .VAN22_SL_ITEM_4-2:first-child {
	margin-top: 10px;

}

.MOBILE_MODE .VAN22_SL_ITEM_2_CONTAINER .VAN22_SL_ITEM_4-2 .VAN22_SL_IT_OVERLAY {
	height: 265px;
	line-height: 265px;
}

.MOBILE_MODE .VAN22_SL_ITEM_2_CONTAINER .VAN22_SL_ITEM_4 {
	width: calc(50vw - 5px);
	max-width: 265px;
	height: 265px;
	margin: 0px;
	margin-left: 5px;

}

@media screen and (min-width: 430px) {
	.MOBILE_MODE .VAN22_SL_ITEM_2_CONTAINER .VAN22_SL_ITEM_4 {


		width: calc(50% - 14px) !important;
	}

}


.MOBILE_MODE .VAN22_SL_ITEM_4_FIRST {
	margin-left: 0px !important;
}

.MOBILE_MODE .VAN22_SL_ITEM_2_CONTAINER .VAN22_SL_ITEM_4 .VAN22_SL_IT_OVERLAY {
	height: 265px;
	line-height: 265px;
}

.MOBILE_MODE .VAN22_SL_ITEM_4_QUAD {
	margin-top: 10px !important;
}

/* TAILLE 3 */

.VAN22_SL_ITEM_3 {
	width: 100%;
	max-width: 285px;
	height: 400px;
}

.VAN22_SL_ITEM_3 .VAN22_SL_IT_OVERLAY {
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
}

.VAN22_SL_ITEM_3 .VAN22_SL_IT_LABEL {
	padding-bottom: 30px;
	font-size: 1.6em;
	line-height: normal;
}

.VAN22_SL_ITEM_3_CONTAINER {
	margin: 0px;
	width: 100%;
	max-width: 305px;
	height: 420px;
}

/* TAILLE 4 */

.VAN22_SL_ITEM_4 {
	width: 100%;
	max-width: 240px;
	height: 340px;
	margin-right: 7px;
}

.VAN22_SL_ITEM_4 .VAN22_SL_IT_OVERLAY {
	width: 100%;
	height: 340px;
	line-height: 340px;
	text-align: center;
}

.VAN22_SL_ITEM_4 .VAN22_SL_IT_LABEL {
	padding-bottom: 30px;
	font-size: 1.4em;
	line-height: normal;
}

/* TAILLE 4-2 (large) */

.VAN22_SL_ITEM_4-2 {
	width: 100%;
	max-width: 500px;
	height: 340px;
	margin-right: 7px;
}

.VAN22_SL_ITEM_4-2 .VAN22_SL_IT_OVERLAY {
	width: 100%;
	height: 340px;
	line-height: 340px;
	text-align: center;
}

.VAN22_SL_ITEM_4-2 .VAN22_SL_IT_LABEL {
	padding-bottom: 30px;
	font-size: 1.4em;
	line-height: normal;
}


/* FOOTER */

footer {
	background-color: var(--c-vert);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 0px;
}

.VAN22_FOOTER_ITEM {
	margin: 20px;
	width: calc(100vw - 40px);

}

.VAN22_FOOTER_ITEM_CONTACT {
	max-width: 380px;
}

.VAN22_FOOTER_ITEM_MENU_CONTAINER {
	max-width: 470px;
}

.VAN22_FOOTER_ITEM_LOGO {
	max-width: 150px;
}

.VAN22_FOOTER_LOGO {
	width: 60vw;
	max-width: 350px;
	margin-bottom: 20px;
	height: auto;
	padding: 0px;
}

.VAN22_FOOTER_ITEM_MENU {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

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

.VAN22_FOOTER_ITEM_MENU ul {
	list-style: none;
	padding-left: 0px;
	width: 100%;
}

.VAN22_FOOTER_ITEM_MENU a {
	text-decoration: none;
}

.VAN22_FOOTER_ITEM_MENU a:hover {
	text-decoration: underline;
}

.VAN22_FOOTER_ITEM_MENU ul button {
	display: none;
}

.VAN22_FOOTER_ITEM_MENU>ul>li {
	margin-bottom: 20px;
}

.VAN22_FOOTER_ITEM_MENU>ul>li>a {
	font-weight: 900;
}

.VAN22_FOOTER_ITEM_MENU>ul>li>ul>li {
	margin-bottom: 0px;
	font-size: .85em;
	font-weight: 500;
	line-height: 1.4em;
}

.VAN22_FOOTER_ITEM_MENU hr {
	margin: 10px !important;
}

.VAN22_TXT_SECONDARY>ul>li {
	margin-bottom: 0px;
}

.VAN22_TXT_SECONDARY>ul>li>a {
	font-weight: 300;
}



.VAN_FI_ICON_PHONE {
	width: 100%;
	max-width: 300px;
	height: auto;
	padding: 0px;
}

.VAN_FI_ICON_ACCEO {
	width: 100%;
	max-width: 280px;
	height: auto;
	padding: 0px;
}

.VAN22_TXT_SECONDARY {
	font-size: .9em;
	line-height: 1.3em;
}

.VAN22_FOOTER_ITEM_SOCIAL_LINKS {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
}

.VAN22_FOOTER_ITEM_SOCIAL_LINKS img {
	height: 50px;
	width: auto;
	transition: all var(--e-basic);
}

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


/* HEADER */

header {
	position: absolute;
	width: 100vw;
	/* height: 100px; */
	height: 112px;
	background-color: white;
}

.VAN22_MENU_TOP {
	font-weight: 900;
	font-size: 2em;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	padding-top: 0px;
	margin-top: -3px;
}

.VAN22_MENU_TOP a {
	text-decoration: none;
}

.VAN22_MENU_LANG {
	font-weight: 900;
	font-size: .9em;
	color: rgba(0, 0, 0, .4);
	padding: 0px 10px;
	text-transform: uppercase;
	position: absolute;
	top: 23px;
	right: 20px;
}

.VAN22_LANG_SELECTOR_MOBILE {
	font-weight: 900;
	font-size: .9em;
	color: rgba(0, 0, 0, .4);
	padding: 0px 10px;
	text-transform: uppercase;
}

.VAN22_MENU_LANG_PLUS {
	display: inline-block;
	vertical-align: bottom;
	height: 17px;
	width: 17px;
}

.VAN22_MENU_LANG_PLUS img {
	width: 100%;
	padding: 0px 0px;
	height: auto;
}

.VAN22_MENU_TOP ul,
.VAN22_MENU_LANG ul {
	padding-left: 0px;
}

.VAN22_MENU_TOP ul li,
.VAN22_MENU_LANG ul li {
	display: inline-block;
	vertical-align: middle;
}

.VAN22_MENU_TOP li {
	margin: 0px 30px;
}


/* MENU OVERLAY */

#VAN22_MENU_OVERLAY {
	width: 0vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 4000;

	transition: background-color var(--e-basic);

	cursor: crosshair;
}

.OVERLAY_VISIBLE {
	width: 100vw !important;
	background-color: rgba(0, 0, 0, .6) !important;
}

#content {
	transition: all var(--e-basic);
}

.BLURED {
	filter: blur(2em);
	overflow-y: hidden !important;
}

/* MENU */

.VAN22_MAIN_MENU {
	position: fixed;
	top: 0px;
	right: -150vw;
	height: 100vh;
	background-color: var(--c-vert);
	text-align: center;
	z-index: 5000;
	overflow-y: scroll;
	transition: all var(--e-basic);
}

.MENU_OUVERT {
	right: 0px;
}

.VAN22_MAIN_MENU_NAV {
	padding: 100px 60px;
}

.VAN22_MAIN_MENU_NAV>ul>li {
	font-weight: 900;
	font-size: 1.6em;
	margin-top: 30px;
	line-height: 1.05em;
	margin-bottom: 5px;
}

.VAN22_MAIN_MENU_NAV a {
	text-decoration: none;
}

.VAN22_MAIN_MENU_NAV button {
	display: none;
}

.VAN22_MAIN_MENU_NAV>ul>li>ul {
	font-weight: 500;
	font-size: .65em;

}



.VAN22_MAIN_MENU ul {
	padding-left: 0px;
}

.VAN22_MAIN_MENU li {
	list-style: none;
}

.VAN22_MI_PRIMARY {
	font-weight: 900;
	font-size: 1.9em;
	margin-top: 30px;
	line-height: 1.05em;
	margin-bottom: 5px;
}

.VAN22_HEADER_LOGO {
	display: inline-block;
	width: 60vw;
	max-width: 150px;
	height: auto;
	padding: 0px;
}

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

/*
#content
{
	filter: grayscale(100%);
	filter: blur(1rem);
}
*/


/* FICHE */

.VAN22_TEXT_BANNER {
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: center;
	width: 100vw;
	padding: 50px 0px;
}

.VAN22_TEXT_BANNER .VAN22_LIMIT_SECTION {
	text-align: center;
}

.VAN22_TEXT_BANNER .VAN22_H1 {
	margin-top: 0px;
}

.VAN22_IMAGE_BANNER {
	width: 100vw;
	height: 70vh;
	background-size: cover;
	background-position: center center;
}

.VAN22_VIDEO_BANNER {
	width: 100vw;
	height: 56.25vw;
	background-size: cover;
	background-position: center center;
}

.VAN22_VIDEO_BANNER video {
	width: 100vw;
	height: 56.25vw;
}



.VAN22_CONTENU {
	width: 100vw;
	font-size: 1.2em;
	line-height: 1.3em;
}

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

.VAN22_CONTENU .CHAPO {
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.25em;
	padding: 30px 0px;
}

.VAN22_CONTENU_LIMIT {
	width: var(--w-max);
	max-width: var(--w-limit-text);
	background-color: white;
	margin: 0 auto;
	padding: 60px 20px;
	margin-top: -80px;
}


.VAN_TITRE_TYPE {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

.VAN_TITRE_DATES {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	background-color: black;
	color: white;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 1.5em;
}

.VAN22_ICON_TEXT {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}

.VAN22_IT_ICON {
	display: inline-block;
	vertical-align: top;
	width: 65px;
	margin-right: 20px;
}

.VAN22_IT_ICON img {
	width: 100%;
	height: auto;
	padding: 0px;
}

.VAN22_IT_TEXT {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 90px);
	line-height: 1.4em;
}

/* HOMEPAGE */

.VAN22_BLOC_TITRE_HOME,
.VAN22_BLOC_TITRE_TYPO {
	padding: 50px;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: center;
	width: calc(100% - 100px);
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}

.VAN22_DECAL_VERTICAL {
	margin-top: -100px !important;
}

/* ARTWORK */

.VAN22_BLOC_TITRE_ARTWORK {
	margin-top: -100px;
	background-color: white;
	padding: 20px;
	margin-bottom: -60px;
}

.VAN22_BLOC_TITRE_ARTWORK #VAN22_BREADCRUMBS {
	text-align: center;
	padding: 0px;
	font-size: .7em;
	margin-top: 0px;
}

.VAN22_SURTITRE {
	text-transform: uppercase;
}

.VAN22_SURTITRE_DATES {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 900;
}



.VAN22_SOUSTITRE_ARTISTE {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: 500;
}

.VAN22_SOUSTITRE {
	text-transform: uppercase;
}

/* CHATBOX */

.VAN22_CHATBOX {
	width: 210px;
	position: fixed;
	bottom: -500px;
	right: 0px;
	background-color: white;
	padding: 20px;

	box-shadow: 0px 0px 21px -6px rgba(0, 0, 0, 0.39);
	-webkit-box-shadow: 0px 0px 21px -6px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 21px -6px rgba(0, 0, 0, 0.39);

	transition: bottom .6s ease-out;
}

.VAN22_CHATBOX_VISIBLE {
	bottom: 0px;
}

.VAN22_CHATBOX_CLOSE {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url('../ui/icon_cross.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 140%;
}

.VAN22_CHATBOX_COLLAPSE {
	display: none;
}

.VAN22_CHATBOX_TITLE {
	font-weight: 900;
	font-size: 1.3em;
}

.VAN22_CHATBOX_CONTENT {
	margin-top: 10px;
}

.VAN22_CHATBOX_CONTENT .VAN22_CTA {
	font-size: .9em;
	padding: 8px 15px;
	margin-top: 10px;
}


/* BREADCRUMBS */

#VAN22_BREADCRUMBS {
	padding-left: 0px;
	text-align: left;
}

#VAN22_BREADCRUMBS li {
	display: inline-block;
}

#VAN22_BREADCRUMBS a {
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 0px;
	border-bottom: .1em solid rgba(0, 0, 0, 0);
	font-weight: 500;
	color: rgba(0, 0, 0, .5);
	transition: .2s all ease-in;
}

#VAN22_BREADCRUMBS>li:not(:last-child)>a:after {
	content: '>';
	display: inline-block;
	margin: 0px 5px;
}

#VAN22_BREADCRUMBS a:hover {
	border-color: rgba(0, 0, 0, .5);
}

.VAN22_BLOC_TITRE_HOME #VAN22_BREADCRUMBS,
.VAN22_BLOC_TITRE_TYPO #VAN22_BREADCRUMBS {
	text-align: center;
	margin-bottom: 20px;
	font-size: .7em;
}

/* BLOCKS */



.VAN22_FOCUS {
	text-align: center !important;
}

.VAN22_FOCUS video {
	width: 100%;
	padding: 20px 0px;
}

.VAN22_CHAPEAU {
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1.25em;
	padding: 15px 0px;
}

.MOBILE_MODE .VAN22_CHAPEAU {
	font-size: 1em;
}

.VAN22_CHAPEAU p {
	margin: 0px;
}

.VAN22_alerte_titre {
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 900;
}

.VAN22_NOTE {
	text-transform: uppercase;
	font-size: .75em;
}

.VAN22_GALERIE_ITEM {
	width: 100%;
	margin: 10px 10px 3px 10px;
}

.VAN22_GI_1 {
	margin-top: 80px !important;
}

.VAN22_GI_2 {
	margin-top: 40px !important;
}

.VAN22_GALERIE_ITEM img {
	width: 100%;
	height: auto;
	padding: 0px;
}

@media all and (min-width: 1200px) {
	.VAN22_GALERIE_ITEM {
		width: calc(33% - 20px);
	}
}

@media all and (min-width: 500px) and (max-width: 1199px) {
	.VAN22_GALERIE_ITEM {
		width: calc(50% - 20px);
	}
}

@media all and (min-width: 0px) and (max-width: 499px) {
	.VAN22_GALERIE_ITEM {
		width: 100%;
		margin: 0px 0px 3px 0px;
	}

	.VAN22_GI_1 {
		margin-top: 0px !important;
	}

	.VAN22_GI_2 {
		margin-top: 0px !important;
	}
}

/* MAP */

.VAN22_MAP {
	width: 100vw;
	height: 450px;
}

.VAN22_MAP iframe {
	width: 100%;
	height: 100%;
}


/* ZONES INFO */

.VAN22_INFO {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 30px 0px;
}

.VAN22_INFO_ICON {
	width: 75px;
	display: inline-block;
	vertical-align: top;
}

.VAN22_INFO_ICON img {
	width: 100%;
	height: auto;
	padding: 0px;
}

.VAN22_INFO_TXT {
	width: calc(100% - 115px);
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}

.VAN22_INFO_TITLE {
	font-size: 1.5em;
	font-weight: 900;
}

.VAN22_INFO .VAN22_CTA,
.VAN22_INFO a.VAN22_CTA {
	border: solid 3px black;
	padding: 10px 20px;
	font-size: .9em;
	margin: 15px 0px;
}

/* ACCESSIBILITE */

.VAN22_ACCESSIBILITE_PICTOS_GN p {
	margin: 0px;
}

.VAN22_ACCESSIBILITE_PICTOS_GN img {
	width: 40px;
	padding: 0px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.VAN22_ACCESSIBILITE_PICTOS_GN .description {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	width: 80%;
}


/* RECHERCHE */

.VAN22_RESULT_CONTAINER {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.VAN22_RESULT_ITEM {
	vertical-align: top;
	margin: 10px 5px;
	background-color: rgb(239, 238, 236);
	width: calc(100% - 10px);

	display: flex;
	flex-direction: row;
	align-items: stretch;
	transition: background-color var(--e-basic);
}

.VAN22_RESULT_ITEM:hover {
	background-color: rgb(219, 218, 216);
}

.VAN22_RESULT_ITEM_VISUEL {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	background-size: cover;
	background-position: center center;
}

.VAN22_RESULT_ITEM_CONTENU {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	width: calc(80% - 40px);
}

.VAN22_RESULT_ITEM_SUB {
	text-transform: uppercase;
	font-size: .9em;
}

.VAN22_RESULT_ITEM_TITRE {
	font-size: 1.7em;
	line-height: 1.15em;
	font-weight: 900;
	margin: 10px 0px;
}

.VAN22_RESULT_SMALL_TEXTE {
	font-size: 0.9em;
	line-height: 1.15em;

	margin: 10px 0px;
}

.VAN22_RESULT_ITEM_DATE {
	font-weight: 700;
}

.VAN22_RESULT_ITEM_ARTISTE {
	text-transform: uppercase;
	font-weight: 900;
}

.VAN22_RESULT_ITEM_PREMIUM {
	margin: 10px 10px;
	width: calc(50% - 20px);
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
}

.MOBILE_MODE .VAN22_RESULT_ITEM_PREMIUM {
	width: 100%;
}

.VAN22_RESULT_ITEM_PREMIUM .VAN22_RESULT_ITEM_VISUEL {
	height: 320px;
	width: 100%;
}

.VAN22_RESULT_ITEM_PREMIUM .VAN22_RESULT_ITEM_CONTENU {
	width: calc(100% - 40px);
}

.VAN22_FILTRES_TITRE {
	width: 100%;
	font-weight: 900;
	font-size: 2.6em;
	text-align: center;
}

.MOBILE_MODE .VAN22_FILTRES_TITRE {
	font-size: 2em;
}

.VAN22_FILTRES_TITRE_SECOND {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 15px;
}

.VAN22_FILTRES_TITRE_SECOND img {
	width: 30px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.VAN22_RECHERCHE_FILTRES {
	width: 100%;
	padding: 40px 0px;
	text-align: center;

}

.VAN22_RECHERCHE_FILTRES_CONTAINER {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

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

.MOBILE_MODE .VAN22_FILTRES_BOX {
	padding: 10px;
}


.VAN22_FILTRES_BOX {
	padding: 40px;
}

.VAN22_F_COL_COLLAPSED {
	padding-left: 27px;
	display: none;
}

/* COLLAPSED BOX */

.VAN22_LIMIT_SECTION_COLLAPSED_BOX {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}

.MOBILE_MODE .VAN22_LIMIT_SECTION_COLLAPSED_BOX {
	flex-direction: column;
	gap: 10px;
}

.VAN22_COLLAPSED_BOX {
	width: 100%;
	padding: 20px;
	background-color: white;
}

.MOBILE_MODE .VAN22_COLLAPSED_BOX {
	width: calc(100% -40px);
}

.VAN22_COLLAPSED_BOX .VAN22_CTA,
.VAN22_COLLAPSED_BOX a.VAN22_CTA {
	margin: 5px;
}

.theme_selected,
.date_selected {
	background-color: black;
	color: white;
}

.VAN22_CB_TITLE {
	font-weight: 900;
	font-size: 2em;
	cursor: default;
}

.MOBILE_MODE .VAN22_CB_TITLE {
	font-size: 1.6em;
}

.VAN22_CB_CONTENU {
	display: none;
}

.VAN22_TITLE_ICON {
	width: 65px;
	height: 65px;
	background-position: contain;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px;
}

.MOBILE_MODE .VAN22_TITLE_ICON {
	width: 50px;
	height: 50px;
}

.VAN22_TITLE_ICON_SMALL {
	width: 50px;
	height: 50px;
	background-position: contain;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
}

.MOBILE_MODE .VAN22_TITLE_ICON_SMALL {
	width: 40px;
	height: 40px;
}

.VAN22_ICON_FILTER {
	background-image: url('../ui/icon_filter.svg');
}

.VAN22_ICON_DATE {
	background-image: url('../ui/icon_calendar31.svg');
}

.VAN22_ICON_ARROW {
	background-image: url('../ui/icon_arrow_down.svg');
}

.VAN22_OPEN_FILTERS,
.VAN22_OPEN_CB {
	transition: transform .3s ease-in;
}

.FILTERS_OPENDED,
.BOX_OPENDED {
	transform: rotate(180deg);
}

/* 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;
}

/* 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;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
	background-color: rgba(0, 0, 0, .5);
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
	background-color: black;
}

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

/* 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 white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-field {
	padding: 20px !important;
	width: 100% !important;

	border: 0px solid !important;
}

/* KIOSQUE */

.VAN22_KIOSQUE_SUBTITLE {
	font-size: 2.5em;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.VAN22_KIOSQUE_CONTAINER {
	width: 100%;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.VAN22_KIOSQUE_ITEM {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 250px;
	margin: 20px;
	text-align: center;
}

.VAN22_KI_FOLDER {
	display: none;
}

.VAN22_KI_VISUEL {
	width: 100%;
	height: 350px;
	line-height: 350px;
	transition: all ease-out .3s;
}

.VAN22_KIOSQUE_ITEM:hover .VAN22_KI_VISUEL {
	transform: scale(.95);
}

.VAN22_KI_VISUEL img {
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.VAN22_KI_VISUEL_REGULAR {
	height: 100%;
	width: auto;
}

.VAN22_KI_VISUEL_WIDE {
	width: 100%;
	height: auto;
}

.VAN22_KI_TITRE {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
	overflow-wrap: break-word;
	max-width: 100%;
}

.VAN22_KI_LANGUES_CONT {
	width: 100%;
	padding: 25px 0px;
	text-align: center;
}

.VAN22_KI_LANGUES_CONT .VAN22_KI_LANGUE {
	margin: 3px;
	font-size: .72em;
	cursor: pointer;
	transition: background-color var(--e-basic);
}

.VAN22_KI_LANGUES_CONT .VAN22_KI_LANGUE:hover,
.VAN22_KI_LANGUES_CONT .VAN22_KI_LANGUE .current_lg {
	background-color: black;
}

.VAN22_KI_LANGUE {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	background-color: #CDCDCD;
	color: white;
	font-weight: bold;
	line-height: 35px;
	cursor: default;
}

.current_lg {
	background-color: black;
}

/*
.VAN22_LIMIT_SECTION iframe:not(.ginput_recaptcha iframe),
.VAN22_LIMIT_SECTION_LARGE iframe:not(.ginput_recaptcha iframe),
.VAN22_LIMIT_SECTION iframe:not(.g-recaptcha iframe),
.VAN22_LIMIT_SECTION_LARGE iframe:not(.g-recaptcha iframe),
.VAN22_LIMIT_SECTION_LARGE iframe:not(.wp-block-embed__wrapper iframe),
*/


.VAN22_LIMIT_SECTION iframe:not(.gform_wrapper iframe):not(.ginput_recaptcha iframe):not(.g-recaptcha iframe):not(.wp-block-embed__wrapper iframe),
.VAN22_LIMIT_SECTION_LARGE iframe:not(.gform_wrapper iframe):not(.ginput_recaptcha iframe):not(.g-recaptcha iframe):not(.wp-block-embed__wrapper iframe),
.VAN22_IFRAME_CALAMEO {
	width: 100%;
	height: 85vh;
}


.VAN22_PUBLICATION_HEADER {
	padding-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}

.VAN22_PUBLICATION_HEADER_VISUEL {
	width: 96vw;
	max-width: 400px;
}

.VAN22_PUBLICATION_HEADER_VISUEL img {
	width: 100%;
	height: auto;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.VAN22_PUBLICATION_HEADER_INFOS {
	width: 96vw;
	max-width: 600px;
	text-align: left;
}

.VAN22_PUBLICATION_HEADER_INFOS h1 {
	text-align: left;
}

/* PARCOURS WALL */

.VAN22_WALL {
	width: 100vw;
	max-width: 1080px;
	margin: 0 auto;
}

@media all and (min-width: 0px) and (max-width: 539px) {
	.VAN22_WALL {
		max-width: 260px;
	}
}

@media all and (min-width: 540px) and (max-width: 809px) {
	.VAN22_WALL {
		max-width: 540px;
	}
}

@media all and (min-width: 810px) and (max-width: 1079px) {
	.VAN22_WALL {
		max-width: 810px;
	}
}

@media all and (min-width: 1080px) {
	.VAN22_WALL {
		max-width: 1080px;
	}
}

.VAN22_WALL_ITEM {
	display: inline-block;
	width: 96vw;
	max-width: 250px;
	margin: 10px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);

}


.VAN22_WALL_ITEM img {
	width: 100%;
	height: auto;
	padding-top: 0px;
}

.VAN22_WI_SUB,
.VAN22_WI_SOUS {
	text-transform: uppercase;
	font-size: .85em;
	line-height: 1.2em;
	padding: 0px 10px;
	width: calc(100% - 20px);
}

.VAN22_WI_TITRE {
	font-weight: 900;
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 10px 0px;
	padding: 0px 10px;
	width: calc(100% - 20px);

}

.VAN22_WALL_ITEM_CONT {
	padding-bottom: 30px;
	background-color: white;
	transition: background-color var(--e-basic);
}

.VAN22_WALL_ITEM:hover .VAN22_WALL_ITEM_CONT {
	background-color: #DEDEDE;
}


/* PARCOURS ICONS */

.VAN22_PARCOURS_ICONS {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
	flex-wrap: wrap;
}

.VAN22_PI_ICON,
a.VAN22_PI_ICON {
	margin: 1rem;
	text-align: center;
	cursor: pointer;
	min-width: 80px;
}

.VAN22_PI_ICON_VISUEL {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 5px solid black;
	display: inline-block;
	transition: background-color var(--e-basic), border-color var(--e-basic);
}

.VAN22_PI_ICON:hover .VAN22_PI_ICON_VISUEL,
a.VAN22_PI_ICON:hover .VAN22_PI_ICON_VISUEL,
.VAN22_PI_ICON_SELECTED .VAN22_PI_ICON_VISUEL {
	background-color: var(--c-fluo);
	border-color: var(--c-fluo);
}

.VAN22_PI_ICON_VISUEL img {
	width: 80%;
	height: auto;
	padding: 0px;
	margin-top: 10%;
	margin-left: 10%;
}

.VAN22_PI_ICON_TXT {
	display: inline-block;
	margin-top: 10px;
	font-weight: 900;
	font-size: 1.2em;
}

#VAN22_MAP_PARCOURS {
	width: 100%;
	height: 65vh;
}

.VAN22_PARCOURS_SWITCH {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.VAN22_PARCOURS_SWITCH_REVERSE {
	flex-direction: column-reverse;
}

/* MOBILE MODE */

.MOBILE_MODE .VAN22_H_1 {
	font-size: 2.2em;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: 900;
	cursor: default;
}

.MOBILE_MODE section:not(.VAN22_SECTION_INFOS) p,
ul,
ol {
	font-size: 1.1em;
	line-height: 1.3em;
}

.MOBILE_MODE section {
	padding: 30px 0px 35px 0px;
}

.MOBILE_MODE .VAN22_MENU_TOP {
	display: none;
}

.MOBILE_MODE header {
	height: 65px;
}

.MOBILE_MODE main {
	padding-top: 45px;
}

.MOBILE_MODE .VAN22_MENU_LANG {
	/*
	top : 0px;
	right : 0px;
	*/
	top: 23px;
	right: 70px;
}

.MOBILE_MODE .VAN22_MENU_LANG ul {
	margin: 10px 0px;
}

.MOBILE_MODE .VAN22_MENU_MAIN_BT {
	width: 60px;
	height: 60px;
	line-height: 59px;
	top: 15px;
	right: 10px;
	font-size: 1em;
}

.MOBILE_MODE .VAN22_MENU_MAIN_BT_CLOSE {
	width: 60px;
	height: 60px;
	line-height: 59px;
	top: 15px;
	right: 10px;
	font-size: 1em;
}

.MOBILE_MODE .VAN22_BT_FIXE {
	position: fixed;
	top: 10px;
	right: 10px;
}

.MOBILE_MODE .VAN22_LOGO {
	width: 60px;
	top: 60px;
	left: 15px;
	/*
	width: 100px;
	top: 60px;
	left: 15px;
	*/
}

.MOBILE_MODE .VAN22_IMAGE_BANNER {
	height: 50vh;
}

.MOBILE_MODE .VAN22_BLOC_TITRE_HOME {
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-top: 0px;
}

.MOBILE_MODE .VAN22_INFO {
	font-size: 1.1em;
	margin: 25px 0px;
}

.MOBILE_MODE .VAN22_INFO_ICON {
	width: 45px;
}

.MOBILE_MODE .VAN22_INFO_TXT {
	width: calc(100% - 75px);
	margin-left: 10px;
}

.MOBILE_MODE footer {
	flex-direction: column;
}

/* PREPROD HACK */
.otgs-development-site-front-end,
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	display: none;
}

.VAN22_BADGE_PASS {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	background-image: url('../ui/icon_pass.svg');
	margin-top: 10px;
	margin-left: 10px;
}

.VAN22_BADGE_PASS_LIGHT {
	width: 45px;
	height: 45px;
	margin-top: 5px;
	margin-left: 5px;
}

.VAN22_SL_ITEM_4>.VAN22_BADGE_PASS {
	width: 45px;
	height: 45px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: -50px;
}

.VAN22_SL_ITEM_4-2>.VAN22_BADGE_PASS,
.VAN22_SL_ITEM_3>.VAN22_BADGE_PASS {
	margin-bottom: -90px;
}

.VAN22_SL_ITEM_2>.VAN22_BADGE_PASS {
	width: 110px;
	height: 110px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: -130px;
}

.VAN22_ICON_PASS {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: black;
	background-size: cover;
	background-position: center center;
	background-image: url('../ui/icon_pass.svg');
	margin-right: 10px;
}

.VAN22_ICON_PASS_2 {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-image: url('../ui/icon_pass_transp.svg');
	margin-right: 10px;
}

/* AGENDA */

.VAN22_AGENDA_MISEENAVANT {
	padding: 40px 0px;
}

.VAN22_AGENDA_CONTAINER {
	padding: 40px 0px;
	background-color: var(--c-gris-fond);
}


/* CHRONO ITEM */

.VAN22_RESULT_CHRONO_ITEM {
	width: 100%;
	display: flex;
	flex-direction: row;
	background-color: white;
	min-height: 250px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

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

.VAN22_CHRONOITEM_DATES {
	font-weight: 900;
	font-size: 1.2em;
	width: calc(10% - 20px);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transition: width .3s ease-in-out;
}

.MOBILE_MODE .VAN22_CHRONOITEM_DATES {
	display: none;
}

.VAN22_CHRONOITEM_VISUEL {
	width: 25%;
	background-position: center center;
	background-size: cover;
	transition: width .3s ease-in-out;
}

.MOBILE_MODE .VAN22_CHRONOITEM_VISUEL {
	width: 100%;
	height: 300px;
}

.VAN22_RESULT_CHRONO_ITEM:hover .VAN22_CHRONOITEM_DATES {
	width: calc(12% - 20px);
}

.VAN22_RESULT_CHRONO_ITEM:hover .VAN22_CHRONOITEM_VISUEL {
	width: 23%;
}

.VAN22_CHRONOITEM_CONTENU {
	width: calc(65% - 60px);
	padding: 30px;
}

.MOBILE_MODE .VAN22_CHRONOITEM_CONTENU {
	width: calc(100% - 40px);
	padding: 20px;
}

.VAN22_CHRONOITEM_INFOS_SECONDARY {
	margin-top: 20px;
	width: 100%;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}

.VAN22_CHRONOITEM_INFOS_SECONDARY_PLACE,
.VAN22_CHRONOITEM_INFOS_SECONDARY_DATE {
	margin: 5px 0px;
}

.VAN22_CIS_PLACE_ICON,
.VAN22_CIS_DATE_ICON {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.VAN22_CIS_PLACE_ICON {
	background-image: url('../ui/icon_place_2.svg');
}

.VAN22_CIS_DATE_ICON {
	background-image: url('../ui/icon_calendar.svg');
}

.VAN22_CHRONOITEM_INFOS_SECONDARY .VAN22_CTA {
	font-size: .85em;
	padding: 10px 20px;
}


/* CALENDRIER */

.VAN22_CALENDARS {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.VAN22_CAL_TITLE_IN_OUT {
	text-align: center;
	font-weight: 900;
	font-size: 1.7em;
	margin-bottom: 10px;
}


/* COLLAPSED */

.VAN22_COLLAPSED_TITLE {
	font-weight: 900;
	cursor: pointer;
}

.VAN22_COLLAPSED_TITLE:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	background-position: center center;
	background-size: contain;
	background-image: url(../ui/icon_arrow_down.svg);
	border-radius: 50%;
	border: 2px solid black;
	transform: rotate(0deg);
	transition: transform var(--e-basic);
}

.VAN22_COLLAPSED_CONTENT_OPENED:before {
	transform: rotate(180deg);
}

.VAN22_COLLAPSED_CONTENT {
	display: none;
}

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


/* QUICK MENU */

#VAN22_QUICK_MENU {
	display: none;
}

.MOBILE_MODE #VAN22_QUICK_MENU {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	height: 4rem;
	display: block;
	box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.25);
	width: 100vw;
	z-index: 99999;
}

.quick-menu ul {
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	height: 100%;
}

.quick-menu__item {
	width: 20%;
	margin: 0 auto;
}

.quick-menu__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	font-size: 1rem;
}

.quick-menu__item__img-container {
	line-height: 1rem;
}

.quick-menu__item__img-container img {
	padding: 0;
	width: 30px;
}

.quick-menu__item__label {
	text-transform: uppercase;
	font-size: 0.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1em;
}

@media screen and (max-width: 320px) {
	.quick-menu__item__label {
		display: none;
	}
}



.VAN22_QUICK_MENU_SEPARATOR {
	height: 20px;
	width: 1px;
	background-color: rgb(185, 185, 185);
}

.VAN22_QUICK_MENU_SEPARATOR:last-child {
	display: none;
}

/* Archive VAN */

.VAN22_ARCHIVE_HEAD_BLOC {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.VAN22_AHB_ITEM {
	text-align: left;
	font-size: 1em;
	max-width: 260px;
}

.VAN22_AHB_ITEM_SUB {
	font-size: .7em;
	font-weight: 900;
	text-transform: uppercase;
}

.VAN22_SOUSTITRE_ARTISTE {
	font-size: 1.1em;
	text-transform: inherit;
}

/* COPYRIGHT */

.VAN22_COPYRIGHT_TAG {
	width: 22px;
	height: 22px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, .6);
	color: black;
	display: block;
	position: relative;
	z-index: 50;
	font-size: 1em;
	line-height: 23px;
	transition: background-color ease-in-out .3s;
	display: none;
}

.VAN22_COPYRIGHT_TAG:hover {
	background-color: rgba(255, 255, 255, 1);
}

.VAN22_COPYRIGHT_TAG_BOX {
	width: 200px;
	border-radius: 4px;
	background-color: white;
	color: black;
	display: block;
	position: relative;
	font-size: .85em;
	padding: 10px;
	opacity: 1;
	position: fixed;
	z-index: 2000;
	line-height: 1.2em;
	transition: opacity ease-in-out .3s;

	box-shadow: 0px 0px 21px -6px rgba(0, 0, 0, 0.39);
	-webkit-box-shadow: 0px 0px 21px -6px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 21px -6px rgba(0, 0, 0, 0.39);
}

/* BLOCK ACCORDEON */

.VAN22_COLLAPSED_BLOCK_TITLE {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 10px;
	cursor: pointer;
}

.VAN22_COLLAPSED_BLOCK_TITLE:before {
	content: '+';
	color: white;
	font-weight: 500;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 50%;
	background-color: black;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
}

.ACCORDEON_OPENDED:before {
	content: '-';
}

.VAN22_COLLAPSED_BLOCK_CONTENT {
	display: none;
}

.VAN22_COLLAPSED_BLOCK_CONTENT p {
	margin-top: 0px;
	padding-left: 40px;
}


/* BLOC SCOOPIT */

.VAN22_SCOOPIT_ITEM {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.VAN22_SI_IMAGE {
	width: 30%;
	background-position: center center;
	background-size: cover;
}

.VAN22_SI_CONTENT {
	width: 70%;
	padding: 30px;
}

.VAN22_SI_TITRE {
	font-size: 2em;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.VAN22_SI_TEXTE {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.VAN22_SI_INFO {
	text-transform: uppercase;
	font-weight: 500;
}

.VAN22_SCOOPIT_ITEM .VAN22_CTA {
	margin-top: 20px;
}

/* ACCESSIBILITE 2022 */

.VAN22_SEARCH_ICON_ACCESSIBILITY {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin-right: 5px;
}


/* ANCRE ET SOMMAIRE */

.VAN22_SOMMAIRE {
	width: 100vw;
	padding: 30px 0px;
	text-align: center;
	margin-top: 50px;
}

.VAN22_SOMMAIRE_ITEM {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	font-weight: 900;
	font-size: 1.3em;
	cursor: pointer;
}

/* SECUTIX */

.VAN22_SECUTIX_ITEM {
	background-color: rgb(239, 238, 236);
	width: 45%;
	margin: 1rem auto;
	display: flex;
	transition: background-color var(--e-basic);
}

.MOBILE_MODE .VAN22_SECUTIX_ITEM {
	display: flex;
	width: 90%;
	flex-direction: column;
}

.VAN22_SECUTIX_ITEM:hover {
	background-color: rgb(219, 218, 216);
}

.VAN22_SECUTIX_ITEM_THUMB {
	width: 30%;
}

.MOBILE_MODE .VAN22_SECUTIX_ITEM_THUMB {
	width: 100%;
}

.VAN22_SECUTIX_ITEM_THUMB img {
	object-fit: cover;
	object-position: center;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.MOBILE_MODE .VAN22_SECUTIX_ITEM_THUMB img {
	height: 100px;
	width: 100%;
}

.VAN22_SECUTIX_ITEM_TEXT {
	width: calc(70% - 40px);
	padding: 20px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.MOBILE_MODE .VAN22_SECUTIX_ITEM_TEXT {
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
}

.VAN22_SECUTIX_ITEM_TITRE {
	font-size: 2em;
	line-height: 1.15em;
	font-weight: 900;
	margin-bottom: 15px;
}

.MOBILE_MODE .VAN22_SECUTIX_ITEM_TITRE {
	font-size: 1.2em;
}

.VAN22_SECUTIX_CONTENT {
	display: flex;
	height: 100%;
}

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

.VAN22_SECUTIX_ITEM_DISPO {
	line-height: 1.15em !important;
	font-weight: 300;
	font-size: 1em !important;
	padding-left: 0;
	margin: 0;
	width: 50%;
}

.VAN22_SECUTIX_ITEM_DISPO li {
	list-style: none;
	margin-bottom: 1rem;
}

.VAN22_SECUTIX_BUY {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.VAN22_SECUTIX_BUY .VAN22_CTA {
	height: 1.3rem;
	padding: 1rem;
}

@media screen and (min-width: 980px) and (max-width: 1485px) {
	.VAN22_SECUTIX_BUY .VAN22_CTA {
		font-size: 1em;
		display: flex;
		height: 3rem;
		width: 100%;
		padding: 0 1rem;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

.MOBILE_MODE .VAN22_SECUTIX_BUY,
.MOBILE_MODE .VAN22_SECUTIX_ITEM_DISPO {
	width: 90%;
}

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

.VAN22_dispo {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin-right: 4px;
	margin-top: -2px;
}

.VAN22_dispo_txt {
	display: inline-block;
	font-size: .75em;
	line-height: 1.15em;
	font-weight: 500;
	text-transform: uppercase;
}

.VAN22_dispo_good {
	background-color: green;
}

.VAN22_dispo_limited {
	background-color: orange;
}

.VAN22_dispo_none {
	background-color: red;
}

/* Centrage des images */
.wp-block-image.aligncenter,
.wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

/* IMPRESSION */

.print_only {
	display: none;
}

#VAN22_ALERTES

/* HACK SUR LES FORMULAIRES*/
.upsized .gfield_label {
	font-weight: 900 !important;
	font-size: 1.17em !important;
	padding-top: 10px !important;
}

.downsized .gsection_title {
	font-size: 16px;
	font-weight: 700;
}

/**OFFRES D' EMPLOI**/
.VAN22_INTRO_OFFRES p,
.VAN22_INTRO_OFFRES div {
	text-align: center
}

.VAN22_OFFRES_CONTAINER {
	padding: 40px 0px;
	background-color: var(--c-gris-fond);
}

.VAN22_OFFRES_ITEM {
	display: flex;
	padding: 30px;
	width: 70%;
	margin: 15px auto;
	background: #FFFFFF;
	border-top: 8px solid rgb(255, 255, 255);
	border-bottom: 8px solid rgb(255, 255, 255);
	border-right: 8px solid rgb(255, 255, 255);
	border-left: 8px solid rgb(0, 255, 0);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.VAN22_OFFRES_ITEM:hover {
	border: 8px solid rgb(0, 255, 0);
}

.VAN22_OFFRES_ITEM_HEADER {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 25%;
	text-align: left;
}

.VAN22_OFFRES_TITRE {
	font-size: 1.4em !important;
	line-height: 1.2 !important
}

.VAN22_OFFRES_CONTRAT,
.VAN22_TEMPS_TRAVAIL {
	font-size: 1.1em !important;
	font-weight: 700;
	display: inline-block;
	float: left;
}

.VAN22_OFFRES_LIEU {
	font-weight: 300;
	text-transform: uppercase;
	font-size: .9em;
	padding: 1.3em 0px;
}

.VAN22_OFFRES_DESCRIPTION {
	text-align: left;
	padding: 20px;
	width: 50%;
}

.VAN22_OFFRES_DESCRIPTION,
.VAN22_OFFRES_DESCRIPTION p,
.VAN22_OFFRES_DESCRIPTION ul {
	font-size: 1.02em !important;
}

.VAN22_OFFRES_DLC {
	text-align: left
}

.VAN22_OFFRES_DLC:after strong {
	display: block;
	height: 8px;
	background: blue;
	width: 100px;
}

.VAN22_OFFRES_BLOC_CTA {
	margin-top: 20px;
	width: 23%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.VAN22_INTRO_OFFRES .VAN22_COLLAPSED_BLOCK_TITLE {
	font-size: 0.9em;
}

.VAN22_INTRO_OFFRES .VAN22_COLLAPSED_BLOCK_CONTENT {
	background-color: #e0ffcf;
	font-size: 0.8em;
	padding: 40px 20px;
}

.VAN22_INTRO_OFFRES .VAN22_COLLAPSED_BLOCK_CONTENT p {
	font-size: 0.9em;
	padding: 0px;
}

@media screen and (min-width: 968px) and (max-width: 1200px) {
	.VAN22_OFFRES_ITEM {

		width: 90%;
	}
}

@media screen and (max-width: 968px) {
	.VAN22_OFFRES_ITEM {
		flex-direction: column;
		width: 70%;
	}

	.VAN22_OFFRES_ITEM_HEADER {
		width: 100%;

	}

	.VAN22_OFFRES_TITRE {
		width: 100%;
	}


	.VAN22_OFFRES_DESCRIPTION {
		padding: 0px;
		width: 100%;
	}

	.VAN22_OFFRES_BLOC_CTA {
		width: 100%;
	}

	.VAN22_OFFRES_BLOC_CTA a {
		margin-bottom: 10px;
	}
}

/* ALERTES */

#VAN22_ALERTES {
	position: fixed;
	z-index: 15000;
	bottom: 10px;
	left: 10px;
	width: calc(100vw - 20px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
}



.MOBILE_MODE #VAN22_ALERTES {
	bottom: 70px;
}

.VAN22_ALERT_BOX {
	background-color: var(--c-alerte);
	padding: 15px 15px 15px 15px;
	border-radius: 6px;
	color: white;
	max-width: calc(100% - 30px);
	margin: 5px 0px;
	cursor: default;
	transition: .3s all ease-in-out;
	display: flex;
}

.VAN22_AB_CONTENT {
	width: 100%;
	cursor: default;
}

.VAN22_ALERT_BOX_CROSS {
	width: 30px;
	height: 20px;
	margin-left: 5px;
	vertical-align: top;
	background-size: contain;
	background-position: center center;
	background-image: url('../ui/icon_cross_white.svg');
	cursor: pointer;
}

/*
.VAN22_ALERT_BOX:after
{
	content:'';
	width: 20px;
	height: 20px;
	margin-left:5px;
	display: inline-block;
	vertical-align: top;
	background-size: contain;
	background-position: center center;
	background-image: url('../ui/icon_cross_white.svg');
	cursor: pointer;
}
*/
.VAN22_ALERT_BOX p {
	margin: 0px !important;
}

#sib-form .input {
	border: 1px solid rgba(0, 0, 0, .4);
}

/* Specific style for agenda days */
.wp-block-group__inner-container p.has-large-font-size strong {
	border-bottom: 10px solid #00FF00;
}


/* BALADES 2024 */

.single-balade {}

.single-balade .VAN22_BLOC_TITRE_ARTWORK,
.VAN22_BALADE_SECTION,
.single-balade {
	background-color: var(--c-balade);
}

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

.MOBILE_MODE .VAN22_BALADE_INFOS {
	flex-direction: column;
	text-align: center;
}

.VAN22_BALADE_INFOS_ITEM {
	width: 100%;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.1em;
}

.VAN22_BALADE_INFOS_ITEM .VAN22_CTA {
	font-size: .7em;
	width: calc(100% - 20px);
	padding: 10px 10px;
	text-align: center;
}

.VAN22_BALADE_INFOS_ITEM img {
	width: 100%;
	height: 50px;
	object-fit: contain;
	object-position: left;
	margin-bottom: -10px;
}

.MOBILE_MODE .VAN22_BALADE_INFOS_ITEM img {
	object-position: center;
}

.VAN22_BALADE_PMR {
	width: 100%;
	margin-bottom: 30px;
}

.VAN22_BALADE_PMR_ICON {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.VAN22_BALADE_PMR_ICON img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
	padding: 0px;
}

.VAN22_BALADE_PMR_TEXT {
	width: calc(100% - 70px);
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.3em;
}

.VAN22_WI_BALADE {
	background-color: var(--c-balade);
	padding: 15px;
}

.VAN22_WI_BALADE_TITRE {
	font-weight: 900;
	font-size: 1.15em;
	margin-bottom: 5px;
}

.VAN22_WI_BALADE_INFO::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background-image: url("../ui/icon_balade_distance.svg");
	background-size: contain;
	background-repeat: no-repeat;
}


.VAN22_SECTION_BALADE_FLEX {
	width: 100%;
	display: flex !important;
	align-items: flex-start;
}

.VAN22_SECTION_BALADE_IMAGE {
	width: 30%;
	margin-right: 30px;
}

.VAN22_SECTION_BALADE_IMAGE img {
	padding: 0px;
}

.VAN22_SECTION_BALADE_TEXT {
	width: calc(70% - 30px);
}

.VAN22_SECTION_BALADE_TEXT h2 {
	text-align: left;
}

.VAN22_SECTION_BALADE_SURTITRE {}

.VAN22_SECTION_BALADE_VERTE {
	background-color: var(--c-balade) !important;
}

.VAN22_SECTION_BALADE_INFO {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.VAN22_SECTION_BALADE_PICTO {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.VAN22_SECTION_BALADE_PICTO_DISTANCE {
	background-image: url("../ui/icon_balade_distance.svg");
}

.VAN22_SECTION_BALADE_PICTO_ARBRE {
	background-image: url("../ui/icon_balade_arbre.svg");
}

.VAN22_SECTION_BALADE_PICTO_DEPART {
	background-image: url("../ui/icon_balade_depart.svg");
}

.VAN22_SECTION_BALADE_INFO_TEXT {
	width: calc(100% - 70px);
	font-size: 1.4em;
	line-height: 1.3em;
}

.youtube-video-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.youtube-video-banner::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.youtube-video-banner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figcaption.legendtop {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

.VAN22_SL_IT_TYPO_DATE {
	font-size: 0.7em;
}