/* bof */

*
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	/* Font */
	font-family: 'Montserrat', 'Arial', 'sans-serif';
}

@font-face
{
	font-family: 'Primma';
	src: url('/css/fonts/primma.otf') format('opentype');
}
.primma
{
	font-family: 'Primma';
}

/**
 * Transitions
 */
.transition
{
	-webkit-transition: all .3s;
	transition: all .3s;
}

/**
 * Navigation
 */
.header
{
	top: 63px;
	position: fixed;
	width: 48px;
	z-index: 9000;
}
.header.closed
{
	left: 0;
}
.header.opened
{
	left: 45%;
}
.header .orange
{
	width: 100%;
	background: #f6350f url('/images/logo.svg') no-repeat center 14px;
	background-size: 25px auto;
	height: 80px;
	position: relative;
	text-align: center;
}
.header .lang
{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	border-top: 1px solid #eeefef;
	padding: 10px 0;

	/* Font */
	color: #eeefef;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: 700;
}
.header .gray
{
	width: 100%;
	background-color: #d6d8d8;
	height: 282px;

	/* Font */
	color: #172835;
}
html[lang="fr"] .header .gray
{
	height: 300px;
}
.header .blue
{
	width: 100%;
	background: #172835 url('/images/arrow2.svg') no-repeat 20px 128px;
	background-size: 7px auto;
	height: 155px;
}
.header .gray p, .header .blue p
{
	transform: rotate(90deg);
	white-space: nowrap;
	padding-left: 40px;

	/* Font */
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}
.header .blue p
{
	padding-left: 0;
}
.header .blue a
{
	display: inline-block;
	padding: 0 33px 0 18px;

	/* Font */
	color: #eff1f1;
	text-decoration: none;
	line-height: 48px;
}
nav
{
	display: flex;
	flex-direction: column;
	position: fixed;
	background-color: #172835;
	height: 100vh;
	z-index: 1;
	align-items: center;
	justify-content: center;
	width: 45%;
}
nav.opened
{
	left: 0;
}
nav.closed
{
	left: -45%;
}
nav .closeNav
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #d6d8d8;
	width: 45px;
	height: 45px;

	/* Font */
	font-size: 30px;
	color: #172835;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
}
nav .closeNav span
{
	display: inline-block;
	transform: rotate(45deg);
}
nav form
{
	/* Font */
	color: #eff1f1;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
nav input
{
	display: none;
}
nav label::before
{
	content: ' ';
	width: 20px;
	height: 22px;
	padding-left: 2px;
	border: 1px solid #eff1f1;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: text-top;
}
nav input:checked + label::before
{
	content: '╳';

	/* Font */
	font-size: 12px;
	color: #eff1f1;
	line-height: 22px;
	text-align: center;
}
nav hr
{
	width: 22px;
	border: 0;
	border-top: 8px solid #f6350e;
	margin: 55px 0 0;
}

/**
 * SVG container
 */

.my-svg-container
{
	background-color: #eff1f1;
	position: relative;
	width: 100%;
}

.my-svg-image img,
.my-svg-image svg
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.my-svg
{
	position: relative;
	z-index: 1;
}

.panzoom
{

}
.panzoom .click rect
{
	display: none;
	opacity: 0;
}
.panzoom use
{
	display: none;
}

#overlay
{
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	opacity: 0.5;
}
#panel,
#panel_2
{
	width: 50%;
	top: 0px;
	bottom: 0px;
	right: -50%;
	position: fixed;
	z-index: 1;
	/*overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
}
#panel
{
	background-color: #172835;
}
#panel_2
{
	background-color: #d9dddd;
}
#panel .inner,
#panel_2 .inner
{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#panel .inner *
{
	/* Font */
	color: #eef0f0;
}

#panel header
{
	position: fixed;
	height: 45px;
	width: 100%;
	z-index: 2;
}
#panel article
{
	padding: 87px 72px;
	position: relative;
}
#panel h1
{
	/* Font */
	font-size: 48px;
	letter-spacing: 3px;
}
#panel h2
{
	letter-spacing: 2px;
}
#panel h1 + p, #panel p.distance, #panel h2, #panel ul
{
	text-transform: uppercase;
}
#panel h1 + p
{
	font-size: 18px;
    letter-spacing: 4px;
    font-weight: 700;
}
#panel h2, #panel section p, #panel ul
{
	/* Font */
	font-size: 14px;
}
#panel section p
{
	margin: 27px 0 0;
}
#panel section p:not(.distance)
{
	font-family: 'PT Sans', sans-serif;
}
#panel p.distance
{
	margin: 20px 0 0;
	letter-spacing: 2px;
}
#panel section:nth-of-type(2)
{
	margin: 60px 0 0;
}
#panel ul
{
	margin: 22px 0 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}
#panel ul a
{
	display: block;
	text-decoration: none;
	margin: 0 0 17px;
	padding: 18px;
	background-color: #1e3244;
}
#panel ul img
{
    transform: rotate(180deg);
    float: right;
    margin-right: -35px;
    width: 45px;
}
#panel .logo
{
	position: absolute;
	top: 35px;
	right: 0;
}
#panel .logo img
{
	max-width: 70px;
	max-height: 42px;
	vertical-align: middle;
}
#panel .logo span
{
	width: 38px;
	height: 4px;
	display: inline-block;
	background-color: #f6350e;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.close-com
{
	position: absolute;
	top: 0;
	left: calc(50% - 45px);
	background-color: #172835;
	width: 45px;
	height: 45px;
	z-index: 3;

	/* Font */
	font-size: 30px;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
}
.close-com span
{
	transform: rotate(45deg);
	display: inline-block;
}
#panel_2 .close-com span
{
	/* Font */
	color: #fff;
}
#panel_2 header
{
	height: 45px;
	background-color: #1e3244;
	position: fixed;
	z-index: 2;
	width: 100%;

	/* Font */
	color: #eef0f0;
	line-height: 45px;
	text-transform: uppercase;
}
#panel_2 header p
{
	display: inline-block;
	margin: 0 0 0 33px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 4px;
}
#panel_2 .wrapper
{
	margin: 45px 0 0;
	padding: 50px 55px 70px;
}
#panel_2 .owl-carousel
{
	margin: 0 0 75px;
}
#panel_2 h1
{
	margin: 0 0 21px;

	/* Font */
	color: #f5340e;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
}
#panel_2 article
{
	padding: 0 32px;
}
#panel_2 article p
{
	margin: 13px 0 0;

	/* Font */
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
#panel_2 section
{
	margin: 80px 0 0;
}
#panel_2 .btn
{
	background-color: #f5340e;
	display: inline-block;
	background-repeat: no-repeat;

	/* Font */
	line-height: 40px;
	color: #eef0f0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}
#panel_2 .pdf
{
	padding: 0 44px 0 18px;
	background-image: url('/images/plus.svg');
	background-size: 10px;
	background-position: 170px center;
}
html[lang="en"] #panel_2 .pdf
{
	background-position: 158px center;
}
#panel_2 .url
{
	margin: 12px 0 0;
	padding: 0 50px 0 18px;
	background-image: url('/images/globe.svg');
	background-size: 15px;
	background-position: 112px center;
}

.exp
{
	letter-spacing: 2px;
}

.close-exp
{
	background-color: #172835;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.close-exp img
{
	margin: 0 0 0 20px;
	vertical-align: middle;
	height: 13px;
}
.owl-carousel
{
	position: relative;
}
.owl-carousel img
{
	width: 100%;
}
.owl-prev, .owl-next
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-prev
{
	left: 30px;
}
.owl-next
{
	right: 30px;
}

#sideLogo
{
	width: 100px;
	height: 100vh;
	/*border-left: 1px solid #d6d8d8;*/
	position: fixed;
	top: 0;
	right: 0;
}
#sideLogo img
{
	width: 50px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.content
{
	position: relative;
}

#portrait,
#loading,
#alert
{
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	padding: 40px;

	/* Font */
	font-weight: bold;
	text-align: center;
	font-size: 12px!important;
}
#portrait
{
	z-index: 9999;
}
#loading
{
	display: block;
	z-index: 10000;
}
#loading img,
#alert img
{
	width: 100px;
}
#alert
{
	z-index: 10001;
	font-weight: normal;
}
#note
{
	display: inline-block;
	background-color: #f6350f;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px;
	color: #fff;
	text-decoration: none;
}

#portrait img
{
	width: 80%;
	max-width: 200px;
}
#portrait_text
{
	position: absolute;
	bottom: 0px;
	/*background-color: #eee;*/
	left: 0px;
	width: 100%;
	padding: 50px;

	/* Font */
	font-weight: normal;
	font-size: 9px;
	color: #222;
}

@media screen and (orientation: portrait)
{
	#portrait
	{
		display: block;
	}
}

@media screen and (max-height: 650px)
{
	.header .gray
	{
		display: none;
	}
}

#close
{
	position: fixed;
	z-index: 9001;
	top: 0px;
	right: 0px;
	cursor: pointer;
	height: 48px;
	width: 48px;
	background: #f6350f url('/images/new/close.png') no-repeat center center;
	background-size: 33%;
}

#carte
{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url('/images/new/carte.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 55%;
}

.orange-full
{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #f6350f;
	text-align: center;
}

.orange-full div
{
	/*display: inline-block;*/
	overflow: hidden;
	align: center;
	margin: 0 auto;
}
.orange-full .logo
{
	padding-top: 150px;
}
.orange-full .logo img
{
	width: 70px;
}
.orange-full .fr
{
	padding-top: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 500;
}
.orange-full .en
{
	padding-top: 15px;
	color: #182834;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: 600;
	line-height: 15px;
}
.orange-full .form
{
	height: 50px!important;
	margin-top: 20px;
}
.orange-full .input
{
	display: inline-block;
	position: relative;
}
.orange-full input
{
	-webkit-appearance: none;
	border-radius: 0px;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 400px;
	background-color: #fff;
	padding: 0px 20px;
}
.orange-full .subs
{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background-color: #182834;
	background-image: url('/images/new/go.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20%;
	cursor: pointer;
}

.orange-full .skip
{
	padding-top: 40px;
	color: #fff;
	font-size: 8px;
	font-weight: 500;
}
.orange-full .skip a
{
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1.3px;
	font-weight: 500;
	color: #fff;
}
.orange-full .skip a.skip-en
{
	color: #182834;
}
.orange-full .label
{
	margin-top: 30px;
}
#label
{
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: 600;
	line-height: 15px;
}



/* eof */
