.container {
  width: 1000px;
  margin: 0 auto;
}
.round-bullet {
  background: #aa0f09;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.full-section {
  background: #eeeeee url('../images/texture_pierre.jpg');
}
#header {
  background: #b6e8e9 url('../images/header.jpg') center;
  background-size: cover;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#header .brand img {
  max-width: 200px;
  margin-top: 40px;
  opacity: 1;
  filter: alpha(opacity= 100 );
}
#header .brand img:hover {
  opacity: 0.6;
  filter: alpha(opacity= 60 );
}
#header #primary-nav {
  position: absolute;
  bottom: 10px;
}
#header #primary-nav ul {
  margin: 0;
  padding: 0;
}
#header #primary-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  float: left;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-family: "walkway_expand_semiboldRg", Arial, Helvetica, sans-serif;
  color: #fff;
}
#header #primary-nav a {
  color: #fff;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
#header #primary-nav a:hover,
#header #primary-nav .current a {
  text-decoration: none;
  color: #6baaaf;
  border: 0;
}
#header #primary-nav .round-bullet {
  margin-left: 20px;
}
#header #primary-nav .last .round-bullet {
  display: none;
}
#footer {
  background: #b6e8e9 url('../images/footer.jpg') center;
  background-size: cover;
  height: 200px;
  color: #ccc;
}
#footer a {
  color: #ddd;
}
#footer .container {
  text-align: right;
  padding-top: 120px;
  font-size: 10px;
}
#main .container {
  padding: 20px 0;
  margin-bottom: 20px;
}
#HomePage .quote {
  margin-top: 20px;
  margin-bottom: 20px;
}
#HomePage .quote blockquote {
  height: 20px;
  margin: 0;
  text-indent: 0;
  text-align: center;
  color: #6baaaf;
  width: auto;
  margin-bottom: 20px;
  float: none;
}
#HomePage .quote blockquote p {
  line-height: 20px !important;
}
#HomePage .quote .quote-separator {
  height: 5px;
  padding-bottom: 15px;
  background: url('../images/separator.png') center no-repeat;
}
#HomePage .news .title {
  font-size: 16.8px;
  font-weight: bold;
}
#HomePage .flexslider li .image img {
  width: auto;
  float: left;
  margin-right: 20px;
}
.frame {
  *zoom: 1;
  background: #aa0f09 url('../images/texture_papier_rouge.jpg');
  color: #fff;
  text-align: center;
  padding: 9px 10px;
  margin: 20px 0;
}
.frame:before,
.frame:after {
  content: " ";
  display: table;
}
.frame:after {
  clear: both;
}
.frame .corner-left,
.frame .corner-right {
  background: url('../images/corner-tl.png') no-repeat;
  width: 41px;
  height: 41px;
  float: left;
}
.frame .corner-right {
  background: url('../images/corner-tr.png') no-repeat;
}
.frame .bottom .corner-left,
.frame .bottom .corner-right {
  background: url('../images/corner-bl.png') no-repeat;
}
.frame .bottom .corner-right {
  background: url('../images/corner-br.png') no-repeat;
}
.frame .content {
  clear: both;
}
.frame .left-side,
.frame .right-side {
  float: left;
  width: 41px;
  min-height: 140px;
  background: url('../images/border-v.png') repeat-y;
}
.frame .right-side {
  background-position: right;
}
.frame .main {
  float: left;
  width: 198px;
}
.frame .middle {
  float: left;
  width: 198px;
  height: 41px;
  background: url('../images/border-h.png') repeat-x;
}
.frame .bottom {
  clear: both;
}
.frame .bottom .middle {
  background-position: bottom;
}
/* Responive styles */
@media (min-width: 980px) {
  .visible-phone {
    display: none;
  }
  .visible-tablet {
    display: none;
  }
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .brand img {
    margin-top: 20px;
  }
  #header #primary-nav .round-bullet {
    display: none;
  }
  #header #primary-nav li {
    margin-top: 10px;
  }
  .hidden-phone {
    display: none;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-tablet {
    display: none;
  }
  .visible-desktop {
    display: none;
  }
}
