
/* 01 - Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
img {
  display: block;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
input[type="submit"]::-webkit-focus-inner {
  border: 0;
}
/* 02 - Global */
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font: 14px 'Trocchi', serif;
  color: #666666;
  background-size: 100%;
  background-attachment: fixed;
  /*padding: 0 20px;*/
}
/* balise B orange */
b {
  color: #cc3d00;
  font-weight: normal;
}
a {
  color: #cc3d00;
  text-decoration: none;
}
section a:hover {
  border-bottom: 1px dotted #cc3d00;
}
.no-right {
  margin-right: 0 !important;
}
hr {
  border-top: 1px solid #E5E5E5;
  border-bottom: none;
  height: 0;
  overflow: hidden;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
blockquote {
  margin: 20px 0;
  font-size: 1.3em;
  line-height: 1.5em;
  border-top: 1px solid #ff550d;
  border-bottom: 1px solid #ff550d;
  padding: 20px;
  text-align: center;
}
/* Clearfix ----------- */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* 03 -  Layout */
header {
  width: 1000px;
  margin: 0 auto;
}
header.front-page {
  height: 415px;
}
nav {
  width: 1000px;
  height: 75px;
  background: rgb(204, 61, 0);
  background: rgba(204, 61, 0, 0.9);
  margin: 0 auto;
}
section {
  width: 1000px;
  background: #fff;
  margin: 0 auto;
}
footer {
  width: 1000px;
  background: #cc3d00;
  margin: 0 auto;
  height: 50px;
  color: #fff;
  line-height: 50px;
}
footer .content {
  padding: 0 20px;
}
/* 04 - Header */
header .header_background {
  position: absolute;
  top: 0;
  left: 0;
  height: 248px; /*height: 160px;*/
  width: 100%;
  background: url('../design/bg__mini.jpg') no-repeat center top;
  z-index: -999;
  background-width: 100%;
}
header.front-page .header_background {
  height: 400px; /* 415 original */
  background-attachment: fixed;
}
header.contact .contact_background {
  height: 350px;
}
header .contact_background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  z-index: -999;
}
header nav {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
header nav #logo {
  /*line-height: 75px;*/
  width: 100px;
  float: left;
  position: relative; /* ajouté pour logo image */
  /*padding: 0 20px;
  font-size: 2em;
  color: #fff;
  font-family: 'Trocchi', serif;
  text-transform: none;*/
}
header nav ul {
  margin: 0;
  padding: 0;
  float: right;
}
header nav ul li {
  float: left;
  height: 75px;
  margin: 0;
  position: relative;
}
header nav ul li ul {
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header nav ul li ul li {
  float: none;
  width: 180px;
  background: rgb(204, 61, 0);
  background: rgba(204, 61, 0, 0.9);
  height: auto !important;
}
header nav ul li ul li a {
  line-height: 40px !important;
  padding: 0 10px;
  text-align: left;
}
header nav ul li:hover ul {
  opacity: 1;
  top: 75px;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  /*padding: 0 30px;*/
  padding: 0 20px;
  display: block;
  line-height: 75px;
  text-align: center;
}
header nav ul li a.selected,
header nav ul li a:hover {
  background: #a63200;
}
header h1 {
  font-size: 3em;
  display: inline-block;
  margin: 80px 3% 28px;  /*margin: 10px 2%;*/
  font-family: 'Trocchi', serif;
  font-weight: 400;
  color: #fff;
}
header.front-page h1 { padding: 5px 10px !important; }
header.contact h1 {
  padding: 5px 10px !important;
  margin: 10% 0 10% !important;
}
header h1 span {
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.9);
  padding: 5px 10px;
  display: inline-block;
}
header h1 span b {color:#ccc;}
/*  05 - Section */
.content {
  width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
h2 {
  font-family: 'Trocchi', serif;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0 0 20px;
  padding: 15px 0;
  line-height: 30px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #F2F2F2;
  color: #666;
}
h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #ccc;
  text-align: center;
}
.process {
  padding-bottom: 20px;
}
.process div:hover i,
.process div:hover h3 {
  color: #cc3d00;
}
.process i {
  cursor: default;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  font-size: 100px;
  text-align: center;
  margin: 10px auto;
  display: block;
  color: #ddd;
}
.process h3 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: left;
}
.process h3 span {
  font-style: italic;
  font-family: 'Trocchi', Serif;
  text-transform: none;
  font-size: 11px;
  color: #cc3d00;
}
.process p {
  color: #999;
  font-size: 13px;
  font-family: 'Trocchi', serif;
}
.process a.button {
  background: #cc3d00;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  display: block;
  width: 100%;
}
.process a.button:hover {border: none;}
.project_container .col-1 {margin: 0 0.7% 1.4% !important;}
p.philosophy {
  font-size: 1.5em;
  margin-bottom: 20px;
}
/* Social */
.social.social_list li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px;
}
.social.social_list li a i {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
}
.social.social_list li a:hover {
  border: none;
}
.social.social_list li a.facebook {
  background: #3B5998;
}
.social.social_list li a.twitter {
  background: #4099FF;
}
.social a {
  display: inline-block;
  padding: 0 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px;
}
.social a i {
  font-size: 4em;
  vertical-align: middle;
}
.social a:hover {
  border: none;
}
.social a.facebook {
  color: #3B5998;
}
.social a.twitter {
  color: #4099FF;
}
.social a.github {
  color: #999;
}
/* 09 - Grille */
.col-1,
.col-2,
.col-3 {
  float: left;
  margin-right: 2%;
}
.col-1 {
  width: 23.5%;
}
.col-2 {
  width: 49%;
}
.col-3 {
  width: 74.5%;
}
.col-full {
  width: 100%;
  float: left;
}
/* 10 - Mixins */
.input_border {
  border-top: 1px solid #dcdcde;
  border-left: 1px solid #dcdcde;
  border-right: 1px solid #dcdcde;
  border-bottom: 1px solid #e7e7e9;
}
/* Filtre Isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* annulation transitions isotope CSS3 */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
