/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Palanquin', sans-serif;
  font-size: 16px;
}

p, ol, ul{
  font-size: 16px;
  line-height: 1.5;
  color: #777777;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #777777;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #777777;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Palanquin', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1{
  color: #58585a;
  text-align: left;
  font-family: 'Palanquin', sans-serif;
  text-transform: none;
  font-size: 60px;
  font-weight: normal;
  padding-left: 20px;
  padding-top: 25px;
}
h1 strong{
  font-family: 'Palanquin Dark', sans-serif;
}
#content{
  background-image: url('../img/bg_content.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 14px;
  color: #fff;
  font-family: 'Palanquin', sans-serif;

}
#content .fr{
  font-size: 17px;
  line-height: 21px;
}
.col-md-6 img{
  max-width: 100%;

}
#contenu{
    padding-top: 40px;
    min-height: 636px;
    padding-right: 28px;
    padding-bottom: 18px;
}
.bg-orange .col-md-6{
  padding: 0;
} 
.bg-orange {
  background-color: #c14b19;
  margin-top: 90px;
}
#footer{
  background-color: #aa310c;
  color: #fff;
  padding: 40px 0;
}
#sociaux{
  margin-top: 13px;
}
#sociaux img{
  margin-right: 5px;
}
#adresse{
  line-height: 32px;
  margin-bottom: 58px;
  margin-top: 10px;
}
.text-left{
  padding-left: 0;
}
#texte-footer{
  font-size: 28px;
  font-weight: 600;
}
.copyright a{
  color: #fff;
}
#texte-footer a{
  color:#fff;
  margin-top: 5px;
  float: left;
}
@media (max-width: 990px) {
  .bg-orange .col-md-6{
    padding-left: 15px;
    padding-right: 15px;
  }
  h1{
    padding-left: 0;
  }
  #content{
    background-image: none;
  }
  .text-right{
    text-align: left;
  }
}
@media (max-width: 425px) {
  h1{
    font-size: 40px;
  }
  #content{
    font-size:20px;
  }
  #texte-footer{
    font-size: 23px;
  }
}



