@import url(http://weloveiconfonts.com/api/?family=entypo|maki|zocial);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

/* maki */
[class*="maki-"]:before {
  font-family: 'maki', sans-serif;
}

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}


.service-box .fa{
  font-size: 6em;
  line-height: 80px;
  margin-top: 30px;
  font-style: normal;
}

.illustrations{
    padding: 40px 0px;
}
table.history,
table.project{
    width: 100%;
    margin-top: 20px;
}

table.history tbody tr td,
table.project tbody tr td{
    vertical-align: top;
    text-align: left;
    padding: 15px 10px;
    line-height: 22px;
    height: 80px;
    border-bottom: 3px solid #333;
    border-top: 3px solid #333;
}

table.project tbody tr td{
    line-height: 30px;
}
table.project tbody tr td .fa-check{
    font-size: 30px;
    color: green;
}

@media (max-width: 768px) {
    .evolution {
        padding: 40px 0px;
    }
    .evolution .fa-arrow-right {
        display: none;
    }
    .evolution .fa-arrow-down {
        display: block;
     }
}

@media (min-width: 768px) {
    .evolution {
        padding: 0px 40px;
    }
    .evolution .fa-arrow-down {
        display: none;
    }
    .evolution .fa-arrow-right {
        display: block;
     }
}

.social-feed-element {
    padding: 10px;

}
.social-feed-element p{
    font-size: 12px;
}

.bg-dark .primary{
    border-color: white;
    margin-bottom: 50px;
}

.text-faded a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: underline;
}

.linkedin .fa,
.linkedin .fa:hover  {
   color: white;
   font-size: 3em;
}

header .header-content .header-content-inner h1,
.navbar-default .navbar-header .navbar-brand{
    font-family: 'Comfortaa';
	text-transform:none;
	font-weight: normal;
}

header .header-content .header-content-inner h2{
	margin-bottom: 60px;
	font-size: 26px;
        color: black;
}

.header-content-inner a{
    font-size: 20px;
        width: 175px;
        text-transform: none;
}
 
.header-content-inner a.btn:hover {
        color: #561E06;
}
.header-content-inner a .fa{
    font-size: 60px;
        margin-bottom: 10px;
}
.header-content-inner a span{
    visibility: hidden;
}
.header-content-inner a:hover span{
     visibility: visible;
}

#live{
    background: #561E06;
    color: white;
}

.service-box.portfolio-box  {
    padding: 20px 0px;
}
#contact .btn-primary {
    background: white;
    color: black;
}
#contact .btn-primary:hover {
    background: #999;
    color: black;
}
.moreInfos{
    margin: 35px 0px 0px 0px;
}
.moreInfos a{
    text-decoration: none;
}
.moreInfos a:hover{
    color: #555;
}
.moreInfos .fa{
    font-size: 30px;
}
#production .moreInfos a {
    color: white;
} 
#production .moreInfos a:hover {
    color: #999;
} 
#live .affiches img{
    margin: 50px 10px 0px 10px;
}
.has-error .form-control{
    border-width: 2px;
}
.has-error .form-control::-webkit-input-placeholder{
    color: #a94442;
}

#shop .service-box h3 {
    padding-top: 10px;
}