@font-face {
  font-family: 'GOTHAM';
  src: url('../fonts/UFONTS.COM_GOTHAM-LIGHT.eot');
  src: url('../fonts/UFONTS.COM_GOTHAM-LIGHT.woff') format('woff'), 
      url('../fonts/UFONTS.COM_GOTHAM-LIGHT.ttf') format('truetype'), 
      url('../fonts/UFONTS.COM_GOTHAM-LIGHT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GOTHAM';
  src: url('../fonts/GOTHAM-BOLD.eot');
  src: url('../fonts/GOTHAM-BOLD.woff') format('woff'), 
      url('../fonts/GOTHAM-BOLD.ttf') format('truetype'), 
      url('../fonts/GOTHAM-BOLD.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GOTHAM-LIGHT';
  src: url('../fonts/Gotham-ExtraLight.eot');
  src: url('../fonts/Gotham-ExtraLight.woff2') format('woff2'),
       url('../fonts/Gotham-ExtraLight.woff') format('woff'),
       url('../fonts/Gotham-ExtraLight.ttf') format('truetype'),
       url('../fonts/Gotham-ExtraLight.svg#Gotham-ExtraLight') format('svg'),
       url('../fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../fonts/GOTHIC.eot');
    src: url('../fonts/GOTHIC.eot') format('embedded-opentype'),
         url('../fonts/GOTHIC.woff2') format('woff2'),
         url('../fonts/GOTHIC.woff') format('woff'),
         url('../fonts/GOTHIC.ttf') format('truetype'),
         url('../fonts/GOTHIC.svg#GOTHIC') format('svg');
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../fonts/GOTHICB.eot');
    src: url('../fonts/GOTHICB.eot') format('embedded-opentype'),
         url('../fonts/GOTHICB.woff2') format('woff2'),
         url('../fonts/GOTHICB.woff') format('woff'),
         url('../fonts/GOTHICB.ttf') format('truetype'),
         url('../fonts/GOTHICB.svg#GOTHICB') format('svg');
    font-weight: bold;
}

body {
    width: 1280px;
    height: 100%;
    min-height: 800px;
}

body.iframe{
    padding-top: 10px;
    background-color: #000000;
}

body.iframe-blank{
    padding-top: 0px;
    background-color: #ffffff;
}

body.pages{
    background-color: #ffffff;
}

body.pages .container{
    margin-top: 10px;
	padding-top: 85px;
	padding-bottom: 140px;
}

body.iframe-white{
    padding-top: 10px;
    background-color: #ffffff;
}

header {
    background-color: #0b4997;
    height:81px;
    width: 1280px !important;
}

header a{
    margin-left: 30px;
    font-size: 16px;
    font-family: GOTHAM;
    text-transform: uppercase;
    color: #ffffff;
}

header a:hover{
    color: #ffffff;
}

.pages header {
	position:fixed; 
	top:0;
	z-index: 1000;
}

.pages .footer {
	position:fixed; 
	bottom:0;
}


.top-arrow {
    position: fixed;
    top: 10px;
    left: 10px;
}

.bottom-arrow {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

iframe{
    border: none;
}

iframe.inline {
    border: none;
    overflow: scroll;
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    bottom: 0;
}

.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.modal-dialog {
    width: 95%;
    height: 75%;
    margin: 30px auto;
}

.modal-header h1 {
	text-align: center;
	font-size: 2rem;
	color: color: #55a094;
	margin: 0;
}

.modal-footer{
	color: #000000;
	text-align: left;
}

h2 {
    color: #337ab7;
    margin-top: 10px;
    margin-bottom: 5px;
	font-size: 2rem;
}

h2.main{
    color: #0a4ea3;
    font-size: 2.5rem;
}

div.fond4 {
    background-image:url('../img/fond-interne-4.png');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 650px;
}

div.fond2{
    background-image:url('../img/fond-interne-2.png');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 650px;
}

div.leo{
	min-height: 760px;
}
