@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff");
}

body {
  font-family: "Graphik", serif;
}


* {
    margin: 0;
    padding: 0;
}

#topbar {
    background-color: #0f0f0f;
    color: #ffffff;
    height: 60px;
    position: relative;
    text-align: center;
    width: 100%;
}


#topbar #billetterie {
    background-image: url("../img/billetterie.png");
    background-repeat: no-repeat;
    color: #a48e6c;
    cursor: pointer;
    padding-left: 35px;
    position: absolute;
    right: 20px;
    top: 25px;
}

#topbar #billetterie a {
    text-decoration: none;
	color: #ba9e66;
}


#topbar #sitePrincipal {
    cursor: pointer;
	font-size: 14px;
    left: 20px;
    position: absolute;
    top: 25px;
}


#topbar #sitePrincipal a {
    text-decoration: none;
	color: #fff;
}

.fa-chevron-left::before {
    content: "";
}

.fa {
    display: inline-block;
	font-family: LucidaGrande
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}


#topbar #logo {
   /* height: 50px; */ 
    margin: 0 auto;
    padding-top: 5px;
    width: 150px;
}


#footer {
    background-color: #000000;
    width: 100%;
}

#footer table {
    padding: 24px;
	padding-top: 60px;
}


#footerlogo {
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
    width: 100%;
	padding-bottom: 70px;"
}


.footer_column_header {
    color: #fff;
    font-weight: normal;
	font-size: 0.9375em;
}

.footer_column_text {
    color: #959595;
    font-weight: normal;
	font-size: 0.9375em;
	line-height: 1.875rem;
}

.footer_column_text a {
    color: #959595;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 590px)

{

#topbar #sitePrincipal {
display: none;
	}
	
#topbar #billetterie {
display: none;
}
	
}

