html {
	width:100%;
	min-height:100%;
	height:auto;
	position:relative;
	margin:0px;
	color:#fff;
	font-family:"ITCAvantGardePro-Bk";
	overflow:auto;
	background-color:#718ca1;
}
body {
	background-image:url("../media/fond_papier.jpg");
	background-color:#718ca1;
	background-repeat:repeat;
	width:100%;
	min-height:100%;
	font-size:1.2vw;
	height:100%;
	position:relative;
	margin:0px;
	color:#fff;
	font-family:"ITCAvantGardePro-Bk";
	overflow:hidden;
}
::-moz-focus-inner {
	border:none;
}
*:focus {
	outline:none;
}
button:hover {
	cursor:pointer!important;
}
button {
	background-color:transparent;
	border:none;
}
@font-face {
	font-family: "ITCAvantGardePro-Bk";
	src: url('../fonts/ITCAvantGardePro-Bk.eot');
	src: local('☺'), url('../fonts/ITCAvantGardePro-Bk.woff') format('woff'), url('../fonts/ITCAvantGardePro-Bk.ttf') format('truetype'), url('../fonts/ITCAvantGardePro-Bk.otf') format('opentype'), url('../fonts/ITCAvantGardePro-Bk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvantGardeExtraLight';
	src: url('../fonts/AvantGardeExtraLight.eot');
	src: local('☺'), url('../fonts/AvantGardeExtraLight.woff') format('woff'), url('../fonts/AvantGardeExtraLight.ttf') format('truetype'), url('../fonts/AvantGardeExtraLight.otf') format('opentype'), url('../fonts/AvantGardeExtraLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Frutiger';
	src: url('../fonts/FrutigerLTStd-Roman.eot');
	src: local('☺'), url('../fonts/FrutigerLTStd-Roman.woff') format('woff'), url('../fonts/FrutigerLTStd-Roman.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Roman.otf') format('opentype'), url('../fonts/FrutigerLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Frutiger';
	src: url('../fonts/FrutigerLTStd-Bold.eot');
	src: local('☺'), url('../fonts/FrutigerLTStd-Bold.woff') format('woff'), url('../fonts/FrutigerLTStd-Bold.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Bold.otf') format('opentype'), url('../fonts/FrutigerLTStd-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Frutiger';
	src: url('../fonts/FrutigerLTStd-Black.eot');
	src: local('☺'), url('../fonts/FrutigerLTStd-Black.woff') format('woff'), url('../fonts/FrutigerLTStd-Black.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Black.otf') format('opentype'), url('../fonts/FrutigerLTStd-Black.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'FrutigerLight';
	src: url('fonts/FrutigerLTStd-Light.eot');
	src: local('☺'), url('../fonts/FrutigerLTStd-Light.woff') format('woff'), url('../fonts/FrutigerLTStd-Light.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Light.otf') format('opentype'), url('../fonts/FrutigerLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FrutigerLight';
	src: url('../fonts/FrutigerLTStd-Roman.eot');
	src: local('☺'), url('../fonts/FrutigerLTStd-Roman.woff') format('woff'), url('../fonts/FrutigerLTStd-Roman.ttf') format('truetype'), url('../fonts/FrutigerLTStd-Roman.otf') format('opentype'), url('../fonts/FrutigerLTStd-Roman.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
span, div, p, a, input {
	-webkit-text-size-adjust:100%;
	outline:none;
}
h1, h2 {
	font-size:1em;
	margin:0;
	display:inline;
	font-weight:normal;
}
img {
	border:none;
}
p {
	margin:0px;
}
#anchor {
	position:fixed;
	top:0px;
}
.mask {
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	left:0%;
	top:0%;
	z-index:inherit;
	opacity:0;
	background-color:#fff;
}
#wrapper {
	width:100%;
	height:auto;
	min-height:100%;
	position:relative;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
}
#header_bo {
	width:100%;
	height:auto;
	position:fixed;
	display:block;
	z-index:2000;
}
#title img {
	width:100%;
	height:auto;
	position:relative;
	display:block;
}
#title_bo {
	width:30em;
	margin-top:1em;
	margin-left:2em;
	height:auto;
	position:relative;
	display:block;
}
#title_bo img {
	width:100%;
	height:auto;
	position:relative;
	display:block;
}
#menu_bo {
	top:0em;
	width:100%;
	left:0;
	height:auto;
	margin-top:1.25em;
	position:relative;
	z-index:2;
}
#menu_bo ul {
	display:block;
	width:95%;
	height:auto;
	min-height:3em;
	padding-left:2.5%;
	padding-right:2.5%;
	margin:0em;
	position:relative;
	text-align:center;
}
#menu_bo ul li {
	display:inline-block;
	position:relative;
	width:auto;
	height:1.3em;
	list-style-type:none;
	color:#000;
	margin-right:0.8em;
	text-align:center;
	overflow:visible;
	white-space:nowrap;
}
#menu_bo a {
	text-decoration:none;
	color:#000;
}
.end {
	z-index:1505;
}
.invisible {
	z-index:0;
}
.link {
	font-family:"Frutiger";
	font-size:0.666em;
	color:#000;
	display:block;
	text-decoration:none;
}
.content {
    overflow:hidden;
}
.highzindex {
	z-index:32767;
}
.arrow_frutiger_left {
	background-image:url('/media/arrow_frutiger_left.svg');
	background-size:100% 100%;
	background position:center center;
	position:absolute;
	width:8vw;
	height:8vw;
	top:50%;
	left:0%;
	margin-top:-4vw;
}
.arrow_frutiger_right {
	background-image:url('/media/arrow_frutiger_right.svg');
	background-size:100% 100%;
	background position:center center;
	position:absolute;
	width:8vw;
	height:8vw;
	top:50%;
	right:0%;
	margin-top:-4vw;
}
#doubleNav {
	position:relative;
}
#pageTitle {
	position:relative;
}
@media all and (min-width:10.00000001in) {
	.only_on_responsive {
		display:none!important;
	}
	.only_on_desktop {
		display:inline-block!important;
	}
	#language_desktop {
		display:block;
	}
	#language_mobile {
		display:none;
	}
	#accueil_desktop_img {
		display:block;
	}
	#accueil_mobile_img {
		display:none;
	}
	.whiteColor {
		color:white;
	}
	#dynamic_bo {
		padding-top:3.0em;
		width:100%;
		min-width:1080px;
		height:auto;
		position:relative;
		display:block;
		font-family:"Frutiger";
		z-index:1498;
		overflow:visible;
		margin-bottom:1em;
		z-index:0;
	}
	#dynamic {
		padding-top:6.0em;
		width:100%;
		height:auto;
		position:relative;
		display:block;
		font-family:"Frutiger";
		z-index:1498;
		overflow:visible;
		margin-bottom:1em;
	}
	#dynamic>div {
		display:flex;
		flex-direction:row;
		flex-wrap:nowrap;
	}
	#header_bo_back {
		top:0em;
		left:0%;
		height:3em;
		width:100%;
		position:fixed;
		background-image:url("../media/fond_papier.jpg");
		background-repeat:repeat;
		z-index:1500;
	}
	#header_bo_back #fondu {
		bottom:-1em;
		left:0%;
		height:1em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier_alpha_prog.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		z-index:1500;
		overflow:hidden;
	}
	#header_back {
		top:0em;
		left:0%;
		height:0em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier.jpg");
		background-repeat:repeat;
		z-index:1500;
	}
	#header_back #fondu {
		bottom:-1em;
		left:0%;
		height:1em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier_alpha_prog.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		z-index:1500;
		overflow:hidden;
	}
	#header_back_constant {
		top:0em;
		left:0%;
		height:8.25em;
		width:100%;
		position:fixed;
		background-image:url("../media/fond_papier.jpg");
		background-repeat:repeat;
		z-index:1499;
	}
	#header_back_constant #fondu_constant {
		bottom:-1em;
		left:0%;
		height:1em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier_alpha_prog.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		z-index:1499;
		overflow:hidden;
	}
	#menu {
		top:1em;
		width:49em;
		left:32.3em;
		height:auto;
		margin-top:0.5em;
		position:absolute;
		z-index:1502;
	}
	#menu>#menuContainer>ul {
		width:95%;
		height:auto;
		padding-left:2.5%;
		padding-right:2.5%;
		margin:0em;
		position:relative;
	}
	#menu>#menuContainer>ul>li {
		display:block;
		float:left;
		position:relative;
		width:auto;
		height:1.3em;
		list-style-type:none;
		color:#000;
		margin-right:1.2em;
		text-align:center;
		overflow:visible;
	}
	#menu>#menuContainer>ul>li span.menuTitle1 {
		vertical-align:baseline;
	}
	#menu>#menuContainer>ul>li span.menuTitle2 {
		vertical-align:baseline;
	}
	#menu>#menuContainer>ul>li span.subMenu {
		width:9.0em;
		height:0em;
		margin:0em;
		padding:0em;
		display:block;
		margin-top:0.25em;
		position:absolute;
		bottom:0em;
		left:50%;
		margin-left:-4.5em;
		overflow:visible;
	}
	#menu>#menuContainer>ul>li span.subMenu>ul {
		width:9em;
		height:0em;
		margin:0em;
		padding:0em;
		display:block;
		position:relative;
		overflow:hidden;
	}
	#menu>#menuContainer>ul>li span.subMenu>ul>li {
		margin:0;
		width:100%;
		height:auto;
		margin:0em;
		position:relative;
		text-align:center;
		display:block;
		float:none;
		font-size:0.8em;
		height:1.4em;
	}
	#menu a {
		text-decoration:none;
		color:#000;
	}
	#title_cont {
		font-family:'AvantGardeExtraLight';
		font-size:2em;
		margin-top:2.4em;
		margin-bottom:0.25em;
		position:absolute;
		margin-left:16.75em;
		z-index:1;
		width:22.5em;
		z-index:1499;
	}
	#pageTitle a {
		text-decoration:none;
		color:#fff;
	}
	#editeur a {
		text-decoration:none;
		color:#000;
	}
	#full-width #right {
		font-size:1em!important;
		margin-left:2%!important;
		width:53%!important;
		line-height:1.75em!important;
	}
	.disable_bold_on_responsive {
		font-weight:bold;
	}
}
@media all and (max-width:10in) {
	#nav {
		width:auto!important;
	}
	#nav a {
		margin-left:0.5em;
		margin-right:0.5em;
	}
	#nav_and_counter {
		width:auto!important;
	}
	#nav_and_counter a {
		margin-left:0.5em;
		margin-right:0.5em;
	}
	#nav_and_counter span {
		margin-top:0.5em;
	}
	.only_on_responsive {
		display:inline!important;
	}
	.only_on_desktop {
		display:none!important;
	}
	#source, #target {
		visibility:hidden!important;
		position:absolute;
	}
	#anim {
		background-color:transparent;
		border:none;
		width:100%;
		height:100%;
	}
	#anim:focus {
		outline:none;
	}
	#language_desktop {
		display:none!important;
	}
	#language_mobile {
		display:inline-block;
		position:relative;
		right:1.2vw;
		font-size:0.5em;
	}
	#language_mobile a {
		text-decoration:none;
	}
	#dynamic {
		width:100%;
		height:auto;
		position:relative;
		display:block;
		font-family:"Frutiger";
		z-index:1500;
		overflow:visible;
		margin-bottom:1em;
	}
	#header {
		width:100%;
		height:auto;
		position:relative;
		display:block;
		z-index:2000;
	}
	#header_bo_back {
		top:0em;
		left:0%;
		height:2em;
		width:100%;
		position:fixed;
		background-image:url("../media/fond_papier.jpg");
		background-repeat:repeat;
		z-index:1500;
	}
	#header_bo_back #fondu {
		bottom:-1em;
		left:0%;
		height:1em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier_alpha_prog.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		z-index:1500;
		overflow:hidden;
	}
	#header_back {
		display:none;
		top:0em;
		left:0%;
		height:0em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier.jpg");
		background-repeat:repeat;
		z-index:1501;
	}
	#header_back #fondu {
		bottom:-1em;
		left:0%;
		height:1em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier_alpha_prog.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		z-index:1501;
		overflow:hidden;
	}
	#header_back_constant {
		display:none;
		top:0em;
		left:0%;
		height:8.25em;
		width:100%;
		position:fixed;
		background-image:url("../media/fond_papier.jpg");
		background-repeat:repeat;
		z-index:1499;
	}
	#header_back_constant #fondu_constant {
		bottom:-1em;
		left:0%;
		height:1em;
		width:100%;
		position:absolute;
		background-image:url("../media/fond_papier_alpha_prog.png");
		background-repeat:no-repeat;
		background-size:100% 100%;
		z-index:1499;
		overflow:hidden;
	}
	#title {
		width:50vw;
		padding-top:1em;
		padding-left:2em;
		height:auto;
		position:relative;
		display:block;
		z-index:1502;
	}
	#accueil_desktop_img {
		display:none;
	}
	#accueil_mobile_img {
		display:block;
	}
	#menu {
		display:block;
		width:calc(100% - 2.4vw);
		margin-left:1.2vw;
		margin-right:1.2vw;
		left:0em;
		height:0em;
		position:relative;
		z-index:1502;
		overflow-y:hidden;
		text-align:right;
	}
	#menu>#menuContainer {
		text-align:left;
	}
	#menu>#menuContainer>ul {
		display:block;
		width:100%;
		padding-left:0em;
		padding-right:0em;
		height:auto;
		margin:0em;
		position:relative;
	}
	#menu>#menuContainer>ul>li:first-child {
		border-top:2px solid black;
	}
	#menu>#menuContainer>ul>li {
		display:block;
		position:relative;
		width:100%;
		height:auto;
		float:none;
		list-style-type:none;
		color:#000;
		margin-right:1.2em;
		text-align:left;
		overflow:visible;
		border-bottom:1px solid black;
	}
	#menu>#menuContainer>ul>li span.menuTitle1 {
		display:block;
		width:100%;
		height:auto;
		vertical-align:baseline;
		font-size:1.2em;
		border-bottom:1px solid black;
	}
	#menu>#menuContainer>ul>li span.menuTitle2 {
		display:block;
		width:100%;
		height:auto;
		vertical-align:baseline;
		font-size:1.2em;
		border-bottom:1px solid black;
	}
	#menu>#menuContainer>ul>li>span.subMenu {
		width:100%;
		height:auto;
		margin:0em;
		padding:0em;
		display:block;
		left:0em;
		position:relative;
		bottom:0em;
		overflow:visible;
	}
	#menu>#menuContainer>ul>li>span.subMenu>ul {
		width:100%;
		height:auto;
		margin:0em;
		padding:0em;
		display:block;
		position:relative;
		overflow:hidden;
	}
	#menu>#menuContainer>ul>li>span.subMenu>ul>li {
		margin:0;
		width:100%;
		height:auto;
		line-height:1.5em;
		margin:0em;
		position:relative;
		text-align:left;
		display:block;
		float:none;
		font-size:0.7em;
		border-bottom:1px solid black;
		text-indent:1em;
	}
	#menu>#menuContainer>ul a {
		display:inline-block;
		width:100%;
		text-decoration:none;
		color:#000;
	}
	#menu>#menuContainer>ul a>* {
		margin-top:0.15em;
		display:inline-block;
		line-height:1.5em;
	}
	#menu>#menuContainer>ul>li>span.subMenu>ul>li>a {
		margin-top:1em!important;
		display:inline-block;
	}
	#title_cont {
		font-family:'AvantGardeExtraLight';
		color:#fff;
		font-size:6em;
		margin-bottom:0.25em;
		position:relative;
		left:0.333em;
		top:0em;
		z-index:1;
		width:calc(100% - 0.666em);
		z-index:1501;
	}
	#pageTitle a {
		text-decoration:none;
		color:#fff;
	}
	#editeur a {
		text-decoration:none;
		color:#000;
	}
	.disable_bold_on_responsive {
		font-weight:inherit;
	}
	ul#submenu_film {
		display:none;
	}
	ul#submenu_film_2 {
		font-size:1.6em;
		display:block;
	}
	#editeur {
		position:relative!important;
		display:inline-block!important;
		max-width:75%!important;
		font-size:0.5em;
	}
	#doubleNav:has(#submenu_film) span {
		display:block;
		position:relative;
		margin-top:-3em;
		height:3em;
	}
}
@media all and (min-width: 14.0000001in) {
	#header {
		width:100%;
		height:auto;
		position:fixed;
		display:block;
		z-index:2000;
	}
	#title {
		width:30em;
		padding-top:1em;
		padding-left:2em;
		height:auto;
		position:fixed;
		display:block;
		z-index:1502;
	}
	#hamburger {
		display:none;
	}
	body:not(.bo) #left {
		width:36vw;
		height:auto;
		min-height:100%;
		position:relative;
		font-size:1.0em;
		font-family:'AvantGardeExtraLight';
	}
	body.bo #left {
		width:36vw;
		height:auto;
		min-height:100%;
		position:relative;
		font-size:0.8em;
	}
	#left>.fakestickysub {
		width:100%;
		height:auto;
		position:relative;
		top:0;
	}
	body:not(.bo) #right {
		margin-top:-0.5em;
		margin-left:2%;
		width:55vw;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.0em;
		padding-top:0.5em;
	}
	body.bo #right {
		margin-top:-0.5em;
		margin-left:2%;
		width:55vw;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.0em;
		padding-top:0.5em;
	}
	#right>.fakestickysub {
		width:100%;
		height:auto;
		position:relative;
		top:0;
	}
	#full-width {
		padding-top:3em;
		margin-left:2em;
		width:95%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1em;
	}
	.oce_text_base_limited {
		font-size:1.0em;
	}
	#title_cont:has(>#doubleNav) {
		margin-top:1.9em!important;
	}
	ul#submenu_film {
		font-size:0.5em;
		display:block;
	}
	ul#submenu_film_2 {
		display:none;
	}
}
@media all and (min-width: 10.0000001in) and (max-width:14in) {
	#header {
		width:100%;
		height:auto;
		position:fixed;
		display:block;
		z-index:2000;
	}
	#title {
		width:30em;
		padding-top:1em;
		padding-left:2em;
		height:auto;
		position:fixed;
		display:block;
		z-index:1502;
	}
	#hamburger {
		display:none;
	}
	body:not(.bo) #left {
		width:36vw;
		height:auto;
		min-height:fit-content;
		position:relative;
		font-size:1.2em;
		font-family:'AvantGardeExtraLight';
	}
	body.bo #left {
		width:36vw;
		height:auto;
		min-height:fit-content;
		position:relative;
		font-size:0.9em;
	}
	#left>.fakestickysub {
		width:100%;
		height:auto;
		position:relative;
		top:0;
	}
	body:not(.bo) #right {
		margin-top:-0.5em;
		margin-left:2%;
		width:55vw;
		height:auto;
		max-height:fit-content;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.2em;
		padding-top:0.5em;
	}
	body.bo #right {
		margin-top:-0.5em;
		margin-left:2%;
		width:55vw;
		height:auto;
		max-height:fit-content;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.0em;
		padding-top:0.5em;
	}
	#right>.fakestickysub {
		width:100%;
		height:auto;
		position:relative;
		top:0;
	}
	#full-width {
		padding-top:3em;
		margin-left:2em;
		width:95%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1em;
	}
	.oce_text_base_limited {
		font-size:1.2em;
	}
	#title_cont:has(>#doubleNav) {
		margin-top:1.9em!important;
	}
	ul#submenu_film {
		font-size:0.5em;
		display:block;
	}
	ul#submenu_film_2 {
		display:none;
	}
}
@media all and (min-width: 7.0000001in) and (max-width: 10in) {
	#header {
		width:100%;
		height:auto;
		position:relative;
		display:block;
		z-index:2000;
	}
	#title {
		width:50vw;
		padding-top:1em;
		padding-left:2em;
		height:auto;
		position:relative;
		display:block;
		z-index:1502;
	}
	#hamburger {
		display:block;
		position:absolute;
		right:1em;
		padding-top:2em;
		top:0em;
		width:6.6vw;
		height:6.6vw;
		z-index:2000;
	}
	#menu {
		font-size:2em;
	}
	body:not(.bo) #left {
		width:100%;
		height:auto;
		min-height:1em;
		position:relative;
		font-size:1.75em;
		overflow:hidden;
		font-family:'AvantGardeExtraLight';
	}
	body.bo #left {
		width:100%;
		height:auto;
		min-height:1em;
		position:relative;
		font-size:1.0em;
		overflow:hidden;
	}
	body:not(.bo) #right {
		width:100%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.75em;
		padding-top:0.5em;
	}
	body.bo #right {
		width:100%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.0em;
		padding-top:0.5em;
	}
	#full-width {
		margin-left:2%;
		width:96%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1em;
	}
	.oce_text_base_limited {
		font-size:1.75em;
	}
}
@media all and (min-width: 4.0000001in) and (max-width: 7in) {
	#header {
		width:100%;
		height:auto;
		position:relative;
		display:block;
		z-index:2000;
	}
	#title {
		width:60vw;
		padding-top:1em;
		padding-left:2em;
		height:auto;
		position:relative;
		display:block;
		z-index:1502;
	}
	#hamburger {
		display:block;
		position:absolute;
		right:1em;
		top:0em;
		padding-top:2em;
		width:7.91vw;
		height:7.91vw;
		z-index:2000;
	}
	#menu {
		font-size:3.5em;
	}
	body:not(.bo) #left {
		width:100%;
		height:auto;
		min-height:1em;
		position:relative;
		font-size:2.4em;
		overflow:hidden;
		font-family:'AvantGardeExtraLight';
	}
	body.bo #left {
		width:100%;
		height:auto;
		min-height:1em;
		position:relative;
		font-size:1.0em;
		overflow:hidden;
	}
	body:not(.bo) #right {
		width:100%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:2.4em;
		padding-top:0.5em;
	}
	body.bo #right {
		width:100%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.0em;
		padding-top:0.5em;
	}
	#full-width {
		margin-left:2%;
		width:96%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1em;
	}
	.oce_text_base_limited {
		font-size:2.4em;
	}
}
@media all and (max-width: 4in) {
	#header {
		width:100%;
		height:auto;
		position:relative;
		display:block;
		z-index:2000;
	}
	#title {
		width:70vw;
		padding-top:1em;
		padding-left:2em;
		height:auto;
		position:relative;
		display:block;
		z-index:1502;
	}
	#hamburger {
		display:block;
		position:absolute;
		right:1em;
		top:0em;
		padding-top:2em;
		width:9.23vw;
		height:9.23vw;
		z-index:2000;
	}
	#menu {
		font-size:5em;
	}
	body:not(.bo) #left {
		width:100%;
		height:auto;
		min-height:1em;
		position:relative;
		font-size:3.6em;
		font-family:'AvantGardeExtraLight';
		overflow:hidden;
	}
	body.bo #left {
		width:100%;
		height:auto;
		min-height:1em;
		position:relative;
		font-size:1.0em;
		overflow:hidden;
	}
	body:not(.bo) #right {
		width:100%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:3.6em;
		padding-top:0.5em;
	}
	body.bo #right {
		width:100%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1.0em;
		padding-top:0.5em;
	}
	#full-width {
		margin-left:2%;
		width:96%;
		height:auto;
		color:#000;
		position:relative;
		line-height:2em;
		font-size:1em;
	}
	.oce_text_base_limited {
		font-size:3.6em;
	}
}