/* This stylesheet generated by Transfonter (http://transfonter.org) on December 13, 2016 11:38 PM */

@font-face {
	font-family: 'Noe';
	src: url('../fonts/../fonts/NoeDisplay-Black.eot');
	src: url('../fonts/NoeDisplay-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NoeDisplay-Black.woff') format('woff'),
		url('../fonts/NoeDisplay-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'CircularBold';
	src: url('../fonts/CircularStd-Bold.eot');
	src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Bold.woff') format('woff'),
		url('../fonts/CircularStd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'CircularMedium';
	src: url('../fonts/CircularStd-Medium.eot');
	src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Medium.woff') format('woff'),
		url('../fonts/CircularStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

body {
    background: url(../imgs/bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    font-family: 'Noe';
    overflow:hidden;
}

.pull-left.col-md-5.info-content {
    margin: 35px;
}

a{
	color:#87764e;
}

a:hover{
	color:#87764e;
	text-decoration:underline;
}

a:focus{
	color:#fff;
}

h1 {
    font-size: 46px;
    color: #fff;
}

h3{
	font-size:25px;
	color:#87764e;
	margin-top: -6px;
}

p {
    color: #87764e;
    font-size: 19px;
    font-family: 'CircularMedium';
    line-height: 13px;
}

.col-md-5.footer p{
	font-size: 15px;
    line-height: 17px;
}

small{
	color:#87764e;
	font-size:12px;
	font-family: 'CircularMedium';
}

.col-md-5.footer {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

.col-md-5.footer .col-md-3,.col-md-5.footer .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.socials {
    position: absolute;
    right: 35px;
    top: 43%;
}

.socials a img {
    max-width: 20px;
    margin-bottom: 10px;
    float: right;
}

.logodb{
	position:absolute;
	right:35px;
	top:35px;
}

.pull-right.text-right {
    max-width: 228px;
    margin: 28px;
}

span.dossier {
    background: url(../imgs/dossier.png) no-repeat;
    /* width: 12px; */
    /* height: 12px; */
    padding: 8px;
    background-size: contain;
    vertical-align: middle;
    background-position-y: 8px;
    margin-right: 7px;
}


.footer.col-md-5 .col-md-12 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 68px;
}

.footer.col-md-5 .col-md-12 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}


@media (max-width:768px){
	body {
	    overflow: visible;
	    background-position: center;
	    height: calc(100vh + 63px);
	}
	.footer.col-md-5 .col-md-3 {
    margin-bottom: 20px;
	}
}

@media (max-width:500px){
	body {
    background: url(../imgs/bg-mobile.jpg) no-repeat;
    background-size: cover;
	}
	.col-md-5.footer .col-md-3 {
    position: absolute;
    bottom: -50px;
	}
	.pull-left.col-md-5.info-content {
    margin: 20px;
    padding-left: 0;
	}
	.footer.col-md-5 .col-md-12 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
	}
}

@media (max-width:320px){
	h1 {
    font-size: 32px;
	}
	h3 {
    font-size: 20px;
	}
	p {
    font-size: 16px;
    line-height: 11px;
	}
	.col-md-5.footer {
    margin-top: 34px;
	}
}