@charset "utf-8";

/* 
    Theme Name: Braderie Prévôtoise
    Theme URI: http://braderie-prevotoise.ch/
    Author: Pomzed Design
    Author URI: http://www.pomzed.ch
    Description: Custom theme for Restaurant de l'étoile
    Version: 0.1
 */

/* Home */

@font-face {
    font-family: NexaRustSlab-BlackShadow;
    src: url("fonts/NexaRustSlab-BlackShadow01.otf");
}

h2 {
    color: #f59b00;
    font-weight: bold;
    font-size: 22px; 
}

h3 {
    color: #f59b00;
    font-weight: bold;
    font-size: 18px;
    margin-left: 90px;
}

h4 {
    font-family: NexaRustSlab-BlackShadow, sans-serif;
    font-size: 14px;
    color: #f59b00;
}

hr {
    height: none;
    border: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 35px;
    border-top: 1px dashed white;
    padding: 0;
}

strong {
    color: #f59b00;
    font-weight: bold;
    font-size: 14px;
}
 

#site {
    width: 980px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-image: url("images/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    transform: rotate(-0deg);
    -webkit-text-size-adjust: none;
}

#header {
    position: relative;
    margin-left: 0px;
    margin-top: 50px;
    padding-top: 5px;
}

#logo {
    position: relative;
    margin-left: -20px;
    margin-top: 10px;
    z-index: 800;
}

#loterie {
    position: relative;
    margin-left: 220px;
    margin-top: -220px;
    padding-bottom: 160px;
    z-index: 1000;
}

.TexteActu {
    color: #fff;
    font-size: 14px;
}

.TexteActu a {
    color: #f59b00;
}

.TexteActu a:hover {
    color: #fff;
}

/* ---------------------------------- */

/* Home Footer */

#footer {
    position: relative;
    font-size: 12px;
    margin-top: -40px;
    margin-left: 40px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: none;
    color: #000;
}

/* ---------------------------------- */

/* Page Content */

.page-container {
    position: relative;
    width: 580px;
    margin-left: 350px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    //padding-bottom: 0px;
    //-moz-box-shadow: 0 0 65px #000, 0 0 20px #000, 0 0 5px #000;
    //-webkit-box-shadow: 0 0 65px #000, 0 0 20px #000, 0 0 5px #000;
    //box-shadow: 0 0 65px #000, 0 0 20px #000, 0 0 5px #000;
}

.page-container a {
    color: #fff;
    text-decoration: none;
}

.page-container a:hover {
    color: #f59b00;
    text-decoration: none;
}

.page-container a:active {
    color: #f59b00;
    text-decoration: none;
}

/*
.page-content-title {
    position: relative;
    width: 100%;
    max-width: 625px !important;
    height: 80px;
    margin: -7em auto 0em auto;
    padding: 30px 20px 20px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    text-decoration: underline;
}
*/
.page-content-home {
    position: relative;
    min-height: 400px;
    min-width: 900px;
    margin-left: 45px;
    margin-top: -145px;
    padding-top: 33px;
    padding-bottom: 0px;
    text-align: left;
    color: #fff;
}

.page-content {
    position: relative;
    max-width: 525px;
    min-height: 400px;
    margin-left: 25px;
    margin-top: -20px;
    padding-top: 33px;
    padding-bottom: 34px;
    text-align: left;
    color: #fff;
}

.demi-cercle {
    position: relative;
    margin-left: 150px;
    margin-bottom: -55px;
}

/* ---------------------------------- */

/* Nav */

#nav {
    position: absolute;
    left: -370px;
    top: 0px;
    width: 370px;
    height: 600px;
    padding-left: 5px;
    padding-top: 40px;
    text-align: left;
    font-family: NexaRustSlab-BlackShadow, sans-serif;
    font-size: 23px;
    line-height: 2.0;
    background-color: rgba(0, 0, 0, 0.6);
}

#nav a:hover {
    #f59b00;
}

ul li {
    list-style-type: none;
}

.facebook {
    position: absolute;
    top: 550px;
    left: 50px;
}

.subnav {
    position: absolute;
    text-align: right;
    top: 300px;
    left: 150px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}