@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clear, #core #main:after {
  clear: both;
  display: table;
  content: ''; }

html {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none outside none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 8px 0; }

img {
  border: 0; }

.floatl {
  float: left; }

.floatr {
  float: right; }

.w30 {
  width: 30%; }

.w60 {
  width: 60%; }

.center {
  text-align: center; }

html {
  font: 100%/1.5 "Open Sans", Helvetica, Arial, sans-serif;
  color: #252e2e; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#container {
  overflow-x: hidden; }

nav, .wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

header {
  height: 105px;
  position: absolute;
  z-index: 100; }
  header:before {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 105px;
    content: ' ';
    position: absolute;
    top: 0;
    left: -50%;
    margin-left: -500px;
    z-index: 1; }
  header:after {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 105px;
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 500px;
    z-index: 1; }
  header a {
    text-decoration: none; }
  header h1 {
    position: absolute; }
  header a.logo {
    text-indent: -9999px;
    display: block;
    width: 370px;
    height: 105px;
    position: absolute; }
  header nav ul {
    float: right;
    width: 640px; }
  header nav li {
    display: block;
    float: left;
    width: 25%; }
  header nav a {
    font-size: 16px;
    color: #83927d;
    display: block;
    text-align: center;
    height: 105px;
    line-height: 130px;
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-position: center top; }
    header nav a:hover {
      color: #789a0e;
      background-position: center bottom; }

nav li.active a {
  background-position: center bottom;
  color: #789a0e; }

#top {
  height: 200px;
  text-align: center;
  line-height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #top h1 {
    font-size: 50px;
    font-family: "Rokkitt",serif;
    font-weight: bold;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%; }
    #top h1:before, #top h1:after {
      margin-top: 0;
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 15%;
      height: 2px;
      content: '\a0';
      background-color: #fff;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
      margin-left: 1%; }
    #top h1:before {
      margin-left: -16%;
      text-align: right; }

#core {
  font-size: 15px;
  margin-top: -13px;
  line-height: 28px; }
  #core h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Rokkitt",serif;
    margin: 30px 0 20px 0; }
    #core h3 a {
      text-decoration: none;
      color: #3f3f3f; }
  #core #news h3 {
    padding: 10px;
    margin: 0; }
  #core #news img {
    width: 100%; }
  #core h2 {
    font-family: "Rokkitt",serif;
    font-size: 26px;
    line-height: 60px;
    padding-top: 10px; }
  #core #main ul {
    margin-left: 60px; }
    #core #main ul li {
      list-style: circle; }
  #core .galerie {
    margin-top: 30px; }
    #core .galerie a {
      font-size: 0;
      line-height: 0;
      opacity: 1; }
      #core .galerie a img {
        height: 100px;
        border: 0;
        margin: 10px 5px;
        border-radius: 5px;
        transition: all .3s; }
      #core .galerie a:hover img {
        opacity: .7; }
  #core a {
    color: #333;
    text-decoration: none;
    font-weight: bold; }
    #core a:hover {
      color: #000;
      text-decoration: underline; }
  #core .w30 {
    font-size: 14px;
    line-height: 22px; }
  #core .tarif {
    margin: 5px 0 20px 0;
    padding-left: 25px;
    background: transparent url(../img/ico-tarif.gif) no-repeat left center; }
    #core .tarif b {
      color: #d32d00; }

#news {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf; }
  #news article {
    float: left;
    width: 33%;
    display: block;
    background-color: #f9f9f9;
    font-family: "Rokkitt",serif;
    line-height: 0;
    font-size: 0; }
    #news article:hover {
      background-color: #f1f1f1; }
      #news article:hover h3 a, #news article:hover p {
        color: #000; }
      #news article:hover img {
        opacity: .9; }
    #news article:first-child {
      margin-right: 0.5%; }
    #news article:last-child {
      margin-left: 0.5%; }
    #news article p.date {
      padding: 0 10px 10px 10px;
      font-size: 16px;
      color: #575757;
      line-height: 24px; }

footer {
  clear: both;
  text-align: center;
  padding: 25px 0;
  font-size: 13px; }

@media screen and (min-width: 1690px) {
  #container {
    width: 1690px;
    margin: 0 auto; } }
