@charset "UTF-8";
/* CSS Document */




@font-face {
    font-family: 'futura_ptmedium';
    src: url('fonts/futurapt-medium-webfont.woff2') format('woff2'),
         url('fonts/futurapt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lightregular';
    src: url("../../assets/fonts/futuralight-webfont.woff2") format('woff2'),
         url("../../../assets/fonts/futuralight-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
a {
	color: #222222;
	text-decoration: none;
	src: url("../../assets/fonts/futuralight-webfont.woff2")
}
a:hover {
	color: #8C7C3D;
	
}
.navbar-toggler {
  border-color: #fff;
} 
.navbar-brand {
	font-size: 50px;
	padding-left: 40px;
}

#ariane {
	margin-top: 100px;
	border-bottom-style: solid;
	border-color: #B5B1B1;
	border-bottom-width: thin; 
	font-family: 'futura_ptmedium';
	padding-bottom: 8px;
	min-height: 40px;
}
/*menu end*/

footer {
	margin-top: 200px !important;
	border-top: 1px solid #222;
	margin-bottom: 140px !important;
	font-size: 16px;
	padding: 0;

}

 #scroll_to_top {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 50px;
  right: 50px;
  display: none;
background-color: #fff;
}
    #scroll_to_top:hover {
        background-color: transparent;
        opacity: 0.5;
    }
.space-42 {
	margin-top: 42px;
}
.light-typo {
			 font-family: 'futura_lightregular';
		}