
a.burger, .topbar div#menu_tools {
	/* display:none; */
}
a.burger {
	position:fixed;
	top:32px;
	left:10%;
	width:40px;
	height:40px;
	z-index:10;
}
	a.str_burger {
		top:2px;
	}
		/* Reduce the topbar tools */
		.burger.str_burger {
			width: 30px;
			height: 30px;
			top: 7px;
		}
		.stretched .actions span {
			height: 35px;
			width: 35px;
		}
		
a.burger::after {
    display: block;
    content: 'MENU';
    width: 50px;
    margin-left: 50px;
    font: 600 0.9rem/42px 'typeOne', sans-serif;
    color: #000;
	opacity:1;
	transition:all 0.3s ease 0s;
}
a.burger.menuclosed::after, a.burger.str_burger::after {
	opacity:0;
}


	
span.menu_bar {
    position: absolute;
    width: 100%;
    height: 10%;
    transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
	background:#000;
}
	span.top_menu_bar {
		top:25%;
		left:0;
	}
	span.mid_menu_bar {
		top:50%;
	}
	span.bot_menu_bar {
		top:74%;
		left:0;
	}
	
	a.burger:not(.menuclosed):hover span.top_menu_bar {
		width:80%;
		left:10%;
	}
	a.burger:not(.menuclosed):hover span.bot_menu_bar {
		width:80%;
		left:10%;
	}
	
	.menuclosed span.top_menu_bar {
		top:50%;
		transform:rotate(-45deg);
		transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
	}
	.menuclosed span.mid_menu_bar {
		top: 50%;
		transform:rotate(-45deg);
		transition: all 0.2s cubic-bezier(.4,0,.2,1) 0.4s;
	}
	.menuclosed span.bot_menu_bar {
		top:50%;
		transform:rotate(45deg);
		transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
	}


.topbar, #bottom {
	user-select: none;
	position: fixed;
	height:110px;
	left: 0;
	z-index: 3;
	width:100%;
	border-bottom:solid 1px var(--color_a);
	transition:all 0.2s cubic-bezier(.4,0,.2,1) 0s;
	background-color: var(--color01);
}
.topbar_nobg {
	background-color:transparent;
}

.topbar div#menu_tools {
	position: absolute;
	z-index: 3;
	transition: all 0.2s cubic-bezier(.4,0,.2,1) 0s;
	border-left: solid 1px var(--color_a);
	height: 109px;
}
.topbar a#about {
	content: "À propos";
	display: block;
	text-align: center;
	color: var(--color_d);
	background-color: rgba(136,136,136,.25);
	min-height: 98px;
	height: 98px;
	min-width: 182px;
	width: 182px;
	margin-bottom: 10px;
	mix-blend-mode: multiply;
	text-decoration: none;
	font: 500 1.05rem/98px 'TypeTwo', sans-serif;
}
.topbar a#about:hover {
	opacity: 1;
	background-color: rgba(136,136,136,.5);
	color: var(--color_a);
}
.actions {
	display: flex;
	align-items: center;
	height:100%;
}
	.actions span/* , .footer_social-item */ {
		height: 45px;
		width: 45px;
		cursor: pointer;
		mix-blend-mode:multiply;
	}
	.actions span a{
		opacity: .6;	
	}
	.actions span a:hover {
		opacity: 1;
	}
	.actions #action_a a {
		display:block;
	}

	.actions #action_b a {
		font: 700 18px/36px 'TypeTwo', sans-serif;
		text-decoration: none;
		color: var(--color_a);
	}
	.actions #action_c a {
		content: url("../../imgs/icon_newsletter.svg");
	}
	.actions #action_d a {
		content: url("../../imgs/icon_share_f.svg");
	}
	.actions #action_e a {
		content: url("../../imgs/icon_share_i.svg");
	}
	.actions #action_f a {
		content: url("../../imgs/icon_share_t.svg");
	}
		
	ul.social_wrapper {
		display: flex;
		padding: 0;
		margin: 40px 0 0 -8px;
		flex-flow: row wrap;
	}
	#bottombar ul.social_wrapper {
		width: 100%;
		margin: 20px 0 0;
	}
	#bottombar li.social_item.social_item{
		margin: 0;
		padding: 0 20px 0 0;
	}
	li.social_item a {
		margin-right: 10px;
		opacity: 1;
	}
	li.social_item a:hover {
		opacity: .8;
	}


.interface_menu {
	position: fixed;
	z-index: 2;
	top:110px;
	background:#fff;
	height:calc(100vh - 110px);
	width:100%;
	left:100%;
	opacity:0;
	overflow:auto;
	transition: opacity 0.3s ease 0s, position 0s linear 0s;
}
	.stretched .interface_menu {
		top:50px;
		height:calc(100vh - 50px);
	}
	.opened .interface_menu {
		left: 0;
		opacity:1;
	}
.topbar .menu_removed {
	top:-98px;	
}
.logo {
	position: fixed;
	padding-right: 10px;
	z-index: 5;
	top:0;
}
.mainlogo {
	overflow: hidden;
	line-height: 0;
	min-height: 98px;
	padding:5px 0 0 0;
}
	.mainlogo a {
		font: 300 1.5rem/1.5rem 'TypeOne', Helvetica, Arial, sans-serif;
		text-decoration: none;
		color: var(--color_a);
	}
	.mainlogo a b {
		font-weight: 600;
	}
		.str_logo .mainlogo {
			padding:0 0 0 0;
		}
		.str_logo .mainlogo a {
			font: 400 .8rem/.75rem 'TypeOne', Helvetica, Arial, sans-serif;
		}
.logo img {
    height: 98px;
}
#in_dock, #dock_ul{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
ul.menu_sous_rubrique, ul#dock_ul {
	padding: 0;
	margin: 0;
}

.topbar ul#dock_ul {
	width: 100%;
	/* padding: 5rem 0 0 30%; */
	padding: 0 0 0 30%;
	position:absolute;
	top:45%;
	transform:translateY(-50%);
}
li.dock_li {
	margin: 0 0 1.5rem 0;
}
/* menu font */
.topbar li, #bottombar li, .dock_li a {
	text-decoration: none;
	list-style-type: none;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding:0 0 0 10px;
}

.menu_mask {
    display: inline-block;
    overflow: hidden;
}

.dock_li a {
	font: 600 1.5rem/1.5rem 'TypeOne', Helvetica, Arial, sans-serif;
	hyphens: initial;
	color: var(--color_a);
}
	.dock_li a.dock_a_sel {
		color: var(--color_a);
	}
	.dock_li a.dock_a_sel::after {
		height: 2px;
		background: var(--color_a);
	}
	
.dock_a:hover, .menu_sous_rubrique a:hover {
	text-decoration:underline;
}
	
.topbar .dock_li a.dock_a {
	z-index:1;
	transform: translateY(100%);
	padding:0 0 4px 0;
}

.topbar.opened .dock_li a.dock_a {
    transform: translateY(0);
}

.topbar li.menu_sous_rubrique {
	display: flex;
	overflow:hidden;
	margin:0.8rem 0;
}
.menu_sous_rubrique li a {
	font: 300 1.1rem/1.0rem 'TypeOne', sans-serif;
	padding:0 0 4px 0;
	display: block;
	width: 100%;
	transform:translateY(100%);
}
.opened .menu_sous_rubrique li a {
	transform:translateY(0);
}

.topbar.opened.menuon,.topbar .interface_menu {
	background-color: var(--color_biennale-y);
}

/* menu switch */
ul.menu_sous_rubrique:empty{
	display: none;
}
ul.menu_sous_rubrique {
	transition: all 0.1s ease 0s;
}
.dock_li:hover > ul.menu_sous_rubrique {
	visibility: visible;
	opacity: 1;
}

/* Logos partenaires */
.logos_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.logos_wrapper .partner_logo {
    width: 96px;
    height: 96px;
    display: inline-block;
    margin: 10px;
    padding: 0;
}
.logos_wrapper figure {
    margin: 0;
    padding: 0;
}
.logos_wrapper a {
	opacity: 1;
}
.logos_wrapper a:hover {
	opacity: .8;
}

/* menu footer */
#bottombar {
	padding: 60px 0 20px;
}
#bottombar .interface_menu {
	height: auto;
	visibility: visible;
}
.sub_menu ul#dock_ul {
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
}
#bottombar ul.menu_sous_rubrique, #bottombar .mask_ss_rub, #bottombar a.dock_a::after {
	display: none;
}
.address, #bottombar .dock_li {
	padding-left: 10px;
}
#bottombar #dock_ul, .address{
	padding-top: 20px;
}
#bottombar li{
	margin: 0;
}
.menu_footer {
    display: flex;
    flex-flow: row wrap;
    padding-top: 20px;
}

#menu_footer_col {
    margin: 0;
    padding: 0;
}
#menu_footer_col:last-child {
    margin-left: 60px;
}
#bottombar {
	background-color: var(--color_biennale-g);
}
#bottombar li.dock_li {
	display: block;
	padding: 0 10px;
	height: 1.8rem;
}
#bottombar, #bottombar .dock_li a {
    color: var(--color01);
}
#bottombar, #bottombar .dock_li a {
	color: var(--color01);
	margin: 0;
	font: 300 .9rem/1.6rem 'TypeOne', sans-serif;
}
/* #bottombar .dock_li a:hover {
	color: var(--color_b);	
} */
/* .address {
	font: 300 .9rem/1.6rem 'TypeTwo', sans-serif;
}
.address p {
	margin: 0;
	padding: 0;
} */
#bottombar .dock_a {
	width: max-content;
}
.footer_social-list {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	margin-top: 10px;
}
.footer_social-item {
    border-right: 1px solid var(--color_a);
}
.footer_social-item a {
    width: 40px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: .6;
}
.footer_social-item a:hover {
	opacity: 1;
}

/* menu lateral */
.lat_sub {
	display:none;
}
	.lat_sub_vis {
		display:block;
		padding: 10px;
	}
	/* Meta menu */	
	.meta_menu a {
		min-height: 46px;
		font: 300 1.05rem/1.4rem 'TypeOne', Helvetica, Arial, sans-serif;
		display: inline-block;
		padding-top: 10px;
		border-bottom: 1px solid var(--color_e);
		width: 100%;
		color: var(--color_a);
	}
	.meta_menu .lat_sub_vis > a {
		font: 300 .9rem/1.4rem 'TypeOne', Helvetica, Arial, sans-serif;
		min-height: 30px;
		padding: 0 0 0 10px;
		border-bottom: none;
	}
	.meta_menu a:hover {
		color: var(--color_biennale-r);
	}
	.meta_menu a.meta_menu_selected, .title_wrapper  a.arrowed.meta_menu_selected {
		font-weight: 600;
		pointer-events: none;
	}

	
a.dock_a, .menu_sous_rubrique li a {
	transition:all 0.4s cubic-bezier(.4,0,.2,1) 0.3s
}

.stretched {
	position:fixed;
	z-index:4;
	background:var(--color01);
	height:50px;
}
	.flat #dock_ul {
		box-shadow:unset;
	}
	.stretched .dock_li > a.dock_a {
		min-height:50px;
		max-height:50px;
	}
	.stretched ul.menu_sous_rubrique {
		top:50px;
	}
	.str_logo img {
		height:50px;
	}
	.str_logo .mainlogo {
		max-height: 50px;
		height: 50px;
		min-height: 50px;
	}
	.stretched a#about {
		display:none;
	}
	.topbar.stretched div#menu_tools{
		height:50px;
	}
	.topbar.menuon {
		background:#fff;
	}
	/* footer */
	.bottombar_content {
		display: flex;
		flex-wrap: wrap;
	}
	.saguez figure {
		padding: 0;
		margin: 0 2rem 2rem 0;
	}

/*-------------------------------------------*/
	/* responsive design rules */
/*--------------------------------------------*/
@media screen and (min-width: 1800px) {
	.logo {
		margin-left: 30%;
	}
	ul#dock_ul {
		padding:116px 0 116px 30%;
	}
	.topbar div#menu_tools {
		margin-left: 20%;
	}
	.address {
		margin-left: 10%;
		flex-basis: 20%;
		min-width: 20%;
	}
	.menu_footer {
		flex-basis: 60%;
		min-width: 60%;
		justify-content: end;
	}
	.sub_menu ul#dock_ul {
		flex-basis: 60%;
		min-width: 60%;
	}
	/* footer */
	.bottombar_content {
		max-width: 80%;
		margin: auto;
	}
	.saguez {
		min-width: calc(12.5% * 2);
		max-width: calc(12.5% * 2);
	}
	.logos_wrapper {
		/* padding-left: calc(12.5% * 2); */
	}
}
@media screen and (min-width: 1500px) and (max-width: 1799px) {
	a.burger {
		left: calc(11.1111% * .5);
	}
	a.burger::after {
		content: 'MENU';
		margin-left: -60px;
	}
	.topbar div#menu_tools {
		margin-left: calc(11.1111% * 1);
	}
	.logo {
		margin-left: calc(11.1111% * 2.5);
	}
	.topbar ul#dock_ul {
		padding:3rem 0 0 calc(11.1111% * 2.5);
	}
	.address{
		margin-left: calc(11.1111% * .5);
		flex-basis: calc(11.1111% * 2);
		min-width: calc(11.1111% * 2);
	}
	.menu_footer {
		flex-basis: calc(11.1111% * 6);
		min-width: calc(11.1111% * 6);
		justify-content: end;
	}
	.sub_menu ul#dock_ul {
		flex-basis: calc(11.1111% * 6);
		min-width: calc(11.1111% * 6);
	}
	/* footer */
	.bottombar_content {
		margin: 0 calc(11.1111% * .5);
	}
	.saguez {
		min-width: calc(12.5% * 2);
		max-width: calc(12.5% * 2);
	}
	.logos_wrapper {
		/* padding-left: calc(12.5% * 2); */
	}
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
	a.burger {
		left:calc(12.5% * .5);
	}
	a.burger::after {
		content: 'MENU';
		margin-left: -60px;
	}
	.logo {
		margin-left: calc(12.5% * 2.5);
	}
	.topbar div#menu_tools {
		margin-left: calc(12.5% * 1);
	}
	.address{
		margin-left: calc(12.5% * .5);
		flex-basis: calc(12.5% * 2);
		min-width: calc(12.5% * 2);
	}
	.menu_footer {
		flex-basis: calc(12.5% * 5);
		min-width: calc(12.5% * 5);
		justify-content: end;
	}
	.sub_menu ul#dock_ul {
		flex-basis: calc(12.5% * 5);
		min-width: calc(12.5% * 5);
	}
	.topbar ul#dock_ul {
		padding:3rem 0 0 calc(12.5% * 2.5);
	}
	#bottombar li.dock_li:not(.social_item) {
		min-width: 25%;
		max-width: 25%;
	}
	.logos_wrapper .partner_logo {
		width: 96px;
		height: 96px;
	}
	/* footer */
	.bottombar_content {
		margin: 0 calc(12.5% * .5);
	}
	.saguez {
		min-width: calc(14.2857% * 2);
		max-width: calc(14.2857% * 2);
	}
	.logos_wrapper {
		/* padding-left: calc(14.2857% * 2); */
	}
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
	
	li.dock_li {
		margin-right: 10px;
	}
    .dock_li a, .address {
			font: 400 1.5rem/1.6rem 'TypeOne', Helvetica, Arial, sans-serif;
	}
	ul.menu_sous_rubrique {
		/*! width: 112px; */
	}
	.menu_sous_rubrique li a {
		font: 300 1.0rem/1.0rem 'TypeOne', sans-serif;
	}
	.topbar ul#dock_ul {
		width: 100%;
		padding: 3rem 0 0 calc(12.5% * 2.5);
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	
	a.burger {
		right: calc(12.5% * 0.5);
		left: auto;
	}
	a.burger::after {
		display:none;
	}

	.logo img, .str_logo img, .str_logo .mainlogo {
		max-height: 98px;
		height: 98px;
		min-height: 98px;
	}
	.logo {
		margin-left: calc(12.5% * 2.5);
		width: auto
	}
	ul#dock_ul {
		padding-left: calc(12.5% * 1.5);
	}
	.stretched #dock_ul {
		box-shadow: none;
	}
	.topbar div#menu_tools {
		left: calc(12.5% * .5);
		border: none;
	}
	.address{
		margin-left: calc(12.5% * .5);
		flex-basis: calc(12.5% * 2);
		min-width: calc(12.5% * 2);
	}
	.menu_footer {
		flex-basis: calc(12.5% * 5);
		min-width: calc(12.5% * 5);
		justify-content: end;
	}

	.sub_menu ul#dock_ul {
		flex-basis: calc(12.5% * 5);
		min-width: calc(12.5% * 5);
		height: 280px;
	}
	#bottombar li.dock_li:not(.social_item) {
		min-width: 40%;
		max-width: 40%;
	}
	.logos_wrapper .partner_logo {
		width: 96px;
		height: 96px;
	}
	/* footer */
	.bottombar_content {
		margin: 0 calc(12.5% * .5);
	}
	.saguez {
		min-width: calc(14.2857% * 2);
		max-width: calc(14.2857% * 2);
	}
	.logos_wrapper {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px ) {
	a.burger {
		right:25px;
		left:auto;
		width:30px;
		height:30px;
		top:36px;
	}
	a.burger::after {
		display:none;
	}
	a.burger.str_burger {
		top:8px;
	}
	.actions span {
		height: 35px;
		width: 35px;
	}
	.logo img, .str_logo img, .str_logo .mainlogo {
		max-height: 98px;
		height: 98px;
		min-height: 98px;
	}
	.logo {
		margin-left: 2%;
		width: auto
	}
	.topbar div#menu_tools, .topbar .interface_menu #in_dock, .topbar .interface_menu #dock_ul {
		padding-left: 2%;
	}
	#bottombar #in_dock {
		flex-direction: column;
	}
	#bottombar{
		padding: 2%;
	}
	#bottombar.address {
		width: calc(14.2857% * 3);
	}
	.menu_footer {
		width: 100%;
		flex-flow: column nowrap;
	}
		#bottombar div.menu_footer, #bottombar ul.menu_footer_col, #bottombar li.dock_li, #bottombar a.dock_a {
			margin: 0;
			padding: 0;
		}
	#menu_footer_col:last-child {
		margin-left: 0;
	}
	#bottombar .sub_menu ul#dock_ul {
		align-content: flex-start;
		flex-direction: column;
		max-height: 100%;
		height: auto;
	}
	.topbar .interface_menu {
		display: block;
	}
	.stretched #dock_ul{
		border-bottom: none;
		box-shadow: none;
	}
	.logos_wrapper {
		margin-top: 40px;
	}
	.logos_wrapper .partner_logo {
		width: 86px;
		height: 86px;
	}
	.logos_wrapper .partner_logo {
		margin: 0;
	}
	/* footer */
	.bottombar_content {
		flex-direction: column;
		margin-left: 2%;
		margin-right: 2%;
	}
	.saguez {
		min-width: 100%;
		max-width: 100%;
		display: flex;
		flex-flow: wrap;
		align-items: center;
		margin-top: 1rem;
	}
	.saguez figure {
		max-width: 25%;
		width: 25%;
	}
}
@media screen and (max-width: 400px ) {
	.mainlogo a {
		font: 300 1.2rem/1.2rem 'TypeOne', Helvetica, Arial, sans-serif;
	}
}

@media print {
	#includedMenu, #bottombar #dock_ul, .share_social-list, .footer_social-list, .extra_wrapper {
		display: none !important;
	}
}
/* Additionnal classes for sub menu items */
a.material::after {
	position:absolute;
	right:10px;
	font:300 16px/19px 'Material Icons Outlined';	
}
a.agenda::after {
	content:'calendar_today';
}
a.actualites::after {
	content:'grade';
}
a.expositions::after {
	content:'tour';
}
a.conferences::after {
	content:'keyboard_voice';
}
