@font-face {
font-family: 'FreigBigProBlaIta';
src: url('../font/FreigBigProBlaIta.otf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamLight';
src: url('../font/gotham-light.eot');
src: url('../font/gotham-light.ttf') format('truetype'),
     url('../font/gotham-light.woff') format('woff'),
     url('../font/gotham-light.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamBook';
src: url('../font/gotham-book.eot');
src: url('../font/gotham-book.ttf') format('truetype'),
     url('../font/gotham-book.woff') format('woff'),
     url('../font/gotham-book.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'GothamMedium';
src: url('../font/gotham-medium.eot');
src: url('../font/gotham-medium.ttf') format('truetype'),
     url('../font/gotham-medium.woff') format('woff'),
     url('../font/gotham-medium.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}

html {
font-size: 100%;
}

body {
position: relative;
background: #fff;
font-family: 'GothamLight';
font-size: 0.8em;
color: #000;
margin: 0;
padding: 0;
cursor: default;
}

.bold {
font-weight: bold;
}

#menu-icon {
position: fixed;
left: 20px;
top: 20px;
z-index: 11;
font-size: 25px;
color: #fff;
padding: 5px;
background-color: rgba(25,36,98,0.6);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#menu {
position: fixed;
top: 0;
bottom: 0;
left: -260px;
width: 250px;
z-index: 10;
color: #fff;
background-color: #1a2462;
text-align: center;
overflow-y: auto;
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.6);
box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.6);
}

.menu-item {
margin-top: 25px;
padding: 5px 0;
font-size: 16px;
font-family: 'GothamBook';
}

#menu-item-home {
margin-top: 70px;
}

.menu-subitem {
padding-top: 8px;
font-size: 12px;
font-family: 'GothamBook';
display: none;
}

.menu-item:not(.active), .menu-subitem:not(.active) {
cursor: pointer;
}

#menu > a {
text-decoration: none;
color: #fff;
}

.menu-item.active, .menu-subitem.active {
color: #b50b1e;
}

#menu .icon-down {
font-size: 14px;
}

#menu-item-contact {
margin-top: 50px;
}

#menu-item-contact [class^='icon-'] {
font-size: 22px;
padding: 2px;
margin: 2px;
color: rgba(255,255,255,0.3);
}

#menu-item-contact [class^='icon-']:hover {
color: #b50b1e;
}

#combobox-langage {
position: fixed;
top: 8px;
right: 30px;
width: 90px;
height: 25px;
border: none;
font-family: 'GothamBook';
font-size: 10px;
color: white;
background-color: rgba(25,36,98,0.6);
z-index: 2;
}

#combobox-langage > .cb-input {
line-height: 25px;
}

#combobox-langage > .cb-input > .cbi-button-icon {
font-size: 12px;
line-height: 25px;
color: white;
}

#combobox-langage > .cb-popup {
top: 25px;
background-color: rgba(25,36,98,0.6);
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item {
padding-left: 15px;
background-color: transparent;
color: #fff;
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item.checked {
color: #fff;
background-color: rgba(255,255,255,0.1);
}

#combobox-langage > .cb-popup > .cbp-item-list > .cbpl-item:hover {
color: #fff;
}

#header {
position: relative;
width: 100%;
}

#header #introduce {
position: absolute;
top: 0;
bottom: 0;
Left: 0;
right: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
background-image: url(../img/identity/background.jpg);
}

#header .text-band {
position: absolute;
height: 100%;
right: 10%;
width: 500px;
line-height: 1.3em;
background-color: white;
font-size: 1.3em;
font-family: 'GothamLight';
text-align: center;
padding-top: 30px;
overflow: hidden;
}

.text1 {
position: relative;
width: 100%;
margin: 1em 0;
font-size: 5em;
font-family: FreigBigProBlaIta;
text-align: center;
}

#bottom {
position: relative;
width: 80%;
height: 450px;
margin: 50px 10% 50px 10%;
}

#credits {
position: relative;
float: left;
margin-bottom: 100px;
}

.fonction {
font-size: 1.2em;
font-family: 'GothamMedium';
padding-bottom: 0.3em;
}

.name {
line-height: 1.3em;
font-size: 1.2em;
font-family: 'GothamLight';
padding-bottom: 0.8em;
}

#contact {
position: relative;
float: right;
width: 700px;
height: 447px;
font-size: 1.2em;
margin-bottom: 100px;
}

#image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 30px;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../img/identity/contact.jpg);
}

#email {
position: absolute;
left: 0;
bottom: 6px;
}

#twitter {
position: absolute;
width: 35px;
height: 35px;
line-height: 35px;
right: 80px;
bottom: -10px;
font-size: 25px;
text-align: center;
}

#instagram {
position: absolute;
width: 35px;
height: 35px;
line-height: 35px;
right: 40px;
bottom: -10px;
font-size: 25px;
text-align: center;
}

#facebook {
position: absolute;
width: 35px;
height: 35px;
line-height: 35px;
right: 0;
bottom: -10px;
font-size: 25px;
text-align: center;
}

#contact a {
color: black;
}

@media only screen and (max-width: 4000px){
	body { font-size: 0.85em; }
	#header { height: 800px; }
	#header .text-band { width: 570px; }
	#contact {
	width: 1000px;
	height: 639px;
	}
}

@media only screen and (max-width: 1920px){
	body { font-size: 0.8em; }
	#header { height: 750px; }
	#header .text-band { width: 550px; }
	#contact {
	width: 850px;
	height: 543px;
	}
}
@media only screen and (max-width: 1366px){
	body { font-size: 0.75em; }
	#header { height: 710px; }
	#header .text-band { width: 510px; }
	#contact {
	width: 700px;
	height: 447px;
	}
}

@media only screen and (max-width: 1280px){
	body { font-size: 0.7em; }
	#header { height: 647px; }
	#header .text-band { width: 470px; }
	#contact {
	width: 600px;
	height: 389px;
	}
}

@media only screen and (max-width: 1024px){
	body { font-size: 0.65em; }
	#header { height: 600px; }
	#header .text-band { width: 460px; }
	#contact {
	width: 480px;
	height: 316px;
	}
}

@media only screen and (max-width: 800px){
	body { font-size: 0.6em; }
	#header { height: 570px; }
	#header .text-band { width: 410px; }
	#credits {
	clear: both;
	width: 90%;
	margin: 2% 5%;
	text-align: center;
	}
	.fonction {
	font-size: 2em;
	}
	.name {
	line-height: 1.3em;
	font-size: 2em;
	}
	#contact {
	clear: both;
	width: 90%;
	margin: 0 5% 30px 5%;
	}
	#email {
	font-size: 1.6em;
	}
	#facebook {
	font-size: 2em;
	}
}

@media only screen and (max-width: 568px){
	body { font-size: 0.5em; }
	#header { height: 480px; }
	#header .text-band {
	right: 0;
	width: 340px;
	}
	#credits {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	}
	.fonction {
	font-size: 2em;
	}
	.name {
	line-height: 1.3em;
	font-size: 2em;
	}
	#contact {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	}
	#email {
	font-size: 1.6em;
	}
	#facebook {
	font-size: 2em;
	}
}

@media only screen and (max-width: 480px){
	body { font-size: 0.45em; }
	#header { height: 440px; }
	#header .text-band {
	right: 0;
	width: 300px;
	}
	#credits {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	}
	.fonction {
	font-size: 2em;
	}
	.name {
	line-height: 1.3em;
	font-size: 2em;
	}
	#contact {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	}
	#email {
	font-size: 1.6em;
	}
	#facebook {
	font-size: 2em;
	}
}