.topbar, #bottom {
	user-select: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.topbar div#menu_tools {
	position: absolute;
	z-index: 3;
	top: 108px;
}
.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: stretch;
	flex-direction: row;
}
	.actions span/* , .footer_social-item */ {
		border-right: 1px solid var(--color_a);
		cursor: pointer;
		height: 40px;
		width: 40px;
		cursor: pointer;
		mix-blend-mode:multiply;
	}
	.actions span:first-child, .footer_social-item:first-child {
		border-left: 1px solid var(--color_a);
	}
	.actions span a{
		opacity: .6;	
	}
	.actions span a:hover {
		opacity: 1;
	}
	.actions #action_a a {
		content: url("../../imgs/icon_search.svg");
	}
	.actions #action_b {
		text-align: center;
		vertical-align: middle;
	}
	.actions #action_b a {
		font: 700 18px/36px 'TypeTwo', sans-serif;
		text-decoration: none;
		color: var(--color_a);
	}
	.actions #action_c a {
		height:40px;
	}
	.actions #action_c a::before {
		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");
	}
	.actions #action_shop a::before {
		content:'shopping_basket';
		font-family: 'Material Icons Outlined';
		font-size:1.5rem;
		line-height: 40px;
	}
	.actions #action_ticket a::before {
		content:'confirmation_number';
		font-family: 'Material Icons Outlined';
		font-size:1.5rem;
		line-height: 40px;
		display:inline-block;
		transform:rotate(90deg);
	}
	.actions a {
		text-decoration:none;
		color:var(--color_a);
		text-align: center;
		display:block;
		position:relative;
	}
	.actions a:hover span.tooltiptext {
		visibility: visible;
	}
	span.tooltiptext {
		visibility: hidden;
		width: 100px;
		background-color:var(--color_a);
		color: #fff;
		text-align: center;
		border-radius: 2px;
		padding: 2px 0;
		position: absolute;
		z-index: 1;
		top: 130%;
		left: 50%;
		margin-left: -50px;
		font-size: 0.9rem;
		height: 1.9em;
	}
	span.tooltiptext::after {
	  content: " ";
	  position: absolute;
	  bottom: 100%;  /* At the top of the tooltip */
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: transparent transparent var(--color_a) transparent;
	}
.interface_menu {
	position: relative;
	z-index: 2;
	transition:all 0.3s ease 0s;
	top:0;
}
.topbar .menu_removed {
	top:-98px;
	
}
.logo {
	position: fixed;
	padding-right: 10px;
	z-index: 5;
	top:0;
}
.mainlogo {
    background-color: rgba(255,255,255,.5);
	overflow: hidden;
	line-height: 0;
	min-height: 98px;
	height: 98px;
	min-width: 182px;
	width: 182px;
}
.logo img {
    height: 98px;
}
#in_dock, #dock_ul{
	display: flex;
	align-items: flex-start;
}
ul.menu_sous_rubrique, ul#dock_ul {
	padding: 0;
	margin: 0;
}
.topbar:not(.stretched) ul#dock_ul {
	height:98px;
}
.topbar ul#dock_ul {
	width: 100%;
}
li.dock_li {
	margin: 0 20px 1.6rem 0;
	width: min-content;
}
/* 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;
}


.dock_li a {
	font: 300 1.05rem/1.4rem 'TypeTwo', 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);
	}
.topbar .dock_li > a.dock_a {
	padding: 10px;
	min-height: 98px;
	max-height: 98px;
	z-index:1;
}
a.dock_a:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	height: 1px;
	background: var(--color_a);
}
a.langue {
	display:inline-block;
	color:var(--color_a);
	position:absolute;
	right:10%;
	font:600 .9rem/1.3rem 'TypeTwo', sans-serif;
	text-decoration: none;
	top: 40px;
}
.dock_li:hover .dock_a::after {
	height: 2px;
}
.topbar li.menu_sous_rubrique {
	display: flex;
}
.menu_sous_rubrique li a{
	font: 300 .9rem/1.2rem 'TypeTwo', sans-serif;
	padding: 10px;
	display: block;
	margin-bottom: 1px;
	width: 100%;
    background-color: #fff;
}
.menu_sous_rubrique a:hover, .dock_li a:hover {
    text-shadow: 0 0 1px var(--color_d);
}
/* menu switch */
ul.menu_sous_rubrique:empty{
	display: none;
}
ul.menu_sous_rubrique {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	top: 98px;
	width: 184px;
	box-shadow: 0 15px 10px -15px var(--color_d);
	transition: all 0.1s ease 0s;
	background-color: var(--color_e);
}
.dock_li:hover > ul.menu_sous_rubrique {
	visibility: visible;
	opacity: 1;
	/* 	margin-top: 2px; */
}

/* Logos partenaires */
.logos_wrapper {
    margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.logos_wrapper .partner_logo {
    width: 128px;
    height: 128px;
    display: inline-block;
    margin: 10px;
    padding: 0;
}
.logos_wrapper figure {
    margin: 0;
    padding: 0;
}
.logos_wrapper img {
	opacity: .8;
}
.logos_wrapper img:hover {
	opacity: 1;
}

/* 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 li.dock_li {
	display: block;
	padding: 0 10px;
}
#bottombar, #bottombar .dock_li a {
	color: var(--color_d);
	margin: 0;
	font: 300 .9rem/1.6rem 'TypeTwo', 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 {
		font: 300 1.05rem/1.4rem 'TypeTwo', sans-serif;
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--color_e);
		width: 100%;
	}
	.meta_menu .lat_sub_vis > a {
		font: 300 .9rem/1.4rem 'TypeTwo', sans-serif;
		min-height: 30px;
		padding: 0 0 0 10px;
		border-bottom: none;
	}
	.meta_menu a.meta_menu_selected, .title_wrapper  a.arrowed.meta_menu_selected {
		font-weight: 500;
	}
	.meta_menu a:hover {
		color: var(--color_b);
	}
	
.topbar {
	transition:all 0.0s ease 0s;
}
a.dock_a {
	transition:none;
}
.stretched {
	position:fixed;
	width:100%;
	z-index:4;
	background:#fff;
}
	.stretched #dock_ul {
		height:50px;
		box-shadow:0 10px 10px rgba(0,0,0,0.1);
	}
	.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;
		width:auto;
		min-width:auto;
	}
	.stretched a#about {
		display:none;
	}
	.stretched div#menu_tools{
		top: 5px;
	}
	.topbar.stretched div#menu_tools {
		margin-left: calc(10% + 100px);
		background:#fff !important;
	}
	.topbar.stretched .actions span {
		border:none;
	}

		.topbar.stretched div#menu_tools #action_b, .topbar.stretched div#menu_tools #action_c {
			display:none;
		}
		
	.stretched a.langue {
		top:15px;
	}

/*-------------------------------------------*/
	/* responsive design rules */
/*--------------------------------------------*/
@media screen and (min-width: 1800px) {
	.logo {
		margin-left: 10%;
	}
	ul#dock_ul {
		padding-left: 30%;
	}
	.topbar div#menu_tools {
		margin-left: 10%;
	}
	.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%;
	}
	.logos_wrapper {
		padding: 0 10%;
	}

}
@media screen and (min-width: 1500px) and (max-width: 1799px) {
	.logo {
		margin-left: calc(11.1111% * .5);
	}
	a.langue {
		right:calc(11.1111% * .5);
	}
	ul#dock_ul {
		padding-left: calc(11.1111% * 2.5);
	}
	.topbar div#menu_tools {
		margin-left: calc(11.1111% * .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);
	}
	.logos_wrapper {
		padding: 0 calc(11.1111% * .5);
	}
	.topbar.stretched div#menu_tools {
		margin-left: calc(11.1111% * .5 + 100px);
	}

}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
	.logo {
		margin-left: calc(12.5% * .5);
	}
	a.langue {
		right: calc(12.5% * .25);
	}
	ul#dock_ul {
		padding-left: calc(12.5% * 2.5);
	}
	.topbar div#menu_tools {
		margin-left: calc(12.5% * .5);
	}
	.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);
	}
	#bottombar li.dock_li {
		min-width: 25%;
		max-width: 25%;
	}
	.logos_wrapper .partner_logo {
		width: 96px;
		height: 96px;
	}
	.logos_wrapper {
		padding: 0 calc(12.5% * .5);
	}
	.topbar.stretched div#menu_tools {
		margin-left: calc(12.5% * .5 + 100px);
	}
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
	
	li.dock_li {
		margin-right: 10px;
	}
    .dock_li a, #bottombar .dock_li a, .address {
		font: 300 .9rem/1.3rem 'TypeTwo', sans-serif;
	}
	ul.menu_sous_rubrique {
		width: 112px;
	}
	.menu_sous_rubrique li a {
		font: 300 .8rem/1.2rem 'TypeTwo', sans-serif;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.logo img, .str_logo img, .str_logo .mainlogo {
		max-height: 98px;
		height: 98px;
		min-height: 98px;
	}
	.logo {
		margin-left: calc(12.5% * .5);
		width: auto
	}
	ul#dock_ul {
		padding-left: calc(12.5% * 1.5);
	}
	.stretched #dock_ul {
		box-shadow: none;
	}
	.topbar div#menu_tools {
		padding-left: 40px;
	}
	#bottombar .dock_li a, .address {
		font: 300 .9rem/1.3rem 'TypeTwo', sans-serif;
	}
	.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 {
		min-width: 40%;
		max-width: 40%;
	}
	.dock_li a {
		font: 300 .9rem/1.3rem 'TypeTwo', sans-serif;
	}
	.menu_sous_rubrique li a {
		font: 300 .8rem/1.2rem 'TypeTwo', sans-serif;
	}
	.topbar .interface_menu {
		display: none;
	}
	.stretched #dock_ul{
		border-bottom: none;
	}
	.logos_wrapper .partner_logo {
		width: 96px;
		height: 96px;
	}
	.logos_wrapper {
		padding: 0 calc(12.5% * .5);
	}	
}
@media screen and (max-width: 768px ) {
	.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%;
	}
	.topbar.stretched div#menu_tools #action_b, .topbar.stretched div#menu_tools #action_c {
		display:block;
	}
	#bottombar #in_dock {
		flex-direction: column;
	}
	#bottombar{
		margin: 0 2%;
	}
	#bottombar.address {
		width: calc(14.2857% * 3);
	}
	.menu_footer {
		margin-top: 40px;
		width: 100%;
		flex-flow: column nowrap;
	}
	#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: none;
	}
	.stretched #dock_ul{
		border-bottom: none;
		box-shadow: none;
	}
	.logos_wrapper .partner_logo {
		width: 86px;
		height: 86px;
	}
	.logos_wrapper .partner_logo {
		margin: 0;
	}
}

@media print {
	#includedMenu, .burger, #search_wrapper, #bottombar #dock_ul, .meta_static_img, .share_social-list, .footer_social-list, .extra_wrapper, .module_list, .cal_content_wrapper, .newser_content_wrapper, .footer_social-list, .menu_footer, .logos_wrapper {
		display: none !important;
	}
	html {
		font-size: 62%;
	}
	.page .top_section_wrapper, div, span, p, h1, h2, h3, h4, h5, h6, 	.title_wrapper, .anchor_menu, .text_editable, .text_prod, .doc_editable, .doc_prod, .intertitle_editable, .intertitle_prod, .h2_editable, .h2_prod, .quote_editable, .quote_prod, figure.video, .audio_editable, .audio_prod, .collapsible_editable, .collapsible_prod, .table_editable, .table_prod, .ul_editable, .ul_prod, .twocol_editable, .twocol_prod, .thumb_wrapper, .hr_editable, .hr_prod, .item_link_editable, .item_link_prod, .note_wrapper, .page .notes, .resp-container_prod, .resp-container_editable, .blog_item, .module_wrapper .module_more {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}
	.doc_img span.download_lgd::before, .meta_static::before, .meta_dynamic::before, .anchor_menu::before, .list_infos_wrapper::before, .meta_menu::before, .blog_info::before, .actu_content_wrapper::before {
		display: none !important;
	}
/* 	body {
		background:#fff;
		font-family:serif;
		font-size:12pt;
		color:#000
	}
	html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, img, strong, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		line-height: 135%;
	} */
	* {
		margin: 0;
		padding: 0;
	}
	

}

/* 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.cabane::after {
	content:'house_siding';
}
a.actualites::after {
	content:'grade';
}
a.expositions::after {
	content:'tour';
}
a.conferences::after {
	content:'keyboard_voice';
}
