/* COLORS

Dark
#170F0D
23, 15, 13

Marron red
#7D1B00
125, 27, 0

Deep orange : PRIMARY
#B84500
184, 69, 0

Sienne : SECONDARY
#D97319
217, 115, 25

beige yellow
#FFB24C
255, 178, 76
*/

a {
  color: #B84500;
}
a:hover, a:focus {
  color: #D97319;
}
.button {
  background-color: #B84500;
  border-color: #7D1B00;
  color: white;
}
.button:hover, .button:focus {
  background-color: #7D1B00;
}
.button:hover, .button:focus {
  color: white;
}
.button.secondary {
  background-color: #D97319;
  border-color: #fFb24C;
  color: #333333;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #fFb24C;
}
.button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
.button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
.button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
.button.success:hover, .button.success:focus {
  color: white;
}
.button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
.button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
.button.alert:hover, .button.alert:focus {
  color: white;
}
.button.disabled, .button[disabled] {
  background-color: #B84500;
  border-color: #7D1B00;
  color: white;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #7D1B00;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #B84500;
}
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #D97319;
  border-color: #fFb24C;
  color: #333333;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #fFb24C;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #D97319;
}
.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}
.top-bar-section li a:not(.button){
  color: #8f4a00;
}
.top-bar-section>ul>li>a:not(.button), .top-bar-section>ul>li>a:hover:not(.button){
  background: transparent;
  font-weight: 50%;
  text-transform: uppercase;
}
.top-bar-section .has-dropdown > a:after {
    border-color: #8f4a00 transparent transparent;
}
.top-bar-section>ul>li:hover:not(.button) {
  background: #fFb24C;
}
.top-bar-section ul {
  background: transparent;
}
.top-bar-section ul li > a {
  background: transparent;
}
.top-bar-section ul li > a:hover {
  background: #FFB24C;
}
.top-bar-section ul li > a.button {
  background: #B84500;
}
.top-bar-section ul li > a.button:hover {
  background: #7D1B00;
}
.top-bar-section ul li > a.button.secondary {
  background: #FFB24C;
}
.top-bar-section ul li > a.button.secondary:hover {
  background: #fFb24C;
}
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
.top-bar-section ul li > a.button.success:hover {
  background: #457a1a;
}
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
.top-bar-section ul li > a.button.alert:hover {
  background: #970b0e;
}
.top-bar-section ul li.active a {
  border-bottom: 5px solid #7D1B00;
}
.top-bar-section .dropdown li a {
  background: #FFB24C;
}
.top-bar-section .dropdown li a:hover {
  background: #FFB24C;
  color: #fff;
}
.top-bar-section > ul > .divider {
  border-right-color: #ffdaaa;
  border-left-width: 0;
}
.alert-box {
  background-color: #B84500;
}
.breadcrumbs li span {
  color: #B84500;
}
.breadcrumbs li.current a {
  color: #333333;
}
.breadcrumbs li.unavailable a {
  color: #999999;
}
.breadcrumbs li.unavailable:hover a,
.breadcrumbs li.unavailable a:focus {
  color: #999999;
}
.breadcrumbs li:before {
  color: #aaaaaa;
}
.label {
  background-color: #B84500;
}
.pagination li a {
  color: #999999;
}
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
.pagination li.unavailable a {
  color: #999999;
}
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
.pagination li.current a {
  background: #B84500;
  color: white;
}
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #B84500;
}
.top-bar {
  background: transparent;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #111;
}
.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: 0 10px 0 1px #111111, 0 16px 0 1px #111111, 0 22px 0 1px #111111;
  }

.side-nav li a {
  color: #B84500;
}

body {
    font-family: Verdana, Geneva, sans-serif;
}

@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams-webfont.eot');
    src: url('../fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('../fonts/CaviarDreams-webfont.svg#AftasansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4 {
  font-family: CaviarDreams;
}

.top-bar, .top-bar-section>ul>li.divider, .top-bar-section>ul>li>a, .top-bar-section .has-form, .top-bar .name {
  height: 75px;
}
.top-bar .name h1, .top-bar-section>ul>li>a:not(.button)  {
  line-height:  75px;
}
.top-bar .name h1 a{
  box-shadow: 0 0 20px #555;
  color: #FFF;
  font-size: 160%;
  background: #170F0D;
  /*border: 2px solid #8f4a00;*/
  border-width: 0 2px 2px;
  padding: 0.5em 1em;
  display: inline-block;
  width: auto;
}
.top-bar-section ul li > a {
  font-weight: normal;
}
@media screen and (max-width: 768px){
  .top-bar .name h1 a{
    max-width: 70%;
  }
}

.w80{
  width: 98%;
  margin: 0 2%;
}
@media screen and (min-width: 1300px){
  .w80{
    width: 80%;
    margin: 0 10%;
  }
}
.wide {
  max-width: 100%;
  background-color: #7D1B00;
}
.wide+.wide {
  margin-bottom: 1em;
}
@media screen and (min-width: 1920px){
  .wide {
    max-width: 1920px;
  }
}

.bigimg {
  background-image: url("../img/big1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  border: 2px solid #7D1B00;
  border-width: 4px 0 0 0;
}
.bigimg .caption {
  bottom: 10%;
  left: 13%;
  position: absolute;
}
.bigimg .caption *{
  float: left;
  clear: left;
  margin-left: 15%;
  padding: 12px 20px;
  background-color: rgba(23, 15, 13, 0.65);
  color: #fff;
}
.bigimg .control {
  font-size: 1.7em;
  position: absolute;
  right: 13%;
  opacity: .9;
  letter-spacing: -.15em;
  background-color: rgba(255, 255, 255, 0.4);
  border: 3px solid #B84500;
  border-radius: 2em;
  bottom: 0.5em;
  padding: 0 0.4em 0.2em 0.25em ;
}
/*
.bigimg .control .points  {
  letter-spacing: -.25em;
}
.bigimg .control .points a:last-child  {
  letter-spacing: .1em;
}
*/
.bigimg .control .active{
  color: #7D1B00;
}

.bigimg .control *{
  font-weight: bold;
  font-family: CaviarDreams;
  cursor: pointer;
}
.bigimg .caption h2{
  background-color: rgba(184, 69, 0, 0.85);
}
.bigimg img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.push * {
  color: #ffd9a6;
}
.push {
  padding: 1em 0 3em 0;
}
.push .columns {
  margin: 2em 0 0 0;
}
.push .columns * {
  margin: 0;
  padding: 0;
}



@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot');
  src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.push [data-icon]:before {
  font-size:4em;
  float: left;
  margin: 0 .25em .3em 0;
}
@media screen and (max-width: 1100px){
  .push [data-icon]:before {
    font-size:2.8em;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px){
  .push [data-icon]:before {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: .5em;
  }
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-leaf:before, .icon-expand:before, .icon-checkbox-checked:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-leaf:before {
  content: "\e001";
}
.icon-expand:before {
  content: "\e002";
}
.icon-checkbox-checked:before {
  content: "\e000";
}

.portfolio img{
  width: 100%;
}
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(184, 69, 0, 0.5);
  box-shadow: 0 0 6px 1px rgba(184, 69, 0, 0.5);
}

@media screen and (min-width: 600px) and (max-width: 768px){
  a.th {
    float: left;
    margin-right: .5em;
  }
}

.footer p{
  font-size: .6em;
}
.footer{
  margin-bottom: 4em;
}