.jquery-lightbox-button-close,
.jquery-lightbox-buttons .jquery-lightbox-button-max,
.jquery-lightbox-buttons .jquery-lightbox-button-min,
.jquery-lightbox-navigator .jquery-lightbox-button-left span,
.jquery-lightbox-navigator .jquery-lightbox-button-right span {
  background-image: url('../images/_jquery-lightbox-theme.gif');
  background-repeat: no-repeat;
  background-color: white;
}
.jquery-lightbox-overlay {
  min-width: 1210px;
  background: #333333;
}
.jquery-lightbox {
  padding: 17px 0;
  background: white;
  position: relative;
}
.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-top-middle,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-middle,
.jquery-lightbox-border-bottom-right {
  position: absolute;
  height: 7px;
  width: 12%;
  z-index: 7000;
  background: white;
  overflow: hidden;
}
.jquery-lightbox-border-top-left {
  top: 0;
  left: 0;
}
.jquery-lightbox-border-top-right {
  top: 0;
  right: 0;
}
.jquery-lightbox-border-top-middle {
  width: 78%;
  top: 0;
  left: 12%;
}
.jquery-lightbox-border-bottom-left {
  bottom: 0;
  left: 0;
}
.jquery-lightbox-border-bottom-right {
  bottom: 0;
  right: 0;
}
.jquery-lightbox-border-bottom-middle {
  width: 78%;
  bottom: 0;
  left: 12%;
}
.jquery-lightbox-title {
  background: white;
  color: black;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 8px;
  margin: 12px 0 0;
  position: absolute;
  top: 100%;
  z-index: 7002;
  opacity: .9;
}
.jquery-lightbox-html {
  position: relative;
  z-index: 7000;
  border: 0;
  border-left: 7px solid white;
  border-right: 7px solid white;
  padding: 0px 15px;
  vertical-align: top;
}
.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe {
  vertical-align: top;
}
.jquery-lightbox-background {
  background: white;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 6999;
  float: left;
  padding: 0;
}
.jquery-lightbox-background img {
  display: block;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.jquery-lightbox-mode-image .jquery-lightbox-html {
  z-index: 6998;
  padding: 0;
}
.jquery-lightbox-button-close {
  background-position: -113px 8px;
  position: absolute;
  top: 12px;
  right: -26px;
  width: 75px;
  height: 30px;
}
.jquery-lightbox-button-close:hover {
  background-position: -113px -30px;
}
.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span {
  display: none;
}
.jquery-lightbox-mode-image .jquery-lightbox-button-close {
  top: auto;
  right: 7px;
  bottom: 7px;
  z-index: 7002;
}
.jquery-lightbox-buttons {
  position: absolute;
  z-index: 7001;
  overflow: visible;
  width: 100%;
  height: 100%;
  top: 7px;
  bottom: 0;
  left: 7px;
  right: 0;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-init,
.jquery-lightbox-buttons .jquery-lightbox-buttons-end,
.jquery-lightbox-buttons .jquery-lightbox-button-left,
.jquery-lightbox-buttons .jquery-lightbox-button-right {
  display: none;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max {
  background-position: 7px -23px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 30px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max:hover {
  background-position: 7px -55px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-min {
  background-position: -35px -23px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 42px;
  height: 30px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-min:hover {
  background-position: -35px -55px;
}
.jquery-lightbox-buttons-custom {
  background: white;
  height: 33px;
  line-height: 33px;
  font-size: 10px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.jquery-lightbox-buttons-custom a {
  color: #7b7b7b;
  font-size: 12px;
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 7px;
}
.jquery-lightbox-navigator {
  position: absolute;
  z-index: 7002;
  overflow: hidden;
  top: 7px;
  left: 7px;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left {
  position: absolute;
  height: 90px;
  width: 40%;
  left: 0;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left span {
  background-position: -37px 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding: 30px 0 0 50px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 7003;
  cursor: hand;
  opacity: .2;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left:hover span {
  opacity: 1;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right {
  position: absolute;
  height: 90px;
  width: 40%;
  right: 0;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right span {
  background-position: 9px 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding: 30px 0 0 50px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 7003;
  cursor: hand;
  opacity: .2;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right:hover span {
  opacity: 1;
}
.jquery-lightbox-mode-html .jquery-lightbox-background {
  background: white;
}
.jquery-lightbox-mode-html .jquery-lightbox-html {
  overflow: auto;
}
.jquery-lightbox-mode-html .jquery-lightbox-navigator {
  display: none;
}
.jquery-lightbox-loading {
  background: white url('../../images/_loading2.gif') no-repeat center center !important;
}
#window-container {
  width: 400px;
  height: auto;
}
#window-container div {
  float: left;
}
#window {
  position: relative;
  font-size: 14px;
  color: #222222;
  text-shadow: silver 0 0 1px;
}
#window h5 {
  font-size: 26px;
}
#window p {
  padding: 15px 0;
  font-size: 14px;
}
#window .icon {
  display: block;
  float: left;
}
#window .icon img {
  width: auto;
  height: 100%;
}
#window .description {
  width: 260px;
}
@media only screen and (min-width: 400px) and (max-width: 800px) {
  #window-container {
    width: 300px;
  }
  #window-container div {
    float: left;
  }
  #window {
    position: relative;
    font-size: 12px;
    color: #222222;
    text-shadow: silver 0 0 1px;
  }
  #window h5 {
    font-size: 18px;
  }
  #window p {
    padding: 10px 0;
    font-size: 12px;
  }
  #window .icon {
    width: 88px;
    float: left;
  }
  #window .description {
    width: 200px;
  }
}
@media only screen and (max-width: 400px) {
  #window-container {
    width: 200px;
  }
  #window {
    position: relative;
    font-size: 14px;
    color: #222222;
    text-shadow: silver 0 0 1px;
  }
  #window h5 {
    font-size: 12px;
  }
  #window p {
    padding: 5px 0;
    font-size: 10px;
  }
  #window .icon {
    width: 60px;
    margin-top: 14px;
  }
  #window .description {
    width: 128px;
  }
}
.jquery-lightbox-move * {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
.jquery-lightbox-move #window,
.jquery-lightbox-move #send-to-friend-box,
.jquery-lightbox-move #discount-range-explainer {
  display: block !important;
}
@font-face {
  font-family: 'open_sansregular';src: url('../fonts/opensans-regular-webfont.eot');src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.svg#opensans-regular') format('svg'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');font-weight: normal;font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed Light';src: url('../fonts/robotocondensed-light-webfont.eot');src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-light-webfont.svg#robotocondensed-light') format('svg'), url('../fonts/robotocondensed-light-webfont.woff') format('woff'), url('../fonts/robotocondensed-light-webfont.ttf') format('truetype');font-weight: normal;font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';src: url('../fonts/OpenSans-Semibold-webfont.eot');src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSans-Semibold') format('svg'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');font-weight: normal;font-style: normal;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: 0;
  color: #83888e;
}
a:hover {
  text-decoration: none;
  color: #83888e;
}
a,
a:active,
a:focus {
  outline: none;
}
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
mark {
  background-color: #ffff99;
  color: black;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.cf:after,
.c {
  float: none !important;
  content: "" !important;
  display: block !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: .0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  width: 0 !important;
}
.code {
  background: #333333;
  color: #cccccc;
  padding: 5px 20px;
  border-bottom: 3px solid #f5ce3c;
  word-wrap: break-word;
}
.code code {
  font: 15px 'Droid Sans', 'Ubuntu', 'Tahoma', 'Arial', sans-serif;
}
.aprint {
  border: 5px solid #282828;
  padding: 5px;
  background: white;
  overflow-x: scroll;
}
.aprint table {
  padding: 5px 0;
}
.aprint pre {
  color: #444444;
}
.aprint .array {
  color: #1414ff;
}
.aprint .key {
  color: #148c14;
}
.aprint .value {
  color: red;
}
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
.b {
  display: block;
}
.h {
  visibility: hidden !important;
}
.n {
  display: none !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.transparent {
  background: transparent !important;
}
.s,
strong {
  font-weight: bold;
}
.s a,
strong a {
  font-weight: bold;
}
.no-indent {
  text-indent: 0 !important;
}
.center {
  text-align: center !important;
}
a :hover,
:focus,
:active {
  text-decoration: none;
}
ul {
  list-style: none;
}
html {
  text-rendering: geometricPrecision;
  font-size: 16px;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
body {
  background: url('../images/bg-pattern.jpg') no-repeat center center fixed #ededed;
  font-size: 100%;
  line-height: 1.6875;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
  color: black;
}
.white {
  background: white;
}
#header {
  background: white;
}
.button {
  background: #b1b9c2;
  display: inline-block;
  padding: 11px 22px 8px;
  font-size: 1em;
  line-height: 1em;
  color: white;
  transition: all 0.25s ease-in-out 0s;
}
.button:hover {
  background: #40474f;
  color: white;
}
#menu-dropdown {
  padding-top: 25px;
}
.header-list {
  padding: 21px 0 0;
}
.header-list > li {
  float: left;
  padding: 12px 0 0;
  font-size: 0.875em;
  line-height: 1;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.header-list .devis a {
  margin-right: 12px;
  color: #40474f;
  transition: all 0.25s ease-in-out 0s;
}
.header-list .devis a:hover {
  color: #83888e;
}
.header-list .contact {
  position: relative;
  margin-right: 6px;
  padding-left: 23px;
  padding-top: 11px;
  color: #83888e;
}
.header-list .contact .fa {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 18px;
  line-height: 20px;
  color: #83888e;
}
.header-list .socials {
  padding-top: 7px;
}
.header-list .phone {
  color: #40474f;
}
.header-list .circle {
  background: #83888e;
  width: 21px;
  height: 21px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
  border-radius: 100%;
  transition: all 0.25s ease-in-out 0s;
}
.header-list .circle:hover {
  background: #40474f;
}
.header-list .circle > span {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  color: white;
}
.header-list .circle .fa-facebook {
  top: 3px;
  left: 7px;
}
.header-list .circle .fa-twitter {
  top: 2px;
  left: 5px;
}
.header-list .circle .fa-rss {
  top: 3px;
  left: 5px;
}
.navbar-nav a {
  position: relative;
  display: block;
  padding: 5px 2px 6px 8px !important;
  margin: 0 13px 0 7px;
  font-size: 1.250em;
  line-height: 1.375em;
  color: #40474f;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.navbar-nav a:hover,
.navbar-nav a:focus,
.navbar-nav a:active {
  background: none !important;
}
.navbar-nav a > span {
  opacity: 0;
}
.navbar-nav .line-x {
  background: #e0e0e0;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.navbar-nav .line-y {
  background: #e0e0e0;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
}
.navbar-toggle {
  background: #83888e;
}
.navbar-toggle > span {
  background: white;
}
.navbar-collapse.in .line-x {
  bottom: 5px;
}
#devis-default {
  background: url('../images/bg-trans.png') repeat 0 0 transparent;
}
#devis-default .description {
  margin-top: 37px;
  font-size: 1.375em;
  line-height: 1.500em;
  color: #83888e;
}
#devis-default .phone {
  position: relative;
  padding: 5px 0 20px 26px;
  font-size: 1em;
  line-height: 1.000em;
  color: #83888e;
}
#devis-default .phone > span {
  font-size: 1.125em;
  line-height: 1.250em;
  color: #40474f;
}
#devis-default .phone .fa {
  position: absolute;
  top: 6px;
  left: 3px;
  font-size: 1.125em;
  line-height: 1.250em;
  color: #83888e;
}
#devis-default .devis {
  margin: 37px 0 33px;
  background: white;
  display: inline-block;
  padding: 25px 54px 20px;
  font-size: 1.375em;
  line-height: 1.500em;
  color: #40474f;
  text-transform: uppercase;
  border: 1px solid #dbdde0;
  transition: all 0.25s ease-in-out 0s;
}
#devis-default .devis:hover {
  background: #b1b9c2;
  border-color: #b1b9c2;
  color: white;
}
#footer {
  background: url('../images/footer-pattern.png') no-repeat 0 0 #383f47;
  min-height: 290px;
}
#footer .heading-footer {
  position: relative;
  display: block;
  padding: 0 0 16px 22px;
  margin: 36px 0 0;
  font-size: 1.125em;
  line-height: 1.250em;
  color: white;
  font-weight: normal;
}
#footer .heading-footer .fa {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 1em;
  line-height: 1.125em;
  color: #83888e;
}
#footer .description {
  font-size: 0.875em;
  line-height: 1.438em;
  color: #83888e;
}
#footer .footer-list.contact a,
#footer .footer-list.contact p {
  padding-left: 29px;
}
#footer .footer-list li {
  padding: 15px 0 10px;
  line-height: 1;
  border-top: 1px solid #434b54;
}
#footer .footer-list li:first-child {
  padding-top: 6px;
  border-top: none;
}
#footer .footer-list a,
#footer .footer-list p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 0.875em;
  line-height: 1em;
  color: #83888e;
}
#footer .footer-list a .fa,
#footer .footer-list p .fa {
  position: absolute;
  top: 0;
  left: 7px;
}
#footer .footer-list a:hover {
  transition: all 0.25s ease-in-out 0s;
  color: white;
}
#footer .footer-list a:hover > span {
  color: #83888e;
}
.newsletter-footer .description {
  padding-bottom: 13px;
}
.newsletter-footer .newsletter {
  height: 37px;
  position: relative;
}
.newsletter-footer .newsletter .fa {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
}
.newsletter-footer .newsletter .fa:hover {
  color: white;
}
.newsletter-footer .copyright {
  padding-top: 12px;
}
.newsletter-footer input {
  background: #3a4048;
  width: 100%;
  display: block;
  padding: 9px 45px 7px 10px;
  font-size: 0.875em;
  line-height: 1em;
  border: 1px solid #434b54;
  color: #606872;
}
.newsletter-footer input[placeholder],
.newsletter-footer [placeholder],
.newsletter-footer *[placeholder] {
  color: #606872 !important;
}
#heading-container .heading {
  position: relative;
  display: inline-block;
  padding: 14px 30px 17px;
  margin: 73px auto 50px;
  font-size: 40px;
  color: #40474f;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#heading-container .heading > span {
  position: absolute;
}
#heading-container .heading .top,
#heading-container .heading .bottom {
  background: #dddddd;
  width: 100%;
  height: 1px;
  left: 0;
}
#heading-container .heading .top {
  top: 21px;
}
#heading-container .heading .bottom {
  bottom: 23px;
}
#heading-container .heading .left {
  left: 19px;
}
#heading-container .heading .right {
  right: 19px;
}
#heading-container .heading .left,
#heading-container .heading .right {
  background: #dddddd;
  width: 1px;
  height: 100%;
  top: 0;
}
#heading-container .description {
  font-size: 1.250em;
  color: #83888e;
}
#projects .row.small {
  margin: 0 -15px !important;
}
#projects .projects-list {
  padding: 27px 0 0 10px;
}
#projects .projects-list li {
  padding-bottom: 22px;
}
#projects .title {
  position: relative;
  padding: 0 0 7px 23px;
  font-size: 1.125em;
  line-height: 1.250em;
  color: #40474f;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#projects .title .fa {
  position: absolute;
  top: 2px;
  left: 0;
  color: #a4a8ad;
}
#projects .date {
  padding: 0 0 17px 23px;
  font-size: 0.875em;
  line-height: 1em;
  color: #83888e;
}
#projects .col-sm-3 {
  padding: 0 0 0 15px;
}
#projects .image {
  padding: 0;
  margin: 0 5px 0 0;
}
#projects .description {
  padding-top: 9px;
  font-size: 0.875em;
  line-height: 1.438em;
  color: #83888e;
}
.heading-name {
  position: relative;
  display: inline-block;
  padding: 0 10px 15px 20px;
  margin-left: 10px;
  font-size: 1.375em;
  line-height: 1.500em;
  color: #40474f;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
.heading-name.first {
  margin-left: 25px;
}
.heading-name > strong {
  font-size: 0.875em;
  line-height: 1em;
  color: #83888e;
  font-weight: normal;
}
.heading-name > span {
  position: absolute;
  background: #e0e0e0;
}
.heading-name .line-y {
  width: 1px;
  height: 100%;
  top: 0;
  left: 10px;
}
.heading-name .line-x {
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
}
#scripts {
  height: 0;
  width: 0;
  overflow: hidden;
  position: relative;
}
#window .icon {
  width: 128px;
  height: 128px;
}
#window > div {
  float: left;
}
#window.alert .icon {
  background: url('../images/_window_alert.png') no-repeat 0 0;
}
#window.error .icon {
  background: url('../images/_window_error.png') no-repeat 0 0;
}
#window.help .icon {
  background: url('../images/_window_help.png') no-repeat 0 0;
}
#window.information .icon {
  background: url('../images/_window_information.png') no-repeat 0 0;
}
#window.success .icon {
  background: url('../images/_window_success.png') no-repeat 0 0;
}
#window.warning .icon {
  background: url('../images/_window_warning.png') no-repeat 0 0;
}
.jquery-lightbox-move #window,
.jquery-lightbox-move #discount-range-explainer {
  display: block !important;
}
#image-header-section {
  position: relative;
}
#navigator-container {
  background: #acb1b7;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navigator {
  position: relative;
  display: block;
  float: left;
  z-index: 4;
  padding: 10px 20px;
}
.navigator li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  line-height: 35px;
  text-align: center;
}
.navigator li.separator {
  margin: 0 5px;
}
.navigator li.separator .fa {
  padding: 5px;
}
.navigator a {
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 35px;
}
.meta-description-container {
  z-index: 4;
  padding: 10px 20px;
  position: relative;
  float: right;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
#content {
  background: white;
  padding-bottom: 40px;
}
#projets-list {
  padding-bottom: 20px;
}
#projets-list li {
  padding-bottom: 20px;
}
#projets-list .description {
  padding: 21px 25px 20px;
  font-size: 0.875em;
  line-height: 1.750em;
}
#projets-list .title {
  padding: 12px 0 11px;
  font-size: 1.125em;
  line-height: 1.250em;
  color: #40474f;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#projets-list .title > a {
  color: #40474f;
}
#projets-list .tags {
  position: relative;
  padding: 0 0 14px 18px;
  font-size: 0.813em;
  line-height: 0.938em;
  color: #83888e;
  font-family: 'RobotoCondensed Light', 'Arial', 'Tahoma', 'Verdana', sans-serif;
}
#projets-list .tags > span {
  position: absolute;
  top: 0;
  left: 0;
}
#projets-list .short-description {
  font-size: 0.875em;
  line-height: 1.438em;
  color: #83888e;
}
#projets-list .buttons {
  padding: 13px 0 0;
}
#projets-list .col-md-6.description {
  padding: 0 0 0 20px !important;
}
#projets-list .image-container {
  padding: 0 5px 0 25px;
}
#projets-list .description-container {
  padding-top: 10px;
}
#projets-list .col-sm-3 {
  padding-top: 10px;
}
