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

/* ------------- VENDREDI TREIZE @www.mathieubillaud.com --------------- */

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


@font-face {
  font-family: 'Graphik';
  src: url('fonts/Graphik-Regular-Web.woff2') format('woff2'),
	   url('fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

.Graphik-Regular-Web {
  font-family: 'fonts/Graphik Web';
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Dala Floda';
  src: url('fonts/DalaFloda-RomanNo2-Web.woff2') format('woff2'),
	   url('fonts/DalaFloda-RomanNo2-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

.DalaFloda-RomanNo2-Web {
  font-family: 'Dala Floda Web';
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}


:root
{
	/* COULEURS */
	
	--c-fond		: rgb( 243 , 238 , 232 );
	--c-rouge		: rgb( 255 , 0 , 0 );
	--c-rose		: rgb(255,39,86);
	--c-bleu-fonce	: rgb( 0 , 27 , 44 );
	--a-bleu-fonce	: rgba( 0 , 27 , 44 , .2 );
	
	/* 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) ;
	
	--w-block-padding-vertical	: 20px;
	--block-margin				: 35px;
	/* TAILLES */
	--w-max						: 96vw;
	--w-limit-text				: 820px;
	--w-limit-text-half			: 390px;
	
	
}

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

html, body
{
	margin : 0px;
	padding : 0px;
	font-family: 'Graphik', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size : 1.05em;
	line-height: 1.3em;
	color: var(--c-bleu-fonce);
	overflow-x:hidden;
}

#page
{
	//background-color: var(--c-fond);
}

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

p
{
	margin : 15px 0px;
}

a
{
	color : black;
}

.current_page_item
{
	border-bottom : 1px solid black;
	transition: .3s all ease-in-out
}

.V13_MENU_BLANC .current_page_item
{
	border-bottom : 1px solid white;
}

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-family: 'Dala Floda', 'Times New Roman', serif;
	color: var(--c-bleu-fonce);
	font-weight: 500;
	cursor: default;
}

h2
{
	text-align: center;
	font-size: 4em;
	line-height: .8em;
}

h3
{
	font-family: 'Graphik', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.3em;
}

.MOBILE_MODE h2
{
	font-size: 3.5em;
}

.wp-block-video
{
	width: 120%;
	margin-left: -10%;
}

.MOBILE_MODE .wp-block-video
{
	width: 100%;
	margin-left: 0%;
}

.V13_SHY
{
	position: absolute;
	left : -99999px;
}

/* STRUCTURE */

.V13_TEXT_CONTAINER
{
	width: var(--w-max);
	max-width: var(--w-limit-text);
	margin: 0 auto;
}

.V13_TEXT_CONTAINER:empty
{
	display: none;
}

/* HEADER */

.V13_HEADER_VIDEO
{
	width: 100vw;
	height: 100vh;
	line-height: 100vh;
}

.V13_HEADER_PICTURE_VIDEO
{
	width: 100vw;
	height: 105vh;
	line-height: 100vh;
	background-size: cover;
	background-position: center center;	
	margin-bottom: -65px;
}

.V13_HEADER_PICTURE
{
	width: 100vw;
	height: 100vh;
	line-height: 100vh;
	background-size: cover;
	background-position: center center;	
	margin-bottom: 40px;
}

.MOBILE_MODE .V13_HEADER_PICTURE
{
	height: 75vh;
	line-height: 75vh;
}

.MOBILE_MODE .V13_HEADER_VIDEO
{
	height: 75vh;
	line-height: 75vh;
}

.MOBILE_MODE .V13_HEADER_PICTURE_VIDEO
{
	height: 80vh;
	line-height: 75vh;
	margin-bottom: -65px;
}

.V13_HEADER_VIDEO
{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.V13_HEADER_TYPO 
{
  width: 100vw;
  padding: 120px 0px 0px 0px;
}

.V13_HEADER_TYPO h1
{
  text-align: center;
  font-size: 5em;
  line-height: .85em;
}

.MOBILE_MODE .V13_HEADER_TYPO h1
{
  text-align: center;
  font-size: 4em;
  line-height: .85em;
}


.V13_HEADER_GRADIENT
{
	width: 100%;
	height: 100vh;
	//height: calc( 100% - 30px);
	background: rgb(0,27,44);
	background: linear-gradient(0deg, rgba(0,27,44,1) 0%, rgba(0,27,44,.2) 100%);
	text-align: center;
}

.MOBILE_MODE .V13_HEADER_GRADIENT
{
	height: 75vh;
}

.V13_HEADER_CONTENT
{
	line-height: normal;
	display: inline-block;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	vertical-align: bottom;
	//margin-bottom: 80px;
}

.V13_HEADER_CONTENT img
{
	width: 100%;
}

.V13_HEADER_GRADIENT h1
{
	font-size: 5em;
	color: var(--c-rouge);
	line-height: 1em;
}

.MOBILE_MODE .V13_HEADER_GRADIENT h1
{
	font-size: 4em;
}

/* MENU */

#V13_BT_MENU_MOBILE,
#V13_BT_MENU_MOBILE_FERMER
{
	background-color: var(--c-bleu-fonce);
	border-radius: 4px;
	border: 0px solid;
	padding: 9px 20px 10px 20px;
	color: white;
	font-family: 'Graphik', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.4);
	transition: all var(--e-basic);
	
	position: fixed;
	z-index: 6000;
	top : -400px;
	right: 20px;
}

#V13_BT_MENU_MOBILE:before
{
	content: '';
	display : inline-block;
	width: 20px;
	height: 15px;
	background-image: url('../ui/burger.svg');
	background-size: contain;
	background-position: center center;
	margin-right: 6px;
}

#V13_BT_MENU_MOBILE_FERMER:before
{
	content: '';
	display : inline-block;
	width: 20px;
	height: 15px;
	background-image: url('../ui/croix.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.MOBILE_MODE #V13_BT_MENU_MOBILE
{
	top : 20px;
}

.MOBILE_MODE #V13_BT_MENU_MOBILE_FERMER
{
	
}

#V13_MENU_MOBILE
{
	width: 100vw;
	height: 100vh;
	position: fixed;
	right : 200vw;
	z-index: 999;
	background-color: white;
	color : var(--c-bleu-fonce);
	text-align: center;
	padding-top : 90px;
}

.V13_MENU_MOBILE_OUVERT #V13_MENU_MOBILE 
{
	left: 0px;
}

.V13_MENU_MOBILE_OUVERT #V13_BT_MENU_MOBILE
{
	top : -400px;
}

.V13_MENU_MOBILE_OUVERT #V13_BT_MENU_MOBILE_FERMER
{
	top : 20px;
}

#V13_MENU_MOBILE .V13_MAIN_NAV_ITEMS
{
	flex-direction: column;
}

#V13_MENU_MOBILE .V13_MAIN_NAV_ITEMS > li::after 
{
	display: none;
}

#V13_MENU_MOBILE ul
{
	display: block;
	position : static;
	font-size: 2.5em;
	line-height: 1em;
	width: 100% !important;
}

#V13_MENU_MOBILE ul ul
{
	position : static;
	font-size: .6em;
	//display: block;
	display: none;
	width: 100% !important;
}

#V13_MENU_MOBILE ul ul li a
{
	padding : 0px 15x;
	line-height: 1.2em;
}

/* BLOCKS */

.V13_CONTENT_BLOCK
{
	//width			: calc( 100vw - var(--w-limit-text) );
	//padding-left 	: calc( 50vw - var(--w-limit-text-half) );
	//padding-right 	: calc( 50vw - var(--w-limit-text-half) );
	
	width: var(--w-max);
	max-width: var(--w-limit-text);
	margin: 0 auto;
	
	//padding-top 	: var(--w-block-padding-vertical);
	//padding-bottom 	: var(--w-block-padding-vertical);
}

.V13_CONTENT_BLOCK_LARGE
{
	width			: 100vw;
	margin			: 0 auto; 
	padding-top 	: var(--w-block-padding-vertical);
	padding-bottom 	: var(--w-block-padding-vertical);
}

.V13_CONTENT_BLOCK_FULL
{
	width			: 100vw;
}

.V13_CHAPEAU
{
	font-size		: 1.45em; 
	text-align		: center;
	font-weight		: 700;
	line-height		: 1.3em;
	font-weight		: 100;
	padding-top 	: var(--w-block-padding-vertical);
	padding-bottom 	: var(--w-block-padding-vertical);
}

.V13_NOTES
{
	font-size: .7em;
	line-height: 1.5em;
}

.V13_CTA,
.intuitionapply a
{
	background-color: var(--c-bleu-fonce);
	border-radius: 4px;
	padding: 9px 20px 12px 20px;
	color:white;
	font-family: 'Graphik', "Arial", sans-serif;
	font-weight: 100;
	font-size: 1em;
	cursor: pointer;
	text-decoration : none;
	-webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.4);
	transition: all var(--e-basic);
}

.intuitionapply a
{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
    display: inline-block;
}

.V13_CTA:hover,
.intuitionapply a:hover
{
	//background-color: var(--c-rose);
	background-color: var(--c-rose);
	color:white;
}

.V13_CONTACT_FOOTER
{
	width: 100vw;
	padding : 80px 0px;
	background-color: #eacdc6;
}

.V13_CONTACT_FOOTER form
{
	max-width: 900px;
	margin: 0 auto;
}

.V13_CONTACT_FOOTER .gfield
{
	padding : 20px 0px;
}

.gform_button
{
	background-color: transparent !important;
	  border-radius: 0px !important;
	  padding: 9px 20px 12px 20px !important;
	  color: black !important;
	  border: 2px solid black !important;
	  font-family: 'Graphik', "Arial", sans-serif !important;
	  font-weight: 100 !important;
	  font-size: 1.2em !important;
	  cursor: pointer;
	  text-decoration: none;
	  transition: all var(--e-basic);
	  margin: 0 auto;
}

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

.V13_CONTACT_FOOTER input[type=text],
.V13_CONTACT_FOOTER input[type=tel],
.V13_CONTACT_FOOTER input[type=email]

{
	background-color: transparent !important;
	  border: 0px solid !important;
		border-bottom-width: 0px !important;
		border-bottom-style: solid !important;
		border-bottom-color: currentcolor !important;
	  border-bottom: 1px solid black !important;
	  padding-bottom: 10px !important;
}

.V13_CONTACT_FOOTER textarea
{
	background-color: transparent !important;
}

.gform_wrapper.gravity-theme .gfield_label 
{
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

.gform_footer
{
	justify-content: center !important;
}

.V13_TEXTE_IMAGE
{
	display : flex;
	justify-content: center;
	align-items: center;
	gap : 20px;
	padding : 0px !important;
}

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

.V13_FLEX_REVERSED .V13_TI_TEXTE
{
	text-align: left;
}

.MOBILE_MODE .V13_FLEX_REVERSED .V13_TI_TEXTE
{
	text-align: left;
}

.MOBILE_MODE .V13_TEXTE_IMAGE,
.MOBILE_MODE .V13_FLEX_REVERSED
{
	flex-direction: column;
}

.MOBILE_MODE .V13_TEXTE_IMAGE
{
	padding-bottom: 40px !important;
}

.V13_TI_VISUEL
{
	width : 45%;
	height: 450px;
	padding : 80px 0px;
}

.V13_TI_VISUEL_CONTAIN img
{
	width: 100%;
	height:100%;
	object-fit: contain !important;
	object-position: center center;
}

.V13_TI_VISUEL_CONTAIN_PROFIL
{
	width: 50vw;
	height: 78vh;
}

.V13_TI_VISUEL_CONTAIN_PROFIL img
{
	object-position: right !important;
}

.V13_TI_VISUEL_FULL
{
	/*
	width: calc( 65% - 80px );
	height: 60vh;
	padding : 0px;
	*/
	width: 50vw;
	height: 78vh;
	padding : 0px;
}

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

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

.V13_TI_TEXTE
{
	//width: 35%;
	width: calc( 50vw - 100px);
	padding : 80px 40px;
}

.MOBILE_MODE .V13_TI_TEXTE
{
	width: 94%;
	padding : 0px;
}

.V13_TI_TITRE
{
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
	font-size: 4em;
	line-height: .9em;
	color: var(--c-bleu-fonce);
}

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

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

.V13_TI_TEXTE_CONTENU h2
{
	font-family: 'Graphik', 'Arial', sans-serif;
	text-align: left;
	font-size: 1.8em;
	line-height: .8em;
	text-align: left;
}


.V13_CTA_BANNER
{
	background-color: var(--c-rouge);
	padding : 50px 0px;
}

.V13_CB_TEXTE
{
	display : flex;
	justify-content : space-evenly;
	align-items: center;
	gap:20px;
	width: 90%;
	max-width: var(--w-limit-text);
	margin: 0 auto;
}

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

.V13_CB_TITRE
{
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 900;
	font-size: 3em;
	line-height: .9em;
	color : white !important;
}

.V13_CTA_BANNER .V13_CTA
{
	background-color: white;
	color:var(--c-rouge);
}

.V13_CTA_BANNER .V13_CTA:hover
{
	background-color: var(--c-bleu-fonce);
	color : white;
}

.V13_CONTENT_BLOCK,
.V13_CONTENT_BLOCK_LARGE,
.V13_CONTENT_BLOCK_FULL,
.V13_CONTENT_BLOCK_INSIDE
{
	margin-top : var(--block-margin);
	margin-bottom : var(--block-margin);
}

.V13_BLOCK_NO_BOTTOM_MARGIN
{
	margin-bottom : calc( 0px - var(--block-margin) ) !important;
}

.V13_GALERIE_TITRE
{
	width: 100%;
	text-align: center;
	font-family: 'Dala Floda', "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.7em;
	line-height: .9em;
	color : var(--c-rouge);
}

.V13_CARROUSEL_TITRE
{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
	font-size: 2.5em;
	line-height: .9em;
	margin-bottom : 50px;
	color: var(--c-bleu-fonce);
}

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

.V13_GALERIE_ITEM
{
	width: 100%;
}

.V13_GALERIE_ITEM img
{
	width: 100%;
	height : 50vh;
	object-fit: contain;
	object-position: center;
	margin-bottom : 20px;
}

.MOBILE_MODE .V13_GALERIE_ITEM img
{
	height : 30vh;
	margin-bottom : 20px;
}

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

.V13_GALERIE_ITEM_TITRE
{
	color : var(--c-bleu-fonce);
	font-weight: 900;
}

.V13_GALERIE_ITEM_COPYRIGHT
{
	color : var(--c-bleu-fonce);
	font-size: .7em;
}

.V13_ALERTE
{
	color: var(--c-rouge);
	border-left : 4px solid var(--c-rouge);
	padding-left : 20px;
	border-right : 4px solid var(--c-rouge);
	padding-right : 20px;
	width: calc( 100% - 44px );
}

.V13_TI_ALERTE_TITRE
{
	color: var(--c-rouge);
	font-weight: 900;
	text-transform: uppercase;
}

/* FOOTER */

footer
{
	background-color: var(--c-bleu-fonce);
	color : white;
	display: flex;
	gap: 20px;
	padding: 60px 100px;
	width: calc( 100vw - 200px );
	align-items : flex-start;
	flex-wrap: wrap;
}

.MOBILE_MODE footer
{
	background-color: var(--c-bleu-fonce);
	color : white;
	display: flex;
	gap: 20px;
	padding: 30px 30px;
	width: calc( 100vw - 60px );
	align-items : flex-start;
	flex-direction: column;
}

footer a
{
	color : white;
	text-decoration: none;
}

footer a:hover
{
	text-decoration: underline;
}

.V13_FOOTER_ITEM
{
	width: 100%;
	max-width: 240px;
}

.V13_FOOTER_ITEM_LARGE
{
	width: 100%;
	max-width: 380px;
}

.V13_FOOTER_ITEM_LARGE strong
{
	font-size: 1.4em;
}

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

.V13_FOOTER_ITEM_LOGOS
{
	max-width: 160px;	
	margin: 17px 0px;
	padding-right:50px;
}

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

.V13_FOOTER_ITEM .svg_fill
{
	fill:white;
}

.V13_FOOTER_RS
{
	display: flex;
	align-items : flex-start;
}

.V13_FOOTER_RS a
{
	width: 120px;
}

.V13_FOOTER_MENTION
{
	display: block;
	width: 100%;
	text-align: center;
	font-size: .7em;
	opacity : .5;	
	margin-top: 23px;
	margin-bottom: 10px;
}

.V13_FOOTER_LIGHT
{
	font-size: .7em;
	line-height: 1.3em;
	opacity : .5;	
}


.V13_FOOTER_ITEM_SEP
{
	width: 100vw;
}

.V13_RS_HEADER
{
	position: fixed;
	z-index: 9999 !important;
	top : 20px;
	right:20px;
	display: flex;
	align-items : flex-start;
}

.MOBILE_MODE .V13_RS_HEADER
{
	display: none;
}

.V13_RS_HEADER a
{
	width: 50px;
	height : 50px;
	margin-right: -10px;
}

.V13_MENU_BLANC .V13_RS_HEADER .svg_fill
{
	transition : .3s all ease-in-out;
}

.V13_MENU_BLANC .V13_RS_HEADER .svg_fill
{
	fill:white;
}

/* HEADER */

.MOBILE_MODE #V13_BT_BILLETTERIE,
.MOBILE_MODE #V13_LANG_SELECTOR
{
	display: none;
}

#V13_MAIN_NAV
{
	position: fixed;
	z-index: 2000;
	top:0px;
	left:0px;
	display: flex;
	justify-content : space-between;
	align-items: center;
	width: calc( 100vw - 90px);
	//width: calc( 100vw - 60px);
	padding: 30px;
	transition: all var(--e-basic);
}

.MOBILE_MODE #V13_MAIN_NAV
{
	padding : 15px;
}

.V13_MAIN_NAV_SHY
{
	//width: calc( 100vw - 30px) !important;
	//width: calc( 100vw - 75px) !important;
	//padding: 15px !important;
}

#V13_LOGO_HOME
{
	position: absolute;
	top : 30px;
	left : calc( 50% - 150px );
}

.MOBILE_MODE #V13_LOGO_HOME
{
	position: absolute;
	top : 20px;
	left : 20px;
}


#V13_LOGO_HOME img
{
	width: 300px;
	height: auto;
	transition: .3s width ease-in-out;
}

.MOBILE_MODE #V13_LOGO_HOME svg
{
	width: 200px;
}

.V13_HOME_ACCROCHE
{
	color: white;
}

.V13_HOME_LOGO
{
	width: 70vw;
	max-width: 650px;
	height: auto;
}

.V13_MAIN_NAV_SHY #V13_LOGO_HOME img
{
	width: 100px !important;
}

.V13_MAIN_NAV_ITEMS
{
	list-style: none;
	padding-left:0px;
	display: flex;
	gap: 20px;
	align-items:center;
	width: 100vw;
	justify-content : center;
	position: absolute;
	top : 100px;
}

.MOBILE_MODE .V13_MAIN_NAV_ITEMS
{
	display:none;
}

.V13_MAIN_NAV_ITEMS li a
{
	color:black;
	text-decoration: none;
	font-size: .85em;
}

.MOBILE_MODE .V13_MAIN_NAV_ITEMS li a
{
	font-size: .65em;
	color: black;
}

/*
.V13_MAIN_NAV_ITEMS>li:after
{
	content:'';
	display: inline-block;
	width: 1px;
	height: 15px;
	margin-left:15px;
	background-color: white;
}

.V13_MAIN_NAV_ITEMS>li:last-child:after
{
	display: none;
}
*/


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



.V13_MAIN_NAV_ITEMS li ul 
{
	display: none;
}

.V13_MAIN_NAV_ITEMS li:hover > ul 
{
	display: block; 
}

.V13_MAIN_NAV_ITEMS ul 
{
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	padding : 0px;
	z-index: 99999;
	background: black;
	width: 220px;
	margin-left: -80px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.V13_MAIN_NAV_ITEMS ul li a
{
	width : 100%;
	display: block;
	text-align: center;
	padding : 5px 15px;
	z-index: 99999;
	color : black;
	background: #dedede;
	transition : .3s ease-in-out all;
}

.V13_MAIN_NAV_ITEMS ul li a:hover
{
	padding : 5px 15px;
	z-index: 99999;
	color : white;
	background: var(--c-rose);
	transition : .3s ease-in-out all;
}

.V13_MAIN_NAV_ITEMS li 
{
	position: relative;
}

.V13_HOME_TITLE
{
	color : white;
	font-size: 6em;
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
	position: absolute;
	width: 100%;
	top: calc( 50vh - 120px );
	line-height: 1em;
}

.MOBILE_MODE .V13_HOME_TITLE
{
	font-size: 4em;
	top: calc( 40vh - 120px );
}

#V13_LOGO_HOME svg
{
	width: 320px;
	transition: .3s ease-in-out all;
}

#V13_LOGO_HOME svg
{
	fill: #000000;
}

.V13_MENU_BLANC #V13_LOGO_HOME svg
{
	fill: #FFFFFF;
}



#V13_MAIN_NAV_SUPPORT
{
	position: fixed;
	top : 0px;
	left:0px;
	width: 100%;
	height: 150px;
	z-index: 1000;
	background: white;
	transition : .3s background ease-in-out;
}

.MOBILE_MODE #V13_MAIN_NAV_SUPPORT
{
	height: 85px !important;
	z-index: 1000;
	background: white;
}


.V13_MENU_BLANC #V13_MAIN_NAV_SUPPORT
{
	background-color: transparent;
	color : white;
}

.V13_MAIN_NAV_ITEMS a
{
	transition : .3s background ease-in-out;
}

.V13_MENU_BLANC .V13_MAIN_NAV_ITEMS a
{
	color :white;
}
/*
.MOBILE_MODE .V13_MENU_BLANC .V13_MAIN_NAV_ITEMS a
{
	color :black !important;
}
*/

.V13_MENU_BLANC .V13_MAIN_NAV_ITEMS ul li a
{
	color :black;
}

.V13_MENU_BLANC .V13_MAIN_NAV_ITEMS ul li a:hover
{
	color :white;
}

.V13_MAIN_NAV_SUPPORT_SHY
{
	//height: 80px !important;
}

/* ASSOCIES */

.V13_TI_ASSOCIES
{
	margin-top: 85px;
}

.V13_ASSOCIES_TITRE
{
	text-transform: uppercase;
	text-align: left;
	font-size: 1.2em;
	margin-top: -30px;
}

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

.V13_ASSOCIES_PICTOS a
{
	width: 60px;
	height: 60px;
	transition: all .3s ease-in-out;
}

.V13_ASSOCIES_PICTOS a:hover
{
	transform: scale(1.2);
}

.V13_ASSOCIES_PICTOS a svg
{
	width: 60px;
	height: 60px;
	icon_fill : black;
}

.V13_TI_TEXTE_ASSOCIES .V13_TI_TITRE
{
	text-align: left;
}



/* RELATED CONTENT */

.V13_carrousel_container
{
	width: 100%;
	padding-bottom : 50px;
}

.V13_carrousel_item,
a.V13_carrousel_item
{
	text-decoration: none;
	width: 96vw;
	max-width: 220px;
	margin : 0px 15px;
	text-align: center;
}

.V13_carrousel_item img
{
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin-bottom: 10px;
}

.V13_carrousel_titre
{
	color: var(--c-rouge);
	font-size: 1.7em;
	text-transform: uppercase;
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
}

/* CARACTERISTIQUES */

img.V13_CARACTERISTIQUES_ILLUSTRATION
{
	mix-blend-mode: multiply;
	opacity: .5;
	width: 100%;
}

.V13_CARACTERISTIQUES_COLS
{
	width: 100%;
	display: flex;
	gap: 30px;
}

.V13_CARACTERISTIQUES_COL
{
	width: calc( 50% - 15px );
}

.V13_CARACTERISTIQUES_COL_LEFT
{
	text-align: right;
}

.V13_CARACTERISTIQUES_COL_RIGHT
{
	text-align: left;
}

.MOBILE_MODE .V13_CARACTERISTIQUES_COLS
{
	flex-direction: column;
	gap : 0px;
}

.MOBILE_MODE .V13_CARACTERISTIQUES_COL
{
	width: 100% !important;
	text-align: center !important;
}

.V13_CARACTERISTIQUES_SURTITRE
{
	font-size: 1.2em;
	color: var(--c-rouge);
	text-transform: uppercase;
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
}

.V13_CARACTERISTIQUES_TITRE
{
	font-size: 2.3em;
	color: var(--c-bleu-fonce);
	text-transform: uppercase;
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
	line-height: .9em;
	margin-bottom: 30px;
}

/* ACTUALITES */

.V13_FLICK_CONTAINER
{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
}

.V13_FLICK_ITEM,
a.V13_FLICK_ITEM
{
	display: flex;
	align-items: center;
	justify-content : center;
	width: 100%;
}

.MOBILE_MODE .V13_FLICK_ITEM,
.MOBILE_MODE a.V13_FLICK_ITEM
{
	flex-direction: column;
}

.V13_FLICK_ITEM_IMAGE
{
	width: 50%;
	max-width: 450px;
	height: 50vh;
	max-height: 350px;
}

.MOBILE_MODE .V13_FLICK_ITEM_IMAGE
{
	width: 100%;
}

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

.V13_FLICK_ITEM_TEXTE
{
	width: calc(50% - 60px);
	padding : 30px;
	max-width: 400px;
}

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

.V13_FLICK_IT_DATES
{
	width: 100%;
	font-family: 'Dala Floda', "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.6em;
	line-height: .9em;
	color: var(--c-bleu-fonce);
}

.V13_FLICK_IT_TITRE
{
	width: 100%;
	font-family: 'Dala Floda', "Arial", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3em;
	line-height: .9em;
	color: var(--c-rouge);
}

.V13_CTA_LIKE
{
	display: inline-block;
	margin-top: 15px;
}


/* SELECTEUR DE LANGUE */

#V13_LANG_SELECTOR
{
	position: fixed;
	top :41px;
	right : 7px;
	z-index: 5000;
	transition: all .3s ease-in-out;
	padding : 10px;
	border-radius : 4px;
}

.V13_LANG_NAV_SHY
{
	top : 23px !important;
}

#V13_LANG_SELECTOR a
{
	color : white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
}

#V13_LANG_SELECTOR>a:before
{
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right:5px;
	margin-top: -3px;
	background-image: url('../ui/triangle.svg');
	background-size: contain;
	transition: all .3s ease-in-out;
}

#V13_LANG_SELECTOR:hover>a:before
{
	transform: rotate(180deg);
}

#V13_LANG_SELECTOR ul
{
	display: none;
	list-style: none;
	padding : 0px;
	margin:0px;
	text-align: right;
}

#V13_LANG_SELECTOR:hover 
{
	background-color: rgba(0,0,0,.6);
}

#V13_LANG_SELECTOR:hover ul
{
	display: block;
}

/* HUBS */

.V13_HUB,
a.V13_HUB
{
	display: flex;
	text-decoration: none;
}

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

a.V13_HUB_ITEM
{
	display: flex;
	justify-content : center;
	height: 50vw;
	width: 50%;
	background-size: 110%;
	background-position: center center;
	transition : all .5s ease-out;
}

.MOBILE_MODE a.V13_HUB_ITEM
{
	height: 100vw;
	width: 100vw;
}

a.V13_HUB_ITEM:hover
{
	background-size: 115%;
}

.V13_HUB_ITEM_LABEL
{
	margin : 20px;
	padding : 20px;
	background-color : white;
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.V13_LABEL_MIDDLE
{
	align-items : center;
}

.V13_LABEL_BOTTOM
{
	align-items: flex-end;
}

.V13_HUB_ITEM_LABEL_TITRE
{
	display: block;
	text-decoration: none;
	font-family: 'Dala Floda', "Arial", sans-serif;
	font-weight: 500;
	font-size: 2.4em;
	line-height: .9em;
}

.V13_HUB_ITEM_LABEL_SOUSTITRE
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

/*  */

.V13_PICTOS
{
	
}

.V13_PICTOS h2
{
	padding : 50px 0px;
}

.V13_PICTO_CONTAINER
{
	width: 96vw;
	max-width: 930px;
	//max-width: 850px;
	margin : 0 auto;
	display: flex;
	flex-wrap : wrap;
	justify-content : center;
	gap : 20px;
	text-align: center;
}

.V13_PICTO_ITEM
{
	width: 170px;
}

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

.V13_PICTO_ITEM_TITRE
{
	
}

.V13_TITRE_COULEUR
{
	margin-top: 0px !important;
	margin-bottom: -40px !important;
	padding-top: 80px;
	padding-bottom: var(--block-margin);
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.V13_JOB_ITEM,
a.V13_JOB_ITEM
{
	padding : 40px;
	width: calc( 100% - 80px );
	background-color: #dedede;
	transition: background .3s ease-in-out;
	display: block;
	margin-bottom: 20px;
}

.V13_JOB_ITEM:hover,
a.V13_JOB_ITEM:hover
{
	background-color: var(--c-rose);
}

.V13_JOB_LABEL
{
	font-size: 1.6em;
	display: block;
	width : 100%;
}

/* ACTUALITE */

.V13_TI_ACTUALITE h1
{
	font-size: 3.5rem;
	line-height: 3.3rem;
}

.V13_ACTU_CONTAINER
{
	display: flex;
	flex-wrap: wrap;
	gap : 15px;
	max-width: 930px;
	justify-content:center;
}

.V13_ACTU_ITEM
{
	width: 96vw;
	max-width: 300px;
	display: block;
	margin-bottom : 20px;
}

.V13_ACTU_ITEM .V13_JOB_LABEL
{
	line-height: 1em;
}

.V13_ACTU_ITEM img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	transform: scale(1);
	transition: .3s ease-in-out transform;
}

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

.V13_ACTU_DATE
{
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-size: .9em;
	margin-top : 10px;
}

.V13_ACTU_MORE_TITRE
{
	width : 100%;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 30px;
	font-family: 'Dala Floda', 'Times New Roman', serif;
	  color: var(--c-bleu-fonce);
	  font-weight: 500;
	  cursor: default;
	}
}
/* HACKS */

.flickity-button 
{
  background: var(--c-rouge) !important;
  color: var(--c-fond) !important;
}

.flickity-prev-next-button 
{
  width: 35px !important;
  height: 35px !important;
}

.flickity-page-dots .dot 
{
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 2px solid var(--c-bleu-fonce) !important;
}

.flickity-page-dots .dot.is-selected 
{
  background-color: var(--c-bleu-fonce) !important;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end
{
	display:none !important;
}

.gform-body
{
	width: 94%;
	margin: 0 auto;
}

.gfield--type-captcha label
{
	opacity : 0;
}

.gfield--type-captcha
{
	margin-top: -20px !important;
	margin-bottom: -40px !important;
}

.ginput_recaptcha
{
	mix-blend-mode: multiply !important;
	margin-top : -55px !important;
}

/* REVEAL */


.REVEAL
{
	opacity: 0;
	padding-top: 50px;
	transition: .6s ease-out all;
}

.REVEAL_ALPHA
{
	opacity: 0;
	transition: .6s ease-out all;
}

.REVEAL_CHAIN_ITEM
{
	opacity: 0;
	padding-top: 50px;
	transition: .4s ease-out all;
}

.REVEAL_CHAIN_BUBBLES_ITEM
{
	opacity: 0;
	transform: scale(.8);
	transition: .4s ease-out all;
}
